@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

.only-desktop {display:block !important;}
.only-tablet {display:none !important;}
.only-mobile {display:none !important;}
.only-desktop-tablet {display:block !important;}
.only-tablet-mobile {display:none !important;}

#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}

.contain {width:100%; max-width:1500px; margin:0 auto; padding-left:var(--contain-padding); padding-right:var(--contain-padding);}
.contain:after {content:" "; display:block; clear:both;}

/* header */
#header {position:fixed; width:100%; z-index:102; top:0; left:0; right:0;}
#header .contain {position:relative; display:flex; align-items:center;}

.sitelogo {height:clamp(28px, calc(40 / var(--inner) * 100vw), 40px); aspect-ratio:124/40;}
.sitelogo a {display:block; height:100%; width:100%; background:url('../images/common/logo-w.png') 0 50% / contain no-repeat;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:flex-end;} 
#gnb>ul>li {position:relative; padding:0 var(--gnb-gutter);}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction:column; justify-content:center; height:100px; color:#fff; font-size:18px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li:hover>a:after {content:""; position:absolute; bottom:-5px; left:50%; width:10px; height:10px; border-radius:50%; background:var(--color-primary); transition:.2s; z-index:100;}
/* #gnb>ul>li:nth-child(1) .submenu {margin-left:37px;}
#gnb>ul>li:nth-child(3) .submenu {margin-left:10px;}
#gnb>ul>li:nth-child(4) .submenu {margin-left:13px;} */

#gnb .submenu {z-index:10; box-shadow:1px 3px 10px rgba(0, 0, 0, .16); display:none; position:absolute; left:50%; text-align:center; transform:translateX(-50%); background-color:#fff; border-radius:100px;}
#gnb .submenu>ul {padding:0 10px; display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:25px 30px; line-height:1.6em; white-space:nowrap;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline;}
#gnb .submenu>ul>li.active>a {color:var(--color-primary);}

.submenu-bg {display:none; position:absolute; width:100%; left:0;}

html.header-hover #header {background:#fff; color:#242424;}
html.header-hover #gnb>ul>li>a {color:#242424;}
html.header-hover .sitelogo a {background-image:url('/images/common/logo.png');}

