@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;
}
.ic-envelope{
    content: '';
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 23px;
    height: 17px;
    background: url(../../../images/layout01/common/info_email.png) no-repeat;
    margin-right: 10px;
}
.ic-fax{
    content: '';
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 23px;
    height: 21px;
    background: url(../../../images/layout01/common/info_pet.png) no-repeat;
    margin-right: 10px;
}
.ic-map-marker{
    content: '';
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 23px;
    height: 24px;
    background: url(../../../images/layout01/common/info_add.png) no-repeat;
    margin-right: 10px;
}
.contact-editor ul{
    list-style: none;
}
.contact-editor li {
    display: flex;
    align-items: center;
}
.contact-editor li+li{
    margin-top: 5px;
}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
}
.a_layout .a_row1{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
.a_layout .a_row1 .a_col.pic{
    position: relative;
    width: fit-content;
    margin: 0 auto;
    z-index: 1;
}
.a_layout .a_row1 .a_col.tit{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2;
    margin-top: -180px;
    margin-bottom: 40px;
}
.a_layout .a_row1 .a_col.tit .a_logo {
    width: fit-content;
    position: relative;
    bottom: 4px;
}
.a_layout .a_row1 .a_col.tit h4{
    color: #333333;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin: 0;
    width: fit-content;
    margin-right: 50px;
}
.a_layout .a_row1 .a_col.txt{
    position: relative;
    display: flex;
    justify-content: center;
}
.a_layout .a_row1 .a_col.txt h2{
    position: relative;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.15em;
    color: #333333;
    line-height: 1.2;
    margin: 0;
    margin-right: 50px;
}
.a_layout .a_row1 .a_col.txt h2::before{
    content: '';
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #CD5410;
    margin: 0 10px 6px 2px;
}
.a_layout .a_row1 .a_col.txt p{
    font-size: 15px;
    font-weight: normal;
    color: #444444;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    width: 612px;
}
.a_layout .a_row2{
    position: relative;
    display: flex;
    flex-direction: column;
}
.a_layout .a_row2 .a_col{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
}
.a_layout .a_row2 .a_col:last-child{
    display: flex;
    flex-direction: row-reverse;
}
.a_layout .a_row2 .a_col .a_pic{
    position: relative;
    width: fit-content;
    height: auto;
}
.a_layout .a_row2 .a_col:first-child .a_pic{
    margin-right: 45px;
}
.a_layout .a_row2 .a_col .a_txt{
    position: relative;
    width: 380px;
    font-size: 15px;
    font-weight: normal;
    color: #444444;
    letter-spacing: 0.1em;
    line-height: 2;
}
.a_layout .a_row2 .a_col .a_txt p,
.a_layout .a_row2 .a_col:last-child .a_txt p{
    margin: 0;
}
.a_layout .a_row2 .a_col .a_txt h4{
    color: #333333;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin: 0 0 28px;
}
.a_layout .a_row2 .a_col:last-child .a_txt{
    margin-right: 45px;
}
@media screen and (max-width: 1280px){
    .a_layout{
        margin: 0 auto;
    }
    .a_layout .a_row1 .a_col.pic{
        margin-bottom: 24px;
    }
    .a_layout .a_row1 .a_col.tit{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 24px;
    }
    .a_layout .a_row1 .a_col.tit h4{
        margin-right: inherit;
        font-size: 22px;
    }
    .a_layout .a_row1 .a_col.tit .a_logo {
        display: none;
    }
    .a_layout .a_row1 .a_col.txt {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 375px;
        margin: 0 auto;
    }
    .a_layout .a_row1 .a_col.txt h2{
        margin:  0 0 15px;
        font-size: 20px;
    }
    .a_layout .a_row1 .a_col.txt p{
        font-size: 14px;
        width: 100%;
    }
    .a_layout .a_row2 .a_col,
    .a_layout .a_row2 .a_col:last-child{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .a_layout .a_row2 .a_col:first-child .a_pic,
    .a_layout .a_row2 .a_col .a_pic{
        margin: 0 0 24px;
    }
    .a_layout .a_row2 .a_col .a_txt h4{
        margin-right: inherit;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .a_layout .a_row2 .a_col .a_txt{
        font-size: 14px;
    }
    .a_layout .a_row2 .a_col:last-child .a_txt{
        margin: 0;
    }
}
@media screen and (max-width: 480px){
    .a_layout .a_row1 .a_col.txt,
    .a_layout .a_row2 .a_col .a_txt{
        width: 100%;
    }
    .a_layout .a_row2 .a_col .a_txt p, .a_layout .a_row2 .a_col:last-child .a_txt p{
        display: inline;
    }
}
/*------------ index-service-editor ------------*/
.s_layout{
    position: relative;
    display: flex;
    width: 805px;
    justify-content: space-between;
}
.s_layout .s_row{
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 378px;
    justify-content: flex-end;
}
.s_layout .s_row .s_h4{
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.15em;
    line-height: 1.5;
    color: #333333;
    margin: 0 0 30px;
}
.s_layout .s_row .s_col{
    position: relative;
    display: flex;
    align-items: center;
    height: fit-content;
}
.s_layout .s_row .s_col+.s_col{
    margin-top: 30px;
}
.s_layout .s_row .s_col .s_num{
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: normal;
    border-radius: 8px;
    background: #CD5410;
    color: #fff;
    transition: all .3s ease;
    margin-right: 20px;
}
.s_layout .s_row .s_col:hover .s_num{
    background: #fff;
    color: #CD5410;
}
.s_layout .s_row .s_col .s_txt{
    position: relative;
    display: flex;
    flex-direction: column;
    color: #444;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.s_layout .s_row .s_col .s_txt h5{
    font-family: "Noto Sans TC", sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin: 0 0 4px;
    transition: all .3s ease;
}
.s_layout .s_row .s_col:hover .s_txt h5{
    color: #CC5310;
}
@media screen and (max-width: 1000px){
    .s_layout{
        width: fit-content;
        flex-direction: column
    }
    .s_layout .s_row{
        width: 370px;
    }
    .s_layout .s_row .s_h4{
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
    }
    .s_layout .s_row+.s_row{
        margin-top: 20px;
    }
    .s_layout .s_row .s_col+.s_col {
        margin-top: 20px;
    }
    .s_layout .s_row .s_col .s_num {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 25px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_row{
        width: 100%;
    }
    .s_layout .s_row .s_col {
        flex-direction: column;
    }
    .s_layout .s_row .s_col .s_num{
        margin: 0 0 5px;
    }
    .s_layout .s_row .s_col .s_txt{
        text-align: center;
    }

}
/*------------ 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: #CD5410;
}
.contact-info-list li.fax:before{
    font-family: 'icon-font' !important;
    content: "\ff002";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #CD5410;
}
.contact-info-list li.mail:before{
    font-family: 'icon-font' !important;
    content: "\ff003";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #CD5410;
}
.contact-info-list li.addr:before{
    font-family: 'icon-font' !important;
    content: "\ff004";
    font-size: 24px;
    position: absolute;
    left: 13px;
    top: 3px;
    color: #CD5410;
}
/*------------ 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: #CD5410;
    font-size: 16px;
    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: 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;
    }
}
@media screen and (max-width: 480px){
    .site-info .ic-envelope,
    .site-info .ic-map-marker,
    .site-info .ic-fax{
        width: 15px;
        background-size: contain;
        margin-right: 5px;
        top: 2px;
        position: relative;
    }
}