.kind {
    cursor: pointer;
}

.img{
    max-width: none;
    height: 100%;
    max-height: calc(100vh - 120px - 285px);
}

.paginations  .hr-bottom{
    border-bottom: 1px solid var(--717679);
}

.paginations  .square {
    border: 1px solid var(--717679);
}

.baseTittle .EN {
    text-shadow: 1px 1px var(--717679),
                -1px 1px var(--717679), 
                1px -1px var(--717679), 
                -1px -1px var(--717679);
}

.baseTittle .rectangle {
    background: var(--717679);
}

#scrollToTop {
    color: var(--70767A);
}

#scrollToTop div{
    background-color: var(--70767A);
}




/* section4 section5 */

#aesthetics{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: none;
    min-height: auto;
    margin-bottom: 100px;
}

.sectionSwiper{
    width: 94%;
    margin-left: 4%;
    padding-right: 1%;
    margin: auto;
    overflow: hidden;
}


.sectionSwiper .swiper-slide{
    position: relative;
    padding: 25px 25px 0 0;
    margin-bottom: 20px;
}


.sectionSwiper .item{
    background: var(--B59E85-40);
    padding-bottom: 10px;
    margin-bottom: 30px;
}


.sectionSwiper .itemTittle{
    /* height: auto; */
    height: 142px;
    /* padding-top: 50px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.sectionSwiper .itemTittle .date{
    font-family: 'jf-jinxuan-M';
    font-size: 18px;
    color: var(--FFFFFF);
    text-align: center;
    padding: 1%;
}

.sectionSwiper .itemTittle .tittle{
    font-family: 'jf-jinxuan-M';
    font-size: 32px;
    text-align: center;
    padding-bottom: 15px;
    color: var(--595757);
}

.sectionSwiper .hr{
    margin-left: auto;
    width: 45%;
    height: 5%;
    padding-bottom: 2%;
    padding-right: 4%;
}


.sectionSwiper .hr-bottom{
    color: var(--595757);
    text-align: end;
    padding-bottom: 5px;
    padding-right: 15px;
}


.sectionSwiper .hr-bottom a{
    font-family: 'jf-jinxuan-M';
    font-size: 15px;    
}


.sectionSwiper img{
    width: 100%;
    height: 375px;
    object-fit: cover;
    margin-bottom: 25px;
}

.sectionSwiper .ca{
    background: var(--595757);
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 2;
    color: var(--FBFBFB);
    text-align: center;
    font-family: 'jf-jinxuan-M';
    font-size: 20px;
    padding: 5px;
    letter-spacing: 1px;
    left: 35%;
}

.sectionSwiper .background {
    border: 1px solid var(--B59E85);
    height: -webkit-fill-available;
    position: absolute;
    top: 50px;
    left: 25px;
    width: 95%;
    z-index: -1;
}

.navigation .pagination {
    margin: 0px;
}

.navigation .prev, .navigation .next {
    color: var(--8A8A8A);
    font-size: 30px;
}

.swiper-pagination-bullet-active {
    background: var(--717679);
}



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

    .sectionSwiper {
        width: 90%;
        margin-left: 5%;
    }

    #aesthetics  {
        margin-bottom: 50px;
    }
}

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

    .sectionSwiper {
        width: 70%;
        margin-left: 15%;
    }

}

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

    .sectionSwiper {
        width: 80%;
        margin-left: 10%;
    }

    .sectionSwiper .background {
        left: 5%;
    }

    .sectionSwiper img {
        height: 300px;
    }

    .sectionSwiper .itemTittle {
        height: 120px;
    }

    .sectionSwiper .itemTittle .tittle {
        font-size: 25px;

    }

    .sectionSwiper .hr {
        width: 70%;
        padding-right: 20px;
    }
}

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

    .sectionSwiper {
        width: 90%;
        margin-left: 5%;
    }

    .sectionSwiper .swiper-slide {
        padding: 35px 20px 0 0;
    }

    .sectionSwiper .itemTittle .date {
        font-size: 18px;
    }

    .sectionSwiper .itemTittle .tittle {
        font-size: 23px;
    }

}