html.header-fixed #header {background:#fff; color:#242424; box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.05);}
html.header-fixed #gnb>ul>li>a {color:#242424;}
html.header-fixed .sitelogo a {background-image:url('/images/common/logo.png');}
html.header-fixed .btn-m-menu span,
html.header-fixed .btn-m-menu span:before,
html.header-fixed .btn-m-menu span:after {background:#242424;}

html.menu-opened #header {background:#fff;}
html.menu-opened .sitelogo a {background-image:url('/images/common/logo.png');}
html.menu-opened .btn-m-menu span,
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {background:#242424;}

#sub #wrapper {padding-top:var(--header-height);}
#sub #header {background:#fff; color:#242424; box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.05);}
#sub #header #gnb>ul>li>a {color:#242424;}
#sub #header .sitelogo a {background-image:url('/images/common/logo.png');}
#sub #header .btn-m-menu span,
#sub #header .btn-m-menu span:before,
#sub #header .btn-m-menu span:after {background:#242424;}

/* for mobile */
.btn-m-menu {position:relative;width:30px;height:30px;text-align:center;text-indent:-9999em;z-index:50; display:none;}
.btn-m-menu span {position:absolute; right:0; top:50%; width:20px; height:3px; background:#fff; border-radius:2px;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:27px; height:3px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; border-radius:2px;}
.btn-m-menu span:before {top:-9px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-9px; transition-property:bottom, transform;}

.mobile-navigation {border-top:1px solid #ddd; position:fixed; top:var(--header-height); right:0; width:280px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 18px; display:block; color:#333; font-size:17px; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active {background:#f4f4f4}
.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>ul>li.home>a {padding:19px 18px;}
.mobile-navigation .nav-menu>ul>li.home>a:after {display:none;}
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:5px 18px; color:#454545; font-size:14px; font-weight:400; line-height:1.4em;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .menu-close {position:absolute; top:15px; right:15px; width:30px; height:30px;overflow:hidden; text-indent:-999em;}
.mobile-navigation .menu-close:before, 
.mobile-navigation .menu-close:after {content:""; position:absolute; left:14px; height:30px; width:2px; background-color:#ddd;}
.mobile-navigation .menu-close:before {transform:rotate(45deg);}
.mobile-navigation .menu-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 .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 !important;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background-color:#242424;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:0; transform:rotate(-45deg);}

/* main */
.main-visual {position:relative; height:100dvh; overflow:hidden; color:#fff;}
.main-visual .item {position:relative; height:100dvh; overflow:hidden; background:#000;}
.main-visual .item img {position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:5s linear; transform:scale(1.15);}
.main-visual .item video {position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.main-visual .caption {position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); padding:0 var(--contain-padding); width:100%; max-width:1500px; z-index:30;}
.main-visual .caption p {transition:.8s; opacity:0; transform:translateX(20px);}
.main-visual .caption .t1 {margin-bottom:var(--space-20); font-size:clamp(15px, calc(24 / var(--inner) * 100vw), 24px); text-shadow:0 0 8px rgba(0, 0, 0, 0.16); font-weight:500; line-height:1.4em; letter-spacing:-.03em;}
.main-visual .caption .t2 {font-size:clamp(20px, calc(56 / var(--inner) * 100vw), 56px); font-weight:700; line-height:1.2em; text-shadow:0 0 8px rgba(0, 0, 0, 0.16); letter-spacing:-.03em;}
.main-visual .caption .t2 strong {color:var(--color-primary);}
.main-visual .active .item img {transform:scale(1);}
.main-visual .active .caption p {opacity:1; transform:translateX(0);}
.main-visual .active .caption .t1 {transition-delay:0.4s;}
.main-visual .active .caption .t2 {transition-delay:0.6s;}
.main-visual .items .slick-arrow {width:clamp(30px, calc(72 / var(--inner) * 100vw), 72px); height:clamp(30px, calc(72 / var(--inner) * 100vw), 72px); position:absolute; top:50%; transform:translateY(-50%); z-index:20; border:0; font-size:0; line-height:0; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:contain;}
.main-visual .items .slick-prev {left:var(--space-100); background-image:url("../images/main/slide-prev.png");}
.main-visual .items .slick-next {right:var(--space-100); background-image:url("../images/main/slide-next.png");}

.m-sec {padding:var(--space-120) 0;}

/* main about section */
.main-about {border-radius:30px; background-color:rgba(0, 111, 54, .72); position:relative; margin:-90px auto 0; max-width:1440px;}
.main-about .contain {max-width:1280px; padding:0;}
.about-top {height:90px; position:relative; display:flex; justify-content:space-between; align-items:center;}

.about-social {display:flex; gap:var(--space-20); align-items:center;}
.about-social .social-item {display:flex;}
.about-social .social-item img {width:clamp(20px, calc(24 / var(--inner) * 100vw), 24px); height:clamp(20px, calc(24 / var(--inner) * 100vw), 24px);}
.about-content {display:flex; gap:var(--space-30); align-items:center;}
.about-content .m-tit {flex:1; color:#fff; margin-bottom:0;}
.about-image {order:2; box-shadow:1px 3px 10px rgba(0, 0, 0, .16); border-radius:20px;}
.visual-scroll {position:absolute; left:50%; transform:translateX(-50%);}

.doc-btn a {min-width:clamp(120px, calc(140 / var(--inner) * 100vw), 140px); height:clamp(44px, calc(56 / var(--inner) * 100vw), 56px); font-size:var(--font-size-18); padding:0 var(--space-25); font-weight:600; color:#999; display:inline-flex; align-items:center; justify-content:center; border:1px solid #ddd; border-radius:8px;}
.doc-btn.white a {color:#fff; border-color:#fff;}

.m-tit {margin-bottom:var(--space-80);}
.m-tit .cate {color:var(--color-primary); margin-bottom:var(--space-15); font-weight:700; font-size:var(--font-size-20);}
.m-tit h2 {color:var(--color-bk); font-size:var(--font-size-40); font-weight:700; line-height:1.35em; margin-bottom:var(--space-40);}
.m-tit .desc {margin-bottom:var(--space-50); line-height:1.87em;}
.m-tit.wh * {color:#fff;}

.pf-top {display:flex; flex-direction: column; align-items: center;}
.pf-top .m-tit {flex:1; margin:var(--space-120) 0 var(--space-60); order:2; width: 100%;}

.sec3-wrap {max-width:1160px; margin-left:auto;}
.product-gallery {display:flex; flex-wrap:wrap; margin:0 -20px -40px;}
.product-item {padding:0 20px; margin-bottom:40px; width:33.3333%;}
.product-item .thumb {border-radius:20px; position:relative; padding-bottom:71.3%; overflow:hidden; margin-bottom:var(--space-25);}
.product-item .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;}
.product-item p {padding-left:var(--space-25); font-size:var(--font-size-24); line-height:1.5em; color:var(--color-bk); font-weight:600;}
.product-item:hover .thumb img {transform:translateY(-50%) scale(1.07); -ms-transform:translateY(-50%) scale(1.07);}

.main-portfolio .product-item .thumb {padding-bottom:75.2%;}

.sec-bnr {height:clamp(300px, calc(550 / var(--inner) * 100vw), 550px); background-attachment:fixed; background-image:url('../images/main/sec-bnr-full.jpg'); background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}

.sec-buliding {height: clamp(300px, calc(600 / var(--inner) * 100vw), 600px); overflow-y: scroll;
-ms-overflow-style: none; /* IE, Edge */  
scrollbar-width: none; /* Firefox */}
.sec-buliding::-webkit-scrollbar {display: none;  /* Chrome, Safari */}

/* sub page */
.sub-visual {margin-bottom:var(--space-100); position:relative; height:clamp(150px, calc( 500 / var(--inner) * 100vw ), 500px); color:#fff; background:#333; overflow:hidden;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual [data-aos=fade-up] {transform:translate3d(0,30px,0);}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.sub-title {padding:var(--space-120) 0 var(--space-100);}
.sub-title .tit {font-size:var(--font-size-40); letter-spacing:-.03em; line-height:1em; font-weight:700; color:var(--color-primary);}
.sub-title p {margin-top:var(--space-40);}
.sub-title .doc-btn {margin-top:var(--space-40);}
.sub-title .doc-btn a {font-size:var(--font-size-16);}

.title-flex {padding:var(--space-120) 0 var(--space-100); align-items:center; display:flex;}
.title-flex .img {order:2;}
.title-flex .sub-title {padding:0; flex:1;}
.title-flex .col-l {flex:1;}

#contArea {width:100%; max-width:100%; margin:0 auto;}

.real-cont {max-width:1500px; margin:0 auto; padding:0 var(--contain-padding) var(--space-120);}

/* footer */
#footer {padding:30px 0; background-color:#222; color:#fff;}

.foot-policy {margin-bottom:var(--space-30); gap:var(--space-60); display:flex;}
.foot-policy img {margin:-1px 10px 0 0; vertical-align:middle;}

.foot-main {display:flex;}
.foot-info {gap:var(--space-15) var(--space-20); flex-wrap:wrap; display:flex; flex:1; align-items:flex-end; line-height:1.4em;}
.foot-info .bar {font-size:10px; display:inline-block;}
.foot-info-line {display:flex; gap:10px; font-weight: 500;}
.foot-info-line span {font-weight:300;}
.foot-copy {width:100%; opacity:.48;}
.foot-logo img {height:clamp(24px, calc( 50 / var(--inner) * 100vw ), 50px);}