@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 940px;
    margin: 0 auto;
}
.a_layout .a_row1{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.a_layout .a_row2{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #EEEEEE;
    padding: 60px 50px 80px;
}
.a_layout .a_row2 .a_item1{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.a_layout .a_row2 .a_item2{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.a_layout .a_pic{
    width: 47.5%;
}
.a_layout .a_txt{
    width: 47.5%;
}
.a_layout .a_txt .a_tit {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    color: #231815;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    margin: 0 0 50px;
    z-index: 5;
}
.a_layout .a_txt .a_tit h2{
    font-size: 34px;
    color: #231815;
    letter-spacing: 0.05em;
    line-height: 1.2;
    font-weight: bold;
    font-family: "Noto Serif TC", serif;
    margin: 0;
}
.a_layout .a_txt .a_tit span{
    font-size: 18px;
    color: #808080;
    letter-spacing: normal;
    line-height: 1.2;
    font-weight: bold;
    font-family: "Barlow", sans-serif;
    margin-top: 5px;
}
.a_layout .a_txt .a_tit::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #C09B4D;
    left: 0;
    top: calc(100% + 18px);
    margin: 0 auto;
}
.a_layout .a_txt h4 {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0 0 5px;
    padding: 0;
}
.a_layout .a_txt{
    font-size: 16px;
    color: #4C4C4C;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.a_layout .a_row2 .a_list{
    position: relative;
    box-sizing: border-box;
    list-style-type: none;
    width: 47.5%;
    color: #4C4C4C;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.8;
    z-index: 2;
}
.a_layout .a_row2 .a_list > li{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    color: #4C4C4C;
    padding: 0;
    left: 0;
    transition: all .3s ease;
}
.a_layout .a_row2 .a_list > li+li{
    margin-top: 15px;
}
.a_layout .a_row2 .a_list > li br{
    display: none;
}
.a_layout .a_row2 .a_list > li > .a_litit{
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 5px;
    transition: all .3s ease;
}
.a_layout .a_row2 .a_list > li > .a_litit span{
    letter-spacing: normal;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
}
.a_layout .a_row2 .a_list > li > .a_litit span b{
    font-size: 24px;
    margin-left: 5px;
}
@media screen and (max-width: 1280px){
    .a_layout .a_txt{
        width: 100%;
        max-width: 445px;
        margin: 0 auto 30px;
    }
    .a_layout .a_pic{
        width: fit-content;
    }
    .a_layout .a_row1{
        flex-direction: column;
    }
    .a_layout .a_txt .a_tit{
        text-align: center;
    }
    .a_layout .a_txt .a_tit::before{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .a_layout .a_row2{
        padding: 50px 40px 60px;
    }
    .a_layout .a_row2 .a_item1{
        flex-direction: column;
        margin-bottom: 40px;
    }
    .a_layout .a_row2 .a_item2{
        flex-direction: column;
    }
    .a_layout .a_row2 .a_txt{
        width: 100%;
        max-width: 395px;
    }
    .a_layout .a_row2 .a_list{
        width: 100%;
        max-width: 395px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_txt .a_tit{
        margin: 0 auto 35px;
    }
    .a_layout .a_txt .a_tit h2{
        font-size: 30px;
    }
    .a_layout .a_txt .a_tit span{
        font-size: 15px;
    }
    .a_layout .a_txt .a_tit::before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .a_layout .a_txt h4 {
        font-size: 20px;
        text-align: center;
    }
    .a_layout .a_txt {
        padding: 0 0px;
        height: auto;
        font-size: 15px;
        text-align: left;
    }
    .a_layout .a_row1{
        margin-bottom: 40px;
    }
    .a_layout .a_row2{
        padding: 30px 15px 30px;
    }
    .a_layout .a_row2 .a_item1{
        margin-bottom: 30px;
    }
    .a_layout .a_row2 .a_list > li > .a_litit {
        font-size: 17px;
    }
    .a_layout .a_row2 .a_list > li{
        font-size: 14px;
    }
}
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 50%;
}
.s_layout .s_row1{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 650px;
    padding: 100px 90px 100px;
    margin-left: auto;
}
.s_layout .s_row1 .s_txt{
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    color: #4C4C4C;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.8;
    padding-top: 117px;
}
.s_layout .s_row1 .s_pic{
    position: absolute;
    width: calc(100% + 46.5%);
    max-width: 960px;
    height: 518.5px;
    text-align: right;
    overflow: hidden;
    top: 0px;
    left: 100%;
}
.s_layout .s_row1 .s_pic img {
    position: absolute;
    width: 100%;
    max-width: inherit;
    height: fit-content;
    left: 0;
    right: 0;
    top: -65%;
    bottom: 0;
    margin: inherit;
    object-fit: cover;
}
.s_layout .s_row2 {
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: 650px;
    padding: 75px 90px 75px;
    margin-left: auto;
    background: #333333;
    z-index: 2;
}
.s_layout .s_row2::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    background: #333333;
    z-index: -1;
}
.s_layout .s_row2 .s_pic{
    position: absolute;
    width: 100%;
    max-width: 780px;
    height: 635px;
    text-align: right;
    overflow: hidden;
    bottom: 0px;
    left: calc(100% + 30.1%);
}
.s_layout .s_row2 .s_pic img{
    object-fit: cover;
        max-width: 100%;
        height: 100% !important;
}
.s_layout .s_row2 .s_list{
    position: relative;
    box-sizing: border-box;
    list-style-type: none;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.8;
    z-index: 2;
}
.s_layout .s_row2 .s_list > li{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    color:#EEEEEE;
    padding: 20px 25px;
    left: -25px;
    transition: all .3s ease;
}
.s_layout .s_row2 .s_list > li::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    opacity: 0;
    transition: all .3s ease;
    z-index: -1;
}
.s_layout .s_row2 .s_list > li:hover:before{
    opacity: 1;
}

.s_layout .s_row2 .s_list > li > .s_tit{
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 5px;
    transition: all .3s ease;
}
.s_layout .s_row2 .s_list > li > .s_tit span{
    letter-spacing: normal;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
}
.s_layout .s_row2 .s_list > li > .s_tit span b{
    font-size: 24px;
    margin-left: 5px;
}
.s_layout .s_row2 .s_list > li:hover > .s_tit{
    color: #333333;
}
.s_layout .s_row2 .s_list > li:hover {
    color: #4C4C4C;
}
@media screen and (max-width: 1440px){

}
@media screen and (max-width: 1280px){
    .s_layout{
        width: 45%;
    }
    .s_layout .s_row1{
        padding: 70px 60px;
    }
    .s_layout .s_row1 .s_pic{
        height: 100%;
        overflow: visible;
    }
    .s_layout .s_row1 .s_pic img{
        transform: none !important;
        transition: none !important;
        animation: none !important;
        top: inherit;
    }
    .s_layout .s_row2 {
        padding: 60px 0px 60px 60px;
    }
    .s_layout .s_row2 .s_list > li > br{
        display: none;
    }
    .s_layout .s_row2 .s_list > li {
        padding: 15px;
        left: inherit;
    }
    .s_layout .s_row2 .s_pic {
        height: 514px;
        left: calc(100% + 23.1%);
    }
}
@media screen and (max-width: 1000px){
    .s_layout{
        width: 100%;
        align-items: center;
    }
    .s_layout .s_row1{
        box-sizing: border-box;
        padding: 0 15px;
        margin: 0;
        align-items: center;
    }
    .s_layout .s_row1 .s_pic{
        display: none;
    }
    .s_layout .s_row1 .s_txt{
        padding: 0;
        font-size: 15px;
    }
    .s_layout .s_row2{
        padding: 55px 15px;
        margin: 0 auto;
        max-width: inherit;
                display: flex;
        flex-direction: column;
    }
    .s_layout .s_row2::before{
        left: 0;
        right: 0;
    }
    .s_layout .s_row2 .s_list > li > .s_tit,
    .s_layout .s_row2 .s_list > li > .s_tit span{
        font-size: 17px;
    }
    .s_layout .s_row2 .s_list{
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }
    .s_layout .s_row2 .s_list > li{
        left: inherit;
    }
    .s_layout .s_row2 .s_pic{
        position: relative;
        width: 100%;
        max-width: 650px;
        left: 0;
        right: 0;
        top: inherit;
        bottom: inherit;
        margin: 40px auto 0;
        text-align: center;
        height: auto;
    }
    .s_layout .s_row2 .s_pic img {
        object-fit: cover;
        max-width: 100%;
        height: auto !important;
    }
}
/*------------ 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: #C09B4D;
    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: 17px;
    color: #C09B4D;
    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%;
    }
}