@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:var(--font-size-14);font-weight:bold;text-align:center;text-decoration:none;line-height:3.5714285714285716em}

.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:after {position:absolute; content:''; bottom:0; left:0; right:0; background-color:#ddd; height:1px; opacity:0;}
#header .contain {max-width:100%; padding:0 var(--contain-paddingx3); position:relative; display:flex; align-items:center;}

.sitelogo {height:clamp(24px, calc(44 / var(--inner) * 100vw), 44px); aspect-ratio:205/44;}
.sitelogo a {display:block; height:100%; width:100%; background:url('../images/common/logo-w.png') 0 50% / contain no-repeat;}

#gnb {position:relative; text-align:center; flex:1; font-size:var(--font-size-18); letter-spacing:-0.03em;}
#gnb > ul {display:flex; justify-content:center;}
#gnb > ul > li {position:relative; z-index:1;}
#gnb > ul > li > a {height:var(--header-height); position:relative; padding:0 var(--gnb-gutter); font-weight:600; color:#fff; display:flex; align-items:center; justify-content:center; text-align:center; z-index:5;}

#gnb > ul > li:hover > a {color:var(--color-primary) !important;}

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center; color:#454545;}
#gnb .submenu>ul {padding:var(--space-30) 0;}
#gnb .submenu>ul>li>a {display:block; line-height:2.2em;}
#gnb .submenu>ul>li>a:hover {color:var(--color-primary) !important;} 

.submenu-bg {border-top:1px solid rgba(255, 255, 255, 0.20); display:none; position:absolute; width:100%; left:0; background:#fff; border-radius:0 0 24px 24px;}

#header:hover {color:#242424; background:#fff;}
#header:hover #gnb > ul > li > a  {color:#242424;}
#header:hover .sitelogo a {background-image:url('../images/common/logo.png');}
#header:hover .btn-m-menu span,
#header:hover .btn-m-menu span:before,
#header:hover .btn-m-menu span:after {background:#242424;}
#header.header-hover:after {opacity:1;}

html.header-hover #header {color:#242424; background:#fff;}
html.header-hover #header:after {opacity:1;}
html.header-hover #gnb > ul > li > a {color:#242424;}
html.header-hover .sitelogo a {background-image:url('../images/common/logo.png');}
html.header-hover .btn-m-menu span,
html.header-hover .btn-m-menu span:before,
html.header-hover .btn-m-menu span:after {background:#242424;}

html.header-fixed #header {color:#242424; background:#fff;}
html.header-fixed #header:after {opacity:1;}
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 {color:#242424; background-color:#fff;}
html.menu-opened #header:after {opacity:1;}
html.menu-opened #gnb > ul > li > a {color:#242424;}
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;}

/* for mobile */
.btn-m-menu {position:relative;width:30px;height:30px;text-align:center;text-indent:-9999em;z-index:50; display:block;}
.btn-m-menu span {position:absolute; right:0; top:50%; width:20px; height:2px; 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 {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:var(--font-size-14); 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;}
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, .main-visual .item {height:100dvh;}
.main-visual {position:relative; overflow:hidden; color:#fff;}
.main-visual .item {position:relative; 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 {text-align:center; position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); padding:0 var(--contain-padding); width:100%; max-width:1780px; z-index:30;}
.main-visual .caption p {transition:.8s; opacity:0; transform:translateX(20px);}
.main-visual .caption .t1 {margin-bottom:var(--space-40); font-family:"Paperlogy", sans-serif; color:rgba(255,255,255,.6); font-size:clamp(26px, calc(72 / var(--inner) * 100vw), 72px); font-weight:600; line-height:1.2em; letter-spacing:0.02em; color:rgba(255, 255, 255, 0.60);}
.main-visual .caption .t1 span {color:#fff;}
.main-visual .caption .t2 {margin-bottom:var(--space-40); font-size:var(--space-20); line-height:1.1em; letter-spacing:-.03em; line-height:1.9em;}
.main-visual .caption .t3 a {width:200px; height:54px; align-items:center; justify-content:center; border-radius:60px; background-color: var(--color-primary); backdrop-filter:blur(4px); margin:0 auto; display:flex;}
.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.5s;}
.main-visual .active .caption .t3 {transition-delay:0.6s;}

.main-visual .dots {flex:1; font-weight:800; align-items:flex-end; display:flex;}
.main-visual .dot-paging {font-size:var(--font-size-24); color:rgba(255, 255, 255, 0.50);}
.main-visual .dot-paging .current {font-size:var(--font-size-40); padding-right:5px; color:#fff;}
.main-visual .dot-paging .total {padding-left:5px; opacity:0.5;}

.main-visual .controls {gap:var(--space-40); display:flex; justify-content:flex-end; position:absolute; bottom:var(--space-60); left:50%; transform:translateX(-50%); width:100%; max-width:1780px; padding:0 var(--contain-padding); z-index:30;}
.main-visual .btns {display:flex; gap:12px;}
.main-visual .btns button {background:transparent; border:none; cursor:pointer; transition:.2s;}
.main-visual .btns img {height:clamp(40px, calc( 70 / var(--inner) * 100vw ), 70px);}

.scroll-down {position:relative;}
.scroll-down .img {animation:scroll-down-spin 40s linear infinite;}
.scroll-down .ico-bounce {position:absolute; top:51%; left:50%; transform:translate(-50%, -50%);}
/* .scroll-down .ico-bounce img {animation:scroll-down-bounce 2s ease-in-out infinite;}
@keyframes scroll-down-spin {from {transform:rotate(0deg);} to {transform:rotate(360deg);}}
@keyframes scroll-down-bounce {0%, 100% {transform:translateY(7px);} 50% {transform:translateY(-1px);}}
 */
.m-sec {padding:var(--space-150) 0; background-position:50% 50%; background-repeat:no-repeat; background-size:cover;}

.worry-head {display:flex; flex-direction:column; align-items:center; gap:var(--space-30); padding-bottom:var(--space-60); text-align:center; position:relative;}
.worry-tit {font-size:var(--font-size-48); font-weight:600; line-height:1.42em; letter-spacing:-.03em; color:var(--color-bk); font-family:"Paperlogy", sans-serif;}
.worry-em {position:relative; display:inline-block; font-style:normal; color:var(--color-primary); font-weight:600;}
.worry-em::before,
.worry-em::after {content:""; position:absolute; bottom:calc(100% + 2px); width:10px; height:10px; border-radius:50%; background:var(--color-primary);}
.worry-em::before {left:0.45em; transform:translateX(-50%);}
.worry-em::after {left:calc(100% - 0.4em); transform:translateX(-50%);}
.worry-sub {letter-spacing:-.02em; color:#686868;}
.worry-track {grid-template-columns:repeat(5, 1fr); display:grid; gap:var(--space-30); width:100%;}
.worry-card {padding:var(--space-30) var(--space-30) var(--space-50); border:1px solid #ddd; border-radius:24px; display:flex; flex-direction:column; align-items:flex-start; box-sizing:border-box; transition:border-color .2s ease,border-width .2s ease,padding .2s ease;}
.worry-card:hover {border-width:2px; border-color:var(--color-primary); padding:calc(var(--space-30) - 1px) calc(var(--space-30) - 1px) calc(var(--space-50) - 1px);}
.worry-num {font-weight:700; line-height:1.5; letter-spacing:-.02em; color:var(--color-primary);}
.worry-ico {margin-top:10px; width:56px; aspect-ratio:1/1; border-radius:16px; background:rgba(0,22,137,.03); display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:background-color .2s ease;}
.worry-card:hover .worry-ico {background:var(--color-primary);}
.worry-ico > img {display:block; max-width:32px; max-height:32px; width:auto; height:auto; object-fit:contain;}
.worry-ico-in {position:relative; display:flex; width:32px; height:32px; align-items:center; justify-content:center;}
.worry-ico-in img {display:block; max-width:100%; max-height:100%; object-fit:contain; transition:filter .2s ease;}
.worry-card:hover .worry-ico-in img {filter:brightness(0) invert(1);}
.worry-body {display:flex; flex-direction:column; gap:10px; margin-top:var(--space-30); width:100%;}
.worry-lead {font-size:var(--font-size-18); font-weight:600; line-height:1.3em; letter-spacing:-.02em; color:var(--color-bk); transition:color .2s ease;}
.worry-lead .worry-k {color:var(--color-primary);}
.worry-lead .worry-dot {font-weight:400; color:var(--color-primary);}
.worry-card:hover .worry-lead,
.worry-card:hover .worry-lead .worry-k,
.worry-card:hover .worry-lead .worry-dot {color:var(--color-primary);}
.worry-desc {font-size:var(--font-size-14); font-weight:400; line-height:1.7em; letter-spacing:-.02em; color:#686868;}

.main-sec3 {background-image:url('/images/main/sec3bg.jpg'); text-align:center;}
.svc-head {display:flex; flex-direction:column; align-items:center; gap:var(--space-30); padding-bottom:var(--space-60);}
.svc-tit {font-family:"Paperlogy", sans-serif; font-size:var(--font-size-48); font-weight:600; line-height:1.42em; letter-spacing:-0.03em; color:#242424;}
.svc-em {font-style:normal; font-weight:600; color:var(--color-primary);}

.svc-lead {width:100%; line-height:1.5; letter-spacing:-0.02em; color:#686868;}
.svc-track {grid-template-columns:repeat(4, 1fr); display:grid; gap:var(--space-60); justify-content:flex-start; align-items:flex-start; width:100%; text-align:center;}
.svc-track.ty2 {grid-template-columns:repeat(3, 1fr);}
.svc-track.ty2 .svc-ico {margin:0 0 10px;}
.svc-track.ty2 .svc-step {font-family:"Cormorant Garamond", serif;}

.svc-item {display:flex; flex-direction:column; align-items:center; gap:var(--space-40);}
.svc-orb {width:204px; aspect-ratio:1 / 1; position:relative; flex-shrink:0;}
.svc-orb-out {position:absolute; inset:0; display:block; border-radius:50%; overflow:hidden;}
.svc-orb-out img {display:block; width:100%; height:100%; object-fit:cover;}
.svc-orb-ring {width:184px; aspect-ratio:1 / 1; position:absolute; left:10px; top:10px; display:block; pointer-events:none;}
.svc-orb-ring img {display:block; width:100%; height:100%; object-fit:contain;}
.svc-orb-core {position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); display:flex; flex-direction:column; align-items:center; text-align:center;}
.svc-step {font-weight:700; line-height:1.5em; letter-spacing:-0.02em; color:#fff;}
.svc-ico {margin-top:8px; display:flex; width:64px; aspect-ratio:1 / 1; align-items:center; justify-content:center;}
.svc-ico img {display:block; max-width:100%; max-height:100%; width:auto; height:auto; object-fit:contain;}
.svc-name {margin-bottom:var(--space-20); font-size:var(--font-size-24); font-weight:600; line-height:normal; letter-spacing:-0.02em; color:#242424;}
.svc-desc {line-height:1.625em; letter-spacing:-0.02em; color:#454545;}

.prog-ctrl {position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); border:0;}
.prog-head {display:flex; flex-direction:column; align-items:center; gap:var(--space-30); padding-bottom:var(--space-60); text-align:center;}
.prog-en {font-family:"Cormorant Garamond", Georgia, serif; font-size:var(--font-size-60); font-weight:700; line-height:1.13; letter-spacing:0; color:#242424;}
.prog-sum {line-height:1.5em; letter-spacing:-.02em; color:#686868;}
.prog-body {display:flex; gap:var(--space-40); align-items:center; justify-content:center;}
.prog-tabs {flex:0 1 470px; width:100%; max-width:470px; display:flex; flex-direction:column; align-items:stretch;}
.prog-tab {display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:105px; padding:var(--space-25) var(--space-30); box-sizing:border-box; border-bottom:1px solid rgba(221,221,221,.4); cursor:pointer;}
.prog-tab-txt {font-size:var(--font-size-24); font-weight:700; line-height:1.3em; letter-spacing:-.02em; color:#bebebe; transition:color .2s ease;}
.prog-tab-ico {flex-shrink:0; width:32px; height:32px; position:relative; overflow:hidden;}
.prog-tab-ico::before {content:""; position:absolute; left:50%; top:50%; width:2px; height:16px; margin:-8px 0 0 -1px; background:var(--color-primary); opacity:0; transition:opacity .2s ease;}
.prog-tab-ico::after {content:""; position:absolute; left:50%; top:50%; width:16px; height:2px; margin:-1px 0 0 -8px; background:#bebebe; transition:background-color .2s ease;}
/* .prog-tab:hover .prog-tab-txt {color:#242424;}
.prog-tab:hover .prog-tab-ico::after {background:var(--color-primary);}
.prog-tab:hover .prog-tab-ico::before {opacity:1;} */
#prog-ctrl-0:checked ~ .prog-tabs .prog-tab:nth-child(1) .prog-tab-txt,
#prog-ctrl-1:checked ~ .prog-tabs .prog-tab:nth-child(2) .prog-tab-txt,
#prog-ctrl-2:checked ~ .prog-tabs .prog-tab:nth-child(3) .prog-tab-txt,
#prog-ctrl-3:checked ~ .prog-tabs .prog-tab:nth-child(4) .prog-tab-txt,
#prog-ctrl-4:checked ~ .prog-tabs .prog-tab:nth-child(5) .prog-tab-txt {color:#001689;}
#prog-ctrl-0:checked ~ .prog-tabs .prog-tab:nth-child(1) .prog-tab-ico::after,
#prog-ctrl-1:checked ~ .prog-tabs .prog-tab:nth-child(2) .prog-tab-ico::after,
#prog-ctrl-2:checked ~ .prog-tabs .prog-tab:nth-child(3) .prog-tab-ico::after,
#prog-ctrl-3:checked ~ .prog-tabs .prog-tab:nth-child(4) .prog-tab-ico::after,
#prog-ctrl-4:checked ~ .prog-tabs .prog-tab:nth-child(5) .prog-tab-ico::after {background:#001689;}
#prog-ctrl-0:checked ~ .prog-tabs .prog-tab:nth-child(1) .prog-tab-ico::before,
#prog-ctrl-1:checked ~ .prog-tabs .prog-tab:nth-child(2) .prog-tab-ico::before,
#prog-ctrl-2:checked ~ .prog-tabs .prog-tab:nth-child(3) .prog-tab-ico::before,
#prog-ctrl-3:checked ~ .prog-tabs .prog-tab:nth-child(4) .prog-tab-ico::before,
#prog-ctrl-4:checked ~ .prog-tabs .prog-tab:nth-child(5) .prog-tab-ico::before {opacity:1;}

.prog-view {flex:0 1 850px; width:100%; max-width:850px; position:relative; min-height:200px;}
.prog-card {display:none;}
.prog-shot {border-radius:32px; overflow:hidden;}
.prog-cap {position:absolute; left:0; bottom:0; width:min(660px, 100%); box-sizing:border-box; border-radius:32px 32px 0 32px; background:rgba(0,0,0,.3); /* backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);  */min-height:176px;}
.prog-cap-txtwrap {max-width:572px; padding:var(--space-40); box-sizing:border-box; display:flex; flex-direction:column; gap:16px; color:#fff;}
.prog-cap-tit {font-size:var(--font-size-20); font-weight:700; line-height:1.2em; letter-spacing:-.02em;}
.prog-cap-desc {line-height:1.75em; letter-spacing:-.03em;}
.prog-more {position:absolute; right:var(--space-30); bottom:var(--space-40); display:flex; min-width:60px; height:36px; align-items:center; justify-content:center; padding:0 10px; box-sizing:border-box; border-radius:60px; background:rgba(255,255,255,.2); transition:background .2s;}
.prog-more:hover {background:#001689;}
.prog-more-in {display:flex; width:24px; height:24px; align-items:center; justify-content:center;}
.prog-more-in img {display:block; width:24px; height:24px;}
#prog-ctrl-0:checked ~ .prog-view .prog-card:nth-child(1),
#prog-ctrl-1:checked ~ .prog-view .prog-card:nth-child(2),
#prog-ctrl-2:checked ~ .prog-view .prog-card:nth-child(3),
#prog-ctrl-3:checked ~ .prog-view .prog-card:nth-child(4),
#prog-ctrl-4:checked ~ .prog-view .prog-card:nth-child(5) {display:block;}

.main-sec5 {background-image:url('/images/main/sec5bg.jpg');}
.main-sec5 .contain {position:relative; z-index:1;}
.loc-ctrl {position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); border:0;}
.loc-head {display:flex; flex-direction:column; align-items:center; gap:var(--space-30); padding-bottom:var(--space-60); text-align:center;}
.loc-tit {font-family:"Cormorant Garamond", Georgia, serif; font-size:var(--font-size-60); font-weight:700; line-height:1.13; letter-spacing:0; color:#242424;}
.loc-lead {line-height:1.5em; letter-spacing:-.02em; color:#686868;}
.loc-tabs {display:flex; gap:8px; align-items:flex-end; width:100%; max-width:900px;}
.loc-tab {flex:0 0 130px; display:flex; align-items:center; justify-content:center; box-sizing:border-box; min-height:48px; padding:0 8px; border-radius:16px 16px 0 0; cursor:pointer; background:transparent; color:#bebebe; font-size:18px; font-weight:600; line-height:1.5em; letter-spacing:-.02em; text-align:center;}
.loc-tab.active {background:var(--color-primary); color:#fff;}
.loc-view {position:relative; width:100%;}
.loc-card {border-radius:0 80px 80px 80px; display:none; flex-direction:row; flex-wrap:wrap; align-items:stretch; width:100%; margin:0; overflow:hidden;}
#sub .loc-card {display: flex;}
.loc-shot {position:relative; flex:1 1 900px; max-width:900px; width:100%; aspect-ratio:900/625;}
.loc-shot::after {content:""; position:absolute; inset:0; background:rgba(0, 0, 0, 0.05); pointer-events:none; border-radius:inherit; z-index:1;}
.loc-shot .loc-shot-for {position:absolute; left:0; top:0; width:100%; height:100%;}
.loc-shot .loc-shot-for:not(.slick-initialized) .loc-shot-slide:only-child {position:absolute; left:0; top:0; width:100%; height:100%;}
.loc-shot .slick-list {position:absolute; left:0; top:0; width:100%; height:100%; margin:0;}
.loc-shot .slick-track {height:100%;}
.loc-shot .slick-slide {height:100%; margin:0;}
.loc-shot .slick-slide > div {height:100%;}
.loc-shot .loc-shot-for .thumb {position:relative; padding-bottom:80%; overflow:hidden;}
.loc-shot .loc-shot-for .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;}

.loc-arw {left:var(--space-50); right:var(--space-50); position:absolute; top:50%; transform:translateY(-50%); display:flex; align-items:center; justify-content:space-between; pointer-events:none; z-index:2;}
.loc-arw-btn {display:flex; align-items:center; justify-content:center; flex-shrink:0; padding:0; border:0; background:transparent; cursor:pointer; pointer-events:auto;}
.loc-arw-btn img {display:block; width:15px; height:auto;}
.loc-arw-prev img {transform:rotate(180deg) scaleY(-1);}
.loc-side {flex:1; background:#fff; padding:75px 0;}
.loc-side-in {max-width:500px; margin:0 auto; padding:0 var(--space-60); box-sizing:border-box;}
.loc-name {font-size:var(--font-size-32); font-weight:700; line-height:1.25em; letter-spacing:-.02em; color:#242424;}
.loc-bar {display:block; width:40px; height:3px; margin-top:var(--space-40); background:var(--color-primary);}
.loc-rows {margin-top:var(--space-40); display:flex; flex-direction:column;}
.loc-row {display:flex; flex-direction:column; gap:4px; padding-bottom:var(--space-20);}
.loc-row-last {padding-bottom:0;}
.loc-k {font-size:var(--font-size-18); font-weight:600; line-height:1.4em; letter-spacing:-.03em; color:#242424;}
.loc-v {font-weight:400; line-height:1.875em; letter-spacing:-.03em; color:#454545;}
.loc-note {color:#001689;}
.loc-sns {display:flex; flex-wrap:wrap; gap:10px; align-items:center;}

/* loc-card 표시는 js/script.js switchLocTab() 에서 jQuery로 처리 */

.m-tit {margin-bottom:var(--space-50); text-align:center;}
.m-tit h2 {font-size:var(--font-size-60); font-family:"Cormorant Garamond", serif; letter-spacing:-0.03em; line-height:1.13em; color:#242424;}
.m-tit p {margin-top:var(--space-30); color:#686868; line-height:1.5em;}

.main-sec6 .m-tit {margin-bottom:0;}
.review-list {margin:0 -15px;}
.review-item {padding:60px 15px 10px;}
.review-item a {position:relative; background:#FFF; box-shadow:0 0 16px 0 rgba(0, 0, 0, 0.12); padding:var(--space-60) var(--space-30) var(--space-30); background-color:#fff; border-radius:24px; text-align:center; display:block;}
.review-item a:before {width:72px; height:72px; top:-36px; position:absolute; content:''; left:50%; transform:translateX(-50%); background-image:url(/images/main/review-symbol.png); background-size:contain; background-repeat:no-repeat; background-position:50% 50%;}
.review-item .tit {margin-bottom:var(--space-15); font-size:var(--font-size-20); font-weight:600; color:#242424; line-height:1.5em; height:3em; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; text-overflow:ellipsis; overflow:hidden;}
.review-item .cont {line-height:1.6em; height:6.4em; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; word-wrap:break-word; text-overflow:ellipsis; overflow:hidden;}
.review-item .info {padding-top:var(--space-25); margin-top:var(--space-20); border-top:1px solid #ddd; display:flex; align-items:center; justify-content:center;}
.review-item .name {padding-right:20px; position:relative;}
.review-item .name:after {content:''; position:absolute; right:10px; top:50%; transform:translateY(-50%); width:1px; height:16px; background:#ddd;}
.main-sec6 .slick-dots {position:absolute; bottom:-60px; left:0; width:100%; text-align:center; line-height:0;}
.main-sec6 .slick-dots li {padding:0 5px; position:relative; display:inline-block; border:0; background:transparent;}
.main-sec6 .slick-dots li button {position:relative; width:12px; height:12px; border-radius:10px; font-size:0; border:0; background:rgba(110, 100, 89, 0.4); text-indent:-9999px;}
.main-sec6 .slick-dots li.slick-active button {width:24px; background:#6E6459;}
.star {display:flex; gap:4px;}
.star-item {width:16px; height:16px; background-image:url('/images/bbs/star-empty.svg'); background-size:contain; background-repeat:no-repeat; background-position:center;}
.star-item.on {background-image:url('/images/bbs/star-filled.svg');}

.main-sec7 {background-image:url('/images/main/sec7bg.jpg');}
.cns-head {margin:0 auto var(--space-60); text-align:center; color:#fff;}
.cns-tit {font-family:"Cormorant Garamond", Georgia, serif; font-size:var(--font-size-60); font-weight:700; line-height:1.13; letter-spacing:-0.03em;}
.cns-lead {margin:var(--space-25) 0 0; font-weight:400; line-height:1.5em; letter-spacing:-0.03em; color:rgba(255,255,255,0.95);}
.cns-form {display:flex; flex-direction:column; gap:var(--space-30); padding:var(--space-60); border-radius:40px; background:rgba(255,255,255,0.98); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);}
.cns-row {width:100%;}
.cns-row-2 {display:flex; flex-wrap:wrap; gap:var(--space-30); align-items:stretch;}
.cns-row-2 .cns-cell {flex:1 1 280px;}
.cns-line {display:flex; align-items:center; width:100%; min-height:66px; box-sizing:border-box; border-bottom:1px solid #ddd;}
.cns-line-time .cns-val {padding:var(--space-20) var(--space-100) var(--space-20) 0;}
.cns-lab {flex:0 0 130px; max-width:130px; box-sizing:border-box; font-size:var(--font-size-18); font-weight:600; line-height:1.4em; letter-spacing:-0.02em; color:var(--color-bk);}
.cns-req {color:var(--color-primary); font-weight:600; text-decoration:none;}
.cns-val {flex:1; min-width:0; display:flex; align-items:center;}
.cns-val-date {position:relative;}
.cns-val-date .cns-inp {padding-right:44px; background-color:unset;}
/* .cns-date-ico {position:absolute; right:12px; top:50%; transform:translateY(-50%); width:20px; height:20px; pointer-events:none;}
.cns-date-ico img {display:block; width:100%; height:auto;} */
.cns-val-sel {position:relative;}
.cns-val-sel::after {width:14px; height:8px; content:""; position:absolute; right:14px; top:50%; transform:translateY(-50%); background:url("/images/main/select-arr.svg") 50% 50% no-repeat; background-size:contain; pointer-events:none;}
.cns-inp {width:100%; height:66px; padding:10px 20px; border:0; background:transparent; font-weight:400; line-height:1.625em; letter-spacing:-0.02em; color:var(--color-bk); outline:none;}
.cns-sel {width:100%; height:66px; padding:10px 48px 10px 20px; border:0; background:transparent; font-weight:400; line-height:1.625em; letter-spacing:-0.02em; color:var(--color-bk); outline:none; cursor:pointer; appearance:none; -webkit-appearance:none;}
.cns-sel option {color:var(--color-bk);}
.cns-ta {width:100%; min-height:66px; padding:20px; border:0; background:transparent; font-weight:400; line-height:1.625em; letter-spacing:-0.02em; color:var(--color-bk); outline:none; resize:vertical;}
.cns-sr {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;}
.cns-chips {display:flex; flex-wrap:wrap; gap:var(--space-20) var(--space-30); align-items:center;}
.cns-chip {position:relative; display:inline-flex; align-items:center; min-height:26px; padding-left:28px; font-weight:500; line-height:1.125em; color:var(--color-bk); cursor:pointer;}
.cns-chip-rad::before {content:""; position:absolute; left:0; top:50%; width:18px; height:18px; margin-top:-9px; background:url("/images/sub/cf-rd-off.svg") 50% 50% no-repeat; background-size:contain;}
.cns-sr:checked + .cns-chip-rad::before {background-image:url("/images/sub/cf-rd-on.svg");}
.cns-chip-chk::before {content:""; position:absolute; left:0; top:50%; width:18px; height:18px; margin-top:-9px; box-sizing:border-box; border:1px solid #ddd; border-radius:2px; background:transparent;}
.cns-sr:checked + .cns-chip-chk::before {border:0; background:url("/images/sub/cf-chk-on.svg") 50% 50% no-repeat; background-size:contain;}
.cns-time-note {display:inline; margin-left:4px; font-size:var(--font-size-14); font-weight:400; line-height:1.2em; color:#686868;}
.cns-time-rows {display:flex; flex-direction:column; gap:var(--space-20); width:100%;}
.cns-foot {display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:20px; width:100%;}
.cns-agree {display:flex; flex-wrap:wrap; align-items:center; gap:10px;}
.cns-agree-lab {position:relative; display:inline-flex; align-items:center; min-height:18px; padding-left:28px; font-weight:400; line-height:1.125em; letter-spacing:-0.06em; color:#868686; cursor:pointer;}
.cns-agree-lab::before {content:""; position:absolute; left:0; top:50%; width:18px; height:18px; margin-top:-9px; box-sizing:border-box; border:1px solid #ddd; border-radius:2px; background:transparent;}
#p_chk:checked + .cns-agree-lab::before {border:0; background:url("/images/sub/cf-chk-on.svg") 50% 50% no-repeat; background-size:contain;}
.cns-agree-more {display:inline-flex; align-items:center; justify-content:center; box-sizing:border-box; min-height:18px; padding:2px 10px; border:1px solid #ddd; border-radius:2px; font-size:10px; font-weight:400; line-height:normal; letter-spacing:-0.06em; color:#868686; text-decoration:none;}
.cns-submit {flex-shrink:0; width:200px; max-width:100%; height:54px; padding:10px; border:0; border-radius:60px; background:var(--color-primary); font-weight:500; line-height:1.875em; letter-spacing:-0.02em; color:#fff; cursor:pointer;}
.cns-submit:hover {background-color: #000B44;}

.cns-sel:invalid {color:#bebebe;}
.cns-inp::placeholder {color:#bebebe;}
.cns-ta::placeholder {color:#bebebe;}

/* sub page */
.sub-visual {position:relative; height:100vh; color:#fff; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .contain {display:flex; height:100%; align-items:center;}
.sub-visual .wrap {margin-top:var(--space-70); display:flex; align-items:flex-end; width:100%; gap:clamp(16px, calc(40 / var(--inner) * 100vw), 40px);}
.sub-visual .txt-wrap {flex:1;}
.sub-visual .sv-path {flex-shrink:0;}
.sub-visual .sv-path .inner {flex-wrap:wrap;}
.sub-visual .txt0 {color:rgba(255, 255, 255, 0.60); font-family:Montserrat, sans-serif; font-weight:600; line-height:1.5em; letter-spacing:0.02em;}
.sub-visual .txt1 {margin:var(--space-20) 0 var(--space-30); font-size:clamp(22px, calc( 72 / var(--inner) * 100vw ), 72px); font-weight:700; line-height:1.11em; letter-spacing:-.02em;}
.sub-visual .txt2 {font-size:var(--font-size-18); line-height:1.44em; letter-spacing:0.02em;}

.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 [data-aos=fade-up] {transform:translate3d(0,30px,0);}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.sub-visual .sv-hero-wrap {flex-direction:column; align-items:center; justify-content:center; margin-top:0; text-align:center;}
.sub-visual .sv-hero {display:flex; flex-direction:column; align-items:center; gap:clamp(24px, calc(40 / var(--inner) * 100vw), 40px); width:100%; max-width:1400px;}
.sub-visual .sv-hero-row {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:clamp(20px, calc(60 / var(--inner) * 100vw), 60px); width:100%;}
.sub-visual .sv-hero-tit {color:#fff; font-family:"Cormorant Garamond", serif; font-size:clamp(36px, calc(80 / var(--inner) * 100vw), 80px); font-weight:700; line-height:1.2em; letter-spacing:0; text-align:center;}

.sub-visual .sv-hero-line {flex-shrink:0; width:clamp(80px, calc(160 / var(--inner) * 100vw), 160px); height:2px; background:rgba(255, 255, 255, 0.40);}
.sub-visual .sv-hero-sub {width:100%; color:#fff; text-align:center;}
.sub-visual .sv-hero-lead {font-size:clamp(18px, calc(24 / var(--inner) * 100vw), 24px); font-weight:500; line-height:1.58em; letter-spacing:0;}
.sub-visual .sv-hero-desc {font-size:clamp(16px, calc(20 / var(--inner) * 100vw), 20px); font-weight:400; line-height:1.58em; letter-spacing:0;}

.sub-title {padding:var(--space-120) 0 var(--space-80); text-align:center;}
.sub-title .tit {font-size:var(--font-size-40); letter-spacing:-.03em; line-height:1.1em; color:var(--color-bk); font-weight:600;}

#contArea {width:100%; max-width:1460px; margin:0 auto; padding:0 var(--contain-padding);}
#contArea.wide {max-width:none; padding:0;}

.real-cont {padding-bottom:var(--space-120);}

/* footer */
#footer {padding:var(--space-60) 0; border-top:1px solid #ddd;}
.ft-bar {display:flex; flex-wrap:wrap; gap:20px; align-items:center;}
.ft-body {display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between; gap:var(--space-20); flex:1; min-width:0;}
.ft-info {display:flex; flex-direction:column; gap:var(--space-30); flex:1; min-width:0;}
.ft-co {font-weight:600; line-height:normal; letter-spacing:-0.03em; color:#454545;}
.ft-line {display:flex; flex-wrap:wrap; gap:10px var(--space-40); align-items:center;}
.ft-pair {display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin:0;}
.ft-k {font-weight:600; line-height:normal; letter-spacing:-0.03em; color:#454545;}
.ft-v {font-weight:400; line-height:normal; letter-spacing:-0.03em; color:rgba(69,69,69,0.6);}
.ft-v a {color:inherit; text-decoration:none;}
.ft-v a:hover {text-decoration:underline;}
.ft-copy {font-weight:300; line-height:normal; letter-spacing:-0.03em; color:rgba(134,134,134,0.5);}
.ft-copy-txt {font-weight:300;}
.ft-by {font-size:12px; font-weight:300; color:inherit; text-decoration:none;}
.ft-by:hover {text-decoration:underline;}
.ft-side {display:flex; gap:var(--space-30); align-items:center; justify-content:flex-end; box-sizing:border-box;}
.ft-side a {font-weight:400; line-height:normal; letter-spacing:-0.03em; color:#868686; text-decoration:none;}
.ft-side a:hover {text-decoration:underline;}

.quick {position:fixed; bottom:var(--space-50); right:var(--space-20); display:grid; gap:10px; z-index:100;}
.go-top {display:inline-flex; align-items:center; gap:var(--space-10); color:var(--color-primary); font-weight:500;}