
#wp {
    padding-top: 3rem;
}
#wp .title_zone h2 {
    
    color: #514939;
}
#wp .news_main {
    background-color: #fff;
    border-radius: 5px;
    padding: 5rem;
    justify-content: space-around;
}
#wp .news_main .category_zone,
#wp .news_main .infomation_wrap {
    padding: 0;
}
#wp .news_main .category_zone .link_zone {
    margin-top: 3rem;
}
#wp .news_main .category_zone a.c_btn {
    margin-bottom: 2rem;
}

#wp .news_main .category_zone a img {
    margin-left: 1rem;
}
#wp .news_list_zone {
    margin-top: 5rem;
}
#wp .news_list_zone .sub_title_zone {
    border-bottom: 1px solid #707070;
    padding-bottom: 3rem;
}
#wp .news_list_zone .news_list {
    display: flex;
    justify-content: left;
    padding: 3rem 0;
    border-bottom: 1px solid #707070;
}
#wp .news_list_zone .news_list .img_zone {
    width: 13rem;
    height: auto;
}
#wp .news_list_zone .news_list .img_zone img {
    min-width: 100%;
}
#wp .news_list_zone .news_list .text_zone {
    margin-left: 3rem;
}
#wp .news_list_zone .news_list .text_zone .date_zone {
    line-height: 1;
}
#wp .news_list_zone .news_list .text_zone .date_zone p {
    display: inline-block;
    padding-left: 0;
}

#wp .news_list_zone .news_list .text_zone a.news_title {
    display: block;
    margin-top: 1.5rem;
}

#wp .single .single_title {
    border-bottom: 1px solid #707070;
}
#wp .single .single_title .inner_title {
    width: 80%;
    margin: auto;
    margin-bottom: 3rem;
}
#wp .single .contents {
    margin-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #707070;
}
#wp .single .contents div{
    width: 80%;
    margin: auto;
}
#wp .single .single_btn {
    display: flex;
    justify-content: space-around;
}
#wp .single .single_btn a.back_btn {
    border-radius: 50px;
    background-color: #A09A91;
    border: 1px solid #A09A91;
    color: #fff;
    
    padding: 0.65rem 8rem;
    transition: 0.5s;
}
#wp .single .single_btn a.back_btn:hover {
    background-color: #514939;
    border: 1px solid #514939;
    color: #fff;
    transition: 0.5s;
}

@media screen and (max-width:1280px) {
    #wp .news_main {
        background-color: #fff;
        border-radius: 5px;
        padding: 5rem;
        justify-content: space-between;
    }
    #wp .news_list_zone .news_list .text_zone {
        margin-left: 2rem;
    }
    #wp .infomation_wrap .news_list a.category {
        margin-left: 0;
        
    }
}


@media screen and (max-width:991px) {
    #wp .news_main {
        background-color: #fff;
        border-radius: 5px;
        padding: 3rem;
        justify-content: space-around;
    }

    #wp .title_zone {
        padding-left: 8.64px;
        padding-right: 8.64px;
    }
    #wp .title_zone h2 {
        font-size: 2rem;
        color: #514939;
    }
    #wp .news_list_zone {
        margin-top: 2rem;
    }
    #wp .news_main .category_zone .link_zone {
        margin-top: 2rem;
    }
    #wp .news_main .category_zone a.c_btn {
       
        margin-bottom: 0;
    }
    #wp .news_list_zone .news_list {
        display: flex;
        flex-direction: column;
        justify-content: left;
        padding: 3.5rem 0;
        border-bottom: 1px solid #707070;
    }
    #wp .news_list_zone .news_list .img_zone {
        width: 100%;
        height: auto;
    }
    #wp .news_list_zone .news_list .text_zone {
        margin-left: 0rem;
        margin-top: 1rem;
    }
    #wp .news_list_zone .news_list .text_zone .date_zone p {
        display: inline-block;
        vertical-align: sub;
    }
    #wp .news_list_zone .news_list .text_zone .date_zone {
        line-height: 1;
        margin-top: 2rem;
    }
    #wp .infomation_wrap .news_list a.category {
        margin-left: 1rem;
        margin-top: 0rem;
    }
    
    #wp .single .single_title {
        border-bottom: 1px solid #707070;
        padding: 0;
    }
    #wp .single .contents {
        padding: 3rem 0 3rem 0;
        border-bottom: 1px solid #707070;
    }
    #wp .single .single_title {
        align-items: center;
    }
    #wp .single .single_title .inner_title {
        width: 100%;
        margin: auto;
        margin-bottom: 3rem;
    }
    #wp .single .contents div{
        width: 100%;
        margin: auto;
    }
    #wp .single .single_btn {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    #wp .single .single_btn a.back_btn {
        border-radius: 50px;
        background-color: #A09A91;
        border: 1px solid #A09A91;
        color: #fff;
        padding: 0rem 3rem ;
        transition: 0.5s;
        display: block;
        width: auto;
        text-align: center;
    }
}

