@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;}

#sub #wrapper {padding-top: 100px;}
/* header */
#header {position: fixed; top:0; left:0; width:100%; z-index:90; background:#fff;}
#header .contain {position:relative; max-width: 1460px;}

.sitelogo {position:absolute; top:50%; left: 30px; margin-top:-40px; z-index:2; transition:.2s; background-image:url("../images/common/logo_on.png"); background-size: contain; background-repeat: no-repeat; z-index: 50;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center;}
#gnb > ul {display:flex;justify-content: flex-end; max-width: 900px; width: 100%; margin: 0 0 0 auto;}
#gnb > ul > li {position: relative; flex:1; text-align:center;}
#gnb > ul > li > a {position:relative; display:block; font-size:20px; font-weight: 500; line-height:100px;}
#gnb > ul > li.active {background-color: #0b3eaf; color: #fff;}
#gnb > ul > li.active a {color: #fff;}

#gnb .submenu {height:0; overflow:hidden; position:absolute; left:0; width:100%; text-align:center; z-index:50;}
#gnb .active .submenu {background-color: #0b3eaf;}
#gnb .submenu > ul {position:relative; padding: 25px 0;}
#gnb .submenu > ul > li {margin-bottom: 10px;}
#gnb .submenu > ul > li:last-child {margin-bottom: 0;}
#gnb .submenu > ul > li > a {display:block; color: #454545;}
#gnb .submenu > ul > li > a:hover {text-decoration: underline;}
#gnb .active .submenu > ul > li > a {color: #fff;}
.submenu-bg {display:none; position:absolute; left:0; width:100%; background-color:#fff; z-index:1; border-top: 1px solid #ebebeb;}

#main #header {background: transparent;}
#main #header .sitelogo {background-image:url("../images/common/logo.png");}
#main #header #gnb > ul > li > a {color: #fff;}
#main #header .btn-m-menu span {background: #fff;}
#main #header .btn-m-menu span:before,
#main #header .btn-m-menu span:after {background: #fff;}

#main #header.header-hover {background: #fff;}
#main #header.header-hover .sitelogo {background-image:url("../images/common/logo_on.png");}
#main #header.header-hover #gnb > ul > li > a {color: #242424;}
#main #header.header-hover #gnb > ul > li.active a {color: #fff;}
#main #header.header-hover .btn-m-menu span {background: #242424;}
#main #header.header-hover .btn-m-menu span:before,
#main #header.header-hover .btn-m-menu span:after {background: #242424;}

#header.header-fixed {box-shadow:rgba(0,0,0,.1) 0 0 15px;}
#main #header.header-fixed {background: #fff;}
#main #header.header-fixed .sitelogo {background-image:url("../images/common/logo_on.png");}
#main #header.header-fixed #gnb > ul > li > a {color: #242424;}
#main #header.header-fixed #gnb > ul > li.active a {color: #fff;}
#main #header.header-fixed .btn-m-menu span {background: #242424;}
#main #header.header-fixed .btn-m-menu span:before,
#main #header.header-fixed .btn-m-menu span:after {background: #242424;}



/* for mobile */
.btn-m-menu {display: none; position:absolute; top:50%; right:30px; width:24px; height:26px; margin-top:-14px; text-align:center; z-index:50;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:-1px; height:2px; background:#242424;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.btn-m-menu span:before {top:-11px;}
.btn-m-menu span:after {bottom:-11px;}

.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: 10px 20px;}
.mobile-navigation .home img {height: 44px;}
.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:#0b3eaf;}
.mobile-navigation .nav-menu .submenu {display:none; background:#0b3eaf; 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 .submenu ul li a br {display: none;}
.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 */
.main-visual {position:relative; overflow:hidden;}
.main-visual .item {position:relative; height:100vh; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; overflow:hidden;}
.main-visual .item.bg1 {background-image:url("../images/main/mv1.jpg");}
.main-visual .item a {display: block; height: 100%;}
.main-visual .m-caption {position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%;}
.m-caption {position: relative; color:#fff; z-index: 50;}
.m-caption .contain {position: relative; max-width: 1460px; height: 100%;}
.m-caption.right {text-align: right;}
.m-caption h2 {font-family: 'SUIT'; font-weight: 800; font-size: 55px; letter-spacing: -.03em; line-height: 1.365em;}
.m-caption .txt {font-family: 'SUIT'; font-weight: 300; font-size: 25px; line-height: 1.68; margin-top: 65px;}
.m-caption .btn {margin-top: 80px;}
.m-caption .btn span {display: inline-block; padding: 0 25px; min-width: 180px; line-height: 48px; font-size: 18px; color: #fff; font-weight: 200; border: 1px solid rgba(255,255,255,.5); border-radius:50vh; text-align: center; transition:.2s;}
.m-caption .btn span i {display: inline-block; vertical-align:middle; margin: -.2em 0 0 22px; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform:rotate(45deg);}
.m-caption .btn span:hover {background-color: #001d5d; border-color:#001d5d; box-shadow:rgba(0,0,0,.25) 0 0 7px;}

.main-visual .m-caption h2 {opacity: 0;}
.main-visual .animate .m-caption h2 {animation-name: fadeInUp; animation-duration:1s; animation-fill-mode: forwards;}

.main-visual .m-caption .btn {opacity: 0;}
.main-visual .animate .m-caption .btn {animation-name: fadeInUp; animation-duration:1s; animation-delay:.2s; animation-fill-mode: forwards;}
 
@keyframes fadeInUp {
	0% {opacity: 0;transform: translateY(70px);}
	100% {opacity: 1;transform: translateY(0);}
}


#fullpage .scroll {position: absolute;bottom: 50px; left:0; width: 100%; height: 47px; text-align: center; font-size:0;background:url('/images/main/scroll_down.png') 50% 50% no-repeat;background-size: contain;z-index:10;-webkit-animation: bounce2 .9s linear infinite alternate;-moz-animation: bounce2 .9s linear infinite alternate;-o-animation: bounce2 .9s linear infinite alternate;-ms-animation: bounce2 .9s linear infinite alternate;animation: bounce2 .9s linear infinite alternate;cursor: pointer; z-index: 50;}
@-moz-keyframes bounce2{from{transform: translateY(0px);}to{transform: translateY(10px);}}
@-webkit-keyframes bounce2{from{transform: translateY(0px);}to{transform: translateY(10px);}}
@-o-keyframes bounce2{from{transform: translateY(0px);}to{transform: translateY(10px);}}
@keyframes bounce2{from{transform: translateY(0px);}to{transform: translateY(10px);}}

#fullpage .section {background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
#fullpage .sec2 {background-image: url("../images/main/bg_sec2.jpg");}
#fullpage .sec3 {background-image: url("../images/main/bg_sec3.jpg");}
#fullpage .sec5 {/* background-image: url("../images/main/bg_sec5.jpg"); */}


.sec3 .group {display: flex;}
.sec3 .group .videoArea {position: relative; width: 50%;}
.sec3 .group:nth-child(even) .videoArea {order: 2;}
.sec3 .group .video-container-wrap {} 
.sec3 .group .txtArea {display: flex;align-items:center; width: 50%; color: #fff; padding: 50px 5.2%;}
.sec3 .group .txtArea .txt {margin-top: 0;}

.sec3 .group .video {height: 50vh;}
.sec3 .group .video-inner {position:absolute; top:0; left:0; width:100%; height: 100%; overflow:hidden; background-color: #000;}
.sec3 .group .video video,
.sec3 .group .video iframe {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width: 100%; height: 100%; object-fit:contain;}

.bgVideo {position: absolute; right: 0; bottom: 0; top: 0; right: 0; width: 100%; height: 100%; background-size: 100% 100%; background-color: black; background-image: /* our video */; background-position: center center; background-size: contain; object-fit: cover; z-index: 10;}

.sec6 .flex-div {display: flex;}
.sec6 .flex-div .group {display: flex;align-items: center; width: 50%; min-height: 600px; padding: 30px 5.2%; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.sec6 .flex-div .group.bg1 {background-image: url("../images/main/sec6_img1.jpg");}
.sec6 .flex-div .group.bg2 {background-image: url("../images/main/sec6_img2.jpg");}
.sec6 .flex-div .group .txt {font-family: 'SUIT'; font-weight: 700; color: #fff; font-size: 30px; line-height: 1.833em;}

.sec7 {padding: 50px 0; background-color: #f4f4f4;}
.partner-list {display: flex;flex-wrap:wrap; margin: -15px;}
.partner-list li {width: 25%; padding: 15px;}
.partner-list li .img {position: relative; padding-bottom: 33%; border-radius:20px; background-color: #fff; overflow:hidden;}
.partner-list li .img:after {content:''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border:1px solid #ddd; border-radius:inherit;}
.partner-list li .img img {position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; transform:translate(-50%,-50%); object-fit:contain;}



/* sub */
.sub-visual {position: relative; display:table; table-layout:fixed; width: 100%; height:450px; margin: 0 auto; overflow:hidden; color:#fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {position: relative; z-index: 1; width: 100%; display:table-cell; vertical-align:middle; padding: 20px 0;}
.sub-visual h2 {font-size:64px; line-height:1.3em; letter-spacing: -.03em;}

.sub-visual .background.bg1 {background-image:url("../images/common/sv1.jpg")}
.sub-visual .background.bg2 {background-image:url("../images/common/sv2.jpg")}
.sub-visual .background.bg3 {background-image:url("../images/common/sv3.jpg")}
.sub-visual .background.bg4 {background-image:url("../images/common/sv4.jpg")}
.sub-visual .background.bg5 {background-image:url("../images/common/sv5.jpg")}

.sub-visual .background {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;
	transform:scale(1.09);
    -ms-transform:scale(1.09); /* IE 9 */
    -moz-transform:scale(1.09); /* Firefox */
    -webkit-transform:scale(1.09); /* Safari and Chrome */
    -o-transform:scale(1.09); /* Opera */
	transition: all 2s ease-out 0s;
	transition-delay: 0.1s;
}
.sub-visual.loaded .background{
	transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
}

.lnb {min-height: 75px; margin-top: -75px;}
.lnb ul {display:flex; margin: 0 -18px;}
.lnb ul li {position: relative; width: auto; text-align:center; padding: 0 18px;}
.lnb ul li:after {content:''; position: absolute; top: 50%; right: -1px; width: 1px; height: 15px; margin-top: -7px; background-color: #fff; opacity: .7;}
.lnb ul li:last-child:after {display: none;}
.lnb ul li a {display: block; color:#fff; font-size:20px; line-height:1.75em; letter-spacing:-.02em;}
.lnb ul li.active a {font-weight: 600; text-decoration: underline; text-underline-position:under; text-decoration-thickness: 1px;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; padding-top: 70px; margin:0 auto;}
#contArea.wide {max-width: 100%; padding-left: 0; padding-right: 0;}

.sub-title {padding-bottom: 70px; text-align: center;}
.sub-title h2 {font-size:30px; line-height:1.3em; letter-spacing: -.02em;}

.real-cont {min-height:300px; padding-bottom:100px;}


/* footer */
#footer {background: #191919; color: #fff; font-size: 15px; line-height: 1.75;}
#footer .contain {max-width: 1460px;}
#footer address {font-style:normal;}

.footer {display: flex; padding: 50px 0 45px;}

.foot-links {order: 2;}
.foot-links ul {display:inline-flex; margin: 0 -12px;}
.foot-links ul li {margin: 0 12px; padding: 8px 22px; background-color: #474747; border-radius:50vh;}
.foot-links ul li a {display:block; font-size: 0.933em; padding-left:22px; background:url("../images/common/icon_doc.png") 0 center no-repeat;}
.foot-links ul li a:hover {text-decoration: underline;}

.foot-info {flex: 1 1 auto; min-width: 0; width: 1%;}
.foot-info span {display: inline-block; opacity: .3; margin-right: 16px;}
.foot-info .company-name {display: block; margin-right: 0; opacity: 1; font-size: 1.2em; font-weight: 600; margin-bottom: 15px;}

.copyright {padding: 15px 0; color: rgba(255,255,255,.3); text-align: center; border-top: 1px solid rgba(255,255,255,.3);}
.copyright a {display: inline-block; margin-left: 24px;}

.scroll-top {position: fixed; right: 40px; bottom: 50px; width: 60px; height: 60px; border-radius:100%; background: #0b3eaf no-repeat url("../images/common/scroll_top.png") center center / contain; text-indent:-9999em; overflow:hidden; opacity: 1; transition:.6s;}
.scroll-top.none {bottom: -100%; opacity: 0;}


