@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 
.only-desktop {display:block !important;}
.only-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:1460px; 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 {max-width:100%; padding:0 100px; position:relative; display:flex; align-items:center;}

.sitelogo {height:clamp(30px, calc(52 / var(--inner) * 100vw), 52px); aspect-ratio:190/52;}
.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:center;} 
#gnb>ul>li {padding:0 50px; position:relative;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction:column; justify-content:center; height:100px; color:#fff; font-size:var(--font-size-18); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}

#gnb .submenu {display:none; position:absolute; left:50%; z-index:103; min-width:160px; width:max-content; transform:translateX(-50%); padding:var(--space-25) var(--space-15) var(--space-30); background:var(--color-primary); border-radius:16px; box-shadow:none; overflow:visible;}
#gnb .submenu::before {content:""; position:absolute; left:50%; top:0; width:16px; height:16px; background:var(--color-primary); transform:translate(-50%, -50%) rotate(45deg);}
#gnb .submenu ul {padding:0; text-align:center;}
#gnb .submenu ul li a {display:block; padding:0 var(--space-10); color:rgba(255,255,255,0.6); font-size:var(--font-size-16); line-height:35px;}
#gnb .submenu ul li.active a,
#gnb .submenu ul li a:hover {color:#fff; font-weight:600;}

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}