@media screen and (max-width:540px) {
    #wp {
        padding-top: 0rem;
    }
    #wp .title_zone h2 {
        font-size: 4rem;
        color: #514939;
    }
    #wp .res_news {
        margin-top: 13rem;
    }
    #wp .news_main {
        background-color: #fff;
        border-radius: 5px;
        padding: 3rem 3rem;
        justify-content: space-around;
        margin-top: 10rem;
    }
    
    #wp .news_main .category_zone a img {
        margin-left: 2rem;
    }
    #wp .news_list_zone .news_list .text_zone .date_zone {
        display: flex;
        align-items: center;
    }
    #wp .news_list_zone .news_list .text_zone .date_zone a {
        padding: 0.5rem 2rem;
        background-color: #A09A91;
        color: #fff;
        font-size: 1.5rem;
        margin-left: 2rem;
        margin-bottom: 3px;
    }
    #wp .single .single_btn a.back_btn {
        border-radius: 50px;
        background-color: #A09A91;
        border: 1px solid #A09A91;
        color: #fff;
        padding: 1rem 5rem ;
        transition: 0.5s;
        display: block;
        width: auto;
        text-align: center;
    }
}


.current {
    background-color: #D4D3CA !important;
    border: 1px solid #D4D3CA !important;
}
.navigation {
    display: flex;
    /*justify-content: space-around;*/
    justify-content: left;
}
.navigation .pagenation {
    margin: auto;
}
.navigation .arrow_zone {
    border: 1px solid #A09A91;
    border-radius: 60px;
    background-color: #fff;
    padding: 1.08rem;
    display: inline-block;
    transition: all .3s;
    line-height: 1;
    height: fit-content;
}
.navigation .navi_zone {
    border: 1px solid #A09A91;
    border-radius: 60px;
    background-color: #fff;
    padding: 1.08rem;
    display: inline-block;
    transition: all .3s;
    line-height: 1;
    text-align: center;
}
.navigation .navi_zone span{
    font-style: italic;
    font-family: "minerva-modern", sans-serif;
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    font-size: 0.8rem;
}
.navigation .pagenation a {
    margin: 0 0.5rem;
}
.navigation a:hover {
    background-color: #D4D3CA;
    border: 1px solid #D4D3CA;
    transition: 0.3s;
}
.navigation .arrow_zone img.arrow_img {
    margin: 0;
    margin-bottom: 3px;
}

@media screen and (max-width:991px) {
    .navigation {
        display: flex;
        justify-content: space-between;
    }
    .navigation .arrow_zone {
        border: 1px solid #A09A91;
        border-radius: 60px;
        background-color: #fff;
        padding: 0.63rem 0.73rem;
        display: inline-block;
        transition: all .3s;
        line-height: 1;
        height: fit-content;
    }
    .navigation .navi_zone {
        border: 1px solid #A09A91;
        border-radius: 60px;
        background-color: #fff;
        padding: 0.73rem;
        display: inline-block;
        transition: all .3s;
        line-height: 1;
        text-align: center;
    }
    .navigation .pagenation a {
        margin: 0 0.3rem;
    }   
    .navigation .arrow_zone img.arrow_img {
        margin: 0;
        margin-bottom: 3px;
    }
}

@media screen and (max-width:540px) {
    .navigation .arrow_zone {
        border: 1px solid #A09A91;
        border-radius: 60px;
        background-color: #fff;
        padding:1.73rem;
        display: inline-block;
        transition: all .3s;
        line-height: 1;
        height: fit-content;
    }
    .navigation .navi_zone {
        border: 1px solid #A09A91;
        border-radius: 60px;
        background-color: #fff;
        padding: 1.73rem;
        display: inline-block;
        transition: all .3s;
        line-height: 1;
        text-align: center;
    }
    .navigation .pagenation a {
        margin: 0 0.3rem;
    }   
    .navigation .arrow_zone img.arrow_img {
        margin: 0;
        margin-bottom: 1px;
    }
    .navigation .navi_zone span{
        font-style: italic;
        font-family: "minerva-modern", sans-serif;
        width: 1.8rem;
        height: 1.8rem;
        display: block;
        font-size: 1.8rem;
    }
}

