@charset "utf-8";

/* ARCHIVE NEWS */

section#archive-news {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11.25rem;
    margin-top: 0;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 768px) {
    section#archive-news {
        padding-top: 9.375rem;
    }
}

#archive-news .news_flex {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 0.62rem;
}

@media screen and (max-width:768px) {
    #archive-news .news_flex {
        display: block;
        padding-bottom: 0.62rem;
    }
}

#archive-news .news-content-wrapper {
    width: 70%;
}

@media screen and (max-width:768px) {
    #archive-news .news-content-wrapper {
        width: 100%;
    }
}

#archive-news .news_flex ul {
    width: 100%;
}

#archive-news .archive_news_list a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#archive-news .archive_news_list {
    width: 100%;
    border-bottom: 1px solid #BA866A;
    padding-bottom: 3.13rem;
    margin-bottom: 3.13rem;
}

@media screen and (max-width:768px) {
    #archive-news .archive_news_list {
        padding-bottom: 1.88rem;
        margin-bottom: 1.88rem;
    }
}

#archive-news .news-date {
    margin-right: 1.25rem;
}

#archive-news li a:hover .news-date {
    color:#BA866A;
    transition: .5s;
}

#archive-news li a .category-box {
    margin-right: 1.25rem;
    background-color: #BA866A;
    border: 1px solid #BA866A;
    border-radius: 5px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

#archive-news li a:hover .category-box {
    background-color: #fff;
    transition: .5s;
}

#archive-news li a .category-box span {
    font-size: 0.88rem;
    color: #fff;
    padding: 0 0.88rem;
}

#archive-news li a:hover .category-box span {
    color: #BA866A;
    transition: .5s;
}

#archive-news li a:hover .news-title {
    color:#BA866A;
    transition: .5s;
}

/* NEWS SIDEBAR */

.side-bar-pc .news-category-btn,
.side-bar-sp .news-category-btn {
    width: 13.75rem;
    height: 4.37rem;
    background-color: #fff;
    border: 1px solid #BA866A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BA866A;
    border-radius: 1.25rem;
    margin-bottom: 1.25rem;
}

@media screen and (max-width:768px) {
    .side-bar-pc .news-category-btn,
.side-bar-sp .news-category-btn {
    width: 11.2rem;
    height: 3.75rem;
 }
}

.side-bar-pc .news-category-btn:hover,
.side-bar-sp .news-category-btn:hover {
    background-color: #BA866A;
    color: #fff;
    transition: .5s;
}

.sidebar-li.current a {
    background-color: #BA866A;
    color: #fff;
    transition: .5s;
}

@media screen and (max-width:768px) {
    aside.side-bar-pc {
        display: none;
    }
}

aside.side-bar-sp {
    display: none;
}

@media screen and (max-width:768px) {
    aside.side-bar-sp {
        display: block;
        margin-top: 2.5rem;
    }
}

aside.side-bar-sp ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* PAGER */

#archive-news .pager-box {
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
}

#archive-news .page-numbers {
    width: 1.54rem;
    height: 1.54rem;
    border: 1px solid #BA866A;
    color: #BA866A;
    border-radius: 0.31rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.25rem;
    font-size: 0.88rem;
    padding-bottom: 1px;
    padding-left: 1.5px;
}

#archive-news .page-numbers:hover {
    background-color: #BA866A;
    color: #fff;
    transition: .5s;
}

#archive-news .page-numbers.current {
    color: #fff;
    background-color: #BA866A;
}

/* SINGLE NEWS */

section#single-news {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11.25rem;
    margin-top: 0;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 768px) {
    section#single-news {
        padding-top: 9.375rem;
    }
}

#single-news .single-news-flex {
    display: flex;
    align-items: center;
    margin-bottom: 0.62rem;
}

#single-news .news_flex {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px dashed #BA866A;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
    #single-news .news_flex {
        display: block;
        padding-bottom: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

#single-news .news-date {
    margin-right: 1.25rem;
}

#single-news .category-box {
    margin-right: 1.25rem;
    background-color: #BA866A;
    border: 1px solid #BA866A;
    border-radius: 5px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

#single-news .category-box:hover {
    background-color: #fff;
    transition: .5s;
}

#single-news .category-box span {
    font-size: 0.88rem;
    padding: 0 0.88rem;
}

#single-news .category-box span a {
    color: #fff;
    transition: .5s;
}

#single-news .category-box:hover span a {
    color: #BA866A;
}

#single-news .single-news-left {
    width: 70%;
}

@media screen and (max-width: 768px) {
    #single-news .single-news-left {
        width: 100%;
    }
}

#single-news .single-news-left .news-img-box {
    width: 100%;
    margin-bottom: 2.5rem;
}

#single-news .single-news-left .news-img-box img {
    border-radius: 1.25rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

#single-news .single-news-left p {
    text-align: justify;
}

#single-news .single-news-link-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#single-news .single-news-link-area .btn-area {
    padding-bottom: 0;
}

/* BEFORE BTN */

.single-news-link-area .before-btn {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 412px) {
    .single-news-link-area .before-btn {
        font-size: 0.88rem;
    }
}


.single-news-link-area .before-btn:hover {
    opacity: .4;
    transition: .5s;
}

.single-news-link-area .arrow_l {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    margin: 8.8px 0;
    border-radius: 9999px;
    background-color: #444;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .single-news-link-area .arrow_l {
        display: none;
    }
}

.single-news-link-area .arrow_l::before,
.single-news-link-area .arrow_l::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 15px;
    height: 2px;
    border-radius: 9999px;
    background-color: #444;
    transform-origin: 1px 50%;
}

.single-news-link-area .arrow_l::before {
    transform: rotate(45deg);
}
  
.single-news-link-area .arrow_l::after {
    transform: rotate(-45deg);
}

/* NEXT BTN */

.single-news-link-area .next-btn {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 412px) {
    .single-news-link-area .next-btn {
        font-size: 0.88rem;
    }
}

.single-news-link-area .next-btn:hover {
    opacity: .4;
    transition: .5s;
}

.single-news-link-area .arrow_r {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    margin: 8.8px 0;
    border-radius: 9999px;
    background-color: #444;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .single-news-link-area .arrow_r {
        display: none;
    }
}


.single-news-link-area .arrow_r::before,
.single-news-link-area .arrow_r::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 15px;
    height: 2px;
    border-radius: 9999px;
    background-color: #444;
    transform-origin: calc(100% - 1px) 50%;
}

.single-news-link-area .arrow_r::before {
    transform: rotate(45deg);
}
  
.single-news-link-area .arrow_r::after {
    transform: rotate(-45deg);
}