@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: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:218px; height:64px; font-size:0; line-height:0;}

#gnb>ul {display:flex;text-align:center;} 
#gnb>ul>li {position:relative; padding:0 50px;}
#gnb>ul>li>a {position:relative; height:var(--header-height);display:flex; align-items:center; justify-content:center; text-align:center; color:#fff; font-size:var(--font-size-20); font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
#gnb>ul>li:first-child .submenu {left:30px; transform:none;}
#gnb>ul>li:last-child .submenu {left:auto; right:30px; transform:none;}
#gnb .submenu {display:none; position:absolute; left:50%; text-align:center; transform:translateX(-50%);}
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:20px 15px; color:#fff; line-height:1.33em; white-space:nowrap;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; font-weight:600; text-decoration:underline;}
#gnb .submenu>ul>li.active>a {font-weight:600; text-decoration:underline;}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:var(--color-primary);}

.h-right {display:flex; align-items:center;}

#header:hover {background:#fff;}
#header:hover .sitelogo a {background-image:url('../images/common/logo.png');}
#header:hover #gnb>ul>li>a {color:#242424;}
#header:hover .btn-m-menu {background-image:url('../images/common/ico-menu-on.png');}

#header.header-fixed {background:#fff; box-shadow:0 3px 3px rgba(0,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 .btn-m-menu {background-image:url('../images/common/ico-menu-on.png');}

/* for mobile */
.btn-m-menu {margin-left:85px;display:block;width:27px; height:26px; background:url('../images/common/ico-menu.png') no-repeat 50% 50% /contain;}

