.overview{word-break: keep-all;}
.overview .s1{
    padding: 100px 0;
}
.overview .s1 .wrap{
    display: flex;gap: 140px; align-items: flex-start;
}
.overview .s1 .wrap .left{
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    margin-left: 50px;
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.overview .s1 .wrap .left .line {
    width: 100%;
    height: 100%;
    position: absolute; 
    z-index: -1;
    border-radius: 50%;
    /* position: relative; */
}

.overview .s1 .wrap .left .line::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    padding: 2px;
    background: conic-gradient(
        from var(--gradient-angle),
        #012153,
        #fff,
        #012153
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% {
        --gradient-angle: 0deg;
    }
    100% {
        --gradient-angle: 360deg;
    }
}
.overview .s1 .wrap .left .line.n1{
    top: 0;
    right: 50px;
}
.overview .s1 .wrap .left .line.n2 {
    top: 15px;
    left: 50px;
}

/* .overview .s1 .wrap .left .line.n2::before {
    animation-direction: reverse;
} */



.overview .s1 .right{padding-top: 75px;}
.overview .s1 .right .txt > div{overflow: hidden;}
.overview .s1 .right .txt strong{
    font-size: 34px;
    font-weight: 700;
    font-style: italic;
    display: block;
    line-height: 1.3;
}
.overview .s1 .right .txt p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.666;
    padding-top: 40px;
    white-space: nowrap;
}
.overview .s1 .right .txt p em{
    font-weight: 600;
}
.overview .s1 .info{
    padding-top:50px
}
.overview .s1 .info > div{overflow: hidden;}
.overview .s1 .info p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}
.overview .s1 .info p em{
    font-size: 30px;
    font-weight: 700;
    padding-right: 12px;
}
.overview .s1 .info span{
    font-size: 18px;
    font-weight: 400;
    padding-top: 20px;
    display: block;
    line-height: 1.4242;
}

@media screen and (max-width: 1680px) {
    .overview .s1 .right .txt p{
        white-space: normal;
    }
    .overview .s1 .right .txt p br{display: none;}
}
@media screen and (max-width: 1440px) {
    .overview .s1 .right .txt strong {
        font-size: 30px;
    }
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1024px) {
    .overview .s1 .wrap{
        flex-direction: column;align-items: center;gap: 0;
    }
}
@media screen and (max-width: 820px) {
    /* .overview .s1 .wrap .left{width: 80%;} */
    .overview .s1 .wrap .left{max-width: 320px; width: 100%;margin-left: 0;}
    .overview .s1 .right .txt strong {font-size: 26px;}
    .overview .s1 .right .txt p{font-size: 16px;}
    .overview .s1 .info p em {font-size: 26px;}
    .overview .s1 .info p{font-size: 16px;}
    .overview .s1 .info span {font-size: 16px;}

    .overview .s1 .left img:last-child{left: 10%;}

}
@media screen and (max-width: 500px) {
    .overview .s1 .right .txt strong {font-size: 22px;}
    .overview .s1 .info p em {font-size: 22px;}

    .overview .s1 .wrap .left img{width: 95%;}
    .overview .s1 .wrap .left{max-width: 290px;}
    .overview .s1 .wrap .left .line.n1 {right: 30px;}
    .overview .s1 .wrap .left .line.n2 {left: 30px;top: 5px;}
}
@media screen and (max-width: 360px) {
    .overview .s1 .wrap .left {
        max-width: 210px;
    }
}


