/* ===================================
    Crafto - Hosting
====================================== */

/* font - Google Fonts are loaded via <link> in head.php to avoid @import waterfall */
/* variable */
:root {
    --alt-font:"Noto Sans KR", 'Inter', sans-serif;
    --primary-font:"Noto Sans KR", 'Inter', sans-serif;
    --base-color: #152bca;
    --dark-gray: #181b31;
    --green: #0fc978;
    --medium-gray: #6e7982;
}
/* reset */
::-webkit-input-placeholder {
    color: #6e7982;
    text-overflow: ellipsis;
}
::-moz-placeholder {
    color: #6e7982;
    text-overflow: ellipsis;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #6e7982;
    text-overflow: ellipsis;
    opacity: 1;
}
body{
    line-height: 30px;
}
/* header */
.header-icon .icon > a {
    font-size: 15px;
}
header .navbar-brand img {
    max-height: 45px;
}

footer{position:relative; z-index:555;}


.section_mains {
    background-image: url('../images/assets/backgrounds/mainbg.webp');
    height: 755px;
    min-height: 755px;
}

.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);
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
}
/* bg background color */
.bg-midnight-dark-blue {
    background-color: #191d3c;
}
.bg-dark-blue {
    background-color: #183f80;
}
.bg-arsenic-grey {
    background-color: #535353;
}
.bg-transparent-white-light {
    background-color: rgba(255, 255, 255, .1);
}
/* btn */
.btn {
    text-transform: initial;
    letter-spacing: 0px;
}
.btn i,
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}
/* button type */
.btn.btn-switch-text.btn-extra-large > span {
    font-size: 17px;
    padding: 16px 36px;
}
.btn.btn-switch-text.btn-large > span {
    font-size:15px;
    padding: 14px 34px;
}
.btn.btn-switch-text.btn-medium > span {
    font-size: 14px;
    padding: 12px 28px;
}
.btn.btn-switch-text.btn-small > span {
    font-size: 13px;
    padding: 8px 20px;
}
.btn.btn-switch-text.btn-very-small > span {
    font-size: 12px;
    padding: 6px 20px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.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);
    color: var(--dark-gray);
}
.btn-green {
    background-color: var(--green);
    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 */
.page-title-extra-small h2 {
    font-size: 3.25rem;
    line-height: 3.425rem;
}
/* checkbox */
.form-check-input:checked {
    background-color: var(--base-color);
    border-color: var(--base-color);
}
.form-check-input:focus {
    outline: none;
    box-shadow: none;
}
/* footer */
footer {
    padding-top: 100px;
}
footer .footer-logo img {
    max-height: 32px;
}
.footer-dark a:hover {
    color: var(--white);
}
footer ul li {
    margin-bottom: 0;
}
/*  subcribe style 02  */
.newsletter-style-02 .btn i {
    top: -1px;
}
.newsletter-style-02 input {
    font-size: 14px;
}

/* media query responsive */
@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: 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: 767px) {
    footer {
        padding-top: 50px;
    }
    .newsletter-style-02 .btn i {
        top: 0;
    }
}


.noto-serif {
    font-family: "Noto Serif KR", serif;
}
.main_visual_bgc {
    background: linear-gradient(90deg, #00d4aa 0%, #008ca8 30%, #0066a0 50%, #004d92 70%, #003d7a 100%);
}
.speech-bubble {
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    padding: 20px 35px;
    min-width: 200px;

    display:inline;
    min-height: 60px;
    margin-bottom:50px;
}
.speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 7px;
    border-width: 40px 40px 0 0px;
    border-style: solid;
    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}


.bar_banner01 {background-image: url('../images/assets/backgrounds/pc-bar-banner.webp')}
.bar_banner02 {background-image: url('../images/assets/backgrounds/pc-bar-banner2.webp')}

.section11_bg {background-image: url('../images/assets/backgrounds/sectionbg_11.jpg'); background-position: center; background-size: cover }
.section12_bg {background-image: url('../images/assets/backgrounds/sectionbg_12.jpg'); background-position:50%; background-size: inherit }
.m_fixed {display:none}


.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;
}

@media only screen and (max-width: 480px) {
    .toggle-button--valo {
        display: block;
        width: 110px;
        margin: 0 auto 10px auto;
    }
}

.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);
}

@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 hover {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.toggle-button--tuli {
    display: block;
    width: 110px;
    margin: 0 auto 10px auto;
}
.toggle-button--tuli label {
    width: 110px;
    height: 20px;
    line-height: 20px;
    transition: all 0.2s;
}
.toggle-button--tuli label:before,
.toggle-button--tuli label:after {
    position: absolute;
    top: 0;
    left: 30px;
    width: 110px;
    transition: all 0.2s 0.1s ease-out;
}
.toggle-button--tuli label:before {
    content: attr(data-text);
}
.toggle-button--tuli input:checked ~ .toggle-button__icon:after {
    transform: translate(0, 0);
    animation: slideLeft 0.2s;
}
.toggle-button--tuli .toggle-button__icon {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    overflow: hidden;
    border-radius: 50%;
}
.toggle-button--tuli .toggle-button__icon:before,
.toggle-button--tuli .toggle-button__icon:after {
    border-radius: 50%;
}
.toggle-button--tuli .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--tuli .toggle-button__icon:after {
    top: 4px;
    left: 4px;
    width: 60%;
    height: 60%;
    background: #61b136;
    animation: slideRight 0.2s ease-out;
    transform: translate(0, 200%);
    transition: none;
}
.toggle-button--tuli:hover input:not(:checked) ~ .toggle-button__icon {
    animation: hover 0.2s;
}
.toggle-button--tuli:hover input:not(:checked) ~ label:before {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

@keyframes slideRight {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-200%, 0);
    }
}

@keyframes slideLeft {
    0% {
        transform: translate(200%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes hover {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media only screen and (max-width: 480px) {
    .toggle-button--maa {
        display: inline-block;
        width: 80px;
        margin:0;
    }
}

.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 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);
    }
}

@media only screen and (max-width: 480px) {
    .toggle-button--taivas {
        display: block;
        width: 110px;
        margin: 0 auto 10px auto;
    }
}

.toggle-button--taivas label {
    width: 110px;
    height: 20px;
    line-height: 20px;
    transition: all 0.2s;
}
.toggle-button--taivas label:before,
.toggle-button--taivas label:after {
    position: absolute;
    top: 0;
    left: 30px;
    width: 110px;
    transition: all 0.2s 0.1s ease-out;
}
.toggle-button--taivas label:before {
    content: attr(data-text);
}

.toggle-button--taivas input:checked ~ .toggle-button__icon:before {
    animation: wave 0.7s ease-out;
}

.toggle-button--taivas input:checked ~ .toggle-button__icon:after {
    opacity: 1;
    animation: zoomFadeIn 0.4s;
}

.toggle-button--taivas .toggle-button__icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    overflow: visible;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.toggle-button--taivas .toggle-button__icon:before,
.toggle-button--taivas .toggle-button__icon:after {
    border-radius: 50%;
}
.toggle-button--taivas .toggle-button__icon:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}
.toggle-button--taivas .toggle-button__icon:after {
    top: 4px;
    left: 4px;
    width: 60%;
    height: 60%;
    background: #61b136;
    animation: zoomFadeOut 0.2s ease-out;
    opacity: 0;
    transition: none;
}

.toggle-button--taivas:hover input:not(:checked) ~ .toggle-button__icon {
    animation: hover 0.2s;
}

.toggle-button--taivas:hover input:not(:checked) ~ label:before {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

@keyframes zoomFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomFadeIn {
    0% {
        opacity: 0;
        transform: scale(3);
    }
    90% {
        opacity: 1;
        transform: scale(1);
    }
    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);
    }
}

