@charset "utf-8";
/* main_visual */

.main_visual {position:relative;width:100%;height:90vh;overflow:hidden;}
#slideshow ul{width:100%;margin:0 auto;text-align:center}
#slideshow li{width: 100%;}
#slideshow li:after{    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .1) 35%, rgba(0, 0, 0, .1) 100%);}

@media (max-width: 1199px) {
    #slideshow li img {width: 115%;}
}
@media all and (min-width:1200px){
    #slideshow li img{width: 100%; }
}
@media all and (max-width:1400px){
    .main_visual {height: 80vh}
}
@media all and (max-width:1000px){
    .main_visual {height: 60vh}
}
@media (max-width: 767px) {
    .main_visual {height: 330px;}
}
@media (max-width: 474px) {
    #slideshow li img {width: 175%;}
}
@media all and (min-width:1700px){
    #slideshow li img{position: relative;top: -200px;}
}
#pagination {position:absolute;top:30%;z-index:9999;left:50%;transform:translateX(-50%);}
#pagination li{float:left; cursor:pointer;  padding:15px; font-size:20px; font-family: 'Montserrat'; border-bottom:1px solid rgba(255,255,255,.5); }
#pagination li a {color: #fff;}
#pagination .current{ color:#fff; border-bottom: 1px solid #fff; }
#pagination .popupOff{color:rgba(255,255,255,.5);border-bottom:1px solid rgba(255,255,255,.5);  }
@media (max-width: 767px) {
    #pagination {top: 35px;}
}
#main_container{position:relative; width:100%; z-index:9999;}
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {text-align: center;font-size: 14px;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; margin: 5px;}

