@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} 

.only-desktop-tablet {display:block;} 
.only-desktop {display:block !important;} 
.only-tablet {display:none;} 
.only-mobile {display:none !important;} 

#wrapper {overflow:hidden;} 

/* header */
#header {position:absolute; top:0; left:0; right:0; width:100%; background: transparent; z-index:100;} 
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:var(--header-height); z-index:10; max-width: 1780px !important;} 
#header:hover {background-color: #fff;} 

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;} 
#gnb>ul {display:flex; justify-content:flex-end; margin-right:-45px;} 
#gnb>ul>li {position:relative; padding:0 45px;} 
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:#fff; font-size:var(--font-size-18); font-weight:600; letter-spacing:-.01em; line-height:1.3em;} 
#gnb>ul>li>a:after {content:""; position:absolute; bottom:15px; left:50%; transform: translateX(-50%); width: 7px; height: 7px; background-color: rgb(219, 46, 44); border-radius: 100%; opacity:0; transition:.2s;} 

#gnb>ul>li.active>a:after {opacity:1;} 
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;} 
#gnb .submenu>ul {padding:20px 5px;} 
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#242424; line-height:1.33em; letter-spacing:-.01em;} 
#gnb .submenu>ul>li>a:hover {text-decoration:underline;} 
#gnb .submenu>ul>li.active>a {text-decoration:underline;} 
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#f5f5f5;} 

#header:hover {background-color: #fff;} 
#header:hover #gnb>ul>li>a {color: #000;} 

