@charset "UTF-8";

/* ==================================================================================
# news
================================================================================== */

/* ==================================================================================
# news Archive
================================================================================== */
#news .sub-catch img {
    height: 276px;
}

#news .sub-catch-title {
    margin-top: -154px;
    margin-bottom: 130px;
}

@media screen and (max-width: 480px) {

    #news .sub-catch img {
        height: 180px;
    }

    #news .sub-catch-title {
        margin-top: -103px;
        margin-bottom: 85px;
    }

}

/* ==================================================================================
# news01
================================================================================== */
#news01 h2 {
    margin-top: 69px;
}

.news-lists {
    margin-top: 29px;
}

.news-list a {
    display: block;
    border-bottom: 1px solid #707070;
    padding: 18px 0 18px 4px;
}

.news-list:nth-child(1) a {
    border-top: 1px solid #707070;
}

.news-list-flex {
    justify-content: flex-start;
    align-items: flex-start;
}

.news-list-flex .date {
    font-size: 15px;
    color: #909090;
    margin-right: 33px;
    margin-left: 2px;
}

.news-list-flex .cat {
    color: #fff;
    background: #00852D;
    margin-right: 30px;
    padding: 0px 19px;
    line-height: 1.4;
    border-radius: 11px;
}

.news-list-flex .title {
    color: #1E1E1E;
}

.pagenation {
    display: flex;
    justify-content: center;
    margin-top: 74px;
}

.page-numbers.current {
    color: #fff;
    background: #A88007;
}

.page-numbers {
    color: #A88007;
    border: 1px solid #A88007;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 6.5px;
}

.pagenation .prev.page-numbers,
.pagenation .next.page-numbers {
    display: none;
}

#news .footer-flex {
    margin-top: 17px;
}

@media screen and (max-width: 767px) {

    .news-list-flex {
        flex-wrap: wrap;
    }

    .news-list a {
        padding: 15px 5%;
    }

    .news-list-flex .date {
        margin-right: 5%;
    }

    .news-list-flex .cat {
        margin-right: 0;
        padding: 0px 15px;
    }

    .news-list-flex .title {
        width: 100%;
        margin-top: 3%;
    }

    .pagenation {
        margin-top: 5%;
    }

    .page-numbers {
        width: 35px;
        height: 35px;
    }

}

/* ==================================================================================
# news Shingle
================================================================================== */
#news-single .sub-catch img {
    height: 276px;
}

#news-single .sub-catch-title {
    margin-top: -156px;
    margin-bottom: 128px;
}

@media screen and (max-width: 480px) {

    #news-single .sub-catch img {
        height: 180px;
    }

    #news-single .sub-catch-title {
        margin-top: -103px;
        margin-bottom: 85px;
    }

}

/* ==================================================================================
# news-single01
================================================================================== */
#news-single01 {
    margin-top: 79px;
}

#news-single01 .border-title {
    line-height: 1.6;
}

.single-date {
    justify-content: flex-start;
    align-items: flex-start;
}

.single-date .date {
    font-size: 18px;
    color: #A88007;
    margin-right: 13px;
}

.single-date .cat {
    font-size: 16px;
    color: #fff;
    background: #00852D;
    padding: 0px 17.5px;
    line-height: 1.4;
    border-radius: 11px;
    margin-top: 2px;
}

.single-date .cat a {
    color: #fff;
}

#news-single01 .single-content {
    margin-top: 42px;
    line-height: 2.05;
}

#news-single01 .single-content img {
    display: block;
    margin-top: 7px;
    /* margin-bottom: 6px; */
    margin-bottom: 70px;
}

#news-single01 .single-content p {
    margin-bottom: 20px;
}

.single-content a {
    border-bottom: 1px solid #333;
}

.single-content table tr td {
    border: 1px solid #333;
}

.nav-links {
    width: 824px;
    max-width: 100%;
    margin: auto;
    margin-top: 68px;
}

.nav-links a {
    color: #1E1E1E;
    position: relative;
}

.entry-work-btn {
    margin-left: -20px;
}

.nav-previous {
    padding-left: 61px;
}

.nav-next {
    padding-right: 65px;
}

.nav-previous a::before,
.nav-next a::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    top: -12px;
}

.nav-previous a::before {
    left: -61px;
    background: url(../img/arrow-previous.png) no-repeat center center / contain;
}

.nav-next a::after {
    right: -65px;
    background: url(../img/arrow-next.png) no-repeat center center / contain;
}




#news-single .footer-flex {
    margin-top: 42px;
}

@media screen and (max-width: 767px) {

    .entry-work-btn {
        margin-left: 0;
    }

    .nav-previous a::before,
    .nav-next a::after {
        width: 35px;
        height: 35px;
        top: -9px;
    }

    .nav-previous {
        padding-left: 35px;
    }

    .nav-previous a::before {
        left: -40px;
    }

    .nav-next {
        padding-right: 35px;
    }

    .nav-next a::after {
        right: -40px;
    }

}

@media screen and (max-width: 480px) {

    #news-single01 {
        margin-top: 10%;
    }

    .single-date {
        margin-top: 0;
    }

    #news-single01 .single-content {
        margin-top: 10%;
    }

    #news-single01 .single-content img {
        margin-bottom: 35px;
    }

    #news-single01 .single-content p {
        margin-bottom: 10px;
    }


    .nav-links {
        flex-wrap: wrap;
        margin-top: 15%;
    }

    .entry-work-btn {
        order: 1;
        width: 100%;
        text-align: center;
        margin-bottom: 5%;
    }

    .nav-previous {
        padding-left: 30px;
        order: 2;
        width: 50%;
    }

    .nav-next {
        padding-right: 30px;
        order: 3;
        width: 50%;
        text-align: right;
    }

    .nav-previous a::before,
    .nav-next a::after {
        width: 25px;
        height: 25px;
        top: -4px;
    }

    .nav-previous a::before {
        left: -30px;
    }

    .nav-next a::after {
        right: -30px;
    }

}