/* font */
.sangbleu {font-family:"sangbleuogsans";}
.font-14-m {font-size: 14px; font-weight: 500; line-height:21px;}
.font-16-m {font-size: 16px; font-weight: 500; line-height:24px;}
.font-16-r {font-size: 16px; font-weight: 400; line-height:24px;}
.font-18-r {font-size: 18px; font-weight: 400; line-height:27px;}
.font-18-m {font-size: 18px; font-weight: 500; line-height:27px;}
.font-18-b {font-size: 18px; font-weight: 700; line-height:27px;}
.font-20-n {font-size: 20px; font-weight: 400; line-height:28px;}
.font-22-b {font-size: 22px; font-weight: 700; line-height:33px;}
.font-22-m {font-size: 22px; font-weight: 500; line-height:33px;}
.font-24-n {font-size: 24px; font-weight: 400; line-height:34px;}
.font-24-m {font-size: 24px; font-weight: 500; line-height:34px;}
.font-36-b {font-size: 36px; font-weight: 700; line-height:42px;}
.font-44-m {font-size: 44px; font-weight: 500; line-height:66px;}
.font-48-b {font-size: 48px; font-weight: 700; line-height:58px;}
.font-56-b {font-size: 56px; font-weight: 700; line-height:84px;}

@media (max-width: 1080px) {
    .font-16-m {font-size: 14px; font-weight: 500; line-height:21px;}
	.font-16-r {font-size: 14px; font-weight: 400; line-height:21px;}
	.font-18-r {font-size: 16px; font-weight: 400; line-height:24px;}
	.font-18-m {font-size: 16px; font-weight: 500; line-height:24px;}
	.font-18-b {font-size: 16px; font-weight: 700; line-height:24px;}
	.font-22-b {font-size: 18px; font-weight: 700; line-height:27px;}
	.font-22-m {font-size: 18px; font-weight: 500; line-height:27px;}
    .font-24-n {font-size: 16px;line-height:1.2;}
	.font-24-m {font-size: 16px; font-weight: 500; line-height:27px;}
    .font-36-b {font-size: 16px;line-height:1.2;}
	.font-44-m {font-size: 32px; font-weight: 500; line-height:48px;}
	.font-48-b {font-size: 32px; font-weight: 700; line-height:48px;}
	.font-56-b {font-size: 44px; font-weight: 700; line-height:57px;}
	.section {padding:100px 0;}
}


.top-area {display:none;}

