
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
}*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.fa-sm {
    font-size: .75em;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: "Noto Sans KR", "Noto Sans CJK KR", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "NanumBarunGothic", Roboto, "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif, emoji;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}

.logo-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.chat-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

*:focus, *:active {
    outline: 0 none !important;
    box-shadow:none;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    /*word-break: break-all;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 20px;
    background-color: var(--primary);
}

@media (max-width: 768px) {
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 20px;
    }
}

select {
    -webkit-appearance: none; /* Å©·Ò È­»ìÇ¥ ¾ø¾Ö±â */
    -moz-appearance: none; /* ÆÄÀÌ¾îÆø½º È­»ìÇ¥ ¾ø¾Ö±â */
    appearance: none /* È­»ìÇ¥ ¾ø¾Ö±â */
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
select:focus,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.dftransparent {
    background-color: rgba( 255, 255, 255, 0.5 );
    /*background-color: rgba( 78, 115, 223, 0.6 );*/
}

.optransparent {
    /*background-color: rgba( 255, 255, 255, 0.5 );*/
}

.fixed_layer {
    position: fixed;
    z-index: 1001;
    top: 53px;
    /*height: 85%;*/
    width: 320px;
    bottom: 7%;
    right: 0px;
/*    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);*/
}

/*Æ¯Á¤ ºÎºÐ ½ºÅ©·Ñ¹Ù ¾ø¾Ö±â*/

.noscroll {
    /*-ms-overflow-style: none;*/
}

    .noscroll::-webkit-scrollbar {
        /*display: none;*/
        width: 5px;
    }

    .noscroll::-webkit-scrollbar-track {
        background: transparent;
    }

    .noscroll::-webkit-scrollbar-thumb {
        background: orange;
        border-radius: 5px;
    }

    .noscroll::-webkit-scrollbar-thumb:hover {
        background: orange;
    }


.fs-7 {
    font-size: 12px;
}

.fs-8 {
    font-size: 10px;
}