@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap");

.Cs-header{
    background: initial;
}
.Cs-header .act-container-wrap{
    max-width: initial;
    height: 100%;
}
.Cs-header .swiper-slide1{
    background: url(../../images/WB00255301_sm/header-bg.jpg) no-repeat top center;
    background-size: cover;
}
.Cs-header .swiper-container{
    height: 100%;
}
.Cs-header .act-title{
    max-width: 1200px;
    margin: 0 auto;
}
.Cs-header .c1_slide3{
    background: url("../../images/WB00255301/WB00255301-bg3.png") no-repeat center;
    height: 100%;
}
.Cs-header .c1_slidecen{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.Cs-header .PC-swiper-paginationA{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 999;
}
.Cs-header .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 5px;
}
@media screen and (max-width:768px){
    .Cs-header{
        padding: 0;
    }
    .Cs-header .swiper-slide1{
        padding-bottom: 7em;
    }
    .Cs-header .c1_slide3{
        background: url("../../images/WB00255301/WB00255301-bg3-rwd.png") no-repeat center;
        background-size: cover;
        padding: 9.26em 15px;
    }
    
}
.Cs-04 .CsContetn{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 85px 0 130px;
}
.Cs-04 .cs_title{
    margin: 0 0 50px;
}
/* .big-bg04 h2{
    font-size: 18px;
    color: #fff;
    font-family: "Noto Sans TC";
    line-height: 1;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 20px #5226c4;
}
.big-bg04 h3{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: "Noto Sans TC";
    line-height: 1;
    margin: 0;
    padding: 0;
} */
.Cs-04 .cs_boxs{
    width: 100%;
    display: flex;
    padding: 10px 0 140px;
}
.Cs-04 .cs_box{
    width: 100%;
    max-width: 312px;
    height: 453px;
    background: url("../../images/WB00255301_sm/cs_box.png") no-repeat center; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 75px 0 0;
}
.Cs-04 .cs_box h4{
    font-size: 42px;
    font-weight: bold;
    font-family: "Noto Sans TC";
    color: #fff;
    margin: 28px 0 0;
    line-height: 1;
    padding: 0;
}
.Cs-04 .cs_box p{
    height: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding: 0;
    margin: 10px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.Cs-04 .cs_box img:nth-child(1){
    height: 73px;
}
.Cs-04 a{
    width: 100%;
    max-width: 235px;
    height: 67px;
    background: #f66d6a;
    box-shadow: 4px 4px 12px  #5226c4;
    border-radius: 33.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
}
.Cs-04 a:hover{
    color: #ffffff;
}
@media screen and (max-width:768px){
    .Cs-04 .cs_boxs{
       flex-wrap: wrap;
       justify-content: center;
       padding: 10px 0 70px;
    }
    .Cs-04 .cs_box{
        width: 100%;
        max-width: 179px;
        height: 253px;
        background: url("../../images/WB00255301_sm/cs_boxMB.png") no-repeat center; 
        padding: 35px 0 0;
    }
    .Cs-04 .cs_box img.cs_imgmb{
        height: 39px;
    }
    .Cs-04 .cs_box img.cs_img1mb{
        height: 71px;
    }
    .Cs-04 .cs_box h4{
        font-size: 21px;
        margin: 14px 0 0;
    }
    .Cs-04 .cs_box p{
        height: auto;
        font-size: 12px;
    }
    .Cs-04 .cs_box:nth-child(3) p{
        margin: 10px 0;
    }
}