@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;outline-color:#f37736;}

.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;}

#wrapper {position:relative; overflow:hidden;}
#sub #wrapper {padding-top:calc(var(--header-height) + 10px);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}
#header .contain {max-width:1740px; position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10;}

.sitelogo a {display:block; background:url("../images/common/logo-w.png") no-repeat 0 center / contain; width:194px; height:34px; font-size:0; line-height:0;}

#gnb>ul {display:flex; text-align:center;} 
#gnb>ul>li {position:relative; padding:0 78px;}
#gnb>ul>li>a {display:flex; align-items:center; justify-content:center; height:var(--header-height); color:#fff; font-size:var(--fz19); font-weight:400; letter-spacing:-.03em; line-height:1.3em; font-family:var(--font-out);}
#gnb .submenu {display:none; position:absolute; top:90px; left:50%; width:220px; transform:translateX(-50%); background:var(--color-primary); text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:13px 0; color:#fff; font-size:var(--fz16); line-height:1.33em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}

.pull-right {display:flex; align-items:center;}

.h-sns ul {display:flex; align-items:center;}
.h-sns ul li:not(:last-child) {margin-right:40px;}
.h-sns ul li a {display:block; font-size:0; width:32px; height:29px; background-size:contain; background-repeat:no-repeat; background-position:50% 50%;}
.h-sns ul li .ico1 {background-image:url('/images/common/h-sns1.png');}
.h-sns ul li .ico2 {background-image:url('/images/common/h-sns2.png');}
.h-sns ul li .ico3 {background-image:url('/images/common/h-sns3.png');}

#header.header-active {background:#fff;}
#header.header-active .sitelogo a {background-image:url('../images/common/logo.png');}
#header.header-active #gnb>ul>li>a {color:#242424;}
#header.header-active .h-sns ul li .ico1 {background-image:url('/images/common/h-sns1-on.png');}
#header.header-active .h-sns ul li .ico2 {background-image:url('/images/common/h-sns2-on.png');}
#header.header-active .h-sns ul li .ico3 {background-image:url('/images/common/h-sns3-on.png');}
#header.header-active .btn-m-menu span,
#header.header-active .btn-m-menu span:before,
#header.header-active .btn-m-menu span:after {background:#242424;}

#header.header-fixed {background:#fff; box-shadow:0 3px 10px rgba(0,0,0,.1);}
#header.header-fixed .sitelogo a {background-image:url('../images/common/logo.png');}
#header.header-fixed #gnb>ul>li>a {color:#242424;}
#header.header-fixed .h-sns ul li .ico1 {background-image:url('/images/common/h-sns1-on.png');}
#header.header-fixed .h-sns ul li .ico2 {background-image:url('/images/common/h-sns2-on.png');}
#header.header-fixed .h-sns ul li .ico3 {background-image:url('/images/common/h-sns3-on.png');}
#header.header-fixed .btn-m-menu span,
#header.header-fixed .btn-m-menu span:before,
#header.header-fixed .btn-m-menu span:after {background:#242424;}

