@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#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}

/* html {overflow-x:hidden;} */

.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:""; display:block; clear:both;}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* header */
#header {position: absolute; top:0; left:0; width:100%;z-index:90; background:transparent;}
#header .contain {position:relative; max-width: 1780px;}

.sitelogo {position:absolute; top:50%; left: 30px; margin-top:-20px; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center;}
#gnb > ul {display:flex;justify-content: center;}
#gnb > ul > li {position:relative; padding: 0 59px; text-align:center;}
#gnb > ul > li > a {display:block; color: #fff; font-size:19px; font-weight: 500; line-height:100px; letter-spacing: -.04em;}
#gnb > ul > li.active > a {color: #0054a7;}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; text-align:center; z-index:50;}
#gnb .submenu > ul {position:relative; padding: 22px 0;}
#gnb .submenu > ul > li {margin-bottom: 5px;}
#gnb .submenu > ul > li:last-child {margin-bottom: 0;}
#gnb .submenu > ul > li > a {display:block; font-size: 17px; font-weight: 500; color: #505050; line-height: 1.5; letter-spacing: -.04em; padding: 5px;}
#gnb .submenu > ul > li > a:hover {color: #0054a7;}

#gnb .depth > ul > li {margin-bottom: 5px;}
#gnb .depth > ul > li:last-child {margin-bottom: 0;}
#gnb .depth > ul > li > a {display:block; color: #878787; font-size: 14px; line-height: 1.5; letter-spacing: -.04em;}
#gnb .depth > ul > li > a:hover {color: #00a1e9;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; background: #fff; border-top: 1px solid #dfdfdf; z-index:10;}

