

/* section1 */
#section1{
    overflow: hidden;
    max-width: max-content;
    min-height: max-content;
    height: calc(100vh - 120px);
}

#section1 img{
    height: calc(100vh - 120px);
}

.section1Swiper .swiper {
    width: 100%;
    height: 100%;
}

.section1Swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section1Swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1440px) {
    
    #section1{
        height: 100%;
    }

    #section1 img {
        height: 100vh;
    }
}



/* section2 */

.abouts{
    display: flex;
    width: 100%;
    padding-bottom: 200px;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.background{
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 80%;
}

.about{
    position: absolute;
    z-index: 100;
    left: 10%;
    top: 250px;
    width: 50vw;
    font-family: 'jf-jinxuan-M';
    font-size: 18px;
    line-height: 2.5;
    color: var(--595757);
}


.abouts .tittle{
    width: 35%;
    margin-left: 5%;
    font-family: 'jf-jinxuan-M';
    color: var(--595757);
    height: 45px;
    align-items: flex-end;
    padding-bottom: 15px;
    display: flex;
}

.abouts .tittle label{
    display: inline-block;
    width: fit-content;
    margin-right: 15px;
    line-height: 1;
    font-size: 26px;
}

.abouts .tittle .hr {
    width: max-content;
    align-items: flex-end;
    margin-right:20px;
}

.abouts .content{
    width: 100%;
    margin: 0 ;
    display: flex;
    height: 438px;
    font-family: 'Outfit';
}


.about-Left{
    width: 35%;
    margin-left: 5%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: var(--717679-30);
    font-size:  clamp(16px, 9.5vw, 185px);
    line-height: 0.35;
    text-shadow: 2px 2px var(--FFFFFF),
                 -2px 2px var(--FFFFFF),
                 2px -2px var(--FFFFFF),
                 -2px -2px var(--FFFFFF);
    color: var(--717679-30);
}


.about-Right{
    width: 35%;
    display: flex;
    background: var(--FFFFFF);
    z-index: 2;
    flex-direction: column;
}


.about-Right .hr{
    width: 100%;
    height: 5%;
    background: var(--FFFFFF);
    padding-bottom: 15px;
    padding-right: 15px;
}

.about-Right .hr-bottom{
    text-align: end;
    padding-bottom: 5px;
    padding-right: 10px;
}

.about-Right .hr-bottom a{
    font-family: 'jf-jinxuan-M';
    font-size: 15px;
    color: var(--595757);
}

.about-Right .hr-bottom a:hover{
    color: var(--B59E85);
}


.abouts .logo{
    background: var(--717679);
    width: 35%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1% 2%;
    margin: 0px 5%;
}

.abouts .logo a{
    width: auto;
    max-width: 20%;
    object-fit: contain;
}

@media screen and (max-width: 1440px) {
    
    .abouts {
        padding: 10% 0;
        margin-bottom: 0;
    }

    .about {
        width: 65vw;
        top: 28%;
    }

    .background {
        top: auto;
        margin: auto;
    }

    .about-Right {
        width: 40%;
    }
}


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

    .abouts {
        flex-direction: column;
        padding-top: 5%;
    }

    .about {
        width: 65%;
        top: 16%;
        left: 17.5%;
        font-size: 15px;
        line-height: 1.5;
    }

    .abouts .tittle {
        width: 80%;
        margin-left: 10%;
        margin-top: 5%;
    }
    .abouts .content {
        margin: auto;
        width: 80%;
        height: 350px;
    }

    .about-Left,
    .about-Right {
        width: 50%;
        margin-left: 0%;
    }

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

    .abouts .logo {
        width: 80%;
        padding: 2% 4%;
        margin: 0px 10%;
        margin-bottom: 10%;
    }
}

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

    .abouts .tittle label {
        font-size: 20px;
    }
    
    .abouts .content {
        width: 90%;
        height: 400px;
    }

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

    .abouts .logo {
        width: 90%;
        padding: 2% 4%;
        margin: 0px 5%;
        margin-bottom: 10%;
    }
}


/* section3 */

#section3{
    overflow: hidden;
    min-height: max-content;
    height: calc(100vh - 120px);
}

#section3 img{
    height: calc(85vh - 120px);
}

.section3Swiper{
    position: relative;
}

.section3Swiper .swiper-slide{
    position: relative;
}

.section3Swiper .item{
    background: var(--FFFFFF);
    padding: 2%;
    justify-content: space-between;
    width: 40%;
    height: 336px;
    position: absolute;
    top: 50px;
    right: 0;
}


.section3Swiper .content {
    font-family: 'jf-jinxuan-M';
    font-size: 15px;
    color: var(--595757);
    line-height: 2.5;
    padding: 10px;
}

.section3Swiper .hr {
    align-items: flex-start;
    flex-grow: 0;
}

.section3Swiper .tittle{
    display: flex;
    width: 100%;
}

.section3Swiper .tittle label{
    display: inline-block;
    width: fit-content;
    margin-right: 15px;
    line-height: 1;
    font-family: 'jf-jinxuan-M';
    font-size: 32px;
    color: var(--595757);
}

.section3Swiper .tittle .hr {
    width: max-content;
    align-items: flex-end;
    flex-grow: 1;
}

