#main_page { width: 100%; overflow-x: hidden; color: var(--text); background: var(--color-bg-light); }
#main_page .inner { position: relative; width: 92%; max-width: 1440px; margin: 0 auto; padding: 0 0px; box-sizing: border-box; }
#main_page .sec-title { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
#main_page .sec-title h3 { font-family: var(--ff-cormorant); font-size: var(--fz-50); font-weight: 700; color: var(--text); line-height: 1; margin: 0; }
#main_page .sec-title:not(.wht) h3 > span { color: var(--point); font-size: 70px; line-height: 1; }
#main_page .sec-title .desc { font-size: var(--fz-18); color: var(--text_light); margin: 0; font-weight: 400;  line-height: 1.44em; }
#main_page .sec-title .subtitle { font-size: var(--fz-22); color: var(--text); margin: 0; font-weight: 600;  }

/* sec-title 화이트 버전 (.sec-title.wht) */
#main_page .sec-title.wht h3,
#main_page .sec-title.wht h3 span { color: var(--wht); font-size: var(--fz-44); }
#main_page .sec-title.wht .desc {color: var(--wht); }

/* mn-visual-philosophy-wrap (비주얼+철학 통합 연속 배경) */
#main_page .mn-visual-philosophy-wrap { position: relative; width: 100%; background: #302218 url('../img/mn_sec01_bg_01.webp') no-repeat center top / cover; color: var(--wht); overflow: hidden; }
#main_page .mn-sec-visual { position: relative; width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--wht); }
#main_page .mn-sec-visual .mv-cont { position: relative; max-width: 1034px; display: flex; flex-direction: column; align-items: center; gap: 80px; padding: 160px 20px 80px; box-sizing: border-box; }
#main_page .mn-sec-visual .mv-title { font-family: var(--ff-cormorant); font-size: min(8.5vw, 85px); font-weight: 700; line-height: 1.15em; color: var(--wht); margin: 0; letter-spacing: -0.02em; }
#main_page .mn-sec-visual .mv-txt-group { display: flex; flex-direction: column; align-items: center; gap: 41px; }
#main_page .mn-sec-visual .subtitle { font-size: var(--fz-32); font-weight: 600; color: var(--wht); margin: 0;  }
#main_page .mn-sec-visual .mv-desc { font-size: var(--fz-20); font-weight: 400; color: var(--wht); margin: 0;  }

/* mn-sec-philosophy (아치형 반원 다크 배경 부드러운 페이드업 스크롤 모션) */
#main_page .mn-sec-philosophy { position: relative; width: 100%; padding: 180px 0 200px; color: var(--wht); z-index: 2; }
#main_page .mn-sec-philosophy .bg-arch { position: absolute; z-index: 1; width: 1920px; height: 1920px; border-radius: 1920px; top: 0; left: 50%; transform: translate(-50%, 80px) scale(0.92); opacity: 0; background: linear-gradient(180deg, rgba(42, 29, 19, 0.66) 0%, #2A1D13 54.61%); pointer-events: none; transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, opacity 1.3s ease-in-out 0.25s; }
#main_page .mn-sec-philosophy.active .bg-arch,
#main_page .mn-sec-philosophy .bg-arch.active { top: 0; transform: translate(-50%, 0) scale(1); opacity: 1; }

/* mn-sec-philosophy 컨텐츠 등장 시차 지연 (아치 돔 등장 후 순차 실행) */
#main_page .mn-sec-philosophy .sec-title .desc { animation-delay: 0.85s; }
#main_page .mn-sec-philosophy .philosophy-list .item:nth-child(1) { animation-delay: 1s; }
#main_page .mn-sec-philosophy .philosophy-list .item:nth-child(2) { animation-delay: 1.15s; }
#main_page .mn-sec-philosophy .philosophy-list .item:nth-child(3) { animation-delay: 1.3s; }
#main_page .mn-sec-philosophy .philosophy-desc { animation-delay: 1.45s; }
#main_page .mn-sec-philosophy .inner { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 50px;}
#main_page .mn-sec-philosophy .philosophy-list { display: flex; justify-content: center; width: 100%; margin-bottom: 50px; }
#main_page .mn-sec-philosophy .philosophy-list:not(.swiper-initialized) .swiper-wrapper { display: flex; justify-content: center; gap: 40px; width: 100%; }
#main_page .mn-sec-philosophy .philosophy-list .item { flex: 0 1 300px; max-width: 300px; width: 100%; min-width: 0; }
#main_page .mn-sec-philosophy .philosophy-list .item-img { width: 100%; overflow: hidden; }
#main_page .mn-sec-philosophy .philosophy-desc { text-align: center; font-size: var(--fz-18); line-height: 1.8em; color: rgba(255,255,255,0.9);  }
#main_page .mn-sec-philosophy .philosophy-desc strong { font-weight: 700; color: var(--wht); }

