@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:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:fixed; top: 0; width:100%; background:#000; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width: 1460px; height:var(--header-height); z-index:10;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:flex-end;}
#gnb>ul>li {position:relative; padding:0 40px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:#fff; font-size:18px; font-weight:500; 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:20px 5px;}
#gnb .submenu>ul>li {padding: 2px 0;}
#gnb .submenu>ul>li>a {display:block; padding:5px 0; color:#ddd; font-size:16px; line-height:2em;}
#gnb .submenu>ul>li>a:hover {font-weight: 600;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:rgba(0,0,0,.9);}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; 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 .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:#003a90}
.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:#003a90;}
.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-section {position: relative;}
.main-section .inner {width: 100%; max-width: 1460px; padding: var(--header-height) 30px 0; margin: 0 auto;}

#RightMenu {position:absolute; top:50%; right:50px; transform:translateY(-50%); z-index:10;}
#RightMenu li:not(:last-child) {margin-bottom:20px;}
#RightMenu li a {position:relative; display:block; width:8px; height:8px; border-radius:100%; background: #fff; margin: 0 auto;}
#RightMenu li.active a {width: 16px; height: 16px; background: none; border: 4px solid #fff;}
.main-news #RightMenu li a {background: #ccc;}
.main-news #RightMenu li.active a {background: none; border-color: #ccc}