/*
 * Toggle button variables
 */
/*
 * Toggle button styles
 */
.toggle-button--niitty label {
    line-height: 20px;
}

.toggle-button--niitty input[type="radio"]:checked ~ .toggle-button__icon {
    background: #fff;
}
.toggle-button--niitty
input[type="radio"]:checked
~ .toggle-button__icon:before,
.toggle-button--niitty
input[type="radio"]:checked
~ .toggle-button__icon:after {
    opacity: 1;
}

.toggle-button--niitty .toggle-button__icon {
    display: inline-block;
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    transition: all 0.2s;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.toggle-button--niitty .toggle-button__icon:before,
.toggle-button--niitty .toggle-button__icon:after {
    top: 5px;
    left: 2px;
    width: 12px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    top: 35%;
    background: #61b136;
    opacity: 0;
    transform-origin: left center;
}
.toggle-button--niitty .toggle-button__icon:before {
    transform: translate(0, 0) rotate(45deg) scale(0.6, 1);
}
.toggle-button--niitty .toggle-button__icon:after {
    transform: translate(4px, 6px) rotate(-45deg);
}

.toggle-button--niitty:hover
input[type="radio"]:not(:checked)
~ .toggle-button__icon {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 480px) {
    .toggle-button--nummi {
        display: block;
        width: 110px;
        margin: 0 auto 10px auto;
    }
}

.toggle-button--nummi label {
    width: 110px;
    height: 20px;
    line-height: 20px;
    transition: all 0.2s;
}
.toggle-button--nummi label:before,
.toggle-button--nummi label:after {
    position: absolute;
    top: 0;
    left: 30px;
    width: 110px;
    transition: all 0.2s 0.1s ease-out;
}
.toggle-button--nummi label:before {
    content: attr(data-text);
}

.toggle-button--nummi input:checked ~ .toggle-button__icon {
    animation: wiggle 0.2s ease-out;
}
.toggle-button--nummi input:checked ~ .toggle-button__icon:after {
    animation: flyInRight 0.4s;
    transform: translate(0);
}

.toggle-button--nummi .toggle-button__icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.toggle-button--nummi .toggle-button__icon:before,
.toggle-button--nummi .toggle-button__icon:after {
    border-radius: 50%;
}
.toggle-button--nummi .toggle-button__icon:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}
.toggle-button--nummi .toggle-button__icon:after {
    top: 4px;
    left: 4px;
    width: 60%;
    height: 60%;
    background: #61b136;
    transition: none;
    transform: translate(200%);
    animation: flyOutLeft 0.4s;
}

.toggle-button--nummi:hover input:not(:checked) ~ .toggle-button__icon {
    animation: hover 0.2s;
}

.toggle-button--nummi:hover input:not(:checked) ~ label:before {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

@keyframes flyInRight {
    0% {
        transform: translate(200%);
    }
    50% {
        transform: translate(200%);
    }
    70% {
        transform: translate(-50%);
    }
    100% {
        transform: translate(0);
    }
}

@keyframes flyOutLeft {
    0% {
        transform: translate(0);
    }
    70% {
        transform: translate(0);
    }
    100% {
        transform: translate(-200%);
    }
}

@keyframes wiggle {
    0% {
        transform: translate(0);
    }
    80% {
        transform: translate(5px);
    }
    100% {
        transform: translate(0);
    }
}

@keyframes hover {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media only screen and (max-width: 480px) {
    .toggle-button--meri {
        display: block;
        width: 110px;
        margin: 0 auto 10px auto;
    }
}

.toggle-button--meri label {
    width: 110px;
    height: 20px;
    line-height: 20px;
    transition: all 0.2s;
}
.toggle-button--meri label:before,
.toggle-button--meri label:after {
    position: absolute;
    top: 0;
    left: 30px;
    width: 110px;
    transition: all 0.2s 0.1s ease-out;
}
.toggle-button--meri label:before {
    content: attr(data-text);
}

.toggle-button--meri input:checked ~ .toggle-button__icon:before {
    transition-delay: 0;
    transform: rotateY(0deg);
}

.toggle-button--meri input:checked ~ .toggle-button__icon:after {
    transition-delay: 0.2s;
    transform: rotateY(0deg);
}

.toggle-button--meri .toggle-button__icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.15);
    perspective: 800;
    transform-style: preserve-3d;
}
.toggle-button--meri .toggle-button__icon:before,
.toggle-button--meri .toggle-button__icon:after {
    top: 4px;
    width: 6px;
    height: 12px;
    background: #61b136;
}
.toggle-button--meri .toggle-button__icon:before {
    left: 4px;
    border-radius: 12px 0 0 12px;
    transform: rotateY(90deg);
    transform-origin: right center;
}
.toggle-button--meri .toggle-button__icon:after {
    right: 4px;
    border-radius: 0 12px 12px 0;
    transform: rotateY(90deg);
    transform-origin: left center;
    transition-delay: 0.2s;
}

.toggle-button--meri:hover input:not(:checked) ~ .toggle-button__icon {
    animation: hover 0.2s;
}

.m_main_bg_2 {display:none;}