/* mn-sec-signature */
#main_page .mn-sec-signature { position: relative; width: 100%; padding: 170px 0; background: #fffdf9 url('../img/mn_sec03_bg.webp') no-repeat center top / cover; }
#main_page .mn-sec-signature .signature-list { display: flex; flex-direction: column; gap: 120px; margin-top: 100px; }
#main_page .mn-sec-signature .item { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 30px; }
#main_page .mn-sec-signature .item.reverse { flex-direction: row-reverse; justify-content: space-between; max-width: 1281px; margin-left: auto; width: 100%; gap: 30px; }

#main_page .mn-sec-signature .item-botox .img-main { max-width: 494px; width: 100%; flex: 1 1 auto; }
#main_page .mn-sec-signature .item-botox .img-sub { max-width: 180px; width: 100%; flex: 0 1 180px; flex-shrink: 1; }

#main_page .mn-sec-signature .item-potenza .item-cont { max-width: 580px; width: 100%; flex: 0 1 580px; }
#main_page .mn-sec-signature .item-potenza .item-img { max-width: 580px; width: 100%; flex: 0 1 580px; }
#main_page .mn-sec-signature .item-potenza .img-main { max-width: 580px; width: 100%; }

#main_page .mn-sec-signature .item-booster .img-main { max-width: 689px; width: 100%; }

#main_page .mn-sec-signature .item-img { position: relative; display: flex; gap: 15px; align-items: flex-end; max-width: 100%; min-width: 0; }
#main_page .mn-sec-signature .item-img .img-main { max-width: 100%; overflow: hidden; }
#main_page .mn-sec-signature .item-img .img-sub { overflow: hidden; }

#main_page .mn-sec-signature .item-cont { flex: 0 1 580px; width: 100%; max-width: 580px; min-width: 0; display: flex; flex-direction: column; gap: 54px; align-items: flex-start; }
#main_page .mn-sec-signature .item-botox .item-cont, #main_page .mn-sec-signature .item-booster .item-cont { flex: 0 1 580px; width: 100%; max-width: 580px; }
#main_page .mn-sec-signature .item-text-wrap { max-width: 580px; width: 100%; display: flex; flex-direction: column; gap: 30px; }
#main_page .mn-sec-signature .item-tit-wrap { display: flex; flex-direction: column; gap: 18px; }
#main_page .mn-sec-signature .item-tit { font-family: var(--ff-cormorant); font-size: var(--fz-44); font-weight: 700; color: var(--point); margin: 0; line-height: 1; }
#main_page .mn-sec-signature .item-subtit { font-size: var(--fz-22); font-weight: 600; color: var(--text); margin: 0;  }
#main_page .mn-sec-signature .item-desc { font-size: var(--fz-18); color: var(--text_light); line-height: 1.44em; margin: 0;  }
#main_page .mn-sec-signature .btn-more { display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid var(--text); font-family: var(--ff-cormorant); font-size: var(--fz-16); font-weight: 600; color: var(--text); text-decoration: none; transition: all 0.3s ease; }
#main_page .mn-sec-signature .btn-more:hover { background: #e8ddd5;}

/* mn-sec-banner */
#main_page .mn-sec-banner { position: relative; width: 100%; padding: 160px 0; background: #362b18 url('../img/mn_sec04_bg_01_26091801.webp') no-repeat 75% center / cover; text-align: left; color: var(--wht); }
#main_page .mn-sec-banner .banner-cont { max-width: 1000px; display: flex; flex-direction: column; align-items: flex-start; gap: 60px; }
#main_page .mn-sec-banner .banner-text-wrap { display: flex; flex-direction: column; gap: 24px; }
#main_page .mn-sec-banner .banner-title { font-family: var(--ff-notoserif); font-size: var(--fz-26); font-weight: 600; line-height: 1.4em; color: var(--wht); margin: 0;  }
#main_page .mn-sec-banner .banner-desc { font-size: var(--fz-18); color: var(--wht); line-height: 1.55em; margin: 0;  }
#main_page .mn-sec-banner .btn-banner { display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border: 1px solid var(--wht); font-family: var(--ff-notoserif); font-size: var(--fz-15); font-weight: 500; color: var(--wht); text-decoration: none; transition: all 0.3s ease; }
#main_page .mn-sec-banner .btn-banner:hover { background: rgba(255, 255, 255, 0.3);}

