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

/* 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 !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;
}
body{
    line-height: 30px;
}
/* header */
.header-icon .icon > a {
    font-size: 15px;
}
header .navbar-brand img {
    max-height: 45px;
}

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


.section_mains {
    background-image: url('../images/assets/backgrounds/mainbg.png');
    height: calc(100px + 655px); /* nav 높이(100px) + 655px */
    min-height: calc(100px + 655px);
}

.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 !important;
}
.bg-transparent-white-light {
    background-color: rgba(255, 255, 255, .1) !important;
}
/* 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) !important;
    color: var(--dark-gray) !important;
}
.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) !important;
    border-color: var(--base-color) !important;
}
.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: #0f3d8a !important;
}
/* 첫 번째 섹션 speech bubble - #ae2424 배경 */
.speech-bubble.section-1,
.speech-bubble:not(.section-2) {
    position: relative;
    background-color: #29a0b2;
    border-radius: 50px;
    padding: 20px 45px;
    min-width: 300px;
    display:inline;
    min-height: 60px;
    margin-bottom:50px;
}
.speech-bubble.section-1::after,
.speech-bubble:not(.section-2)::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 7px;
    border-width: 40px 40px 0 0px;
    border-style: solid;
    border-color: #29a0b2 transparent transparent transparent;
}

/* 두 번째 섹션 speech bubble - #ae2424 배경 */
.speech-bubble.section-2 {
    position: relative;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 20px 45px;
    min-width: 300px;
    display:inline;
    min-height: 60px;
    margin-bottom:50px;
}
.speech-bubble.section-2::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 7px;
    border-width: 40px 40px 0 0px;
    border-style: solid;
    border-color: #ffffff 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('../images/assets/backgrounds/pc-bar-banner.png')}
.bar_banner02 {background-image: url('../images/assets/backgrounds/pc-bar-banner2.png')}

.section11_bg {background-image: url('../images/assets/backgrounds/sectionbg_11.jpg'); background-position:50%; background-size: inherit }
.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.png');
        background-size:cover;
    }
    .m_main_bg_2 {background-image: url('../images/mobile/main_bg2.jpg');
        background-size:cover;
        background-position:center;
        display:block;
        position:static;
        height:auto;
    }
    .boni_contact img {max-width:80%;}

    .outside-box-right-7 {
        margin-right: 0;
        position:static;
    }
    .outside-box-right-7 div[style*="bottom"] {
        position:static !important;
        bottom:auto !important;
        padding:20px 15px;
    }
    .full-screen.ipad-top-space-margin {
        height: calc(80vh - 50px) !important;
    }
    .onms {margin-top:0;}
    /* 첫 번째 섹션 speech bubble - 모바일에서 #ae2424 배경 */
    .speech-bubble.section-1,
    .speech-bubble:not(.section-2) {
        position: relative;
        background-color: #29a0b2;
        border-radius: 50px;
        padding: 20px 10px;
        min-width: 150px;
        display:inline;
        min-height: 40px;
        margin-bottom:50px;
    }
    .speech-bubble.section-1::after,
    .speech-bubble:not(.section-2)::after {
        content: '';
        position: absolute;
        bottom: -15px;
        right: 15px;
        border-width: 20px 20px 0 0px;
        border-style: solid;
        border-color: #29a0b2 transparent transparent transparent;
    }
    
    /* 두 번째 섹션 speech bubble - 흰색 배경 (모바일) */
    .speech-bubble.section-2 {
        position: relative;
        background-color: #ffffff;
        border-radius: 50px;
        padding: 20px 10px;
        min-width: 150px;
        display:inline;
        min-height: 40px;
        margin-bottom:50px;
    }
    .speech-bubble.section-2::after {
        content: '';
        position: absolute;
        bottom: -15px;
        right: 15px;
        border-width: 20px 20px 0 0px;
        border-style: solid;
        border-color: #ffffff transparent transparent transparent;
    }
    .moneys {z-index:2;  top:-100vh; left: 80%; transform: translate(-25%, 75%);  display:none !important}
    .bar_banner01 {background-image: url('../images/assets/backgrounds/mobile-bar-banner.png')}
    .bar_banner02 {background-image: url('../images/assets/backgrounds/mobile-bar-banner2.png')}
    .section11_bg {background-image: url('../images/assets/backgrounds/sectionbg_11m.png'); background-position:center; background-size: cover }
    .section12_bg {background-image: url('../images/assets/backgrounds/sectionbg_12m.jpg'); background-position:center; background-size: cover }
    .check_img {max-width:30px;}
    .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;}

    .m_fixed {position:fixed; opacity:0; overflow:hidden;  bottom:0; left:0; background:#103e8c; 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}
}

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


