﻿@font-face {
    font-family: 'Pretendard';
    src: url('/statics/geniuscl/font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.top-banner {
    position: relative;
    z-index: 60;
    width: 100%;
    height: var(--promo-banner-height, 60px);
    overflow: hidden;
    background: #171310;
}

.top-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.top-banner-link {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}

.top-banner-kakao {
    left: 21.5%;
    width: 13.5%;
}

.top-banner-line {
    left: 36.7%;
    width: 13%;
}

.top-banner-wechat {
    left: 51.1%;
    width: 15.8%;
}

.top-banner-instagram {
    left: 68.6%;
    width: 13.8%;
}

.top-banner-youtube {
    left: 84.2%;
    width: 13.4%;
}

.site-header {
    top: var(--promo-banner-height, 60px);
}

.site-header.is-scrolled {
    top: 0;
}

.quick-consult {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    min-height: 118px;
    background: #2a2a2a;
    color: #fff;
    box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.22);
}

.quick-consult-form {
    width: min(92%, 1450px);
    min-height: 118px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(150px, 0.95fr) minmax(140px, 0.85fr) minmax(130px, 0.8fr) minmax(150px, 0.9fr) minmax(210px, 1fr) minmax(130px, 0.7fr);
    align-items: center;
    gap: clamp(12px, 1.5vw, 26px);
}

.quick-consult-call {
    display: grid;
    gap: 8px;
}

.quick-consult-call span {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.86);
}

.quick-consult-call strong {
    font-family: 'Cafe24ClassicType-Regular', sans-serif;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1;
    color: #ff9600;
}

.quick-consult-field {
    display: grid;
    gap: 8px;
}

.quick-consult-field span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.62);
}

.quick-consult-field input,
.quick-consult-field select {
    width: 100%;
    height: 38px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 0;
    background: transparent;
    color: #fff;
    outline: 0;
}

.quick-consult-field select option {
    color: #1f1a17;
}

.quick-consult-field input::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.quick-consult-agree {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.4;
}

.quick-consult-agree input {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    accent-color: #ff9600;
}

.quick-consult-submit {
    height: 42px;
    border: 0;
    border-radius: 4px;
    background: #ffef3c;
    color: #111;
    font-weight: 800;
    cursor: pointer;
}

body {
    padding-bottom: 118px;
}

.floating-actions {
    bottom: 150px;
}

.sh_box img,
.shorts-card img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 940px) {
    :root {
        --promo-banner-height: 46px;
    }

    .site-header,
    .site-header.is-scrolled {
        top: 0;
    }

    .top-banner {
        height: var(--promo-banner-height);
    }

    .quick-consult {
        position: static;
        min-height: 0;
    }

    .quick-consult-form {
        width: min(calc(100% - 28px), 720px);
        min-height: 0;
        padding: 22px 0;
        grid-template-columns: 1fr 1fr;
    }

    .quick-consult-call,
    .quick-consult-agree,
    .quick-consult-submit {
        grid-column: 1 / -1;
    }

    body {
        padding-bottom: 0;
    }

    .floating-actions {
        bottom: 60px;
    }
}

@media (max-width: 560px) {
    :root {
        --promo-banner-height: 38px;
    }

    .top-banner-kakao {
        left: 18%;
        width: 15%;
    }

    .top-banner-line {
        left: 34%;
        width: 14%;
    }

    .top-banner-wechat {
        left: 49%;
        width: 17%;
    }

    .top-banner-instagram {
        left: 67%;
        width: 14%;
    }

    .top-banner-youtube {
        left: 82%;
        width: 16%;
    }

    .quick-consult-form {
        grid-template-columns: 1fr;
    }

    .quick-consult-call strong {
        font-size: 26px;
    }
}

