/*===========================================================================
	웹폰트
============================================================================*/

/* 폰트 */
@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/Pretendard-Thin.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/Pretendard-ExtraLight.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Pretendard-Light.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Pretendard-Regular.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Pretendard-Medium.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Pretendard-SemiBold.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Pretendard-Bold.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/Pretendard-ExtraBold.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/Pretendard-Black.otf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Klmm';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/KIMM_B.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Klmm';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/KIMM_L.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pak_Yong_jun';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Pak_Yong_jun.ttf') format("truetype");
    font-display: swap;
}

/*===========================================================================
	CSS 초기화
============================================================================*/
* { font-family: "Pretendard", sans-serif; box-sizing:border-box; margin:0; padding:0; word-break: keep-all; line-height: 1.2;}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, em, img, b, dl, dt, dd, ol, ul, li, form, label, legend, caption, article, aside, footer, header, menu, nav, section, video {border:0; outline:0; font-size: 16px; color:#202020; }
html { scroll-behavior: smooth; }
body { line-height:1; -ms-overflow-style: none; width: 100%; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ul, ol, li {list-style:none;}
a {margin:0; padding:0; font-size:100%; line-height: 100%; display: block; text-decoration: none; color:#202020; }
pre { font-family: "Pretendard", sans-serif; white-space: pre-line; line-height: 1.2; }
img {width: 100%;}
input, select {vertical-align:middle; outline:0; border: 0; background: none; font-family: "Pretendard", sans-serif;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type="file"], input[type="checkbox"], input[type="radio"] { display: none; }
input[type="date"] { appearance: none; -webkit-appearance: none; -moz-appearance: none; text-align: left; } 
input::-webkit-date-and-time-value { text-align: left; }
select { appearance: none; background-image: url(../images/icon_arrow_down.png); background-repeat: no-repeat; background-position: right 8px center; background-size: 18px; width: 100%; min-width: 100%; }
select option { width: 100%; }
select option[value="disabled"][disabled] {display: none;}
label { cursor: pointer; }
button {cursor:pointer; border: 0; outline: 0; background: none; color:#202020; }
textarea { border: 0; outline: 0; resize: none; font-family: "Pretendard", sans-serif;}
i { font-family: 'xeicon'; font-style: normal; color: inherit; line-height: inherit; }

/* 콘텐츠 공통 */
#wrap { position: relative; }
.col-group {display:flex;}
.row-group {display:flex; flex-flow: column;}
.wrap-group {display:flex; flex-flow: wrap;}
.container { width: 100%; margin: 0 auto; max-width: 1472px; padding-left: 16px; padding-right: 16px; }
.container.w1440 { max-width: 1440px; }
.container.w1280 { max-width: 1280px; }
.container.w1080 { max-width: 1080px; }
.img-container { width: 100%; position: relative; }
.img-container img, .img-container video { position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; right: 0; bottom: 0; object-position: center; }

::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-track { background: #a8a8a8; }
::-webkit-scrollbar-thumb { background: #1371B1; border-radius: 4px;}

.blue { color: #1371b1; }
.red { color: #f72f2f; }
.orange { color: #ff5e00; }
.dagr { color: #636363; }
.gray { color: #999999; }

.pc { display: block; }
.mb { display: none; }

.km { font-family: "Klmm", sans-serif; }
.km * { font-family: inherit; }

@media screen and (max-width:1680px) {
    .container { max-width: 1312px; }
}
@media screen and (max-width:1440px) {
    .pc:not(img) { display: none; }
    .mb:not(img) { display: block; }
}
@media screen and (max-width:840px) {
    img.pc { display: none; }
    img.mb { display: block; }
}

/* header */
#header {  width: 100%; position: fixed; top: 0; z-index: 99999; transition: .3s; }
#header * { transition: .3s; }

.header-wrap { height: 100px; width: 100%; position: relative; display: flex; align-items: center; justify-content: space-between; padding: 0 80px; }
.header-wrap .logo a { width: 114px; height: 38px; background-image: url(../images/logo.png); background-repeat: no-repeat; background-size: contain; background-position: center; }
.gnb-group { display: flex; justify-content: center; align-items: center; margin-left: 32px; }
.gnb-item { font-size: 17px; font-weight: 600; display: flex; height: 100px; align-items: center; gap: 4px; justify-content: center; cursor: pointer; white-space: nowrap;  padding: 0 32px;}

.header-btn-wrap { display: flex; align-items: center; margin-left: auto; gap: 40px; }
.header-search-wrap { position: relative; }
.header-search-input { width: 230px; height: 43px; border: 1px solid #e4e4e4; border-radius: 22px; padding-left: 44px; padding-right: 16px; font-size: 15px; font-weight: 300; background-color: #fff; }
.header-search-input::placeholder { color: #e4e4e4; }
.header-search-icon { font-size: 20px; color: #a2a2a2; position: absolute; left: 16px; top: 50%; transform: translateY(-50%); }
.toggle-btn { font-size: 20px; }

#header.inverse .header-wrap .logo a { background-image: url(../images/logo_w.png); }
#header.inverse .gnb-item { color: #fff; }
#header.inverse .toggle-btn { color: #fff; }
#header.active .header-wrap, #header.open .header-wrap, #header.detail_header .header-wrap { background: #fff; }
#header.active .header-wrap .logo a, #header.open .header-wrap .logo a { background-image: url(../images/logo.png); }
#header.active .gnb-item, #header.open .gnb-item { color: #202020; }
#header.active .toggle-btn, #header.open .toggle-btn { color: #202020; }

.gnb-item.active { color: #0a4c78 !important; }
.gnb-sub-container { position: absolute; top: 100px; left: 0; right: 0; background-color: #f5f5f5; height: 0; }
.gnb-wrap:hover .gnb-sub-container { height: 240px; }
.gnb-sub-wrap { position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding: 0 calc( ( 100vw - 1600px ) / 2 ); padding-left: 258px; display: flex; justify-content: space-between; align-items: flex-start; opacity: 0; visibility: hidden; }
.gnb-sub-wrap.active { opacity: 1; visibility: visible; }
.gnb-sub-group { display: flex; width: 100%; max-width: 456px; flex-flow: wrap; gap: 20px 56px; padding-top: 40px; }
.gnb-sub-item { width: calc( 50% - 28px ); display: flex; justify-content: space-between; align-items: center; padding: 6px; border-bottom: 1px solid #e4e4e4; font-size: 16px; font-weight: 500; color: #a2a2a2; position: relative; }
.gnb-sub-item:hover { color: #0a4c78; }
.gnb-sub-item::after { content: ''; display: block; position: absolute; bottom: 0; width: 0; height: 1px; background-color: #0a4c78; transition: .3s; }
.gnb-sub-item:hover::after { width: 100%; }
.gnb-sub-img { width: 100%; max-width: 500px; margin: auto 0; }

@media screen and (max-width:1680px) {
    .header-wrap { height: 64px; padding: 0 16px; }
    .header-wrap .logo a { width: 82px; height: 28px;}
    .gnb-group { margin-left: 16px; }
    .gnb-item { font-size: 16px; height: 64px; }

    .header-btn-wrap { gap: 24px; }

    .gnb-sub-container { top: 64px; }
    .gnb-wrap:hover .gnb-sub-container { height: 240px; }
    .gnb-sub-wrap { padding: 0 16px; padding-left: 146px; }
    .gnb-sub-item { font-size: 14px; }
}
@media screen and (max-width:1280px) {
    .gnb-group { display: none; }
    .header-wrap .header-search-wrap { display: none; }
    .toggle-btn { font-size: 32px; }
}

/* sitemap */
.site_map {	 position:fixed; top:0; left:0; right:0; bottom:0; z-index:99999; opacity:0;filter:Alpha(opacity=0); visibility:hidden; z-index:-1; -webkit-transition:all 0.3s  0.5s;-moz-transition:all 0.3s  0.5s;-o-transition:all 0.3s  0.5s;-ms-transition:all 0.3s  0.5s; transition:all 0.3s  0.5s; }
#header.open .site_map { opacity:1.0;filter:Alpha(opacity=100); visibility:visible; z-index:99999; background-color:#fff; -webkit-transition:all 0.3s  0s;-moz-transition:all 0.3s 0s;-o-transition:all 0.3s 0s;-ms-transition:all 0.3s 0s;transition:all 0.3s 0s; }
.site_map .close-btn { font-size: 32px; top: 40px; right: 64px; }
.sm-wrap { display: flex; height: 100%; width: 100%; }
.sm-gnb-wrap { width: 100%; overflow: hidden; }
.sm-gnb-title { font-size: 20px; font-weight: bold; margin: 80px 56px 48px; }
.sm-gnb-title .icon { display: none; }
.sm-gnb-title, .sm-gnb-group { display:block; opacity:0;filter:Alpha(opacity=50); -webkit-transform:translateX(-5%); transform:translateX(-50%); transition: transform .8s cubic-bezier(0.47, 0, 0.31, 1.04) 0s, opacity .8s cubic-bezier(0.47, 0, 0.31, 1.04) 0s; }
#header.open .site_map .sm-gnb-title, #header.open .site_map .sm-gnb-group {opacity:1.0;filter:Alpha(opacity=100); -webkit-transform:translateX(0); transform:translateX(0); transition: transform .8s cubic-bezier(0.47, 0, 0.31, 1.04), opacity .8s cubic-bezier(0.47, 0, 0.31, 1.04); }
.sm-gnb-wrap:hover .sm-gnb-title { color: #0a4c78; }
.sm-gnb-item { width: 100%; height: 60px; display: flex; align-items: center; justify-content: space-between; padding-left: 56px; padding-right: 24px; font-size: 16px; font-weight: 500; transition: .3s; position: relative; }
.sm-gnb-item:hover { color: #fff; }
.sm-gnb-item::after { content: ''; display: block; position: absolute; width: 0; height: 100%; background-color: #0a4c78; top: 0; left: 0; bottom: 0; transition: .5s; z-index: -1; }
.sm-gnb-item:hover::after { width: 100%; }
.sm-gnb-item .icon { font-size: 14px; opacity: 0; transition: .3s; color: #fff; }
.sm-gnb-item:hover .icon { opacity: 1; }

.sitemap-bg-box{position:absolute; top:0px; left:0px; width:100%; height:100%;}
.visual-intro-item{float:left; position:relative; width:16.65%; height:100%;}
.visual-intro-item:first-child{width:16.67%;}
.visual-intro-item:before{ position:absolute; left:0; width:1px; height:100%; content:""; background-color:#ddd; z-index:1; }
.visual-intro-item:nth-child(odd):before{bottom:0;}
.visual-intro-item:nth-child(even):before{top:0;}
#header.open .site_map .visual-intro-item:first-child:before{display:none}
.visual-intro-item:after{	 content:""; position:absolute; width:100%; height:100%; right:0; top:0px; background: #0a4c78; -webkit-transition: width .6s cubic-bezier(0.47, 0, 0.31, 1.04) 0.2s; transition: width .6s cubic-bezier(0.47, 0, 0.31, 1.04) 0.2s }
#header.open .site_map .visual-intro-item:before{height:100%;}
#header.open .site_map .visual-intro-item:after {width:0;}
#header.open .site_map .visual-intro-item { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); transform-origin:right top; transition-property: transform; }
#header.close .site_map{opacity:0;filter:Alpha(opacity=0); visibility:hidden;}
#header.close .site_map .visual-intro-item:before{height:0;}
#header.close .site_map .visual-intro-item:after {width:100%;}
.site_map .header-search-wrap { display: none; }

@media screen and (max-width:1280px) {
    .site_map {	filter: none; visibility: visible; opacity: 1; transform: translateX(100%); height: calc( 100vh - 64px ); top: 64px; }
    #header.open .site_map { transform: translateX(0); }
    .site_map .close-btn { display: none; }
    .sm-wrap { flex-flow: column; height: calc( 100% - 91px ); overflow: auto; }
    .sm-gnb-wrap { overflow: unset; padding: 0 16px; }
    .sm-gnb-title { font-size: 16px; margin: 0; height: 48px; display: flex; align-items: center; justify-content: space-between; }
    .sm-gnb-title .icon { display: block; }
    .sm-gnb-wrap.active .sm-gnb-title .icon { transform: rotate(180deg); }
    .sm-gnb-group { display: none; }
    .sm-gnb-wrap.active .sm-gnb-group { display: block; }
    .sm-gnb-wrap:hover .sm-gnb-title { color: inherit; }
    .sm-gnb-item { height: 36px; padding: 0 12px; font-size: 13px; }
    .sm-gnb-item:hover { color: inherit; }
    .sm-gnb-item::after { width: 100%; background-color: #EEF5FA; opacity: 0; }
    .sm-gnb-item:hover::after { opacity: 1; }
    .sm-gnb-item .icon { opacity: 1; color: #222; }

    .sitemap-bg-box{ display: none; }
    #header.close .site_map{opacity:0;filter:Alpha(opacity=0); visibility:hidden;}

    .site_map .header-search-wrap { display: block; padding: 0 16px; margin: 24px 0; }
    .site_map .header-search-input { width: 100%; }
    .site_map .header-search-icon { left: 32px; }
}

/* footer */
#footer { background-color: #484848; padding: 48px 0 56px; }
.footer-top { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
.footer-logo { width: 146px; }
.footer-container { display: flex; justify-content: space-between; }
.footer-wrap { display: flex; flex-direction: column; gap: 16px; }
.footer-txt { font-size: 14px; color: #fff; line-height: 1.5; }
.footer-txt-wrap { display: flex; flex-flow: column; gap: 8px; }
.footer-txt-group { display: flex; flex-flow: wrap; gap: 0 24px; }
.footer-txt-group .footer-txt { position: relative; }
.footer-txt-group .footer-txt * { display: inline; color: #fff; }
.footer-txt-group .footer-txt:not(:last-child)::after { content: ''; display: block; position: absolute; width: 1px; height: 12px; background-color: #fff; right: -12px; top: 50%; transform: translate(-50%, -50%); }
.footer-sub-title { font-size: 18px; font-weight: 500; color: #fff; }
.footer-title { font-size: 40px; font-weight: bold; color: #fff; }
.footer-copy-txt { margin: 8px 0; }
.footer-wrap .sns-btn-wrap { display: flex; gap: 16px; }
.footer-wrap .sns-btn { width: 56px; height: 56px; }

@media screen and (max-width: 1280px) {
    #footer { padding: 40px 0; }
    .footer-top { border-width: 1px; }
    .footer-logo { width: 100px; }
    .footer-txt-group { gap: 0 16px; }
    .footer-txt-group .footer-txt:not(:last-child)::after { right: -8px; }
    .footer-cs-wrap { display: none; }
    .footer-wrap .sns-btn-wrap { display: flex; gap: 8px; }
    .footer-wrap .sns-btn { width: 48px; height: 48px; }
}

/* pagination */
.pagination { justify-content: center; margin-top: 80px; align-items: center; }
.pagination .page-nav-btn { width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 20px; margin: 0 8px; }
.pagination .page-btn { width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; transition: .2s; border-radius: 50%; color: #333; font-weight: 300; }
.pagination .page-btn.active { color: #fff; background-color: #222222; }

@media screen and (max-width: 1280px) {
    .pagination { margin-top: 40px; }
    .pagination .page-nav-btn { width: 32px; height: 32px; line-height: 32px; font-size: 15px; }
    .pagination .page-btn { width: 32px; height: 32px; line-height: 32px; font-size: 13px; }
}

/* top btn */
#top_menu { position: fixed; right: 56px; top: 124px; z-index: 99999; }
.top-menu-toggle-btn { width: 60px; height: 60px; border-radius: 50%; background-color: #fff; border: 2px solid #5ca1cf; text-align: center; line-height: 56px; font-size: 24px; color: #5ca1cf; transform: translateY(-76px); transition: .3s; }
.top-menu-wrap.active .top-menu-toggle-btn { transform: translateY(0); }
.top-menu-toggle-btn i { transition: .3s; }
.top-menu-wrap.active .top-menu-toggle-btn i { transform: rotate(135deg); }
.top-menu-wrap { display: flex; flex-flow: column; gap: 16px; align-items: center; }
.top-menu-hide-wrap { display: flex; flex-flow: column; gap: 16px; align-items: center; height: 60px; border-radius: 30px; overflow: hidden; transition: .3s; }
.top-menu-wrap.active .top-menu-hide-wrap { height: 264px; border-radius: 0; overflow: unset; }
.top-menu-btn { display: flex; flex-flow: column; gap: 8px; align-items: center; width: 60px; height: 92px; border-radius: 30px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); background-color: #fff; padding-top: 12px; position: relative; flex-shrink: 0; }
.top-menu-btn> .icon { display: block; width: 40px; height: 40px; border-radius: 50%; text-align: center; line-height: 40px; color: #fff; border-width: 1px; border-style: solid; font-size: 20px; transition: .3s; }
.top-menu-btn.inquiry> .icon { border-color: #5ca1cf; background-color: #5ca1cf; }
.top-menu-btn.news> .icon { border-color: #1371b1; background-color: #1371b1; }
.top-menu-btn.inquiry:hover> .icon { background-color: #fff; color: #5ca1cf; }
.top-menu-btn.news:hover> .icon { background-color: #fff; color: #1371b1; }
.top-menu-btn> .txt { font-size: 12px; font-weight: 600; text-align: center; }
.top-menu-btn.news> .txt { color: #1371b1; position: relative; z-index: 9; }
.top-menu-btn.inquiry> .txt { color: #5ca1cf; }
.top-btn { width: 48px; height: 48px; border-radius: 50%; text-align: center; line-height: 48px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16); background-color: #707070; font-size: 20px; color: #fff; }

.top-menu-wrap.init .top-menu-hide-wrap, 
.top-menu-wrap.init .top-menu-toggle-btn,
.top-menu-wrap.init .top-menu-toggle-btn i { transition: none !important; }

.news-modal-toggle-btn { position: relative; z-index: 9; cursor: pointer; }
.top-menu-btn.active> .icon { background-color: #fff !important; color: #1371b1 !important; transform: rotate(135deg); }
.top-menu-btn.active> .txt { opacity: 0; }
.news-modal { position: absolute; top: 0; right: 0; width: 60px; height: 92px; border-radius: 32px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); background-color: #fff; overflow: hidden; transition: .3s; z-index: 8; }
.news-modal * { visibility: hidden; opacity: 0; }
.top-menu-btn.active .news-modal { width: 450px; height: 624px; }
.top-menu-btn.active .news-modal * { visibility: visible; opacity: 1; }

.news-modal-wrap { padding: 60px 24px 0; }
.news-modal-group { margin-bottom: 16px; display: flex; flex-flow: column; gap: 12px; }
.news-modal-title { font-size: 17px; font-weight: 600; color: #1371b1; }
.news-modal-slide { width: 100%; }
.news-modal-slide .img-container { padding-top: 56.25%; border-radius: 16px; overflow: hidden; }
.news-modal-slide-btn-wrap { display: flex; justify-content: center; gap: 16px; margin-top: 16px; }
.news-modal-slide .news-modal-pagination { position: static; width: auto !important; display: flex; align-items: center; gap: 8px; }
.news-modal-slide .news-modal-pagination .swiper-pagination-bullet { margin: 0 !important; width: 20px; height: 4px; border-radius: 2px; background-color: #f5f5f5; opacity: 1; }
.news-modal-slide .news-modal-pagination .swiper-pagination-bullet-active { background-color: #1371b1; }
.news-modal-slide-btn { font-size: 16px; color: #1371b1; cursor: pointer; }
.news-modal-link { width: 100%; padding: 12px; border-radius: 8px; border: 1px solid #f5f5f5; display: flex; align-items: center; gap: 4px; }
.news-modal-link:hover { border-color: #1371b1; }
.news-modal-link .txt { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; font-weight: 500; }
.news-modal-link .icon.naver { margin-left: 0; color: #2db400; }
.news-modal-link .icon { margin-left: auto; font-size: 18px; }
.news-modal-link-wrap { display: flex; gap: 12px; }
.news-modal .sns-btn-wrap { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 16px; background-color: #f5f5f5; }
.news-modal .sns-btn { width: 40px; height: 40px; }

@media screen and (max-width:1280px) {
    #top_menu { right: 16px; top: 88px; }
    .top-menu-toggle-btn { width: 48px; height: 48px; border: 1px solid #5ca1cf; line-height: 46px; font-size: 20px; transform: translateY(-60px); }
    .top-menu-wrap { gap: 12px; }
    .top-menu-hide-wrap { gap: 12px; height: 48px; border-radius: 24px; }
    .top-menu-wrap.active .top-menu-hide-wrap { height: 212px; }
    .top-menu-btn { gap: 4px; width: 48px; height: 74px; border-radius: 24px; padding-top: 8px; }
    .top-menu-btn> .icon { width: 32px; height: 32px; line-height: 32px; font-size: 16px; }
    .top-menu-btn> .txt { font-size: 10px; white-space: nowrap; }
    .top-btn { width: 40px; height: 40px; line-height: 40px; font-size: 16px; }

    .news-modal { width: 48px; height: 74px; border-radius: 24px; }
    .top-menu-btn.active .news-modal { width: 320px; height: 476px; }

    .news-modal-wrap { padding: 48px 12px 0; }
    .news-modal-title { font-size: 13px; }
    .news-modal-slide .img-container { border-radius: 8px; }
    .news-modal-slide-btn-wrap { gap: 8px; margin-top: 8px; }
    .news-modal-link { padding: 8px; }
    .news-modal-link .txt { font-size: 12px; }
    .news-modal-link .icon { font-size: 16px; }
    .news-modal-link-wrap { gap: 8px; }
    .news-modal .sns-btn-wrap { gap: 12px; padding: 8px; }
    .news-modal .sns-btn { width:24px; height: 24px; }
}