@charset "utf-8";

:root {
    --main-color: #670FDA;
    --active-color: #171717;
    --gray-color: #666666;
}

.link-hover-color:hover {
    color: rgb(var(--main-rgb)) !important;
}
.bg-gray-hover:hover {
    background-color: hsl(from var(--gray-500) h s calc(l + 20)) !important;
}
.bg-main-hover:hover {
    color: #fff;
    background-color: hsl(from var(--main-color) h s calc(l - 15)) !important;
}

#nc_container {
    display: none;
}

.btnArea[hidden] {
    display: block !important;
}

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

body,
input,
textarea,
select,
button,
table {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
}
button,
a,
a:hover {
    color: #171717;
    text-decoration: none;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

input::placeholder {
  opacity: .7;
}


.btnArea[hidden] {
    display: block !important;
}

.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: #6a7fda;
    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;
}

.bread-crumb {
    line-height: 0;
}
.bread-crumb a {
    color: #444;
}
.bread-crumb .bi {
    font-size: 12px;
    color: #C9C9C9;
}
.footer-bar {
    background-color: #414141;
}

footer .footer-menu li a {
    position: relative;
    padding: .5rem .55rem;
    font-size: 14px;
    color: #666;
}
footer .footer-content {
    font-size: 13px;
}

/************************************************
* 
* main
* 
************************************************/
.section-quick {
    position: relative;
    background-color: #F3F3FD;
}
.section-quick:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 71%;
    height: 100%;
    border-radius: 0 50px 0 0;   
}
.section-quick .icon-quick i {
    font-size: 2.5rem;
}
/* quick color */
.section-quick a {
    color: #4b5375;
}
.section-quick:before,
.bg-quick {
    background-color: #6A7FDA;
    border-radius: 0 50px 0 0;
}







.btn-more:hover {
    color: rgb(var(--sub-rgb));
}
.btn-more:hover > span,
.btn-more > span.on {
    display: none;
}
.btn-more:hover > span.on {
    display: block;
}


select {
    padding: .375rem 1.5rem .375rem .75rem;
    width: auto;
    border-color: #dee2e6;
    border-radius: .275rem;    
    appearance: none;
    -webkit-appearance: none; 
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .2rem center;
    background-size: 12px 8px;
}

@media screen and (min-width: 1600px) {
    .container-1500 {
      max-width: 1520px;
      margin: 0 auto;
    }

}


    
@media screen and (max-width: 991px) {
    .section-quick:before {
        display: none;
    }
    #scollTop {
        display: none !important;
    }     
} 
  
@media screen and (max-width: 567px) {
    .container-xs {
        --bs-gutter-x: 2.5rem;
    }
}
@media screen and (max-width: 350px) {
    .footer-bar a {
       font-size: 14px; 
    }
    .footer-bar a > img {
       width: 20px;
    }    
}
