.sec1 {
    padding: 116px 0 0px;
    position: relative;
    width: 100%;
}

.sec1 .bg_line {
    position: absolute;
    width: 103%;
    top: 203px;
    left: -1.5%;
}

.sec1 .bg_line svg {
    width: 100% !important;
    height: 100%;
}

.sec1 .bg_line svg path {
    stroke-dasharray: 2093;
    stroke-dashoffset: -2093;
}

.sec1 .wrap .sec1_top {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .sec1_top .l {
    padding: 25px 0 0;
}

.sec1 .wrap .sec1_top .l .title {
    font-weight: bold;
    font-size: 46px;
    line-height: 52px;
    color: #000000;
}
.ellipsis {
    font-size: 38px;
    text-align: center;
    color: #000000;
    display: block;
}
.sec1 .wrap .sec1_top .l .text {
    font-family: Poppins;
    font-weight: 100;
    font-size: 52px;
    line-height: 120px;
    text-transform: uppercase;
    color: rgba(135, 178, 46, 0.1);
}

.sec1 .wrap .sec1_top .r {
    padding: 60px 86px 75px;
    width: 800px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
}

.sec1 .wrap .sec1_top .r ul {
    margin-bottom: 37px;
}

.sec1 .wrap .sec1_top .r ul li {
    font-weight: 600;
    font-size: 26px;
    line-height: 52px;
    color: #87b22e;
    padding: 0 0 0 39px;
    position: relative;
}

.sec1 .wrap .sec1_top .r ul li:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #87b22e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec1 .wrap .sec1_top .r p {
    width: 576px;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #1a1a1a;
}

.sec3 {
    padding: 292px 0 106px;
}

.sec3 .title1 {
    font-weight: bold;
    font-size: 46px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 34px;
}

.sec3 .swiper {
    width: 1460px;
    margin: 0 auto;
    padding: 30px;
}

.sec3 .swiper .swiper-slide {
    height: 459px;
    padding: 13px;
    border: 1px solid #f4f4f4;
    border-radius: 30px;
    transition: 0.6s;
}

.sec3 .swiper .swiper-slide .img {
    width: 100%;
    height: 300px;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 35px;
}

.sec3 .swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec3 .swiper .swiper-slide p {
    padding: 0 14px;
    font-weight: 600;
    font-size: 20px;
    color: #1a1a1a;
}

.sec3 .swiper .swiper-slide:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.sec3 .swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.sec3 .btns {
    display: flex;
    margin: 16px 0 0;
    justify-content: center;
    gap: 10px;
}

.sec3 .btns .jt {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #87B22E;
    cursor: pointer;
    transition: 0.6s;
    font-size: 14px;
    border-radius: 50%;
    color: #FFFFFF;
    opacity: 0.4;
}

.sec3 .btns .jt:nth-child(1) {
    transform: rotate(180deg);
}

.sec3 .btns .jt:hover {
    opacity: 1;
}

.sec2 {
    padding: 101px 0 105px;
    background: #fafcf7;
}

.sec2 .wrap .title {
    font-weight: bold;
    font-size: 46px;
    line-height: 52px;
    color: black;
    margin-bottom: 35px;
    text-align: center;
}

