@charset "utf-8";
/*------------ footer-editor ------------*/
.site-info::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 195px;
    height: 172px;
    background: url(../../../images/layout06/common/f_logo.webp) no-repeat;
    background-size: contain;
}
.site-info li .tips {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    background: #f2f2f2;
    padding: 5px 10px;
    border-radius: 50vw;
}
/*------------ /footer-editor ------------*/
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor h3 {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #5BC2D9;
}
@media screen and (max-width: 1000px){ 
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 20px;
    }
}
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_item+.a_item {
    margin: 80px 0 0;
}
.a_layout .a_item .a_title {
    margin: 0 0 40px;
}
.a_layout .a_title h3 {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 38px;
    letter-spacing: 1.5px;
    line-height: 1;
    font-weight: 500;
    font-family: 'Sulphur Point', 'Noto Sans TC', serif;
}
.a_layout .a_title span {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    background: linear-gradient(45deg, #98C837 0%, #5BC2D9 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Sulphur Point', serif;
}
.a_layout .a_title span::after {
    content: '';
    position: relative;
    display: block;
    width: 50px;
    height: 3px;
    background: rgba(48, 48, 48, 0.1);
    margin: 10px 0 17px;
}
.a_layout h4 {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #5BC2D9;
}
.a_layout p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
    text-align: justify;
}
.a_layout .a_item.one {
    display: flex;
    align-items: center;
}
.a_layout .a_item.one .a_col:first-of-type {
    width: calc(100% - 365px);
}
.a_layout .a_item.one .a_col:last-of-type {
    width: 100%;
    max-width: 365px;
}
.a_layout .a_item.two {
    display: flex;
    align-items: flex-end;
}
.a_layout .a_item.two .a_col:first-of-type {
    width: 100%;
    max-width: 400px;
    z-index: 2;
}
.a_layout .a_item.two .a_col:last-of-type {
    width: calc(100% - 240px);
    padding: 50px 60px 50px 160px;
    margin: 0 0 20px -150px;
    z-index: 1;
}
.a_layout .a_item.two .a_col:last-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout06/common/bg.webp);
    border-radius: 50vw;
}
.a_layout .a_item.three .a_col:first-of-type {
    text-align: center;
    padding: 0 0 30px;
}
.a_layout .a_item.three .a_col:first-of-type p {
    text-align: center;
    margin: 0 100px;
}
.a_layout .a_item.four .a_title {
    text-align: center;
}
.a_layout .a_item.four .a_title span {
    background: linear-gradient(45deg, #98C837 45%, #5BC2D9 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.a_layout .a_item.four .a_title span::after {
    margin: 10px auto 17px;
}
.a_layout .a_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -7.5px;
}
.a_layout .a_list .a_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3 - 15px);
    padding: 20px;
    margin: 0 7.5px;
    background: url(../../../images/layout06/common/bg.webp);
    border-radius: 100%;
    min-width: 300px;
    min-height: 300px;
}
.a_list .a_box .a_pic {
    margin: 0 0 10px;
} 
.a_layout .a_list .a_box img {
    width: 93px;
}
.a_list .a_box h4 {
    text-align: center;
    color: #444;
    font-size: 22px;
    margin: 0 0 5px;
}
.a_list .a_box p {
    text-align: center;
    line-height: 1.7;
}
@media screen and (max-width: 1280px){
    .a_layout .a_list{
        flex-wrap: wrap;
    }
    .a_layout .a_item.three .a_col:first-of-type p {
        margin: 0;
    }
    .a_layout .a_item+.a_item {
        margin: 50px 0 0;
    }
    .a_layout .a_item.one {
        flex-direction: column;
    }
    .a_layout .a_item.one .a_col:first-of-type {
        width: 100%;
    }
    .a_layout .a_item.one .a_col:last-of-type {
        width: 100%;
        max-width: unset;
        text-align: center;
        margin: 30px 0 0;
    }
    .a_layout .a_item.two {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }
    .a_layout .a_item.two .a_col:last-of-type {
        text-align: center;
        width: 100%;
        padding: 50px 50px 100px;
        margin: 0;
    }
    .a_layout .a_item.two .a_col:last-of-type p {
        text-align: center;
    }
    .a_layout .a_item.two .a_col:first-of-type {
        width: 100%;
        max-width: unset;
        text-align: center;
        margin: -80px 0 0;
    }
}
@media screen and (max-width: 1000px){
    .a_layout h4 {
        font-size: 20px;
    }
    .a_layout p {
        font-size: 15px;
    }
    .a_layout .a_title span {
        font-size: 16px;
    }
    .a_layout .a_title h3 {
        font-size: 30px;
    }
    .a_list .a_box h4 {
        font-size: 18px;
    }
    .a_layout .a_item .a_title {
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_item.two .a_col:last-of-type::before {
        border-radius: 5vw;
    }
    .a_layout .a_item.two .a_col:last-of-type {
        padding: 30px 30px 100px;
    }
    .a_layout .a_list .a_box img {
        width: 80px;
    }
    .a_layout .a_list .a_box {
        min-width: 250px;
        min-height: 250px;
    }
    .a_layout .a_list .a_box+.a_box {
        margin: 15px auto 0;
    }
}
/*content*/
/*------------ /about-editor ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -10px;
}
.s_layout .s_box {
    min-width: 310px;
    min-height: 310px;
    max-width: 310px;
    max-height: 310px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
}
.s_layout .s_box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #98C837 0%, #5BC2D9 100%);
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 100%;
}
.s_layout .s_box:hover:before {
    opacity: 1;
}
.s_box .s_pic img {
    width: 93px;
    transition: all 0.3s ease;
}
.s_box:hover .s_pic {
    filter: brightness(100);
}
.s_box .s_txt {
    text-align: center;
    padding: 20px 0 0;
}
.s_box .s_txt h3 {
    margin: 0 0 10px;
    padding: 0;
    color: #444;
    font-size: 25px;
    letter-spacing: 1.5px;
    line-height: 1;
    font-weight: 500;
    transition: all 0.3s ease;
}
.s_box:hover .s_txt h3 {
    color: #fff;
}
.s_box .s_txt p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.7;
    margin: 0;
    padding: 0 50px;
    transition: all 0.3s ease;
}
.s_box:hover .s_txt p {
    color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1280px){
    .s_layout {
        flex-wrap: wrap;
    }
    .s_layout .s_box {
        min-width: 300px;
        min-height: 300px;
        max-width: 300px;
        max-height: 300px;
        margin: 0 auto 15px;
    }
    .s_box .s_txt h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1000px){ 
    .s_box .s_txt p {
        font-size: 15px;
    }
    .s_box .s_pic img {
        width: 80px;
    }
    .s_box .s_txt h3 {
        font-size: 18px;
    }
    .s_layout {
        flex-wrap: wrap;
        max-width: 630px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px){
    .s_layout .s_box {
        min-width: 250px;
        min-height: 250px;
        max-width: 250px;
        max-height: 250px;
    }
    .s_box .s_pic img {
        width: 60px;
    }
}
/*------------ /service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-editor .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.contact-editor .col {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.contact-editor .col.add {
    flex: 1 1 0;
    min-width: 250px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-shrink:0;
    gap: 16px;
    transform: rotate(45deg); 
    background: linear-gradient(45deg, #98C837 0%, #5BC2D9 100%);
}
.contact-editor i:before{
    display: inline-block;
    font-family: 'icon-font' !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;
    transform: rotate(-45deg); 
}
.contact-editor .tel i:before{
    content: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
}
@media screen and (max-width: 1100px){
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #5BC2D9;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor .row{
    margin: 0 -27px;
}
.terms-editor .col{
    padding: 0 27px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
@media screen and (max-width: 1000px){
    .terms-editor .title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
/*------------ /terms-editor ------------*/