/* ===================================
    Annuity 페이지 전용 스타일
    Based on: sub/style-cancer.css
    Note: 공통 CSS (style.css, style-component.css)와 함께 사용
====================================== */

/* Annuity 페이지 특화 변수 */
:root {
    --annuity-base-color: #d3360c;
    --annuity-orange: #f1710b;
}

/* Body 기본 스타일 */
body {
    line-height: 30px;
}

/* 섹션 패딩 통일 */
section.cover-background {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

/* 섹션 내부 요소 간격 통일 */
section .row {
    margin-bottom: 40px;
}

section .row:last-child {
    margin-bottom: 0;
}

/* 제목 요소 간격 */
section h2 {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

section h3 {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

section p {
    margin-bottom: 20px !important;
}

/* 말풍선 아래 간격 조정 */
.speech-bubble {
    margin-bottom: 40px !important;
}

/* 이미지/박스 컨테이너 간격 */
section .feature-box {
    margin-bottom: 30px;
}

section .feature-box:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    /* 모바일 섹션 패딩 */
    section.cover-background {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    /* 모바일 Row 간격 */
    section .row {
        margin-bottom: 20px;
    }

    /* 모바일 제목 간격 */
    section h2 {
        margin-bottom: 15px !important;
        font-size: 1.8rem !important;
        line-height: 1.4 !important;
    }

    section h3 {
        margin-bottom: 12px !important;
        font-size: 1.5rem !important;
        line-height: 1.4 !important;
    }

    section p {
        margin-bottom: 15px !important;
        font-size: 0.95rem !important;
    }

    /* 모바일 말풍선 */
    .speech-bubble {
        margin-bottom: 30px !important;
        padding: 15px 25px !important;
        font-size: 1.1rem !important;
    }

    /* 모바일 컨테이너 */
    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .container-fluid {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-lg {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* 플레이스홀더 스타일 */
::-webkit-input-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
}
::-moz-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #6e7982 !important;
    text-overflow: ellipsis;
    opacity: 1;
}

/* Footer z-index 조정 */
footer {
    position: relative !important;
    z-index: 555 !important;
    padding-top: 100px;
}

footer .footer-logo img {
    max-height: 32px;
}

.footer-dark a:hover {
    color: var(--white);
}

footer ul li {
    margin-bottom: 0;
}

/* 메인 섹션 배경 */
.section_mains {
    background-image: url('./dental/images/assets/backgrounds/mainbg_pc.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(100px + 1000px); /* nav 높이(100px) + 1000px */
    min-height: calc(100px + 1000px);
    padding-top: 120px;
    padding-bottom: 120px;
}

/* 헤더 스타일 조정 - 스크롤 시에도 메뉴가 항상 보이도록 강제 설정 */
header,
header.fixed-top,
header.sticky,
header.sticky-active {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1030 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.navbar,
.navbar-expand-lg,
header .navbar,
header .navbar-expand-lg,
header.sticky .navbar,
header.sticky-active .navbar {
    position: relative !important;
    background-color: transparent !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

.navbar-nav,
header .navbar-nav,
.navbar-nav .nav-link,
header .navbar-nav .nav-link,
header.sticky .navbar-nav,
header.sticky-active .navbar-nav,
header.sticky .navbar-nav .nav-link,
header.sticky-active .navbar-nav .nav-link {
    color: #333 !important;
    font-size: 17px;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

header .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
}

header .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.sticky .header-transparent .header-button .btn {
    background-color: var(--dark-gray);
    color: var(--white);
}

.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
}

header .navbar-brand img {
    max-height: 45px;
}

/* 로고 반응형 */
.default-logo {
    display: inline-block;
}

.mobile-logo {
    display: none;
}

@media (max-width: 767px) {
    .default-logo {
        display: none;
    }

    .mobile-logo {
        display: inline-block;
    }
}

/* 해시태그 버튼 스타일 - "필요한 보장만 골라" 섹션 */
.btn.btn-switch-text.lg-w-50,
.btn.btn-switch-text.xs-w-45 {
    width: auto !important;
    max-width: none !important;
}

.btn.btn-switch-text {
    border-radius: 50px !important;
    margin-right: 10px !important;
    margin-bottom: 8px !important;
    width: auto !important;
    display: inline-block !important;
}

.btn.btn-switch-text .btn-double-text {
    display: inline-block;
    border: none !important;
    padding: 10px 35px;
    min-width: 160px;
    text-align: center;
    transition: opacity 0.65s, transform 0.85s;
    transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.btn.btn-switch-text:hover .btn-double-text {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* 폰트 및 간격 유틸리티 */
.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.lh-15 {
    line-height: 1.5 !important;
}

.fs-32 {
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
}

/* speech-bubble 안의 텍스트 크기 조정 */
.speech-bubble.fs-32 {
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
}

.fs-28 {
    font-size: 1.65rem !important;
    line-height: 2.05rem !important;
}

.fs-30 {
    font-size: 1.75rem !important;
    line-height: 2.15rem !important;
}

/* 추가 폰트 크기 유틸리티 */
.fs-31 {
    font-size: 1.85rem !important;
    line-height: 2.35rem !important;
}

.fs-32 {
    font-size: 1.9rem !important;
    line-height: 2.4rem !important;
}

.fs-39 {
    font-size: 2.3rem !important;
    line-height: 2.95rem !important;
}

.fs-40 {
    font-size: 2.35rem !important;
    line-height: 3rem !important;
}

.fs-41 {
    font-size: 2.43rem !important;
    line-height: 3.05rem !important;
}

.fs-42 {
    font-size: 2.5rem !important;
    line-height: 3.1rem !important;
}

.fs-43 {
    font-size: 2.55rem !important;
    line-height: 3.15rem !important;
}

.fs-44 {
    font-size: 2.6rem !important;
    line-height: 3.2rem !important;
}

.fs-45 {
    font-size: 2.4rem !important;
    line-height: 3rem !important;
}

.fs-46 {
    font-size: 2.73rem !important;
    line-height: 3.3rem !important;
}

.lh-75 {
    line-height: 1.6 !important;
}

.ls-minus-2px {
    letter-spacing: -1.5px !important;
}

/* 배경색 유틸리티 */
.bg-midnight-dark-blue {
    background-color: #191d3c;
}

.bg-dark-blue {
    background-color: #183f80;
}

.bg-arsenic-grey {
    background-color: #535353 !important;
}

.bg-transparent-white-light {
    background-color: rgba(255, 255, 255, .1) !important;
}

/* 버튼 기본 스타일 */
.btn {
    text-transform: initial;
    letter-spacing: 0px;
}

.btn i,
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}

/* 버튼 스타일 조정 */
.btn-yellow {
    background-color: var(--yellow);
    color: var(--dark-gray);
}

.btn-yellow:hover {
    background-color: transparent;
    border-color: var(--yellow);
    color: var(--yellow);
}

.btn.btn-box-shadow.btn-yellow:hover {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important;
}

.btn-green {
    background-color: var(--annuity-orange);
    color: var(--white);
}

.btn-green:hover {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--dark-gray);
}

/* 헤딩 태그 기본 스타일 */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}

/* 페이지 타이틀 */
.page-title-extra-small h2 {
    font-size: 3.25rem;
    line-height: 3.425rem;
}

/* 체크박스 */
.form-check-input:checked {
    background-color: var(--annuity-base-color) !important;
    border-color: var(--annuity-base-color) !important;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
}

/* 뉴스레터 스타일 */
.newsletter-style-02 .btn i {
    top: -1px;
}

.newsletter-style-02 input {
    font-size: 14px;
}

/* Noto Serif 폰트 */
.noto-serif {
    font-family: "Noto Serif KR", serif;
}

/* 메인 비주얼 배경 그라데이션 */
.main_visual_bgc {
    background: linear-gradient(90deg, #4dadeb 0%, #0268c4 50%, #0067c3 100%) !important;
}

/* 말풍선 스타일 */
.speech-bubble {
    position: relative;
    background-color: #fff;
    border-radius: 60px;
    padding: 18px 45px;
    min-width: 250px;
    display: inline-block;
    min-height: 50px;
    margin-bottom: 80px;
}

.speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -35px;
    right: 15px;
    border-width: 45px 45px 0 0px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.speech-bubble.section-1::after {
    border-color: rgb(30, 91, 168) transparent transparent transparent;
}

.speech-bubble-white::after {
    content: '';
    position: absolute;
    bottom: -35px;
    right: 15px;
    border-width: 45px 45px 0 0px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.speech-bubble-white.section-2::after {
    border-color: #fff transparent transparent transparent;
}

/* 타이틀 데코레이션 */
.h2_deco {
    position: relative;
    z-index: 1;
}

.h2_deco:after {
    position: absolute;
    bottom: 5px;
    left: 0;
    content: "";
    height: 20px;
    width: 100%;
    display: inline;
}

.section1_title:after {
    content: "";
    position: absolute;
    background: rgba(250, 250, 199, 0.9);
    z-index: -1;
}

.section3_title:after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
}

.section4_title:after {
    content: "";
    position: absolute;
    background: rgba(172, 110, 239, 0.6);
    z-index: -1;
}

.section5_title:after {
    content: "";
    position: absolute;
    background: rgba(255, 230, 141, 0.6);
    z-index: -1;
}

.section8_title:after {
    content: "";
    position: absolute;
    background: rgba(238, 249, 255, 1);
    z-index: -1;
}

/* 머니 이미지 */
.moneys {
    z-index: 2;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -120%);
    display: none !important;
}

/* 배너 바 */
.bar_banner01 {
    background-image: url('./dental/images/assets/backgrounds/pc-bar-banner.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 250px;
    padding: 40px 0;
}

.bar_banner02 {
    background-image: url('./dental/images/assets/backgrounds/pc-bar-banner2.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 350px;
    padding: 60px 0;
}

/* PC 히어로 섹션 텍스트 정렬 */
@media (min-width: 768px) {
    .section_mains .col-xl-7 {
        margin-top: 60px;
    }

    .section_mains .onms {
        padding-left: 230px;
    }

    .hero-hashtag-container {
        justify-content: flex-start !important;
        max-width: 600px !important;
        margin-top: 30px !important;
        padding-left: 230px;
    }

    .hero-hashtag-container .btn-switch-text {
        width: calc(50% - 2.5px) !important;
        max-width: calc(50% - 2.5px) !important;
        margin-right: 5px !important;
        margin-bottom: 15px !important;
        padding: 0 !important;
    }

    .hero-hashtag-container .btn-switch-text:nth-child(2),
    .hero-hashtag-container .btn-switch-text:nth-child(4) {
        margin-right: 0 !important;
    }

    .hero-hashtag-container .btn-switch-text .btn-double-text {
        font-size: 0.95rem !important;
        padding: 10px 20px !important;
    }
}

/* 체크리스트 border-radius */
.border-radius-15px {
    border-radius: 15px !important;
}

/* 섹션 배경 */
.section11_bg {
    background-image: url('./dental/images/assets/backgrounds/sectionbg_11.jpg');
    background-position: 50%;
    background-size: inherit;
}

.section12_bg {
    background-image: url('./dental/images/assets/backgrounds/sectionbg_12.jpg');
    background-position: 50%;
    background-size: inherit;
}

/* 모바일 고정 요소 (초기 숨김) */
.m_fixed {
    display: none;
}

.m_main_bg_2 {
    display: none;
}

/* 토글 버튼 - Valo 스타일 */
.toggle-button {
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0 0px;
}

.toggle-button label {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
}

.toggle-button input {
    display: none;
}

.toggle-button__icon {
    cursor: pointer;
    pointer-events: none;
}

.toggle-button__icon:before,
.toggle-button__icon:after {
    content: "";
    position: absolute;
    transition: 0.2s ease-out;
}

.toggle-button--valo label {
    width: 110px;
    height: 20px;
    line-height: 20px;
    transition: all 0.2s;
}

.toggle-button--valo label:before,
.toggle-button--valo label:after {
    position: absolute;
    top: 0;
    left: 30px;
    width: 110px;
    transition: all 0.2s 0.1s ease-out;
}

.toggle-button--valo label:before {
    content: attr(data-text);
}

.toggle-button--valo input:checked ~ .toggle-button__icon:after {
    transform: translate(0, 0);
    animation: show 0.2s;
}

.toggle-button--valo .toggle-button__icon {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    overflow: hidden;
    border-radius: 50%;
}

.toggle-button--valo .toggle-button__icon:before,
.toggle-button--valo .toggle-button__icon:after {
    border-radius: 50%;
}

.toggle-button--valo .toggle-button__icon:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.toggle-button--valo .toggle-button__icon:after {
    top: 4px;
    left: 4px;
    width: 60%;
    height: 60%;
    background: #61b136;
    animation: hide 0.2s ease-out;
    transform: translate(0, 200%);
    transition: none;
}

.toggle-button--valo:hover input:not(:checked) ~ .toggle-button__icon {
    animation: hover 0.2s;
}

.toggle-button--valo:hover input:not(:checked) ~ label:before {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/* 토글 버튼 - Maa 스타일 */
.toggle-button--maa label {
    width: 80px;
    height: 20px;
    line-height: 20px;
    transition: all 0.2s;
}

.toggle-button--maa label:before,
.toggle-button--maa label:after {
    position: absolute;
    top: -2px;
    left: 30px;
    width: 80px;
    transition: all 0.2s 0.1s ease-out;
}

.toggle-button--maa label:before {
    content: attr(data-text);
}

.toggle-button--maa input:checked ~ .toggle-button__icon:before {
    animation: wave 0.7s ease-out;
}

.toggle-button--maa input:checked ~ .toggle-button__icon:after {
    transform: scale(1);
    animation: zoomIn 0.2s;
}

.toggle-button--maa .toggle-button__icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #9754e3;
    background: #fff;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.toggle-button--maa .toggle-button__icon:before,
.toggle-button--maa .toggle-button__icon:after {
    border-radius: 50%;
}

.toggle-button--maa .toggle-button__icon:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.toggle-button--maa .toggle-button__icon:after {
    top: 5px;
    left: 5px;
    width: 50%;
    height: 50%;
    background: #9754e3;
    animation: zoomOut 0.2s ease-out;
    transform: scale(0);
    transition: none;
}

.toggle-button--maa:hover input:not(:checked) ~ .toggle-button__icon {
    animation: hover 0.2s;
}

.toggle-button--maa:hover input:not(:checked) ~ label:before {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/* 토글 버튼 애니메이션 키프레임 */
@keyframes hide {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, -200%);
    }
}

@keyframes show {
    0% {
        transform: translate(0, 200%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    90% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes hover {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes wave {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    40% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* 커스텀 체크박스 스타일 */
.boxes input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.boxes input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 5px;
    margin-bottom: 20px;
    color: #333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.boxes input[type="checkbox"] {
    display: none;
}

.boxes input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #9754e3;
    position: absolute;
    left: 30px;
    top: 5px;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.boxes input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: 2px;
    left: 20px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 폼 검증 스타일 */
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #9754e3 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%239754e3' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e) !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* ===================================
    반응형 스타일 - 태블릿
====================================== */
@media (max-width: 1199px) {
    .btn.btn-switch-text.btn-small > span {
        padding: 6px 18px;
    }

    footer {
        padding-top: 80px;
    }

    .btn.btn-switch-text.btn-extra-large > span {
        padding: 16px 30px;
    }

    .btn.btn-switch-text.btn-large > span {
        padding: 14px 30px;
    }
}

@media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner {
        background-image: url(../../images/demo-hosting-mobile-menu-bg.jpg);
        background-position: center center;
        background-size: cover;
    }
}

/* ===================================
    반응형 스타일 - 모바일
====================================== */
@media (max-width: 768px) {
    /* 모바일 전체 너비 조정 */
    html {
        overflow-x: hidden;
        width: 100%;
    }

    body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
        position: relative;
    }

    /* 모바일 섹션 오버플로우 방지 */
    section {
        overflow-x: hidden;
        max-width: 100%;
    }

    /* 모든 섹션 이미지 반응형 */
    section img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Row 오버플로우 방지 */
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* 컬럼 패딩 조정 */
    [class*="col-"] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    header .navbar-brand img {
        max-height: 50px;
    }

    /* 메인 섹션 모바일 배경 */
    .section_mains {
        background-image: url('./dental/images/mobile/main_bg.png');
        background-size: cover;
        min-height: auto !important;
        height: auto !important;
    }

    /* 모바일 히어로 섹션 해시태그 버튼 */
    .hero-hashtag-container {
        justify-content: center;
    }

    .hero-hashtag-container .btn-switch-text {
        width: 50% !important;
        margin-right: 0 !important;
        margin-bottom: 5px !important;
        padding: 0 !important;
    }

    .hero-hashtag-container .btn-switch-text:nth-child(odd) {
        padding-right: 2px !important;
    }

    .hero-hashtag-container .btn-switch-text:nth-child(even) {
        padding-left: 2px !important;
    }

    /* 모바일 해시태그 버튼 (기타 섹션) */
    a.btn.btn-switch-text {
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-bottom: 5px !important;
        font-size: 0.85rem !important;
        width: 50% !important;
        max-width: 50% !important;
        padding: 0 !important;
    }

    a.btn.btn-switch-text:nth-child(odd) {
        padding-right: 2px !important;
    }

    a.btn.btn-switch-text:nth-child(even) {
        padding-left: 2px !important;
    }

    .btn.btn-switch-text .btn-double-text {
        padding: 10px 12px !important;
        font-size: 0.85rem !important;
        min-width: auto !important;
        width: 100% !important;
        text-align: center !important;
    }

    /* 모바일 텍스트 크기 조정 */
    .fs-32 {
        font-size: 1.5rem !important;
        line-height: 1.8rem !important;
    }

    .xs-fs-46 {
        font-size: 2rem !important;
    }

    .xs-lh-56 {
        line-height: 2.4rem !important;
    }

    .xs-mt-50 {
        margin-top: 100px !important;
    }

    .xs-mt-30 {
        margin-top: 30px !important;
    }

    .xs-fs-18 {
        font-size: 0.95rem !important;
        line-height: 1.35rem !important;
    }

    .xs-fs-19 {
        font-size: 1rem !important;
        line-height: 1.4rem !important;
    }

    .xs-fs-20 {
        font-size: 1.1rem !important;
        line-height: 1.5rem !important;
    }

    .xs-fs-21 {
        font-size: 1.12rem !important;
        line-height: 1.52rem !important;
    }

    .xs-fs-22 {
        font-size: 1.15rem !important;
        line-height: 1.55rem !important;
    }

    .xs-fs-24 {
        font-size: 1.2rem !important;
        line-height: 1.6rem !important;
    }

    .xs-fs-29 {
        font-size: 1.45rem !important;
        line-height: 1.85rem !important;
    }

    .xs-fs-30 {
        font-size: 1.5rem !important;
        line-height: 1.9rem !important;
    }

    .xs-fs-31 {
        font-size: 1.55rem !important;
        line-height: 1.95rem !important;
    }

    .xs-fs-32 {
        font-size: 1.6rem !important;
        line-height: 2rem !important;
    }

    .xs-fs-33 {
        font-size: 1.65rem !important;
        line-height: 2.05rem !important;
    }

    .xs-fs-30 {
        font-size: 1.5rem !important;
        line-height: 1.9rem !important;
    }

    .xs-fs-32 {
        font-size: 1.6rem !important;
        line-height: 2rem !important;
    }

    .xs-fs-34 {
        font-size: 1.7rem !important;
        line-height: 2.1rem !important;
    }

    .fs-45 {
        font-size: 1.8rem !important;
        line-height: 2.2rem !important;
    }

    /* 모바일 컬럼 간격 */
    .row > [class*="col-"] {
        margin-bottom: 15px;
    }

    .row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    /* 모바일 메인 배경 2 */
    .m_main_bg_2 {
        background-image: url('./dental/images/mobile/main_bg2.jpg');
        background-size: cover;
        display: block;
        position: absolute;
        bottom: 0px;
    }

    .boni_contact img {
        max-width: 80%;
    }

    .outside-box-right-7 {
        margin-right: 0;
    }

    .full-screen.ipad-top-space-margin {
        height: calc(80vh - 50px) !important;
    }

    .onms {
        margin-top: -200px;
    }

    /* 모바일 말풍선 */
    .speech-bubble {
        position: relative;
        background-color: #fff;
        border-radius: 50px;
        padding: 18px 35px;
        min-width: 240px;
        display: inline-block;
        min-height: 50px;
        margin-bottom: 65px;
        line-height: 1.6 !important;
    }

    .speech-bubble.speech-bubble-small {
        font-size: 1.3rem !important;
    }

    .speech-bubble.speech-bubble-medium {
        font-size: 1.35rem !important;
    }

    .speech-bubble::after {
        content: '';
        position: absolute;
        bottom: -20px;
        right: 20px;
        border-width: 28px 28px 0 0px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .speech-bubble.section-1::after {
        border-color: rgb(30, 91, 168) transparent transparent transparent;
    }

    .speech-bubble-white::after {
        content: '';
        position: absolute;
        bottom: -20px;
        right: 20px;
        border-width: 28px 28px 0 0px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .speech-bubble-white.section-2::after {
        border-color: #fff transparent transparent transparent;
    }

    .moneys {
        z-index: 2;
        top: -100vh;
        left: 80%;
        transform: translate(-25%, 75%);
        display: none !important;
    }

    /* 모바일 배너 바 */
    .bar_banner01 {
        background-image: url('./dental/images/assets/backgrounds/mobile-bar-banner.png');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 80px;
    }

    .bar_banner02 {
        background-image: url('./dental/images/assets/backgrounds/mobile-bar-banner2.png');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        min-height: 80px;
    }

    /* 모바일 섹션 배경 */
    .section11_bg {
        background-image: url('./dental/images/assets/backgrounds/sectionbg_11m.jpg');
        background-position: center;
        background-size: cover;
    }

    .section12_bg {
        background-image: url('./dental/images/assets/backgrounds/sectionbg_12m.jpg');
        background-position: center;
        background-size: cover;
    }

    .check_img {
        max-width: 30px;
    }

    /* 모바일 체크리스트 border-radius */
    .border-radius-15px {
        border-radius: 15px !important;
    }

    .clock {
        max-width: 40px;
        position: absolute;
        top: 15px;
        left: -10px;
    }

    .footer_addlink a {
        font-size: 12px;
    }

    .ad-border {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 15px;
        text-align: center;
    }

    /* 모바일 고정 CTA */
    .m_fixed {
        position: fixed;
        opacity: 0;
        overflow: hidden;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #4dadeb 0%, #0268c4 50%, #0067c3 100%);
        padding: 15px;
        min-height: 100px;
        z-index: 9999 !important;
        width: 100%;
        display: block;
        backdrop-filter: blur(10px);
        border-radius: 15px 15px 0 0;
        box-shadow: -1px -2px 22px rgba(0, 0, 0, 0.5);
    }

    .footer_deco_contact {
        max-width: 80%;
        margin-top: 10px;
    }

    .footer_deco_people {
        max-width: 60%;
    }

    .l_kakao {
        width: 100%;
        padding: 10px;
        font-weight: 900;
    }

    .l_contact {
        width: 100%;
        padding: 10px;
        font-weight: 900;
    }

    .arrow-right {
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #0F2941;
        background-color: transparent;
    }

    .visibles {
        opacity: 1;
    }

    /* 모바일 Footer */
    footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    footer h2, footer h3 {
        font-size: 1.2rem !important;
    }

    footer p, footer a {
        font-size: 0.9rem !important;
    }

    .newsletter-style-02 .btn i {
        top: 0;
    }

    /* 모바일 전체 너비 조정 */
    body {
        overflow-x: hidden;
    }

    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* 모바일 체크박스 */
    .boxes input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 5px;
        margin-bottom: 20px;
        font-size: 12px !important;
        color: #333;
        cursor: pointer;
        width: 100% !important;
        max-width: 300px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .boxes input[type="checkbox"] + label:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid #9754e3;
        position: absolute;
        left: 10px;
        top: 5px;
        opacity: 1;
        -webkit-transition: all .12s, border-color .08s;
        transition: all .12s, border-color .08s;
    }

    .toggle-button--valo {
        display: block;
        width: 110px;
        margin: 0 auto 10px auto;
    }

    .toggle-button--maa {
        display: inline-block;
        width: 80px;
        margin: 0;
    }
}

/* ===================================
    반응형 스타일 - 작은 모바일 (360px~480px)
====================================== */
@media (max-width: 480px) {
    /* 작은 모바일 섹션 패딩 */
    section.cover-background {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    /* 작은 모바일 제목 크기 */
    section h2 {
        font-size: 1.4rem !important;
        line-height: 1.6 !important;
    }

    section h3 {
        font-size: 1.2rem !important;
        line-height: 1.5 !important;
    }

    /* 작은 모바일 말풍선 */
    .speech-bubble {
        padding: 12px 20px !important;
        font-size: 1rem !important;
    }

    /* 작은 모바일 버튼 */
    .btn.btn-switch-text .btn-double-text {
        padding: 6px 15px !important;
        font-size: 0.75rem !important;
    }

    /* 작은 모바일 컨테이너 */
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* ===================================
    Header Menu Override (cancer와 동일)
====================================== */
header,
header.fixed-top {
    background-color: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1030 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.navbar,
.navbar-expand-lg,
header .navbar,
header .navbar-expand-lg {
    position: relative !important;
    background-color: transparent !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

header .navbar-brand img {
    max-height: 45px;
}

.navbar-nav,
header .navbar-nav,
.navbar-nav .nav-link,
header .navbar-nav .nav-link {
    color: #333 !important;
    font-size: 17px;
    display: flex !important;
    visibility: visible !important;
}

header .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
}

header .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

header .navbar-nav .nav-link {
    color: #333 !important;
    font-size: 17px;
}

header .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
}

header .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}
