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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
/* 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/mainbg.jpg');}

.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: 20px;
}
/* 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:#9754e3 !important}
.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 !important}


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

.section11_bg {background-image: url('../images/public/sectionbg_11.jpg'); background-position:50%; background-size: inherit }
.section12_bg {background-image: url('../images/public/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-size:cover;
        background-position: -50% 10%;
    }
    .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(68vh - 50px) !important;
    }
    .onms {margin-top:0px; }
    .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 !important}
    .bar_banner01 {background-image: url('../images/mobile-bar-banner.jpg')}
    .bar_banner02 {background-image: url('../images/mobile-bar-banner2.jpg')}
    .section11_bg {background-image: url('../images/public/sectionbg_11m.jpg'); background-position:center; background-size: cover }
    .section12_bg {background-image: url('../images/public/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:rgba(151,84,227,0.9); 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 #5475e3;
        position: absolute;
        left: 10px;
        top: 5px;
        opacity: 1;
        -webkit-transition: all .12s, border-color .08s;
        transition: all .12s, border-color .08s;
    }

}