/* mn-sec-treatments */
#main_page .mn-sec-treatments { position: relative; width: 100%; padding: 160px 0; background: var(--color-bg-light); overflow: hidden; }
#main_page .mn-sec-treatments .inner { position: relative; width: 100%; }
#main_page .mn-sec-treatments .treatments-slider { overflow: visible; width: 100%; margin-top: 100px; }
#main_page .mn-sec-treatments .swiper-wrapper { display: flex; align-items: center; }
#main_page .mn-sec-treatments .swiper-slide.item { display: block; text-decoration: none; position: relative; flex: 0 0 448px; width: 448px; height: 558px; border-radius: 224px 224px 0 0; overflow: hidden; background: #231710; box-shadow: 0 10px 30px rgba(0,0,0,0.08); opacity: 0.35; transition: opacity 0.5s ease, transform 0.5s ease; cursor: pointer; }
#main_page .mn-sec-treatments .swiper-slide-active.item, #main_page .mn-sec-treatments .swiper-slide-prev.item, #main_page .mn-sec-treatments .swiper-slide-next.item { opacity: 1; }
#main_page .mn-sec-treatments .item .item-img { position: absolute; inset: 0; width: 100%; height: 100%; }
#main_page .mn-sec-treatments .item .item-img img { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.3s ease; }
#main_page .mn-sec-treatments .item .item-cont { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 30px; text-align: center; color: var(--wht); z-index: 2; background: rgba(23,28,40,0.3); }
#main_page .mn-sec-treatments .item .item-tit { font-family: var(--ff-cormorant); font-size: var(--fz-50); font-weight: 700; color: var(--wht); margin-bottom: 8px; line-height: normal; opacity: 1; transform: translateY(0); transition: opacity 0.4s ease, transform 0.4s ease; }
#main_page .mn-sec-treatments .item .item-subtit { font-family: var(--ff-pretendard); font-size: var(--fz-22); font-weight: 600; color: var(--wht); margin: 0; opacity: 1; transform: translateY(0); transition: opacity 0.4s ease, transform 0.4s ease; }
#main_page .mn-sec-treatments .item .item-detail { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) translateY(20px); width: calc(100% - 60px); font-family: var(--ff-pretendard); font-size: var(--fz-20); line-height: 1.5em; color: var(--wht); margin: 0;  opacity: 0; visibility: hidden; transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease; pointer-events: none; }
#main_page .mn-sec-treatments .item:hover .item-tit, #main_page .mn-sec-treatments .item:hover .item-subtit { opacity: 0; transform: translateY(-15px); pointer-events: none; }
#main_page .mn-sec-treatments .item:hover .item-detail { opacity: 1; visibility: visible; transform: translate(-50%, -50%) translateY(0); pointer-events: auto; transition-delay: 0.15s; }
#main_page .mn-sec-treatments .slider-controls { display: flex; align-items: center; justify-content: center; gap: 50px; margin-top: 60px; width: 100%; text-align: center; }
#main_page .mn-sec-treatments .pagination { font-family: var(--ff-cormorant); font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; height: 60px; }
#main_page .mn-sec-treatments .pagination .current { font-size: var(--fz-50); color: var(--text); line-height: 1em; }
#main_page .mn-sec-treatments .pagination .slash { font-size: var(--fz-30); color: rgba(42,42,42,0.3); line-height: 1em; }
#main_page .mn-sec-treatments .pagination .total { font-size: var(--fz-50); color: rgba(42,42,42,0.3); line-height: 1em; }
#main_page .mn-sec-treatments .btn-prev, #main_page .mn-sec-treatments .btn-next { width: 60px; height: 60px; border-radius: 50%; border: 1px solid var(--text); background: transparent; cursor: pointer; position: relative; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; flex-shrink: 0; }
#main_page .mn-sec-treatments .btn-prev:hover, #main_page .mn-sec-treatments .btn-next:hover { background: #e8ddd5; }
#main_page .mn-sec-treatments .btn-prev::after { content: '←'; font-size: var(--fz-20); color: var(--text); }
#main_page .mn-sec-treatments .btn-next::after { content: '→'; font-size: var(--fz-20); color: var(--text); }

