@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;}

#wrapper {position:relative; overflow:hidden;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s;}
#header .contain {max-width:1780px; position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-height); z-index:10;}

.sitelogo {position:absolute; left:30px;}

#gnb>ul {display:flex; text-align:center;} 
#gnb>ul>li {position:relative; padding:0 38px;}
#gnb>ul>li>a {padding-right:22px;position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-height); font-size:var(--font-size-20); font-weight:600; letter-spacing:-.03em; line-height:1.33em; color:#fff;}
#gnb>ul>li.exist>a:after {content:''; position:absolute; right:0; top:50%; margin-top:-4px; width:12px; height:8px; background:url('../images/common/gnb-arrow.png') no-repeat 50% 50% / contain;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:18px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:12px 0; color:#fff; line-height:1.33em; letter-spacing:-.03em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}

.head-right {display:flex; align-items:center; position:absolute; right:30px;}

.language ul {display:flex;}
.language ul li + li {margin-left:15px;}
.language ul li a {padding:0 5px 3px;font-size:var(--font-size-18); font-weight:700; letter-spacing:-.03em; line-height:1.2em; color:#fff}
.language ul li.on a {border-bottom:3px solid #ccc;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:rgba(0,0,0,0.8); border-top:1px solid rgba(255,255,255,0.2);}

#header:hover {background:rgba(0,0,0,0.8);}

#header.header-fixed {background:#fff; box-shadow:0 3px 3px rgba(0,0,0,0.05);}
#header.header-fixed #gnb>ul>li>a {color:#2c2c2c;}
#header.header-fixed #gnb>ul>li.exist>a:after {background-image:url('../images/common/gnb-arrow2.png');}
#header.header-fixed .language ul li a {color:#878787;}
#header.header-fixed .language ul li.on a {color:#2c2c2c;}
#header.header-fixed .btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#2c2c2c;}
#header.header-fixed .btn-m-menu span:before,
#header.header-fixed .btn-m-menu span:after {background:#2c2c2c;}

#header.header-white {background:#fff;box-shadow:0 3px 3px rgba(0,0,0,0.05);}
#header.header-white #gnb>ul>li>a {color:#2c2c2c;}
#header.header-white #gnb>ul>li.exist>a:after {background-image:url('../images/common/gnb-arrow2.png');}
#header.header-white .language ul li a {color:#878787;}
#header.header-white .language ul li.on a {color:#2c2c2c;}
#header.header-white .btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#2c2c2c;}
#header.header-white .btn-m-menu span:before,
#header.header-white .btn-m-menu span:after {background:#2c2c2c;}

/* for mobile */
.btn-m-menu {margin-left:30px;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;}
.m-language ul {display:flex;}
.m-language ul li {flex:1; text-align:center;border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.m-language ul li a {display:flex; align-items:center; justify-content:center; height:50px;}
.m-language ul li.on {border-top:1px solid var(--color-primary); border-bottom:1px solid var(--color-primary);}
.m-language ul li.on a {background:var(--color-primary); color:#fff;}
.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:48px;}
.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 #container .contain {max-width:1460px;}

.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .item {height:100vh;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .caption {position:absolute; left:0; bottom:47%;padding:0 100px;  width:100%;text-shadow:3px 3px 20px rgba(0,0,0,0.2);}
.main-visual .caption p {transition:1.2s; transform:translate(-50px,0); opacity:0;}
.main-visual .caption .txt1 {margin-bottom:35px;font-size:var(--font-size-68); font-weight:700; letter-spacing:-.03em; line-height:1.3em;}
.main-visual .caption .txt2 {font-size:var(--font-size-30); font-weight:500; letter-spacing:-.03em; line-height:1.3em;}
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-24px; width:34px; height:34px; border-right:2px solid #fff; border-bottom:2px solid #fff; border-left:0; transition:.3s; border-top:0; background-color:transparent; z-index:50; overflow:hidden; font-size:0; line-height:0; text-indent:-99999em; opacity:.4;}
.main-visual .slick-prev {left:6%; transform:rotate(135deg);}
.main-visual .slick-next {right:6%; transform:rotate(-45deg);}
.main-visual .slick-arrow:hover {opacity:1;}
.main-visual .controls {position:absolute; top:57%; left:0; width:100%; padding:0 100px; z-index:40;}
.main-visual .controls .contain {display:flex; align-items:center;}
.main-visual .controls .wrap {margin-right:20px;width:100%; max-width:234px; position:relative; padding:0 22px;display:flex; justify-content:center; align-items:center;}
.main-visual .pager {font-size:var(--font-size-14); font-weight:400; letter-spacing:-.01em; line-height:1.4em; color:#fff;}
.main-visual .pager span {position:absolute; top:-8px;}
.main-visual .pager .current {left:0;}
.main-visual .pager .total {right:0;}
.main-visual .slide-btn {background-color:transparent; width:10px; height:14px; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; background-size:contain;}
.main-visual .slide-stop {background-image:url("../images/main/ctr-stop.png");}
.main-visual .slide-play {display:none; background-image:url("../images/main/ctr-play.png");}
.main-visual .progress {position:relative; width:100%; height:2px; background:rgba(255,255,255,0.5);}
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:#fff;}
.progress-bar.animated {animation:progressBar 1 linear;}
.progress-bar.paused {animation-play-state:paused !important;}
.progress-bar.play {animation-play-state:running !important;}
.main-visual .scroll {position:absolute; bottom:80px; left:0; width:100%; text-align:center; animation:scrollDown .8s linear infinite alternate; z-index:40;}

.main-visual .active .caption p {transform:translate(0,0); opacity:1;}
.main-visual .active .caption .txt1 {transition-delay:.5s;}
.main-visual .active .caption .txt2 {transition-delay:1s;}

@keyframes progressBar {
	0%{width:0;}
	100%{width:100%;}
}

.section-inner {padding:110px 20px 10px;}

.m-tit {margin-bottom:17px;font-size:var(--font-size-45);font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:var(--color-primary);}
.m-txt {font-size:var(--font-size-18);font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#505050;}

.main-product .wrap ul {overflow:hidden; display:flex; flex-wrap:wrap; margin:-10px;}
.main-product .wrap ul li {padding:10px;width:33.333%; text-align:center;}
.main-product .wrap ul li:nth-child(1) .box {border-radius:70px 0 0 0;}
.main-product .wrap ul li:nth-child(3) .box {border-radius:0 70px 0 0;}
.main-product .wrap ul li:nth-child(7) .box {border-radius:0 0 0 70px;}
.main-product .wrap ul li:nth-child(9) .box {border-radius:0 0 70px 0;}
.main-product .box {min-height:260px; padding:20px;background:#f8f8f8;display:flex; flex-direction:column; align-items:center; justify-content:center;}
.main-product .center {overflow:hidden; position:relative; height:260px;}
.main-product .center 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-product .image-wrap {width:146px;}
.main-product .image-wrap .img {position:relative;padding-bottom:74.6%;}
.main-product .image-wrap .img img {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:auto !important; height:auto !important; max-width:100%; max-height:100%; object-fit:contain;}
.main-product .box .tit {margin:10px 0 8px;font-size:var(--font-size-24); font-weight:600; letter-spacing:-.03em; line-height:1.4em; color:var(--color-primary);}
.main-product .box .txt {font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#2c2c2c;}

.activity-wrap {display:flex; justify-content:space-between; align-items:flex-start;}
.activity-wrap a {position:relative;width:46.78%; overflow:hidden; box-shadow:3px 3px 5px rgba(0,0,0,0.3);}
.activity-wrap a:first-child {margin-top:80px;border-radius:50px 0 0 0;}
.activity-wrap a:last-child {border-radius:0 0 50px 0;}
.activity-wrap a:after {content:''; position:absolute;transition:all 0.3s; width:70px; height:70px;right:30px; bottom:30px; background:url('../images/main/plus.png') no-repeat 50% 50% /contain;}
.activity-wrap a:hover:after {transform:rotate(180deg);}
.activity-wrap .thumb {position:relative; height:0;padding-bottom:56.25%;overflow:hidden;background:#fff;}
.activity-wrap .thumb.video iframe,
.activity-wrap .thumb.video object,
.activity-wrap .thumb.video embed,
.activity-wrap .thumb.video video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.activity-wrap .thumb.img 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-activity {background:url('../images/main/activity-bg1.jpg') no-repeat 50% 50% / cover;}

.main-video {background:url('../images/main/activity-bg2.jpg') no-repeat 50% 50% / cover;}
.main-video .fp-tableCell {background:url('../images/main/activity-text.png') no-repeat right 260px bottom 0;}

/* sub */
.sub-visual {position:relative; height:600px; text-align:center; color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;} 
.sub-visual .caption {position:absolute; top:50%; left:0; width:100%; padding:0 20px; transform:translateY(-50%);} 
.sub-visual .caption p {font-size:68px; font-weight:700; letter-spacing:-.03em; line-height:1.4em; text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);}
.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");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.path-wrap {position:relative; z-index:50; margin-top:-60px; background:rgba(0, 0, 0, 0.7);}
.path-wrap .wrap {max-width:1200px; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:64px; height:60px; background:url("../images/common/home.png") 50% 50% no-repeat; background-size:20px; text-ident:-999em; overflow:hidden; border-right:1px solid rgba(221,221,221,0.3); border-left:1px solid rgba(221, 221, 221, 0.3);}
.path-wrap .part {position:relative; min-width:315px; border-right:1px solid rgba(221,221,221,0.3); z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; padding:0 60px 0 24px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:23px; margin-top:-7px; width:17px; height:14px; background:url("../images/common/lnb-arrow.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50;}
.path-wrap .part ul li {color:#505050; line-height:1.3em; border-bottom:1px solid #ddd;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:17px 24px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#242424; background:#f8f8f8;}

@media (max-width: 1024px) {
	.path-wrap .home a {width:52px; height:52px;}
	.path-wrap .part > a {font-size:16px; height:52px;}
	.path-wrap .part ul li a {padding:15px 24px;}
}
@media (max-width: 640px) {
	.path-wrap .home a {border-left:0;}
	.path-wrap .home a {height:44px; width:44px; background-size:14px auto;}
	.path-wrap .part {min-width:calc(50% - 22px); width:calc(50% - 22px);}
	.path-wrap .part > a {height:44px; padding:0 32px 0 14px; font-size:15px;}
	.path-wrap .part > a:after {right:10px; width:12px; background-size:contain;}
	.path-wrap .part ul li a {font-size:14px; padding:12px 14px;}
}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}

.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.real-cont {min-height:300px; padding-bottom:120px; padding-top:80px;}

/* footer */
#footer {padding:35px 0; background:#4e3150; color:#fff; font-size:var(--font-size-15); line-height:1.5em; font-weight:300; letter-spacing:-.03em;}
#footer .contain {max-width:1460px; position:relative;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}
#footer .bar {width:1px; height:9px; background:rgba(255,255,255,0.3); margin:-.4em 10px 0;}

#footer .f-logo {margin-bottom:20px;}
#footer address {margin-bottom:17px;display:flex; flex-wrap:wrap; align-items:center;}
#footer address dl {margin-bottom:8px;display:flex;}
#footer address dl.col-100 {width:100%;}
#footer address dl dt {margin-right:9px;font-weight:500;}
#footer address dl dd {opacity:.7;}

.foot-wrap {display:flex; flex-direction:column; align-items:flex-end; position:absolute; right:30px; top:0;}
.foot-wrap .f-links {display:flex; align-items:center; margin:0 -9px;}
.foot-wrap .f-links li {position:relative;padding:0 9px;}	
.foot-wrap .f-links li:after {content:''; position:absolute; right:0; top:50%; margin-top:-4px; width:1px; height:9px; background:rgba(255,255,255,0.3);}
.foot-wrap .f-links li:last-child:after {display:none;}
.foot-wrap .f-etc {margin:30px 0;display:flex;}
.foot-wrap .f-etc a + a {margin-left:18px;}
.foot-nav .submenu {display:none;}
.foot-nav ul {display:flex;}
.foot-nav ul li {font-size:var(--font-size-16)}
.foot-nav ul li + li {margin-left:28px;}
.foot-nav ul li a:hover {font-weight:600;}
.copyright img {vertical-align:middle;}