.mv_txt {position: absolute;width: 100%;top: 40%;z-index: 900;text-align: center; color: #fff; left: 50%;  transform: translateX(-50%);}
.main_visual_text .main_title_vi{font-size: 52px;line-height: 55px;color: #fff;padding: 10px 0 30px; font-weight: 600;}
.main_visual_text p {color: #fff;font-size: 20px;line-height: 24px; font-weight:400; letter-spacing:.02rem;}

/*탭*/
.tab_menu{ position:relative;}
.tab_menu li { display: inline-block; font-size: 24px; padding: 15px; }
.tab_menu li a{color: #777; font-weight: 300;}
.tab_menu li.active > a{color: #222; font-weight: 700; }
.tab_menu li:first-child{padding-left: 0;}
.tab_menu li .more,.tab_menu li.active .more{position: absolute; z-index: 2000; right: 0; top: 20px; font-size: 16px; color: #333; text-decoration: none; font-weight: normal; background: url("/resources/images/main/more.png") right no-repeat; padding-right: 15px;background-position-y: 6px;}

/*공지사항*/
.section01{  padding: 80px 0; background: #f4f4f9; font-size: 0; min-height: 350px }
.main_news .news_item .badge_new{font-size: 15px;color: #fff;background:#1c9ad6; display: inline-block; width: 22px; height: 22px; text-align: center; vertical-align: middle; margin-right: 3px; margin-top: -4px; }
.main_news .tab_contents {font-size: 0;}
.main_news .news_item a{display: inline-block;height: 100%; width: 100%; box-sizing: border-box; padding: 60px 40px; background: #fff;border: 1px solid #ededed;}
.main_news .news_item a:hover{ box-shadow: 15px 15px 20px rgba(0,0,0,0.05);  transform: translate(0, -5px); transition: all .3s ease;}
.main_news .news_item{width: 33.33%;   display: inline-block; box-sizing: border-box; padding: 0 3px; }
.main_news .news_item b{font-size: 14px; color:#1c9ad6; font-weight: normal; }
.main_news .news_item strong{font-size: 20px; color:#333; padding-bottom: 5px; height: 49px; margin-bottom: 10px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  white-space: normal;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; width:100%;}
.main_news .news_item p {font-size: 16px; color: #484848; height: 66px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  white-space: normal;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.news_data{position: relative;}
.main_news .news_item span{font-size: 15px; color: #797676; font-family: 'Montserrat'; margin-top: 20px; display: inline-block;}
.main_news .news_item i {display:inline-block; position: absolute; right: 0;bottom: -5px; width:21px; height: 21px; background: url("/resources/images/main/arrow-right.png") no-repeat; }
.main_news .tab_contents{display: inline-block; width: 80%; float: right;}
.main_news .tab_menu li {display: inline-block; background: none; padding: 3px ;}
.main_news .tab_menu li .more, .main_news  .tab_menu li.active .more {right: auto; left: 0; top: auto; bottom: 0; width: 40px;text-decoration: none;}
.tit{padding-bottom: 10px;}
.tit h2{font-size: 14px; position: relative; padding-bottom: 10px;font-family: 'Montserrat';}
.tit h2:after{position: absolute; content: ''; width: 35px; left: 0; bottom: 0; height: 2px; background: #96ddff;}
.tit p {font-size: 18px; padding-top: 20px; color: #6e6e6e;}
.tit p i {display: block;}
.notice_tit{display: inline-block; width: 100%;}
.main_news .tit{float: left; width: 20%;}
.main_news .tab_menu > li { position: absolute;left: 0;width: 100%; padding: 0;}
.main_news .tab_menu > li.active > a {text-decoration: underline;}
#section01_tab0 > a.main_news_tit{position: relative; top: 100px; z-index: 1000;}
#section01_tab1 > a.main_news_tit{position: relative; top: 140px;z-index: 1000;}
#section01_tab2 > a.main_news_tit{position: relative; top: 180px;z-index: 1000;}

/*뉴스*/
.section02{font-size: 0;  padding: 100px 0 150px 0; position: relative;}
.section02:after{content: ''; position: absolute; width: 53%; height: 100%;  left:0; top:0;}
.col_article{width: 50%; display: inline-block; position: relative; z-index: 10;}
.article_item{padding-bottom:10px; font-size: 0; overflow: hidden;}
.article_item a{margin: 10px; display: flex; align-items: center;}
.article_item:first-child .article_data{color: #2766ba;}
.article_item:first-child {border-bottom:1px solid #2766ba; margin-bottom: 10px;}
.article_data{float: left; width:15%; font-family: 'Montserrat'; text-align:center; color: #797676;letter-spacing: .1rem; vertical-align: bottom;}
.article_data b {display: block; font-size: 45px; line-height: 45px;   padding: 0 5px; }
.article_data i {font-size: 15px;   padding: 0 5px;  }
.article_con {float: left; width: 85%;}
.article_con strong{font-size: 18px; height: 25px; color:#333; margin-bottom: 5px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  white-space: normal;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.article_con p {font-size: 16px;height: 44px; color: #484848; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  white-space: normal;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.col_article .tab_menu > li {position: absolute; left: 0; width: 100%; padding: 15px 0;}
.col_article .tab_contents {padding-top: 20px;}
.tab_menu li.active > .main_art_tit{text-decoration:underline;}
#section02_tab0 > a.main_art_tit {position: relative; z-index: 1000; top: inherit;}
#section02_tab1 > a.main_art_tit {position: relative; z-index: 1000; top: inherit; left: 106px;}
/*주요알림*/
.col_notify {position:relative; z-index: 10; width: 50%; display: inline-block; box-sizing: border-box; padding-left: 80px; min-height: 272px; vertical-align: top;}
.col_notify img {width: 100%;}
.col_notify h3{font-size: 27px; padding: 10px 0 15px; font-weight: normal; color: #333;}
.col_notify .bx-wrapper {max-width: 100%; margin:0 auto;}
.col_notify .slider_controls {position: absolute; right:0 ;top:40px;}

/*포토뉴스*/
.section03{position: relative; padding: 50px 0;}
.col_photo_news {display: inline-block; position: relative; width: 35%;}
.col_photo_news h3{ position:relative; display: inline-block; vertical-align: top; font-weight: normal; padding-right: 15px; font-size: 27px;}
.col_photo_news h3 .more {position: absolute; left: 0; top:45px; font-size: 16px; font-weight:normal; background: url("/resources/images/main/more.png") right no-repeat; padding-right: 15px;background-position-y: 6px;}
.photo_news_tit {display: inline-block; vertical-align: top;}
.photo_news_item {display: inline-block; width: 370px;background: #fff;}
.photo_news_item:hover{transform: translate(0, -5px);  transition: all .3s ease;}
.photo_news_img{width: 100%;height: 253px;overflow: hidden;text-align: center;}
.photo_news_img img {width: 100% !important;height: auto !important;}
.photo_news_desc{background: #fff; padding: 35px;text-align: center;}
.photo_news_desc strong{font-size: 18px; font-weight: normal;color: #333;text-align: center;}
.photo_news_desc i {display: block; text-align: center; font-family: 'Montserrat'; color: #727272; padding: 10px 0;}
.photo_news_desc a {display: inline-block; color: #666; border: 1px solid #888; padding: 5px 10px; font-size: 14px;}
@media screen and (min-width: 1201px) and (max-width: 1408px) {
    .photo_news_item {width: 300px;}
}
/*슬라이드 컨트롤러*/
.slider_controls{ display:inline-block; border: 1px solid #E9E9E9; background: #fff;vertical-align: top; max-width: 205px; }
.slider_controls li {display: inline-block; width: 50px; height: 50px; cursor: pointer; }
.slider_controls li+li {border-left: 1px solid #e9e9e9;}
.slider_controls li.prev{background: url(/resources/images/main/prev.png) center center no-repeat;}
.slider_controls li.next{background: url(/resources/images/main/next.png) center center no-repeat;}
.slider_controls li.stop{background: url(/resources/images/main/stop.png) center center no-repeat;}
.slider_controls li.start{background: url(/resources/images/main/start.png) center center no-repeat;}

/*팝업존*/
.col_popup { position:relative; display: inline-block; vertical-align: bottom;  width: 58%; margin: 13px 1%;  }
.col_popup h3 { font-weight: normal; font-size: 27px; padding-bottom: 20px; color: #fff;}
.col_popup .tit {color: #fff;}
.col_popup a{width: 100%;}
.col_popup img{width: 100%;}
.col_popup .bx-wrapper {margin: 0 auto;}
.bg{ position: absolute;top: 0;right: 0;bottom: 0;left: 25%; background: url(/resources/images/main/main_bg02.jpg) center no-repeat;background-size: cover;}
.slider_popup {height: 326px;}
.col_popup  .slider_controls li+li {border-left: 1px solid #cdcdcd;}
.col_popup .slider_controls{position: absolute; right:0; top: 40px; background: rgba(0,0,0,.38);border: 1px solid #cdcdcd;}
.col_popup .slider_controls li.prev{background: url(/resources/images/main/prev-w.png) center center no-repeat;}
.col_popup .slider_controls li.next{background: url(/resources/images/main/next-w.png) center center no-repeat;}
.col_popup .slider_controls li.stop{background: url(/resources/images/main/stop-w.png) center center no-repeat;}
.col_popup .slider_controls li.start{background: url(/resources/images/main/start-w.png) center center no-repeat;}

/*퀵메뉴*/
.col_quick_menu {position:relative; top:-7px; display: inline-block;  width: 40%;}
.quick_menu {font-size: 0; }
.col_quick_menu h2{font-size: 27px; font-weight: normal;}
.quick_menu li {display: inline-block; width: 50%; height: 173px;  text-align: center; padding: 10px; box-sizing: border-box;}
.quick_menu li:hover{    transform: translate(0, -5px);transition: all .3s ease;}
.quick_menu li a{display: inline-block; font-size: 14px; width: 100%; height: 100%; background: rgba(0,0,0,.38); border: 1px solid #cdcdcd;}
.contents_group{position: relative;font-size: 0;}
.quick_menu li a{position: relative;}
.quick_menu li a:before {content: ''; display: block;height: 50%; width: 100%;}
.quick_menu li:first-child a:before {background: url("/resources/images/main/quick_icon01.png") center bottom no-repeat;}
.quick_menu li:nth-child(2) a:before {background: url("/resources/images/main/quick_icon02.png") center bottom no-repeat;}
.quick_menu li:nth-child(3) a:before {background: url("/resources/images/main/quick_icon04.png") center bottom no-repeat;}
.quick_menu li:nth-child(4) a:before {background: url("/resources/images/main/quick_icon03.png") center bottom no-repeat;}
.quick_menu li span{display: inline-block; padding-top: 10px; color: #fff;}
.box_inner{display: inline-block; font-size: 0; width: 65%; vertical-align: top;}

/*배너*/
.section04 {padding: 30px 0; position: relative;}
.main_banner{font-size: 0;}
.slider_banner{ margin-left:20px;display: inline-block; width: calc(100% - 230px) }

@media (max-width: 1200px){
    .photo_news_item{width: 100%; }
}
@media (max-width: 1199px) {
    /*메인비주얼*/
    .mv_txt {width: 100%;}
    /*공지사항*/
    .main_news .news_item a {padding: 30px;}
    .section01{min-height: 300px;}
}

@media (max-width: 991px) {
    /*공지사항*/
    .main_news .news_item{width: 50%;}
    .main_news .news_item:nth-child(3) {display: none;}
    
    /*퀵메뉴*/
    .col_quick_menu{display: block;width: 100%;}
    .quick_menu{width: 100%;margin-top: 0; }
    .quick_menu li{width: 25%; height: 135px; padding: 15px;}
    .col_popup{width: 100%; margin-top: 0;}
    .box_inner{position: relative; top: 20px;}
    
    /*포토뉴스*/
    .photo_news_tit {width: 100%;}
    .col_photo_news h2{font-size: 18px; width: 100%; display: block; margin-bottom: 20px;}
    .col_photo_news h2 .more {right: 15px; left: auto; top: 0;}
    
    /*팝업존*/
    .col_popup h2 {font-size: 18px;}
}

@media (max-width: 767px) {
    /*메인비주얼*/
    .main_visual_text .main_title_vi {font-size: 30px}
    .main_visual_text p{font-size: 15px;}
    .mv_txt {top: 100px; width:95%;}
    .slider_popup {min-height: inherit;}
    
    /*공지사항*/
    .section01 {padding: 25px 0; min-height: 340px;}
    .main_news .news_item {width: 100%; }
    .main_news .news_item:nth-child(2),.main_news .news_item:nth-child(3) {display: none;}
    .notice_tit{ width: 100%;}
    .notice_tit .tit{padding-bottom: 0;}
    .notice_tit p{display: none;}
    .main_news .tab_contents{width: 100%;}
    #main_container .tit{display: none;}
    .tit p i {display: inline-block;}
    .main_news .tab_menu li {display: inline-block; padding: 15px;}
    .main_news  .tab_menu li:first-child {padding-left: 0;}
    .main_news .tab_menu li .more, .main_news .tab_menu li.active .more {left: auto; right: 30px; top:35px; bottom: auto; }
    
    #section01_tab0 > a.main_news_tit{top: inherit;}
    #section01_tab1 > a.main_news_tit {top: inherit; left: 92px;}
    #section01_tab2 > a.main_news_tit{top: inherit; left: 200px;}
    
    /*뉴스*/
    .section02{padding: 10px 0 20px;}
    .col_article,.col_notify{width: 100%;}
    .col_notify{padding-left: 0; min-height: auto;}
    .col_article {padding-bottom: 10px; min-height: 255px;}
    #section02_tab1 > a.main_art_tit {left: 85px;}
    /*포토뉴스*/
    .bg {left: 0;}
    .col_photo_news h2{color: #fff;}
    .col_photo_news h2 .more{top: 0;left: unset;right: 15px; color: #fff;}
    .photo_news_tit {width: 100%;}
    .photo_news_desc strong{font-size: 15px;}
    .photo_news_desc a {font-size: 14px;}
    
    /*팝업존*/
    .col_popup h2,.col_notify h2 {padding-bottom: 55px;}
    
    /*퀵메뉴*/
    .box_inner{padding-top: 50px; position: static;}
    .quick_menu li {padding: 5px;}
    .col_photo_news{width: 100%;}
    .box_inner{width: 100%;}
    .col_quick_menu {width: 100%; }
    .quick_menu {width: 100%; margin-top: 0;}
    
}
@media (max-width: 575px) {
    /*탭*/
    .tab_menu li{padding: 15px; font-size: 18px;}
    
    
    /*공지사항*/
    .section01 {min-height: 309px;}
    .main_news .news_item strong {font-size: 17px ;height: 45px;}
    .main_news .tab_menu li{padding: 7px 0;}
    .main_news .tab_menu li .more, .main_news .tab_menu li.active .more {top: 7px; right: 0;}
    #section01_tab1 > a.main_news_tit {left: 75px;}
    #section01_tab2 > a.main_news_tit {left: 155px;}
    
    /*뉴스*/
    .article_data {width: 25%;}
    .article_con {width: 75%;}
    .article_data i{font-size: 14px;}
    .col_notify h2 {font-size: 18px;}
    .article_con strong {font-size: 16px;}
    
    /*포토뉴스*/
    .photo_news_item {width: 100%;}
    
    /*팝업존*/
    .col_popup {width: 100%; margin: 50px 0 20px;}
    
    /*퀵메뉴*/
    .quick_menu li{height: 110px;}
    .quick_menu li span{font-size: 10px;}
    .slider_controls li {width: 35px; height: 35px;}
    .slider_banner {width: calc(100% - 177px)}
    .bg {left: 0;}
}