.mobile-navigation {position:fixed; top:0; right:0; width:400px; 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:100px; padding:0 40px;}
.mobile-navigation .home img {height:65px;}
.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:26px 53px 26px 40px; display:block; font-size:var(--font-size-20); font-weight:500; letter-spacing:-.04em; line-height :1.4em; color:#2c2c2c;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:40px; 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:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {padding:25px 0;display:none; background:var(--color-primary); color:#fff; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:11px 40px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {text-decoration:underline;}
.mobile-navigation .close {position:absolute; top:35px; right:40px; 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:2px; background:#505050; 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 .img {transition:5s; transform:scale(1); position:absolute; top:0; right:0; width:100%; height:100%;}
.main-visual .img 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 .slick-slide.active .img {transform:scale(1.06);}
.main-visual .inner {padding:0 80px; position:absolute; top:50%; transform:translateY(-50%); left:0; width:100%; z-index:2;}
.main-visual .inner .contain {display:flex; align-items:center;}
.main-visual .caption {width:710px;}
.main-visual .caption .t1 {margin-bottom:40px;font-size:var(--font-size-80); font-weight:700; letter-spacing:-.03em; line-height:1em;}
.main-visual .caption .t2 {font-size:var(--font-size-24); font-weight:600; letter-spacing:-.03em; line-height:1.4em;}
.main-visual .m-prod {flex:1 1 auto; min-width:0; width:1%;}
.scrolldown {position:absolute; right:60px; bottom:20px; color:#fff;}
.scrolldown .txt {writing-mode:vertical-lr; font-size:var(--font-size-14);}
.scrolldown .dot {margin:15px auto; width:4px; height:4px; background:#fff; border-radius:100%;}
.scrolldown .track {position:relative; margin:0 auto; width:2px; height:90px; background:rgba(255,255,255,.5); overflow:hidden;}
.scrolldown .track span {position:absolute; width:100%; top:-50px; height:50px; background:#fff; animation:scrollDown 2.5s linear infinite;}

@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(140px);}
}

.m-head {position:relative;}
.m-head.text-bg:after {position:absolute;font-family:var(--font-play); font-size:var(--font-size-200); font-weight:700; letter-spacing:-.05em; line-height:.8em; color:#ededed; opacity:.3; z-index:-1;}

.m-tt {margin-bottom:18px;font-family:var(--font-play); font-size:var(--font-size-20); font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:var(--color-primary); font-weight:600;} 
.m-tit {font-size:var(--font-size-60); font-weight:500; letter-spacing:-.03em; line-height:1.2em; color:#242424;}

.more {display:inline-flex; align-items:center; justify-content:space-between; min-width:267px; padding:0 50px;font-size:var(--font-size-18); font-weight:600; letter-spacing:-.03em; line-height:1.4em; color:#fff; border:1px solid rgba(255,255,255,0.6); border-radius:42px; height:82px;}
.more:after {content:''; width:37px; height:22px; background:url('../images/main/more.png') no-repeat 50% 50% / contain;}
.more:hover {background:var(--color-primary); border-color:var(--color-primary);}

.main-product {padding:120px 0 160px;}
.main-product .m-head {margin-bottom:55px;}
.main-product .m-head.text-bg:after {content:'PRODUCT'; top:30px; right:0; z-index:-1;}
.main-product .wrap {display:flex;}
.main-product .tab {width:200px;}
.main-product .tab ul li {margin-bottom:27px;line-height:1.4em;}
.main-product .tab ul li:last-child {margin-bottom:0;}
.main-product .tab ul li a {font-size:var(--font-size-24); font-weight:600; letter-spacing:-.03em; color:#898989;}
.main-product .tab ul li a:before {opacity:0;content:''; position:absolute;left:0; top:10px; width:6px; height:9px; background:url('../images/main/active-arr.png') no-repeat 50% 50% /contain;}
.main-product .tab ul li.active a {position:relative;padding-left:16px;color:var(--color-primary);}
.main-product .tab ul li.active a:before {opacity:1;} 
.main-product .sliders {position:relative;flex:1 1 auto; min-width:0; width:1%;}
.main-product .slider {opacity:0; position:absolute; left:0; top:0; width:100%; height:100%; z-index:-1;}
.main-product .slider .slick-list {margin:0 -15px;}
.main-product .slider .slick-slide {padding:0 15px;}
.main-product .slider.active {opacity:1; position:relative; z-index:1;}
.main-product .prod-box {display:block;padding:30px 20px;min-height:380px; border:1px solid #ddd;}
.main-product .prod-box .img { position:relative;padding-bottom:61%;}
.main-product .prod-box .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 .prod-box .sort {margin-bottom:4px;color:var(--color-primary); font-weight:700; letter-spacing:-.03em; line-height:1.4em;}
.main-product .prod-box .tit {margin-bottom:55px;font-size:var(--font-size-24);color:#242424; font-weight:700; letter-spacing:-.03em; line-height:1.4em;}

.main-service {padding:150px 0px;background:url('../images/main/service-bg.jpg') no-repeat 50% 50% / cover;}
.main-service .contain {display:flex;}
.main-service .m-head {width:700px;}
.main-service .m-tt {color:#fff;}
.main-service .m-tit {color:#fff;font-weight:700;}
.main-service .cnt {border-left:1px solid rgba(255,255,255,0.6);flex:1 1 auto; min-width:0; width:1%; padding:0 100px;}
.main-service .cnt p {margin-bottom:55px;font-size:var(--font-size-20); font-weight:600; letter-spacing:-.03em; line-height:1.65em; color:#fff;}

.main-news {padding:130px 0;}
.main-news .m-head {margin-bottom:60px;text-align:right;}
.main-news .m-head:after {left:0; top:30px; content:'NEWS';}
.main-news .tabs-wrap {margin-bottom:20px;}
.main-news .tabs {display:flex;margin:0 -20px;}
.main-news .tabs li {position:relative;padding:0 20px;}
.main-news .tabs li:after {content:''; position:absolute; right:0; top:50%; margin:-2px -2px 0 0;width:5px; height:5px; border-radius:100%; background:#242424;}
.main-news .tabs li:last-child:after {display:none;}
.main-news .tabs li a {height:60px; border-radius:30px; display:inline-flex; align-items:center; justify-content:center; text-align:center; font-size:var(--font-size-20); font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:#242424;}
.main-news .tabs li.active a {padding:0 28px; background:var(--color-primary); color:#fff;}
.main-news .list ul {border-top:2px solid #bebebe;}
.main-news .list ul li {border-bottom:1px solid #ddd;}
.main-news .list ul li a {position:relative;display:flex; align-items:center;padding:40px 150px 40px 0;}
.main-news .list ul li a:after {content:''; position:absolute; right:70px; top:50%; width:37px; height:20px; background:url('../images/main/new-more.png') no-repeat 50% 50% /contain; margin-top:-10px; transition:.3s;}
.main-news .list .cate {font-size:var(--font-size-20); font-weight:700; letter-spacing:-.04em; line-height:1.4em; color:var(--color-primary);width:170px; text-align:center;}
.main-news .list .cnt {padding-left:140px ;flex:1 1 auto; min-width:0; width:1%;}
.main-news .list .cnt .tit {transition:.2s; margin-bottom:20px;font-size:var(--font-size-24); font-weight:600; letter-spacing:-.05em; line-height:1.4em; color:#242424;}
.main-news .list .cnt .date {line-height:1.4em; letter-spacing:-.05em; color:#898989;}
.main-news .list ul li a:hover .tit {color:var(--color-primary);}
.main-news .list ul li a:hover:after {background-image:url('../images/main/new-more-on.png');}

.main-directions {padding-bottom:120px;}
.main-directions .contain {position:relative;}
.main-directions .map-area {margin-bottom:55px;}
.root_daum_roughmap {width:100% !important;}
.main-directions .info {position:relative;}
.main-directions .info h2 {margin-bottom:18px;font-size:var(--font-size-28); font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:#242424;}
.main-directions .info h2 span {font-weight:600;}
.main-directions .info .etc span {margin-right:40px;font-size:var(--font-size-18); font-weight:400; letter-spacing:-.03em; line-height:1.4em; color:#454545;}
.main-directions .map-btn {position:absolute; right:30px; top:0;display:inline-flex; align-items:center; justify-content:center; padding:0 30px; font-size:var(--font-size-18); font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:#242424; border:1px solid #ababab;height:80px; min-width:266px; border-radius:42px;}
.main-directions .map-btn:before {margin-right:20px;content:'';width:18px; height:26px; background:url('../images/main/ico-map.png') no-repeat 50% 50% / contain;}
 

/* sub */
.sub-visual {position:relative; height:480px; 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 .inner {position:absolute; top:50%; left:0; width:100%; margin-top:35px; padding:0 20px; transform:translateY(-50%);}
.sub-visual .t1 {margin-bottom:18px;font-size:var(--font-size-60); font-weight:700; letter-spacing:-.03em; line-height:1.33em;}
.sub-visual .t2 {font-size:var(--font-size-18); font-weight:600; letter-spacing:-.03em; line-height:1.33em;}
.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 {transform:scale(1); opacity:1;}
 
.path-wrap {border-bottom:1px solid #ddd; background:#fff;}
.path-wrap .wrap {display:flex; max-width:1200px; margin:0 auto;}
.path-wrap .home {position:relative;}
.path-wrap .home a {display:block; width:52px; height:70px; background:url("../images/common/home.png") 0 50% no-repeat; text-indent:-999em; overflow:hidden;}
.path-wrap .part {position:relative; min-width:245px;}
.path-wrap .part.active {border-left:1px solid #ddd; border-right:1px solid #ddd;}
.path-wrap .part.active:before,
.path-wrap .part.active:after {display:none;}
.path-wrap .part.active + .part:before {display:none;}
.path-wrap .part:before {content:""; position:absolute; top:50%; left:0;width:1px; height:15px; margin-top:-8px; background:#ddd;}
.path-wrap .part:last-child:after {content:""; position:absolute; top:50%; right:0;width:1px; height:15px; margin-top:-8px; background:#ddd;}
.path-wrap .part > a {font-size:var(--font-size-18); font-weight:600; letter-spacing:-.03em; color:#242424;display:flex; align-items:center; position:relative; height:70px; line-height:1.3em; padding:0 65px 0 35px;}
.path-wrap .part > a:before {content:""; position:absolute; top:50%; margin-top:-5px;right:35px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:8px solid #242424;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; border-top:0; padding:20px 0; z-index:51;}
.path-wrap .part ul li {color:#454545; line-height:1.3em;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:9px 34px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:var(--color-primary); text-decoration:underline;}
.path-wrap.fixed {position:fixed; top:var(--header-height); left:0; width:100%; z-index:80;}

#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;}

.sub-title {padding:66px 0 40px; text-align:center;}
.sub-title h1 {font-size:var(--font-size-30); font-weight:700; letter-spacing:-.03em; line-height:1.4em; color:#242424;}
.sub-title h1:after {content:'';display:block;width:45px; height:1px; background:#000; margin:25px auto 0;}

.real-cont {min-height:300px; padding-bottom:130px;}

/* footer */
#footer {background:#fbfbfb; color:#000; font-size:var(--font-size-15); font-weight:400; letter-spacing:-.02em; line-height:1.4em;}
#footer .contain {max-width:1460px;}
#footer address {font-style:normal;}
#footer span {display:inline-block;}

.foot-top {padding:25px 0; border-bottom:1px solid #e9e9e9;}
.foot-top .contain {display:flex; align-items:center; justify-content:space-between;}
.foot-top .links {display:flex;}
.foot-top .links a{font-size:var(--font-size-16); margin-right:45px; transition:none;}
.foot-top .links a:hover {font-weight:600;}

.scroll-top {display:flex; align-items:center; justify-content:center; font-size:0; line-height:0; width:44px; height:44px; border-radius:100%; background:#fff; border:1px solid #dfdfdf;}
.scroll-top:before {content:""; display:block; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:8px solid #454545;}

.foot-wrap {padding:48px 0;border-bottom:1px solid #e9e9e9;}
.foot-wrap .contain {display:flex; justify-content:space-between;}
.foot-wrap .col .title {margin-bottom:20px;font-size:var(--font-size-16); font-weight:700; letter-spacing:-.02em; line-height:1.4em; color:#000;}
.foot-wrap address dl {margin-bottom:8px;display:flex; color:#000; letter-spacing:-.02em; line-height:1.4em;}
.foot-wrap address dl:last-child {margin-bottom:0;}
.foot-wrap address dl dt {width:105px;font-size:var(--font-size-16); font-weight:500;}
.foot-wrap address dl dd:not(:last-child) {margin-right:20px;}
.foot-wrap .f-cs dl dt {margin-bottom:15px;}
.foot-wrap .send {display:flex;}
.foot-wrap .send .input {font-size:var(--font-size-14);flex:1 1 auto; min-width:0; width:1%; height:46px; background:transparent; border:0; border-bottom:1px solid #000;}
.foot-wrap .send .btn-pack {margin-left:20px;min-width:140px; height:46px; color:var(--color-primary); background:transparent; border:0; border-bottom:1px solid var(--color-primary);}

.foot-btm {padding:40px 0 90px;}
.copyright {color:#777;}