/* 메인 비주얼 */
.visual-section {position:relative;height:calc(100dvh - 80px);min-height:calc(100dvh - 80px);overflow:hidden;display:flex;align-items:center;justify-content:center;background:url('/images/black/black_visual.jpg') no-repeat center top / cover;}
.visual-video {display:block;position:absolute;inset:0;z-index:0;overflow:hidden;}
.visual-video iframe {position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-width:177.78vh;min-height:100%;transform:translate(-50%,-50%);pointer-events:none;}
.visual-section::before {content:"";position:absolute;inset:0;background:rgba(0,0,0,.35);z-index:1;}
.visual-text {position:relative;z-index:10;text-align:center;color:#fff;}
.visual-text p {margin-bottom:18px;opacity:.9;letter-spacing:.08em;}
.visual-text h2 {color:#fff;font-size:clamp(52px,6vw,100px);line-height:1.1;font-weight:500;}
.quick-menu {z-index:20;}

@media (max-width:1080px) {
	.visual-section {min-height:100vh;height: calc(100dvh - 80px);background-image:url('/images/black/m/black_visual.jpg');padding:0 20px;}
	.visual-text p {font-size:13px;line-height:1.6;margin-bottom:12px;}
	.visual-text h2 {font-size:42px;}
}


/* 지점용 메인 비주얼 */
.slide-section {position:relative;height:100vh;min-height:720px;overflow:hidden;}
.slide-section .swiper-wrapper,.slide-section .swiper-slide {height:100%;}
.slide-section .swiper-slide {position:relative;background:var(--pc-bg) no-repeat center/cover;overflow:hidden;}
.slide-section .main-slide--content {position:absolute;top:50%;right:18%;transform:translateY(-50%);text-align:center;color:#3F3F3E;}
.slide-section .main-slide--logo {display:flex;align-items:center;justify-content:center;width:392px;max-width:100%;height:110px;margin:0 auto 34px;}
.slide-section .main-slide--logo img {display:block;width:auto;height:auto;max-width:100%;max-height:100%;margin:0;object-fit:contain;}
.slide-section .main-slide--title--empty {visibility:hidden;}
.slide-section .main-slide--title {margin:0;font-size:48px;font-weight:600;line-height:1.25;}
.slide-section .main-slide--line {display:block;width:1px;height:96px;margin:40px auto;background:rgba(0,0,0,.5);}
.slide-section .main-slide--subtitle {margin:0;font-size:28px;font-weight:400;line-height:1.45;}
.slide-section .main-slide--subtitle strong {display:inline-block;font-weight:700;}

@media (max-width:1080px) {
	.slide-section {height:calc(100svh - 80px);min-height:760px;}
	.slide-section .swiper-slide {background-image:var(--mo-bg);background-position:center top;}
	.slide-section .main-slide--content {top:15%;left:50%;right:auto;transform:translateX(-50%);width:calc(100% - 40px);}
	.slide-section .main-slide--logo {width:200px;max-width:60%;height:70px;margin:0 auto 20px;}
	.slide-section .main-slide--title {font-size:30px;}
	.slide-section .main-slide--title img {width:200px;max-width:60%;margin:0 auto}
	.slide-section .main-slide--line {height:39px;margin:20px auto;}
	.slide-section .main-slide--subtitle {font-size:20px;}
}


/* 퀵바 */
.quick-menu {position:fixed;right:60px;bottom:110px;z-index:100;display:flex;flex-direction:column;align-items:flex-end;gap:14px;}
.quick-menu-list {display:flex;flex-direction:column;gap:12px;opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition:.35s ease;}
.quick-menu.is-collapsed .quick-menu-list {opacity:0;visibility:hidden;transform:translateY(20px);pointer-events:none;}
.quick-item {position:relative;width:46px;height:46px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgba(0,0,0,.18);transition:.35s ease;}
.quick-item img {position:relative;z-index:2;width:20px;height:20px;object-fit:contain;}
.quick-label {position:absolute;right:0;top:0;width:46px;height:46px;border-radius:999px;background:#111;color:#fff;display:flex;align-items:center;padding:0 80px 0 28px;font-size:18px;font-weight:600;white-space:nowrap;overflow:hidden;opacity:0;transition:.35s ease;box-sizing:border-box;z-index:1;box-shadow: 0 2px 2px 0 #626262 inset;}
.quick-item:hover {background:#111;}
.quick-item:hover img {filter:brightness(0) invert(1);}
.quick-item:hover .quick-label {width:155px;opacity:1;}
.quick-toggle {width:46px;height:46px;border-radius:50%;border:0;background:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.2);position:relative;}
.quick-toggle span {position:absolute;width:25px;height:2px;border-radius:4px;background:#fff;animation:none;opacity:1;}
.quick-toggle span:nth-child(1) {transform:rotate(45deg);}
.quick-toggle span:nth-child(2) {opacity:0;}
.quick-toggle span:nth-child(3) {transform:rotate(-45deg);}
.quick-menu.is-collapsed .quick-toggle {gap:6px;}
.quick-menu.is-collapsed .quick-toggle span {position:static;width:8px;height:8px;border-radius:50%;background:#fff;animation:quickDot 1.2s infinite ease-in-out;transform:none;opacity:1;}
.quick-menu.is-collapsed .quick-toggle span:nth-child(2) {animation-delay:.2s;}
.quick-menu.is-collapsed .quick-toggle span:nth-child(3) {animation-delay:.4s;}
@keyframes quickDot{0%,80%,100%{transform:scale(.6);opacity:.4;}40%{transform:scale(1.2);opacity:1;}}

@media (max-width:1080px) {
    body:has(.counselor-wrap) .quick-menu {bottom: 135px !important;}
    .quick-menu {position:fixed;right:20px;bottom:80px !important;z-index:29;gap:10px;}
    .quick-menu-list {gap:10px;align-items:flex-end;}
    .quick-item {width:46px;height:46px;border-radius:50%;background:#fff;padding:0;justify-content:center;}
    .quick-item img {width:19px;height:19px;filter:none;}
    .quick-label {position:absolute;right:0;top:0;width:46px;height:46px;border-radius:999px;background:#111;color:#fff;display:flex;align-items:center;padding:0 70px 0 24px;font-size:17px;font-weight:700;white-space:nowrap;overflow:hidden;opacity:0;transition:.35s ease;box-sizing:border-box;z-index:1;}
    .quick-item.is-active {background:#111;}
    .quick-item.is-active img {filter:brightness(0) invert(1);}
    .quick-item.is-active .quick-label {width:145px;opacity:1;}
    .quick-toggle {width:46px;height:46px;}
    .quick-toggle span {width:20px;height:3px;}
    .quick-menu.is-collapsed .quick-toggle span {width:7px;height:7px;}
}

@media (max-width:480px) {
    .quick-menu {right:16px;bottom:24px;}
    .quick-item:hover .quick-label {width:140px;}
    .quick-item,.quick-toggle {width:38px;height:38px;}
    .quick-item img {width:18px;height:18px;}
    .quick-label {width:38px;height:38px;padding:0 64px 0 22px;font-size:16px;}
    .quick-item.is-active .quick-label {width:145px;}
}


/* 지점용 퀵메뉴 */
.quick-menu--branch .quick-label,
html.is-branch-page .quick-menu .quick-label {box-shadow:none;}
.quick-menu--branch .quick-item,
html.is-branch-page .quick-menu .quick-item {background:#f9f9f9; box-shadow:none; border:1px solid #d4d4d4;}
.quick-menu--branch .quick-item:hover .quick-label,
html.is-branch-page .quick-menu .quick-item:hover .quick-label {background:#86755a; box-shadow:0 10px 30px rgba(0,0,0,.2);}
.quick-menu--branch .quick-toggle,
html.is-branch-page .quick-menu .quick-toggle {background:#86755A; box-shadow:none;}
.quick-menu.quick-menu--branch .quick-item[data-menu="제휴문의"],
html.is-branch-page .quick-menu .quick-item[data-menu="제휴문의"] {display:none;}
html.is-branch-page .quick-menu .quick-item img {opacity:0;}
html.is-branch-page .quick-menu .quick-item::after {content:""; position:absolute; z-index:2; left:50%; top:50%; width:20px; height:20px; background-repeat:no-repeat; background-position:center; background-size:contain; transform:translate(-50%,-50%);}
html.is-branch-page .quick-menu .quick-item[data-menu="전화문의"]::after {background-image:url('/images/black/branch_ico_call.svg');}
html.is-branch-page .quick-menu .quick-item[data-menu="카톡상담"]::after {background-image:url('/images/black/branch_ico_kakao.svg');}
html.is-branch-page .quick-menu .quick-item[data-menu="네이버예약"]::after {background-image:url('/images/black/branch_ico_naver.svg');}
html.is-branch-page .quick-menu .quick-item[data-menu="간편예약"]::after {background-image:url('/images/black/branch_ico_calendar.svg');}
html.is-branch-page .quick-menu .quick-item:hover::after,
html.is-branch-page .quick-menu .quick-item.is-active::after {filter:brightness(0) invert(1);}
@media (max-width:1080px) { 
	.quick-label {background: #f9f9f9;}
	.quick-item.is-active {background:#86755A;}
}

/* 더보기 버튼 */
.detail-btn {display: inline-flex;align-items: center;gap: 8px;display: flex;align-items: center;justify-content:center;width: 168px;height: 52px;margin: 50px auto 0;padding: 5px;border: 1px solid #000;border-radius: 999px;}
.detail-btn .arrow-mask {display: inline-block;width: 24px;   /* 시작 짧은 길이 */overflow: hidden;animation: arrowGrow 3s ease-in-out infinite;}
.detail-btn .arrow-mask img {display: block;width: 80px; /* 실제 긴 화살표 이미지 길이 맞게 수정 */max-width: none;}
@keyframes arrowGrow {
    0%, 20% {width: 24px;}50% {width: 80px;}80%, 100% {width: 24px;}
}

/* advisor */
.advisor-section {padding:310px 0px;background: url('/images/black/black_advisor_bg.jpg') center/cover no-repeat;}
.advisor-section .sub-inner {max-width:1440px;margin:0 auto;padding:0 20px;}
.advisor-cont {display:flex;align-items:center;}
.advisor-text {max-width:520px;color:#fff;}
.advisor-text .sub-tit {display:flex;flex-direction:column;gap:16px;text-align:center;padding-bottom:0;}
.advisor-text .sub-tit .small {color:#fff;opacity:.8;order:-1;}
.advisor-text h3 {color:#fff;line-height:1.1;}
.advisor-text .desc {margin:40px 0 60px;color:rgba(255,255,255,.8);}
.advisor-list {display:flex;flex-direction:column;gap:24px;}
.advisor-list li > div {display:flex;align-items:center;gap:16px; text-align: left;}
.advisor-list li .imgbox {width:46px;height:46px;border:1px #626262 solid;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:50%;filter: drop-shadow(0 3.4px 3.4px rgba(25, 25, 25, 0.50));}
.advisor-list li .imgbox img {width:24px;}
.advisor-list strong {display:block;font-size:30px;font-weight:500;font-family:"sangbleuogsans";color:#fff;line-height:1;}
.advisor-list span {display:block;margin-top:6px;font-size:16px;color:rgba(255,255,255,.75);}
.advisor-list li {opacity:1;}
/* .advisor-section.is-show li:nth-child(1) {opacity:1;transform:translateY(0);transition-delay:.1s;}
.advisor-section.is-show li:nth-child(2) {opacity:1;transform:translateY(0);transition-delay:.35s;}
.advisor-section.is-show li:nth-child(3) {opacity:1;transform:translateY(0);transition-delay:.6s;} */
@media (max-width:1080px) {
    .advisor-cont {justify-content:center;}
	.advisor-section {text-align:center; padding:100px 0 250px;background:#181818 url('/images/black/m/black_advisor_bg.png') no-repeat center bottom/ cover;}
    .advisor-text .sub-tit .small {text-align:center;}
    .advisor-list {width: fit-content;margin: 0 auto;}
}

/* package */
.package-section {padding:180px 0;background:#F8F8F8;}
.package-item {position:relative;display:flex;align-items:center;min-height:136px;padding:40px 54px;border-bottom:1px solid #d5d5d5;background:#F8F8F8;color:#222;overflow:hidden;transition:.4s ease;}
.package-item:first-child {border-top:1px solid #d5d5d5;}
.package-item .package-info {display:flex;align-items:center;}
.package-item .num {width:96px;font-size:24px;font-weight:700;color:#666;font-family:"sangbleuogsans";flex-shrink:0;}
.package-text {position:relative;z-index:2;}
.package-text strong {display:block;}
.package-text p {margin-top:8px;color:#666;}
.package-img {position:absolute;right:80px;bottom:0;opacity:0;visibility:hidden;transform:translateY(30px);transition:.4s ease;z-index:1;}
.package-img img {display:block;max-width:420px;height:auto;}
.package-item .arrow {position:absolute;right:42px;top:50%;width:34px;height:34px;border:1px solid #aaa;border-radius:50%;transform:translateY(-50%);transition:.3s ease;}
.package-item .arrow::after {content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-top:1px solid #999;border-right:1px solid #999;transform:translate(-60%,-50%) rotate(45deg);}
.package-item.active {background: var(--_hover_bg, linear-gradient(105deg, #F8F8F8 31.9%, #D4D4D4 110.13%));}
.package-item.active .package-img {opacity:1;visibility:visible;transform:translateY(0);}
.package-item.active .arrow {opacity:0;}
@media (max-width:1080px) {
    .package-section {padding:100px 0;}
    .package-item .num {font-size:12px;}
    .package-item {flex-direction: column;padding:16px;min-height: 120px;padding: 16px;}
    .package-item .package-info {display:flex;text-align:center;align-items:start;align-self: start;}    
    .package-item .package-info .package-text {text-align:left;}
    .package-item .package-info .package-text p {margin-top:4px;}
    .package-img {position:inherit;right:0;}
    .package-item .arrow {display:none;}
}

/* space */
.space-section {padding:180px 0;overflow:hidden;background:#EFEFEF;}
.space-swiper {overflow:visible;}
.space-swiper .swiper-slide {width:883px;height:589px;border-radius:24px;overflow:hidden;opacity:.25;transition:.4s ease;}
.space-swiper .swiper-slide img {width:100%;height:100%;object-fit:cover;display:block;}
.space-swiper .swiper-slide-active {opacity:1;}
.space-section .btn-wrap {margin-top:50px;text-align:center;}
@media (max-width:1080px) {
    .space-section {padding:100px 0;}
}

/* signature */
.signature-section {padding:180px 0;background:#181818;color:#fff;}
.signature-cont {display:flex;align-items:center;justify-content:space-between;gap:80px;}
.signature-title {width:38%;}
.signature-title h3 {color:#fff;line-height:1.15;}
.signature-title p {margin-top:24px;color:rgba(255,255,255,.75);}
.signature-title .more-btn {margin-top:46px;color:#fff;border-color:rgba(255,255,255,.8);}
.signature-list {display:flex;gap:28px;}
.signature-item {position:relative; display:block; width:303px; height:400px; border-radius:20px; overflow:hidden; border:2px solid transparent; background:  linear-gradient(#A08964,#A08964) padding-box,  linear-gradient(135deg,#A08964,#f8f8f8,#c4a97e) border-box; color:inherit; text-decoration:none; cursor:pointer;}
.signature-item:focus-visible {outline:2px solid #fff; outline-offset:4px;}
/* .signature-item {position:relative;width:303px;height:400px;border-radius:20px;overflow:hidden;border:2px solid transparent;background:linear-gradient(#181818,#181818) padding-box,linear-gradient(135deg,#181818,#f8f8f8,#1a1a1a) border-box;} */
.signature-item .imgbox {position:absolute;inset:0;overflow:hidden;}
.signature-item .imgbox::after {content:"";position:absolute;inset:0;/* background:linear-gradient(0deg,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 60%); */z-index:1;}
.signature-item .imgbox img,
.signature-item .imgbox video {width:100%;height:100%;object-fit:cover;display:block;}
.signature-item .video-box {cursor:pointer;}
.signature-item .textbox {pointer-events:none;}
.signature-item .textbox {position:absolute;left:24px;right:24px;bottom:28px;z-index:2;text-align:center;color:#fff;}
.signature-item .textbox h4 {color:#fff;font-weight:700;}
.signature-item .textbox p {margin-top:14px;color:rgba(255,255,255,.9);}
.signature-item .tag {display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;justify-content:center;}
.signature-item .tag span {min-width:86px;padding:8px 14px;border:1px solid rgba(255,255,255,.75);border-radius:999px;font-size:14px;color:#fff;}
.signature-item .link-icon img {margin:auto;}
.signature-section .detail-btn {margin:50px auto 0 0;border:1px #fff solid;}

@media (max-width:1080px) {
    .signature-section {padding:100px 0;}
    .signature-title {width:100%;text-align:center;}
	.signature-title p {margin-top:14px;}
    .signature-list {display:block;}
    .signature-item + .signature-item {margin-top:10px;}
    .signature-cont {flex-direction:column;}
    .signature-section .detail-btn {margin:50px auto 0;}
}

/* 지점용 signature */
html.is-branch-page .signature-section {background: #F2EEE9;}
html.is-branch-page .signature-title h3 {color:#222;}
html.is-branch-page .signature-title p {color:#666;}
html.is-branch-page .signature-section .detail-btn {border:1px solid #222; color:#222;}


/* device */
.device-section {padding:180px 0;}
.device-section .sub-inner {max-width: 1440px; padding: 0; margin: 0 auto;}
.device-section .sub-tit .small {color: #333;}
.device-section .device-gallery {position: relative;}
.device-section .swiper {width: 100%; height: 100%;}
.device-section .swiper-wrapper {align-items: stretch;}
.device-section .swiper-slide {display: flex;flex-direction: column;align-items: center;position: relative;will-change: width, height, transform;}
.device-section .swiper-slide .imgbox {position: relative; overflow: hidden; border-radius: 16px; margin: 0 auto; transition: width .6s ease, height .6s ease, margin-top .6s ease;}
.device-section .swiper-slide .imgbox img {display: block; width: 100%; height: 100%; object-fit: cover;}
.device-section .swiper-slide .tag {position: absolute;left: 20px;bottom: 20px;z-index: 2;}
.device-section .swiper-slide .tag p {width: fit-content; margin-bottom: 3px; padding: 5px 8px; text-align: left; color: #fff; background: rgb(0 0 0 / 40%); border-radius: 999px;}
.device-section .swiper-slide .textbox {margin-top: 32px; opacity: 0; transform: translateY(8px); transition: opacity .35s ease .1s, transform .35s ease .1s; pointer-events: none;}
.device-section .swiper-slide .textbox em {color: #A08964;}
.device-section .swiper-slide .textbox h4 {color: #222; font-weight: 700;}
.device-section .swiper-slide .textbox p {margin-top: 12px; color: #101010;}
.device-section .swiper-slide-active .textbox {opacity: 1;transform: none;pointer-events: auto;}
@media (min-width:1080px) {
    .device-section {display:block;}
	.device-section .device-swiper .swiper-slide {width:auto; padding-top:420px;}
	.device-section .device-swiper .swiper-slide .imgbox {position:absolute; left:50%; top:0; transform:translateX(-50%); width: 280px; height: 360px; margin-top: calc((420px - 360px) / 2);   border-radius:16px; overflow:hidden;  transition: height .6s ease, margin-top .6s ease;}
	.device-section .device-swiper .swiper-slide-active .imgbox {width: 280px; height: 420px; margin-top: 0;}
    
}
@media (max-width:767px) {
	.device-section {padding:100px 0;}
    .device-section .device-swiper .swiper-slide {width:280px !important;padding-top:420px;flex-shrink:0;}

    /* 비활성 슬라이드 */
    .device-section .device-swiper .swiper-slide .imgbox {position:absolute;top:0;left:50%;transform:translateX(-50%);width:280px;height:360px;margin-top:30px;transition: height .6s ease, margin-top .6s ease;}

    /* 활성 슬라이드 */
    .device-section .device-swiper .swiper-slide-active .imgbox {width:280px;height:420px;margin-top:0;}
}


/* 지점용 device */
html.is-branch-page .device-section .sub-tit p {margin-top:14px; color:#666;}
html.is-branch-page .device-section .swiper-slide .tag p {background: rgba(89, 66, 43, 0.40);}


/* model */
.model-section {padding:180px 0px;background:#f8f8f8;overflow:hidden;}
.model-section .sub-inner {max-width:none;padding:0;}
.model-section .sub-tit {margin-bottom:60px;text-align:center;}
.model-swiper {overflow:visible;width:calc((304px * 5) + (8px * 4));margin-left:auto;margin-right:0;}
.model-swiper .swiper-wrapper {justify-content:flex-start;}
.model-swiper .swiper-slide {width:228px;;}
.model-swiper .swiper-slide img {display:block;width:100%;height:100%;object-fit:cover;}
.model-section .btn-wrap {margin-top:40px;text-align:center;}
@media (min-width:1080px) {
    .model-swiper {width:calc((304px * 5) + (8px * 4));margin-left:auto;margin-right:0;}
	.model-swiper .swiper-slide {width:304px;overflow:hidden;flex-shrink:0;}
	.event-section .btn-wrap { margin-top: 32px; }
}

/* event */
.event-section {padding:180px 0;overflow: hidden;background:#f8f8f8;}
.event-section .sub-inner {max-width:none;padding:0;}
.event-section .textbox {text-align:left;margin-top:14px;}
.event-swiper {overflow:visible;width:100%;} 
.event-swiper .swiper-wrapper {justify-content:flex-start;}
.event-swiper .swiper-slide {width:370px;flex-shrink:0;}
.event-swiper .swiper-slide img {display:block;width:100%;height:100%;object-fit:cover;}
.event-section .btn-wrap { margin-top: 48px; }
@media (max-width:1080px) {
    .event-section {padding:100px 0;}
    .event-swiper {/* width:calc((304px * 5) + (8px * 4)); */margin-left:auto;margin-right:0;}
	.event-swiper .swiper-slide {width:304px;overflow:hidden;flex-shrink:0;}
	.event-section .btn-wrap { margin-top: 32px; }
}

/* 지점용 이벤트 */
html.is-branch-page .event-section {background: none;}
html.is-branch-page .event-section .sub-tit p {margin-top:14px; color:#666;}


/* 지점용 why lienjang & archive*/
.why-lienjang-section {padding:180px 0;background:#f8f8f8;}
.why-lienjang-section .sub-inner {margin:0 auto;padding:0 20px;}
.why-lienjang-section .sub-tit p {margin-top:14px;color:#666;}
.why-lienjang-list {display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.why-lienjang-card {position:relative;overflow:hidden;background:#e9ded5;}
.why-lienjang-card .imgbox {position:relative;aspect-ratio:1 / 1;overflow:hidden;}
.why-lienjang-card .imgbox::after {content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(255,255,255,0) 35%,rgba(235,222,211,.86) 100%);transition:background .35s ease;}
.why-lienjang-card img {display:block;width:100%;height:100%;object-fit:cover;}
.why-lienjang-card .textbox {position:absolute;left:20px;right:20px;bottom:22px;z-index:2;color:#222;transition:color .35s ease;}
.why-lienjang-card .textbox h4 {font-weight:700;line-height:1.25;transition:color .35s ease;}
.why-lienjang-card .textbox p {margin-top:12px;color:#222;line-height:1.55;transition:color .35s ease;}
@media (hover:hover) and (pointer:fine) {
    .why-lienjang-card:hover .imgbox::after {background:rgba(0,0,0,.48);}
    .why-lienjang-card:hover .textbox,
    .why-lienjang-card:hover .textbox h4,
    .why-lienjang-card:hover .textbox p {color:#fff;}
}

@media (hover:none), (pointer:coarse), (max-width:1080px) {
    .why-lienjang-card:hover .imgbox::after {background:linear-gradient(180deg,rgba(255,255,255,0) 35%,rgba(235,222,211,.86) 100%);}
	.why-lienjang-section .sub-tit p {margin-top:0;}
    .why-lienjang-card:hover .textbox,
    .why-lienjang-card:hover .textbox h4,
    .why-lienjang-card:hover .textbox p {color:#222;}
}

.archive-section {padding:180px 0;background:#fff;}
.archive-section .sub-inner {max-width:1080px;margin:0 auto;padding:0 20px;}
.archive-section .sub-tit p {margin-top:10px;color:#666;}
.archive-list {margin:0 auto;}
.archive-main,
.archive-thumb {position:relative;display:block;box-sizing:border-box;overflow:hidden;background:#f5f5f5;cursor:pointer;}
.archive-main {aspect-ratio:622 / 342;}
.archive-thumbs {display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:6px;}
.archive-thumb {aspect-ratio:198 / 112;}
.archive-video-trigger {width:100%;padding:0;appearance:none;-webkit-appearance:none;border-radius:0;color:inherit;font:inherit;text-align:inherit;}
.archive-video-trigger img {display:block;width:100%;height:100%;object-fit:cover;}
.archive-video-trigger::after {content:"";position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.22);opacity:0;transition:opacity .3s ease;}
.archive-video-trigger:hover::after {opacity:1;}
.archive-video-trigger img,
.archive-main iframe,
.archive-thumb iframe {display:block;width:100%;height:100%;object-fit:cover;border:0;}
.archive-play {position:absolute;left:50%;top:50%;z-index:2;width:72px;height:50px;border-radius:14px;background:#f00;transform:translate(-50%,-50%);box-shadow:0 10px 28px rgba(0,0,0,.24);}
.archive-play::before {content:"";position:absolute;left:50%;top:50%;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:18px solid #fff;transform:translate(-38%,-50%);}
.archive-thumb .archive-play {width:42px;height:30px;border-radius:8px;}
.archive-thumb .archive-play::before {border-top-width:7px;border-bottom-width:7px;border-left-width:11px;}
.archive-section .btn-wrap {margin-top:50px;text-align:center;}
.archive-section .detail-btn {margin:0 auto;}
.archive-modal {position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:80px 24px;}
.archive-modal.is-open {display:flex;}
.archive-modal-dim {position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(2px);}
.archive-modal-inner {position:relative;z-index:1;width:min(78vw,960px);}
.archive-modal-close {position:absolute;right:0;top:-54px;width:42px;height:42px;padding:0;border:0;background:transparent;cursor:pointer;}
.archive-modal-close::before,
.archive-modal-close::after {content:"";position:absolute;left:50%;top:50%;width:38px;height:2px;background:#fff;transform-origin:center;}
.archive-modal-close::before {transform:translate(-50%,-50%) rotate(45deg);}
.archive-modal-close::after {transform:translate(-50%,-50%) rotate(-45deg);}
.archive-modal-video {width:100%;aspect-ratio:16 / 9;background:#000;overflow:hidden;}
.archive-modal-video iframe {display:block;width:100%;height:100%;border:0;}
html.archive-modal-open,
html.archive-modal-open body {overflow:hidden;}

@media (max-width:1080px) {
    .why-lienjang-section {padding:100px 0;}
    .why-lienjang-list {grid-template-columns:repeat(2,1fr);gap:35px 15px;}
    .why-lienjang-card {overflow:visible;background:transparent;}
    .why-lienjang-card .imgbox {background:#e9ded5;}
    .why-lienjang-card .imgbox::after {display:none;}
    .why-lienjang-card .textbox {position:static;margin-top:10px;}
    .why-lienjang-card .textbox p {margin-top:5px;}

    .archive-section {padding:100px 0;}
    .archive-section .sub-inner {max-width:100%;padding:0 25px;}
	.archive-section .sub-tit p {margin-top:0;}
    .archive-list {max-width:100%;}
    .archive-main,
    .archive-thumb {border-width:4px;}
    .archive-thumbs {gap:5px;margin-top:5px;}
    .archive-section .btn-wrap {margin-top:62px;}
    .archive-modal {padding:60px 20px;}
    .archive-modal-inner {width:calc(100vw - 40px);}
    .archive-modal-close {right:-4px;top:-48px;width:38px;height:38px;}
    .archive-modal-close::before,
    .archive-modal-close::after {width:34px;}
}

