@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;
}

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;
}

.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;
}



/************************************************
* 
* main
* 
************************************************/
.popovers {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
    min-height: 300px;
    background: rgb(var(--main-rgb));
/*    background: linear-gradient(325deg, rgb(var(--main-rgb)) 0%, #0F77C2 100%);*/
    border-radius: 20px 20px 60px 20px;
    overflow: hidden;
}
.popovers:before {
    content: "";
    position: absolute;
    right: 50px;
    bottom: 100px;    
    width: 400px;
    height: 400px;
    background: linear-gradient(325deg, rgba(255, 255, 255, 0.1) 0.20%, rgba(255, 255, 255, 0) 50%);
    border-radius: 50%;
}
.btn-popovers {
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    border: 0;
}

.section-quick {
    position: relative;
    background-color: rgba(var(--main-rgb), 0.1);
}
.section-quick:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 73.5%;
    height: 100%;
}
.section-quick .icon-quick i {
    font-size: 2.5rem;
    color: rgb(var(--main-rgb));
}
/* quick color */
.section-quick .btn-quick {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #6d6d6d;
    background-color: #fff;
}
.section-quick .btn-quick:hover i {
    color: #fff;
}
.section-quick .btn-quick:hover {
    color: #fff;
    background-color: rgb(var(--main-rgb));
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.section-block .block {
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.section-block .block.illust1 {
    min-height: 300px;
    background-image: url(../img/illust01.png);
}
.section-block .block.illust2 {
    background-image: url(../img/illust02.png);
}
.section-block .block.illust3 {
    background-image: url(../img/illust03.png);
}
.section-block .text-block1 {
    color: rgba(var(--block-rgb1), var(--text-opacity));
}
.section-block .text-block2 {
    color: rgba(var(--block-rgb2), var(--text-opacity));
}
.section-block .text-block3 {
    color: rgba(var(--block-rgb3), var(--text-opacity));
}
.section-block .text-block4 {
    color: rgba(var(--block-rgb4), var(--text-opacity));
}
.section-block .text-block5 {
    color: rgba(var(--block-rgb5), var(--text-opacity));
}
.section-block .bg-block1 {    
    background-color: rgba(var(--block-rgb1), var(--bg-opacity));
}
.section-block .bg-block2 {
    background-color: rgba(var(--block-rgb2), var(--bg-opacity));
}
.section-block .bg-block3 {
    background-color: rgba(var(--block-rgb3), var(--bg-opacity));
}
.section-block .bg-block4 {
    background-color: rgba(var(--block-rgb4), var(--bg-opacity));
}
.section-block .bg-block5 {
    background-color: rgba(var(--block-rgb5), var(--bg-opacity));
}
.section-block .block a:hover {
    --bg-opacity: .5;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
}

.section-bnr .bnr {
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.section-bnr .bnr.illust6 {
    background-image: url(../img/illust06.png);
}
.section-bnr .bnr.illust7 {
    background-image: url(../img/illust07.png);
}
.section-bnr .bnr.bg-block6 {
    --bg-opacity: 1;
    background-color: rgba(var(--block-rgb6), var(--bg-opacity));
}
.section-bnr .bnr.bg-block7 {
    --bg-opacity: 1;
    background-color: rgba(var(--block-rgb7), var(--bg-opacity));
}



/* Effect */
.hovercon {
    display: inline-block;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovercon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovercon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.hovercon.effect-1 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hovercon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px rgb(var(--main-rgb));
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
.hovercon.effect-1.sub-a:hover {
    background: rgba(var(--main-rgb), 1);
    z-index: 2;
}
.hovercon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}




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

/*------------- media quary -------------*/
@media screen and (min-width: 1200px) {
    .section-quick:before {
        background-color: rgb(var(--main-rgb));
        background-image: url(../img/illust_quick.png);
        background-position: 50% 100%;
        background-repeat: no-repeat; 
        border-radius: 0 100px 100px 0;  
    }
    .section-quick:after {
        content: "";
        position: absolute;
        right: 74%;
        bottom: -75px;    
        width: 100%;
        height: 200px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0) 80%);
        border-radius: 0 100px 100px 0;        
    }
    .bg-quick {
        border-radius: 0 100px 100px 0;
        background-color: rgb(var(--main-rgb));

    }
    .section-quick .btn-quick {
        width: 140px;
        height: 140px;
    }
}


@media screen and (max-width: 1199px) {
    .section-quick .btn-quick {
        width: 110px;
        height: 110px;
    }     
}
@media screen and (max-width: 991px) {
    .section-quick:before {
        display: none;
    }
   
}    

@media screen and (max-width: 575px) {
    .container-xs {
        --bs-gutter-x: 2.5rem;
    }
    .section-quick .btn-quick {
        width: 95px;
        height: 95px;
    }    
    .section-quick .icon-quick i {
        font-size: 2rem;
    }
    .section-block .block.illust1 {
        background-size: auto 160px;
    }
    .section-block .block {
        background-size: auto 130px;
    }
    .section-bnr .bnr {
        background-size: auto 100px;
    }
}