/* main */
[data-aos=fade-up] {transform: translate3d(0,100px,0);} 
.main-visual {position:relative; height:100vh; overflow:hidden; color:#fff;} 
.main-visual .contain {max-width:1460px;} 
.main-visual .only-tablet-mobile {display:none;} 
.main-visual .item {position:relative; height:100vh; overflow:hidden;} 
.main-visual .image {position:relative; height:100vh; overflow:hidden; transition:5s; transform:scale(1.1);} 
.main-visual .image img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100% !important; height:100% !important; object-fit:cover;} 
.main-visual .main-video {position:absolute; bottom:0; left:0; width:100%; height:100%; overflow:hidden; background-color: #000;} 
.main-video video {position: absolute; bottom: 0; left: 0; width: 100%; height: 116.6%; object-fit: cover;} 
.main-visual .caption {position:absolute; top:50%; transform:translateY(-50%); width:100%; z-index:40;} 
.main-visual .caption p,
.main-visual .caption .btn-more {opacity:0; transform:translateY(50px); transition:1.4s; filter: drop-shadow(3px 0px 5px rgba(0,0,0,0.4));} 
.main-visual .caption .t1 {font-size:var(--font-size-70); font-weight:700; line-height:1.14em;} 
.main-visual .caption .t2 {padding-top:var(--space-50); font-size:var(--font-size-18); line-height:1.66em;} 
.main-visual .caption .btn-more {margin-top:var(--space-80);} 
.main-visual .controls {position: absolute; bottom:var(--space-100); width:100%;} 
.main-visual .controls .contain {display:flex; align-items: center; gap: 0 var(--space-30);} 
.main-visual .slick-arrow {width:16px; height:17px; border: 0; border-radius:100%; overflow:hidden; text-indent:-9999em; line-height:0; font-size:0; z-index:50; transition: .3s; background:url("/images/main/slide-next.png") no-repeat center/contain;} 
.main-visual .slick-prev {transform: rotate(-180deg);} 
.main-visual .slick-dots {display: flex; justify-content: center; margin: 0; list-style-type: none; gap: 0 15px;} 
.main-visual .slick-dots li button {display: block; width: 15px; height: 15px; padding: 0; border: none; border-radius: 100%; background-color: #fff; opacity:.4; text-indent: -9999px;} 
.main-visual .slick-dots li.slick-active button {opacity:1;} 
.slick-dots li.slick-active button {opacity:1 !important;} 
.main-visual .active .image {transform:scale(1);} 
.main-visual .active .caption p,
.main-visual .active .caption .btn-more {opacity:1; transform:translateY(0);} 
.main-visual .active .caption .t1 {transition-delay:.4s;} 
.main-visual .active .caption .t2 {transition-delay:.6s;} 
.main-visual .active .caption .btn-more {transition-delay:.8s;} 

.btn-more {display: flex; line-height: 1em; width: fit-content; gap: 0 15px; align-items: center; position: relative; padding-right: 45px; font-weight:500; font-size: var(--font-size-15);} 
.btn-more::after {content: ""; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 30px; height: 30px; background-color: transparent; border-radius: 100%; border: 1px solid #fff; background-image: url(/images/main/arrow-wht.png); background-position: center; background-repeat: no-repeat; background-size: 9px auto; transition: .3s;} 
.btn-more:hover::after {background-color: var(--color-primary); border-color: var(--color-primary);} 
.btn-more.type2::after {background-image: url(/images/main/arrow-blk.png); background-color: #e8e8e8; border-color: #e8e8e8;} 
.btn-more.type2:hover::after {background-image: url(/images/main/arrow-wht.png); background-color: var(--color-primary); border-color: var(--color-primary);} 

.section {padding:var(--space-140) 0;} 
.section .tit-wrap {display:flex; justify-content: space-between; align-items: end; margin-bottom:var(--space-100);} 
.section .tit-wrap .m-head h2 p {display:inline-block; padding-left:var(--space-30); font-weight:400; font-size: var(--font-size-17); margin-top:0;} 

.m-head span {display:block; font-weight:600; font-size: var(--font-size-18); line-height:1em; color: var(--color-primary);} 
.m-head h2 {margin-top:var(--space-30); font-size: var(--font-size-54); color: #242424; line-height: 1em;} 
.m-head p {margin-top: var(--space-50); line-height:1.65em;} 

.main-products .flex-wrap {margin-left:calc(50% - 700px);} 
.main-products .flex-wrap .m-head {width:30%; padding-top:var(--space-140);} 
.main-products .slide-arrow {display:flex; margin-top:var(--space-80); gap: 0 10px;} 
.main-products .swiper-button-next, 
.main-products .swiper-button-prev {position: relative; top: auto; left: auto; right: auto; width: 60px; height: 60px; border-radius: 100%; background-color: rgb(232, 232, 232); transition: .3s; margin-top:0;} 
.main-products .swiper-button-next:hover, 
.main-products .swiper-button-prev:hover {background-color: var(--color-primary); border-color: var(--color-primary);} 
.main-products .swiper-button-next:after, 
.main-products .swiper-button-prev:after {font-size: 0; width:9px; height:16px; background: url(/images/main/slide-next2.png) no-repeat center/contain;} 
.main-products .swiper-button-prev:after {transform: rotate(-180deg);} 
.main-products .swiper-button-next:hover:after, 
.main-products .swiper-button-prev:hover:after {background-image: url(/images/main/slide-next2-on.png);} 
.main-products .btn-more {margin-top:var(--space-110);} 

.pro-slide {position: relative; flex: 1 1 auto; width:1%; min-width:0;} 
.pro-slide .slider {overflow: hidden;} 
.pro-slide .swiper-wrapper {overflow: visible;} 
.proSwiper {position:relative; width: 100%; max-width: 1160px; margin: 0 !important; overflow: visible;} 
.proSwiper .swiper-slide {width: 395px; padding-top:30px;} 
.proSwiper .swiper-slide a {display:block;} 
.proSwiper .swiper-slide a:hover {margin-top:-30px;} 
.proSwiper .thumb {position:relative; background-color: #fff; width: 395px; height: 500px; border-radius: var(--space-20); display:flex; justify-content: center; align-items: center;} 
.proSwiper .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; border:1px solid #ddd; border-radius: var(--space-20); transition: .3s;} 
.proSwiper .swiper-slide a:hover .thumb:after {border-color:var(--color-primary);} 
.proSwiper .tit {display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:var(--space-30); font-weight:700; font-size: var(--font-size-24); line-height:1em; color: #242424;} 
.proSwiper .desc {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-top:10px; font-size: var(--font-size-16); line-height:1.75em;} 

.main-about .flex-wrap {margin-left:calc(50% - 700px);} 
.main-about .flex-wrap .m-head {width:30%; padding-top:var(--space-140);} 
.main-about .flex-wrap .img {position: relative; flex: 1 1 auto; width:1%; min-width:0;} 
.main-about .btn-more {margin-top:var(--space-110);} 

.map_desc {position: relative; font-size: 0; width: fit-content; margin: auto 0;} 
.map_desc dd {position:absolute; top: 0; left:0; width: 100%; height: 100%;} 
.map_desc .marker {position: absolute; top: 0; left: 0;} 
.map_desc .marker:before {position: absolute; content: ''; top: 29%; left: 38.5%; width: 1px; height: 85px; background: var(--color-primary); margin-top: 1px;} 
.map_desc .marker .circle {position: absolute; content: ''; top: calc(30% + 70px); left: calc(38.5% - 5px); width: 13px; height: 13px; border-radius: 100%; background: var(--color-primary);} 
.map_desc .marker .circle:before,
.map_desc .marker .circle:after {position: absolute; content: ''; width: 280%; height: 280%; background: var(--color-primary); opacity: 0; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 100%;} 
.map_desc .marker .circle:after {width: 462%; height: 462%;} 
.map_desc .marker .circle:before, .map_desc .marker .circle:after {animation-name: markerAni; animation-duration:1.5s; animation-iteration-count:infinite; animation-direction:alternate; animation-fill-mode: forwards; transition-timing-function:linear;} 
@keyframes markerAni {
 0% {opacity:0;} 100% {opacity:0.4;} 
}

.cert-slide {position: relative;} 
.certSwiper .thumb {position:relative; padding-bottom:115.5%; overflow:hidden; border-radius: var(--space-20);} 
.certSwiper .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% !important; height:100% !important; object-fit:contain; border-radius: var(--space-20);} 
.certSwiper .txt {color: #fff;} 
.certSwiper .tit {margin-bottom: 10px; font-weight: 700; font-size: var(--font-size-26-22);} 
.certSwiper .desc {font-size: var(--font-size-15-13);} 
.cert-slide .arrows {position: absolute; top: 50%; transform: translateY(-50%); z-index: 50; width: 100%;} 
.cert-slide .swiper-button-next, .cert-slide .swiper-button-prev {position: absolute; top: 50% !important; transform: translateY(-50%) !important; z-index: 10; cursor: pointer; display: block !important; --swiper-theme-color: none; --swiper-navigation-size: 0; transition: .2s; background-color: #fff; width: 60px; height: 60px; border-radius: 100%; background-color: rgb(232, 232, 232);} 
.cert-slide .swiper-button-next::before,
.cert-slide .swiper-button-prev::before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 9px; height: 16px; background: url(/images/main/slide-next3.png) no-repeat center/contain;} 
.cert-slide .swiper-button-prev::before {transform: translate(-50%, -50%) rotate(-180deg);} 
.cert-slide .swiper-button-next:hover, 
.cert-slide .swiper-button-prev:hover {background-color: var(--color-primary);} 
.cert-slide .swiper-button-next:hover::before, 
.cert-slide .swiper-button-prev:hover::before {background-image: url(/images/main/slide-next2-on.png);} 
.cert-slide .swiper-button-prev {right: auto; left: -100px;} 
.cert-slide .swiper-button-next {right: -100px; left: auto;} 

.notice-list ul {display: flex; gap: 0 var(--space-70);} 
.notice-list ul li a {display: block;} 
.notice-list .bar {width: var(--space-40); height: 3px; background-color: rgb(36, 36, 36); transition: .3s;} 
.notice-list .tit {padding-top: var(--space-50); color: #242424; font-size: var(--font-size-20); font-weight: 700; line-height: 1.5em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: .3s; letter-spacing: -0.01em;} 
.notice-list .txt {margin-top: var(--space-20); overflow: hidden; text-overflow: ellipsis; word-break: break-all; white-space: normal; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; letter-spacing: -0.01em;} 
.notice-list .date {margin-top: var(--space-50); color: #ababab; font-weight: 600;} 
.notice-list ul li.none {display: block; width: 100%; padding: 70px 0; margin: 0; text-align: center; color: #ababab;} 
.notice-list ul li a:hover .bar {background-color: var(--color-primary); width: var(--space-160);} 
.notice-list ul li a:hover .tit {color: var(--color-primary);} 

/* sub page */
.contain {max-width:1460px; margin:0 auto; padding-left:var(--container-space); padding-right:var(--container-space);} 
#contArea {max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;} 
#contArea.wide {max-width:100% !important; padding-left:0; padding-right:0;} 

#sub #contArea,
#sub .contain {max-width: 1400px;} 

.sub-title {padding: var(--space-100) 0 var(--space-80); text-align:center;} 
.sub-title h1 {font-size:var(--font-size-40); line-height:1.5em; color:var(--color-dark); letter-spacing: -0.01em;} 

.real-cont {padding:0 0 var(--space-150);} 

.sub-visual {position:relative; height:580px; z-index:10; overflow:hidden;} 
.sub-visual .background {position:absolute; top:0; left:0; width:100%; height:100%; background-position:50% 50%; 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; z-index:0;} 
.sub-visual.load .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 */} 
 .sub-visual .tt-wrap {width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 1; color: #fff; text-align: center;} 
.sub-visual .tt-wrap .tit {font-size: var(--font-size-56); line-height: 1em; font-weight: 700;} 

.lnb-wrap {position:relative; margin-top:-80px; z-index:100; background-color: rgba(0,0,0,0.4);} 
.lnb {margin: 0 auto; max-width: 1400px;} 
.lnb ul {justify-content: center;} 
.lnb ul li {position:relative; width: auto; text-align: center; padding: 0 var(--space-45);} 
.lnb ul li::after {content: ""; position: absolute; top:50%; right:0; transform: translateY(-50%); border-radius: 100%; background-color: rgb(255, 255, 255); opacity: 0.502; width: 5px; height: 5px;} 
.lnb ul li:last-child::after {display:none;} 
.lnb ul li a {display: flex; align-items: center; justify-content: center; position: relative; width: 100%; height: 80px; color: #fff; opacity:.3; font-size: clamp(15px, calc( 20 / var(--inner) * 100vw ), 20px); font-weight: 500; transition: none;} 
.lnb ul li.active a {opacity: 1;} 
.lnb ul li a::before {content: ""; position: absolute; bottom: -1px; left: 50%; width: 0; height: 4px; background: #fff; transition: .2s;} 
.lnb ul li.active>a:before {width: 100%; left: 0;} 


/* footer */
#footer {background-color: #000000; color: #fff; letter-spacing: -0.01em;} 
#footer .top {display:flex; align-items: center; justify-content: space-between; padding:var(--space-40) 0 var(--space-30); border-bottom: 1px solid #484848;} 
#footer .foot-link .foot-map {display:flex; align-items: center; gap: var(--space-60);} 
#footer .foot-link .foot-map li a {font-weight:600; line-height: normal;} 
#footer .sns {display: flex; align-items: center; justify-content: end; gap: 16px;} 
#footer .sns a {display:flex; flex-direction: column; text-align:center; height: 60px; justify-content: start; color: #aeaeae; font-size: var(--font-size-15); line-height:2em;} 
#footer .btm {position:relative; padding:var(--space-50) 0;} 
#footer .foot-tit {margin-bottom:10px; font-weight:600; font-size: var(--font-size-17); line-height:normal;} 
#footer .foot-info {max-width: 1060px;} 
#footer .foot-info address {font-style:normal; display:flex; flex-wrap:wrap; gap: 0 var(--space-60);} 
#footer .foot-info address p {font-weight:300; font-size: var(--font-size-15); line-height:1.73em;} 
#footer .foot-info .copy {margin-top:var(--space-20); font-size: var(--font-size-14); line-height:2.14em; color: #b8b8b8;} 
#footer .foot-info .copy a {color: #686868;} 
#footer .foot-info .copy a:hover {text-decoration:underline;} 
#footer .foot-menu {position:absolute; right:0; bottom:var(--space-50); display:flex; justify-content:flex-end; align-items: center; gap: 0 var(--space-30);} 
#footer .foot-menu li a {color: #b8b8b8; font-size: var(--font-size-15); line-height: 2em;} 

.scroll-top {position: fixed; opacity: 0; bottom: clamp(16px, calc( 60 / var(--inner) * 100vw ), 60px ); right: clamp(16px, calc( 60 / var(--inner) * 100vw ), 60px ); text-align: right; pointer-events: none;} 
.scroll-top.active {opacity: 1; pointer-events: auto;} 

/* for mobile */
.only-mobile {display:none;} 
.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-11px; right:30px; width:30px; height:22px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out;} 
.btn-m-menu span {position:absolute; right:0; top:50%; margin-top:-1px; height:2px; width:23px; background:#242424;} 
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:30px; height:2px; background:#242424; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;} 
.btn-m-menu span:before {top:-10px; transition-property:top, transform;} 
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;} 
.mobile-navigation {position:fixed; top:0; right:0; padding:20px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202;} 
.mobile-navigation .home {display:block; margin-bottom:20px; padding-left:15px;} 
.mobile-navigation .home a {display:block;} 
.mobile-navigation .home img {height:30px;} 
.mobile-navigation .nav-menu>ul {margin-top:30px;} 
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;} 
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; 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 #2c2c2c; border-bottom:2px solid #2c2c2c;} 
.mobile-navigation .nav-menu>ul>li.active>a {color:var(--color-primary)} 
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:var(--color-primary);} 
.mobile-navigation .nav-menu .submenu {display:none; margin:-1px 0 0 0; padding:0 15px 15px;} 
.mobile-navigation .nav-menu .submenu>ul:after {content:""; display:block; clear:both;} 
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em;} 
.mobile-navigation .nav-menu .submenu>ul>li>a:after {display:block; content:""; position:absolute; top:14px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out;} 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {color:var(--color-primary)} 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after {background:var(--color-primary)} 
.mobile-navigation .close {position:absolute; top:20px; right:15px; width:24px; height:24px; 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:#2c2c2c;} 
.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:201;} 

html.menu-opened {overflow:hidden;} 
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);} 
html.menu-opened .mobile-overlay {display:block;} 