@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    width: 100%;
    max-width: 918px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.a_layout .a_tit{
    color: #333333;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: 0 0 24px;
}
.a_layout .a_tit h2{
    position: relative;
    box-sizing: border-box;
    font-family: "Noto Serif TC", serif;
    color: #333333;  
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: 0;
}
.a_layout .a_tit span{
    position: relative;
    box-sizing: border-box;
    display: block;
    font-family: "STIX Two Text", serif;
    color: #B48C3D;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0 0 5px;
}
.a_layout .a_tit span::before{
    content: '';
    position: relative;
    display: inline-block;
    background: #B58C3D;
    width: 30px;
    height: 2px;
    margin: 0 10px 5px 0;
}
.a_layout .a_tit span::after{
    content: '';
    position: relative;
    display: inline-block;
    background: #B58C3D;
    width: 30px;
    height: 2px;
    margin: 0 0px 5px 10px;
    display: none;
}
.a_layout .a_row1{
    position: relative;
    display: flex;
    margin:0 auto 60px;
}
.a_layout .a_row1 .a_txt{
    position: relative;
    box-sizing: border-box;
    width: calc(50% - 25px);
    margin-right: auto;
}
.a_layout .a_row1 .a_pic{
    position: relative;
    box-sizing: border-box;
    width: calc(50% - 25px);
    margin-left: auto;
}
.a_layout .a_row2{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto 60px;
}
.a_layout .a_row2 .a_txt{
    margin-bottom: 40px;
}
.a_layout .a_row2 .a_pic{
    position: relative;
    display: flex;
}
.a_layout .a_row2 .a_pic img{
    width: 50%;
    height: auto;
}
.a_layout .a_row3{
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto 0px;
}
.a_layout .a_row3 .a_txt{
    position: relative;
    width: calc(50% - 25px);
    margin-right: auto;
}

.a_layout .a_row3 .ina_row{
    position: relative;
    display: flex;
    width: 50%;
    max-width: 410px;
    justify-content: space-between;
    align-items: center;
}
.a_layout .a_row3 .ina_row .ina_col{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 85px;
    height: auto;
    align-items: center;
}
.a_layout .a_row3 .ina_row .ina_col::before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0;
    background: #B58C3D;
    top: -8px;
    bottom: -8px;
    left: -5px;
    right: -5px;
    transform: scale(0);
    margin: auto;
    z-index: -1;
    transition: all 0.5s ease;
}
.a_layout .a_row3 .ina_row .ina_col:hover:before{
    transform: scale(1);
}
.a_layout .a_row3 .ina_row .ina_col .ina_ic{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin: 0 0 5px;
}
.a_layout .a_row3 .ina_row .ina_col .ina_ic .ina_ic1{
    display: block;
}
.a_layout .a_row3 .ina_row .ina_col h4{
    position: relative;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-weight: normal;
    color: #4D4D4D;
    margin: 0;
}
@media screen and (max-width: 1280px){
    .a_layout .a_row1{
        flex-direction: column;
    }
    .a_layout .a_row1 .a_txt{
        width: 100%;
        margin: 0 0 40px;
    }
    .a_layout .a_row1 .a_pic{
        width: 100%;
        margin: 0 auto;
    }
    .a_layout .a_row2 .a_pic {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .a_layout .a_row2 .a_pic img {
        width: 100%;
        height: auto;
    }
    .a_layout .a_row2 .a_pic img+img{
        margin-top: 20px;
    }
    .a_layout .a_row3{
        display: flex;
        flex-direction: column;
    }
    .a_layout .a_row3 .a_txt{
        width: 100%;
    }
    .a_layout .a_row3 .ina_row{
        width: 100%;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_tit{
        margin: 0 0 20px;
    }
    .a_layout .a_tit span{
        font-size: 17px;
        margin: 0;
    }
    .a_layout .a_tit span::before{
        width: 20px;
    }
    .a_layout .a_tit h2{
        font-size: 28px;
    }
    .a_layout .a_row1,
    .a_layout .a_row2{
        margin-bottom: 50px;
    }
    .a_layout .a_row1 .a_txt{
        margin: 0 0 24px;
    }
    .a_layout .a_row2 .a_txt {
        margin-bottom: 24px;
    }
    .a_layout .a_row2 .a_pic img+img {
        margin-top: 10px;
    }
}
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
}
.s_layout .s_pic{
    position: relative;
    box-sizing: border-box;
    display: block;
}
.s_layout .s_description{
    position: relative;
    color: #6C6C6C;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 2.2;
}
.s_layout .s_row1 {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    z-index: 2;
}
.s_layout .s_row1 .s_txt{
    position: relative;
    max-width: 550px;
    margin-right: auto;
    margin-bottom: 40px;
}
.s_layout .s_row1 .s_txt h2{
    position: relative;
    font-family: "Noto Serif TC", serif;
    color: #333333;
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin: 0 0 0px;
}
.s_layout .s_row1 .s_txt .s_description::before{
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 35px auto 30px;
    background: #DDDDDD;
}
.s_layout .s_row2 {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    max-width: 550px;
    margin-right: auto;
    z-index: 2;
    margin-top: -20px;
}
.s_layout .s_row2 .s_pic{
    margin-bottom: 40px;
}
@media screen and (max-width: 1280px){
    .s_layout .s_row2{
        padding-right: 7.7%;
    }
    .s_layout .s_description br{
        display: none;
    }
}
@media screen and (max-width: 1000px){
    .s_layout{
        flex-direction: column;
    }
    .s_layout .s_row1,
    .s_layout .s_row2{
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        padding: 0;
    }
    .s_layout .s_row2{
        display: flex;
        flex-direction: column-reverse;
    }
    .s_layout .s_row1 .s_txt h2{
        font-size: 28px;
        text-align: center;
        margin: 0 auto;
    }
    .s_layout .s_row1 .s_txt .s_description::before{
        margin: 30px auto 20px;
    }
    .s_layout .s_description{
        font-size: 15px;
    }
    .s_layout .s_row1 .s_txt{
        margin-bottom: 30px;
    }
    .s_layout .s_row2 .s_description{
        margin: 30px 0;
    }
}
/*------------ 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;
    background: #18233F;
    border-radius: 10px;
    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); 
}
.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;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 18px;
    color: #B38C3D;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    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;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){

}
@media screen and (max-width: 1100px){
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}