@font-face {
    font-family: 'Pretendard';
    src: url('/statics/geniuscl/font/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/statics/geniuscl/font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Cafe24ClassicType-Regular';
    src: url('/statics/geniuscl/font/Cafe24ClassicType-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

:root {
    --bg: #f7f1eb;
    --surface: rgba(255, 255, 255, 0.9);
    --surface-strong: rgba(255, 255, 255, 0.96);
    --text: #1f1a17;
    --muted: #6c625d;
    --line: rgba(31, 26, 23, 0.12);
    --accent: #ff7a00;
    --accent-deep: #f45d00;
    --shadow: 0 18px 50px rgba(45, 29, 18, 0.14);
    --max-width: 1440px;
    --nav-height: 112px;
    --location-panel-height: 616px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Pretendard', sans-serif;
    color: var(--text);
    overflow-x: hidden;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select {
    font: inherit;
}

img,
video {
    display: block;
    max-width: 100%;
}

.page-shell {
    min-height: 100vh;
    overflow-x: hidden;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    transition: background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
    background: transparent;
    backdrop-filter: blur(0);
    border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
    background: rgba(255, 251, 247, 0.72);
    box-shadow: 0 14px 40px rgba(53, 37, 28, 0.08);
    backdrop-filter: blur(14px);
    border-bottom-color: var(--line);
}

.header-inner {
    width: min(calc(100% - 40px), var(--max-width));
    min-height: var(--nav-height);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand img {
    width: clamp(180px, 16vw, 260px);
    transition: transform 0.3s ease;
}

.site-header.is-scrolled .brand img {
    transform: scale(0.98);
}

.menu-toggle {
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
}

.site-header.is-scrolled .menu-toggle {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.82);
    color: var(--text);
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
}

.menu-toggle::before {
    top: calc(50% - 7px);
    transform: translateX(-50%);
}

.menu-toggle span {
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu-toggle::after {
    top: calc(50% + 5px);
    transform: translateX(-50%);
}

.menu-toggle[aria-expanded="true"]::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"]::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-panel {
    display: flex;
    align-items: center;
    gap: 36px;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.gnb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gnb > li {
    position: relative;
}

.gnb > li > a,
.gnb > li > button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 58px;
    padding: 0 16px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: color 0.24s ease;
}

.gnb > li > a:hover,
.gnb > li > button:hover {
    color: var(--accent-deep);
}

.site-header.is-scrolled .gnb > li > a,
.site-header.is-scrolled .gnb > li > button {
    color: var(--text);
}

.submenu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 190px;
    margin: 0;
    padding: 12px;
    list-style: none;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu,
.has-submenu.is-open .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu a {
    display: block;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 14px;
    color: #3f3530;
}

.submenu a:hover {
    background: #fff4ec;
    color: var(--accent-deep);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.header-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.header-link {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(8px);
}

.site-header.is-scrolled .header-link {
    border-color: rgba(232, 166, 96, 1);
    background: rgba(232, 166, 96, 1);
    color: #fff;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 0;
    background:
        radial-gradient(circle at top left, rgba(255, 125, 0, 0.12), transparent 30%),
        linear-gradient(180deg, #faf5f0 0%, #f2e8df 100%);
}

.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slide {
    height: clamp(500px, 90vh, 1000px);
    min-height: 500px;
}

.hero-slide {
    position: relative;
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(17, 13, 10, 0.58) 0%, rgba(17, 13, 10, 0.28) 32%, rgba(17, 13, 10, 0.08) 58%, rgba(17, 13, 10, 0.22) 100%),
        linear-gradient(180deg, rgba(17, 13, 10, 0.18) 0%, rgba(17, 13, 10, 0.48) 100%);
    z-index: 1;
}

.hero-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-controls {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    width: min(calc(100% - 40px), var(--max-width));
    transform: translateX(-50%);
}

.hero-progress {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hero-progress button {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    cursor: pointer;
    transition: width 0.24s ease, background-color 0.24s ease;
}

.hero-progress button.is-active {
    width: 34px;
    background: #fff;
}

.hero-counter {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.title {
    width: min(calc(100% - 40px), 1200px);
    margin: 0 auto;
}

.title img {
    width: 100%;
}

.bg_faf8f5 {
    background: #faf8f5;
    padding: 0 0 100px;
}

.bg1 {
    width: 100%;
    min-height: 634px;
    margin: 0 auto 100px;
    background: url('/statics/geniuscl/image/bg1.png') no-repeat top center;
    background-size: 100% 634px;
}

.bg1_box {
    width: min(calc(100% - 40px), 1120px);
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.bg2 {
    width: 100%;
    min-height: 807px;
    background: url('/statics/geniuscl/image/bg2.png') no-repeat top center;
    background-size: 100% 807px;
}

.bg2_box {
    width: min(calc(100% - 40px), 1120px);
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.bg4,
.bg5,
.bg6 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.bg4 {
    padding: 76px 0 110px;
    background-image: url('/statics/geniuscl/image/bg4.png');
    background-size: cover;
}

.bg6 {
    padding: 0 0 110px;
    background-image: url('/statics/geniuscl/image/bg6.png');
    background-size: cover;
}

.bg5 {
    padding: 0 0 110px;
    background-image: url('/statics/geniuscl/image/bg5.png');
    background-size: cover;
}

.w1200 {
    width: min(calc(100% - 40px), 1200px);
}

.m0a {
    margin: 0 auto;
}

.bg5 img {
    display: block;
    width: 100%;
}

.sub-con img {
    display: block;
    width: 100%;
    height: auto;
}

.bg_pro_box {
    padding: 100px 0;
}

.bg_pro_box img {
    display: block;
    width: 100%;
    height: auto;
}

.main_look_wrap {
    width: 100%;
    overflow: hidden;
    background: #fffbf3;
}

.main_look_wrap2 {
    width: min(calc(100% - 24px), 1560px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: clamp(20px, 3vw, 44px);
    padding: 70px 0;
}

.main_look_l {
    flex: 0 0 min(28vw, 340px);
}

.main_look_l img {
    width: 100%;
}

.main_look_r {
    min-width: 0;
    flex: 1 1 auto;
}

.main_look_r .slick-list {
    margin: 0 -18px;
}

.main_look_r .slick-track {
    display: flex;
}

.main_look_r .slick-slide {
    margin: 0 18px;
}

.main_look_r .slick-slide > div {
    height: 100%;
}

.main_look_r img {
    width: 100%;
}

.main_look_r .slick-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 24px;
    padding: 0;
}

.main_look_r .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
}

.main_look_r .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 999px;
    background: #a3a3a3;
}

.main_look_r .slick-dots li button::before {
    content: '';
    font-size: 10px;
    opacity: 1;
}

.main_look_r .slick-dots li.slick-active {
    width: 25px;
}

.main_look_r .slick-dots li.slick-active button {
    width: 25px;
    background: #fe7b00;
}

.location-section {
    padding: 84px 0 110px;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 144, 47, 0.14), transparent 22%),
        linear-gradient(180deg, #fbf7f2 0%, #f4eee7 100%);
}

.main_location {
    width: min(calc(100% - 40px), 1280px);
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 34px;
}

.main_lo_l,
.main_lo_r {
    width: calc(50% - 17px);
    min-width: 0;
}

.main_lo_l {
    margin-top: 0;
}

.main_lo_map {
    height: var(--location-panel-height);
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 26px 60px rgba(56, 40, 26, 0.16);
    background: #e9dfd6;
}

.main_lo_map .root_daum_roughmap,
.main_lo_map > div {
    width: 100%;
}

.main_lo_r {
    display: flex;
    align-items: stretch;
}

.location-info-card {
    width: 100%;
    min-height: var(--location-panel-height);
    padding: clamp(28px, 3.2vw, 44px);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 26px 60px rgba(56, 40, 26, 0.1);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
}

.location-info-block + .location-info-block {
    margin-top: 52px;
}

.location-info-title {
    margin: 0 0 20px;
    font-family: 'Pretendard', sans-serif;
    font-size: clamp(26px, 2.4vw, 40px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #2a2421;
}

.location-info-heading {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #2f2925;
}

.location-address {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    color: #3f3732;
    word-break: keep-all;
}

.location-hours {
    display: grid;
    gap: 10px;
}

.location-hour-row {
    display: grid;
    grid-template-columns: minmax(112px, 130px) 1fr;
    gap: 12px;
    align-items: baseline;
    font-size: 18px;
    line-height: 1.5;
    color: #3f3732;
}

.location-hour-row dt {
    margin: 0;
    font-weight: 700;
    color: #5a514c;
}

.location-hour-row dd {
    margin: 0;
    font-weight: 600;
}

.location-contact {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-top: auto;
    padding-top: 56px;
}

.location-contact-label {
    font-size: 22px;
    font-weight: 700;
    color: #3c342f;
}

.location-contact-number {
    font-size: clamp(46px, 5vw, 72px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #ff7a00;
}

.location-contact-number a {
    color: inherit;
}

.main_lo_r img {
    width: 100%;
}

.site-footer {
    position: relative;
    margin-top: 0;
    background:
        linear-gradient(180deg, #2a2420 0%, #171310 100%);
    color: rgba(255, 247, 240, 0.88);
}

.footer-inner {
    width: min(calc(100% - 40px), 1280px);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    padding: 38px 0 42px;
}

.footer-signature {
    margin: 0;
    font-family: 'Cafe24ClassicType-Regular', sans-serif;
    font-size: clamp(24px, 2.4vw, 36px);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #fff2e7;
}

.footer-meta {
    display: grid;
    gap: 10px;
    justify-items: end;
    text-align: right;
}

.footer-meta-line {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 247, 240, 0.72);
}

.footer-meta-line strong {
    color: #ffb16f;
    font-weight: 700;
}

.floating-actions {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 1000;
}

.floating-contact-card {
    width: fit-content;
    min-width: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.floating-contact-item {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 7px 9px;
    border: 1px solid rgba(31, 26, 23, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.74);
    color: #2a2421;
    text-decoration: none;
    transition: border-color 0.22s ease, background-color 0.22s ease;
}

a.floating-contact-item:hover {
    border-color: rgba(255, 122, 0, 0.42);
    background: #fff8f1;
}

.floating-contact-item:focus-visible {
    outline: 2px solid rgba(255, 122, 0, 0.5);
    outline-offset: 2px;
}

.floating-qr-popup {
    position: absolute;
    right: calc(100% + 14px);
    top: 50%;
    z-index: 2;
    width: 154px;
    padding: 12px;
    border: 1px solid rgba(31, 26, 23, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(45, 29, 18, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-align: center;
    transform: translateY(-50%) translateX(8px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.floating-qr-popup::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid rgba(31, 26, 23, 0.1);
    border-right: 1px solid rgba(31, 26, 23, 0.1);
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
}

.floating-contact-item:hover .floating-qr-popup,
.floating-contact-item:focus-within .floating-qr-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.floating-contact-item:hover .floating-contact-text,
.floating-contact-item:focus-within .floating-contact-text,
.floating-contact-item.is-open .floating-contact-text {
    max-width: 220px;
    opacity: 1;
}

.floating-contact-item.is-open .floating-qr-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.floating-qr-title {
    display: block;
    margin: 0 0 8px;
    color: #ff7a00;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.floating-qr-img {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 8px;
    object-fit: contain;
}

.floating-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    border-radius: 50%;
    background: #ff7a00;
    color: #fff;
}

.floating-icon svg {
    width: 16px;
    height: 16px;
}

.floating-contact-text {
    min-width: 0;
    display: grid;
    gap: 3px;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}

.floating-contact-text span {
    color: #8a7d74;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.floating-contact-text strong {
    color: #1f1a17;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.18;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.floating-line .floating-icon {
    background: #05b24a;
}

.floating-wechat .floating-icon {
    background: #12a754;
}

.floating-instagram .floating-icon {
    background: #d94685;
}

.floating-weibo .floating-icon {
    background: #e6532e;
}

.floating-douyin .floating-icon {
    background: #151515;
}

.brand-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 36px 20px 16px;
    text-align: center;
}

.brand-message-title {
    margin: 0;
    padding: 8px 20px 10px;
    background: #000;
    color: #ffa23b;
    font-family: 'Cafe24ClassicType-Regular', sans-serif;
    font-size: clamp(58px, 8.1vw, 124px);
    line-height: 0.9;
    letter-spacing: 0.06em;
}

.brand-message-lines {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.brand-message-line {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 8px 18px 10px;
    background: #000;
    color: #3f3327;
    font-size: clamp(20px, 2.15vw, 36px);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.doctor-wrap {
    width: min(calc(100% - 40px), 1260px);
    margin: 0 auto;
}

.doctor-hero-image {
    padding: 10px 0 88px;
}

.doctor-hero-image img {
    width: 100%;
}

.doctor-profile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: clamp(460px, 46vw, 640px);
}

.doctor-profile::before {
    display: none;
}

.doctor-profile + .doctor-profile {
    margin-top: 22px;
}

.doctor-info {
    position: relative;
    width: min(100%, 680px);
    margin-left: auto;
    padding: 44px 0 46px 54px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.doctor-info::before {
    display: none;
}

.doctor-label-row {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 24px;
}

.doctor-label {
    margin: 0;
    font-family: 'Cafe24ClassicType-Regular', sans-serif;
    font-size: clamp(42px, 4.8vw, 74px);
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: #ff7f1f;
    white-space: nowrap;
}

.doctor-label-row::after {
    display: none;
}

.doctor-name-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px 32px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.doctor-name {
    margin: 0;
    font-size: clamp(48px, 4.5vw, 72px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.08em;
    color: #211c19;
}

.doctor-role {
    font-size: 24px;
    font-weight: 700;
    color: #3a322d;
    letter-spacing: -0.03em;
}

.doctor-credentials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.doctor-credentials ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    display: grid;
    gap: 16px;
    border-left: 0;
}

.doctor-credentials li {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #403733;
    letter-spacing: -0.03em;
}

.doctor-credentials li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff9a46;
}

.philosophy-card {
    width: min(100%, 1040px);
    padding: 76px 46px 64px;
    color: #111;
    text-align: left;
}

.philosophy-point {
    margin: 0;
    color: #ff8a22;
    font-family: 'Cafe24ClassicType-Regular', sans-serif;
    font-size: 20px;
    letter-spacing: 0.22em;
}

.philosophy-headline {
    margin: 28px 0 0;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.05em;
}

.philosophy-headline strong {
    color: #ff8a22;
    font-weight: 700;
}

.philosophy-divider {
    position: relative;
    margin: 30px -46px 30px;
    border-top: 1px solid rgba(17, 17, 17, 0.16);
}

.philosophy-divider::before {
    content: '';
    position: absolute;
    left: 46px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #111;
}

.philosophy-body {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.05em;
    color: #3b3b3b;
}

.philosophy-body + .philosophy-body {
    margin-top: 6px;
}

.philosophy-card.is-right {
    text-align: right;
}

.philosophy-card.is-right .philosophy-divider::before {
    left: auto;
    right: 46px;
}

.youtube-section {
    padding: 0 0 100px;
}

.youtube-header {
    width: min(calc(100% - 40px), 1200px);
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.youtube-header .title,
.shorts-title {
    width: min(100%, 1200px);
    margin: 70px 0 40px;
}

.media-title {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    min-width: 0;
}

.media-title-mark {
    position: relative;
    width: 52px;
    height: 36px;
    flex: 0 0 52px;
    border-radius: 0 8px 8px 0;
    background: #c92d34;
}

.media-title-mark.is-shorts::before,
.media-title-mark.is-shorts::after {
    content: '';
    position: absolute;
    left: 18px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #c92d34;
}

.media-title-mark.is-shorts::before {
    top: -1px;
}

.media-title-mark.is-shorts::after {
    bottom: -1px;
}

.media-title-body {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    flex-wrap: wrap;
}

.media-title-main {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0;
    min-width: 0;
    font-family: 'Cafe24ClassicType-Regular', sans-serif;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1;
    letter-spacing: -0.04em;
    color: #0f0f0f;
}

.media-title-main span:last-child {
    color: #ff8a22;
}

.media-title-sub {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.main_you_wrap {
    width: min(calc(100% - 40px), 1200px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.main_you_l {
    width: min(100%, 700px);
    overflow: hidden;
    border-radius: 10px;
    background: #000;
    flex: 1 1 700px;
}

.main_you_l iframe {
    display: block;
    width: 100%;
    aspect-ratio: 700 / 470;
    border: 0;
}

.main_you_r {
    width: 480px;
    max-height: 467px;
    overflow-y: auto;
    flex: 0 0 480px;
    padding-right: 4px;
}

.you_th_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 0;
    background: transparent;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}

.you_th_box.on {
    background: #fcf6eb;
    border: 2px solid #ff7b00;
    border-radius: 10px;
}

.you_th_box.on .you_th_box_text div:first-child {
    color: #ff7b00;
}

.you_th_box_img {
    width: 167px;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 167px;
}

.you_th_box_img img {
    width: 100%;
}

.you_th_box_text {
    width: 270px;
    flex: 1 1 auto;
}

.you_th_box_text div:first-child {
    padding: 20px 0 5px;
    font-size: 18px;
    font-weight: 700;
}

.you_th_box_text div:last-child {
    color: #6e625c;
    font-size: 15px;
}

.bg_fafafa {
    background: #fafafa;
}

.slide_sh_wrap {
    width: min(calc(100% - 40px), 1300px);
    margin: 0 auto;
    display: flex;
    padding: 0 0 100px;
}

.slide_sh_l,
.slide_sh_r {
    width: 50px;
    flex: 0 0 50px;
    cursor: pointer;
    margin-top: 220px;
    z-index: 2;
}

.slide_sh_r {
    text-align: right;
}

.slide_sh {
    width: calc(100% - 100px);
    overflow: hidden;
}

.slide_sh .slick-slide {
    margin: 0 10px;
}

.slide_eq_wrap {
    position: relative;
    padding: 0 0 110px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 12%, rgba(255, 174, 71, 0.18), transparent 28%),
        linear-gradient(180deg, #f8f4ee 0%, #efe7de 100%);
}

.slide_eq_wrap::before {
    content: '';
    position: absolute;
    inset: 120px 0 0;
    background: url('/statics/geniuscl/image/bg3.png') no-repeat top center;
    background-size: 100% auto;
    opacity: 0.8;
    pointer-events: none;
}

.slide_eq_wrap > * {
    position: relative;
    z-index: 1;
}

.slide_eq_wrap .title {
    padding-top: 6px;
}

.slide_eq_arr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    pointer-events: none;
}

.slide_eq_arr2 {
    position: relative;
    width: min(calc(100% - 40px), 1320px);
    margin: 0 auto;
    height: 0;
}

.arr_eq_l,
.arr_eq_r {
    position: absolute;
    top: 300px;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 34px rgba(56, 40, 26, 0.16);
    cursor: pointer;
    pointer-events: auto;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.arr_eq_l:hover,
.arr_eq_r:hover {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 22px 38px rgba(56, 40, 26, 0.22);
}

.arr_eq_l {
    left: 0;
}

.arr_eq_r {
    right: 0;
}

.arr_eq_l img,
.arr_eq_r img {
    width: 22px;
}

.slide_eq {
    width: min(calc(100% - 40px), 1200px);
    margin: 34px auto 0;
    overflow: hidden;
}

.slide_eq .slick-list {
    overflow: visible;
}

.slide_eq .slick-track {
    display: flex;
    align-items: stretch;
}

.slide_eq .slick-slide {
    width: 320px;
    margin: 0 16px;
    opacity: 0.52;
    transform: scale(0.92);
    transition: transform 0.32s ease, opacity 0.32s ease;
}

.slide_eq .slick-current,
.slide_eq .slick-center,
.slide_eq .slick-active {
    opacity: 1;
    transform: scale(1);
}

.equipment-card {
    position: relative;
    display: grid;
    grid-template-rows: minmax(390px, 1fr) auto;
    border: 0;
    overflow: hidden;
    isolation: isolate;
    outline: none;
}

.equipment-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 34%, rgba(27, 21, 18, 0.08) 100%);
    z-index: 0;
    pointer-events: none;
}

.equipment-card-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    width: 100%;
    z-index: 0;
}

.equipment-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 20px 32px rgba(36, 26, 18, 0.18));
    transition: transform 0.36s ease, filter 0.36s ease;
}

.equipment-card-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-height: 112px;
    padding: 16px 18px;
    background: linear-gradient(180deg, rgba(25, 22, 20, 0.84) 0%, rgba(25, 22, 20, 0.94) 100%);
    color: #fff;
    transform: none;
    transition: none;
}

.equipment-card:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.36), 0 28px 60px rgba(61, 44, 29, 0.16);
}

.equipment-card-kicker {
    display: none;
}

.equipment-card-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.equipment-card-subtitle {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: none;
}

.equipment-card-desc {
    display: none;
}

.equipment-card-tags {
    display: none;
}

.equipment-card-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff0df;
    font-size: 12px;
    line-height: 1;
}

.sh_box,
.shorts-card {
    width: 255px;
    aspect-ratio: 9 / 16;
    border: 0;
    border-radius: 20px;
    background: transparent;
    overflow: hidden;
    padding: 0;
    line-height: 0;
}

.sh_box {
    cursor: pointer;
}

.sh_box img,
.shorts-card img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

#yt_wrap {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 2100;
}

.yt_wrap_bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.yt_play_wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.yt_play_wrap2 {
    width: min(100%, 800px);
    position: relative;
}

.yt_close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.yt_player iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 14px;
}

@media (max-width: 1180px) {
    .nav-panel {
        gap: 22px;
    }

    .gnb > li > a,
    .gnb > li > button {
        padding: 0 12px;
        font-size: 15px;
    }

}

@media (max-width: 940px) {
    .site-header {
        position: sticky;
        background: rgba(255, 251, 247, 0.92);
        backdrop-filter: blur(16px);
        border-bottom-color: rgba(31, 26, 23, 0.08);
        box-shadow: 0 10px 26px rgba(53, 37, 28, 0.06);
    }

    .site-header.is-scrolled {
        background: rgba(255, 251, 247, 0.92);
        box-shadow: 0 10px 26px rgba(53, 37, 28, 0.08);
        backdrop-filter: blur(16px);
    }

    .header-inner {
        min-height: 94px;
        gap: 18px;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .brand img {
        width: clamp(164px, 30vw, 220px);
    }

    .nav-panel {
        position: absolute;
        top: calc(100% + 8px);
        left: 20px;
        right: 20px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 20px;
        padding: 18px 18px 20px;
        border: 1px solid rgba(31, 26, 23, 0.08);
        border-radius: 24px;
        background: rgba(255, 252, 249, 0.98);
        box-shadow: 0 20px 40px rgba(45, 29, 18, 0.14);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    }

    .site-header.is-menu-open .nav-panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .gnb {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        border-bottom: 1px solid rgba(31, 26, 23, 0.08);
        padding-bottom: 8px;
    }

    .gnb > li {
        border-bottom: 1px solid rgba(31, 26, 23, 0.08);
    }

    .gnb > li:last-child {
        border-bottom: 0;
    }

    .gnb > li > a,
    .gnb > li > button {
        width: 100%;
        justify-content: space-between;
        min-height: 60px;
        padding: 0;
        color: var(--text);
        font-size: 17px;
        font-weight: 600;
    }

    .gnb > li > button::after {
        content: '+';
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        color: rgba(31, 26, 23, 0.56);
        transition: transform 0.24s ease, color 0.24s ease;
    }

    .has-submenu.is-open > .submenu-toggle::after {
        transform: rotate(45deg);
        color: var(--accent-deep);
    }

    .submenu {
        position: static;
        min-width: 0;
        margin: 0 0 12px;
        padding: 2px 0 4px 10px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
    }

    .has-submenu.is-open .submenu {
        display: block;
    }

    .submenu a {
        padding: 10px 0;
        font-size: 15px;
        color: #5b504a;
    }

    .header-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .header-link {
        width: 100%;
        min-height: 54px;
        border-color: rgba(31, 26, 23, 0.08);
        background: linear-gradient(135deg, var(--accent) 0%, #ff9b58 100%);
        color: #fff;
        box-shadow: 0 12px 24px rgba(255, 122, 0, 0.18);
    }

    .hero-slider,
    .hero-slider .slick-list,
    .hero-slider .slick-track,
    .hero-slide {
        height: clamp(390px, 56svh, 540px);
        min-height: 0;
    }

    .doctor-profile {
        min-height: 0;
        align-items: flex-end;
    }

    .doctor-profile::before {
        inset: 0;
    }

    .doctor-info {
        width: min(100%, 720px);
        padding: 34px 0 34px 30px;
    }

    .doctor-info::before {
        left: 0;
        width: 86px;
    }

    .doctor-label-row {
        gap: 20px;
        margin-bottom: 22px;
    }

    .doctor-name-row {
        gap: 14px 24px;
        margin-bottom: 24px;
    }

    .doctor-credentials {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .doctor-credentials ul {
        padding-left: 22px;
    }

}

@media (max-width: 720px) {
    :root {
        --nav-height: 86px;
    }

    .header-inner {
        width: min(calc(100% - 28px), var(--max-width));
        min-height: 86px;
    }

    .brand img {
        width: clamp(168px, 42vw, 220px);
    }

    .hero-slider,
    .hero-slider .slick-list,
    .hero-slider .slick-track,
    .hero-slide {
        height: clamp(320px, 50svh, 330px);
        min-height: 0;
    }

    .hero-slide::before {
        background:
            linear-gradient(180deg, rgba(17, 13, 10, 0.18) 0%, rgba(17, 13, 10, 0.38) 36%, rgba(17, 13, 10, 0.76) 100%);
    }

    .hero-controls {
        width: min(calc(100% - 28px), var(--max-width));
        bottom: 20px;
    }

    .hero-counter {
        font-size: 13px;
    }

    .title {
        width: min(calc(100% - 28px), 1200px);
    }

    .youtube-section {
        padding-bottom: 56px;
    }

    .youtube-header {
        width: min(calc(100% - 28px), 1200px);
        align-items: flex-start;
    }

    .media-title {
        align-items: flex-start;
        gap: 12px;
    }

    .media-title-mark {
        width: 38px;
        height: 28px;
        flex-basis: 38px;
    }

    .media-title-mark.is-shorts::before,
    .media-title-mark.is-shorts::after {
        left: 12px;
        width: 18px;
        height: 18px;
    }

    .media-title-body {
        gap: 10px;
    }

    .media-title-main {
        font-size: clamp(24px, 8vw, 42px);
    }

    .media-title-sub {
        min-height: 24px;
        padding: 0 8px;
        font-size: 12px;
        white-space: normal;
    }

    .main_you_wrap {
        width: min(calc(100% - 28px), 1200px);
        flex-direction: column;
    }

    .main_you_l,
    .main_you_r {
        width: 100%;
        max-height: none;
        flex: 1 1 auto;
    }

    .you_th_box {
        gap: 12px;
    }

    .you_th_box_img {
        width: 140px;
        flex-basis: 140px;
    }

    .you_th_box_text div:first-child {
        padding-top: 10px;
        font-size: 16px;
    }

    .slide_sh_wrap {
        width: min(calc(100% - 28px), 1300px);
        padding-bottom: 56px;
    }

    .slide_eq_wrap {
        padding-bottom: 64px;
    }

    .slide_eq_wrap::before {
        inset: 100px 0 0;
        background-size: cover;
        opacity: 0.55;
    }

    .slide_eq_wrap .title img {
        width: min(100%, 520px);
    }

    .slide_eq_arr {
        display: none;
    }

    .slide_eq {
        width: min(calc(100% - 28px), 1200px);
        margin-top: 20px;
        overflow: hidden;
    }

    .slide_eq .slick-slide {
        width: min(72vw, 320px);
        margin: 0 10px;
        transform: scale(0.96);
        opacity: 1;
    }

    .slide_eq .slick-list {
        overflow: hidden;
    }

    .equipment-card {
        grid-template-rows: minmax(320px, 1fr) auto;
    }

    .equipment-card-media {
        height: 320px;
        min-height: 320px;
    }

    .equipment-card-panel {
        min-height: 92px;
        padding: 14px 16px;
        gap: 4px;
    }

    .equipment-card-title {
        font-size: 24px;
    }

    .equipment-card-subtitle {
        font-size: 13px;
        line-height: 1.35;
    }

    .slide_sh_l,
    .slide_sh_r {
        display: none;
    }

    .slide_sh {
        width: 100%;
    }

    .sh_box,
    .shorts-card {
        width: min(60vw, 255px);
    }

    .bg_faf8f5 {
        padding-bottom: 56px;
    }

    .bg1,
    .bg2 {
        background-size: cover;
        min-height: 0;
    }

    .bg1 {
        margin-bottom: 56px;
    }

    .bg1_box,
    .bg2_box {
        width: min(calc(100% - 28px), 1200px);
        padding-top: 36px;
    }

    .bg4 {
        padding: clamp(300px, 52vw, 420px) 0 72px;
        background-size: auto clamp(320px, 50vw, 420px);
        background-position: center top;
    }

    .bg5 {
        padding-bottom: 72px;
    }

    .main_look_wrap2 {
        width: min(calc(100% - 28px), 1400px);
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 56px 0;
    }

    .main_look_l {
        width: min(100%, 260px);
        flex-basis: auto;
    }

    .main_look_r {
        width: 100%;
    }

    .main_look_r .slick-list {
        margin: 0 -10px;
    }

    .main_look_r .slick-slide {
        margin: 0 10px;
    }

    .main_look_r .slick-dots {
        margin-top: 18px;
    }

    .location-section {
        padding: 64px 0 72px;
    }

    .main_location {
        width: min(calc(100% - 28px), 1280px);
        gap: 22px;
    }

    .main_lo_l,
    .main_lo_r {
        width: calc(50% - 11px);
    }

    .main_lo_l {
        margin-top: 0;
    }

    .main_lo_map {
        border-radius: 22px;
    }

    .location-info-card {
        border-radius: 22px;
        padding: 28px;
    }

    .location-info-block + .location-info-block {
        margin-top: 42px;
    }

    .location-contact {
        margin-top: 44px;
        gap: 14px;
    }

    .footer-inner {
        width: min(calc(100% - 28px), 1280px);
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 0 34px;
    }

    .footer-meta {
        justify-items: start;
        text-align: left;
    }

    .floating-actions {
        right: 14px;
        bottom: 60px;
    }

    .floating-contact-card {
        padding: 8px;
    }

    .floating-contact-item {
        min-height: 40px;
        padding: 6px 8px;
        gap: 8px;
    }

    .floating-icon {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }

    .floating-icon svg {
        width: 15px;
        height: 15px;
    }

    .floating-contact-text strong {
        font-size: 12px;
    }

    .floating-contact-text span {
        font-size: 10px;
    }

    .brand-message {
        gap: 16px;
        padding-top: 18px;
    }

    .brand-message-line {
        font-size: clamp(17px, 2.6vw, 26px);
    }

    .bg6 {
        padding: clamp(300px, 52vw, 420px) 0 72px;
        background-size: auto clamp(320px, 50vw, 420px);
        background-position: center top;
    }

    .doctor-wrap {
        width: min(calc(100% - 28px), 1200px);
    }

    .w1200 {
        width: min(calc(100% - 28px), 1200px);
    }

    .doctor-hero-image {
        padding-bottom: 52px;
    }

    .doctor-profile {
        display: block;
    }

    .doctor-info {
        width: 100%;
        padding: 28px 0 30px 22px;
    }

    .doctor-info::before {
        display: none;
    }

    .doctor-label-row {
        gap: 18px;
        margin-bottom: 28px;
    }

    .doctor-role {
        font-size: 18px;
    }

    .doctor-credentials {
        gap: 14px;
    }

    .doctor-credentials ul {
        padding-left: 18px;
    }

    .doctor-credentials li {
        font-size: 15px;
    }

    .philosophy-card {
        width: 100%;
        padding: 44px 26px 42px;
    }

    .philosophy-point {
        font-size: 16px;
    }

    .philosophy-headline {
        margin-top: 18px;
        font-size: 22px;
    }

    .philosophy-divider {
        margin: 24px -26px 22px;
    }

    .philosophy-divider::before {
        left: 26px;
    }

    .philosophy-body {
        font-size: 16px;
        line-height: 1.75;
    }

    .philosophy-card.is-right .philosophy-divider::before {
        right: 26px;
    }

    .sh_box,
    .shorts-card {
        width: 72vw;
    }

    .yt_play_wrap {
        padding: 16px;
    }

    .yt_close {
        top: -12px;
        right: -4px;
        width: 38px;
        height: 38px;
        font-size: 22px;
    }
}

@media (max-width: 560px) {
    .header-link {
        display: none;
    }

    .header-inner {
        gap: 12px;
    }

    .menu-toggle {
        width: 48px;
        height: 48px;
    }

    .nav-panel {
        left: 14px;
        right: 14px;
        top: calc(100% + 6px);
        padding: 14px 16px 18px;
        border-radius: 20px;
    }

    .gnb > li > a,
    .gnb > li > button {
        min-height: 56px;
        font-size: 16px;
    }

    .submenu a {
        font-size: 14px;
    }

    .slide_eq_wrap {
        padding-bottom: 48px;
    }

    .bg4 {
        padding: clamp(240px, 72vw, 360px) 0 56px;
        background-size: auto clamp(260px, 70vw, 360px);
        background-position: center top;
    }

    .bg5 {
        padding-bottom: 56px;
    }

    .main_look_wrap2 {
        padding: 48px 0;
        gap: 20px;
    }

    .main_look_r .slick-slide {
        margin: 0 6px;
    }

    .main_look_r .slick-list {
        margin: 0 -6px;
    }

    .location-section {
        padding: 48px 0 56px;
    }

    .main_location {
        width: min(calc(100% - 28px), 1280px);
        flex-direction: column;
        gap: 18px;
    }

    .main_lo_l,
    .main_lo_r {
        width: 100%;
    }

    .main_lo_l {
        margin-top: 0;
    }

    .main_lo_map {
        height: auto;
        border-radius: 18px;
    }

    .location-info-card {
        min-height: 0;
        border-radius: 18px;
        padding: 22px 20px 24px;
    }

    .location-info-block + .location-info-block {
        margin-top: 34px;
    }

    .location-info-heading {
        font-size: 18px;
    }

    .location-address,
    .location-hour-row {
        font-size: 16px;
    }

    .location-hour-row {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .location-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 36px;
    }

    .location-contact-label {
        font-size: 18px;
    }

    .footer-inner {
        width: min(calc(100% - 28px), 1280px);
        padding: 26px 0 30px;
        gap: 14px;
    }

    .footer-signature {
        font-size: 24px;
    }

    .footer-meta-line {
        font-size: 14px;
    }

    .floating-actions {
        right: 10px;
        bottom: 50px;
    }

    .floating-contact-card {
        padding: 7px;
        gap: 5px;
    }

    .floating-contact-item {
        min-height: 38px;
        padding: 6px 7px;
        gap: 7px;
    }

    .floating-icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .floating-icon svg {
        width: 14px;
        height: 14px;
    }

    .floating-contact-text strong {
        font-size: 12px;
    }

    .floating-contact-text span {
        font-size: 10px;
    }

    .floating-qr-popup {
        display: none;
    }

    .brand-message {
        gap: 12px;
        padding: 8px 0 0;
    }

    .brand-message-title {
        padding: 8px 12px 10px;
        font-size: clamp(34px, 14vw, 64px);
    }

    .brand-message-lines {
        gap: 10px;
    }

    .brand-message-line {
        width: 100%;
        padding: 8px 12px 10px;
        font-size: clamp(15px, 4.4vw, 20px);
        line-height: 1.55;
    }

    .bg6 {
        padding: clamp(240px, 72vw, 360px) 0 56px;
        background-size: auto clamp(260px, 70vw, 360px);
        background-position: center top;
    }

    .doctor-hero-image {
        padding-bottom: 40px;
    }

    .doctor-profile {
        display: block;
    }

    .doctor-profile::before {
        display: none;
    }

    .doctor-label-row {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 18px;
    }

    .doctor-label-row::after {
        display: none;
    }

    .doctor-info {
        padding: 24px 0 22px 0;
    }

    .doctor-info::before {
        display: none;
    }

    .doctor-label {
        font-size: clamp(28px, 10vw, 40px);
    }

    .doctor-name {
        font-size: clamp(28px, 10vw, 42px);
    }

    .doctor-role {
        font-size: 15px;
    }

    .doctor-credentials {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .doctor-credentials ul {
        padding-left: 14px;
    }

    .doctor-credentials li {
        font-size: 14px;
        line-height: 1.6;
    }

    .slide_eq .slick-slide {
        width: 82vw;
        margin: 0 6px;
    }

    .equipment-card {
        grid-template-rows: minmax(270px, 1fr) auto;
    }

    .equipment-card-media {
        height: 270px;
        min-height: 270px;
    }

    .equipment-card-panel {
        min-height: 82px;
        padding: 13px 14px;
    }

    .equipment-card-title {
        font-size: 22px;
    }

    .equipment-card-subtitle {
        font-size: 12px;
        line-height: 1.35;
    }

}

/* Homepage parity fixes */
:root {
    --promo-banner-height: 60px;
}

.site-header {
    top: var(--promo-banner-height);
}

.site-header.is-scrolled {
    top: 0;
}

body {
    padding-bottom: 118px;
}

.floating-actions {
    bottom: 150px;
}

@media (max-width: 940px) {
    :root {
        --promo-banner-height: 46px;
    }

    .site-header,
    .site-header.is-scrolled {
        top: 0;
    }

    .quick-consult {
        position: static;
        min-height: 0;
    }

    .quick-consult-form {
        width: min(calc(100% - 28px), 720px);
        min-height: 0;
        padding: 22px 0;
        grid-template-columns: 1fr 1fr;
    }

    .quick-consult-call,
    .quick-consult-agree,
    .quick-consult-submit {
        grid-column: 1 / -1;
    }

    body {
        padding-bottom: 0;
    }

    .floating-actions {
        bottom: 60px;
    }
}

@media (max-width: 560px) {
    :root {
        --promo-banner-height: 38px;
    }

    .quick-consult-form {
        grid-template-columns: 1fr;
    }
}