.main-visual {position:relative; background:#000; overflow:hidden;}
.main-visual .item {position:relative; height: 100vh; overflow:hidden;}
.main-visual .image {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:5s linear; transform:scale(1.15);}
.main-visual .image img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-visual .caption {position:absolute; top:calc(50%); left:50%; width: 100%; max-width: 1600px; padding:0 100px; transform: translate(-50%, -50%); color:#fff; z-index:40;}
.main-visual .caption img {margin:0 auto;}
.main-visual .caption p {transition:1.2s; transform:translate(50px,0); opacity:0;}
.main-visual .caption .txt1 {font-size:140px; font-weight:700; line-height:1.14286em; letter-spacing:0;}
.main-visual .caption .txt2 {font-size:22px; font-weight:500; line-height:1.636363em; letter-spacing:-.03em; margin-top:37px; width: fit-content; margin-left: auto; margin-right: auto;}
.main-visual .active .image {transform:scale(1);}
.main-visual .active .caption p {transform:translate(0,0); opacity:1;}
.main-visual .active .caption .txt1 {transition-delay:.2s;}
.main-visual .active .caption .txt2 {transition-delay:.5s;}
.main-visual .scroll {position:absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 100%; max-width: 1460px; padding: 0 30px; text-align: right;}
.main-visual .scroll span {display: inline-block; position: relative; animation:scrollDown .9s linear infinite alternate; padding-bottom: 34px;}
.main-visual .scroll span:before {position: absolute; content: ''; bottom: 0; left: .5px; height: 100%; width: 1px; background: rgba(255,255,255,.5);}
@keyframes scrollDown{
	0%{padding-bottom: 34px;}
	100%{padding-bottom: 0;}
}

.deco-dot {display: inline-block; width: 16px; height: 16px; margin-left: 16px; border-radius: 100%; background: #003a90;}
.btn-more {display: block; position: relative; width: fit-content; min-width: 136px;padding-bottom: 3px; font-size: 16px; font-weight: 500; font-family: "Roboto", sans-serif;}
.btn-more:before {position: absolute; content: ''; left: 0; bottom: 0; width: 136px; height: 14px; background: url('../images/main/more-arrow.png') no-repeat center center; background-size: contain;}
.btn-more.gray {color: #888;}
.btn-more.gray:before {filter: brightness(.75);}
.main-txt .fz22 {line-height: 1.636363em;}

.flex-wrap {display: flex;}
.flex-mid {display: flex; align-items: center;}
.flex-center {display: flex; justify-content: center;}

.main-vision .inner {display: flex; flex-direction: column; justify-content: flex-end; height: 100%; padding-bottom: var(--main-padding);}
.main-section .flex-wrap {justify-content: space-between; gap: 30px;}
.main-news .flex-wrap.news-items {margin:-35px;}
.news-items .slick-track {display: flex;}
.news-items .slick-slide {display: flex; height: auto;}
.news-items .slick-slide > div {width: 100%;}
.news-items .item {padding: 35px; max-width: 490px; height: 100%;}
.news-items .item .item-inner {display: flex; flex-direction: column; height: 100%; transition: .4s}
.news-items .thumb {position: relative; width: 100%; padding-bottom: 66.667%; overflow: hidden;}
.news-items .thumb img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: cover; transition: .4s}
.news-items .txt {display: flex; flex-direction: column; justify-content: space-between; flex: 1; background: #fff; padding: 30px;}
.news-items h3 {overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.news-items .date {margin-top: 40px; font-weight: 500; font-size: 16px; color: #888;}
.news-items .item:hover .item-inner {box-shadow: 10px 10px 15px 4px rgba(0,0,0,.07);}
.news-items .item:hover .thumb img {transform: translate(-50%, -50%) scale(1.1);}

.circle-partner {position: relative; width: 250px; height: 250px; padding: 45px; margin: 0 auto; background: #fff; border-radius: 100%;}
.circle-partner .img {position: relative; width: 100%; padding-bottom: 100%; overflow: hidden;}
.circle-partner .img img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.partners-slide {position: relative;}
.partner-arrow {top: 50%; margin-top: -8px; width: 47px; height: 16px;}
.partner-arrow:after {content: none;}
.partner-arrow.swiper-button-prev {left: -47px; background: url('../images/main/partner-prev.png') no-repeat center center; background-size: contain;}
.partner-arrow.swiper-button-next {right: -47px; background: url('../images/main/partner-next.png') no-repeat center center; background-size: contain;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:760px; padding-top: var(--header-height); background:#333; color:#fff; 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; bottom: 140px; left:0; width:100%; text-align: left;}
.sub-visual .tag {margin-bottom: 15px;}
.sub-visual h2 {margin-bottom: 25px; font-size:52px; font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.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.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; border-bottom:1px solid #ddd;}
.lnb {margin:0 auto; max-width:1400px;}
.lnb ul {display:flex;}
.lnb ul li {position: relative;width: auto; text-align:center;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:60px; padding:0 70px; color:#222; font-size:18px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active:before {position: absolute; content:''; left: 0; bottom: -1px; width: 100%; height: 2px; background: #0946c1;}

.sub-title {padding-top:100px; padding-bottom:80px; max-width:1260px; margin:0 auto;}
#contArea.wide .sub-title {padding-left:30px; padding-right:30px;}
.sub-title h2 {font-size:42px; line-height:1.3em; color:#2c2c2c;}
.sub-title .doc-tit {margin-bottom:22px;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-top: 150px; padding-bottom:140px;}
.icon img {vertical-align: middle; margin-top: -.02em;}
.font-r {font-family: "Roboto", sans-serif;}
.font-n {font-family: 'NexonLv2Gothic';}

.txt-center {text-align: center;}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}

.c1 {color: #111 !important;}
.c2 {color: #fff !important;}
.c3 {color: #222 !important;}
.c4 {color: #003a90 !important;}
.c5 {color: #44abe6 !important;}
.c6 {color: #ff9e2b !important;}
.c7 {color: #787878;}

.bg1 {background: #003a90 !important;}
.bg2 {background: #f6f6f6 !important;}
.bg3 {background: #44abe6 !important;}
.bg4 {background: #ff9e2b !important;}

.fz14 {font-size: var(--fz14);}
.fz16 {font-size: var(--fz16); line-height: 1.625em;}
.fz20 {font-size: var(--fz20);}
.fz22 {font-size: var(--fz22);}
.fz26 {font-size: var(--fz26);}
.fz30 {font-size: var(--fz30);}
.fz40 {font-size: var(--fz40); line-height: 1em;}
.fz46 {font-size: var(--fz46); line-height: 1.217em;}
.fz52 {font-size: var(--fz52); line-height: 1em;}
.fz58 {font-size: var(--fz58); line-height: 1em;}
.fz100 {font-size: var(--fz100); line-height: 1em;}

/* footer */
.f-relate {position: relative; display: flex; align-items: center;}
.f-relate .btn-relate {border-bottom: 1px solid #ddd; color: #fff; padding: 5px 24px; height: 100%; font-size: 16px; font-weight: 500; display: flex; gap: 120px; align-items: center; position:relative; }
.f-relate ul {display:none; position:absolute; left:-1px; right:-1px; top: 0; transform: translateY(-100%); background:rgba(17,17,17,.95); border:1px solid #888; z-index:50;}
.f-relate ul li:not(:last-child) {border-bottom: 1px solid rgba(136,136,136,.5);}
.f-relate ul li a {display: flex; align-items: center; padding: 3px 20px; height: 45px; color: #ddd;}

#footer {background:#111; font-size: 15px; color: #888; line-height: 1.6667em;}
#footer .contain {display: flex; justify-content: space-between; gap: 50px; max-width: 1460px;}
#footer .sitelogo {display: block; width: fit-content; margin-bottom: 15px;}
.f-link {padding: 18px 0; background: #222; font-weight: 500;color: #fff;}
.f-link .flex-wrap {gap: 10px;}
.f-cnt {padding: 38px 0 30px;}
.f-cnt address {display: flex; gap:30px; font-style: normal;}
.f-right {display: flex; flex-direction: column; justify-content: space-between;}

.scroll-top {display:flex; align-items: center; gap: 10px;}
.scroll-top .icon {transform: rotate(180deg);}