@charset "utf-8";

.wv-wrap {
    --wv-placeholer-color :inherit;
    --wv-container-gutter-x: var(--wv-42);
    --wv-container-gutter-y: 1em;
    font-size: var(--wv-14) !important;

}

html {
    overflow-y:initial;
    -webkit-tap-highlight-color: transparent;
    /*scroll-behavior: auto !important;*/
}

body{
    overflow: initial;
    font-family: 'Pretendard','serif';
    color:#090909;
}

/*::-webkit-scrollbar { width: 2px;}*/
/*::-webkit-scrollbar-thumb {background: #ad6c5a;border-radius: 10px;}*/
/*::-webkit-scrollbar-track {background: #ededee}*/

a{text-decoration: none;color: inherit}
a:focus-visible{outline:none!important;}
input[readonly],input[disabled]{background-color: #f9f9f9;user-select: none;pointer-events: none;}
video,iframe{clip-path: inset(0);display: block}
video[poster]{width:100%}
a:focus,a:focus-visible,button:focus,button:focus-visible{outline: none!important;box-shadow: none!important;}
input{max-width: 100%}
input::placeholder,textarea::placeholder{color:var(--wv-placeholer-color,revert-layer);}

#site-wrapper, #header-wrapper, #content-wrapper, #footer-wrapper {
    position: relative
}
#site-wrapper{
    /*overflow: hidden;*/
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: var(--wv-600);
    max-width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}
#site-wrapper:before{
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left:0;
    top:0;
    background-color: #ededed;;
    z-index: 1;
}
#site-wrapper:after{
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    right:0;
    top:0;
    background-color: #ededed;;
    z-index: 1;
}
#header-wrapper{
    position: relative;
    width: 100%;
    z-index: 1039;
}
#header-wrapper,#footer-wrapper{
    flex: 0 0 auto;
    height: auto;
}
#content-wrapper{
    flex: 1 1 auto !important;
}

#footer-wrapper{
    background-color: #121210;
    padding: var(--wv-60) 0 var(--wv-44);
    margin-bottom: var(--wv-60);
}

#header-menu{
    background-color: #191815;
}

.wv-round-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--wv-14);
    border:1px solid #4c4942;
    color:#fff;
    padding:0 var(--wv-16);
}
article header h1{font-size: 2em;}
article .mt-3:has(a.view_file_download){display: none}
article .mt-3:has(i.fa-link){display: none}
.col-auto:has(>.pf_img){display: none}
#bo_v_img img{max-width: 100%}

.wv-cate-a{display: flex;justify-content: center;align-items: center;font-size: var(--wv-20);letter-spacing: -.02em;color:#9d9d9d;border-radius: var(--wv-10);border:2px solid #f5f5f5;background-color: #f5f5f5;height: var(--wv-50);line-height: 1!important;}
.wv-cate-a.active{border:2px solid #b486d5;color:#b486d5;background-color: #fff;font-weight: 700}

@media (max-width: 1919.98px) {

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

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

}
@media (max-width: 991.98px) {
    .wv-wrap {
        --wv-ini-add: 1;
    }
    @supports (-webkit-touch-callout: none) {
        /* CSS specific to iOS devices */
        input[type=text],textarea{font-size:16px!important;}
    }
    input[type=text],textarea,select{font-size:16px!important;}
}
@media (max-width: 767.98px) {

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

}


/*#bo_v_con *{font-size:11pt!important;}*/
@media (min-width: 576px) {

}
@media (min-width: 540px) {
    .wv-wrap{
        --wv-ini-add: .9;
        /*--wv-ini-add: 1;*/
    }
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}

@media (max-width: 599.98px) {
    #site-wrapper{
        width: 100%;
    }
    .wv-wrap {
        /*--wv-ini-add: 2.465;*/
        /*--wv-ini-add: 3.265;*/
        --wv-ini-min: 0;
    }
}

