/* font */
.font-noto-sans {
    font-family: 'Noto Sans KR', sans-serif
}

/* 100;300;400;500;700;900 */
.font-noto-serif {
    font-family: 'Noto Serif KR', serif
}

/* 200;300;400;500;600;700;900 */
.font-nanum-sans {
    font-family: 'Nanum Gothic', sans-serif
}

/* 400;700;800 */
.font-nanum-serif {
    font-family: 'Nanum Myeongjo', serif
}

/* 400;700;800 */
.font-nanum-brush {
    font-family: 'Nanum Brush Script', cursive
}

.font-nanum-pen {
    font-family: 'Nanum Pen Script', cursive
}

.font-source-sans {
    font-family: 'Source Sans Pro', sans-serif
}

/* 200;300;400;600;700 */
.font-source-code {
    font-family: 'Source Code Pro', monospace
}

/* 200;300;400;500;600;700;900 */
.font-roboto-sans {
    font-family: 'Roboto', sans-serif
}

/* 100;300;500;700;900 */
.font-nunito {
    font-family: 'Nunito', sans-serif
}

/* 200;300;400;600;700;800;900 */
.font-open-sans {
    font-family: 'Open Sans', sans-serif
}

/* font weight */
.font-w-100 {
    font-weight: 100 !important
}

.font-w-200 {
    font-weight: 200 !important
}

.font-w-300 {
    font-weight: 300 !important
}

.font-w-400 {
    font-weight: 400 !important
}

.font-w-500 {
    font-weight: 500 !important
}

.font-w-600 {
    font-weight: 600 !important
}

.font-w-700 {
    font-weight: 700 !important
}

.font-w-800 {
    font-weight: 800 !important
}

.font-w-900 {
    font-weight: 900 !important
}

/* font size */
.font-s-10 {
    font-size: 10px !important
}

.font-s-11 {
    font-size: 11px !important
}

.font-s-12 {
    font-size: 12px !important
}

.font-s-13 {
    font-size: 13px !important
}

.font-s-14 {
    font-size: 14px !important
}

.font-s-15 {
    font-size: 15px !important
}

.font-s-16 {
    font-size: 16px !important
}

.font-s-18 {
    font-size: 18px !important
}

.font-s-20 {
    font-size: 20px !important
}

.font-s-24 {
    font-size: 24px !important
}

.font-s-28 {
    font-size: 28px !important
}

.font-s-32 {
    font-size: 32px !important
}

.font-s-36 {
    font-size: 36px !important
}

