.swiper-box{
    margin-top:clamp( 30px,5vw,68px );
    background-image: url(https://tkww-static.tkww.hk/special/esg2312/list/list2025/bg1.png);
    background-size:clamp(100px,21.25vw,380px) auto;
    background-position: left calc( (100vw - 1920px) / 2) bottom 13px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
    padding-bottom: clamp( 20px,5vw,50px );
}
.swiper-box .main-box{
    max-width: 1209px;
}
.swiper-box-bottom{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    width: 100%;
    max-width:1920px;
    margin: 0 auto;
}
.swiper-box .company-list{
    width:calc( 1029 / 1209  * 100% );
}
.list2-swiper-button{
  width:clamp( 30px,6vw,62px );
  height:clamp( 30px,6vw,62px );
  background-color:rgba(0,0,0,0.4);
  border-radius:50%;
  transition:0.5s;
}
.list2-swiper-button:hover{
  background-color:rgba(0,0,0,0.67);
}
.list2-swiper-button:after{
  font-size: 2vw;
  color:rgba(17,63,61,1);
}
.list2-swiper-button.swiper-button-next{
  right:0;
}
.list2-swiper-button.swiper-button-prev{
  left:0;
}

.list2-swiper-wap-button{
  width:clamp( 30px,6vw,62px );
  height:clamp( 30px,6vw,62px );
  background-color:rgba(0,0,0,0.4);
  border-radius:50%;
  transition:0.5s;
}
.list2-swiper-wap-button:hover{
  background-color:rgba(0,0,0,0.67);
}
.list2-swiper-wap-button:after{
  font-size: 2vw;
  color:rgba(17,63,61,1);
}
.list2-swiper-wap-button.swiper-button-next{
  right:0;
}
.list2-swiper-wap-button.swiper-button-prev{
  left:0;
}
.prize-title{
    width:calc( 642 / 1560 * 100% );
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
.prize-bg{
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: -1%;
}
.company-box{
    margin-top:clamp( 30px,6vw,60px );
}
.prize-bg{
    width:100%;
}

.esg-column-title-box{
    position: relative;
}
.esg-column-title-bg{
    position: relative;
    z-index: 10;
    width: 100%;
}
.esg-column-title{
    position: absolute;
    width: 100%;
    font-size: clamp(36px,5.4vw,54px);
    text-align: center;
    top: -9px;
    z-index: 99;
    left: 1.2%;
}
.esg-column-title-box{
    width:calc( 1098 / 1209 * 100% );
    margin: 0 auto;
}
.company-list{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top: 10px;
}
.company-list-unit{
    width:calc( 483 / 1029 * 100% );
    flex: none;
    text-align: center;
    padding: clamp( 10px,1.8vw,18px ) 10px;
    margin-top: 8px;
    background-color: #025a56;
    border-radius: 36px;
    font-size: clamp(12px,2.2vw,22px);
    color: #d5be9f;
}
.company-list-unit:nth-child(-n+2){
    margin-top: 0;
}

.company-list1{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-top: 10px;
}
.company-list1-unit{
    width:calc( 483 / 1029 * 100% );
    flex: none;
    text-align: center;
    padding: clamp( 10px,1.8vw,18px ) 10px;
    margin-top: 8px;
    background-color: #025a56;
    border-radius: 36px;
    font-size: clamp(12px,2.2vw,22px);
    color: #d5be9f;
}
.company-list1-unit:nth-child(-n+2){
    margin-top: 0;
}

.swiper-box-wap{
    display: none;
}
.list2-detail-button{
  width: 11.35vw;
  height: 2.6vw;
  background-image: linear-gradient(90deg,
    #fb772a 0%,
    #ec9908 100%);
  border-radius: 1.3vw;
  line-height:2.6vw;
  display:block;
  color:#ffffff!important;
  margin:2vw auto 0;
  text-align:center;
  font-size: 1.04vw;
}
@media (max-width:1920px){
    .company-list-unit{
        font-size: clamp(12px, 1.4vw, 22px);
    }
    .company-list1-unit{
        font-size: clamp(12px, 1.4vw, 22px);
    }
    .esg-column-title{
        top: unset;
        bottom: 0;
    }
    .swiper-box{
        background-position: left 0 bottom 13px;
    }
    .swiper-box .main-box{
        max-width: 56vw;
    }
    .swiper-box{
        padding-bottom: 5vw;
    }
    .esg-column-title{
        font-size: 3vw;
    }
}
@media (max-width:576px){
    .list2-detail-button {
        width: 33.6vw;
        height: 7.73vw;
        border-radius: 3.87vw;
        font-size: 4.27vw;
        line-height: 7.73vw;
        margin-top: 2vw;
    }
    .swiper-box{
        display: none;
    }
    .swiper-box-wap{
        display: block;
        background-image: unset;
    }
    .swiper-box .main-box{
        max-width: 100%;
    }
    .prize-title{
        width:68vw;
    }
    .company-list{
        display: block;
    }
    .company-list-unit{
        width: 100%;
        font-size: 4.27vw;
    }
    .company-list-unit:nth-child(2){
        margin-top: 8px;
    }
    .company-list1{
        display: block;
    }
    .company-list1-unit{
        width: 100%;
        font-size: 4.27vw;
    }
    .company-list1-unit:nth-child(2){
        margin-top: 8px;
    }
  .list2-swiper-button{
    width: 6vw;
    height: 6vw;
  }
  .list2-swiper-button:after{
    font-size:4vw;
  }
}