.section1 {
    background-color: #F7F7F7;
}
.section1 .wrap {
    padding-top: 120px;
    padding-bottom: 110px;
    width: 1600px;
    margin: 0 auto;
}
.section1 .wrap .top {
    position: relative;
    margin-bottom: 20px;
}
.section1 .wrap .top .main {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 45px 70px;
    width: 880px;
    background-color: rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(10px);
}
.section1 .wrap .top .main .list{
    position: relative;
}
.section1 .wrap .top .main .list .tab{
    position: absolute;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    top: 90px;
    pointer-events: none;
}
.section1 .wrap .top .main .list .tab .next:hover,
.section1 .wrap .top .main .list .tab .prev:hover{
    filter: brightness(1);
}
.section1 .wrap .top .main .list .tab .prev{
    transform: rotate(180deg);
}
.section1 .wrap .top .main .list .tab .next,
.section1 .wrap .top .main .list .tab .prev{
    transition: all .6s;
    pointer-events: all;
    filter: brightness(0);
    cursor: pointer;
}
.section1 .wrap .top .main .trem:hover .img img{
    transform: scale(1.1);
}
.section1 .wrap .top .main .trem:hover .text{
    color: #1B7EE8;
}
.section1 .wrap .top .main .trem .img{
    height: 240px;
    display: flex;
    padding: 0 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.section1 .wrap .top .main .trem .img img{
    max-width: 90%;
    max-height: 90%;
    transition: all 1s;
}
.section1 .wrap .top .main .trem .text{
    color: #111;
    font-size: 18px;
    height: 60px;
    width: 300px;
    transition: all .6s;
    margin: 0 auto;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}
.section1 .wrap .top .main .trem .common_more{
    margin: 20px auto 0;
}
.section1 .wrap .top .main .trem .common_more .button{
    width: 180px;
    height: 50px;
}
.section1 .wrap .top .content h3 {
    color: #1B7EE8;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}
/* .section1 .wrap .top .content h4 {
  color: #111;
  font-size: 24px;
  margin-bottom: 10px;
}
.section1 .wrap .top .content p {
  color: #707070;
  font-size: 16px;
  line-height: 30px;
} */
.section1 .wrap .bottom {
    display: flex;
    justify-content: space-between;
}
.section1 .wrap .bottom .trem {
    width: 790px;
    height: 460px;
    padding: 40px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.section1 .wrap .bottom .trem:hover h4 {
    color: #1B7EE8;
}
.section1 .wrap .bottom .trem h4 {
    font-size: 24px;
    color: #111;
    transition: all 0.6s;
    margin-bottom: 10px;
}
.section1 .wrap .bottom .trem .img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section1 .wrap .item:not(:last-child) {
    margin-bottom: 50px;
}
.section2 {
    background-color: #F7F7F7;
}
.section2 .wrap {
    padding-bottom: 110px;
    width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
}
.section2 .wrap .trem {
    position: relative;
}
.section2 .wrap .trem .content {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 45px 70px;
    width: 750px;
    background-color: rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(10px);
}
.section2 .wrap .trem .content h3 {
    color: #1B7EE8;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}
.section2 .wrap .trem .content h4 {
    color: #111;
    font-size: 24px;
    margin-bottom: 10px;
}
.section2 .wrap .trem .content p {
    color: #707070;
    font-size: 16px;
    line-height: 30px;
}
@media screen and (max-width: 1919px) {
.section1 .wrap{
padding-top: 6.25vw;
 padding-bottom: 5.7291666667vw;
 width: 83.3333333333vw;
}
.section1 .wrap .top{
margin-bottom: 1.0416666667vw;
}
.section1 .wrap .top .main{
left: 3.125vw;
 padding: 2.6041666667vw 2.34375vw 3.6458333333vw;
 width: 45.8333333333vw;
 backdrop-filter: blur(0.5208333333vw);
}
.section1 .wrap .top .main .list .tab{
top: 4.6875vw;
}
.section1 .wrap .top .main .trem .img{
height: 12.5vw;
 padding: 0px 2.6041666667vw;
 margin-bottom: 1.0416666667vw;
}
.section1 .wrap .top .main .trem .text{
font-size: 0.9375vw;
 height: 3.125vw;
 width: 15.625vw;
 line-height: 1.5625vw;
}
.section1 .wrap .top .main .trem .common_more{
margin: 1.0416666667vw auto 0px;
}
.section1 .wrap .top .main .trem .common_more .button{
width: 9.375vw;
 height: 2.6041666667vw;
}
.section1 .wrap .top .content h3{
font-size: 2.0833333333vw;
 margin-bottom: 1.0416666667vw;
}
.section1 .wrap .bottom .trem{
width: 41.1458333333vw;
 height: 23.9583333333vw;
 padding: 2.0833333333vw;
}
.section1 .wrap .bottom .trem h4{
font-size: 1.25vw;
 margin-bottom: 0.5208333333vw;
}
.section1 .wrap .item:not(:last-child){
margin-bottom: 2.6041666667vw;
}
.section2 .wrap{
padding-bottom: 5.7291666667vw;
 width: 83.3333333333vw;
 gap: 2.6041666667vw;
}
.section2 .wrap .trem .content{
left: 3.125vw;
 padding: 2.6041666667vw 2.34375vw 3.6458333333vw;
 width: 39.0625vw;
 backdrop-filter: blur(0.5208333333vw);
}
.section2 .wrap .trem .content h3{
font-size: 2.0833333333vw;
 margin-bottom: 1.0416666667vw;
}
.section2 .wrap .trem .content h4{
font-size: 1.25vw;
 margin-bottom: 0.5208333333vw;
}
.section2 .wrap .trem .content p{
font-size: 0.8333333333vw;
 line-height: 1.5625vw;
}
.section1 .wrap .top .main .list .tab .next, .section1 .wrap .top .main .list .tab .prev{
    width: 1.40625vw;
}
}
@media screen and (max-width: 1024px) {
    .section1 .wrap .top .main{
        width: 100%;
        backdrop-filter: none;
        background-color: #fff;
        position: static;
        transform: none;
        padding: 30px 20px;
        /* left: 5%;
        padding: 30px 20px;
        backdrop-filter: blur(8px); */
    }
    .section1 .wrap .top .main .list .tab{
        position: static;
        width: 80px;
        margin: 40px auto 0;
    }
    .section1 .wrap .top .main .trem .text{
        font-size: 18px;
        line-height: 30px;
        height:60px;
        width: 90%;
    }
    .section1 .wrap .top .main .list .tab .next, .section1 .wrap .top .main .list .tab .prev{
        width:20px;
    }
    .section1 .wrap .top .main .trem .common_more{
        margin-top: 30px;
    }
    .section1 .wrap .top .main .trem .common_more .button{
        width: 140px;
        height: 40px;
    }
    .section1 .wrap .item:not(:last-child){
        margin-bottom: 20px;
    }
    /* .section1 .wrap .item{
        height: 600px;
    } */
        .section1 .wrap .top{
            height: 100%;
        }
    .section1 .wrap .top .bg img,
    .section1 .wrap .top .bg{
        height: 100%;
    }
    .section1 .wrap .top .content h3{
        font-size: 28px;
        margin-bottom: 40px;
    }
    .section1 .wrap .top .main .trem .img{
        height: 17.5vw;
        padding: 0 30px;
        margin-bottom: 40px;
    }
    .section1 .wrap{
        width: 90vw;
        padding: 60px 0;
    }
}
@media screen and (max-width: 767px) {
    .section1 .wrap .top .main .trem .img,
    .section1 .wrap .top .content h3{
        margin-bottom: 30px;
    }
    .section1 .wrap .top .main .trem .text {
        font-size: 16px;
    }
    .section1 .wrap .top .main .trem .common_more {
        margin-top: 20px;
    }
    .section1 .wrap .top .main .list .tab{
        margin-top: 30px;
    }
    .section1 .wrap .top .content h3{
        font-size: 24px;
    }
    .section1 .wrap .top .main .trem .img {
        height: 36.5vw;
    }
    .section1 .wrap{
        padding: 50px 0;
    }  
}
@media screen and (max-width: 540px) {
    .section1 .wrap .top .main .trem .text{
        font-size: 16px;
    }
    .section1 .wrap .top .content h3{
        font-size: 20px;
    }
}