.sec1 {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.sec1 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.sec1 .wrap {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    transform: translateY(100px);
}

.sec1 .wrap .r {
    width: 555px;
}

.sec1 .wrap .r .h5 {
    color: #000;
    font-size: 40px;
    font-weight: bold;

}

.sec1 .wrap .r .p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin: 6px 0 25px;
}

.sec1 .wrap .r .p1 {
    color: #1A1A1A;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

.sec1 .wrap .r .ewm {
    width: fit-content;
    margin: 90px 0 0;
    display: flex;
    gap: 30px;
}
.sec1 .wrap .r .ewm .ewm_h5 {
  font-weight: 600;
  font-size: 16px;
    line-height: 2;
    display: flex;
    align-items: center;
    gap: 9px;
}
.sec1 .wrap .r .ewm .ewm_h5 .jt {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(135, 178, 46, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec1 .wrap .r .ewm .ewm_h5 .jt img {
    display: block;
    width: 12px;
}
.sec1 .wrap .r .ewm .img {
    width: 298px;
    margin: -2px 0 0 -8px;
}
.sec1 .wrap .r .ewm .img img {
    display: block;
    width: 100%;
}
.sec1 .wrap .r .ewm .ewm_box {
    width: 132px;
    height: 132px;
    border-radius: 14px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
}

.sec1 .wrap .r .ewm .ewm_box img {
    display: block;
    width: 100%;
}

.sec1 .wrap .r .ewm p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    margin: 7px 0 0;
}

.sec2 {
    padding: 162px 0 0;
}

.sec2 .wrap .title {
    color: #1A1A1A;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 74px;
}

.sec2 .wrap .swiper_box {
    width: 100%;
    position: relative;
}

.sec2 .wrap .swiper_box .btns {
    display: flex;
    gap: 1680px;
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.sec2 .wrap .swiper_box .btns .jt {
    pointer-events: auto;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(135, 178, 46, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.sec2 .wrap .swiper_box .btns .jt svg {
    display: block;
    width: 6px;
    height: auto;
}

.sec2 .wrap .swiper_box .btns .jt:hover {
    background: #87b22e;
}

.sec2 .wrap .swiper_box .swiper {
    width: 100%;
}

.sec2 .wrap .swiper_box .swiper .swiper-slide .slide_box {
    width: 100%;
    height: 316px;
    margin-bottom: 40px;
}

.sec2 .wrap .swiper_box .swiper .swiper-slide .slide_box img {
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.sec2 .wrap .swiper_box .swiper .swiper-slide p {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 500;
}

.sec3 {
    padding: 230px 0 128px;
}

.sec3 .wrap .title {
    color: #1A1A1A;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 52px;
}

.sec3 .wrap .list {
    margin-bottom: 104px;
}

.sec3 .wrap .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 46px 48px 24px 0;
    border-bottom: 1px solid #D9D9D9;
}

.sec3 .wrap .list .item .item_r {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sec3 .wrap .list .item .item_r p {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

.sec3 .wrap .list .item .item_r svg {
    display: block;
    width: 5px;
    height: unset;
}

.sec3 .wrap .list .item .item_l {
    display: flex;
    align-items: center;
    gap: 108px;
}

.sec3 .wrap .list .item .item_l .date {
    width: 70px;
    text-align: center;
}

.sec3 .wrap .list .item .item_l .date .day {
    color: #888;
    font-family: 'Poppins-SemiBold';
    font-size: 52px;
    font-weight: 500;
    line-height: 0.61538;
}

.sec3 .wrap .list .item .item_l .date .y-m {
    color: #888;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 2.28571;
    margin: 12px 0 0;
}

.sec3 .wrap .list .item .item_l .h5 {
    width: 810px;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    transition: 0.6s;
}

.sec3 .wrap .list .item:hover .item_l .h5 {
    color: #87B22E;
}

.page a {
    background: #FBFBFB;
}

.sec2 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px 0;
    margin-bottom: 104px;
}
.sec2 .wrap .list .item {
    display: flex;
    align-items: center;
    width: 780px;
    height: 80px;
    border-radius: 12px;
    border: 1px solid #F4F4F4;
    padding: 0 29px;
    gap: 29px;
    transition: 0.6s;
}
.sec2 .wrap .list .item .icon {
    width: 40px;
    height: 40px;
}
.sec2 .wrap .list .item .icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.sec2 .wrap .list .item .icon svg path {
    transition: 0.6s;
}
.sec2 .wrap .list .item p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    transition: 0.6s;
}
.sec2 .wrap .list .item:hover p {
    color: #FFF;
}
.sec2 .wrap .list .item:hover {
    background: #87B22E;
    border: 1px solid #87B22E;
}
.sec2 .wrap .list .item:hover .icon svg path {
    fill: #FFFFFF;
}
@media screen and (max-width: 1919px) {
    .sec1 .wrap{
        width: 75vw;
        transform: translateY(5.2083333333vw);
    }
    .sec1 .wrap .r{
        width: 28.90625vw;
    }
    .sec1 .wrap .r .h5{
        font-size: 2.0833333333vw;
    }
    .sec1 .wrap .r .p{
        font-size: 0.8333333333vw;
        margin: 0.3125vw 0px 1.3020833333vw;
    }
    .sec1 .wrap .r .p1{
        font-size: 0.8333333333vw;
    }
    .sec1 .wrap .r .ewm{
        margin: 4.6875vw 0px 0px;
        gap: 1.5625vw;
    }
    .sec1 .wrap .r .ewm .ewm_h5{
        font-size: 0.8333333333vw;
        gap: 0.46875vw;
    }
    .sec1 .wrap .r .ewm .ewm_h5 .jt{
        width: 1.3541666667vw;
        height: 1.3541666667vw;
    }
    .sec1 .wrap .r .ewm .ewm_h5 .jt img{
        width: 0.625vw;
    }
    .sec1 .wrap .r .ewm .img{
        width: 15.5208333333vw;
        margin: -0.1041666667vw 0px 0px -0.4166666667vw;
    }
    .sec1 .wrap .r .ewm .ewm_box{
        width: 6.875vw;
        height: 6.875vw;
        border-radius: 0.7291666667vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .sec1 .wrap .r .ewm p{
        font-size: 0.8333333333vw;
        margin: 0.3645833333vw 0px 0px;
    }
    .sec2{
        padding: 8.4375vw 0px 0px;
    }
    .sec2 .wrap .title{
        font-size: 2.1875vw;
        margin-bottom: 3.8541666667vw;
    }
    .sec2 .wrap .swiper_box .btns{
        gap: 87.5vw;
    }
    .sec2 .wrap .swiper_box .btns .jt{
        width: 2.1875vw;
        height: 2.1875vw;
    }
    .sec2 .wrap .swiper_box .btns .jt svg{
        width: 0.3125vw;
    }
    .sec2 .wrap .swiper_box .swiper .swiper-slide .slide_box{
        height: 16.4583333333vw;
        margin-bottom: 2.0833333333vw;
    }
    .sec2 .wrap .swiper_box .swiper .swiper-slide p{
        font-size: 1.25vw;
    }
    .sec3{
        padding: 11.9791666667vw 0px 6.6666666667vw;
    }
    .sec3 .wrap .title{
        font-size: 2.1875vw;
        margin-bottom: 2.7083333333vw;
    }
    .sec3 .wrap .list{
        margin-bottom: 5.4166666667vw;
    }
    .sec3 .wrap .list .item{
        padding: 2.3958333333vw 2.5vw 1.25vw 0px;
    }
    .sec3 .wrap .list .item .item_r{
        gap: 0.5208333333vw;
    }
    .sec3 .wrap .list .item .item_r p{
        font-size: 0.8333333333vw;
    }
    .sec3 .wrap .list .item .item_r svg{
        width: 0.2604166667vw;
    }
    .sec3 .wrap .list .item .item_l{
        gap: 5.625vw;
    }
    .sec3 .wrap .list .item .item_l .date{
        width: 3.6458333333vw;
    }
    .sec3 .wrap .list .item .item_l .date .day{
        font-size: 2.7083333333vw;
    }
    .sec3 .wrap .list .item .item_l .date .y-m{
        font-size: 0.7291666667vw;
        margin: 0.625vw 0px 0px;
    }
    .sec3 .wrap .list .item .item_l .h5{
        width: 42.1875vw;
        font-size: 1.0416666667vw;
    }
    .sec2 .wrap .list{
        gap: 1.0416666667vw 0px;
        margin-bottom: 5.4166666667vw;
    }
    .sec2 .wrap .list .item{
        width: 40.625vw;
        height: 4.1666666667vw;
        border-radius: 0.625vw;
        padding: 0px 1.5104166667vw;
        gap: 1.5104166667vw;
    }
    .sec2 .wrap .list .item .icon{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }
    .sec2 .wrap .list .item p{
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 768px) {
    .sec1 .wrap .r .ewm .ewm_h5 .jt {
        display: none;
    }
    .sec2 .wrap .list{
        gap: 25px;
        margin-bottom: 30px;
    }
    .sec2 .wrap .list .item{
        width: 100%;
        height: 60px;
        border-radius: 8px;
        padding: 0px 15px;
        gap: 10px;
    }
    .sec2 .wrap .list .item .icon{
        width: 30px;
        height: 30px;
    }
    .sec2 .wrap .list .item p{
        font-size: 14px;
        width: 88%;
    }
    .sec1 {
        height: unset;
        padding: 60px 0 0;
    }

    .sec1 .wrap {
        width: 90%;
        position: absolute;
        top: 65px;
        left: 5vw;
    }

    .sec1 .wrap .r {
        width: 100%;
    }

    .sec1 .wrap .r .h5 {
        font-size: 22px;
    }

    .sec1 .wrap .r .p {
        font-size: 14px;
        margin: 10px 0;
    }

    .sec1 .wrap .r .p1 {
        font-size: 14px;
    }

    .sec1 .wrap .r .ewm .ewm_box {
        width: 100px;
        height: 100px;
    }

    .sec1 .wrap .r .ewm p {
        font-size: 14px;
        margin: 6px 0 0;
    }

    .sec1 .bg {
        position: unset;
        height: auto;
        width: 100%;
    }

    .sec1 .bg img:nth-child(1) {
        display: none;
    }

    .sec1 .bg img:nth-last-child(1) {
        display: block !important;
    }

    .sec2 {
        padding: 50px 0;
    }

    .sec2 .wrap {
        width: 90%;
    }

    .sec2 .wrap .title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .sec2 .wrap .swiper_box {
        width: 100%;
        margin: 0 auto;
    }

    .sec2 .wrap .swiper_box .btns {
        position: unset;
        gap: 20px;
        margin: 30px 0 0;
        transform: unset;
        width: 100%;
        justify-content: center;
    }

    .sec2 .wrap .swiper_box .btns .jt {
        width: 40px;
        height: 40px;
    }

    .sec2 .wrap .swiper_box .btns .jt svg {
        width: 8px;
    }

    .sec2 .wrap .swiper_box .swiper .swiper-slide .slide_box {
        height: 50vw;
        margin-bottom: 20px;
    }
    .sec2 .wrap .swiper_box .swiper .swiper-slide p {
        font-size: 15px;
    }
    .sec3 {
        padding: 10px 0 60px;
    }

    .sec3 .wrap {
        width: 90%;
    }

    .sec3 .wrap .title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .sec3 .wrap .list {
        margin-bottom: 50px;
    }

    .sec3 .wrap .list .item {
        display: block;
        padding: 20px 0;
    }

    .sec3 .wrap .list .item .item_r {
        gap: 6px;
    }

    .sec3 .wrap .list .item .item_r p {
        font-size: 15px;
    }

    .sec3 .wrap .list .item .item_r svg {
        width: 4px;
    }

    .sec3 .wrap .list .item .item_l {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 15px;
    }

    .sec3 .wrap .list .item .item_l .date {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 4px;
        width: fit-content;
    }

    .sec3 .wrap .list .item .item_l .date .day {
        color: #888;
        font-family: 'Poppins';
        font-size: 14px;
        line-height: 2;
    }

    .sec3 .wrap .list .item .item_l .date .y-m {
        font-size: 14px;
        margin: 0;
        line-height: 2;
    }

    .sec3 .wrap .list .item .item_l .h5 {
        font-size: 16px;
        width: 100%;
    }
    .sec1 .wrap .r .ewm .ewm_h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec1 .wrap .r .ewm {
        display: block;
        margin: 30px 0 0;
    }
    .sec1 .wrap .r .ewm .img {
        width: 280px;
        margin: 0 0 0 -10px;
        display: none;
    }
    html[lang='en'] .sec1 .wrap .r .ewm {
        display: none;
    }
    html[lang='en'] .sec1 .wrap .r .p1,html[lang='en'] .sec1 .wrap .r .p {
        line-height: 1.6;
    }
}
