@charset "utf-8";


.wv-wrap {
    --wv-placeholer-color :inherit;
    --wv-container-gutter-x: var(--wv-md-40, var(--wv-20));
    --wv-container-gutter-y: 1em;
    --wv-max-container-size: var(--wv-1920);
    font-size: var(--wv-18);
}
.row{
    --wv-container-gutter-x: 1em;
    --wv-container-gutter-y: 2em;
}


html {
    -webkit-tap-highlight-color: transparent;
}

body{
    font-family: 'Noto Sans CJK SC','serif';
    color:#111;
    line-height: 1.64!important;
}

/*::-webkit-scrollbar { width: 2px;}*/
/*::-webkit-scrollbar-thumb {background: #ad6c5a;border-radius: 10px;}*/
/*::-webkit-scrollbar-track {background: #ededee}*/

.swiper-button-prev,.swiper-button-next{
    display: none;
}

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);}
.bg-\[\#F8EFEA\]{
    /*background: linear-gradient(to bottom, #fff 0%, #fff 30%, #F8EFEA 30%, #F8EFEA 100%)!important;;*/
}

#site-wrapper, #header-wrapper, #content-wrapper, #footer-wrapper {
    position: relative
}
#site-wrapper{
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#header-wrapper{
    /*position: absolute;*/
    position: relative;
    width: 100%;
    z-index: 1040;
}
#header-wrapper,#footer-wrapper{
    flex: 0 0 auto;
    height: auto;
}
#content-wrapper{
    flex: 1 1 auto !important;
}
#footer-wrapper{
    ;
}
 .map-area{

    padding: var(--wv-85) 0 var(--wv-91);

}


#footer-wrapper .copy-area{
    background-color: #111111;
    padding: var(--wv-82) 0 var(--wv-72);
    color:#fff;

}

#header-menu{
    padding: var(--wv-md-20, var(--wv-19_5)) 0;
}


.header-logo-wrap{
    /*padding: var(--wv-15) 0;*/
}
#header-menu-inner{
    /*padding: 0 var(--wv-62);*/
}
.order-6 {
    order: 6 !important;
}

div[class^='h-[']:has(+ #sub-location-common){
    display: none;
}
.wv-counsel-cate>.cate-each{
    height: auto!important;
    min-height: var(--wv-49);
}
.board-more-btn{
    position: relative;
}
.board-more-btn:after{
    content: '';
    position: absolute;
    height: var(--wv-3);
    background-color: var(--wv-bar-color,#111);
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    transition: all .4s;
    width: 0;
}
.board-more-btn:hover:after{
    width: 100%;
}
@media (max-width: 1919.98px) {

}
@media (max-width: 1399.98px) {

}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
    #header-wrapper{
        position: relative;
    }

    body:not([wv-page-id="main"]) #content-wrapper {
        --wv-ini-width-md: 402;
    }
    select{height: max-content!important;}
    .mb-\[88px\]:has(>.wv-sub-scroll-top){
        margin-bottom: var(--wv-md-38, revert-layer) !important;
    }
}
@media (max-width: 767.98px) {
    #bo_w,.board-list-wrap,#bo_v_atc{
        font-size: var(--wv-md-14, revert-layer)
    }
}
@media (max-width: 575.98px) {

}


@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .order-lg-6 {
        order: 6 !important;
    }
    #header-menu.sticky{
        margin-top: -1px;
    }
    #header-menu:not(.sticky):not(.block-top){
        /*filter: invert(100%) sepia(48%) saturate(0%) hue-rotate(102deg) brightness(111%) contrast(101%);;*/
        /*color: #615a5a*/
    }
}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}