@charset "utf-8";

html,
body {
    font-size: 1rem;
}

body,
input,
textarea,
select,
button,
table {
    font-family: 'Poppins', 'pretendard', '나눔바른고딕', NanumBarunGothic, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
}
a,
.nav-link {
    color: #111;
    text-decoration: none;
    transition: all .3s ease;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}
#kso-container {
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
}

.period {
    position: relative;
    display: inline-block;
    width: calc( .175rem + .5vw);
    height: calc( .175rem + .5vw);
    border-radius: 50%;
    background-color: rgb(var(--main-rgb));
    transform: translateY(5px);
}

#scollTop {
    display: none;
    position: fixed;
    right: 2rem;
    bottom: 4rem;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgb(var(--main-rgb));
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    z-index: 99;
}
#scollTop .scroll-icon {
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
}

.sub-header {
    background-repeat: no-repeat;
    background-position: center;
}
.sub-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(--bs-border-radius-xxl) !important;
    background: #3B4454;
    background: linear-gradient(180deg, rgba(59, 68, 84, 0) 40%, rgba(59, 68, 84, 0.64) 100%);
}
.bread-crumb {
    line-height: 0;
}
.bread-crumb a {
    color: #444;
}
.bread-crumb .bi {
    font-size: 12px;
    color: #C9C9C9;
}
footer {
    color: #adadad;
    background-color: #2f2f2f;
}
footer .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23eeeeee' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
footer .footer-menu li a {
    position: relative;
}
footer .footer-menu .nav li:first-child a {
    padding-left: 0;
}




/*bs style*/
.modal-backdrop {
    --bs-backdrop-bg: #fff;
}
.modal-backdrop.show {
    opacity: 1;
}


@media screen and (min-width: 1200px) {

}


@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {

}    

@media screen and (max-width: 575px) {
    .container-xs {
        --bs-gutter-x: 2.5rem;
    }
}