.section1 {
    padding-top: 0px;
    padding-bottom: 0px;

}

.section2 {
    margin-bottom: 60px;

}


.pagesChangeBtnsArea {
    margin-top: 60px;
    margin-bottom: 60px;
}

.pagesChangeBtnsArea a .pagesChangeBtn {
    display: inline-block;
    margin: 0 30px;
    font-size: 16px;
    font-weight: 500;
    font-family: "SweiShearLegCJKtc-Medium", sans-serif;
    color: #3d3d3d;
    padding-bottom: 5px;
    border-bottom: none;
}

.pagesChangeBtnsArea a .pagesChangeBtn.focus,
.pagesChangeBtnsArea a:hover .pagesChangeBtn {
    color: #3B2680;
    border-bottom: 1px solid #3B2680;
}


.content-section {
    display: none;
}

.content-section.active {
    display: block;
}




h1{
    font-family: "SweiShearLegCJKtc-Medium", sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #3B2680;
}

h4{
    font-family: "SweiShearLegCJKtc-Medium", sans-serif;
    font-weight: 700;
    color: #000;
}



/*
input.form-control,
select{
    padding-top: 15px;
    padding-bottom: 15px;
}*/



.contactUl {
    text-align: left;
}

.contactUl li {
    list-style-type: disc;  /* 實心圓點 */
    margin-bottom: 15px;  /* 項目間距 */
    color: #000;  /* 文字顏色 */
}

.contactUl li::marker {
    color: #3B2680;  /* 紫色圓點 */
}








.oneU{
    background-color: #fff;
    box-shadow: 0px 0px 32.6px 0px rgba(0, 0, 0, 0.15);
    min-height:210px;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 16px;
}

.oneU h4{
/*    color:#3B2680; */
    margin-bottom: 15px;
    font-weight: bold;
}
.oneU p{
    color: #000;
    margin-bottom: 0px;
}

.oneU .imgArea{
    background-size: contain;
    width:100%;
    min-height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
}

.oneU.u1 .imgArea{
    background-image: url(../img/u1.svg);
}
.oneU.u2 .imgArea{
    background-image: url(../img/u2.svg);
}
.oneU.u3 .imgArea{
    background-image: url(../img/u3.svg);
}
.oneU.u4 .imgArea{
    background-image: url(../img/u4.svg);
}
.oneU.u5 .imgArea{
    background-image: url(../img/u5.svg);
}
.oneU.u6 .imgArea{
    background-image: url(../img/u6.svg);
}



