@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 {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#wrapper {position:relative;}

.contain {max-width:1460px; margin:0 auto; padding-right:var(--space-container); padding-left:var(--space-container);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; height:var(--header-height); transition:.4s; z-index:100;}
#header .contain {display:flex; align-items:center; justify-content:space-between; position:relative; max-width:1660px; height:100%; z-index:10;}

.sitelogo a {display:block; width:278px; aspect-ratio:278 / 80; background:url('/images/common/logo-white.png') 0 50%/contain no-repeat;}
.sitelogo img {height:47px;}

.gnb > ul {display:flex;}
.gnb > ul > li {position:relative; padding:0 var(--space-50);}
.gnb > ul > li > a {display:flex; align-items:center; justify-content:center;  width:100%; height:var(--header-height); color:#fff; font-size:var(--font-size-20); font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.gnb > ul > li > a:before {content:""; position: absolute; top:60%; left:50%; width:6px; height:6px; border-radius:12px; opacity:0; background:var(--color-secondary); -webkit-transform:translateX(-50%); transform:translateX(-50%); transition:all .2s}
.gnb > ul > li.active > a {color:var(--color-primary) !important;}
.gnb > ul > li.active > a:before {top:73%; opacity:1;}
.gnb .submenu {display:none; position:absolute; left:50%; width:200px; max-height:500px; overflow-y:auto; overflow-x:hidden; text-align:left; background:rgba(23, 117, 173, .95); -webkit-transform:translateX(-50%); transform:translateX(-50%);}
.gnb .submenu::-webkit-scrollbar {width:5px; height:5px; border-radius:10px; background:none;}
.gnb .submenu::-webkit-scrollbar-thumb {background:rgba(255, 255, 255, 0.5); border-radius:10px;}
.gnb .submenu > ul {padding:22px 0;}
.gnb .submenu > ul > li > a {display:block; padding:7px 30px; color:rgba(255, 255, 255, 0.7); font-size:var(--font-size-15); line-height:1.3em; letter-spacing:-.03em;}
.gnb .submenu > ul > li:hover > a {color:#fff; font-weight:600; text-decoration:underline; text-underline-offset:0.25em;}
.gnb .submenu.wide {width:300px;}

.pull-right {display:flex; align-items:center; gap:15px;}

.top-search {margin-right:clamp(10px, calc(90 / var(--inner) * 100vw), 90px);}
.top-search form {display:flex;}
.top-search .input {width:150px; font-size:14px;}
.top-search .submit {width:44px; height:44px; background:var(--color-secondary) url('/images/common/search.png') 50% 50%/18px no-repeat; border:0;}

#header.header-hover {background:#fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}
#header.header-hover .sitelogo a {background-image:url('/images/common/logo-black.png');}
#header.header-hover .gnb > ul > li > a {color:#878787;}
#header.header-hover .btn-m-menu span {background:#121212;}

#header.header-fixed {height:var(--header-scroll-height); background:#fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);}
#header.header-fixed .sitelogo a {background-image:url('/images/common/logo-black.png');}
#header.header-fixed .gnb > ul > li > a {color:#878787; height:var(--header-scroll-height);}
#header.header-fixed .btn-m-menu span {background:#121212;}

/* for mobile */
.btn-m-menu {display:none; width:24px; height:24px;}
.btn-m-menu div {display:flex; flex-direction:column; justify-content:center; gap:6px; width:100%; height:100%;}
.btn-m-menu span {display:block; width:100%; height:2px; background:#fff;}

.mobile-navigation {display:none;position:fixed; top:0; right:0; width:280px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home a {display: block;  color: #2c2c2c; font-size:20px; font-weight: 700; line-height: 1.3em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:600; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#014099;}
.mobile-navigation .nav-menu .submenu {display:none; background:var(--color-primary); padding: 10px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-navigation .links {padding:20px;}
.mobile-navigation .links a {display:inline-block; padding:10px 20px; background:var(--color-primary); border-radius:6px; color:#fff; font-size:14px; font-weight:600; line-height:1.3em;}
.mobile-navigation .close {position:absolute; top:15px; 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; height:100dvh; overflow:hidden;}
.main-visual .item {position:relative; height:100dvh; overflow:hidden; background:#000;}
.main-visual .item .video-js,
.main-visual .item img,
.main-visual .item video {position:absolute; inset: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 .slick-dots {display:none !important;}
.main-visual .slick-arrow {position:absolute; top:50%; z-index:50; -webkit-transform:translateY(-50%); transform:translateY(-50%); background:transparent; transition:all .2s; width:70px; height:70px; border-radius:100%; border:1px solid rgba(255, 255, 255, 0.3); background-repeat:no-repeat; background-position:50% 50%; background-size:18px; overflow:hidden; font-size:0; line-height:0; text-indent:-9999em;}
.main-visual .slick-arrow:hover {opacity:1; background-color:rgba(255, 255, 255, 0.3); border-color:transparent;}
.main-visual .slick-prev {left:5%; background-image:url('/images/main/slide-prev.svg');}
.main-visual .slick-next {right:5%; background-image:url('/images/main/slide-next.svg');}
.main-visual:after {content:""; position:absolute; bottom:60px; left:50%; margin-left:-39px; width:77px; aspect-ratio:77/88; background:url('/images/main/scroll.png') 50% 50%/contain no-repeat; z-index:50; animation:scrollDown .9s linear infinite alternate;}

@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

.m-head {text-align:center; margin-bottom:var(--space-60);}
.m-head h2 {font-size:var(--font-size-48); font-weight:400; line-height:1.3em; letter-spacing:-.03em;}
.m-head p {margin-top:var(--space-24); font-size:var(--font-size-18); font-weight:600; line-height:1.5em; letter-spacing:-.03em; color:#878787;}

.main-solution {padding:var(--space-150) 0; background:url('/images/main/solution-bg.jpg') 50% 50%/cover no-repeat; overflow:hidden;}
.main-solution .m-head h2 strong {color:var(--color-secondary);}
.main-solution .items {display:grid; grid-template-columns:repeat(4, 1fr); gap:var(--space-20);}
.main-solution .item {position:relative; overflow:hidden; color:#fff;}
.main-solution .item .img-area {background:#eee;}
.main-solution .item .img-area img {width:100%; height:100%; object-fit:cover; transition:.4s;}
.main-solution .item .text-area {position:absolute; bottom:0; left:0; z-index:10; width:100%; padding:var(--space-30);}
.main-solution .item .text-area .tit {font-size:var(--font-size-24); line-height:1.3em;}
.main-solution .item .text-area .txt {margin-top:var(--space-15); line-height:1.63em;}
.main-solution .item:hover .img-area img {transform:scale(1.1)}

.main-product {padding:var(--space-150) 0; background:#fff; overflow:hidden;}
.main-product .m-head {position:relative; padding-top:70px;}
.main-product .m-head .back-text {position:absolute; top:0; left:0; width:100%;}
.main-product .m-head h2 {position:relative;}
.main-product .m-head h2 strong {color:var(--color-primary);}
.main-product .m-head p {position:relative;}

.main-product-cate {display:flex; align-items:center; gap:46px; margin-bottom:var(--space-60);}
.main-product-cate .swiper {flex:1 1 auto; min-width:0; width:1%;}
.main-product-cate ul li {width:auto;}
.main-product-cate ul li .link {display:block; padding:10px 30px; border-radius:60px; text-align:center; background:#f4f4f4; color:#505050; font-weight:600; line-height:1.5em; letter-spacing:-.03em;}
.main-product-cate ul li.active .link {background:var(--color-primary); color:#fff;}
.main-product-cate .slide-arrow {width:14px; aspect-ratio:14/24; border:0; cursor:pointer;}
.main-product-cate .slide-prev {background:url('/images/main/arrow-left.png') 50% 50%/contain no-repeat;}
.main-product-cate .slide-next {background:url('/images/main/arrow-right.png') 50% 50%/contain no-repeat;}

.main-product-list .item {display:block; position:relative;}
.main-product-list .item .thumb {position:relative; width:100%; aspect-ratio:440/330; background:#fff; overflow:hidden; border:1px solid #ddd; margin-bottom:var(--space-20);}
.main-product-list .item .thumb img {position:absolute; inset:0; width:100%; height:100%; object-fit:contain; transition:.4s;}
.main-product-list .item .thumb:after {content:""; position:absolute; inset:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.5) url('/images/main/plus.svg') 50% 50% no-repeat; opacity:0; transition:all .2s;}
.main-product-list .item .tit {font-size:var(--font-size-18); font-weight: 600; line-height:1.3em;}
.main-product-list .item:hover .thumb img {transform:scale(1.1);}
.main-product-list .item:hover .thumb:after {opacity:1;}

.main-product-more {text-align:center; margin-top:var(--space-60);}

.btn-view-more {position:relative; display:inline-block; padding:20px 30px; text-align:center; color:#121212; font-size:16px; line-height:1.5em; letter-spacing:0;}
.btn-view-more:before {content:""; position:absolute; top:50%; left:0; width:60px; height:60px; -webkit-transform:translateY(-50%); transform:translateY(-50%); background:#f4f4f4; border-radius:100%; transition:all .3s;}
.btn-view-more span {position:relative;}
.btn-view-more strong {font-weight:600;}
.btn-view-more:hover::before {left:calc(100% - 60px); background:var(--color-primary);}
.btn-view-more:hover strong {color:#fff;}

.main-comm-wrap {padding:var(--space-150) 0; background:#fafafa;}

.main-post {display:grid; grid-template-columns:repeat(3, 1fr); gap:var(--space-80); margin-bottom:var(--space-80);}
.main-post h2 {margin-bottom:var(--space-15); font-size:var(--font-size-32); line-height:1.3em; letter-spacing:-.03em;}

.cs-zone {display:flex; flex-direction:column; justify-content:center; align-items:center; background:url('/images/main/cs-bg.jpg') 50% 50%/cover no-repeat; padding:var(--space-30); color:#fff;}
.cs-zone dl {display:flex; align-items:center; margin-bottom:8px; font-size:var(--font-size-18); line-height:1.5em;}
.cs-zone dl dt {min-width:5rem;}
.cs-zone dl dd {font-weight:700;}
.cs-zone dl.tel {margin-bottom:20px;}
.cs-zone dl.tel dd {font-size:var(--font-size-32); line-height:1em; letter-spacing:-.03em; color:var(--color-secondary);}
.cs-zone .etc {margin:18px 0 0 5rem; font-weight:700; font-size:var(--font-size-14); line-height:1.5em; letter-spacing:-.03em;}

.notice-zone {position:relative;}
.notice-zone ul {border-top:2px solid #121212;}
.notice-zone ul li {display:flex; justify-content:space-between; align-items:center; gap:20px; width:100%; padding:20px 10px; border-bottom:1px solid #ddd; color:#505050;}
.notice-zone ul li a {display:block; max-width:calc(100% - 110px); height:1.5em; line-height:1.5em;  overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.notice-zone ul li img {vertical-align:middle;}
.notice-zone ul li .date {color:#878787; font-size:var(--font-size-14); line-height:1.5em; letter-spacing:-.01em;}
.notice-zone ul li:last-child {border-bottom:0; padding-bottom:0;}
.notice-zone .more {position:absolute; top:0; right:0; width:40px; height:40px; border:1px solid #ddd; border-radius:100%; background:#fff url('/images/main/more.svg') 50% 50% no-repeat;}

.main-links {display:grid; grid-template-columns: repeat(4, 1fr); gap:var(--space-20);}
.main-links .item {display:flex; flex-direction:column; background:#fff; border:1px solid #ddd; padding:var(--space-50); gap:var(--space-30);}
.main-links .item .icon {margin-bottom:var(--space-30);}
.main-links .item .tit {margin-bottom:calc(var(--space-20) - .3em); font-size:var(--font-size-24); line-height:1.3em; letter-spacing:-.03em;}
.main-links .item .txt {font-size:var(--font-size-16); line-height:1.63em; letter-spacing:-.03em; color:#878787;}
.main-links .item .more-area {display:flex; justify-content: flex-end;}
.main-links .item .more {display:inline-block; width:40px; height:40px; border:1px solid #ddd; border-radius:100%; background:url('/images/main/more.svg') 50% 50% no-repeat;}
.main-links .item:hover {border-color:var(--color-primary);}

/* sub */
.sub-visual {position:relative; width:100%; height:clamp(320px, calc(550 / var(--inner) * 100vw), 550px); overflow:hidden; color:#fff; background-color:#eee; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}
.sub-visual .bg {position:absolute; inset:0; width:100%; height:100%; background-position:50% 50%; background-size:cover; animation:sv-zoomIn 5s forwards linear;}
.sub-visual .cell {position:absolute; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); width:100%; padding-top:var(--header-height);}
.sub-visual h2 {font-size:clamp(24px, calc(72 / var(--inner) * 100vw), 72px); line-height:1.3em; letter-spacing:-.03em;}
.sub-visual p {margin-top:10px; font-size:clamp(15px, calc(40 / var(--inner) * 100vw), 40px); font-weight:700; line-height:1.5em; letter-spacing:-.03em;}
.sub-visual .txt-1 {margin-top:0; font-size:var(--font-size-32); font-weight:400; line-height:1.5em; letter-spacing:-.03em;}
.sub-visual .txt-2 {margin-top:1em; font-size:var(--font-size-18); font-weight:400; line-height:1.67em; letter-spacing:-.03em;}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg")}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg")}
.sub-visual .bg3-1 {background-image:url("../images/common/sv3-1.jpg")}
.sub-visual .bg3-2 {background-image:url("../images/common/sv3-2.jpg")}
.sub-visual .bg3-3 {background-image:url("../images/common/sv3-3.jpg")}
.sub-visual .bg3-4 {background-image:url("../images/common/sv3-4.jpg")}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg")}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg")}

@keyframes sv-zoomIn {
    0% {transform:scale(1.1);}
    100% {transform:scale(1);}
}

.path-wrap {position:relative; z-index:50;}
.path-wrap .inner {display:flex;}
.path-wrap .home {position:relative;}
.path-wrap .home a {display:block; width:42px; height:var(--lnb-height); background:url("/images/common/home.svg") 0 50%/22px auto no-repeat; text-indent:-999em; overflow:hidden;}
.path-wrap .home:after {content:""; position:absolute; top:50%; right:0; width:1px; height:16px; background:#ccc; margin-top:-8px;}
.path-wrap .part {position:relative; min-width:340px; z-index:50;}
.path-wrap .part:after {content:""; position:absolute; top:50%; right:0; width:1px; height:16px; background:#ccc; margin-top:-8px;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:var(--lnb-height); font-weight:600; line-height:1.2em; padding:0 60px 0 20px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:20px; margin-top:-10px; width:20px; height:20px; border-radius:100%; background:#ccc url("/images/common/path-down.png") 50% 50%/10px auto no-repeat;}
.path-wrap .part ul {display:none; position:absolute; top:65px; left:20px; overflow:auto; width:300px; max-height:500px; padding:22px 28px; background:#fff; box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); z-index:50;}
.path-wrap .part ul::-webkit-scrollbar {width:5px; height:5px; border-radius:10px; background:none;}
.path-wrap .part ul::-webkit-scrollbar-thumb {background:rgba(0, 0, 0, 0.1); border-radius:10px;}
.path-wrap .part ul li {display:block;}
.path-wrap .part ul li a {display:block; padding:7px 0; color:#505050; font-size:var(--font-size-15); line-height:1.3em;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {text-decoration:underline; text-underline-offset:0.25em;}
.path-wrap .part.active > a:after {background-color:#1775ad; background-image:url("/images/common/path-up.png");}
  
#contArea {max-width:1460px; padding:var(--space-110) var(--space-container) var(--space-120); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {margin-bottom:var(--space-70); text-align:center;}
.sub-title h1 {font-size:var(--font-size-48); line-height:1.3em; letter-spacing:-.03em;}

.real-cont {min-height:200px;}

/* quick */
.quick {position:fixed; bottom:0; right:var(--space-60); display:flex; flex-direction:column; gap:var(--space-10); padding-bottom:var(--space-60); z-index:80; opacity:0; transition:opacity .2s; pointer-events:none;}
.quick .link {display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; width:80px; height:80px; border-radius:100%; box-shadow:2px 3px 5px 0px rgba(0, 0, 0, 0.15);}
.quick .link.store {background:#3eb045;}
.quick .link.store img {width:32px;}
.quick .link.scroll-top {background:#fff; border:1px solid #878787; color:#878787; font-size:13px; font-weight:600; line-height:1em; letter-spacing:-.01em;}
.quick.active {opacity:1; pointer-events:auto;}
  
/* footer */
#footer {color:#fff; font-size:var(--font-size-16); font-weight:300; line-height:1.5em; letter-spacing:-.02em; background:#091e2a;}
#footer address {font-style:normal;}
#footer a:hover {text-decoration: underline;}

.foot-links {padding:25px 0; border-bottom:1px solid rgba(255, 255, 255, 0.2);}
.foot-links .contain {display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:var(--space-40) var(--space-80);}
.foot-links ul {display:flex; flex-direction:wrap;}
.foot-links .st1 {gap:var(--space-10) var(--space-60);}
.foot-links .st2 {gap:var(--space-10) var(--space-40); font-size:var(--font-size-14); font-weight:600;}

.foot-info {padding:50px 0;}
.foot-info .contain {display:flex; justify-content:space-between; gap:var(--space-50) var(--space-40);}

.foot-info-comp {display:flex; gap:var(--space-40);}
.foot-info-comp .f-logo img {width:110px;}
.foot-info-comp .f-info .comp {display:flex; flex-wrap:wrap; align-items:center; gap:var(--space-40); margin-bottom:15px;}
.foot-info-comp .f-info .comp strong {font-size:var(--font-size-18);}
.foot-info-comp .f-info .addr {opacity:0.6;}
.foot-info-comp .f-info .addr span {display:inline-block; margin:3px 30px 3px 0;}

.foot-info-links {display:flex; gap:var(--space-10);}

.foot-info-etc {display:flex; flex-direction:column; align-items:flex-end; text-align:right;}
.foot-info-etc .sns {display:flex; gap:var(--space-10) var(--space-24); margin-bottom:30px;}
.foot-info-etc .sns img {width:24px;}
.foot-info-etc .sns a:hover {transform:scale(1.2);}
.foot-info-etc .copyright {font-size:var(--font-size-14); line-height:1.3em; letter-spacing:0; opacity:0.4;}
.foot-info-etc .designed {margin-top:6px; font-size:var(--font-size-12); line-height:1.3em; letter-spacing:0; opacity:0.4;}