.header-white #wrapper {padding-top:0 !important;}
.header-white #header {background:transparent !important;}
.header-white #header.header-fixed {box-shadow:none;}
.header-white .sitelogo a {background-image:url('../images/common/logo-w.png') !important;}
.header-white #gnb>ul>li>a {color:#fff !important;}
.header-white .h-sns ul li .ico1 {background-image:url('/images/common/h-sns1.png') !important;}
.header-white .h-sns ul li .ico2 {background-image:url('/images/common/h-sns2.png') !important;}
.header-white .btn-m-menu span,
.header-white .btn-m-menu span:before,
.header-white .btn-m-menu span:after {background:#fff !important;}

.header-white #header.header-fixed {background:#fff !important; box-shadow:0 3px 10px rgba(0,0,0,.1) !important;}
.header-white #header.header-fixed .sitelogo a {background-image:url('../images/common/logo.png') !important;}
.header-white #header.header-fixed #gnb>ul>li>a {color:#242424 !important;}
.header-white #header.header-fixed .h-sns ul li .ico1 {background-image:url('/images/common/h-sns1-on.png') !important;}
.header-white #header.header-fixed .h-sns ul li .ico2 {background-image:url('/images/common/h-sns2-on.png') !important;}
.header-white #header.header-fixed .btn-m-menu span,
.header-white #header.header-fixed .btn-m-menu span:before,
.header-white #header.header-fixed .btn-m-menu span:after {background:#242424 !important;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px; margin-left:35px;}
.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 .home img {height:32px;}
.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:var(--color-primary);}
.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:var(--color-primary);}
.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-visual {position:relative; color:#fff;}
.main-visual .item {position:relative; width:100%; height:100vh; overflow:hidden;}
.main-visual .item .slide-image {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item .slide-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 .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .caption {position:absolute; left:0; top:40%; width:100%; padding:0 80px;}
.main-visual .caption h2 {opacity:0; margin-bottom:20px; font-size:var(--fz72); font-weight:500; letter-spacing:-.01em; line-height:1.3em; font-family:var(--font-out);}
.main-visual .caption p {opacity:0; font-size:var(--fz22); font-weight:300; letter-spacing:-.05em; line-height:1.79em; /* font-family:var(--font-nexon); */}
.active .main-visual .caption h2 {animation:fadeUp .8s .3s forwards;}
.active .main-visual .caption p {animation:fadeUp .8s .5s forwards;}
@keyframes fadeUp{
	0% {opacity:0; transform:translateY(30px);}
	100% {opacity:1; transform:translateY(0);}
}

@media (min-aspect-ratio:16/9) {
	.main-visual .item iframe {height:56.25vw;}
}
@media (max-aspect-ratio:16/9) {
	.main-visual .item iframe {width:177.78vh;}
}

.m-tit {font-size:var(--fz40); font-family:var(--font-out); font-weight:600; letter-spacing:.01em; line-height:1.4em; color:#242424;}

.more {border-radius:27px; border:1px solid #ddd; padding:10px 10px 10px 25px; display:inline-flex; align-items:center; font-family:var(--font-out); font-weight:500; letter-spacing:-.03em; line-height:1.4em; color:#242424; font-size:var(--fz18);}
.more:after {transition:.3s; margin-left:40px; content:''; width:32px; height:32px; background:url('/images/main/more.png') no-repeat 50% 50% / contain;}
.more:hover:after {background-image:url('/images/main/more-on.png');}
.more2 {transition:.3s; text-align:center; height:60px; min-width:240px; border:1px solid #fff; display:inline-flex; justify-content:center; align-items:center; font-family:var(--font-out); font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#fff; font-size:var(--fz20);}

.section-inner {padding:130px 20px 20px;}

.main-story .section-inner {padding-bottom:0; height:100%; display:flex; align-items:flex-end;}
.main-story .contain {display:flex; width:100%;}
.main-story .cnt {position:relative; padding-top:175px; flex:1 1 auto; min-width:0; width:1%;}
.main-story .cnt:before {left:-40px; top:0; position:absolute; content:''; width: 705px; height: 95px; background:url('/images/main/story-txt.png') no-repeat 0 center / contain;}
.main-story .cnt .m-tit {margin-bottom:17px;}
.main-story .cnt .tt {font-size:var(--fz40); font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#454545; font-family:var(--font-nexon);}
.main-story .cnt .txt {margin:48px 0 80px; font-size:var(--fz20); font-weight:400; letter-spacing:-.03em; line-height:1.8em; color:#878787;}
.main-story .ceo {position:relative; width:663px; margin-left:70px;}
.main-story .ceo .desc {position:absolute; left:85px; top:230px}
.main-story .ceo .desc .t1 {font-size:var(--fz18); font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#454545;}
.main-story .ceo .desc .t2 {margin:3px 0 20px; font-size:var(--fz18); font-weight:600; letter-spacing:-.03em; line-height:1.4em; color:#454545;}
.main-story .ceo .left-txt {position:absolute; left:40px; bottom:40px;} 

.main-business .m-tit {margin-bottom:50px; font-weight:700; text-align:center; font-size:var(--fz48);}
.main-business .slider .inner {display:flex; align-items:center;}
.main-business .slider .thumb-wrap {width:650px; margin-right:100px;}
.main-business .slider .thumb {border-radius:50px 0 50px 0; position:relative; padding-bottom:77%; overflow:hidden;}
.main-business .slider .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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-business .slider .cnt {flex:1 1 auto; min-width:0; width:1%;}
.main-business .slider .cnt .tit {font-size:var(--fz40); font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:#242424;}
.main-business .slider .cnt .tt {margin:25px 0 20px; font-size:var(--fz20); font-weight:500; letter-spacing:-.03em; line-height:1.4em; color:#242424;}
.main-business .slider .cnt .txt {margin-bottom:75px; font-size:var(--fz16); font-weight:400; letter-spacing:-.03em; line-height:1.75em; color:#878787;}
.main-business .slider .slick-arrow {position:absolute; top:50%; transform:translateY(-50%); width:48px; height:48px; border-radius:100%; font-size:0; border:0; background-color:transparent; background-repeat:no-repeat; background-position:50% 50%; background-size:contain;}
.main-business .slider .slick-prev {left:-90px; background-image:url('/images/main/slide-prev.png');}
.main-business .slider .slick-next {right:-90px; background-image:url('/images/main/slide-next.png');}

.main-brand {background:url('/images/main/brand-bg.jpg') no-repeat 50% 50% / cover;}
.main-brand .contain {position:relative;}
.main-brand .tab {z-index: 10;max-width:200px; width:100%; position:absolute; left:30px; bottom:130px;}
.main-brand .tab ul li a {font-size:var(--fz16); font-weight:600; line-height:1.4em; letter-spacing:-.01em; color:#999; height:65px; display:flex; align-items:center; justify-content:space-between; border-bottom:2px solid #ccc;}
.main-brand .tab ul li a:after {content:''; width:10px; height:10px; background:url('/images/main/plus.png') no-repeat 50% 50% /contain;}
.main-brand .tab ul li.active a {color:#242424;}
.main-brand .tab ul li.active a {border-color:#242424;}
.main-brand .tab ul li.active a:after {background-image:url('/images/main/plus-on.png');}
.main-brand .slider-wrap {display:flex; min-height: 547px;}
.main-brand .slider-wrap .cnt {width:470px;}
.main-brand .slider-wrap .cnt .m-tit {font-weight:700; font-size:var(--fz64);}
.main-brand .slider-wrap .cnt .txt {font-weight:400; font-size:var(--fz18); color:#242424; margin-top:5px;}
.main-brand .slider {overflow:hidden; padding:15px 0; flex:1 1 auto; min-width:0; width:1%; margin:-15px -450px -15px 0;}
.main-brand .slider .slick-list {overflow:visible;}
.main-brand .slider .slick-left {margin:0 -26px;}
.main-brand .slider .slick-slide {padding:0 26px;}
.main-brand .slider a {display:block; border-radius:40px 0 40px 0; overflow:hidden;}
.main-brand .slider .thumb {position:relative; padding-bottom:73.5%; overflow:hidden;}
.main-brand .slider .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; 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-brand .slider .desc {background:#fff; padding:27px 29px;}
.main-brand .slider .desc .cate {color:var(--color-secondary); font-size:var(--fz16); font-weight:600; line-height:1.4em;}
.main-brand .slider .desc .tit {margin:14px 0 28px; font-size:var(--fz22); font-weight:600; line-height:1.55em; color:#242424;}
.main-brand .slider .desc .date {font-family:var(--font-out); font-weight:500; font-size:var(--fz16); line-height:1.4em; color:#b9b9b9;}
.main-brand .ctr {position:absolute; left:0; bottom:62px; display:flex; align-items:center; max-width:200px; width:100%; justify-content:space-between;}
.main-brand .ctr .arrow {line-height:0;}
.main-brand .ctr .slick-arrow {width:8px; height:14px; border-radius:100%; font-size:0; border:0; background-color:transparent; background-repeat:no-repeat; background-position:50% 50%; background-size:contain;}
.main-brand .ctr .slick-prev {margin-right:30px; background-image:url('/images/main/brand-prev.png');}
.main-brand .ctr .slick-next {background-image:url('/images/main/brand-next.png');}
.main-brand .ctr .more {font-weight:400; padding:0; border:0;}
.main-brand .ctr .more:after {margin-left:22px;}
.main-brand .slider a:hover {box-shadow:0 3px 20px rgba(0,0,0,.1);}

.main-contact {background:url('/images/main/contact-bg.jpg') no-repeat 50% 50% / cover;}
.contact-wrap {position:relative;}
.contact {display:flex; position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; z-index:-1;}
.contact.on {opacity:1; z-index:1; position:relative;}
.contact-tab {margin-bottom:29px;}
.contact-tab ul {display:flex;}
.contact-tab ul li {margin-right:20px;}
.contact-tab ul li a {border-bottom:2px solid transparent; font-size:var(--fz16); font-weight:600; line-height:1.4em; color:#878787; display:block; height:40px; display:flex; align-items:center;}
.contact-tab ul li.active a {color:var(--color-primary); border-color:var(--color-primary);}
.contact .cnt {width:640px;}
.contact .cnt .m-tit {margin-bottom:25px; font-size:var(--fz64); font-weight:700;}
.contact .cnt .tel {margin-bottom:23px; font-size:var(--fz40); display:block; font-family:var(--font-out); font-weight:600; letter-spacing:-.01em; line-height:1.3em; color:#242424;}
.contact .cnt .etc {margin-bottom:77px;}
.contact .cnt .etc dl {margin-bottom:10px; display:flex; align-items:center; font-size:var(--fz18); font-weight:600; line-height:1.4em;}
.contact .cnt .etc dl:last-child {margin-bottom:0;}
.contact .cnt .etc dl dt {color:#999; margin-right:11px;}
.contact .cnt .etc dl dd {color:#242424;}
.contact .cnt .btns ul {display:flex;}
.contact .cnt .btns ul li:not(:last-child) {margin-right:20px;}
.contact .cnt .btns ul li a {border-radius:25px; padding:0 30px; color:#454545; height:50px; font-weight:500; letter-spacing:-.03em; line-height:1.4em; border:1px solid #ddd; display:flex; align-items:center; justify-content:center;}
.contact .cnt .btns ul li a img {margin-left:11px;}
.root_daum_roughmap {border:1px solid #ddd; border-radius:24px; overflow:hidden; width:100% !important;}
.root_daum_roughmap .border1 {display:none;}
.root_daum_roughmap_landing .border3, 
.root_daum_roughmap_landing .border4 {display:none;}
.root_daum_roughmap .wrap_controllers {border:none !important;}
.root_daum_roughmap .cont {display: none;}
.contact .map {flex:1 1 auto; min-width:0; width:1%;}
 
/* sub */
.sub-visual {/* border-radius:24px;  */margin:0 80px; position:relative; height:400px; text-align:center; background:#333;}
.sub-visual .bg {border-radius:24px; overflow:hidden; position:absolute; top:0; left:0; width:100%; height:100%; transition:1s; opacity:0; background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; padding:0 20px; transform:translateY(-50%);}
.sub-visual .inner .tit {margin-bottom:15px; font-size:var(--fz60); font-family:var(--font-out); font-weight:700; line-height:1.4em; letter-spacing:.01em; color:#fff;}
.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");}
.loaded .sub-visual .bg {opacity:1;}

.path-wrap .wrap {display:flex; justify-content:center;}
.path-wrap .part {position:relative; min-width:120px; margin:0 20px;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:58px; color:#fff; font-size:var(--fz16); font-weight:600; line-height:1.3em; padding-right:30px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:0; margin-top:-3px; width:9px; height:6px; background:url("../images/common/path-down.svg") 50% 50% no-repeat;}
.path-wrap .part ul {width:100%; display:none; position:absolute; z-index:10; background:#f8f8f8; z-index:50; text-align:left;}
.path-wrap .part ul li a {padding:0 18px; display:flex; align-items:center; height:42px; font-size:var(--fz15); font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#999;}
.path-wrap .part ul li a:hover {color:#242424;}

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {min-height:300px; padding:120px 0 240px;}

/* footer */
#footer {position:relative; padding:60px 0 66px; background:#1a1a1a; color:#999; font-size:var(--fz14); font-weight:400; line-height:1.5em; letter-spacing:-.03em;}
#footer span {display:inline-block;}
.foot-links ul {display:flex;}
.foot-links ul li:not(:last-child) {margin-right:37px;}
.foot-links ul li a {font-size:var(--fz15);}
.foot-links ul li a:hover {color:#fff;}
.foot-logo {margin:75px 0 45px;}
#footer address {margin-bottom:18px; font-style:normal;}
#footer address span {margin:0 27px 5px 0;}

.copyright {color:#565656;}
.designed {margin-left:44px;}

.scroll-top {display:block; position:absolute; right:120px; top:60px;}