.sec2 .wrap .links {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.sec2 .wrap .links a {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    padding: 0 28px;
    background: #efefef;
    border-radius: 21px;
    color: darkgray;
    transition: 0.6s;
}

.sec2 .wrap .links a:hover, .sec2 .wrap .links a.on {
    background: #87b22e;
    color: white;
}

.sec2 .wrap .select_box {
    margin: 77px 0 50px;
}

.sec2 .wrap .select_box .select {
    display: flex;
    align-items: center;
}

.sec2 .wrap .select_box .select:not(:last-child) {
    margin-bottom: 15px;
}

.sec2 .wrap .select_box .select .select_title {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.sec2 .wrap .select_box .select .line {
    margin: 0 25px;
    width: 1px;
    height: 12px;
    background: #333333;
}

.sec2 .wrap .select_box .select .select_flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

.sec2 .wrap .select_box .select .select_flex .item {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #333333;
    transition: 0.6s;
}

.sec2 .wrap .select_box .select .select_flex .item:hover, .sec2 .wrap .select_box .select .select_flex .item.on {
    color: #87B22E;
}

.sec2 .wrap .table {
    width: 100%;
}

.sec2 .wrap .table .tr {
    display: flex;
    width: 100%;
    border-top: 1px solid #87B22E;
    border-bottom: 1px solid #87B22E;
    padding: 20px 0;
}

.sec2 .wrap .table .tr .th {
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    color: #000000;
}

.sec2 .wrap .table .tr .th:nth-child(1) {
    width: 445px;
    padding: 0 40px;
}

.sec2 .wrap .table .tr .th:nth-child(2) {
    width: 200px;
    padding: 0 20px 0 0;
}

.sec2 .wrap .table .tr .th:nth-child(3) {
    width: 200px;
    padding: 0 20px 0 0;
}

.sec2 .wrap .table .tr .th:nth-child(4) {
    width: 200px;
    padding: 0 20px 0 0;
}

.sec2 .wrap .table .tr .th:nth-child(5) {
    width: 200px;
    padding: 0 20px 0 0;
}

.sec2 .wrap .table .tr .th:nth-child(6) {
    width: 155px;
    padding: 0 20px 0 0;
}

.sec2 .wrap .table .item {
    border-bottom: 1px solid #F2F2F2;
    position: relative;
}

.sec2 .wrap .table .item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(135, 178, 46, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 20px;
    opacity: 0;
    transition: 0.6s;
}

.sec2 .wrap .table .item:hover:after {
    opacity: 1;
}

.sec2 .wrap .table .item:hover .block p {
    color: #1A1A1A;
}

.sec2 .wrap .table .item.item_active {
    border-bottom: none;
}

.sec2 .wrap .table .item.item_active:after {
    opacity: 1;
}

.sec2 .wrap .table .item.item_active .block p {
    color: #1A1A1A;
}

.sec2 .wrap .table .item .none {
    padding: 13px 44px 50px;
    display: none;
}

.sec2 .wrap .table .item .none .none_box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #555555;
}

.sec2 .wrap .table .item .none .none_box h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    color: #1A1A1A;
}

.sec2 .wrap .table .item .none .more {
    margin: 32px 0 0;
}

.sec2 .wrap .table .item .none .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 22px;
    width: fit-content;
    height: 44px;
    border-radius: 22px;
    background: #87B22E;
}

.sec2 .wrap .table .item .none .more a p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.sec2 .wrap .table .item .none .more a img {
    display: block;
    width: 18px;
}

.sec2 .wrap .table .item .block {
    display: flex;
    cursor: pointer;
}

.sec2 .wrap .table .item .block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 64px;
    color: #555555;
    transition: 0.6s;
}

.sec2 .wrap .table .item .block p:nth-child(1) {
    width: 445px;
    padding: 0 40px;
}

.sec2 .wrap .table .item .block p:nth-child(2) {
    width: 200px;
    padding: 0 20px 0 0;
}

.sec2 .wrap .table .item .block p:nth-child(3) {
    width: 200px;
    padding: 0 20px 0 0;
}

.sec2 .wrap .table .item .block p:nth-child(4) {
    width: 200px;
    padding: 0 20px 0 0;
}

.sec2 .wrap .table .item .block p:nth-child(5) {
    width: 200px;
    padding: 0 20px 0 0;
}

