/* newslist */
.newslist {
    padding: 0 0 200px;
    position: relative;
    z-index: 3;
}
.newslist-inner {
    margin: 0 auto;
}
@media screen and (max-width: 968px) {
    .newslist {
        padding: 0 0 60px;
    }
}
@media screen and (max-width: 768px) {
}

.single {
    background: #F2F5F9;
}
@media screen and (max-width: 768px) {
    .single {
        background: #fff;
    }
}
/* detail */
.detail {
    padding: 0 0 40px;
    position: relative;
    z-index: 3;
}
.detail-inner {
    background: #fff;
    margin: 0 auto;
    padding: 55px 35px 70px 65px;
    width: 100%;
    max-width: 920px;
}
.detail-head {
    margin: 0 0 65px;
}
.detail-head__flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
.detail-date {
    font-family: var(--ft-heebo);
    font-size: 16px;
    font-weight: 700;
    width: 125px;
}
.detail-cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 165px;
}
.detail-cat .cat {
    background: #F2F5F9;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    height: 38px;
    text-align: center;
    width: 120px;
}
.detail-head h1 {
    border-left: 3px solid #192C55;
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 0 15px;
}
.detail-content p {
    color: #525766;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .detail {
        background: #fff;
        padding-bottom: 0;
    }
    .detail-inner {
        padding: 0 28px;
    }
    .detail-head {
        margin: 0 0 25px;
    }
    .detail-head__flex {
        margin: 0 0 15px;
    }
    .detail-head h1 {
        border-left: 3px solid #192C55;
        font-size: 26px;
        font-weight: 700;
        padding: 0 0 0 15px;
    }
    .detail-content p {
        color: #525766;
        font-size: 18px;
        font-weight: 500;
    }
}

/* newarrival */
.newarrival {
    background: #F2F5F9;
    padding: 0 0 200px;
    position: relative;
    z-index: 3;
}
.newarrival-head {
    margin: 0 0 50px;
    text-align: center;
}
.newarrival-head h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 30px;
}
.newarrival .btn {
    margin: 60px auto 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .newarrival {
        background: #E5EAF0;
        padding: 50px 0 70px;
    }
    .newarrival-head {
        margin-bottom:30px;
    }
    .news-items {
        gap: 30px;
    }
    .newarrival .news-items {
        gap: 20px;
        width: calc(100% - 48px);
    }
    .news-item {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        min-height: 0px;
        height: auto;
    }
    .news-item a {
        align-items: flex-start;
        height: 100%;
        padding: 26px 20px 26px;
        width: 100%;
    }
    .newarrival .btn {
        margin: 40px auto 0;
    }
}

/* blockname */
.detail-relation {
    background: #F2F5F9;
    margin: 0 auto;
    padding: 0 0 100px;
}
.detail-relation__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 920px;
}
.detail-relation__items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
}
.detail-relation__items::before {
    background: #ACACAC;
    content: "";
    display: block;
    height: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
}
.detail-relation__item {
    width: calc(50% - 20px);
}
.detail-relation__item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
}
.detail-relation__item.prev a::before,
.detail-relation__item.next a::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    background-color: #fff;
    border: 1px solid var(--main-theme-color);
    border-radius: 50%;
    content: "";
    display: block;
    height: 45px;
    transition-duration: .3s;
    width: 45px;
}
.detail-relation__item.prev a::before {
    background-image: url(../images/icon-arrow-l.svg);
    margin-right: 20px;
}
.detail-relation__item.next a::after {
    background-image: url(../images/icon-arrow-r.svg);
    margin-left: 20px;
}
.detail-relation__item a:hover::before {
    transform: translateX(-5px);
}
.detail-relation__item a:hover::after {
    transform: translateX(5px);
}
.detail-relation__item a p {
    width: calc(100% - 65px);
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .detail-relation {
        background: #fff;
        margin: 0 auto;
        padding: 40px 0 50px;
        width: calc(100% - (28px * 2));
    }
    .detail-relation__inner {
        border-top: 1px solid #ACACAC;
    }
    .detail-relation__items {
        gap: 0;
    }
    .detail-relation__items::before {
        display: none;
    }
    .detail-relation__item {
        width: 100%;
    }
    .detail-relation__item:not(:last-child) {
        border-bottom: 1px solid #ACACAC;
    }
    .detail-relation__item a {
        padding: 20px 15px;
    }
}

/* pagination */
.pagination-list {
    margin: 115px auto 0;
}
ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
ul.page-numbers li .page-numbers {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    width: 56px;
}
ul.page-numbers li .current {
    background: #192C55;
    color: #fff;
}
ul.page-numbers li .pagination-next,
ul.page-numbers li .pagination-prev {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px;
    height: 100%;
    width: 100%;
}
ul.page-numbers li .pagination-next {
    background-image: url(../images/icon-simple-arror-r.svg);
}
ul.page-numbers li .pagination-prev {
    background-image: url(../images/icon-simple-arror-l.svg);
}
@media screen and (max-width: 968px) {
    .pagination-list {
        margin: 60px auto 0;
    }
}
@media screen and (max-width: 768px) {
    ul.page-numbers li .page-numbers {
        font-size:14.5px;
        width:40px;
        height:40px;
    }
}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}