/* mn-sec-space */
#main_page .mn-sec-space { position: relative; width: 100%; min-height: 100vh; padding: 180px 0 200px; background: var(--color-bg-light) url('../img/mn_sec06_bg.webp') no-repeat center center / cover; text-align: center; overflow: hidden; box-sizing: border-box; display: flex; align-items: center; justify-content: center; }
#main_page .mn-sec-space .space-cont { position: relative; z-index: 100; max-width: 480px; margin: 0 auto; }
#main_page .mn-sec-space .sec-title { gap: 50px; }
#main_page .mn-sec-space .sec-title .desc { margin-top: -20px; line-height: 26px; }
#main_page .mn-sec-space .space-gallery { position: absolute; top: 0; left: 50%; width: 100%; max-width: 1920px; height: 100%; transform: translateX(-50%); pointer-events: none; }
#main_page .mn-sec-space .imgWrap { position: absolute; inset: 0; pointer-events: none; }
#main_page .mn-sec-space .gallery-item { position: absolute; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.1); clip-path: inset(0 50%); opacity: 0; transition: clip-path 1.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.1s ease-in-out; }
#main_page .mn-sec-space.active .gallery-item { clip-path: inset(0 0%); opacity: 1; }
#main_page .mn-sec-space .gallery-item.item-1 { top: 227px; left: calc(50% - 672px); width: 329px; }
#main_page .mn-sec-space .gallery-item.item-2 { top: 525px; left: calc(50% - 457px); width: 154px; }
#main_page .mn-sec-space .gallery-item.item-3 { top: 97px; left: calc(50% + 267px); width: 210px; }
#main_page .mn-sec-space .gallery-item.item-4 { top: 185px; left: calc(50% + 405px); width: 236px; }
#main_page .mn-sec-space .gallery-item.item-5 { top: 600px; left: calc(50% + 109px); width: 370px; }
#main_page .mn-sec-space.active .gallery-item.item-1 { transition-delay: 0.1s; }
#main_page .mn-sec-space.active .gallery-item.item-2 { transition-delay: 0.35s; }
#main_page .mn-sec-space.active .gallery-item.item-3 { transition-delay: 0.2s; }
#main_page .mn-sec-space.active .gallery-item.item-4 { transition-delay: 0.45s; }
#main_page .mn-sec-space.active .gallery-item.item-5 { transition-delay: 0.6s; }

/* mn-sec-location (inner gap: 80px & width: 48% 자연스러운 여백 정렬) */
#main_page .mn-sec-location { position: relative; width: 100%; background: #f7f4ef; padding: 0; overflow: hidden; }
#main_page .mn-sec-location .inner { display: flex; flex-direction: row; width: 100%; max-width: 1920px; margin: 0 auto; align-items: stretch; justify-content: center; gap: 0; padding: 0; }
#main_page .mn-sec-location .sec-title.mo { display: none; }
#main_page .mn-sec-location .loc-map { flex: 0 0 50%; width: 50%; max-width: 50%; min-height: 954px; padding: 40px; box-sizing: border-box; display: flex; }
#main_page .mn-sec-location .loc-map .map-area { width: 100%; height: 100%; min-height: 874px; background: #e0e0e0; position: relative; overflow: hidden; }

/* 커스텀 지도 핀 마커 스타일 (강렬한 레드 핀 + 펄스 포인터) */
#main_page .mn-sec-location .medici-map-pin { width: 140px; height: 88px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; cursor: pointer; position: relative; }
#main_page .mn-sec-location .medici-map-pin .pin-badge { background: #ffffff; color: #222222; font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 20px; border: 1px solid #e0e0e0; box-shadow: 0 4px 14px rgba(0,0,0,0.15); white-space: nowrap; margin-bottom: 6px; letter-spacing: -0.01em; display: inline-flex; align-items: center; justify-content: center; transition: all 0.25s ease; font-family: var(--ff-pretendard); }
#main_page .mn-sec-location .medici-map-pin:hover .pin-badge { transform: translateY(-3px); background: #ffffff; border-color: #222222; box-shadow: 0 6px 18px rgba(0,0,0,0.22); }
#main_page .mn-sec-location .medici-map-pin .pin-icon-wrap { position: relative; width: 44px; height: 54px; display: flex; justify-content: center; }
#main_page .mn-sec-location .medici-map-pin .pin-pulse { position: absolute; bottom: 0; left: 50%; width: 24px; height: 8px; background: rgba(211, 47, 47, 0.45); border-radius: 50%; transform: translateX(-50%); animation: mediciPinPulse 2s infinite ease-out; pointer-events: none; }
@keyframes mediciPinPulse { 0% { transform: translateX(-50%) scale(0.8); opacity: 0.9; } 70% { transform: translateX(-50%) scale(2.2); opacity: 0; } 100% { transform: translateX(-50%) scale(0.8); opacity: 0; } }
#main_page .mn-sec-location .medici-map-pin svg { filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3)); transition: transform 0.25s ease; }
#main_page .mn-sec-location .medici-map-pin:hover svg { transform: scale(1.1); }

/* Right Content Wrap */
#main_page .mn-sec-location .loc-info { flex: 0 0 50%; width: 50%; max-width: 50%; padding: 150px clamp(40px, 8vw, 150px); display: flex; flex-direction: column; gap: 44px; justify-content: center; box-sizing: border-box; }
#main_page .mn-sec-location .loc-info .sec-title.pc { width: 100%; text-align: left; align-items: flex-start; margin: 0; display: block; }
#main_page .mn-sec-location .loc-info .sec-title.pc h3 { font-family: var(--ff-cormorant); font-size: 50px; font-weight: 700; color: #2a2a2a; margin: 0; line-height: 1; }
#main_page .mn-sec-location .loc-info .sec-title.pc h3 span { font-size: 70px; color: #51331c; line-height: 1; }

