@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#skipToContent a {z-index:100000;position:absolute;overflow:hidden;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;}
#skipToContent a:focus,
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#main .contain {max-width: 1780px;}

/* header */
#header {position:relative; width:100%; background:#fff; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100px; max-width: 1780px; z-index:10;}

#gnb {text-align:center; flex: 1;}
#gnb>ul {display:flex; justify-content:center;}
#gnb>ul>li {position:relative; padding:0 34px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#242424; font-size:22px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:23px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:3px 0; color:#454545; font-size:17px; line-height:2em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; color:#123389; text-underline-offset: 4px;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee;}

/* for mobile */
.btn-m-menu {display:flex; justify-content: space-between; position:relative; width:24px; height:24px;}
.btn-m-menu span {position: relative;}
.btn-m-menu span:before, .btn-m-menu span:after {position: absolute; content: ''; width: 7px; height: 7px; border-radius: 100%; background: #403a3a;}
.btn-m-menu span:before {top: 0;}
.btn-m-menu span:after {bottom: 0;}
.btn-m-menu span:last-child:before,
.btn-m-menu span:last-child:after {right: 0;}

.mobile-navigation {display:block; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {max-height: 50px}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#123389}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:#123389;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.main-slides {display: flex; gap: 20px; overflow: hidden;}
.main-visual {position:relative; width: 72.916667%; background:#000; overflow:hidden; border-radius: 0 var(--30-border) var(--30-border) 0;}
.main-visual .slick-slide { overflow: hidden;}
.main-visual .item {overflow:hidden; padding-bottom: 49.286%; transform:scale(1.15); transition:4s linear;}
.main-visual .slick-active .item {transform:scale(1);}
.main-visual .slick-arrow {position: absolute; z-index: 50; top: 50%; margin-top: -18px; width: 19px; height: 37px; border: 0; overflow: hidden; text-indent: -9999em;}
.main-visual .slick-prev {left: 40px; background: url('../images/main/mv-prev.png') no-repeat center center; background-size: contain;}
.main-visual .slick-next {right: 40px; background: url('../images/main/mv-next.png') no-repeat center center; background-size: contain;}
.main-visual .slick-dots {position: absolute; bottom: 40px; width: 100%; display: flex; justify-content: center; align-items: center; gap: 13px; padding: 0 30px;}
.main-visual .slick-dots button {overflow: hidden; width: 15px; height: 15px; border-radius: 100%; background: none; border: 3px solid #fff; opacity: .6; text-indent: -9999em;}
.main-visual .slick-dots .slick-active button {opacity: 1; background: #fff;}

.right-slides {display: flex; flex-direction: column; gap: 20px; width: calc(27.083333% - 20px);}
.right-slides h2 {position: absolute; top: 40px; left: 40px; color: #fff; z-index: 10; pointer-events: none;}
.right-slides > div {flex: 1; position: relative; overflow: hidden; border-radius: var(--30-border) 0 0 var(--30-border) ;}
.right-slides .items,
.right-slides .slick-list,
.right-slides .slick-track,
.right-slides .slick-slide > div,
.right-slides .slick-slide a,
.right-slides .slick-slide .img {height: 100%;}
.right-slides .img {position: relative;}
.right-slides .img img {position: absolute; width: 100%; height: 100%; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}
.right-slides .slick-dots {position: absolute; bottom: 40px; width: 100%; display: flex; justify-content: center; align-items: center; gap: 10px; padding: 0 30px;}
.right-slides .slick-dots button {overflow: hidden; width: 15px; height: 15px; border-radius: 100%; background: none; border: 3px solid #fff; opacity: .6; text-indent: -9999em;}
.right-slides .slick-dots .slick-active button {opacity: 1; background: #fff;}

.main-bot {padding: var(--padding-white)}
.main-bot .contain {display: flex; gap: 70px;}
.main-shortcut {display: flex; flex-wrap: wrap; gap: 10px; width: 56.977%;}
.main-shortcut .item {display: block; position: relative; width: calc((100% - 20px) / 3); border-radius: 12px; overflow: hidden; color :#fff;}
.main-shortcut .item:before {position: absolute; content: ''; top: 35px; right: 30px; width: 16px;height: 16px; background: url('../images/main/shortcut-plus.png') no-repeat center center; background-size: contain;}
.main-shortcut .item .img {width: 100%; height: 100%;}
.main-shortcut .item .img img {width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%;}
.main-shortcut h2 {position: absolute; left: 30px; top: 30px;}
.main-board {flex: 1; position: relative;}
.mb-menu {position: relative;}
.mb-menu ul {display:flex; font-weight: 500; font-size: 20px; border-bottom: 2px solid #123389; border-left: 1px solid #ddd;}
.mb-menu a {display: flex; align-items: center; justify-content: center; width: 115px; height: 60px; border-right: 1px solid #ddd; border-top: 1px solid #ddd;}
.mb-menu .active a {background: #123389; color: #fff;}
.mb-btns {position: absolute; top: 12px; right: 0; width: 30px; height: 30px; background: url('../images/main/mb-btn.png') no-repeat center center; background-size: contain;}
.mb-btns:hover { background: url('../images/main/mb-btn-on.png') no-repeat center center; background-size: contain;}

.first-list {display: flex; align-items: center; gap: 20px; padding: 25px 0; margin-bottom: 17px; border-bottom: 1px solid #ddd;}
.first-list .date {width: 70px;}
.first-list .txt {flex: 1;}
.first-list .txt:hover h2 {text-decoration: underline; text-underline-offset: 4px;}
.first-list .txt h2 {overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.first-list .txt p {line-height: 1.75em; margin-top: 6px; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.mb-list li {display: flex; justify-content: space-between; gap: 30px; padding: 8px 0;}
.mb-list li a {position: relative; padding-left: 15px; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.mb-list li a:before {position: absolute; content: '';left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; background: rgba(18,51,137,.3);}
.mb-list li a:hover {text-decoration: underline; text-underline-offset: 4px;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:500px; background:#333; color:#ddd; text-align:center;}
.sub-visual .bg {position:absolute; top:0; left:0; overflow:hidden; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 0; background-size:cover; transition:2s; opacity:0; transform:scale(1.1);}
.sub-visual .inner {position:absolute; top:48%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:45px; font-weight:700; line-height:1.3em; letter-spacing:-.03em; text-align:center; text-shadow: 0 0 3px rgba(0,0,0,.6);}
.sub-visual .no-lnb {color: #fff; top: 50%;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg"); background-position: center center;}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual .bg6 {background-image:url("../images/common/sv6.jpg"); background-position: center bottom}
.sub-visual .bg7 {background-image:url("../images/common/sv7.jpg");}
.sub-visual .bg8 {background-image:url("../images/common/sv8.jpg"); background-position: center center;}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; margin-top: -35px;}
.lnb {margin:0 auto; max-width:1200px; }
.lnb ul {display:flex;background: #fff; border-radius: 35px; border: 1px solid #ddd;}
.lnb ul li {position: relative; flex:1; text-align:center; z-index: 1;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:70px; padding:0 15px; color:#242424; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active:before {position: absolute; content: ''; z-index: -1; top: -1px; right: -1px; bottom:-1px; left: -1px; border-radius: 35px; background:#123389;}
.lnb ul li.active a {color:#fff;}

.sub-title {padding-top:80px; padding-bottom:60px; max-width:1260px; margin:0 auto; text-align: center;}
#contArea.wide .sub-title {padding-left:30px; padding-right:30px;}
.sub-title h1 {font-weight: 700; font-size:35px; line-height:1.3em; color:#242424;}
.sub-title .doc-tit {margin-bottom:22px;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:160px;}
.txt-center {text-align: center;}
.font-r {font-family: "roboto", sans-serif;}
.font-n {font-family:'Noto Sans KR';}
.font-na {font-family:'Nanum Gothic';}

.fw400 {font-weight: 400 !important;}
.fw500 {font-weight: 500 !important;}
.fw600 {font-weight: 600 !important;}
.fw700 {font-weight: 700 !important;}
.fw800 {font-weight: 800 !important;}

.fz15 {font-size: 15px !important;}
.fz16 {font-size: 16px !important; line-height: 1.75em;}
.fz17 {font-size: 17px !important;}
.fz18 {font-size: 18px !important;}
.fz20 {font-size: 20px !important;}
.fz22 {font-size: 22px !important;}
.fz24 {font-size: 24px !important; line-height: 1.583333em;}
.fz26 {font-size: 26px !important;}
.fz28 {font-size: 28px !important; line-height: 1.285714em;}
.fz30 {font-size: 30px !important;}
.fz32 {font-size: 32px !important;}
.fz35 {font-size: 35px !important;}

.c1 {color: #242424 !important;}
.c2 {color: #123389 !important;}
.c3 {color: #686868 !important;}
.c4 {color: #797979 !important;}
.c5 {color: #0ba7da !important;}

.bgc1 {background: #f8f8f8 !important;}
.bgc2 {background: #123389 !important;}
.bgc3 {background: #1e46ac !important;}
.bgc4 {background: #1248d5 !important;}

/* footer */
#footer {background:#242424; padding: 45px 0; font-size: 15px; line-height: 1.5em; color: #b8b8b8;}
#footer .contain {display: flex; justify-content: space-between; gap: 50px; max-width: 1980px;}
#footer address {display: flex; gap:0 30px; flex-wrap: wrap; margin-top: 15px;}
#footer address span {font-style: normal;}
#footer .copyright span {color: #808080;}
#footer .sns-links {display: flex; gap: 9px;}
#footer .sns-links a {}