html.header-hover #header {background-color:#fff; box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
html.header-hover .sitelogo a {background-image:url('../images/common/logo.png');}
html.header-hover #gnb>ul>li>a {color:var(--color-bk);}
html.header-hover .language .toggle-button {color:#242424;}
html.header-hover .language .toggle-button .ico path {fill:#242424;}
html.header-hover .language .toggle-button .chevron path {stroke:#242424;}

#header:hover {background-color:#fff; box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
#header:hover .sitelogo a {background-image:url('../images/common/logo.png');}
#header:hover #gnb>ul>li>a {color:var(--color-bk);}
#header:hover .language .toggle-button {color:#242424;}
#header:hover .language .toggle-button .ico path {fill:#242424;}
#header:hover .language .toggle-button .chevron path {stroke:#242424;}

html.header-fixed #header {background-color:#fff; box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
html.header-fixed .sitelogo a {background-image:url('../images/common/logo.png');}
html.header-fixed #gnb>ul>li>a {color:var(--color-bk);}
html.header-fixed .language .toggle-button {color:#242424;}
html.header-fixed .language .toggle-button .ico path {fill:#242424;}
html.header-fixed .language .toggle-button .chevron path {stroke:#242424;}

html[lang="en"] .sitelogo {height:clamp(30px, calc(53 / var(--inner) * 100vw), 53px); aspect-ratio:190/53;}
html[lang="en"] .sitelogo a {background-image:url('../images/common/en-logo-w.png');}
html[lang="en"].header-hover .sitelogo a {background-image:url('../images/common/en-logo.png');}
html[lang="en"] #header:hover .sitelogo a {background-image:url('../images/common/en-logo.png');}
html[lang="en"].header-fixed .sitelogo a {background-image:url('../images/common/en-logo.png');}

.language {margin-right:20px; z-index:10; position:relative; display:inline-block;}
.language .toggle-button {display:flex; align-items:center; border:0; gap:10px; background:none; color:#fff; text-align:left;}
.language .toggle-button .ico {width:15px; display:flex; align-items:center;}
.language .toggle-button .chevron {width:9px; margin-top:-.1em;}
.language .toggle-button svg {display:block; width:100%; height:auto;}
.language .toggle-button .ico path {fill:#fff;}
.language .toggle-layer {font-size:var(--font-size-14); margin-top:10px; display:none; position:absolute; left:0; width:100%; padding:10px; background:var(--color-primary); text-align:center;}
.language .toggle-layer ul {display:grid; gap:5px;}
.language .toggle-layer a {display:block; font-weight:500; line-height:1.2em; color:#fff; opacity:0.4;}
.language .toggle-layer a:hover {opacity:1;}
.language.active .toggle-button .chevron {transform:scaleY(-1);}

/* for mobile */
.btn-m-menu {border-radius:100%; position:relative;width:44px;height:44px;text-align:center;text-indent:-9999em;z-index:50; display:block; background-color:var(--color-primary);}
.btn-m-menu span {position:absolute; right:12px; top:50%; width:13px; height:2px; background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:20px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-7px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-7px; transition-property:bottom, transform;}

.mobile-navigation {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 #header {background-color:#fff;}
html.menu-opened #header:after {background-color:#ddd; position:absolute; content:''; bottom:0; left:0; right:0; height:1px;}
html.menu-opened .sitelogo a {background-image:url('../images/common/logo.png');}
html.menu-opened #gnb>ul>li>a {color:#242424;}
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;}
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);}
html.menu-opened .language .toggle-button {color:#242424;}
html.menu-opened .language .toggle-button .ico path {fill:#242424;}
html.menu-opened .language .toggle-button .chevron path {stroke:#242424;}

html[lang="en"].menu-opened .sitelogo a {background-image:url('../images/common/en-logo.png');}

/* main */
.main-visual, .main-visual .item {height:100vh; position:relative; overflow:hidden; background:#000;}
.main-visual .item:after {position:absolute; content:''; inset:0; background:rgba(0,0,0,0.2);}
.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 {max-width:1460px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); padding:0 var(--contain-padding); width:100%; z-index:30; display:flex; flex-direction:column; align-items:center; gap:var(--space-20); text-align:center;}
.main-visual .caption p {font-family:'Paperlogy',serif; transition:.8s; opacity:0; transform:translateX(20px);}
.main-visual .caption .t1 {font-size:var(--font-size-24); font-weight:900; line-height:1.2; letter-spacing:-0.03em; color:#E9A445;}
.main-visual .caption .t2 {font-size:clamp(26px, calc(64 / var(--inner) * 100vw), 64px); line-height:1.3em; letter-spacing:-0.03em; color:#fff; font-weight:700;}

.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.3s;}
.main-visual .active .caption .t2 {transition-delay:0.4s;}

.main-visual .controls {font-size:var(--font-size-20); font-family:Paperlogy, sans-serif; position:absolute; bottom:var(--space-50); left:50%; width:100%; max-width:1460px; padding:0 var(--contain-padding); justify-content:center; display:flex; align-items:center; gap:var(--space-20); -webkit-transform:translateX(-50%); transform:translateX(-50%); z-index:30;}
.main-visual .controls .slide-btn {width:clamp(22px, calc( 28 / var(--inner) * 100vw ), 28px); height:clamp(22px, calc( 28 / var(--inner) * 100vw ), 28px); border:0; font-size:0; line-height:0; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; background-size:contain; cursor:pointer;}
.main-visual .controls .slide-prev {background-image:url("/images/main/mv-prev.png");}
.main-visual .controls .slide-next {background-image:url("/images/main/mv-next.png");}
.main-visual .controls .dots {font-weight:700; display:flex; align-items:center;}
.main-visual .controls .dots .current-num {color:#fff;}
.main-visual .controls .dots .divider {width:1px; height:12px; margin:0 12px; background:rgba(255, 255, 255, 0.30); display:inline-block;}
.main-visual .controls .dots .total-num {color:rgba(255, 255, 255, 0.30);}

.m-sec {padding:var(--space-150) 0;}

.main-sec2 .bizsec {display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:var(--space-40);}
.main-sec2 .bizsec .txtwrap {flex:0 1 460px; max-width:460px; display:flex; flex-direction:column; gap:var(--space-40); line-height:1.5;}
.main-sec2 .bizsec .cont-tit {display:flex; flex-direction:column; gap:var(--space-15); line-height:1.5;}
.main-sec2 .bizsec .cont-tit .label {font-size:var(--font-size-20); font-weight:500; color:#242424; letter-spacing:-0.04em; line-height:1.7;}
.main-sec2 .bizsec .cont-tit .tit {font-family:'Paperlogy', sans-serif; font-size:clamp(26px, calc(64 / var(--inner) * 100vw), 64px); font-weight:700; letter-spacing:-0.04em; color:#242424; line-height:1.125;}
.main-sec2 .bizsec .cont-tit .tit .point {color:var(--color-primary);}
.main-sec2 .bizsec .cont-tit .desc {font-size:var(--font-size-16); color:#686868; letter-spacing:-0.04em; line-height:1.875;}
.main-sec2 .bizsec .tap {width:100%; max-width:460px;}
.main-sec2 .bizsec .tap .item .btn {display:flex; width:100%; align-items:center; justify-content:space-between; gap:var(--space-20); padding:var(--space-30); border:0; border-bottom:1px solid #ddd; background:#fff; cursor:pointer; font-family:inherit; font-size:clamp(17px, calc(24 / var(--inner) * 100vw), 24px); font-weight:600; color:#bebebe; letter-spacing:-0.04em; line-height:1.33; text-align:left; box-sizing:border-box;}
.main-sec2 .bizsec .tap .item.on .btn {color:#242424;}
.main-sec2 .bizsec .tap .ico {margin:0; flex-shrink:0; width:10px;}
.main-sec2 .bizsec .tap .ico img {display:block; width:10px; aspect-ratio:1 / 2; object-fit:contain;}
.main-sec2 .bizsec .figwrap {flex:0 1 800px; width:100%; max-width:800px;}
.main-sec2 .bizsec .panels {position:relative; width:100%; aspect-ratio:800 / 484;}
.main-sec2 .bizsec .panel {position:absolute; inset:0; opacity:0; visibility:hidden; transition:opacity .35s ease, visibility .35s ease;}
.main-sec2 .bizsec .panel.on {opacity:1; visibility:visible;}
.main-sec2 .bizsec .panel .img {position:absolute; inset:0; margin:0; border-radius:32px; overflow:hidden;}
.main-sec2 .bizsec .panel .img img {width:100%; height:100%; object-fit:cover;}
.main-sec2 .bizsec .dim {position:absolute; left:0; bottom:0; width:min(660px, 100%); background:rgba(0,0,0,.6); border-radius:32px 32px 0 32px;}
.main-sec2 .bizsec .dim .inner {display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:var(--space-20); padding:var(--space-40); color:#fff; line-height:1.5;}
.main-sec2 .bizsec .dim .box {flex:1 1 auto; min-width:0; max-width:572px;}
.main-sec2 .bizsec .dim .box .tit {font-family:'Sora',sans-serif; font-size:var(--font-size-20); font-weight:700; letter-spacing:-0.03em; color:#fff; line-height:1.4;}
.main-sec2 .bizsec .dim .box .txt {margin-top:var(--space-15); font-size:var(--font-size-16); font-weight:400; letter-spacing:-0.03em; line-height:1.75; color:#fff;}
.main-sec2 .bizsec .dim .box .txt p {margin:0;}
.main-sec2 .bizsec .dim .more {flex-shrink:0; width:48px; height:48px; padding:0; border:1px solid rgba(255,255,255,.3); border-radius:8px; background:rgba(0,0,0,.2) url('/images/main/main-biz-more.svg') 50% 50% / 12px 12px no-repeat; cursor:pointer; box-sizing:border-box;}


html[lang="en"] .main-sec2 .bizsec .dim {width:100%; border-radius:0 0 32px 32px;}
html[lang="en"] .main-sec2 .bizsec .txtwrap {flex:1; max-width:max-content;}
html[lang="en"] .main-sec2 .bizsec .tap {width:100%; max-width:100%;}
html[lang="en"] .main-sec2 .bizsec .tap .item .btn {padding:var(--space-30) var(--space-20); font-size:clamp(16px, calc(22 / var(--inner) * 100vw), 22px);}

.main-sec3 {background:url('/images/main/main-onestop-bg.png') 50% 50% / cover no-repeat;}
.main-sec3 .cont-tit .label {font-size:var(--font-size-20); font-weight:600; color:#fff; letter-spacing:-0.04em; line-height:1.7;}
.main-sec3 .cont-tit .tit {margin:var(--space-15) 0; font-family:'Paperlogy',sans-serif; font-size:var(--font-size-48); font-weight:700; letter-spacing:-0.04em; color:#fff; line-height:1.33;}
.main-sec3 .cont-tit .tit .point {color:var(--color-primary);}
.main-sec3 .cont {color:#fff; letter-spacing:-0.04em; line-height:1.875;}
.main-sec3 .btn {min-width:180px; height:52px; padding:0 var(--space-35); margin-top:var(--space-60); display:inline-flex; align-items:center; justify-content:center; box-sizing:border-box; border:1px solid #fff; border-radius:8px; font-weight:600; color:#fff; letter-spacing:-0.03em; line-height:1;}
.main-sec3 .btn:hover {background:rgba(255,255,255,.12);}

.main-sec4 {padding:var(--space-100) 0;}
.main-sec4 .cont-tit {margin-bottom:var(--space-80); display:flex; flex-direction:column; align-items:center; gap:var(--space-15); text-align:center; line-height:1.5;}
.main-sec4 .cont-tit .tit {font-family:'Paperlogy',sans-serif; font-size:var(--font-size-48); font-weight:700; letter-spacing:-0.04em; color:#242424; line-height:1.33;}
.main-sec4 .cont-tit .desc {letter-spacing:-0.04em; line-height:1.875;}
.main-sec4 .cont {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:100%;}
.main-sec4 .info {flex:0 1 680px; max-width:680px; display:flex; flex-direction:column; gap:var(--space-20); line-height:1.5;}
.main-sec4 .call {display:flex; flex-wrap:wrap; align-items:center; gap:var(--space-20);}
.main-sec4 .phico {display:flex; align-items:center; justify-content:center; flex-shrink:0; width:clamp(34px, calc( 60 / var(--inner) * 100vw ), 60px); height:clamp(34px, calc( 60 / var(--inner) * 100vw ), 60px); margin:0; padding:var(--space-10); border-radius:40px; background:var(--color-primary); box-sizing:border-box;}
.main-sec4 .phico img {display:block; width:clamp(16px, calc( 32 / var(--inner) * 100vw ), 32px); height:clamp(16px, calc( 32 / var(--inner) * 100vw ), 32px); object-fit:contain;}
.main-sec4 .num {font-size:var(--font-size-44); font-weight:700; letter-spacing:-0.03em; color:#242424; line-height:1;}
.main-sec4 .num a {color:inherit; text-decoration:none;}
.main-sec4 .meta {display:flex; flex-direction:column; gap:var(--space-15); padding-left:var(--space-80); box-sizing:border-box;}
.main-sec4 .meta .line {display:flex; flex-wrap:wrap; align-items:center; gap:10px;}
.main-sec4 .meta .line.row {gap:44px;}
.main-sec4 .meta .unit {display:flex; flex-wrap:wrap; align-items:center; gap:10px;}
.main-sec4 .meta .lab {font-size:var(--font-size-20); font-weight:600; color:var(--color-primary); letter-spacing:-0.03em; line-height:1;}
.main-sec4 .meta .bar {flex-shrink:0; width:1px; height:16px; background:#ddd;}
.main-sec4 .meta .val {font-size:var(--font-size-20); font-weight:400; color:#454545; letter-spacing:-0.03em; line-height:1;}
.main-sec4 .csquick {display:flex; flex-wrap:wrap; align-items:stretch; justify-content:center;}
.main-sec4 .csquick .cell {display:flex; flex-direction:column; align-items:center; justify-content:center; gap:var(--space-15); box-sizing:border-box; width:180px; padding:var(--space-15) 0; border-left:1px solid rgba(221,221,221,.4); text-align:center; line-height:1.5;}
.main-sec4 .csquick .cell.end {border-right:1px solid rgba(221,221,221,.4);}
.main-sec4 .csquick .cell .txt {display:block; width:100%; padding:10px 0; font-size:var(--font-size-20); font-weight:600; color:#242424; letter-spacing:-0.03em; line-height:1;}
.main-sec4 .csquick .cell:hover .txt {color:var(--color-primary);}
.main-sec4 .ico {position:relative; width:clamp(40px, calc( 64 / var(--inner) * 100vw ), 64px); height:clamp(40px, calc( 64 / var(--inner) * 100vw ), 64px); flex-shrink:0;}
html[lang="en"] .main-sec4 .meta .val {line-height:1.6em;}

/* sub page */
.sub-visual {text-align:center; position:relative; height:clamp(250px, calc( 560 / var(--inner) * 100vw ), 560px); color:#fff; background:#333; overflow:hidden;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {margin-top:30px; position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual .txt1 {font-family:Paperlogy,sans-serif; color:#E9A445; font-size:clamp(15px, calc( 20 / var(--inner) * 100vw ), 20px); line-height:1.3em; display:block; letter-spacing:-.03em; font-weight:800;}
.sub-visual .txt2 {margin-top:var(--space-10); font-family:Paperlogy,sans-serif; font-size:clamp(25px, calc( 64 / var(--inner) * 100vw ), 64px); line-height:1.12em; display:block; letter-spacing:-.03em; font-weight:800;}
.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");}

.sub-visual .contain {max-width:1260px;}
.sub-visual.over-type {overflow:visible;}

.lnb {margin-top:var(--space-50); position:relative; z-index:10;}
.lnb .swiper {text-align:center; border-radius:50px;}
.lnb ul {background:#111; width:auto; padding:10px; position:relative; border-radius:50px; display:inline-flex;}
.lnb ul li {position:relative; z-index:1; width:auto; min-width:200px;}
.lnb ul li a {border-radius:50px; height:clamp(36px, calc( 50 / var(--inner) * 100vw ), 50px); color:#fff; font-size:var(--font-size-18); align-items:center; justify-content:center; display:flex; letter-spacing:-.03em; font-weight:600;}
.lnb ul li.active a {background-color:var(--color-primary);}

.lnb.lnb-drop .swiper {overflow:visible; background:rgba(0,0,0,.6); display:inline-block; vertical-align:top; max-width:100%; box-sizing:border-box;}
.lnb.lnb-drop ul.swiper-wrapper {background:transparent; padding:10px; display:flex; flex-wrap:nowrap; align-items:flex-start; box-sizing:border-box;}
.lnb.lnb-drop .swiper-slide {min-width:240px; width:240px; flex-shrink:0; box-sizing:border-box;}
.lnb.lnb-drop .swiper-slide.has-sub {z-index:12;}
.lnb.lnb-drop .swiper-slide:not(.has-sub) a {border-radius:56px; height:clamp(40px, calc( 50 / var(--inner) * 100vw ), 50px); color:#fff; font-size:var(--font-size-18); align-items:center; justify-content:center; display:flex; letter-spacing:-.03em; font-weight:600;}
.lnb.lnb-drop .swiper-slide:not(.has-sub).active a {background-color:var(--color-primary);}
.lnb.lnb-drop .swiper-slide.has-sub .top {box-sizing:border-box; width:100%; border-radius:56px; height:clamp(40px, calc( 50 / var(--inner) * 100vw ), 50px); color:#fff; font-size:var(--font-size-18); align-items:center; justify-content:center; display:flex; letter-spacing:-.03em; font-weight:600; text-decoration:none;}
.lnb.lnb-drop .swiper-slide.has-sub:hover .top,
.lnb.lnb-drop .swiper-slide.has-sub.active .top {background-color:var(--color-primary);}
.lnb.lnb-drop .swiper-slide:hover {background-color:#fff; border-radius:30px 30px 0 0;}

.lnb.lnb-drop .has-sub .drop {margin-top:-1px; display:none; position:absolute; left:0; top:100%; width:100%; box-sizing:border-box; padding-top:0;}
.lnb.lnb-drop .has-sub .drop ul {display:block; width:100%; margin:0; padding:var(--space-15); background:#fff; border:1px solid #ddd; border-top:none; border-radius:0 0 16px 16px;}
.lnb.lnb-drop .has-sub .drop li {min-width:0; width:auto;}
.lnb.lnb-drop .has-sub .drop li a {min-height:0; height:auto; border-radius:0; display:block; padding:0; text-align:center; line-height:35px; font-size:var(--font-size-15); color:var(--color-txt-tertiary); letter-spacing:-.03em; text-decoration:none; background:transparent; justify-content:center;}
.lnb.lnb-drop .has-sub .drop li:hover a {color:var(--color-primary); font-weight:600;}

@media (min-width:1026px) {
	.lnb.lnb-drop .has-sub:hover .drop {display:block;}
}
@media (max-width:1025px) {
	.lnb.lnb-drop .has-sub.open .drop,
	.lnb.lnb-drop .has-sub:focus-within .drop {display:block;}
}

html[lang="en"] .lnb.lnb-drop .swiper-slide {width:auto;}
html[lang="en"] .lnb.lnb-drop .swiper-slide.has-sub .top {white-space:nowrap; padding:0 20px;}
html[lang="en"] .lnb.lnb-drop .has-sub .drop ul {display:grid; gap:10px;}
html[lang="en"] .lnb.lnb-drop .has-sub .drop li a {line-height:1.5em;}
html[lang="en"] .lnb ul li a {padding:0 20px;}






.sub-title {font-family:Paperlogy,sans-serif; padding:var(--space-100) 0 var(--space-60); text-align:center;}
.sub-title .tit {font-size:var(--font-size-40); letter-spacing:-.03em; line-height:1.2em; color:var(--color-bk);}

#contArea {max-width:1260px; padding-left:var(--contain-padding); padding-right:var(--contain-padding); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {padding-bottom:var(--space-150);}

/* footer */
#footer {background:#000; border-top:none; padding:var(--space-50) 0; color:#fff; line-height:1.5;}
#footer .contain {max-width:1460px;}

.foot-main .head {margin-bottom:var(--space-30); display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;}
.foot-main .sns {display:flex; flex-wrap:wrap; gap:16px; align-items:center;}
.foot-main .sns .btn {display:flex; width:40px; height:40px; border-radius:50%; background:rgba(255,255,255,0.2); align-items:center; justify-content:center; text-decoration:none;}
.foot-main .sns .btn:hover {background:rgba(255,255,255,0.35);}
.foot-main .sns .img {margin:0; width:18px; display:flex; align-items:center; justify-content:center;}
.foot-main .sns .img img {width:100%; aspect-ratio:1/1; object-fit:contain; vertical-align:top;}

.foot-main .info {display:flex; flex-direction:column; gap:10px;}
.foot-main .info .row {display:flex; flex-wrap:wrap; align-items:flex-start; gap:var(--space-25);}
.foot-main .info .name {font-weight:600; color:#fff; letter-spacing:-0.03em;}
.foot-main .info .txt {color:rgba(255,255,255,0.8); letter-spacing:-0.03em;}
.foot-main .info .bar {color:rgba(255,255,255,0.3); padding:0 var(--space-10);}
.foot-main .bot {display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:var(--space-20); padding-top:var(--space-40);}
.foot-main .bot .copy {font-weight:300; color:rgba(255,255,255,0.6); letter-spacing:-0.03em;}
.foot-main .bot .copy .credit {font-size:10px; color:rgba(255,255,255,0.3);}
.foot-main .bot .policy {font-size:var(--font-size-15); font-weight:500; color:#fff; letter-spacing:-0.03em; order:2;}
.foot-main .bot .policy a {color:#fff; text-decoration:none;}
.foot-main .bot .policy a:hover {text-decoration:underline;}
.foot-main .bot .policy .bar {color:rgba(255,255,255,0.3); padding:0 var(--space-15);}