@charset "utf-8";
/*********** 前後台編輯器區塊共用的CSS設定 ***********/
/* ------- notice ------- */
.editor-title {
    color: #5398CF;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    font-family: 'Poppins', serif;
}
.editor-title-img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.notice-edirot-step2 {
    text-align: center;
}
.notice-edirot-step3 {
    text-align: right;
}
@media screen and (max-width: 1000px){
    .editor-title {
        font-size: 18px;
    }
}
/* ------- /notice ------- */
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.a_layout .a_row1{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 56px;
}
.a_layout .a_row1 .a_pic{
    position: relative;
    box-sizing: border-box;
    flex: 0 0 auto;
}
.a_layout .a_row1 .a_txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0.05em;
    line-height: 2;
}
.a_layout .a_row1 .a_txt .a_tit{
    position: relative;
    text-align: left;
    width: 100%;
    line-height: 1.2;
    box-sizing: border-box;
    margin: 0 0 50px;
}
.a_layout .a_row1 .a_txt .a_tit::after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, rgba(83,152,207,1) 0%,rgba(131,200,171,1) 100%);
    left: 0;
    top: calc(100% + 25px);
    visibility: visible;
}
.a_layout .a_row1 .a_txt .a_tit h2{
    position: relative;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #000;
    margin: 16px 0 0;
    padding: 0;
}
.a_layout .a_row1 .a_txt .a_tit span{
    position: relative;
    box-sizing: border-box;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    color: #484848;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.a_layout .a_row1 .a_txt h4 {
    position: relative;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: 500;
    color: #333333;
    margin: 0 0 8px;
}
.a_layout .a_row2{
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_row2 > img {
    filter: drop-shadow(7px 7px 24px rgba(0, 0, 0, 0.12));
}

@media screen and (max-width: 1000px){
    .a_layout .a_row1 {
        flex-direction: column;
        align-items: center;
    }
    .a_layout .a_row1 .a_pic{
        width: fit-content;
        max-width: inherit;
        margin: 0 auto;
    }
    .a_layout .a_row1 .a_txt{
        width: fit-content;
        max-width: inherit;
        font-size: 15px;
        letter-spacing: 0.03em;
    }
    .a_layout .a_row1 .a_txt .a_tit::before{
        font-size: 78px;
        top: 8px;
        bottom: inherit;
        left: 0;
        right: 0;
        margin: 0 auto;
        white-space: nowrap;
    }
    .a_layout .a_row1 .a_txt .a_tit{
        width: fit-content;
        text-align: center;
        margin: 0 auto 34px;
    }
    .a_layout .a_row1 .a_txt .a_tit h2 {
        margin: 10px 0 0;
        font-size: 22px;
    }
    .a_layout .a_row1 .a_txt .a_tit span{
        font-size: 35px;
    }

    .a_layout .a_row1 .a_txt .a_tit::after{
        width: 40px;
        height: 3px;
        top: calc(100% + 18px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .a_layout .a_row1 .a_txt h4{
        margin-bottom: 10px;
        letter-spacing: 0.03em;
        font-size: 18px;
        text-align: center;
    }
    .about-sect .title::before{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .a_layout .a_row1 .a_pic > img ,
    .a_layout .a_row2 > img {
        filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.12));
    }
}
@media screen and (max-width: 1000px){
    .a_layout{
        box-sizing: border-box;
        padding: 0 15px;
    }

}
/* index */
.about-sect .editor h3 {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 5px;
    line-height: 1.2;
    margin: 0 0 16px;
    text-align: left;
}
.about-sect .editor p {
    width: 100%;
    max-width: 530px;
    margin: 0;
}
/* 跑馬燈 */
.marquee {
    width: 100%;
    position: absolute;
    left: -49rem;
    right: -49rem;
    top: 0;
    height: auto; 
    white-space: nowrap;
}
@keyframes marqueeAnimation {
    0% { 
        transform: translateX(0%); 
    }
    100% { 
        transform: translateX(100%); 
    }
}
@keyframes marqueeAnimation2 {
    0% { 
        transform: translateX(-100%); 
    }
    100% { 
        transform: translateX(0%); 
    }
}
.marquee-content ul{
    list-style: none;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    position: absolute;
    top: 0;
}
.marquee-content ul:first-child{
    display: flex;
    animation: marqueeAnimation 70s linear infinite;
}
.marquee-content ul:last-child{
    display: flex;
    animation: marqueeAnimation2 70s linear infinite;
    animation-delay: -70s; 
}
.marquee-content ul > li{
    margin: 0 16px;
    width: 880px;   
}
@media screen and (max-width: 1000px){
    .about-sect .editor h3 {
        font-size: 23px;
        margin: 0 0 5px;
    }
    .marquee-content ul > li {
        margin: 0 16px;
        width: 440px;
    }
}
/* ------- /about ------- */
/* ------- /products ------- */
.products-editor-pics {
    margin: 0 -6px;
}
.products-editor-pics .col {
    float: left;
    width: 25%;
    padding: 0 6px;
    margin-bottom: 10px;
    text-align: center;
}
/* ------- /products ------- */
/* ------- contact ------- */
.contact-info-list {
    list-style-type: none;
    padding: 15px 0 0;
    margin: 0;
}
.contact-info-list li,
.contact-info-list i,
.contact-info-list span {
    display: inline-block;
    vertical-align: middle;
}
.contact-info-list li {
    width: calc(100% / 4);
    padding: 0;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.contact-info-list li:first-child {
    font-size: 14px;
}
.contact-info-list i {
    position: relative;
    box-sizing: border-box;
    width: 55px;
    height: 55px;
    background: rgb(82, 169, 164, 0.3);
    background: #fff;
    border: 1px solid #5398CF;
    border-radius: 100%;
}
.contact-info-list .ic.ic5-fax:before {
    font-family: 'icon-font' !important;
    content: "\ff002"; 
}
.contact-info-list i::before{
    display: inline-block;
    font-family: 'icon-font-5' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5398CF;
    font-size: 18px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
.contact-info-list span,
.contact-info-list a {
    position: relative;
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: 1px;
}
.contact-info-list a {
    transition: all 0.3s ease;
}
.contact-info-list a:hover {
    color: #5398CF;
    text-decoration: underline;
}
/* ------- /contact ------- */
/* ------- terms ------- */
.terms-title {
    color: #5398CF;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0.3em;
}
/* ------- /terms ------- */
@media screen and (max-width: 1000px) {
    .products-editor-pics .col {
        width: 50%;
    }
    .contact-info-list li {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        width: auto;
        float: none;
    }
    .contact-info-list li:nth-child(n) {
        font-size: 16px;
    }
    .contact-info-list .ic-wrap {
        width: 60px;
    }
    .contact-info-list .txt {
        width: calc(100% - 75px);
    }
}
@media screen and (max-width: 500px) {
    .products-editor-pics .col {
        width: 100%;
    }
}