@media screen and (max-width: 1440px) {
    #section3 {
        height: auto;
    }

    #section3 img {
        height: 100vh;
    }

    .section3Swiper .item {
        width: 50%;
    }
}

@media screen and (max-width: 992px) {
    .section3Swiper .swiper-slide{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section3Swiper .item{
        position: relative;
        top: 0;
        margin-bottom: 10%;
        width: 75%;
        padding: 25px;
    }

    .section3Swiper .content {
        line-height: 2;
    }
}

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

    .section3Swiper .item {
        width: 85%;
    }

    .section3Swiper .tittle label {
        font-size: 25px;
    }

}

/* section4 section5 */

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


.newsTittle, 
.aestheticsTittle{
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-between;
}

.newsTittle .hr,
.aestheticsTittle .hr{
    width: 20%;
    margin-right: 5%;
}

.newsTittle .tittleC,
.aestheticsTittle .tittleC{
    font-family: 'jf-jinxuan-M';
    font-size: 26px;
    color: var(--595757);
    width: 25%;
}

.newsTittle .tittleE,
.aestheticsTittle .tittleE{
    overflow: hidden;
    font-family: 'Outfit';
    font-size: 5vw;
    text-align: center;
    align-content: flex-end;
    line-height: 0.2;
    width: 100%;
}

.newsTittle .tittleE{
    color: var(--717679-30);
}

.newsTittle .tittleE a {
    color: inherit;
}

.aestheticsTittle .tittleE{
    color: var(--B59E85-40);
}

.aestheticsTittle .tittleE a {
    color: inherit;
}

.section4Swiper, 
.section5Swiper{
    width: 94%;
    margin-left: 4%;
    padding-right: 1%;
    overflow: hidden;
}

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

.section4Swiper .item,
.section5Swiper .item{
    margin-bottom: 30px;
}

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

.section4Swiper .itemTittle{
    background: var(--717679-30);
}

.section4Swiper .itemTittle,
.section5Swiper .itemTittle{
    height: 142px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

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

.section4Swiper .itemTittle .tittle,
.section5Swiper .itemTittle .tittle{
    font-family: 'jf-jinxuan-M';
    font-size: 32px;
    text-align: center;
    padding-bottom: 15px;
}

.section4Swiper .itemTittle .tittle{
    color: var(--FFFFFF);
}

.section5Swiper .itemTittle .tittle{
    color: var(--595757);
}

.section4Swiper .content{
    font-family: 'jf-jinxuan-M';
    font-size: 15px;
    color: var(--595757);
    line-height: 3;
    padding: 25px 0 0 50px;
    margin-bottom: 25px;
    height: 160px;

    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3; 
    word-break: break-word;  
}

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

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

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

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

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


@media screen and (max-width: 1440px) {
    #section4, #section5 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .newsTittle .tittleE, 
    .aestheticsTittle .tittleE {
        font-size: 80px;
        line-height: 0.15;
    }
    
    .section4Swiper, .section5Swiper {
        width: 90%;
        margin-left: 5%;
    }
}

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

    .section4Swiper, .section5Swiper {
        width: 70%;
        margin-left: 15%;
    }

}

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

    .newsTittle, 
    .aestheticsTittle{
        align-items: flex-end;
    }
    

    .newsTittle .tittleE, 
    .aestheticsTittle .tittleE {
        font-size: 40px;
        line-height: 1;
        width: 50%;
    }


    .section4Swiper, .section5Swiper {
        width: 80%;
        margin-left: 10%;
    }

    .newsTittle .tittleC, 
    .aestheticsTittle .tittleC {
        font-size: 20px;
    }

    .section4Swiper .background, 
    .section5Swiper .background {
        left: 5%;
    }

    .section4Swiper img, 
    .section5Swiper img {
        height: 300px;
    }

    .section4Swiper .itemTittle, 
    .section5Swiper .itemTittle {
        height: 120px;
    }

    .section4Swiper .itemTittle .tittle, 
    .section5Swiper .itemTittle .tittle {
        font-size: 25px;

    }

    .section4Swiper .content {
        margin-bottom: 10px;
    }

    .section4Swiper .hr, .section5Swiper .hr {
        width: 70%;
        padding-right: 0;
    }

    .section5Swiper .hr {
        padding-right: 20px;
    }
}

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

    .newsTittle .hr, 
    .aestheticsTittle .hr {
        width: 10%;
        margin-right: 5%;
    }

    .newsTittle .tittleC, 
    .aestheticsTittle .tittleC {
        font-size: 18px;
    }

    .newsTittle .tittleE, 
    .aestheticsTittle .tittleE {
        font-size: 30px;
    }

    .section4Swiper, 
    .section5Swiper {
        width: 90%;
        margin-left: 5%;
    }

    .section4Swiper .swiper-slide, 
    .section5Swiper .swiper-slide {
        padding: 35px 20px 0 0;
    }

    .section4Swiper .itemTittle .date, 
    .section5Swiper .itemTittle .date {
        font-size: 18px;
    }

    .section4Swiper .itemTittle .tittle, 
    .section5Swiper .itemTittle .tittle {
        font-size: 23px;
    }

    .section4Swiper .content {
        line-height: 2;
        height: 150px;
        -webkit-line-clamp: 4;
    }
}