.newsList {
    padding: 0 0 200px 0;
}

.newsList {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px;
}

.aNewsList {
    display: flex;
    width: calc(25% - 30px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: left;
    color: var(--White);
}

.aNewsList img {
    width: 100%;
}

.aNewsList .date {
    width: 100%;
    font-size: 12px;
    font-family: var(--Sans);
    font-weight: 400;
    margin-top: 10px;
}

.aNewsList .title {
    width: 100%;
    line-height: 1.5em;
    font-size: 20px;
    height: 90px;
    overflow: hidden;
}

.aNewsList .btn {
    border: 1px solid var(--White);
    color: var(--White);
    background: transparent;
    margin-top: 10px;
}

.aNewsList:hover .btn,
.aNewsList .btn:hover {
    color: var(--Main) !important;
    border: 1px solid var(--White);
    background: var(--White);
}


/*Pagenation*/
.pagenation {
    width: 80%;
    max-width: 320px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    font-size: 16px;
    color: var(--Gold);
    font-family: var(--Sans);
    font-weight: 400;
}

.pagenation i {
    pointer-events: auto;
    cursor: pointer;
}

.pagenation .aPageOption {
    color: var(--Gold);
    transition: .3s;
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
}

.pagenation .aPageOption:hover {
    color: var(--White);
    transition: .3s;
}

.pagenation span {
    display: inline-block;
    margin: 0 5px;
}

.sectionTitle {
    margin-top: 30px;
}

/*Section3*/
.section3 {
    padding: 100px 0 200px 0;
}

.newsDetail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.back {
    color: var(--Gold);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--Sans);
    font-weight: 400;
    font-size: 20px;
    transition: .3s;

}

.back i {
    font-size: 30px;
    margin-right: 10px;
}

.back:hover {
    color: var(--White);
    transition: .3s;
}

.swiper {
    width: 100%;
    position: relative;
}

.swiper img {
    width: 100%;
}

.swiper-button-nextB,
.swiper-button-prevB {
    color: var(--Gold);
}

.newsDetail .date {
    color: var(--Gold);
    font-size: 14px;
    line-height: 1em;
    font-family: var(--Sans);
    font-weight: 400;
}

.newsDetail h1 {
    width: 100%;
    display: block;
    color: var(--Gold);
    line-height: 1.2em;
}

.newsDetail p {
    font-family: var(--Sans);
    font-weight: 400;
    line-height: 1.8em;
}

.newsDetail p a {
    color: var(--White);
    text-decoration: underline;
    transition: .3s;
}

.newsDetail p a:hover {
    color: var(--Gold);
    transition: .3s;
}

/*////RWD////*/

@media screen and (min-width:1660px) {}

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

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

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

@media (orientation:portrait) and (max-height: 1180px) {

    .aNewsList {
        width: calc(33.33% - 30px);
    }

    .aNewsList .title {
        font-size: 16px;
    }


}

@media (orientation:portrait) and (max-height: 1024px) {}

@media screen and (max-width:640px) {
    .aNewsList {
        width: calc(52% - 30px);
    }

    .aNewsList .btn {
        width: 100%;
        height: 30px;
        font-size: 12px;
    }

    .newsList {
        padding: 0 0 50px 0;
    }

    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 24px;
    }


}

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

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

/*Iphone 10*/
@media (orientation: portrait) and (max-height: 812px) {}

@media (orientation: portrait) and (max-height: 736px) {}

@media (orientation: portrait) and (max-height: 667px) {}

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

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