.font-s-40 {
    font-size: 40px !important
}

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {
    .sm-font-s-10 {
        font-size: 10px !important
    }

    .sm-font-s-11 {
        font-size: 11px !important
    }

    .sm-font-s-12 {
        font-size: 12px !important
    }

    .sm-font-s-13 {
        font-size: 13px !important
    }

    .sm-font-s-14 {
        font-size: 14px !important
    }

    .sm-font-s-15 {
        font-size: 15px !important
    }

    .sm-font-s-16 {
        font-size: 16px !important
    }

    .sm-font-s-18 {
        font-size: 18px !important
    }

    .sm-font-s-20 {
        font-size: 20px !important
    }

    .sm-font-s-24 {
        font-size: 24px !important
    }

    .sm-font-s-28 {
        font-size: 28px !important
    }

    .sm-font-s-32 {
        font-size: 32px !important
    }

    .sm-font-s-36 {
        font-size: 36px !important
    }

    .sm-font-s-40 {
        font-size: 40px !important
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 1199.98px) {}

/* title color */
.text-scs-title {
    color: var(--scs-title) !important;
}

.text-scs-main1 {
    color: var(--scs-main1) !important;
}

.text-scs-main2 {
    color: var(--scs-main2) !important;
}

.text-scs-main3 {
    color: var(--scs-main3) !important;
}

.text-scs-main4 {
    color: var(--scs-main4) !important;
}

.text-scs-main5 {
    color: var(--scs-main5) !important;
}

/* text color */
.text-scs-blue1 {
    color: var(--scs-blue1) !important;
}

.text-scs-blue2 {
    color: var(--scs-blue2) !important;
}

.text-scs-blue3 {
    color: var(--scs-blue3) !important;
}

.text-scs-blue4 {
    color: var(--scs-blue4) !important;
}

.text-scs-blue5 {
    color: var(--scs-blue5) !important;
}

.text-scs-blue6 {
    color: var(--scs-blue6) !important;
}

.text-scs-blue7 {
    color: var(--scs-blue7) !important;
}

.text-scs-indigo {
    color: var(--scs-indigo) !important;
}

.text-scs-purple {
    color: var(--scs-purple) !important
}

.text-scs-pink {
    color: var(--scs-pink) !important
}

.text-scs-orange {
    color: var(--scs-orange) !important
}

.text-scs-yellow {
    color: var(--scs-yellow) !important
}

.text-scs-red {
    color: var(--scs-red) !important
}

.text-scs-green {
    color: var(--scs-green) !important
}

.text-scs-cyan {
    color: var(--scs-cyan) !important
}

.text-scs-teal {
    color: var(--scs-teal) !important
}

.text-scs-gray {
    color: #98a6ad !important
}

.text-scs-darkgray {
    color: #343a40 !important
}

.text-scs-white {
    color: #fff !important
}

.text-scs-gray1 {
    color: var(--scs-gray1) !important
}

.text-scs-gray2 {
    color: var(--scs-gray2) !important
}

.text-scs-gray3 {
    color: var(--scs-gray3) !important
}

.text-scs-gray4 {
    color: var(--scs-gray4) !important
}

.text-scs-gray5 {
    color: var(--scs-gray5) !important
}

.text-scs-gray6 {
    color: var(--scs-gray6) !important
}

.text-scs-gray7 {
    color: var(--scs-gray7) !important
}

.text-scs-gray8 {
    color: var(--scs-gray8) !important
}

.text-scs-gray9 {
    color: var(--scs-gray9) !important
}

/* background color */
.bg-scs-gray1 {
    background: var(--scs-gray1) !important
}

.bg-scs-gray2 {
    background: var(--scs-gray2) !important
}

.bg-scs-gray3 {
    background: var(--scs-gray3) !important
}

.bg-scs-gray4 {
    background: var(--scs-gray4) !important
}

.bg-scs-gray5 {
    background: var(--scs-gray5) !important
}

.bg-scs-gray6 {
    background: var(--scs-gray6) !important
}

.bg-scs-gray7 {
    background: var(--scs-gray7) !important
}

.bg-scs-gray8 {
    background: var(--scs-gray8) !important
}

.bg-scs-gray9 {
    background: var(--scs-gray9) !important
}

.bg-scs-green {
    background: var(--scs-bg-green1) !important
}

.bg-scs-pink {
    background: var(--scs-bg-pink1) !important
}

.bg-scs-beige {
    background: var(--scs-bg-beige1) !important
}

.bg-scs-blue {
    background: var(--scs-blue9) !important
}

.bg-scs-indigo {
    background: var(--scs-indigo) !important
}

.bg-scs-cyan {
    background: var(--scs-cyan) !important
}

/* util */
.text-justify {
    text-align: justify !important
}

.box-shadow {
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%)
}

.text-shadow {
    text-shadow: 1px 1px 6px #000
}

.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.word-break {
    word-break: break-all !important;
    -ms-word-break: break-all !important
}

.word-keep {
    word-break: keep-all !important;
    -ms-word-break: keep-all !important;
}

@media (max-width: 767.98px) {
    .d-md-contents {
        display: contents !important;
    }
}


/* xe */
.wfsr {
    display: none;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font: bold 16px/60px "Helvetica Neue", Helvetica, Arial, 돋움, Dotum, sans-serif;
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    box-shadow: 0 0 5px #000;
}

/* title */
.title-scs-1 {
    position: relative;
}

.title-scs-1:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 36px;
    height: 4px;
    background: var(--scs-title);
}

/* button */
.btn-scs-1 {
    position: relative;
    font-weight: 500;
    border: 1px solid var(--scs-blue6) !important;
    color: #ffffff !important;
    background-color: var(--scs-blue6) !important;
    padding: 8px 40px 8px 12px;
    border-radius: 10px;
    transition: all ease-in-out 0.4s;
}

.btn-scs-1:hover {
    background: #fff !important;
    color: var(--scs-blue6) !important;
    transition: all ease-in-out 0.4s;
}

.btn-scs-1:after {
    position: absolute;
    content: "\f176";
    font-family: "Font Awesome 7 Free", "Font Awesome 7 Pro";
    font-weight: 900;
    width: 24px;
    height: 24px;
    font-size: 12px;
    background: none;
    border-radius: none;
    display: inline-block;
    top: 10px;
    right: 12px;
    transition: all ease-in-out 0.4s;
    transform: rotate(45deg);
}

.btn-scs-1:hover:after {
    top: 6px;
    right: 8px;
    transition: all ease-in-out 0.4s;
}

.btn-scs-indigo {
    background: var(--scs-indigo) !important;
    color: #fff !important
}

/* link */
.link-scs-1 {
    color: var(--scs-blue6);
    text-decoration: none;
    transition: all ease-in-out 0.4s;
}

.link-scs-1::after {
    content: "\f002";
    font-family: "Font Awesome 7 Free", "Font Awesome 7 Pro";
    font-weight: 900;
    font-size: 10px;
    background: none;
    border-radius: none;
    display: inline-block;
    margin: 4px 3px 0;
    vertical-align: top;
}

