.sectionTitlePage .containerPage {
    max-width: 602px;
}
.sectionTitlePage .wrapTitlePage .characterPageTitle {
    width: 254.3px;
    bottom: -27px;
    right: -99px;
}
.sectionTitlePage {
    padding-bottom: 116px;
}
.newsArea {
    background: white;
    padding: 76px 0 99px;
}
.newsArea .newsList {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}
.newsArea .newsList li {
    margin-bottom: 18.5px;

}
.newsArea .newsList li:last-child {
    margin-bottom: 0;
}
.newsArea .newsList li .newsItem {
    display: flex;
    background: #f5f5f2;
    padding: 23px 130px 27px 30px;
    border-radius: 6px;
    transition: 0.3s;
    position: relative;
    color: #211815;
}
.newsArea .newsList li .newsItem .newsTime {
    font-size: 12.8px;
    letter-spacing: 0.7px;
    color: #231815;
    font-weight: bold;
    margin-right: 32px;
    position: relative;
}
.newsArea .newsList li .newsItem .newsTitle {
    font-size: 15.4px;
    letter-spacing: 1.6px;
    line-height: 1.45;
    font-weight: 900;
    transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsArea .newsList li .newsItem::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    border: 2px solid #e50011;
    display: block;
    border-radius: 100%;
    right: 29px;
    flex-shrink: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    background: #e50011 url("../images/news/news-btn-arrow-white.png") no-repeat top 51% right 44% / 9px;
}
.pagination {
    display: flex;
    width: fit-content;
    margin: 70px auto 0;
    gap: 10px;
}
.pagination li {
    width: 41px;
    height: 41px;
}
.pagination li a,.pagination li span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e50011;
    color: #fff;
    position: relative;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #e50011;
    transition: 0.3s;
    padding-top: 2px;
}
.pagination li.active span {
    background: #fff;
    color: #e50011;
}
.pagination li.prev a {
   background: #e50011 url("../images/news/pagin-arrow-white.png") no-repeat center / 8px;
   transform: rotate(180deg);
   transition: background-color 0.3s;
}
.pagination li.next a {
   background: #e50011 url("../images/news/pagin-arrow-white.png") no-repeat center / 8px;
}
@media (max-width: 900px) {
    .sectionTitlePage .wrapTitlePage .characterPageTitle {
        width: 220px;
        bottom: -18px;
        right: -80px;
    }
}
@media (min-width: 769px) {
    .newsArea .newsList li .newsItem:hover .newsTitle {
        color:#e50011;
    }
    .newsArea .newsList li .newsItem:hover::before {
        background: #fff url("../images/news/news-btn-arrow-red.png") no-repeat top 51% right 44% / 9px;
    }
    .pagination li a:hover {
        background: white;
        color: #e50011;
    }
    .pagination li.prev a:hover {
        background: #fff url("../images/news/pagin-arrow.png") no-repeat center / 8px;
    }
    .pagination li.next a:hover {
        background: #fff url("../images/news/pagin-arrow.png") no-repeat center / 8px;
    }
}

@media (max-width: 768px) {
    .sectionTitlePage .inner {
        padding: 0 4.5%;
    }
    .sectionTitlePage {
        padding-bottom: clamp(26.5px, 7.07vw, 53px);
    }
    .sectionTitlePage .containerPage {
        max-width: 684px;
        padding-right: 0;
    }
    .sectionTitlePage .wrapTitlePage .contentTitlePage .boxTitlePage {
       padding: clamp(10px, 2.67vw, 20px) clamp(15.5px, 4.13vw, 31px) clamp(4px, 1.07vw, 8px) clamp(18.5px, 4.93vw, 37px);
    }
    .sectionTitlePage .wrapTitlePage .characterPageTitle {
        width: clamp(106.3px, 28.35vw, 212.6px);
        right: clamp(-34px, -5.6vw, -21px);
        bottom: clamp(-27px, -4.53vw, -17px);
    }
    .newsArea {
        padding: clamp(26px, 6.93vw, 52px) 0 clamp(53px, 14.13vw, 96px);
    }
    .newsArea .newsList {
        padding: 0 3px;
    }
    .newsArea .newsList li {
        margin-bottom: clamp(15.5px, 4.13vw, 31px);
    }
    .newsArea .newsList li .newsItem {
        flex-direction: column;
        text-align: justify;
        gap: 3px;
        padding: clamp(13.5px, 3.6vw, 26px)
         clamp(86px, 22.93vw, 172px)
         clamp(19px, 5.07vw, 38px)
         clamp(20px, 5.33vw, 40px);
    }
    .newsArea .newsList li .newsItem .newsTime {
        font-size: clamp(12.4px, 3.39vw, 24.7px);
        letter-spacing: 1.8px;
    }
    .newsArea .newsList li .newsItem .newsTitle {
        font-size: clamp(14px, 3.73vw, 28px);
        line-height: 1.15;
    }
    .newsArea .newsList li .newsItem::before {
        width: clamp(28.5px, 7.6vw, 57px);
        height: clamp(28.5px, 7.6vw, 57px);
        border: none;
        background-size: clamp(7px, 1.87vw, 14px);
        right: clamp(21.5px, 5.73vw, 43px);
        top: 49.7%;
        transform: translateY(-50%);
    }
    .pagination {
        margin-top:clamp(35px, 9.33vw, 70px);
        gap: clamp(7.5px, 2vw, 15px);
    }
    .pagination li {
        width: clamp(35.15px, 9.37vw, 70.3px);
        height: clamp(35.15px, 9.37vw, 70.3px);
    }
    .pagination li a, .pagination li span {
        font-size: clamp(16.5px, 4.4vw, 33px);
    }
    .pagination li.prev a,
    .pagination li.next a {
        background: #e50011 url("../images/news/pagin-arrow-sp-white.png") center no-repeat;
        background-size: clamp(8px, 2.13vw, 16px);
    }
}