@media(max-width:768px){


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

}

/* =========================================================================
   PSD 본문 섹션 재구성 (bonniesick / 유병자보험)
   - 통이미지(sections/*.png)를 실제 HTML 텍스트 + CSS 도형 + 부분 이미지로 대체
   - 색: 틸 #29a0b2 / 딥틸 #137087 / 네이비 #0c1f3f·#183f80 / 레드 #da1f3e / 앰버 #f5a623
   ========================================================================= */
.bs-wrap { max-width: 980px; margin: 0 auto; }

/* --- 통계 차트 카드 (섹션1) --- */
.bs-stat-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.bs-stat {
    flex: 1 1 420px;
    max-width: 520px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 34px rgba(19, 112, 135, .12);
    overflow: hidden;
}
.bs-stat-head {
    background: #29a0b2;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding: 16px 20px;
    letter-spacing: -.5px;
}
.bs-stat-body { padding: 22px 26px 10px; }
.bs-chart { width: 100%; height: auto; display: block; }
.bs-stat-src {
    font-size: 12px;
    color: #555;
    padding: 4px 26px 18px;
    text-align: left;
    letter-spacing: -.3px;
}
.bs-stat-cap {
    background: #0c254f;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    padding: 20px 16px;
    letter-spacing: -.5px;
}