.language {position: absolute; top: 50%; right: 30px; margin-top: -22px; width: 113px; z-index: 50;}
.language a {display:block;line-height:42px;color:#fff;}
.language > a {position: relative; border: 1px solid #fff;padding: 0 44px 0 20px; text-align:left;}
.language > a:after {content:""; position: absolute; width: 9px; height: 9px; top: 50%; margin-top: -8px; right: 20px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; transform: rotate(45deg);}
.language.active > a:after {transform: rotate(-135deg); margin-top: -3px;}
.language ul {position:absolute;width: 100%; left: 0; top: calc(100% - 1px); border: 1px solid #fff; padding: 8px 0; display:none; background: rgba(255,255,255,.4);}
.language ul li {}
.language ul li a {line-height:22px; padding: 5px 20px;}
.language ul li:hover a {color: #0054a7; text-decoration:underline; text-underline-position:under;}

#header.header-hover {background: #fff;}
#header.header-hover .sitelogo {background-image:url("../images/common/logo_on.png");}
#header.header-hover #gnb > ul > li > a {color: #2c2c2c;}
#header.header-hover #gnb > ul > li.active > a {color: #0054a7; font-weight: 600;}
#header.header-hover .language > a {background: #0054a7; border-color:#0054a7;}
#header.header-hover .language ul {border-color:#0054a7; background: rgba(0,84,167,.4);}

#header.header-fixed {position: fixed; background: #fff; box-shadow: 0 0 3px rgb(0 0 0 / 15%);}
#header.header-fixed .sitelogo {background-image:url("../images/common/logo_on.png");}
#header.header-fixed #gnb > ul > li > a {color: #2c2c2c;}
#header.header-fixed #gnb > ul > li.active > a {color: #0054a7; font-weight: 600;}
#header.header-fixed .language > a {background: #0054a7; border-color:#0054a7;}
#header.header-fixed .language ul {border-color:#0054a7; background: rgba(0,84,167,.4);}


/* for mobile */
.btn-m-menu {display: none; position:absolute; top:50%; right:30px; width:26px; height:32px; margin-top:-16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#2c2c2c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0px; right:0; height:2px; background:#2c2c2c; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-11px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-11px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; right:0; width:250px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home a {display: block;  color: #000; font-size: 18px; font-weight: 700; line-height: 1.3em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#0054a6;}
.mobile-navigation .nav-menu .submenu {display:none; background:#0054a6; padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-navigation .nav-menu .depth {display: none;}
.mobile-navigation .nav-menu .depth ul li a {display:block; padding:5px 20px; color:#fff; font-size:13px; line-height:1.3em;}

.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

.mobile-navigation .close {position:absolute; right:15px; top:18px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:2px; background-color:#333;transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.mobile-navigation .close:before {transform:rotate(90deg); transition-property:transform;}
.mobile-navigation .close:after {transform:rotate(-90deg); transition-property:transform;}


html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu span {background:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#1191d0; height:2px;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:2px; transform:rotate(-45deg);}
html.menu-opened .close:before {transform:rotate(45deg);}
html.menu-opened .close:after {transform:rotate(-45deg);}

/* main */
#fullpage .section {background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}

.main-visual {height:100vh; overflow:hidden;}
.main-visual .item {position:relative; height:100vh;}
.main-visual 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 video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; z-index:2;}

.sec2 {background-image:url("../images/main/bg_sec2.jpg");}
.sec3 {background-image:url("../images/main/bg_sec3.jpg");}
.sec4 {background-image:url("../images/main/bg_sec4.jpg");}

.bgVideo {z-index: -1; position: absolute; left: 0; bottom: 0; top: 0; right: 0; width: 100%; height: 100%; background-size: 100% 100%; background-color: black;  background-position: center center; background-size: contain; object-fit: cover;}

.scrollDown {position:absolute; bottom:0; z-index:10; line-height:0;}
.scrollDown.right {right: 5.2%;}
.scrollDown.left {left: 5.2%;}
.scrollDown a {display:inline-block; position:relative; padding-bottom:85px; font-size:12px; line-height:1em; color:#fff; font-weight: 500; letter-spacing: .6em;}
.scrollDown a span {writing-mode: vertical-lr; transform: rotate(180deg);}
.scrollDown a:before {content:""; position:absolute; bottom:0; left:50%; width:1px; height:73px; background:#fff;}
.scrollDown a:after {content:""; position:absolute; bottom:53px; left:50%; margin-left: -2px; width:5px; height:20px; background:#fff;
	-webkit-animation: pulse 3s infinite;
            animation: pulse 3s infinite;
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 53px);
            transform: translate(0, 53px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } 
}

.sec1 .fp-tableCell {position: relative;}
.sec2 .fp-tableCell {position: relative; padding-top: 100px;}
.sec3 .fp-tableCell {padding-top: 100px;}
.sec4 .fp-tableCell {position: relative;padding-top: 100px;}

.m-head {color: #fff;}
.m-head span {display: block; font-size: 15px; font-weight: 500; line-height: 1.3; letter-spacing: .6em;}
.m-head h2 {font-size: 46px; line-height: 1.2; letter-spacing: -.04em; font-weight: 500;}
.m-head p {font-size: 20px; font-weight: 500; line-height: 1.3; letter-spacing: -.04em; margin-top: 24px;}

.main-visual img {width: 100%;}

.sec2 .flex-div {position: absolute; bottom: 0; left: 0; width: 100%; display: flex; color: #fff;}
.sec2 .flex-div .cnt {width: 50%; padding: 80px 0;}
.sec2 .flex-div .cnt .contain {max-width: 760px;}
.sec2 .flex-div .left {background: #0054a6;}
.sec2 .flex-div .left .contain {margin-right: 0;}
.sec2 .flex-div .right {background: #00a0e8; padding-left: 50px;}
.sec2 .flex-div .right .contain {margin-left: 0;}

.sec2 .m-head span {margin-bottom: 35px;}
.sec2 .right .t1 {font-size: 22px; font-weight: 500; line-height: 1.5; letter-spacing: -.04em;}
.sec2 .right .t2 {line-height: 2; /* margin: 18px 0 50px; */ margin-bottom: 50px;}
.sec2 .right .btn-view {text-align: left; min-width: 198px; padding: 0 30px; color: #fff; font-size: 17px; font-weight: 600; letter-spacing: -.04em; line-height: 52px;background-image:url("../images/main/btn_view.png"); background-position:right 30px center; background-repeat:no-repeat; background-color: transparent; border: 2px solid #fff;}

.sec3 .m-head {margin-bottom: 75px; text-align: center;}
.sec3 .contain {max-width: 1460px;}
.sec3 ul {display: flex;flex-wrap:wrap; margin: 0 -20px; text-align: center; color: #fff;}
.sec3 ul li {width: 25%; padding: 0 20px;}
.sec3 ul li a {display: table; width: 100%; min-height: 420px; height: 100%; border: 1px solid #fff;}
.sec3 ul li .cell {display: table-cell; vertical-align:middle;}
.sec3 ul li .tit {font-size: 26px; line-height: 1.3; letter-spacing: -.04em; margin-top: 24px;}
.sec3 ul li .view {position: absolute; opacity: 0; font-size: 28px; font-weight: 600; line-height: 1; transform: translateY(10px); transition:transform .2s; margin-top: 30px;}

.sec3 ul li a:hover {background: #0054a6; border-color:#0054a6;}
.sec3 ul li a:hover .view {position: static; opacity: 1; transform: translateY(0);}

.sec4 .contain {position: relative; max-width: 1460px;}
.sec4 .m-head {margin-bottom: 95px;}
.sec4 .m-head span {margin-bottom: 65px;}
.sec4 .news-list ul li .date {color: #fff;}
.sec4 .news-list ul li .tit {color: #fff;}
.sec4 .btn-more {color: #fff; font-size: 20px; line-height: 1.3; letter-spacing: -.04em; position: absolute; right: 30px; top: 100px;}
.sec4 .btn-more .arrow {font-size: 24px; margin-left: 18px;}


/* sub */
.sub-visual {display:table; table-layout:fixed; width:100%; height:480px; overflow:hidden; text-align: center; color: #fff; background-color:#eee; background-position:82% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {display:table-cell; vertical-align:middle; padding:20px; padding-top: 120px;}
.sub-visual h2 {font-size:46px; font-weight: 600; line-height:1.5em; letter-spacing: -.04em;}

.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.bg6 {background-image:url("../images/common/sv6.jpg")}

.lnb {position: relative; padding: 40px 0; background: #fff; text-align:center;}
.lnb ul {display:flex;justify-content: center; margin: -3px;}
.lnb ul li {width: auto; margin: 3px;}
.lnb ul li a {display:block; min-width: 90px; font-size:20px; font-weight: 600; line-height:48px; letter-spacing:-.04em; background: #f4f4f4; white-space:nowrap; transition:none; padding: 0 28px; border-radius:30px;}
.lnb ul li:hover a {color: #0054a6;}
.lnb ul li.active a {background:#0054a6; color: #fff; font-weight: 500;}

.lnb.fixed {position: fixed; top: 100px; left: 0; width: 100%; padding: 20px 0; z-index: 1;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; padding-top: 55px; margin:0 auto;}
#contArea.wide {max-width: 100%; padding-left: 0; padding-right: 0;}

.sub-title {padding-bottom: 75px; text-align: center;}
.sub-title.left {text-align: left;}
.sub-title h2 {font-size:38px; font-weight: 600; line-height:1.3em; letter-spacing: -.04em;}
.sub-title h2 .tag {display: inline-block; vertical-align: middle; font-size: 14px; font-weight: 500; line-height: 28px; padding: 0 12px; margin: 0 4px;}
.sub-title h2 .tag.release {color: #fff; background: #00a0e8;}
.sub-title h2 .tag.soon {color: #878787; background: #f1f1f1;}

.real-cont {min-height:300px; padding-bottom:120px;}

/* quickmenu */
#qmenu {position: fixed; top: 50%; right: 0; width: 52px; transform: rotate(180deg) translateY(50%); z-index: 100;}
.qmenu a {display: block;}
.qmenu a .tit {padding: 12px 11px; font-family: 'Inter', sans-serif; color: #fff; font-size: 14px; font-weight: 600; line-height: 2.118em; letter-spacing: .1em; background: #205ca8; word-break: break-all;  writing-mode: vertical-lr; -webkit-writing-mode: vertical-lr; -ms-writing-mode: vertical-lr;}
.qmenu a .icon {padding: 18px; background: #333 url("../images/common/icon_qmenu.png") center center no-repeat;}


/* footer */
.footer {position: relative; background: #121212; color: #878787; padding: 70px 0 60px;}
.footer .contain {max-width: 1780px !important;}

.foot-top {display: flex;align-items: center; margin-bottom: 115px;}
.foot-top .f-logo {flex: 1 1 auto; min-width: 0; width: 1%;}
.foot-top .f-sns ul {display:flex; margin: 0 -7.5px;}
.foot-top .f-sns ul li {margin: 0 7.5px;}
.foot-top .f-sns ul li a {display:block;}

.foot-bottom {display: flex;align-items: flex-end;}

.foot-bottom .f-info {flex: 1 1 auto; min-width: 0; width: 1%;}
.foot-bottom .f-info address {font-style:normal;}
.foot-bottom .f-info address span {font-size: 20px; line-height: 1.8; letter-spacing: -.04em; margin-right: 40px;}
.foot-bottom .f-info .copyright {font-size: 13px; margin-top: 15px;}
.foot-bottom .f-info .copyright .bar {display: inline-block; vertical-align:middle; width: 1px; height: 11px; background: #878787; margin: -.2em 10px 0 10px;}

.foot-bottom .f-links {order: 2;}
.foot-bottom .f-links ul {display: flex; margin: 0 -14px;}
.foot-bottom .f-links ul li {padding: 0 14px;}
.foot-bottom .f-links ul li a {display: block; font-size: 13px;}

.scroll-top {position:absolute; right:5.2%; top:-118px; width:68px; height:68px; z-index:101; color:#fff; font-size:15px; font-weight:600; line-height:1em; text-align:center; padding:21px 0; background:#0054a6;}
.scroll-top:before {content:""; display:block; width:0; height:0; margin:0 auto 7px; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:6px solid #fff;}