#main_page .mn-sec-location .info-group { display: flex; flex-direction: column; }
#main_page .mn-sec-location .info-addr { gap: 30px; }
#main_page .mn-sec-location .addr-text { font-size: 26px; font-weight: 600; line-height: 1.3em; margin: 0; color: #2a2a2a; }
#main_page .mn-sec-location .subway-parking-wrap { display: flex; flex-direction: column; gap: 12px; }
#main_page .mn-sec-location .subway-info { display: flex; align-items: center; gap: 10px; }
#main_page .mn-sec-location .subway-info .badges { display: flex; align-items: center; gap: 5px; }
#main_page .mn-sec-location .badge { display: inline-flex; align-items: center; justify-content: center; height: 27px; border-radius: 99px; font-size: 15px; color: #ffffff; }
#main_page .mn-sec-location .badge.line-3 { width: 27px; background: #ff8000; border: 1px solid #ff8000; }
#main_page .mn-sec-location .badge.line-sin { padding: 0 12px; background: #cd2314; border: 1px solid #cd2314; }
#main_page .mn-sec-location .subway-txt { font-size: 18px; line-height: 26px; color: #2a2a2a; white-space: nowrap; }
#main_page .mn-sec-location .parking-txt { font-size: 16px; line-height: 24px; color: #484848; margin: 0; }

#main_page .mn-sec-location .info-consult { gap: 30px; }
#main_page .mn-sec-location .tel-num { font-size: 26px; font-weight: 600; line-height: 1em; margin: 0; color: #2a2a2a; text-decoration: none; display: inline-block; transition: color 0.3s ease; }
#main_page .mn-sec-location .tel-num:hover { color: #51331c; }
#main_page .mn-sec-location .btn-group { display: flex; align-items: center; gap: 15px; }
#main_page .mn-sec-location .btn-res { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; border: 1px solid #2a2a2a; color: #2a2a2a; font-size: 16px; font-weight: 500; text-decoration: none; transition: all 0.3s ease; }
#main_page .mn-sec-location .btn-res img { width: 26px; height: 26px; object-fit: contain; flex-shrink: 0; }
#main_page .mn-sec-location .btn-res.kt-res img { width: 28px; height: 26px; }
#main_page .mn-sec-location .btn-res:hover { background: #e8ddd5; }
#main_page .mn-sec-location .res-notice { font-size: 16px; line-height: 24px; color: #484848; margin: 0; }
#main_page .mn-sec-location .res-notice p { margin: 0; line-height: 24px; }

#main_page .mn-sec-location .info-hours { gap: 6px; }
#main_page .mn-sec-location .info-hours ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
#main_page .mn-sec-location .info-hours li { display: flex; gap: 22px; align-items: center; font-size: 18px; line-height: 26px; color: #2a2a2a; }
#main_page .mn-sec-location .info-hours .day { display: inline-flex; align-items: center; width: 155px; flex-shrink: 0; letter-spacing: normal; white-space: nowrap; }
#main_page .mn-sec-location .info-hours .time { font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; display: inline-block; }
#main_page .mn-sec-location .info-hours .closed-txt { font-size: 16px; line-height: 24px; color: #484848; margin: 0; }

