
.grain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

/* 헤더 고정 */
.header-top {
    background-color: #fff0;
    /*color: #000;*/
}

.header-scroll {
    background-color: #fff;
    /*color: #000;*/
}

/* 페이지네이션 */

.page-numbers {
    color: #a1a1a1;
}

.current {
    color: #343434;
}

.wp-block-separator {
    border: 1px solid #f1f1f1;
    border-left: none;
    border-right: none;
    margin-top: 12px;
    margin-bottom: 9px;
}


/* 모바일 바 */

.rdg_mobile_nav {
    display:none;
}




@media (max-width: 1080.98px) {

    /* 바텀 검색바 */

.select::before {
    width: 12px !important;
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 0;
    margin-left: -6px;
    height: 2px;
    background: #000;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 999;
}

.rdg_mobile_bottom_search {
    /* padding: 10px; */
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ebebeb;
    /* box-shadow: rgb(0 0 0 / 5%) 0px -1px 1px; */
    z-index: 10;
}

.rdg-mobile-search-icon {
    /* margin-top: 12.5px; */
    padding: 12px
}


.rdg_mobile_nav {
    width: 100%;
    display: flex;
    position: fixed;
    justify-content: space-evenly;
    background: #fff;
    bottom: 0;
    border-top: 1px solid #e3e3e3;
    z-index: 999;
}

.rdg_mobile_form {
    padding: 10px 40px 0px 40px;
    display: none;

}

.rdg_mobile_form input {
    width: 100%;
    padding: 17px 5px 17px 45px;
    /* border: 1px solid #999; */
    border-radius: 50px;

    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px;

}

.rdg_mobile_nav a {
    padding: 14px 15px 14px 15px;
    font-size: 16px;
}

.rdg_mobile_nav a:hover {
    color: #000;
}

.search-menu-mobile-icon {
    margin-top: -20px;
}

    #kt_footer {
        padding-bottom: 4.5rem;
    }


    .main-title {
        padding: 35px 0 17px !important;
        /* font-size: 22px !important; */
    }

    .main-h1 {
        padding: 38px 0 0px !important;
        font-size: 30px !important;
    }

    .wp-block-image {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        background-color: #0000;
        text-align: center;
        border-radius: 5px;
    }

    .rdg-image {
        min-height: 170px;
    }

    .rdg-other-post {
        margin-right: -30px;
        margin-left: -30px;
    }

    .rdg-postlist-title {

        margin-left: -15px;

    }

    .header,
    .rdg_header {
        height: 60px !important;
    }

    .rdg_document_header {
        height: 60px !important;
    }

}