.sec2 .wrap .table .item .block p:nth-child(6) {
    width: 155px;
    padding: 0 20px 0 0;
}
.sec2 .wrap .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 42px;
  border-radius: 21px;
  background: #87B22E;
  margin: 63px auto 0;
  gap: 9px;
    padding: 0 20px;
    width: fit-content;
}
.sec2 .wrap .more_btn p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.sec2 .wrap .more_btn img {
  display: block;
  width: 15px;
}
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 6.0416666667vw 0px 0px;
    }
    .sec1 .bg_line{
        top: 10.5729166667vw;
    }
    .sec1 .wrap .sec1_top .l{
        padding: 1.3020833333vw 0px 0px;
    }
    .sec1 .wrap .sec1_top .l .title{
        font-size: 2.3958333333vw;
        line-height: 2.7083333333vw;
    }
    .sec1 .wrap .sec1_top .l .text{
        font-size: 2.7083333333vw;
        line-height: 6.25vw;
    }
    .sec1 .wrap .sec1_top .r{
        padding: 3.125vw 4.4791666667vw 3.90625vw;
        width: 41.6666666667vw;
        border-radius: 1.0416666667vw;
        backdrop-filter: blur(1.0416666667vw);
    }
    .sec1 .wrap .sec1_top .r ul{
        margin-bottom: 1.9270833333vw;
    }
    .sec1 .wrap .sec1_top .r ul li{
        font-size: 1.3541666667vw;
        line-height: 2.7083333333vw;
        padding: 0px 0px 0px 2.03125vw;
    }
    .sec1 .wrap .sec1_top .r ul li::after{
        width: 0.625vw;
        height: 0.625vw;
    }
    .sec1 .wrap .sec1_top .r p{
        width: 30vw;
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
    }
    .sec3{
        padding: 15.2083333333vw 0px 5.5208333333vw;
    }
    .sec3 .title1{
        font-size: 2.3958333333vw;
        line-height: 2.7083333333vw;
        margin-bottom: 1.7708333333vw;
    }
    .sec3 .swiper{
        width: 76.0416666667vw;
        padding: 1.5625vw;
    }
    .sec3 .swiper .swiper-slide{
        height: 23.90625vw;
        padding: 0.6770833333vw;
        border-radius: 1.5625vw;
    }
    .sec3 .swiper .swiper-slide .img{
        height: 15.625vw;
        border-radius: 0.7291666667vw;
        margin-bottom: 1.8229166667vw;
    }
    .sec3 .swiper .swiper-slide p{
        padding: 0px 0.7291666667vw;
        font-size: 1.0416666667vw;
    }
    .sec3 .swiper .swiper-slide:hover{
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 1.5625vw 0px;
    }
    .sec3 .btns{
        margin: 0.8333333333vw 0px 0px;
        gap: 0.5208333333vw;
    }
    .sec3 .btns .jt{
        width: 2.1875vw;
        height: 2.1875vw;
        font-size: 0.7291666667vw;
    }
    .sec2{
        padding: 5.2604166667vw 0px 5.46875vw;
    }
    .sec2 .wrap .title{
        font-size: 2.3958333333vw;
        line-height: 2.7083333333vw;
        margin-bottom: 1.8229166667vw;
    }
    .sec2 .wrap .links{
        gap: 0.5208333333vw;
    }
    .sec2 .wrap .links a{
        height: 2.1875vw;
        font-size: 0.8333333333vw;
        padding: 0px 1.4583333333vw;
        border-radius: 1.09375vw;
    }
    .sec2 .wrap .select_box{
        margin: 4.0104166667vw 0px 2.6041666667vw;
    }
    .sec2 .wrap .select_box .select:not(:last-child){
        margin-bottom: 0.78125vw;
    }
    .sec2 .wrap .select_box .select .select_title{
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .select_box .select .line{
        margin: 0px 1.3020833333vw;
        height: 0.625vw;
    }
    .sec2 .wrap .select_box .select .select_flex{
        gap: 1.5625vw;
    }
    .sec2 .wrap .select_box .select .select_flex .item{
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .table .tr{
        padding: 1.0416666667vw 0px;
    }
    .sec2 .wrap .table .tr .th{
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .table .tr .th:nth-child(1){
        width: 23.1770833333vw;
        padding: 0px 2.0833333333vw;
    }
    .sec2 .wrap .table .tr .th:nth-child(2){
        width: 10.4166666667vw;
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .sec2 .wrap .table .tr .th:nth-child(3){
        width: 10.4166666667vw;
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .sec2 .wrap .table .tr .th:nth-child(4){
        width: 10.4166666667vw;
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .sec2 .wrap .table .tr .th:nth-child(5){
        width: 10.4166666667vw;
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .sec2 .wrap .table .tr .th:nth-child(6){
        width: 8.0729166667vw;
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .sec2 .wrap .table .item::after{
        box-shadow: rgba(135, 178, 46, 0.1) 0px 0px 1.5625vw 0px;
        border-radius: 1.0416666667vw;
    }
    .sec2 .wrap .table .item .none{
        padding: 0.6770833333vw 2.2916666667vw 2.6041666667vw;
    }
    .sec2 .wrap .table .item .none .none_box p{
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .table .item .none .none_box h5{
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .table .item .none .more{
        margin: 1.6666666667vw 0px 0px;
    }
    .sec2 .wrap .table .item .none .more a{
        gap: 0.3125vw;
        padding: 0px 1.1458333333vw;
        height: 2.2916666667vw;
        border-radius: 1.1458333333vw;
    }
    .sec2 .wrap .table .item .none .more a p{
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .table .item .none .more a img{
        width: 0.9375vw;
    }
    .sec2 .wrap .table .item .block p{
        font-size: 0.8333333333vw;
        line-height: 3.3333333333vw;
    }
    .sec2 .wrap .table .item .block p:nth-child(1){
        width: 23.1770833333vw;
        padding: 0px 2.0833333333vw;
    }
    .sec2 .wrap .table .item .block p:nth-child(2){
        width: 10.4166666667vw;
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .sec2 .wrap .table .item .block p:nth-child(3){
        width: 10.4166666667vw;
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .sec2 .wrap .table .item .block p:nth-child(4){
        width: 10.4166666667vw;
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .sec2 .wrap .table .item .block p:nth-child(5){
        width: 10.4166666667vw;
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .sec2 .wrap .table .item .block p:nth-child(6){
        width: 8.0729166667vw;
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .sec2 .wrap .more_btn{
        min-width: 8.8541666667vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
        margin: 3.28125vw auto 0px;
        gap: 0.46875vw;
        padding: 0 1vw;
    }
    .sec2 .wrap .more_btn p{
        font-size: 0.8333333333vw;
    }
    .sec2 .wrap .more_btn img{
        width: 0.78125vw;
    }
    .ellipsis {
        font-size: 1.9791666666666vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 50px 0 0;
    }
    .sec1 .wrap .sec1_top {
        display: block;
    }
    .sec1 .wrap .sec1_top .l .title {
        font-size: 22px;
        line-height: 1;
    }
    .sec1 .wrap .sec1_top .l .text {
        font-size: 15px;
        line-height: 1.6;
        color: rgba(135, 178, 46, 0.5);
        margin: 6px 0 0;
    }
    .sec1 .wrap .sec1_top .r {
        padding: 20px 0;
        margin: 15px 0 0;
        width: 100%;
        background: unset;
    }
    .sec1 .wrap .sec1_top .r ul li {
        font-size: 16px;
        line-height: 2;
        padding: 0 0 0 10px;
    }
    .sec1 .wrap .sec1_top .r ul li::after {
        width: 4px;
        height: 4px;
    }
    .sec3 {
        padding: 20px 0 50px;
    }
    .sec3 .title1 {
        font-size: 22px;
        text-align: left;
        margin-bottom: 25px;
        line-height: 1;
    }
    .sec3 .swiper {
        width: 100%;
    }
    .sec3 .swiper .swiper-slide {
        height: unset;
        padding: 10px;
        border-radius: 8px;
    }
    .sec3 .swiper .swiper-slide .img {
        height: 45vw;
        border-radius: 8px;
    }
    .sec3 .swiper .swiper-slide p {
        font-size: 15px;
        padding: 15px 8px;
    }
    .sec3 .btns {
        margin: 25px 0 0;
        justify-content: flex-start;
        gap: 10px;
    }
    .sec3 .btns .jt {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    .sec2 {
        padding: 50px 0;
    }
    .sec2 .wrap .title {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 15px;
        text-align: left;
    }
    .sec2 .wrap .links {
        justify-content: flex-start;
        gap: 15px;
    }
    .sec2 .wrap .links a {
        height: 36px;
        padding: 0 20px;
        border-radius: 18px ;
        font-size: 15px;
    }
    .sec2 .wrap .select_box {
        margin: 20px 0;
    }
    .sec2 .wrap .select_box .select .select_title {
        font-size: 15px;
        line-height: 25px;
    }
    .sec2 .wrap .select_box .select .line {
        height: 15px;
        margin: 5px;
    }
    .sec2 .wrap .select_box .select .select_flex {
        width: calc(100% - 80px);
        flex-wrap: wrap;
        gap: 0 8px;
    }
    .sec2 .wrap .select_box .select:not(:last-child) {
        margin-bottom: 8px;
    }
    .sec2 .wrap .select_box .select {
        align-items: flex-start;
    }
    .sec2 .wrap .select_box .select .select_flex .item {
        font-size: 14px;
        line-height: 25px;
    }
    .sec2 .wrap .table .tr {
        padding: 0;
    }
    .sec2 .wrap .table .tr .th,.sec2 .wrap .table .item .block p {
        font-size: 15px;
        line-height: 1.4;
        padding: 15px 10px !important;
        width: 50% !important;
    }
    .sec2 .wrap .table .item .none {
        padding: 8px 10px 20px;
    }
    .sec2 .wrap .table .item .none .none_box h5 {
        font-size: 15px;
    }
    .sec2 .wrap .table .item .none .none_box p {
        font-size: 14px;
    }
    .sec2 .wrap .table .item .none .more {
        margin: 20px 0 0;
    }
    .sec2 .wrap .more_btn {
        margin: 20px 0 0 ;
        gap: 8px;
        height: 42px;
        border-radius: 21px;
        padding: 0 20px;
        width: fit-content;
    }
    .sec2 .wrap .more_btn p {
        font-size: 15px;
    }
    .sec2 .wrap .more_btn img {
        width: 14px;
    }
    .sec2 .wrap .table .item .none .more a {
        gap: 8px;
        height: 42px;
        border-radius: 21px;
        padding: 0 20px;
    }
    .sec2 .wrap .table .item .none .more a p {
        font-size: 14px;
    }
    .sec2 .wrap .table .item .none .more a img {
        width: 16px;
    }
    .sec2 .wrap .table .tr .th:nth-child(6),.sec2 .wrap .table .item .block p:nth-child(6),.sec2 .wrap .table .item .block p:nth-child(4),.sec2 .wrap .table .tr .th:nth-child(4),.sec2 .wrap .table .tr .th:nth-child(2),.sec2 .wrap .table .item .block p:nth-child(2),.sec2 .wrap .table .item .block p:nth-child(5),.sec2 .wrap .table .tr .th:nth-child(5) {
        display: none;
    }
    .ellipsis {
        font-size: 18px;
    }
    html[lang='en'] .sec2 .wrap .links a {
        font-size: 12px;
    }
    html[lang='en'] .sec2 .wrap .select_box .select {
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc;
        padding: 0 0 8px;
    }
    html[lang='en'] .sec2 .wrap .select_box .select .select_title {
        width: 100%;
        margin-bottom: 8px;
    }
    html[lang='en'] .sec2 .wrap .select_box .select .line {
        display: none;
    }
}