@media (max-width: 1024px) {
    #main_page .inner { width: 100%; padding: 0 20px; }
    #main_page .sec-title h3 { font-size: 44px; line-height: 1.18em; }
    #main_page .sec-title:not(.wht) h3 > span { font-size: 44px; line-height: 1.18em; color: var(--text); }
    #main_page .sec-title .desc { font-size: 16px; line-height: 1.6em; }
    #main_page .sec-title.wht h3, #main_page .sec-title.wht h3 span { line-height: 1.18em; }
    #main_page .sec-title.wht .desc { font-size: 16px; line-height: 1.6em; }
    #main_page .mn-visual-philosophy-wrap { background-image: url('../img/mn_sec01_bg_01_m.webp'); }
    #main_page .mn-sec-visual { height: 100svh; min-height: 600px; }
    #main_page .mn-sec-visual .mv-cont { gap: 56px; padding: 227px 20px 60px; }
    #main_page .mn-sec-visual .mv-title { font-size: 54px; }
    #main_page .mn-sec-visual .mv-txt-group { gap: 23px; }
    #main_page .mn-sec-visual .subtitle { font-size: 22px; line-height: normal; }
    #main_page .mn-sec-visual .mv-desc { font-size: 16px; line-height: 1.67em; }
    #main_page .mn-sec-philosophy { padding: 150px 0; position: relative; }
    #main_page .mn-sec-philosophy .bg-arch { position: absolute; top: 0; left: 50%; width: clamp(567px, 145vw, 1100px); height: 100%; border-radius: 50% 50% 0 0 / clamp(187px, 45vw, 300px) clamp(187px, 45vw, 300px) 0 0; opacity: 0; transform: translate(-50%, 30px); transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, opacity 1.2s ease-in-out 0.2s; }
    #main_page .mn-sec-philosophy.active .bg-arch, #main_page .mn-sec-philosophy .bg-arch.active { transform: translate(-50%, 0); opacity: 1; }
    #main_page .mn-sec-philosophy .philosophy-slider { display: block; width: 302px; height: 302px; margin: 0px auto 0; overflow: hidden; position: relative; }

    #main_page .mn-sec-philosophy .philosophy-slider .swiper-slide { height: 100%; flex: none; max-width: none; }
    #main_page .mn-sec-philosophy .philosophy-list .item-img { width: 100%; height: 100%; overflow: hidden; }
    #main_page .mn-sec-philosophy .philosophy-list .item-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
    #main_page .mn-sec-philosophy .philosophy-pagination { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; justify-content: center; align-items: center; gap: 6px; margin: 0; width: 30px; height: 6px; pointer-events: auto; }
    #main_page .mn-sec-philosophy .philosophy-pagination .swiper-pagination-bullet { width: 6px; height: 6px; background: rgba(255,255,255,0.4); opacity: 1; border-radius: 50%; transition: all 0.3s ease; margin: 0; cursor: pointer; }
    #main_page .mn-sec-philosophy .philosophy-pagination .swiper-pagination-bullet-active { width: 6px; height: 6px; border-radius: 50%; background: #ffffff; opacity: 1; }
    #main_page .sec-title h3.mo .med-sub, #main_page .sec-title h3.mo .med-sub span { font-size: 22px; display: inline-block; font-weight: 700; line-height: normal; }
    #main_page .sec-title h3.mo .med-tit, #main_page .sec-title h3.mo .med-tit span { font-size: 44px; display: inline-block; font-weight: 700; line-height: 1.18em; }
    #main_page .sec-title:not(.wht) h3.mo .med-tit span { color: var(--point); }
    #main_page .sec-title.wht h3.mo .med-sub, #main_page .sec-title.wht h3.mo .med-tit, #main_page .sec-title.wht h3.mo .med-tit span { color: var(--wht); }
    #main_page .mn-sec-philosophy .sec-title.wht .desc { font-size: 18px; line-height: 1.55em; }
    #main_page .mn-sec-philosophy .philosophy-desc {font-size: 16px;  line-height: 1.6; }
    #main_page .mn-sec-signature { padding: 150px 0; background: #F7F4EF;}
    #main_page .mn-sec-signature .signature-list { gap: 100px; margin-top: 80px; }
    #main_page .mn-sec-signature .item, #main_page .mn-sec-signature .item.reverse { flex-direction: column; gap: 50px; text-align: left; max-width: 335px; margin: 0 auto; }
    #main_page .mn-sec-signature .item-botox .img-main { max-width: 239px; }
    #main_page .mn-sec-signature .item-botox .img-sub { max-width: 86px; flex: none; }
    #main_page .mn-sec-signature .item-potenza .img-main { max-width: 335px; }
    #main_page .mn-sec-signature .item-booster .img-main { max-width: 335px; height: 250px; object-fit: cover; }
    #main_page .mn-sec-signature .item-cont { flex: none; max-width: 335px; gap: 50px; }
    #main_page .mn-sec-signature .item-text-wrap { max-width: 100%; width: 100%; display: flex; flex-direction: column; gap: 30px; text-align: left; }
    #main_page .mn-sec-signature .item-tit-wrap { display: flex; flex-direction: column; gap: 18px; text-align: left; }
    #main_page .mn-sec-signature .item-tit { font-size: 44px; line-height: 1.1em; color: var(--point); }
    #main_page .mn-sec-signature .item-subtit { font-size: 20px; line-height: 1.3em; color: var(--text); }
    #main_page .mn-sec-signature .item-desc { font-size: 16px; line-height: 1.6em; color: var(--text_light); }
    #main_page .mn-sec-signature .btn-more { font-size: 16px; }
    #main_page .mn-sec-signature .item-botox .item-cont, #main_page .mn-sec-signature .item-booster .item-cont, #main_page .mn-sec-signature .item-potenza .item-cont, #main_page .mn-sec-signature .item-potenza .item-img {flex:none;}
    #main_page .mn-sec-banner { padding: 180px 0 120px; min-height: 720px; background-image: url('../img/mn_sec04_bg_01_m_26091801.webp'); background-position: center bottom; background-size: cover; text-align: center; display: flex; align-items: center; justify-content: center; width: 100%; box-sizing: border-box; }
    #main_page .mn-sec-banner .banner-cont { max-width: 335px; width: 100%; margin: 0 auto; align-items: center; text-align: center; gap: 100px; }
    #main_page .mn-sec-banner .banner-text-wrap { gap: 32px; align-items: center; text-align: center; width: 100%; }
    #main_page .mn-sec-banner .banner-title { font-family: var(--ff-notoserif); font-size: 22px; font-weight: 600; line-height: 36px; text-align: center; color: var(--wht); }
    #main_page .mn-sec-banner .banner-desc { font-family: var(--ff-pretendard); font-size: 15px; font-weight: 400; line-height: 24px; text-align: center; color: var(--wht); }
    #main_page .mn-sec-banner .btn-banner { font-family: var(--ff-notoserif); font-size: 15px; font-weight: 500; line-height: normal; padding: 8px 12px; border: 1px solid var(--wht); color: var(--wht); }
    #main_page .mn-sec-treatments { padding: 150px 0; }
    #main_page .mn-sec-treatments .treatments-slider { margin-top: 50px; }
    #main_page .mn-sec-treatments .swiper-slide.item { flex: 0 0 280px; width: 280px; height: 349px; border-radius: 600px 600px 0 0; overflow: hidden; position: relative; }
    #main_page .mn-sec-treatments .swiper-slide.item .item-cont { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 32px 20px 20px; text-align: center; background: rgba(0,0,0,0.5); opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; border-radius: 600px 600px 0 0; }
    #main_page .mn-sec-treatments .swiper-slide.item.swiper-slide-active .item-cont { opacity: 1; visibility: visible; }
    #main_page .mn-sec-treatments .swiper-slide.item .item-tit { font-size: 32px; color: #ffffff; opacity: 1; transform: none; position: static; margin: 0 0 6px 0; line-height: 1.15; }
    #main_page .mn-sec-treatments .swiper-slide.item .item-subtit { font-size: 18px; color: #ffffff; opacity: 1; transform: none; position: static; margin: 0 0 24px 0; line-height: 1.2; }
    #main_page .mn-sec-treatments .swiper-slide.item .item-detail { position: static; transform: none; width: 100%; font-size: 15px; line-height: 24px; color: rgba(255,255,255,0.95); opacity: 1; visibility: visible; pointer-events: auto; margin: 0;  }
    #main_page .mn-sec-treatments .slider-controls { margin-top: 30px; gap: 30px; }
    #main_page .mn-sec-treatments .btn-prev, #main_page .mn-sec-treatments .btn-next { width: 36px; height: 36px; }
    #main_page .mn-sec-treatments .btn-prev::after, #main_page .mn-sec-treatments .btn-next::after { font-size: 14px; }
    #main_page .mn-sec-treatments .pagination { height: 36px; gap: 6px; }
    #main_page .mn-sec-treatments .pagination .current { font-size: 30px; line-height: 1; }
    #main_page .mn-sec-treatments .pagination .slash { font-size: 18px; line-height: 1; }
    #main_page .mn-sec-treatments .pagination .total { font-size: 30px; line-height: 1; }
    #main_page .mn-sec-space { padding: 120px 0; min-height: 100svh; width: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; box-sizing: border-box; }
    #main_page .mn-sec-space .space-gallery { width: 100%; max-width: 375px; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); overflow: visible; pointer-events: none; }
    #main_page .mn-sec-space .space-cont { width: 100%; max-width: 335px; margin: 0 auto; position: relative; z-index: 10; box-sizing: border-box; }
    #main_page .mn-sec-space .sec-title { gap: 50px; text-align: center; }
    #main_page .mn-sec-space .sec-title h3.mo { display: flex; flex-direction: column; align-items: center; line-height: 1; margin: 0; }
    #main_page .mn-sec-space .sec-title h3.mo .med-sub { font-family: var(--ff-cormorant); font-size: 22px; font-weight: 700; line-height: 1.2em; color: var(--text); }
    #main_page .mn-sec-space .sec-title h3.mo .med-tit { font-family: var(--ff-cormorant); font-size: 44px; font-weight: 700; line-height: 1.1em; color: var(--text); }
    #main_page .mn-sec-space .sec-title h3.mo .med-tit span { color: var(--point); }
    #main_page .mn-sec-space .sec-title .subtitle { font-size: 22px; font-weight: 600; line-height: 34px; color: var(--text); margin: 0; }
    #main_page .mn-sec-space .sec-title .desc { font-size: 15px; font-weight: 400; line-height: 24px; color: var(--text_light); margin-top: 0; }
    #main_page .mn-sec-space .gallery-item { position: absolute; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.08); clip-path: inset(0 50%); opacity: 0; transition: clip-path 1.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.1s ease-in-out; }
    #main_page .mn-sec-space.active .gallery-item { clip-path: inset(0 0%); opacity: 1; }
    #main_page .mn-sec-space .gallery-item.item-1 { top: 24%; left: -75px; width: 150px; height: 191px; z-index: 1; }
    #main_page .mn-sec-space .gallery-item.item-2 { top: 39%; left: 23px; width: 70px; height: 80px; z-index: 2; }
    #main_page .mn-sec-space .gallery-item.item-3 { top: 12%; left: auto; right: 12px; width: 95px; height: 98px; z-index: 1; }
    #main_page .mn-sec-space .gallery-item.item-4 { top: 22%; left: auto; right: -110px; width: 107px; height: 107px; z-index: 2; }
    #main_page .mn-sec-space .gallery-item.item-5 { bottom: 8%; top: auto; left: auto; right: -42px; width: 205px; height: 121px; z-index: 1; }
    #main_page .mn-sec-space.active .gallery-item.item-1 { transition-delay: 0.1s; }
    #main_page .mn-sec-space.active .gallery-item.item-2 { transition-delay: 0.35s; }
    #main_page .mn-sec-space.active .gallery-item.item-3 { transition-delay: 0.2s; }
    #main_page .mn-sec-space.active .gallery-item.item-4 { transition-delay: 0.45s; }
    #main_page .mn-sec-space.active .gallery-item.item-5 { transition-delay: 0.6s; }
    #main_page .mn-sec-location { padding: 150px 0; width: 100%; overflow: hidden; }
    #main_page .mn-sec-location .inner { flex-direction: column; gap: 50px; padding: 0 20px; width: 100%; max-width: 375px; align-items: center; box-sizing: border-box; }
    #main_page .mn-sec-location .sec-title { gap: 18px; text-align: center; width: 100%; align-items: center; margin-bottom: 0; }
    #main_page .mn-sec-location .sec-title .desc { font-size: 15px; line-height: 24px; color: var(--text_light); margin-top: 0; }
    #main_page .mn-sec-location .loc-map { width: 100%; max-width: 335px; flex: none; min-height: 262px; height: 262px; padding: 0; margin: 0 auto; box-sizing: border-box; }
    #main_page .mn-sec-location .loc-map .map-area { min-height: 262px; height: 262px; width: 100%; }
    #main_page .mn-sec-location .medici-map-pin { transform: scale(0.88); transform-origin: bottom center; }
    #main_page .mn-sec-location .loc-info { width: 100%; max-width: 335px; flex: none; padding: 0; margin: 0 auto; gap: 50px; align-items: flex-start; text-align: left; box-sizing: border-box; }
    #main_page .mn-sec-location .info-group { gap: 30px; align-items: flex-start; text-align: left; width: 100%; box-sizing: border-box; }
    #main_page .mn-sec-location .addr-text { font-size: 22px; font-weight: 600; line-height: 34px; text-align: left; width: 100%; }
    #main_page .mn-sec-location .subway-parking-wrap { max-width: 100%; width: 100%; align-items: flex-start; gap: 12px; }
    #main_page .mn-sec-location .subway-info { justify-content: flex-start; align-items: center; gap: 10px; flex-wrap: wrap; }
    #main_page .mn-sec-location .badge { font-size: 12px; height: 22px; }
    #main_page .mn-sec-location .badge.line-3 { width: 22px; }
    #main_page .mn-sec-location .badge.line-sin { padding: 0 12px; }
    #main_page .mn-sec-location .subway-txt { font-size: 15px; line-height: 24px; text-align: left; }
    #main_page .mn-sec-location .parking-txt { font-size: 14px; line-height: 24px; text-align: left; color: var(--text_light); }
    #main_page .mn-sec-location .tel-num { font-size: 22px; font-weight: 600; text-align: left; }
    #main_page .mn-sec-location .btn-group { justify-content: flex-start; gap: 15px; width: 100%; }
    #main_page .mn-sec-location .btn-res { font-size: 15px; font-weight: 500; padding: 14px 20px; flex: 1; justify-content: center; gap: 10px; }
    #main_page .mn-sec-location .res-notice { font-size: 14px; line-height: 24px; text-align: left; color: var(--text_light); }
    #main_page .mn-sec-location .info-hours { align-items: flex-start; gap: 2px; width: 100%; }
    #main_page .mn-sec-location .info-hours ul { align-items: flex-start; gap: 2px; width: 100%; }
    #main_page .mn-sec-location .info-hours li { font-size: 15px; line-height: 24px; justify-content: flex-start; gap: 16px; }
    #main_page .mn-sec-location .info-hours .day { width: 130px; white-space: nowrap; }
    #main_page .mn-sec-location .info-hours .closed-txt { font-size: 14px; line-height: 24px; text-align: left; color: var(--text_light); margin-top: 0; }
}