@media (max-width:768px) {
    header .navbar-brand img {
        max-height: 50px;
    }
    .section_mains {background-image: url('../images/mobile/main_bg.webp');
        background-size:cover; height: auto; min-height: auto;
    }
    .m_main_bg_2 {background-image: url('../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);
    }
    .onms {margin-top:-200px;}
    .speech-bubble {
        position: relative;
        background-color: #fff;
        border-radius: 50px;
        padding: 20px 10px;
        min-width: 150px;
        display:inline;
        min-height: 40px;
        margin-bottom:50px;
    }
    .speech-bubble::after {
        content: '';
        position: absolute;
        bottom: -15px;
        right: 15px;
        border-width: 20px 20px 0 0px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }
    .moneys {z-index:2;  top:-100vh; left: 80%; transform: translate(-25%, 75%);  display:none}
    .bar_banner01 {background-image: url('../images/assets/backgrounds/mobile-bar-banner.webp')}
    .bar_banner02 {background-image: url('../images/assets/backgrounds/mobile-bar-banner2.webp')}
    .section11_bg {background-image: url('../images/assets/backgrounds/sectionbg_11m.webp'); background-position:center; background-size: cover }
    .section12_bg {background-image: url('../images/assets/backgrounds/sectionbg_12m.webp'); background-position:center; background-size: cover }
    .check_img {max-width:30px;}
    .clock {max-width:40px; position: absolute; top:15px; left:-10px; }
    .footer-links a {font-size:12px;}
    .info-border {border-top:1px solid rgba(255,255,255,0.5); padding-top:15px;  text-align:center;}

    .m_fixed {position:fixed; opacity:0; overflow:hidden;  bottom:0; left:0; background: linear-gradient(to bottom, #02d1cd, #01b3ca, #006bc1); padding:15px; min-height:100px; z-index:9999; 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); transition: opacity 0.4s ease}
    .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}
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #9754e3;
    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`);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.boxes input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}
.boxes input[type="checkbox"] + label {
    display: block;
    position: relative;

    padding-left: 30px;
    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: 0;
    top: 2px;
    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: 0;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media(max-width:768px){


    .boxes input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 28px;
        margin-bottom: 20px;
        font-size:12px;
        color: #333;
        cursor: pointer;
        width:100%;
        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: 18px;
        height: 18px;
        border: 1px solid #9754e3;
        position: absolute;
        left: 0;
        top: 2px;
        opacity: 1;
        -webkit-transition: all .12s, border-color .08s;
        transition: all .12s, border-color .08s;
    }

}


/* ===================================
   Contact Form Section
====================================== */
.contact-form-section {
    padding: 4rem 0 5rem;
    background-color: #f5f7fb;
}

.contact-form-badge {
    display: inline-block;
    background-color: #183f80;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.375rem 1.25rem;
    border-radius: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.contact-form-title {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.contact-form-subtitle {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Card Wrapper */
.contact-form-card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 8px 30px rgba(24, 63, 128, 0.1);
    border: 1px solid rgba(24, 63, 128, 0.06);
}

/* Form Fields */
.contact-form-field {
    margin-bottom: 1.25rem;
    text-align: left;
}

.contact-form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    padding: 0;
}

.contact-form-label i {
    color: #183f80;
    width: 1.25rem;
    text-align: center;
    margin-right: 0.25rem;
}

.contact-form-input {
    display: block;
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    font-family: "Noto Sans KR", sans-serif;
    color: #333;
    background-color: #f8f9fc;
    border: 1px solid #dde1e8;
    border-radius: 0.625rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-form-input::placeholder {
    color: #aab0bc;
}

.contact-form-input:focus {
    border-color: #183f80;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(24, 63, 128, 0.12);
}

/* Gender Fieldset */
.contact-form-gender-fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.contact-form-gender-fieldset legend {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    padding: 0;
}

.contact-form-gender-group {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #f8f9fc;
    border: 1px solid #dde1e8;
    border-radius: 0.625rem;
}

/* Privacy Agree */
.contact-form-agree {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.contact-form-agree .boxes {
    display: inline-block;
}

.contact-form-agree .btnViewPolicy {
    color: #183f80;
    text-decoration: underline;
    cursor: pointer;
}

/* Submit Button */
.contact-form-submit {
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Noto Sans KR", sans-serif;
    color: #fff;
    background-color: #183f80;
    border: none;
    border-radius: 0.625rem;
    cursor: pointer;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
    letter-spacing: 0.5px;
    margin-top: 1rem;
}

.contact-form-submit:hover {
    background-color: #122e5e;
    box-shadow: 0 6px 20px rgba(24, 63, 128, 0.3);
    transform: translateY(-1px);
}

.contact-form-submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(24, 63, 128, 0.25);
}

.contact-form-submit i {
    margin-right: 0.375rem;
}

/* Notice Text */
.contact-form-notice {
    font-size: 0.8125rem;
    color: #888;
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: center;
}

.contact-form-notice i {
    color: #4CAF50;
    margin-right: 0.25rem;
}

/* ===================================
   Contact Form - Responsive
====================================== */

/* Tablet (768px~1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .contact-form-section {
        padding: 3rem 0 4rem;
    }

    .contact-form-title {
        font-size: 2rem;
    }

    .contact-form-card {
        padding: 2rem 1.75rem;
    }
}

/* Mobile (360px~767px) */
@media (min-width: 360px) and (max-width: 767px) {
    .contact-form-section {
        padding: 2.5rem 0 3rem;
    }

    .contact-form-title {
        font-size: 1.625rem;
    }

    .contact-form-subtitle {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
    }

    .contact-form-card {
        padding: 1.5rem 1.25rem;
        border-radius: 0.75rem;
    }

    .contact-form-input {
        padding: 0.75rem 0.875rem;
        font-size: 0.9375rem;
    }

    .contact-form-gender-group {
        gap: 1rem;
        padding: 0.625rem 0.875rem;
    }

    .contact-form-submit {
        font-size: 1rem;
        padding: 0.875rem;
    }
}

/* Fold/Flip (~359px) */
@media (max-width: 359px) {
    .contact-form-section {
        padding: 2rem 0;
    }

    .contact-form-title {
        font-size: 1.375rem;
    }

    .contact-form-subtitle {
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }

    .contact-form-card {
        padding: 1.25rem 1rem;
        border-radius: 0.625rem;
    }

    .contact-form-input {
        padding: 0.625rem 0.75rem;
        font-size: 0.875rem;
    }

    .contact-form-submit {
        font-size: 0.9375rem;
        padding: 0.75rem;
    }

    .contact-form-gender-group {
        gap: 0.75rem;
        padding: 0.5rem 0.75rem;
    }
}

/* ===================================
   Carousel Card Section (Swiper)
====================================== */
.bc-carousel-section {
    padding: 2.5rem 0 2rem;
    background-color: #f0f3f8;
    overflow: hidden;
}

.bc-carousel-header {
    text-align: center;
    margin-bottom: 1.75rem;
}

.bc-carousel-badge {
    display: inline-block;
    background-color: #183f80;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.3rem 1.25rem;
    border-radius: 2rem;
    margin-bottom: 0.625rem;
    letter-spacing: 1px;
}

.bc-carousel-title {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
}

/* CSS Scroll-Snap Carousel */
.bc-scroll-carousel {
    position: relative;
    padding-bottom: 2rem;
}

.bc-scroll-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1.25rem;
    padding: 0.5rem 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

.bc-scroll-track::-webkit-scrollbar {
    display: none;
}

.bc-scroll-item {
    flex: 0 0 calc(33.333% - 0.833rem);
    scroll-snap-align: start;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bc-scroll-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

.bc-scroll-item a {
    display: block;
    line-height: 0;
}

.bc-scroll-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

/* Scroll Nav Arrows */
.bc-scroll-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    transform: translateY(calc(-50% - 1rem));
    pointer-events: none;
}

.bc-scroll-prev,
.bc-scroll-next {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: rgba(24, 63, 128, 0.85);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: background-color 0.2s, transform 0.2s;
    font-size: 0.875rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.bc-scroll-prev:hover,
.bc-scroll-next:hover {
    background-color: #183f80;
    transform: scale(1.1);
}

.bc-scroll-prev { left: -0.5rem; }
.bc-scroll-next { right: -0.5rem; }

/* Guide Carousel */
.bc-carousel-guide {
    background-color: #fff;
    border-top: 1px solid #e8ecf2;
}

.bc-carousel-guide .bc-scroll-item {
    flex: 0 0 calc(25% - 0.9375rem);
}

/* Carousel Responsive */
@media (max-width: 991px) {
    .bc-carousel-section {
        padding: 2rem 0 1.5rem;
    }

    .bc-scroll-item {
        flex: 0 0 calc(50% - 0.625rem);
    }
    .bc-carousel-guide .bc-scroll-item {
        flex: 0 0 calc(50% - 0.625rem);
    }
    .bc-scroll-prev,
    .bc-scroll-next {
        width: 2rem;
        height: 2rem;
        font-size: 0.75rem;
    }
    .bc-scroll-prev { left: 0.25rem; }
    .bc-scroll-next { right: 0.25rem; }
}

@media (max-width: 767px) {
    .bc-carousel-section {
        padding: 1.5rem 0 1rem;
    }

    .bc-carousel-header {
        margin-bottom: 1rem;
    }

    .bc-carousel-badge {
        font-size: 0.75rem;
        padding: 0.25rem 1rem;
    }

    .bc-carousel-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 575px) {
    .bc-scroll-item {
        flex: 0 0 75%;
    }
    .bc-carousel-guide .bc-scroll-item {
        flex: 0 0 75%;
    }
    .bc-scroll-prev,
    .bc-scroll-next {
        display: none;
    }
}

/* ===================================
   Mega Dropdown - 각종암 메뉴
====================================== */
.bc-mega-dropdown {
    min-width: 380px !important;
    padding: 0 !important;
}
.bc-mega-dropdown-inner {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.bc-mega-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0.75rem 0;
}
.bc-mega-col:first-child {
    border-right: 1px solid #eee;
}
.bc-mega-label {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.375rem 1.25rem 0.25rem;
    margin-bottom: 0.125rem;
}
.bc-mega-col a {
    display: block;
    padding: 0.375rem 1.25rem;
    font-size: 0.875rem;
    color: #333;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
    white-space: nowrap;
}
.bc-mega-col a:hover {
    background-color: #f0f4ff;
    color: var(--base-color, #152bca);
}

@media (max-width: 991px) {
    .bc-mega-dropdown {
        min-width: auto !important;
    }
    .bc-mega-dropdown-inner {
        flex-direction: column;
    }
    .bc-mega-col:first-child {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    .bc-mega-col {
        padding: 0.5rem 0;
    }
    .bc-mega-label {
        padding: 0.25rem 1rem;
    }
    .bc-mega-col a {
        padding: 0.3rem 1rem;
        font-size: 0.8125rem;
    }
}

/* ===================================
   Sub Page Styles
====================================== */

/* Hero */
.bc-sub-hero {
    padding: 3.5rem 0 3rem;
    padding-top: calc(80px + 3.5rem); /* 고정헤더(~80px) + 원래 패딩 */
}

.bc-sub-badge {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.3rem 1.25rem;
    border-radius: 2rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.5px;
}

.bc-sub-hero-title {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.75rem;
    line-height: 1.3;
}

.bc-sub-hero-desc {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.6;
}

/* Content Cards */
.bc-sub-content {
    padding: 3rem 0;
}

.bc-sub-card {
    background: #fff;
    border: 1px solid #e8ecf2;
    border-radius: 0.75rem;
    padding: 1.75rem 1.5rem;
    margin-bottom: 1.25rem;
    transition: box-shadow 0.2s ease;
}

.bc-sub-card:hover {
    box-shadow: 0 4px 16px rgba(24, 63, 128, 0.1);
}

.bc-sub-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.625rem;
    background-color: #eef2f8;
    color: #183f80;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.bc-sub-card-title {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.625rem;
}

.bc-sub-card-text {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #555;
    line-height: 1.75;
    margin: 0;
}

/* Image + Text Row (alternating) */
.bc-sub-row {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}
.bc-sub-row.bc-sub-row-reverse {
    flex-direction: row-reverse;
}
.bc-sub-row-img {
    flex: 0 0 45%;
    max-width: 45%;
}
.bc-sub-row-img img {
    width: 100%;
    border-radius: 0.75rem;
    display: block;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.bc-sub-row-text {
    flex: 1;
}
.bc-sub-row-text h2 {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.375rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 0.75rem;
    line-height: 1.4;
}
.bc-sub-row-text p {
    font-size: 0.9375rem;
    color: #555;
    line-height: 1.8;
    margin: 0 0 0.75rem;
}
.bc-sub-row-text p:last-child {
    margin-bottom: 0;
}
.bc-sub-row-text .bc-sub-highlight {
    background: linear-gradient(180deg, transparent 60%, #e8f0fe 60%);
    display: inline;
    font-weight: 700;
    color: #183f80;
}
.bc-sub-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 0.875rem;
}
.bc-sub-table th {
    background: #183f80;
    color: #fff;
    font-weight: 600;
    padding: 0.625rem 0.75rem;
    text-align: center;
    border: 1px solid #1a3a6e;
}
.bc-sub-table td {
    padding: 0.5rem 0.75rem;
    border: 1px solid #e8ecf2;
    color: #444;
}
.bc-sub-table tr:nth-child(even) td {
    background: #f8f9fc;
}
.bc-sub-divider {
    border: none;
    height: 1px;
    background: #e8ecf2;
    margin: 2rem 0;
}
.bc-sub-anchor {
    color: #183f80;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #183f80;
}
.bc-sub-anchor:hover {
    color: #122e5e;
}
@media (max-width: 767px) {
    .bc-sub-row {
        flex-direction: column;
        gap: 1.25rem;
        margin-bottom: 2rem;
    }
    .bc-sub-row.bc-sub-row-reverse {
        flex-direction: column;
    }
    .bc-sub-row-img {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    .bc-sub-row-text h2 {
        font-size: 1.25rem;
    }
    .bc-sub-row-text p {
        font-size: 0.875rem;
    }
    .bc-sub-table {
        font-size: 0.8125rem;
    }
}

/* CTA */
.bc-sub-cta {
    padding: 3.5rem 0;
    background: #f0f6ff !important;
    border-top: 2px solid #d6e4f7;
    border-bottom: 2px solid #d6e4f7;
}

.bc-sub-cta-title {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a2e50;
    margin: 0 0 0.625rem;
}

.bc-sub-cta-desc {
    font-size: 0.9375rem;
    color: #5a6a7e;
    margin: 0 0 1.75rem;
}

.bc-sub-cta-btn {
    display: inline-block;
    background-color: #ff6737;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 700;
    padding: 0.9375rem 2.75rem;
    border-radius: 2rem;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(255, 103, 55, 0.35);
    transition: background-color 0.2s, transform 0.15s, box-shadow 0.2s;
}

.bc-sub-cta-btn:hover {
    background-color: #e8552a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 103, 55, 0.45);
    text-decoration: none;
}

/* Disclaimer */
.bc-sub-disclaimer {
    padding: 1.5rem 0 2rem;
    background-color: #f8f9fb;
    border-top: 1px solid #eee;
}

.bc-sub-disclaimer-text {
    font-size: 0.75rem;
    color: #999;
    line-height: 1.8;
    margin: 0;
}

/* Sub Page Responsive */
@media (max-width: 767px) {
    .bc-sub-hero {
        padding: 2.5rem 0 2rem;
        padding-top: calc(65px + 2.5rem); /* 모바일 헤더(~65px) + 패딩 */
    }

    .bc-sub-hero-title {
        font-size: 1.5rem;
    }

    .bc-sub-hero-desc {
        font-size: 0.875rem;
    }

    .bc-sub-content {
        padding: 2rem 0;
    }

    .bc-sub-card {
        padding: 1.25rem 1rem;
    }

    .bc-sub-card-title {
        font-size: 1rem;
    }

    .bc-sub-card-text {
        font-size: 0.875rem;
    }

    .bc-sub-cta-title {
        font-size: 1.25rem;
    }
}

/* ===================================
   Inline Style → CSS Class 변환
   ====================================== */

/* --- Text Colors --- */
.bc-text-yellow { color: #ffcd00; }
.bc-text-navy { color: #0c1f3f; }
.bc-text-orange { color: #ff6600; }
.bc-text-orange-alt { color: #ff7200; }
.bc-text-gold { color: #fbbf38; }
.bc-text-primary { color: #183f80; }
.bc-text-black { color: #000000; }
.bc-text-gray { color: #333; }
.bc-text-dark-blue { color: #0b375a; }

/* --- Backgrounds --- */
.bc-bg-light { background: #f1f1f1; }
.bc-bg-primary { background: #183f80; }
.bc-bg-footer { background: #535353; }
.bc-bg-dark-navy { background: #00203e; color: #fff; }
.bc-bg-yellow-light { background: #fef9a7; }
.bc-bg-mint { background: #57fff1; }
.bc-bg-deep-navy { background: #0c254f; color: #fbbf38; }
.bc-bg-blue { border: 1px solid #000; background: #0061bc; }

/* --- Section Background Images --- */
.bc-section-bg-01 { background-image: url('../images/assets/backgrounds/sectionbg_01.webp'); }
.bc-section-bg-02 { background-image: url('../images/assets/backgrounds/sectionbg_02.webp'); }
.bc-section-bg-04 { background-image: url('../images/assets/backgrounds/sectionbg_04.webp'); }
.bc-section-bg-05 { background-image: url('../images/assets/backgrounds/sectionbg_05.webp'); }
.bc-section-bg-06 { background-image: url('../images/assets/backgrounds/sectionbg_06.webp'); }
.bc-section-bg-12 { background-image: url('../images/assets/backgrounds/sectionbg_12.jpg'); }

/* --- Text Highlight (gradient underline) --- */
.bc-highlight-blue { background: linear-gradient(180deg, transparent 60%, #eef9ff 60%); display: inline-block; }
.bc-highlight-yellow { background: linear-gradient(180deg, transparent 60%, #fff2d4 60%); display: inline-block; }
.bc-highlight-navy { background: linear-gradient(180deg, transparent 60%, #1b498b 60%); display: inline-block; }
.bc-highlight-white { background: linear-gradient(180deg, transparent 60%, #ffffff 60%); display: inline-block; }

/* --- Component Styles --- */
.bc-fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 888;
}

.bc-mobile-overlay-bottom { bottom: 30px; }

.bc-img-centered { width: 100%; max-width: 800px; margin: 0 auto; }
.bc-img-centered-lg { width: 100%; max-width: 900px; margin: 0 auto; }
.bc-img-full { width: 100%; }

.bc-pill-navy {
    background: #183f80;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 50px;
}

.bc-pill-white {
    background: #ffffff;
    border-radius: 80px;
    padding: 25px 60px;
}

.bc-pill-white-sm {
    background: #ffffff;
    border-radius: 80px;
    padding: 20px 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bc-shadow-light { filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1)); }

.bc-lh-18 { line-height: 1.8; }

.bc-youtube-mobile { max-width: 60%; }

.bc-header-contact-img { max-width: 90%; }

/* Force sticky-wrap (quick menu remote) visible without scroll trigger */
.sticky-wrap {
    opacity: 1 !important;
    right: 25px !important;
    max-width: 105px;
    transform: none !important;
}
/* Override Crafto dark-gray text — JS removes .sticky-highlight when no .section-dark-highlight exists */
.sticky-wrap a,
.sticky-wrap a:hover { color: #fff !important; }
.sticky-wrap div,
.sticky-wrap span,
.sticky-wrap h3,
.sticky-wrap p:not(.scroll-text) { color: #fff !important; }
.sticky-wrap .elements-social ul li img {
    display: block;
    margin: 0 auto;
    max-width: 32px;
    height: auto;
}
.sticky-wrap .elements-social h3 img {
    display: block;
    margin: 0 auto;
    max-width: 80px;
    height: auto;
}

/* Hide fixed bottom bar when footer is visible */
.bc-fixed-bottom.is-hidden {
    display: none;
}

/* --- Head inline style 이전 --- */
.ap-sbi { display: none; }
.ap-sbi-compare-bar-wrapper { display: none; }
.onm { background: #fff; }
@media (max-width: 768px) {
    .onm { background: #000; }
}

/* --- Complete Page --- */
@media (max-width: 768px) {
    .check_imgs {
        padding-top: 70px;
    }

    .check_imgs img {
        max-width: 50px;
        margin: 50px auto 0;
    }

    .check_imgs2 {
        margin-top: -20px;
    }

    .full-screen.ipad-top-space-margin {
        height: calc(60vh - 50px);
    }
}

/* ===================================
   Real-time Submission Status (실시간 접수현황)
====================================== */
.bc-realtime-section {
    padding: 3rem 0 1.5rem;
    background: linear-gradient(180deg, #f0f3f8 0%, #fff 100%);
}
.bc-realtime-header {
    text-align: center;
    margin-bottom: 1.25rem;
}
.bc-realtime-badge {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.2rem 0.625rem;
    border-radius: 2rem;
    margin-right: 0.375rem;
    letter-spacing: 1px;
    vertical-align: middle;
    animation: bc-pulse 1.5s ease-in-out infinite;
}
@keyframes bc-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}
.bc-realtime-title {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.375rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
    display: inline;
    vertical-align: middle;
}
.bc-realtime-card {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    overflow: hidden;
    border: 1px solid #e8ecf2;
}
.bc-realtime-list-header {
    display: flex;
    background: #183f80;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.625rem 1.25rem;
}
.bc-realtime-col-name { flex: 1; }
.bc-realtime-col-phone { flex: 1.5; text-align: center; }
.bc-realtime-col-status { flex: 0.8; text-align: center; }
.bc-realtime-list-body {
    height: 220px;
    overflow: hidden;
    position: relative;
}
.bc-realtime-list-wrap {
    position: relative;
    top: 0;
}
.bc-realtime-row {
    display: flex;
    padding: 0.5625rem 1.25rem;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0.8125rem;
    color: #444;
    align-items: center;
}
.bc-realtime-row:nth-child(even) {
    background: #fafbfc;
}
.bc-realtime-status {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
}
.bc-realtime-loading {
    text-align: center;
    padding: 4rem 0;
    color: #aaa;
    font-size: 0.875rem;
}
.bc-realtime-notice {
    text-align: center;
    font-size: 0.6875rem;
    color: #aaa;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .bc-realtime-section {
        padding: 2rem 0 1rem;
    }
    .bc-realtime-title {
        font-size: 1.125rem;
    }
    .bc-realtime-list-header {
        font-size: 0.75rem;
        padding: 0.5rem 0.875rem;
    }
    .bc-realtime-row {
        font-size: 0.75rem;
        padding: 0.5rem 0.875rem;
    }
    .bc-realtime-list-body {
        height: 200px;
    }
}

/* ===================================
   Board List (건강 소식)
====================================== */
.bc-board-section {
    padding: 2.5rem 0 3rem;
    background: #fff;
}
.bc-board-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.bc-board-title {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0;
}
.bc-board-more {
    font-size: 0.875rem;
    color: #183f80;
    font-weight: 600;
    text-decoration: none;
}
.bc-board-more:hover {
    text-decoration: underline;
}
.bc-board-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bc-board-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.875rem 0;
    border-bottom: 1px solid #f0f0f0;
}
.bc-board-item:first-child {
    border-top: 2px solid #183f80;
}
.bc-board-item-title {
    font-size: 0.9375rem;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 1rem;
}
.bc-board-item-title:hover {
    color: #183f80;
}
.bc-board-item-date {
    font-size: 0.8125rem;
    color: #999;
    white-space: nowrap;
}
.bc-board-item-badge {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    padding: 0.1rem 0.375rem;
    border-radius: 0.2rem;
    margin-right: 0.375rem;
    vertical-align: middle;
}
.bc-board-count {
    font-size: 0.875rem;
    color: #888;
    font-weight: 500;
}
.bc-board-item-left {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    margin-right: 1rem;
}
.bc-board-item-right {
    display: flex;
    align-items: center;
    gap: 1rem;
    white-space: nowrap;
    flex-shrink: 0;
}
.bc-board-item-views {
    font-size: 0.8125rem;
    color: #aaa;
}
.bc-board-item-views i {
    margin-right: 0.125rem;
}

/* Pagination */
.bc-board-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f0f0f0;
}
.bc-pg-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: #666;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
}
.bc-pg-link:hover {
    background-color: #f0f3f8;
    color: #183f80;
    text-decoration: none;
}
.bc-pg-active {
    background-color: #183f80;
    color: #fff;
    font-weight: 600;
}
.bc-pg-active:hover {
    background-color: #122e5e;
    color: #fff;
}

/* Empty State */
.bc-board-empty {
    text-align: center;
    padding: 4rem 1rem;
    color: #bbb;
    border-top: 2px solid #183f80;
}
.bc-board-empty i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}
.bc-board-empty p {
    font-size: 1rem;
    margin: 0;
}

@media (max-width: 767px) {
    .bc-board-title {
        font-size: 1.25rem;
    }
    .bc-board-item {
        flex-wrap: wrap;
        gap: 0.25rem;
    }
    .bc-board-item-left {
        width: 100%;
        margin-right: 0;
    }
    .bc-board-item-right {
        width: 100%;
        gap: 0.75rem;
        padding-left: 0;
    }
    .bc-board-item-title {
        font-size: 0.875rem;
    }
    .bc-board-item-views {
        font-size: 0.75rem;
    }
    .bc-board-item-date {
        font-size: 0.75rem;
    }
    .bc-pg-link {
        min-width: 2rem;
        height: 2rem;
        font-size: 0.8125rem;
    }
    .bc-board-pagination {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }
}

.bc-bg-light-blue { background: #f5f7fb; }

/* ===================================
   Gallery Card Board
====================================== */
.bc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.bc-gallery-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid #e8ecf2;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bc-gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(24, 63, 128, 0.12);
    text-decoration: none;
    color: inherit;
}
.bc-gallery-card-thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f0f3f8;
}
.bc-gallery-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.bc-gallery-card:hover .bc-gallery-card-thumb img {
    transform: scale(1.05);
}
.bc-gallery-card-nothumb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #c8d0dc;
}
.bc-gallery-card-badge {
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    background: #e74c3c;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    letter-spacing: 0.5px;
}
.bc-gallery-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.125rem 1.25rem 1.25rem;
}
.bc-gallery-card-meta {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    color: #999;
}
.bc-gallery-card-meta i {
    margin-right: 0.2rem;
}
.bc-gallery-card-title {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bc-gallery-card:hover .bc-gallery-card-title {
    color: #183f80;
}
.bc-gallery-card-excerpt {
    font-size: 0.8125rem;
    color: #777;
    line-height: 1.6;
    margin: 0 0 0.75rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bc-gallery-card-more {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #183f80;
    margin-top: auto;
}
.bc-gallery-card-more i {
    font-size: 0.6875rem;
    margin-left: 0.25rem;
    transition: transform 0.2s;
}
.bc-gallery-card:hover .bc-gallery-card-more i {
    transform: translateX(3px);
}

/* Gallery Responsive - Tablet */
@media (max-width: 991px) {
    .bc-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
}

/* Gallery Responsive - Mobile */
@media (max-width: 575px) {
    .bc-gallery-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .bc-gallery-card-thumb {
        aspect-ratio: 16 / 9;
    }
    .bc-gallery-card-body {
        padding: 0.875rem 1rem 1rem;
    }
    .bc-gallery-card-title {
        font-size: 0.9375rem;
    }
}


/* =============================================
   게시판 카테고리 탭
   ============================================= */
.bc-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e8e8e8;
}
.bc-cat-tab {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 2rem;
    text-decoration: none;
    transition: all 0.2s;
}
.bc-cat-tab:hover {
    color: #183f80;
    background: #eef3fb;
    border-color: #b0c4e0;
    text-decoration: none;
}
.bc-cat-tab.active {
    color: #fff;
    background: #183f80;
    border-color: #183f80;
}
@media (max-width: 575px) {
    .bc-category-tabs {
        gap: 0.375rem;
    }
    .bc-cat-tab {
        padding: 0.375rem 0.875rem;
        font-size: 0.8125rem;
    }
}

/* =============================================
   가이드 서브페이지 (사이드바 + 콘텐츠 + CPA)
   ============================================= */

/* 히어로 */
.bc-guide-hero {
    background: linear-gradient(135deg, #1a3a6d 0%, #2a5298 100%);
    padding: 56px 0 40px;
    text-align: center;
}
.bc-guide-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,.15);
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 4px 18px;
    border-radius: 20px;
    margin-bottom: 12px;
}
.bc-guide-hero-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.bc-guide-hero-desc {
    color: rgba(255,255,255,.8);
    font-size: 1rem;
    margin: 0;
}

/* 메인 섹션 */
.bc-guide-section {
    padding: 40px 0 60px;
    background: #f5f7fb;
}

/* 래퍼: 사이드바 + 콘텐츠 */
.bc-guide-wrap {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

/* 사이드바 */
.bc-guide-sidebar {
    flex: 0 0 272px;
    min-width: 272px;
}
.bc-guide-sidebar-sticky {
    position: sticky;
    top: 90px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
    padding: 24px;
}
.bc-guide-sidebar-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1a3a6d;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #1a3a6d;
}
.bc-guide-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bc-guide-sidebar-menu li {
    margin-bottom: 3px;
}
.bc-guide-sidebar-menu a {
    display: block;
    padding: 10px 14px;
    color: #333;
    font-size: .925rem;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: background .2s, color .2s;
    line-height: 1.4;
}
.bc-guide-sidebar-menu a:hover {
    background: #eef2fa;
    color: #1a3a6d;
}
.bc-guide-sidebar-menu a.active {
    background: #1a3a6d;
    color: #fff;
    font-weight: 700;
}

/* 콘텐츠 영역 */
.bc-guide-content {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
    padding: 40px 44px;
}
.bc-guide-content-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: #1a3a6d;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e8ecf2;
}

/* 콘텐츠 본문 타이포그래피 */
.bc-guide-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    margin: 36px 0 16px;
    line-height: 1.5;
}
.bc-guide-content p {
    color: #444;
    font-size: .975rem;
    line-height: 1.85;
    margin-bottom: 14px;
}
.bc-guide-content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
.bc-guide-content ul li {
    padding: 14px 0;
    border-bottom: 1px solid #f0f2f5;
    font-size: .975rem;
    line-height: 1.75;
    color: #444;
}
.bc-guide-content ul li:last-child {
    border-bottom: none;
}
.bc-guide-content .bold,
.bc-guide-content strong {
    font-weight: 700;
    color: #222;
}

/* 통계 섹션 (도넛 + 버블) */
.bc-guide-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 36px 20px;
    margin: 24px 0;
    flex-wrap: wrap;
}
.bc-guide-chart {
    position: relative;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: conic-gradient(#1a3a6d 0% 38%, #e8ecf2 38% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.bc-guide-chart::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
}
.bc-guide-chart-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    font-family: var(--primary-font);
}
.bc-guide-chart-inner .label {
    font-size: .85rem;
    color: #666;
    margin-bottom: 2px;
    display: block;
}
.bc-guide-chart-inner .value {
    font-size: 1.75rem;
    font-weight: 900;
    color: #1a3a6d;
    display: block;
}
.bc-guide-bubble {
    width: 195px;
    height: 195px;
    background: #1a3a6d;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    box-shadow: 0 12px 32px rgba(26,58,109,.3);
}
.bc-guide-bubble .b-label {
    font-size: .875rem;
    opacity: .9;
    margin-bottom: 6px;
    line-height: 1.4;
}
.bc-guide-bubble .b-price {
    font-size: 1.35rem;
    font-weight: 800;
}
.bc-guide-bubble .b-price span {
    font-size: 1rem;
    font-weight: 400;
}
.bc-guide-stats-source {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: .75rem;
    margin-top: 12px;
    line-height: 1.6;
}

/* 요약 박스 */
.bc-guide-summary {
    background: #f0f4fa;
    padding: 28px 28px 20px;
    border-radius: 12px;
    margin-bottom: 32px;
    border-left: 4px solid #1a3a6d;
}
.bc-guide-summary h3 {
    margin-top: 0 !important;
    color: #1a3a6d;
    font-size: 1.15rem;
}
.bc-guide-summary p {
    font-size: .95rem;
}

/* FAQ 섹션 */
.bc-guide-faq {
    margin-top: 40px;
    border-top: 2px solid #e8ecf2;
    padding-top: 28px;
}
.bc-guide-faq h3 {
    color: #1a3a6d;
    margin-top: 0;
}
.bc-guide-faq-q {
    font-weight: 700;
    color: #1a3a6d;
    font-size: 1rem;
    margin-bottom: 6px;
}
.bc-guide-faq-a {
    color: #444;
    font-size: .95rem;
    line-height: 1.8;
    margin-bottom: 24px;
    padding-left: 12px;
    border-left: 3px solid #e8ecf2;
}

/* 준비 중 상태 */
.bc-guide-preparing {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}
.bc-guide-preparing i {
    font-size: 2.5rem;
    margin-bottom: 16px;
    display: block;
}

/* 가이드 반응형 - 태블릿 */
@media (max-width: 991px) {
    .bc-guide-wrap {
        flex-direction: column;
        gap: 20px;
    }
    .bc-guide-sidebar {
        flex: none;
        min-width: 0;
        width: 100%;
    }
    .bc-guide-sidebar-sticky {
        position: static;
        padding: 16px;
    }
    .bc-guide-sidebar-title {
        font-size: 1rem;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }
    .bc-guide-sidebar-menu {
        display: flex;
        overflow-x: auto;
        gap: 6px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }
    .bc-guide-sidebar-menu::-webkit-scrollbar {
        display: none;
    }
    .bc-guide-sidebar-menu li {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
    .bc-guide-sidebar-menu a {
        white-space: nowrap;
        padding: 8px 14px;
        font-size: .85rem;
    }
    .bc-guide-content {
        padding: 28px 24px;
    }
    .bc-guide-content-title {
        font-size: 1.35rem;
    }
}

/* 가이드 반응형 - 모바일 */
@media (max-width: 575px) {
    .bc-guide-hero {
        padding: 40px 0 28px;
    }
    .bc-guide-hero-title {
        font-size: 1.5rem;
    }
    .bc-guide-hero-desc {
        font-size: .875rem;
    }
    .bc-guide-section {
        padding: 24px 0 40px;
    }
    .bc-guide-content {
        padding: 20px 16px;
    }
    .bc-guide-content-title {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    .bc-guide-content h3 {
        font-size: 1.05rem;
        margin-top: 28px;
    }
    .bc-guide-stats {
        gap: 20px;
        padding: 24px 12px;
    }
    .bc-guide-chart {
        width: 140px;
        height: 140px;
    }
    .bc-guide-chart::after {
        width: 100px;
        height: 100px;
    }
    .bc-guide-chart-inner .value {
        font-size: 1.4rem;
    }
    .bc-guide-bubble {
        width: 155px;
        height: 155px;
    }
    .bc-guide-bubble .b-price {
        font-size: 1.15rem;
    }
    .bc-guide-summary {
        padding: 20px 16px 14px;
    }
}

/* =============================================
   가이드 콘텐츠 전용 스타일 (guide-*.php)
   ============================================= */

/* 도넛 차트 래퍼 */
.bc-guide-chart-wrap {
    text-align: center;
}
.bc-guide-chart-value {
    font-size: 1.75rem;
    font-weight: 900;
    color: #1a3a6d;
    display: block;
    line-height: 1.2;
}
.bc-guide-chart-label {
    font-size: .8rem;
    color: #666;
    display: block;
    margin-top: 2px;
}
.bc-guide-chart-desc {
    font-size: .875rem;
    color: #555;
    margin-top: 12px;
    line-height: 1.5;
}

/* 버블 래퍼 */
.bc-guide-bubble-wrap {
    text-align: center;
}
.bc-guide-bubble-value {
    font-size: 1.5rem;
    font-weight: 800;
    display: block;
    line-height: 1.2;
}
.bc-guide-bubble-value small {
    font-size: 1rem;
    font-weight: 500;
}
.bc-guide-bubble-label {
    font-size: .8125rem;
    opacity: .85;
    display: block;
    margin-top: 6px;
}

/* 요약 박스 확장 */
.bc-guide-summary-title {
    font-size: 1.125rem;
    font-weight: 800;
    color: #1a3a6d;
    margin: 0 0 16px;
    line-height: 1.5;
}
.bc-guide-summary-title i {
    color: #1a3a6d;
    margin-right: 6px;
}
.bc-guide-summary-list {
    padding-left: 20px;
    margin: 16px 0 0;
}
.bc-guide-summary-list li {
    padding: 8px 0;
    font-size: .95rem;
    color: #444;
    line-height: 1.75;
    border-bottom: 1px solid rgba(26, 58, 109, .08);
}
.bc-guide-summary-list li:last-child {
    border-bottom: none;
}
.bc-guide-summary-list li strong {
    color: #1a3a6d;
}

/* 섹션 제목 (콘텐츠 내부) */
.bc-guide-section-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a3a6d;
    margin: 40px 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8ecf2;
    line-height: 1.4;
}
.bc-guide-section-title i {
    color: #2a5298;
    margin-right: 8px;
}

/* 이유 카드 그리드 */
.bc-guide-reason-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}
.bc-guide-reason-card {
    background: #f8f9fc;
    border: 1px solid #e8ecf2;
    border-radius: 12px;
    padding: 24px 20px;
    transition: box-shadow .2s;
}
.bc-guide-reason-card:hover {
    box-shadow: 0 4px 16px rgba(26, 58, 109, .1);
}
.bc-guide-reason-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .625rem;
    background: #eef2f8;
    color: #1a3a6d;
    font-size: 1.25rem;
    margin-bottom: 12px;
}
.bc-guide-reason-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
}
.bc-guide-reason-card p {
    font-size: .9rem;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* 체크리스트 */
.bc-guide-checklist {
    margin-bottom: 32px;
}
.bc-guide-checklist-item {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f2f5;
}
.bc-guide-checklist-item:last-child {
    border-bottom: none;
}
.bc-guide-checklist-num {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    background: #1a3a6d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    font-weight: 700;
    margin-top: 2px;
}
.bc-guide-checklist-body {
    flex: 1;
    min-width: 0;
}
.bc-guide-checklist-body h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
    line-height: 1.4;
}
.bc-guide-checklist-body p {
    font-size: .925rem;
    color: #444;
    line-height: 1.8;
    margin: 0 0 10px;
}
.bc-guide-checklist-body p:last-child {
    margin-bottom: 0;
}

/* FAQ 확장 */
.bc-guide-faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f2f5;
}
.bc-guide-faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.bc-guide-faq-q {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 700;
    color: #1a3a6d;
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.5;
}
.bc-guide-faq-q > i {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background: #1a3a6d;
    color: #fff;
    border-radius: 4px;
    font-size: .7rem;
    font-weight: 800;
    margin-top: 2px;
}
.bc-guide-faq-a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #444;
    font-size: .95rem;
    line-height: 1.8;
    margin-bottom: 0;
    padding-left: 0;
    border-left: none;
}
.bc-guide-faq-a > i {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background: #e8ecf2;
    color: #1a3a6d;
    border-radius: 4px;
    font-size: .7rem;
    font-weight: 800;
    margin-top: 2px;
}
.bc-guide-faq-a > div p {
    margin: 0 0 8px;
}
.bc-guide-faq-a > div p:last-child {
    margin-bottom: 0;
}

/* 가이드 콘텐츠 반응형 - 태블릿 */
@media (max-width: 991px) {
    .bc-guide-reason-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .bc-guide-reason-card {
        padding: 20px 16px;
    }
}

/* 가이드 콘텐츠 반응형 - 모바일 */
@media (max-width: 575px) {
    .bc-guide-reason-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .bc-guide-reason-card {
        padding: 16px 14px;
    }
    .bc-guide-reason-card-title {
        font-size: .95rem;
    }
    .bc-guide-section-title {
        font-size: 1.1rem;
        margin-top: 32px;
    }
    .bc-guide-checklist-item {
        gap: 12px;
        padding: 16px 0;
    }
    .bc-guide-checklist-num {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        font-size: .8rem;
    }
    .bc-guide-checklist-body h5 {
        font-size: .975rem;
    }
    .bc-guide-checklist-body p {
        font-size: .875rem;
    }
    .bc-guide-bubble-value {
        font-size: 1.25rem;
    }
    .bc-guide-summary-title {
        font-size: 1rem;
    }
    .bc-guide-summary-list li {
        font-size: .875rem;
    }
    .bc-guide-faq-q {
        font-size: .95rem;
    }
    .bc-guide-faq-a {
        font-size: .875rem;
    }
}

/* 팁 박스 */
.bc-guide-tip-box {
    background: #f0f7ff;
    border-left: 4px solid #2a5298;
    border-radius: 0 8px 8px 0;
    padding: 20px 24px;
    margin: 24px 0;
}
.bc-guide-tip-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a3a6d;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bc-guide-tip-title i {
    color: #2a5298;
}
.bc-guide-tip-box p {
    font-size: .925rem;
    color: #444;
    line-height: 1.8;
    margin: 0 0 6px;
}
.bc-guide-tip-box p:last-child {
    margin-bottom: 0;
}
.bc-guide-tip-box ul {
    padding-left: 18px;
    margin: 8px 0 0;
}
.bc-guide-tip-box ul li {
    font-size: .925rem;
    color: #444;
    line-height: 1.8;
    padding: 2px 0;
}

/* 면책 고지 */
.bc-guide-disclaimer {
    background: #fafafa;
    border: 1px solid #e8ecf2;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 32px 0 0;
    font-size: .8125rem;
    color: #888;
    line-height: 1.7;
}

@media (max-width: 575px) {
    .bc-guide-tip-box {
        padding: 16px 18px;
    }
    .bc-guide-tip-title {
        font-size: .975rem;
    }
    .bc-guide-tip-box p,
    .bc-guide-tip-box ul li {
        font-size: .875rem;
    }
    .bc-guide-disclaimer {
        padding: 14px 16px;
        font-size: .75rem;
    }
}

/* ===================================
   Article Content - PDF 뷰어 버튼 & 질병 TIP
====================================== */
.article-content h3 {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a2e50;
    margin: 1.5rem 0 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e8ecf2;
}
.article-content ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}
.article-content ul li {
    padding: 0.25rem 0;
    color: #444;
    font-size: 0.9375rem;
    line-height: 1.6;
}
.btn-pdf-view {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #c0392b;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 600;
    transition: background 0.2s, transform 0.15s;
}
.btn-pdf-view:hover {
    background: #a93226;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}
.btn-pdf-view i {
    font-size: 1.125rem;
}

/* 질병 안내 TIP */
.disease-tips {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f4f7fb;
    border-radius: 12px;
    border: 1px solid #d6e4f7;
}
.disease-tips h3 {
    font-size: 1.0625rem;
    color: #183f80;
    margin-top: 0;
    border-bottom: 2px solid #b8cce7;
}
.disease-tips dl {
    margin: 0;
}
.disease-tips dt {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #1a2e50;
    margin-top: 1rem;
    padding: 4px 0;
}
.disease-tips dt:first-of-type {
    margin-top: 0;
}
.disease-tips dd {
    margin: 0.25rem 0 0.75rem 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #555;
}
.disease-tips dd:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .disease-tips {
        padding: 1rem;
    }
    .disease-tips dt {
        font-size: 0.875rem;
    }
    .disease-tips dd {
        font-size: 0.8125rem;
    }
    .btn-pdf-view {
        padding: 10px 18px;
        font-size: 0.875rem;
    }
}

/* ===================================
   약관 본문 가독성 스타일
====================================== */
/* 섹션 헤딩 (제 X 관) */
.bv-body .ins-section {
    display: block;
    font-size: 1.15em;
    font-weight: 800;
    color: #1a2e50;
    margin: 2rem 0 0.75rem;
    padding: 10px 14px;
    background: linear-gradient(135deg, #eef2f8 0%, #f8f9fc 100%);
    border-left: 4px solid #2c5aa0;
    border-radius: 0 8px 8px 0;
    line-height: 1.5;
}
.bv-body .ins-section:first-child {
    margin-top: 0;
}
/* 조항 헤딩 (제 X 조) */
.bv-body .ins-article {
    display: block;
    font-size: 1.02em;
    font-weight: 700;
    color: #2c3e50;
    margin: 1.5rem 0 0.5rem;
    padding: 6px 0;
    border-bottom: 1px solid #e4e9f0;
}
/* 별표/기준표 헤딩 */
.bv-body .ins-table-title {
    display: block;
    font-size: 1.05em;
    font-weight: 700;
    color: #c0392b;
    margin: 1.5rem 0 0.5rem;
    padding: 8px 12px;
    background: #fdf2f2;
    border-left: 3px solid #e74c3c;
    border-radius: 0 6px 6px 0;
}
/* 항 번호 (①②③) */
.bv-body .ins-clause {
    display: block;
    margin-top: 0.75rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
/* 호 번호 (1. 2. 3.) */
.bv-body .ins-item {
    display: block;
    margin-top: 0.4rem;
    padding-left: 2em;
    text-indent: -1.2em;
    color: #444;
}
/* 가나다 항목 */
.bv-body .ins-sub {
    display: block;
    margin-top: 0.25rem;
    padding-left: 2.8em;
    text-indent: -1em;
    color: #555;
    font-size: 0.95em;
}
/* 불필요 여백 정리: 연속 빈 줄 축소 */
.bv-body p:empty,
.bv-body p br:only-child {
    display: none;
}
.bv-body p {
    margin-bottom: 4px;
}
/* 본문 내 strong 강조 */
.bv-body strong {
    color: #1a2e50;
    font-weight: 700;
}
/* 약관 참조 (제X조 형태) */
.bv-body .ins-ref {
    color: #2c5aa0;
    font-weight: 600;
}
/* PDF 뷰어 버튼 위 여백 */
.bv-body .btn-pdf-view {
    margin-top: 1.5rem;
}
/* 약관 본문 전체 타이포그래피 */
.bv-body {
    font-size: 0.95em;
    line-height: 1.85;
}

@media (max-width: 768px) {
    .bv-body .ins-section {
        font-size: 1.05em;
        padding: 8px 10px;
        margin: 1.5rem 0 0.5rem;
    }
    .bv-body .ins-article {
        font-size: 0.95em;
    }
    .bv-body .ins-clause {
        padding-left: 1.2em;
        text-indent: -1.2em;
    }
    .bv-body .ins-item {
        padding-left: 1.5em;
    }
    .bv-body .ins-sub {
        padding-left: 2em;
    }
}

/* ===================================
   건강 가이드 그리드 카드
====================================== */
.bc-guide-cards {
    padding: 50px 0 30px;
    background: #f4f7fb;
}
.bc-guide-cards-header {
    text-align: center;
    margin-bottom: 32px;
}
.bc-guide-cards-badge {
    display: inline-block;
    background: #2c5aa0;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.bc-guide-cards-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a2e50;
    margin: 0;
}
.bc-guide-cards-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.bc-guide-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.bc-guide-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #e0e6ef;
}
.bc-guide-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(44, 90, 160, 0.12);
}
.bc-guide-card-img {
    overflow: hidden;
    border-radius: 16px;
}
.bc-guide-card-img a {
    display: block;
}
.bc-guide-card-img img {
    width: 100%;
    height: auto;
    display: block;
    border: 3px solid #fff;
    border-radius: 16px;
    transition: transform 0.3s;
}
.bc-guide-card:hover .bc-guide-card-img img {
    transform: scale(1.03);
    border-color: #2c5aa0;
}
.bc-guide-card-title {
    display: block;
    text-align: center;
    padding: 10px 10px 2px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a2e50;
}
.bc-guide-card-link {
    text-align: center;
    padding: 0 10px 14px;
    font-size: 0.85rem;
}
.bc-guide-card-link a {
    color: #2c5aa0;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}
.bc-guide-card-link a:hover {
    color: #1a3d7a;
    font-weight: 700;
}
@media (max-width: 768px) {
    .bc-guide-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bc-guide-cards-title {
        font-size: 1.3rem;
    }
    .bc-guide-cards {
        padding: 30px 0 16px;
    }
}