/* --- 숫자 뱃지 리스트 (섹션3 좌측: 간편심사 3가지 질문) --- */
.bs-qna {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.bs-qna-item {
    display: flex;
    align-items: center;
    gap: 22px;
    background: #eef4fb;
    border-radius: 18px;
    padding: 20px 26px;
}
.bs-qna-badge {
    flex: 0 0 auto;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #b9cdf0;
    color: #2a3d6b;
    font-size: 40px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #7f9fd8;
}
.bs-qna-badge--alt { background: #f6c6ad; color: #c2542f; border-color: #e79e7f; }
.bs-qna-txt { text-align: left; letter-spacing: -.5px; }
.bs-qna-txt strong { display: block; font-size: 24px; font-weight: 800; color: #282828; }
.bs-qna-txt span { font-size: 16px; color: #555; }
.bs-qna-foot {
    background: #fbe0e6;
    color: #c22a49;
    text-align: center;
    font-weight: 700;
    border-radius: 40px;
    padding: 12px 18px;
    margin-top: 4px;
    font-size: 16px;
    letter-spacing: -.5px;
}

/* --- 아이콘 카드 (섹션3 우측 / 공통) --- */
.bs-ico-list { display: flex; flex-direction: column; gap: 18px; }
.bs-ico-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 26px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
    text-align: left;
}
.bs-ico {
    flex: 0 0 auto;
    width: 66px;
    height: 66px;
    color: #2a5db0;
}
.bs-ico svg { width: 100%; height: 100%; }
.bs-ico-card h4 {
    font-size: 21px;
    font-weight: 800;
    color: #d21f3e;
    margin: 0 0 6px;
    letter-spacing: -.5px;
}
.bs-ico-card p { font-size: 15px; color: #444; margin: 0; line-height: 1.5; letter-spacing: -.3px; }

/* --- 질환 카테고리 박스 (섹션4: 3대질환) --- */
.bs-disease-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.bs-disease {
    flex: 1 1 260px;
    max-width: 320px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    padding: 34px 20px 30px;
    text-align: center;
}
.bs-disease-ico {
    width: 120px;
    height: 120px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #e8f2fb;
    color: #2a5db0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bs-disease-ico svg { width: 62px; height: 62px; }
.bs-disease p { margin: 2px 0; font-size: 20px; font-weight: 700; color: #282828; letter-spacing: -.5px; }
.bs-disease p.bs-red { color: #d21f3e; }

/* --- 치료비 그룹 (섹션5) --- */
.bs-treat-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: flex-start;
}
.bs-treat {
    flex: 1 1 300px;
    max-width: 560px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .07);
    padding: 30px 26px 34px;
    position: relative;
}
.bs-treat-items {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.bs-treat-cell {
    flex: 1 1 110px;
    max-width: 150px;
    background: #eef4fb;
    border-radius: 14px;
    padding: 20px 8px;
    text-align: center;
}
.bs-treat--alt .bs-treat-cell { background: #f9eaf4; }
.bs-treat-cell .bs-ico { width: 46px; height: 46px; margin: 0 auto 10px; color: #333; }
.bs-treat-cell span { font-size: 15px; font-weight: 700; color: #282828; letter-spacing: -.5px; }
.bs-treat-tag {
    display: block;
    width: max-content;
    max-width: 90%;
    margin: 22px auto 0;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    border-radius: 40px;
    padding: 10px 34px;
    letter-spacing: -.5px;
}
.bs-treat-tag--blue { background: #4f7fd0; }
.bs-treat-tag--purple { background: #b06fd0; }

/* --- 수술 예시 칩 + 체크리스트 (섹션6) --- */
.bs-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 34px;
}
.bs-chip {
    background: #ffffff;
    border: 2px solid #d21f3e;
    color: #d21f3e;
    font-weight: 700;
    font-size: 17px;
    border-radius: 40px;
    padding: 10px 24px;
    letter-spacing: -.5px;
}
.bs-check-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 720px;
    margin: 0 auto;
}
.bs-check-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    text-align: left;
}
.bs-check-item::before {
    content: "";
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    background: no-repeat center/70% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e11d3c' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12l5 5L20 6'/%3E%3C/svg%3E");
    border: 2px solid #d7d7d7;
    border-radius: 6px;
}
.bs-check-item p { margin: 0; font-size: 20px; font-weight: 700; color: #1f1f1f; line-height: 1.45; letter-spacing: -.5px; }
.bs-check-item p small { font-size: 13px; font-weight: 500; color: #777; }
.bs-note { text-align: center; font-size: 13px; color: #888; margin-top: 22px; }

/* --- 시니어 커플 + 말풍선 (섹션2 / 섹션7) --- */
.bs-couple { position: relative; max-width: 560px; margin: 0 auto; }
.bs-couple-photo {
    display: block;
    width: 78%;
    max-width: 420px;
    margin: 0 auto;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .15));
}
.bs-bubble {
    position: absolute;
    background: #fff;
    border: 2px solid #e11d3c;
    border-radius: 24px;
    padding: 12px 20px;
    font-weight: 800;
    color: #333;
    font-size: 18px;
    line-height: 1.3;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .1);
    letter-spacing: -.5px;
}
.bs-bubble .bs-ok { color: #e11d3c; font-size: 24px; }
.bs-bubble em { color: #e11d3c; font-style: normal; }
.bs-bubble::after {
    content: "";
    position: absolute;
    bottom: -14px;
    width: 0; height: 0;
    border: 14px solid transparent;
    border-top-color: #e11d3c;
    border-bottom: 0;
}
.bs-bubble--l { top: 6%; left: 0; }
.bs-bubble--l::after { left: 32px; }
.bs-bubble--r { top: 20%; right: 0; }
.bs-bubble--r::after { right: 32px; }

/* --- POINT 카드 (섹션12: 필요한 보장만 골라) --- */
.bs-point-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}
.bs-point {
    flex: 1 1 280px;
    max-width: 340px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
    text-align: center;
}
.bs-point-top { padding: 30px 20px 24px; }
.bs-point-num {
    display: inline-block;
    background: #f5a623;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    border-radius: 40px;
    padding: 6px 26px;
    margin-bottom: 22px;
    letter-spacing: .5px;
}
.bs-point-ico {
    width: 108px;
    height: 108px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff5e2;
    color: #f5931e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bs-point-ico svg { width: 54px; height: 54px; }
.bs-point-bot { background: #f5a623; color: #fff; padding: 26px 20px 30px; }
.bs-point-bot h4 { font-size: 21px; font-weight: 800; margin: 0 0 14px; line-height: 1.35; letter-spacing: -.5px; }
.bs-point-bot p { font-size: 15px; margin: 0; line-height: 1.55; opacity: .96; letter-spacing: -.3px; }

@media (max-width: 768px) {
    .bs-stat-head { font-size: 17px; }
    .bs-stat-cap { font-size: 18px; }
    .bs-qna-item { gap: 14px; padding: 16px; }
    .bs-qna-badge { width: 64px; height: 64px; font-size: 30px; }
    .bs-qna-txt strong { font-size: 19px; }
    .bs-qna-txt span { font-size: 14px; }
    .bs-ico { width: 54px; height: 54px; }
    .bs-ico-card { gap: 14px; padding: 16px; }
    .bs-ico-card h4 { font-size: 18px; }
    .bs-disease-ico { width: 92px; height: 92px; }
    .bs-disease-ico svg { width: 48px; height: 48px; }
    .bs-disease p { font-size: 17px; }
    .bs-treat-tag { font-size: 17px; padding: 9px 26px; }
    .bs-chip { font-size: 15px; padding: 8px 18px; }
    .bs-check-item p { font-size: 16px; }
    .bs-bubble { font-size: 14px; padding: 9px 14px; }
    .bs-bubble .bs-ok { font-size: 19px; }
    .bs-point-bot h4 { font-size: 19px; }
}

/* --- 서비스 강점 카드 (섹션9: 투명한 비교 / 발빠른 대응 / 1:1 맞춤형) --- */
.bs-svc-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
}
.bs-svc {
    flex: 1 1 280px;
    max-width: 330px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
    text-align: center;
}
.bs-svc-top { background: #fdf3c9; padding: 34px 20px 34px; }
.bs-svc-ico {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    color: #f5931e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bs-svc-ico svg { width: 52px; height: 52px; }
.bs-svc-body { padding: 0 22px 32px; }
.bs-svc-tag {
    display: inline-block;
    background: #f5931e;
    color: #fff;
    font-weight: 800;
    font-size: 19px;
    border-radius: 40px;
    padding: 9px 32px;
    margin: -22px 0 20px;
    letter-spacing: -.5px;
    box-shadow: 0 6px 14px rgba(245, 147, 30, .3);
}
.bs-svc-body p { font-size: 16px; color: #333; margin: 0; line-height: 1.6; letter-spacing: -.3px; }
@media (max-width: 768px) {
    .bs-svc-tag { font-size: 17px; }
    .bs-svc-ico { width: 84px; height: 84px; }
    .bs-svc-ico svg { width: 44px; height: 44px; }
}
/* ---------- 로고월(section08) ---------- */
.bs-logos { text-align: center; }
.bs-logos__strip { display: block; width: 100%; max-width: 900px; height: auto; margin: 0 auto; }
.bs-logos__callout { padding: 28px 0; }
.bs-logos__badge {
    display: inline-block;
    background: #0c1f3f;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 28px;
    border-radius: 30px;
    margin-bottom: 16px;
}
.bs-logos__lead {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.4;
    margin: 0;
}
.bs-logos__lead strong { color: #0d8f8f; }
@media (max-width: 768px) {
    .bs-logos__badge { font-size: 15px; padding: 8px 20px; }
    .bs-logos__lead { font-size: 20px; }
}

/* ---------- 모델+말풍선(section10) ---------- */
.bs-model { position: relative; display: inline-block; max-width: 420px; margin: 0 auto; }
.bs-model__photo {
    width: 100%; max-width: 360px; border-radius: 50%;
    background: #e6f7f7; padding: 14px; box-shadow: 0 10px 30px rgba(12,31,63,.12);
}
.bs-model__bubble {
    position: absolute; background: #0c1f3f; color: #fbbf38; font-weight: 800;
    font-size: 18px; padding: 10px 22px; border-radius: 30px; white-space: nowrap;
}
.bs-model__bubble--top { top: -6px; left: 50%; transform: translateX(-50%); }
.bs-model__bubble--left { top: 40%; left: -10px; }
.bs-model__bubble--right { top: 55%; right: -20px; }
@media (max-width: 768px) {
    .bs-model__bubble { font-size: 14px; padding: 7px 16px; }
    .bs-model__bubble--left { left: 0; }
    .bs-model__bubble--right { right: 0; }
}
.speech-bubble.lh-15 { line-height: 1.35; }
@media (max-width: 575px) {
  .fs-45.xs-fs-32 { font-size: 2rem; }
  .fs-38.xs-fs-28 { font-size: 1.75rem; }
  .fs-45.xs-fs-32.lh-30 { line-height: 1.4; }
}
