@charset "utf-8";
/*footer*/
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_mail_ic.png) no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 8px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_fax_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;  
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_add_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #533930;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #533930;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #533930;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ index-service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.s_layout .s_col{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 406px ;
    height: auto;
    background: #fff;
    border-radius: 30px;
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, .08));
    padding: 0 35px 50px;
}
.s_layout .s_col .s_ic{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    background: #fff;
    margin: 0px auto 10px;
}

.s_layout .s_col .s_ic img{
    transform: scaleX(1);
    transition: all .3s ease;
}
.s_layout .s_col:hover .s_ic img{
    transform: scaleX(-1);
}
.s_layout .s_col .s_ic::before{
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: #fff;
    margin: auto;
    z-index: -1;
}
.s_layout .s_col .s_txt{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
.s_layout .s_col .s_txt .s_tit{
    position: relative;
    text-align: center;
    margin: 0 auto 18px;
}
.s_layout .s_col .s_txt .s_tit h4{
    color: #533930;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0 auto;
}
.s_layout .s_col .s_txt .s_tit span{
    color: #C0B9B2;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
}
.s_layout .s_more{
    position: relative;
    box-sizing: border-box;
    display:block;
    width: 100%;
    height: 50px;
    margin: 25px auto 0;
}
.s_layout .s_more a{
    box-sizing: border-box;
    display:block;
    font-family: "Montserrat", sans-serif;
    background: #563C30;
    width: 200px;
    height: 50px;
    text-indent: inherit;
    color: #FFFFFF;
    text-align: center;
    line-height: 48px;
    border-radius: 30px;
    transition: all .3s ease;
    font-size: 0;
    opacity: 1;
    margin: 0 auto;
}
.s_layout .s_more:hover a{
    opacity: .6;
}
.s_layout .s_more a span{
    font-size: 18px;
    font-weight: 600;
}
@media screen and (max-width: 1280px){
    .s_layout{
        flex-direction: column;
        align-items: center;
    }
    .s_layout .s_col{
        max-width: 860px;
        padding: 0 50px 50px;
    }
    .s_layout .s_col +.s_col{
        margin-top: 80px;
    }
    .s_layout .s_col .s_txt br{
        display: none;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_col .s_txt .s_tit{
        margin: 0 auto 10px;
    }
    .s_layout .s_col .s_txt .s_tit h4{
        font-size: 22px;
    }
    .s_layout .s_col .s_txt .s_tit span{
        font-size: 18px;
    }
    .s_layout .s_col .s_txt{
        font-size: 14px;
    }
    .s_layout .s_more{
        height: 45px;
    }
    .s_layout .s_more a{
        width: 180px;
        height: 45px;
        line-height: 45px;
    }
    .s_layout .s_more a span{
        font-size: 16px;
    }
    .s_layout .s_col .s_ic::before{
        width: 180px;
        height: 180px;
    }
    .s_layout .s_col{
        border-radius: 15px;
        padding: 0 40px 40px;
    }
}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 1040px;
}
.a_layout .a_row1{
    position: relative;
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
    align-items: center;
}
.a_layout .a_row2{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.a_layout .a_txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 465px;
    height: auto;
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 2.4;
    text-align: left;
}
.a_layout .a_txt h4{
    color: #523930;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.a_layout .a_txt .a_tit{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}
.a_layout .a_txt .a_tit h2{
    font-family: "Noto Sans TC", sans-serif;
    color: #553B30;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1.5;
}
.a_layout .a_txt .a_tit span{
    font-family: "Montserrat", sans-serif;
    color: #C0B9B2;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: normal;
    margin: 0;
    line-height: 1.2;
}
.a_layout .a_txt .a_tit::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 5px;
    background: #F5AE5F;
    left: 0;
    margin: 0;
    top: calc(100% + 25px);
}
.a_layout .a_pic{
    position: relative;
    width: 50%;
    max-width: 528px;
    height: auto;
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, .08));
}
@media screen and (max-width: 1280px){
    .a_layout .a_row1{
        flex-direction: column;
        justify-content: inherit;
        margin-bottom: 40px;
    }
    .a_layout .a_row2{
        flex-direction: column-reverse;
        justify-content: inherit;
    }
    .a_layout .a_txt{
        box-sizing: border-box;
        width: 100%;
        max-width: 528px;
        margin-bottom: 40px;
        padding: 0 5px;
        text-align: center;
    }
    .a_layout .a_txt .a_tit{
        text-align: center;
    }
    .a_layout .a_pic{
        width: 100%;
        max-width: 528px;
    }
    .a_layout .a_txt .a_tit::before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .a_layout .a_txt .a_tit h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_row1{
        margin-bottom: 30px;
    }
    .a_layout .a_txt .a_tit{
        margin: 0 auto 30px;
    }
    .a_layout .a_txt .a_tit h2{
        font-size: 32px;
    }
    .a_layout .a_txt .a_tit span{
        font-size: 18px;
    }
    .a_layout .a_txt .a_tit::before{
        top: calc(100% + 18px);
    }
    .a_layout .a_txt h4 {
        font-size: 20px;
    }
    .a_layout .a_txt {
        font-size: 14px;
        margin-bottom: 30px;
    }
}
/*------------ contact-editor ------------*/
.contact-editor{
    padding: 0 2%;
}
.contact-editor .col{
    float: left;
    padding: 0 2%;
}
.contact-editor .col1{
    width: 48%;
}
.contact-editor .col2{
    width: 52%;
}
.contact-map{
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 8px solid #fff;
}
.contact-map iframe{
    display: block;
    max-height: 100%;
}
.contact-info-list{
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li{
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list li.tel:before{
    font-family: 'icon-font' !important;
    content: "\ff001";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #533930;
}
.contact-info-list li.fax:before{
    font-family: 'icon-font' !important;
    content: "\ff002";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #533930;
}
.contact-info-list li.mail:before{
    font-family: 'icon-font' !important;
    content: "\ff003";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #533930;
}
.contact-info-list li.addr:before{
    font-family: 'icon-font' !important;
    content: "\ff004";
    font-size: 24px;
    position: absolute;
    left: 13px;
    top: 3px;
    color: #533930;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title{
    color: #523930;
    font-size: 16px;
    margin: 0;
    font-family: "Montserrat", "Noto Sans TC", sans-serif;
}
.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: 1000px){
    .contact-editor{
        padding: 0 2%;
    }
    .contact-editor .col{
        width: 100%;
        padding: 0;
    }
    .contact-map{
        height: 300px;
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .contact-map{
        height: 200px;
    }
}
