@charset "utf-8";

/* *, :after, :before {} */

html, body {
    word-wrap: break-word;
    word-break: keep-all;
    /* overflow-wrap: break-word; */
    /*
    영문인 경우 keep-all, 한글의 경우 break-all
    영/국 테스트해보고 결정하자
    .eng, .eng * {word-break: keep-all;}
    .kor, .kor * {word-break: break-all;}
    */
}
body {min-width: 360px; overflow-x: clip;} /* html에 overflow-x 선언되어있으면 sticky가 제대로 안먹는 현상 있음 */
img {max-width: 100%;}

input[type=checkbox]:focus, input[type=radio]:focus,
input[type=checkbox]:focus-visible, input[type=radio]:focus-visible {outline: auto;}

.block {display: block;}
.nowrap {white-space: nowrap;}

.pre-line {white-space: pre-line;}
.help {cursor: pointer;}
i.help {color: #fd7e14; font-size: .75em; /* vertical-align: super; */}

.text-decoration-line-through {text-decoration: line-through;}

/* .sound-only, .sr-only {
    position: absolute;
    left: -99999px;
    width: 0;
    height: 0;
    text-indent: -99999px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
} */
.sr-only, .sound-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* --Clearfix */
.cf:before,
.cf:after {content: ''; display: table;}
.cf:after {clear: both;}
.cf {zoom: 1;}

.disabled
, .table-pagination > a.disabled
{cursor: not-allowed;}
.d-none {display: none;}
.d-none-i {display: none !important;}
.d-inline-block, .ib {display: inline-block;}
.d-inline-block-i, .ib-i {display: inline-block !important;}
.d-inline-block, .d-inline-block-i, .ib, .ib-i {vertical-align: middle;}
.w-auto {width: auto;}
.w-auto-i {width: auto !important;}

.ellipsis {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.justify-evenly {justify-content: space-evenly !important;}

.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.flex {display: flex; justify-content: center; align-items: center;}
.flex-dir-row {flex-direction: row;}
.flex-wrap {flex-wrap: wrap;}


.loading-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #0002;
    position: fixed;
    top: 0; left: 0;
    z-index: 99999999999999999;
}
.loading-spinner {
    width: 100px;
    height: 100px;
    border: 10px solid #3498db;
    border-top: 10px solid transparent;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}
@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m:
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;

    width: 100px;
    padding: 10px;
    background: #3498db;
}
@keyframes l3 {to{transform: rotate(1turn)}}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-overlay, .popup-ani {background: #fff; padding: 10px;}
.popup-ani, .popup-ani-style {transform: scale(0.8);}
.popup_visible .popup-ani, .popup-ani-style {transform: scale(1);}

/* 팝업추가 */
/* #resultMsg .bg-danger, #resultMsg .bg-success {color: #fff;} */
#resultMsg.popup-overlay{background-color: #fff; box-sizing: border-box; border-radius: 15px; margin: 3em; padding: 50px; overflow: hidden; max-width: 500px;}
#resultMsg.popup-overlay .close-btn{text-align: center;}
#resultMsg.popup-overlay .close-btn button{padding: 0 10px; min-width: 80px; height: 42px; border-radius: 5px; border: none; background-color: #111; color: #fff; font-weight: 500; cursor: pointer; margin-top: 30px;}

#resultMsg.popup-content {min-width: 500px;}
#resultMsg.popup-content .content{text-align: center;}
/* .popup-content .pop-inner::before{content: url(../img/customer/check_ico.svg); display: block; text-align: center;} */
#resultMsg.popup-content .pop-inner strong{margin: 20px 0 15px; display: inline-block; font-size: 22px;}
/* .popup-content .alert-success {/* background-color: #28a745; * / color: #28a745; color: #23923d;} */
#resultMsg.popup-content .alert-success {}
#resultMsg.popup-content .alert-danger {
    color: #dc3545;
    color: #d32535;
}

#skip_navigation {position: absolute; top: 0; left: 0; z-index: 10001;}
#skip_navigation a {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    margin-bottom: -1px;
    text-indent: -10000px;
    transition: none;
}
#skip_navigation a:focus, #skip_navigation a:active {
    width: auto;
    height: auto;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    padding: 5px 10px;
    border: 2px solid #232323;
    background: #1287e0;
    color: #ffffff;
    font-weight: bold;
    text-indent: 0px;
    white-space: nowrap;
}


/* .ck-content ul {padding-left: 1em;} */
#tinymce img {width: auto;}


.on .splitting .char,
.splitting .char {
    animation: wave-up .8s cubic-bezier(.5, 0, .5, 1) both;
    animation-delay: calc(80ms * var(--char-index) + 80ms);
}
.splitting .word {
    overflow: hidden;
}
@keyframes wave-up {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
}


.table-responsive {overflow-x: auto;}

.mo-swipe {display: none;}
@media screen and (max-width:790px) {
    .mo-swipe {display: block;}
    .mo-swipe::before {
        content: '';
        font-size: 14px;
        background: #ffffff url(../../public/img/ico-swipe.svg) no-repeat left center;
        padding-left: 30px;
    }
}

.copy2clipboard {
    cursor: pointer;
}



.recatpcha-invisible > div {
    /* position: relative; */
    overflow-x: hidden;
}
.grecaptcha-badge {
    /* position: absolute !important; */
    /* bottom: 0 !important; */
    /* bottom: auto;
    top: 100%; */
}
.grecaptcha-logo {width: auto !important;}

main.view .editor p {
    margin: 0.5em 0;
}
main.view .editor .images-area,
main.view .editor .images-area img {
    display: block;
    margin: .5em auto;
}