.link-scs-1:hover {
    text-decoration: underline;
    color: var(--scs-blue5);
    transition: all ease-in-out 0.4s;
}

.link-scs-1:hover::after {
    content: "\f00e";
}

/* strong */
.strong-scs-1 {
    position: relative;
    color: var(--scs-red1);
}

@keyframes twinkle {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.strong-scs-1::after {
    content: "\f4d8";
    font-family: "Font Awesome 7 Free", "Font Awesome 7 Pro";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    top: -5px;
    left: -5px;
    background: none;
    border-radius: none;
    display: inline-block;
    animation: twinkle 1.5s infinite ease-in-out;
}

/* table */
.table-scs-1 {
    width: 100%;
    border-collapse: collapse;
    border-top: 3px solid var(--scs-title);
}

.table-scs-1 th,
.table-scs-1 td {
    border: 1px solid var(--scs-gray5);
    vertical-align: top;
}

.table-scs-1 th {
    background-color: #f5f8fb;
    border: 1px solid var(--scs-gray5);
}

.table-scs-1 td {
    border: 1px solid var(--scs-gray5);
}

/* border-gray500 table */
.border-gray500 {
    border: 1px solid var(--scs-gray5);
}

.border-gray500 th,
.border-gray500 td {
    border: 1px solid var(--bs-border-color);
}

/* border-gray600 table */
.border-gray600 {
    border: 1px solid var(--scs-gray6);
}

.border-gray600 th,
.border-gray600 td {
    border: 1px solid var(--bs-border-color);
}

/* border-gray700 table */
.border-gray700 {
    border: 1px solid var(--scs-gray7);
}

.border-gray700 th,
.border-gray700 td {
    border: 1px solid var(--bs-border-color);
}

/* gorder-gray table */
.border-gray tr:first-child th,
.border-gray tr:first-child td {
    border-top: 0 !important;
}

.border-gray tr:last-child td {
    border-bottom: 0 !important;
}

.border-gray tr td:first-child,
.border-gray tr th:first-child {
    border-left: 0 !important;
}

.border-gray tr td:last-child,
.border-gray tr th:last-child {
    border-right: 0 !important;
}

/* root color */
:root {
    --scs-title: #5fae9e;

    --scs-main1: #6fffe9;
    --scs-main2: #5bc0be;
    --scs-main3: #3a506b;
    --scs-main4: #1c2541;
    --scs-main5: #0b132b;

    --scs-blue1: #083562;
    --scs-blue2: #0b3c78;
    --scs-blue3: #3a5870;
    --scs-blue4: #004c98;
    --scs-blue5: #015eaa;
    --scs-blue6: #2c8ef8;
    --scs-blue7: #0b84c0;
    --scs-blue8: #b3e2ff;
    --scs-blue9: #eaf4fe;

    --scs-cyan: #39afd1;
    --scs-teal: #02a8b5;
    --scs-indigo: #727cf5;
    --scs-purple: #6b5eae;
    --scs-green: #0acf97;

    --scs-red1: #c8005f;
    --scs-red2: #7c0019;
    --scs-red3: #fa5c7c;
    --scs-pink: #ff679b;
    --scs-orange: #fd7e14;

    --scs-yellow1: #ffbc00;
    --scs-yellow2: #bea36b;
    --scs-yellow3: #d7c9b1;

    --scs-gray1: #f8f9fa;
    --scs-gray2: #e9ecef;
    --scs-gray3: #dee2e6;
    --scs-gray4: #ced4da;
    --scs-gray5: #adb5bd;
    --scs-gray6: #6c757d;
    --scs-gray7: #495057;
    --scs-gray8: #343a40;
    --scs-gray9: #212529;
    --scs-gray10: #2d2d2d;
    --scs-gray11: #33404f;
    --scs-gray12: #343a40;
    --scs-gray13: #444c57;

    --scs-bg-green1: #e5f2ee;
    --scs-bg-pink1: #f6ebee;
    --scs-bg-beige1: #f6f0e8;
}

/* util */
.box-toggle-target {
    display: none;
}

/* flast-toast */
.flash-toast {
    position: fixed;
    left: 32px;
    bottom: 32px;
    z-index: 9999;
    background: #222;
    color: #fff;
    border-radius: 6px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
    opacity: 0.98;
    transition: opacity 0.5s;
    max-width: 500px
}

.flash-toast .flash-close {
    background: none;
    border: none;
    color: #fff !important;
    cursor: pointer;
    margin-left: 20px;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s
}

.flash-toast .flash-close:hover {
    opacity: 1
}

/* reset */
.xeTextEditor {
    margin: 0 !important
}