/*----- banner -----*/
.banner {
    margin: 0;
        position: relative;
    width: auto;
}
.banner img{
    min-height: unset;
    max-height: unset;
    object-fit: unset;
}
.banner .slider,
.banner_m .slider {
    position: relative;
}
.banner .slick-dots,
.banner_m .slick-dots {
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 14%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
    display: inline-block;
    margin: 0 5px 0;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button {
    position: relative;
    white-space: nowrap;
    text-indent: 101%;
    font-size: 0;
    padding: 0;
    border-radius: 20px;
    background: #CCCCCC;
    width: 10px;
    height: 10px;
    transition: all .3s ease;
    cursor: pointer;
    border: 0;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button {
    background: #11AEB8;
    width: 20px;
}
.banner_m {
    display: none;
}
.banner-text{
    position: absolute;
    text-align: center;
    top: 12%;
    width: 100%;
    display: none;
}
.banner-text .b-t1{ 
    color: #1F1F1F;
    font-size: 45px;
    font-weight: 600;
    position: relative;
    margin: 0;
    letter-spacing: 9px;
    line-height: 1.5;
    margin-bottom: 35px;
    padding-bottom: 39px;
}
.banner-text .b-t1:before{
    content: "";
    background: #11AEB8;
    width: 48px;
    height: 2px;
    position: absolute;
    left: calc(50% - 24px);
    bottom: 0;
}
.banner-text .b-t2{ 
    font-family: "Noto Sans TC", sans-serif;
    color: #666666;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    letter-spacing: 10px;
    line-height: 1.8;
}
.banner img ,
.banner_m img {
    max-width: 100%;
    height: auto;
    width:100%;
    object-fit: cover;
    margin: auto;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center;
    transform-origin: center;
    transform: scale(1); 
}
.banner .slick-current img,
.banner_m .slick-current img {
    -webkit-animation: img_scale 20s infinite linear forwards;
    animation: img_scale 20s infinite linear forwards;
}
@keyframes img_scale{
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*----- !banner -----*/
.top-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden; 
}
.top-video:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.top-video video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;     
    transform: translate(-50%, -50%);
    display: block;
}
.top-video .video-title{
    position: absolute;
    left: calc(50% - 574px);
    bottom: 27%;
    z-index: 2;
}
.top-video .t-en{
    font-family: "Libertinus Sans", sans-serif;
    color: #FFFFFF;
    font-size: 75px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: 0;
    text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.top-video .t-tw{
    color: #FFF;
    font-size: 45px;
    font-weight: 600;
    padding-left: 30px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 6.5px;
    margin-bottom: 19px;
    text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    position: relative;
}
.top-video .t-tw:before{
    content: "";
    width: 2px;
    height: 48px;
    background: #11AEB8;
    position: absolute;
    left: 0;
    top: 7px;
}
.top-video .t-sub{
    padding-left: 30px;
    font-size: 22px;
    font-weight: 400;
    color: #FFF;
    position: relative;
    letter-spacing: 10px;
    text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.top-video .t-sub:before{
    content: "";
    width: 2px;
    height: 52px;
    background: #FFF;
    position: absolute;
    left: 0;
    top: -22px;
}
/*----- common -----*/
.site-main{
    background: transparent;
}
section{
    position: relative;
    box-sizing: border-box;
}
.sect-title {
    text-align: left;
    position: relative;
    margin-bottom: 27px;
    padding-bottom: 27px;
}
.sect-title .t-main{
    font-family: "Libertinus Sans", sans-serif;
    color: #1F1F1F;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    margin-bottom: 9px;
    white-space: nowrap;
}
.sect-title .t-sub{
    color: #1F1F1F;
    font-size: 43px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    letter-spacing: 3px;
}
.sect-title .t-sub-en {
    opacity: 0.5;
    font-size: 19px;
    font-family: "Libertinus Sans", sans-serif;
    line-height: 1.2;
}
.sect-title::after {
    content: "";
    width: 48px;
    height: 2px;
    background: #11AEB8;
    position: absolute;
    left: 0;
    bottom: 0;
}
.btn.more{
    position: relative;
    box-sizing: border-box;
    text-align: left;
    width: 115px;
    height: 33px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    background: #193B33;
    font-family: 'EB Garamond', serif;
    padding-left: 15px;
    transition: all 0.3s ease;
    overflow: hidden;
}
.btn.more::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 1px;
    background: #fff;
}
.btn.more:hover {
    color: #fff;
    background: #C0A981;
}
/*----- !common -----*/
.site-main{
    overflow: hidden;
}
/*----- sect1 -----*/
.sect1 {
    /* padding: 0; */
    padding: 0 0 50px;
    /* height: 813px; */
    box-sizing: border-box;
    background-size: cover;
    position: relative;
}
.sect1:before {
    content: "";
    position: absolute;
    left: 0;
    top: -188px;
    width: 100vw;
    height: auto;
    background: url(../../images/common/index/index-service-bg.png) no-repeat 50% 50%;
    background-size: contain;
    z-index: 0;
    aspect-ratio: 1920 / 1221;
    background-position: top;
}
.service-sect .row {
    display: flex;
    align-items: center;
}
.service-sect .col {
    position: relative;
    box-sizing: border-box;
}
.service-sect .col.pic {
    position: absolute;
    top: 0;
    width: 100vw;
    left: unset;
    right: calc(50% - 50vw);
}
.service-sect .col.txt {
    width: 50%;
    margin-left: 58%;
    padding-top: 211px;
    padding-right: 15px;
}
.service-sect .editor {
    position: relative;
    box-sizing: border-box;
    color: #666;
    line-height: 1.6;
    /* height: 250px; */
    overflow: hidden;
}
.service-sect .circle1{
    width: 285px;
    height: 285px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 716px);
    top: 93px;
    background: #2A91AA;
    opacity: 0.3;
    z-index: 0;
}
.service-sect .circle2{
    width: 203px;
    height: 203px;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 176px);
    top: 530px;
    background: #9DCCAF;
    opacity: 0.36;
    z-index: 0;
}
.video-mask {
    position: absolute;
    width: 976px;
    height: 739px;
    overflow: hidden;
    left: calc(50% - 999px);
    top: 69px;
}
/* 影片遮罩：只顯示在兩個圓圈內 */
.video-mask video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    mask-image: radial-gradient(circle 332px at 639px 367px, #000 331px, transparent 332px), radial-gradient(circle 245px at 247px 483px, #000 244px, transparent 245px);
    -webkit-mask-image: radial-gradient(circle 332px at 639px 367px, #000 331px, transparent 332px), radial-gradient(circle 245px at 247px 483px, #000 244px, transparent 245px);
    z-index: 2;
    position: relative;
}
/*----- sect2 -----*/
/*about*/
.sect2 {
    padding-top: 5px;
    box-sizing: border-box;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.sect2:before {
    content: "";
    position: absolute;
    left: calc(50% - 640px);
    top: -153px;
    width: 850px;
    height: 817px;
    background: url(../../images/common/index/index-about-2.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.about-sect .row {
    display: flex;
    justify-content: space-between;
}
.about-sect .col {
    position: relative;
    box-sizing: border-box;
}
.about-sect .col.pic {
    width: 65%;
    padding-top: 51px;
}
.about-sect .col.txt {
    width: 50%;
    padding-left: 90px;
    padding-top: 220px;
    padding-right: 15px;
}
.about-sect .sect-title{
    display: flex;
    padding-bottom: 16px;
    margin-bottom: 45px;
}
.about-sect .sect-title .t-sub{
    margin-left: 24px;
    position: relative;
    bottom: -5px;
    white-space: nowrap;
}
.about-sect .sect-title .t-sub span{
    font-size: 22px;
    display: block;
    margin-top: 52px;
    font-weight: 500;
    letter-spacing: 3px;
    white-space: nowrap;
}
.about-sect .editor {
    position: relative;
    box-sizing: border-box;
    color: #666;
    line-height: 1.6;
    /* height: 143px; */
    /* overflow: hidden; */
}
.about-sect .pic-content{
    width: 700px;
    height: 700px;
    position: relative;
}
.about-sect .pic-content:before{
    content: "";
    position: absolute;
    left: -37px;
    bottom: 5px;
    width: 320px;
    height: 235px;
    background: url(../../images/common/index/index-about-3.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.about-sect .pic-mask {
    position: relative;
    width: 700px;
    height: 700px;
    overflow: hidden;
    mask-image: radial-gradient(circle 350px at center, #000 349px, transparent 350px);
    -webkit-mask-image: radial-gradient(circle 350px at center, #000 349px, transparent 350px);
}
.about-sect .pic-mask img{
    height: calc(100% + 200px) !important;
    object-fit: cover;
    top: -100px;
    position: relative;
}
.about-sect .pic-main{
    position: absolute;
    width: 524px;
    height: 700px;
    top: -51px;
    left: 111px;
}
.about-sect .name-box{
    position: absolute;
    right: -83px;
    bottom: 135px;
    width: 206px;
    height: 68px;
    background: url(../../images/common/index/index-about-4.png) no-repeat;
    z-index: 1;
}
.about-sect .text-box{
    position: absolute;
    right: -23px;
    bottom: 258px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-size: 22px;
    font-weight: 500;
    color: #202020;
    letter-spacing: 3px;
    z-index: 1;
}
.about-sect .text-box span{
    padding-top: 100px;
}
/*----- !sect2 -----*/
/*----- sect3 -----*/
/*news*/
.sect3{
    padding-top: 89px;
    padding-bottom: 112px;
}
.news-sect .more-box {
    position: absolute;
    right: 55px;
    top: 113px;
}
.news-sect .index-more{
    width: 200px;
    height: 56px;
    background: #11AEB8;
    border-radius: 30px;
    box-sizing: border-box;
    padding-left: 30px;
    color: #FFF;
    font-family: "Libertinus Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 53px;
    transition: all .3s ease;
    display: inline-block;
    text-align: left;
    position: relative;
}
.news-sect .index-more:hover{
    background: #9DCCAF;
}
.news-sect .index-more:before{
    content: "";
    background: #FFF;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 26px;
    top: calc(50% - 10px);
    position: absolute;
    transition: all .3s ease;
}
.news-sect .index-more:hover:before{
    right: 20px;
}
.news-sect .index-more:after{
    content: "\f105";
    font-family: 'icon-font' !important;
    color: #11AEB8;
    position: absolute;
    right: 32px;
    top: 16px;
    font-size: 14px;
    transition: all .3s ease;
    line-height: 23px;
}
.news-sect .index-more:hover:after{
    color: #9DCCAF;
    right: 26px;
}
.sect3 .sect-title{
    text-align: center;
    margin-bottom: 37px;
}
.sect3 .sect-title::after {
    left: calc(50% - 24px);
}
.news-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.news-video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* 不影響點擊 */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,   
        rgba(255, 255, 255, 0.9) 30%,   
        rgba(255, 255, 255, 0.8) 50%,   
        rgba(255, 255, 255, 1) 75%   
    );    
    z-index: 1;
}
.news-video video {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease; 
}
.news-list.slick-initialized {
    opacity: 1;
    visibility: visible; 
}
.news-list .slick-arrow {
    transition: all .3s ease;
    border: 0;
    color: #FFF;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    font-size: 0;
    background: transparent;
}
.news-list .slick-arrow:after {
    content: "";
    background: linear-gradient(to bottom, #3496AA, #9DCCAF);
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    z-index: -1;
    border-radius: 50%;
    transition: all .3s ease;
}
.news-list .slick-arrow:hover:after {
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
}
.news-list .slick-arrow:before {
    content: "";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 65px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    font-size: 24px;
}
.news-list .slick-prev {
    left: -70px;
    top: calc(50% - 29px);
}
.news-list .slick-prev:before {
    content: "\f104";
}
.news-list .slick-next {
    right: -70px;
    top: calc(50% - 29px);
}
.news-list .slick-next:before {
    content: "\f105";
}
.news-list {
    margin: 0 -10px;
}
.news-list li {
    width: 25%;
    padding: 0 10px;
}
.news-list li .box {
    margin: 0 auto;
    max-width: 300px;
    display: block;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:80;
}
.news-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
    margin: 0 auto 0;
    max-width: 300px;
    border-radius: 10px;
}
.news-list .pic:before {
    content: "read more";
    font-size: 18px;
    color: #FFF;
    font-family: "Libertinus Sans", sans-serif;
    text-align: center;
    position: absolute;
    top: calc(50% - 29px);
    z-index: 1;
    width: 100%;
    left: 6px;
    transition: all .3s ease;
    opacity: 0;
}
.news-list .news-more {
    position: absolute;
    background: url(../../images/common/more-pic-1.png) no-repeat;
    font-family: "Libertinus Sans", sans-serif;
    color: #FFF;
    width: 400px;
    height: 294px;
    background-size: contain;
    left: calc(50% - 165px);
    top: calc(50% - 164px);
    line-height: 302px;
    text-align: center;
    transition: all .3s ease;
    opacity: 0;
}
.news-list .box:hover .pic:before {
    opacity: 1;
}
.news-list .box:hover .news-more {
    opacity: 1;
}
.news-list .text {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-top: -58px;
    box-sizing: border-box;
    padding: 10px 10px 23px 15px;
    position: relative;
    transition: all .3s ease;
    border-top-right-radius: 10px;
    z-index: 0;
    background: #FFF;
}
.news-list .text:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -8px;
    background: url(../../images/common/news/news-radius-1.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 8px;
    z-index: -1;
}
.news-list .text:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 48px;
    background: url(../../images/common/news/news-radius-2.png) no-repeat;
    background-size: contain;
    width: 9px;
    height: 10px;
    z-index: -1;
}
.news-list .date{
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #11AEB8;
    transition: all .3s ease;
}
.news-list li .box:hover .date{
    color: #9DCCAF;
}
.news-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1F1F1F;
    font-size: 22px;
    font-weight: normal;
    transition: all .3s ease;
    line-height: 1.5;
}
.news-list li .box:hover .name{
    color: #11ADB8;
}
.news-list .description {
    color: #666666;
    font-size: 17px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 27px;
    overflow: hidden;
}
.news-sect .slick-dots{
    text-align: center;
    margin-top: 5px;
    padding-left: 0;
}
.news-sect .slick-dots li{
    display: inline-block;
    margin: 0 5px 0;
    width: auto;
    padding: 0;
}
.news-sect .slick-dots li button{
    position: relative;
    white-space: nowrap;
    text-indent: 101%;
    font-size: 0;
    padding: 0;
    border-radius: 20px;
    background: #CCCCCC;
    width: 10px;
    height: 10px;
    transition: all .3s ease;
    cursor: pointer;
    border: 0;
}
.news-sect .slick-dots li.slick-active button{
    background: #11AEB8;
    width: 20px;
}
/*----- !sect3 -----*/
/*----- rwd -----*/
@media screen and (max-width: 1600px) {
    .news-list {
        margin: 0 20px;
    }
    .news-list .slick-prev {
        left: -20px;
    }
    .news-list .slick-next {
        right: -20px;
    }
}
@media screen and (max-width: 1440px) {
    .sect-title .t-main {
        font-size: 50px;
    }
    .sect-title .t-sub {
        font-size: 32px;
    }
    .sect1{
        /* height: 700px; */
    }
    .video-mask{
        transform: scale(0.8);
        top: -44px;
    }
    .service-sect .circle2 {
        left: calc(50% - 241px);
        top: 450px;
    }
    .service-sect .circle1 {
        left: calc(50% - 644px);
    }
    .service-sect .col.txt {
        padding-right: 0;
    }
    .about-sect .col.pic {
        padding-right: 0;
        width: 588px;
        padding-top: 0;
    }
    .about-sect .col.txt {
        padding-left: 30px;
        padding-top: 50px;
        padding-right: 0;
        width: calc(100% - 588px);
    }
    .about-sect .pic-content{
        width: 500px;
        height: 500px;
        margin-left: auto;
        margin-right: 40px;
    }
    .about-sect .pic-content:before{
        left: -37px;
        bottom: -36px;
        width: 237px;
        height: 235px;
    }
    .about-sect .pic-mask {
        width: 500px;
        height: 500px;
        mask-image: radial-gradient(circle 250px at center, #000 249px, transparent 250px);
        -webkit-mask-image: radial-gradient(circle 250px at center, #000 249px, transparent 250px);
    }
    .about-sect .pic-mask img{
        top: -100px;
    }
    .about-sect .pic-main{
        width: 360px;
        height: 516px;
        top: -16px;
        left: 88px;
    }
    .about-sect .name-box{
        right: -37px;
        bottom: 51px;
        width: 152px;
        height: 52px;
        background-size: contain;
    }
    .about-sect .text-box{
        right: -23px;
        bottom: 136px;
    }
    .about-sect .text-box span{
        padding-top: 100px;
    }
    .about-sect .editor {
        height: 244px;
    }
    .news-sect .more-box {
        top: 78px;
    }
}
@media screen and (max-width: 1280px) {
    .top-video .video-title {
        left: 30px;
    }
    .service-sect .col.txt {
        margin-left: 52%;
        padding-top: 100px;
    }
    .sect3 {
        padding: 40px 0 43px;
    }    
}
@media screen and (max-width: 1000px) {
    .banner-text .b-t1 {
        font-size: 35px;
        letter-spacing: 5px;
    }
    .banner-text .b-t2 {
        font-size: 20px;
        letter-spacing: 3px;
        line-height: 1.7;
    }
    .top-video .t-en{
        font-size: 50px;
        margin-bottom: 10px;
    }
    .top-video .t-tw{
        font-size: 30px;
        margin-bottom: 3px;
    }
    .top-video .t-sub{
        letter-spacing: 2px;
        font-size: 20px;
    }
    .top-video .t-sub:before {
        top: -26px;
    }
    .service-sect{
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .sect-title {
        padding-bottom: 21px;
        margin-bottom: 21px;
    }
    .sect-title .t-main {
        font-size: 28px;
        letter-spacing: 0;
    }
    .sect-title .t-sub {
        font-size: 22px;
        letter-spacing: 5px;
    }
    .sect-title .t-sub-en {
        font-size: 15px;
    }
    .sect1 {
        padding: 40px 25px;
        height: auto;
    }
    .service-sect .row {
        flex-direction: column;
    }
    .service-sect .col.pic {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        order: 2;
    }
    .service-sect .col.txt {
        margin-left: 0;
        padding-top: 0;
        width: 100%;
        order: 1;
    }
    .service-sect .editor {
        height: unset;
    }
    .video-mask {
        transform: scale(1);
        top: 0;
        width: 350px;
        height: 300px;
        left: calc(50% - 185px);
        position: relative;
    }
    .video-mask video{
        mask-image: radial-gradient(circle 124px at 224px 159px, #000 124px, transparent 125px), radial-gradient(circle 90px at 93px 206px, #000 90px, transparent 91px);
        -webkit-mask-image: radial-gradient(circle 124px at 224px 159px, #000 124px, transparent 125px), radial-gradient(circle 90px at 93px 206px, #000 90px, transparent 91px);
        width: 350px;
        height: 300px;
    }
    .service-sect .circle1 {
        width: 86px;
        height: 86px;
        left: calc(50% - 101px);
        top: 40px;
    }
    .service-sect .circle2 {
        width: 68px;
        height: 68px;
        left: calc(50% - 49px);
        left: calc(50% + 107px);
        top: 206px;
    }
    .sect2 {
        padding: 0 25px 40px;
    }
    .sect2:before {
        left: calc(50% - 323px);
        top: -129px;
        width: 600px;
        height: 817px;
    }
    .about-sect .row {
        flex-direction: column;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-sect .col.txt {
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-sect .sect-title .t-sub span {
        margin-top: 5px;
        font-size: 15px;
        margin-bottom: 2px;
    }
    .about-sect .sect-title .t-sub {
        margin-left: 22px;
    }
    .about-sect .sect-title {
        padding-bottom: 11px;
        margin-bottom: 20px;
    }
    .about-sect .col.pic {
        width: 100%;
    }
    .about-sect .pic-content{
        width: 280px;
        height:280px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-sect .pic-content:before{
        left: -18px;
        bottom: 0;
        width: 140px;
        height: 106px;
    }
    .about-sect .pic-mask {
        width: 280px;
        height: 280px;
        mask-image: radial-gradient(circle 140px at center, #000 139px, transparent 140px);
        -webkit-mask-image: radial-gradient(circle 140px at center, #000 139px, transparent 140px);
    }
    .about-sect .pic-mask img{
        height: calc(100% + 200px) !important;
        object-fit: cover;
        top: -100px;
        position: relative;
    }
    .about-sect .pic-main{
        width: 212px;
        height: 516px;
        top: -23px;
        left: 41px;
    }
    .about-sect .name-box{
        right: -32px;
        bottom: 26px;
        width: 89px;
        height: 52px;
        background-size: contain;
    }
    .about-sect .text-box{
        right: -19px;
        bottom: 90px;
        font-size: 13px;
    }
    .about-sect .text-box span{
        padding-top: 60px;
    }
    .about-sect .editor {
        height: unset;
        margin-bottom: 45px;
    }
    .sect3 {
        padding-top: 15px;
    }
    .sect3 .sect-title {
        margin-bottom: 30px;
    }
    .news-list .date {
        font-size: 15px;
    }
    .news-list {
        margin: 0 20px;
    }
    .news-list .slick-prev {
        left: -33px;
        top: calc(50% - 25px);
    }
    .news-list .slick-next {
        right: -33px;
        top: calc(50% - 25px);
    }
    .news-sect .more-box {
        top: 0;
        right: 0;
        position: relative;
        text-align: center;
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .banner .slick-dots, 
    .banner_m .slick-dots {
        bottom: 48px;
    }
    .banner-text {
        top: 62px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .banner-text .b-t1 {
        font-size: 22px;
        padding-bottom: 13px;
        margin-bottom: 20px;
        letter-spacing: 4px;
    }
    .banner-text .b-t2 {
        font-size: 15px;
        letter-spacing: 2px;
    }
    .top-video {
        height: 471px;
    }
    .top-video:before {
        background: rgba(0, 0, 0, 0.25);
    }
    .top-video .video-title{
        display: flex;
        flex-direction: column;
        bottom: 48px;
    }
    .top-video .t-en{
        order: 3;
        font-size: 28px;
    }
    .top-video .t-tw{
        order: 1;
        font-size: 22px;
        padding-left: 20px;
        margin-bottom: 10px;
        letter-spacing: 3px;
    }
    .top-video .t-sub{
        order: 2;
        font-size: 15px;
        padding-left: 20px;
        opacity: 0.7;
        line-height: 1.5;
        margin-bottom: 20px;
        letter-spacing: 4px;
    }
    .top-video .m-break{
        display: block;
    }
    .top-video .t-sub:before {
        top: -15px;
    }
}
@media screen and (max-width: 360px) {
    .about-sect .name-box {
        right: 0;
    }
    .about-sect .text-box {
        right: 0;
    }
}