/* committee */
.committee{word-break: keep-all;}
.committee .s1{padding: 120px 0;}
.committee .s1 .title{text-align: center;margin: 0 auto;}
.committee .s1 .title > div{overflow: hidden;}
.committee .s1 .title h2{font-size: 50px;font-weight: 800;color: #1d3865;line-height: 1.4;}
.committee .s1 .list{display: flex;align-items: flex-start;padding-top: 80px;}
.committee .s1 .list .left{min-width: 300px;flex-shrink: 0;}
.committee .s1 .list .left h3{font-size: 36px; font-weight: 800;color: #1d3865;padding-top: 30px;line-height: 1.3888;}
.committee .s1 .list .right{background: #efefef;max-width: 1140px;width:100%;border-radius: 20px;padding: 40px 30px;box-sizing: border-box; display: flex;align-items: flex-start;justify-content: center;gap: 40px;flex-wrap: wrap;
}
.committee .s1 .list .right .profile{display: flex;align-items: center;gap: 30px;flex-direction: column;width: 240px;}

.committee .s1 .list .right .profile .imgBx{position: relative;width: 240px;}
.committee .s1 .list .right .profile .imgBx::after{content:'';display: block; padding-bottom: calc(310/240*100%);width: 100%;}
.committee .s1 .list .right .profile .imgBx img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;border-radius: 20px;}


.committee .s1 .list .right .info{text-align: center;}
.committee .s1 .list .right .info strong{font-size: 20px;font-weight: 700;display: block;}
.committee .s1 .list .right .info small{font-size: 14px;font-weight: 400;color: #444444;line-height: 1.5;padding-top: 10px;display: block;}

@media screen and (max-width: 1680px) {
    .committee .s1 .title h2 {font-size: 42px;}
    .committee .s1 .list .left h3 {font-size: 32px}
}  
@media screen and (max-width: 1440px) {
    .committee .s1 .title h2{font-size: 36px;}
    /* .committee .s1 .list .left {min-width: 260px;flex-shrink:0} */

    .committee .s1 .list .right{gap: 20px;}
}  
@media screen and (max-width: 1280px) {
    .committee .s1 .title h2 {font-size: 32px}
    .committee .s1 .list .left h3 {font-size: 28px;}
    .committee .s1 .list{flex-direction: column;gap: 40px;align-items: center;}
    .committee .s1 .list .left h3{text-align: center;padding-top: unset;}
    .committee .s1 .list .left h3 br{display: none;}
    .committee .s1 .list .right{gap: 40px;}

}  
@media screen and (max-width: 1024px) {}  
@media screen and (max-width: 820px) {
    .committee .s1 .title h2 {font-size: 32px}
    .committee .s1 .list .left h3{font-size: 26px;}
}  
@media screen and (max-width: 500px) {
    .committee .s1 .title h2 {font-size: 28px;}
    .committee .s1 .list{padding-top: 80px;}
    .committee .s1 .list .right .profile .imgBx{width: 200px;}
    .committee .s1 .list .right .profile{width: 100%;}

}  
@media screen and (max-width: 360px) {
    .committee .s1 .title h2 {font-size: 23px}
    .committee .s1 .list .left h3 {font-size: 20px}
    .committee .s1 .list .right .info strong {font-size: 18px;}
    .committee .s1 .list .right .info small{font-size: 13px;}
}  




.committee .about__ table{ table-layout: fixed; width: 100%; border-top: 3px solid #000; margin-top: 50px; }
.committee .about__ table tr{ border-bottom: 1px solid #c7c7c7; }
.committee .about__ table th,
.committee .about__ table td{ padding: 20px 15px; line-height: 1.3; vertical-align: middle; }
.committee .about__ table th{ font-size: 17px; font-weight: 700; text-align: left; background-color: rgba(0,0,0,0.02); }
.committee .about__ table td{ font-size: 16px; }
.committee .about__ table td em{ display: block; color: #ff0000; }

@media screen and (max-width: 820px){
    .committee .about__ table{ margin-top: 30px; }
    .committee .about__ table th,
    .committee .about__ table td{ padding: 10px; }
    .committee .about__ table th{ font-size: 14px; }
    .committee .about__ table td{ font-size: 14px; }

    .committee .about__ table colgroup col:first-of-type{ width: 40%; }
}
