@charset "utf-8";
/*------------ inedx-about-editor ------------*/
.ina_layout{
    position: relative;
    display: flex;
    flex-direction: column;
}
.ina_layout .ina_row1{
    position: relative;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #666666;
    margin-bottom: 42px;
}
.ina_layout .ina_row1 h4{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.5;
    font-family: "Noto Sans TC", sans-serif;
    margin: 0 0 10px;
    padding: 0;
    color: #464646;
}
.ina_layout .ina_row2{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 420px;
    justify-content: space-between;
}
.ina_layout .ina_row2 .ina_col{
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 200px;
    height: 60px;
    border-radius: 50px;
    background: #F5F5F5;
    margin-bottom: 30px;
    font-family: "Noto Sans TC", sans-serif;
}
.ina_layout .ina_row2 .ina_col .ina_ic{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    background: #B4865C;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 24px auto 0px;
    border-radius: 50px;
    transition: all .3s ease;
}
.ina_layout .ina_row2 .ina_col:hover .ina_ic{
    background: #64513F;
}
.ina_layout .ina_row2 .ina_col .ina_t{
    color: #464646;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 55px;
    font-weight: 500;
}
@media screen and (max-width: 1000px){
    .ina_layout{
        text-align: center;
    }
    .ina_layout .ina_row1 h4 {
        font-size: 17px;
        text-align: center;
    }
    .ina_layout .ina_row1{
        font-size: 14px;
        margin-bottom: 28px;
        text-align: left;
    }
    .ina_layout .ina_row2{
        margin: 0 auto;
        width: 100%;
        max-width: 380px;
    }
    .ina_layout .ina_row2 .ina_col{
        width: 170px;
        height: 50px;
    }
    .ina_layout .ina_row2 .ina_col .ina_t{
        font-size: 17px;
        line-height: 45px;
    }
    .ina_layout .ina_row2 .ina_col .ina_ic{
        width: 50px;
        height: 50px;
        margin: auto 18px auto 0px;
    }
}
@media screen and (max-width: 400px){
    .ina_layout .ina_row2{
        max-width: 170px;
    }
    .ina_layout .ina_row2 .ina_col{
        margin-bottom: 20px;
    }
}
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.s_layout .s_row1{
    position: relative;
    max-width: 900px;
    text-align: center;
    margin: 0 auto 90px;
    padding: 0;
}
.s_layout .s_row1 h4{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 2;
    font-family: "Noto Sans TC", sans-serif;
    color: #464646;
    margin: 0;
    padding: 0;
}
.s_layout .s_row2{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.s_layout .s_row2 .s_col{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    /* max-width: 625px; */
    max-width: 48.5%;
    padding: 0 60px 60px;
    border-radius: 30px;
}
.s_layout .s_row2 .s_col .s_bigtit{
    position: relative;
    display: block;
    width: 240px;
    height: 70px;
    text-align: center;
    background: #B4865C;
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 21px;
    letter-spacing: 0.2em;
    line-height: 70px;
    border-radius: 15px;
    margin: -35px auto 50px;
}
.s_layout .s_row2 .s_col .s_bigtit::after{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #B4865C;
}
.s_layout .s_row2 .s_col .s_box{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
.s_layout .s_row2 .s_col .s_box .s_line{
    position: relative;
    height: 55px;
}
.s_layout .s_row2 .s_col .s_box .s_line::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #DDD;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.s_layout .s_row2 .s_col .s_box .s_line span{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 85px;
    font-family: "Outfit", sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: rgba(100,81,63,.25);
    margin-left: auto;
    margin-top: -15px;
    background: #F5F5F5;
    text-align: right;
    transition: all .3s ease;
}
.s_layout .s_row2 .s_col .s_box:hover .s_line span{
    color: #64513F;
}

.s_layout .s_row2 .s_col .s_box .s_tit{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.s_layout .s_row2 .s_col .s_box .s_tit .s_pic{
    position: relative;
    display: flex;
    width: 65px;
    height: 65px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    top: -5px;
}
.s_layout .s_row2 .s_col .s_box .s_tit .s_pic img{
    transform: scaleX(1);
    transition: all .2s ease;
}
.s_layout .s_row2 .s_col .s_box:hover .s_tit .s_pic img{
    transform: scaleX(-1);
}
.s_layout .s_row2 .s_col .s_box .s_tit h5{
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    letter-spacing: 0.15em;
    color: #464646;
    line-height: 1.5;
    font-weight: normal;
    margin: 0;
    padding: 0;
    transition: all .3s ease;
}
.s_layout .s_row2 .s_col .s_box .s_tit h5 span{
    font-size: 16px;
}
.s_layout .s_row2 .s_col .s_box:hover .s_tit h5{
    color: #64513F;
}

.s_layout .s_row2 .s_col .s_box .s_txt{
    position: relative;
    color: #666666;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-right: 85px;
}
@media screen and (max-width: 1440px){
    .s_layout{
        padding: 0 15px;
    }
}
@media screen and (max-width: 1280px){
    .s_layout .s_row2 .s_col .s_box .s_line span{
        width: 80px;
    }
    .s_layout .s_row2 .s_col .s_box .s_txt{
        margin-right: 0px;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_row1{
        max-width: 650px;
        margin: 0 auto 55px;
    }
    .s_layout .s_row1 h4{
        font-size: 17px;
    }
    .s_layout .s_row2{
        max-width: 650px;
        flex-direction: column;
        align-items: center;
        justify-content: normal;
        margin: 0 auto;
    }
    .s_layout .s_row2 .s_col{
        max-width: 650px;
        margin: 0 auto 0;
        border-radius: 15px;
        padding: 0 30px 25px;
    }
    .s_layout .s_row2 .s_col + .s_col{
        margin-top: 65px;
    }
    .s_layout .s_row2 .s_col .s_bigtit{
        width: 205px;
        height: 60px;
        line-height: 58px;
        font-size: 18px;
        border-radius: 10px;
        margin: -25px auto 32px;
    }
    .s_layout .s_row2 .s_col .s_bigtit::after {
        bottom: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #B4865C;
    }
    .s_layout .s_row2 .s_col .s_box {
        margin-bottom: 24px;
    }
    .s_layout .s_row2 .s_col .s_box .s_tit h5{
        font-size: 17px;
    }
    .s_layout .s_row2 .s_col .s_box .s_tit h5 span {
        font-size: 14px;
    }
    .s_layout .s_row2 .s_col .s_box .s_txt{
        font-size: 14px;
    }
    .s_layout .s_row2 .s_col .s_box .s_line {
        height: 42px;
    }
    .s_layout .s_row2 .s_col .s_box .s_line span{
        font-size: 42px;
        width: 70px;
    }
}
@media screen and (max-width: 767px){

}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    max-width: 1030px;
    margin: 40px auto 0;
}
.a_layout .a_row1{
    position: relative;
    max-width: 540px;
}
.a_layout .a_row2{
    position: relative;
    max-width: 410px;
}
.a_layout .a_row1 .a_tit{
    position: relative;
    text-align: left;
    margin: 0 0 42px;
}
.a_layout .a_row1 .a_tit span{
    color: #64513F;
    font-family: "Outfit", sans-serif;
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    margin: 0;
    padding: 0;
}
.a_layout .a_row1 .a_tit h2{
    color: #464646;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 26px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-weight: 500;
    display: block;
    margin: 0;
    padding: 0;
}
.a_layout .a_row1  {
    position: relative;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #666666;
}
.a_layout .a_row1  h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.5;
    font-family: "Noto Sans TC", sans-serif;
    margin: 0 0 10px;
    padding: 0;
    color: #464646;
}
.a_layout .a_row1 .a_txt{
    position: relative;
    display: block;
    margin: 0 0 42px;
}
.a_layout .a_pic{
    position: relative;
    box-sizing: border-box;
    border-radius: 30px;
    overflow: hidden;
}
.a_layout .a_row2  h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.5;
    font-family: "Noto Sans TC", sans-serif;
    margin: 34px 0;
    padding: 0;
    color: #464646;
    text-align: right;
}
@media screen and (max-width: 1280px){
    .a_layout{
        display: flex;
        flex-direction: column;
        margin-top: 25px;
    }
    .a_layout .a_row1 .a_tit{
        text-align: center;
    }
    .a_layout .a_row1 h4{
        text-align: center;
    }
    .a_layout .a_row1,
    .a_layout .a_row2{
        position: relative;
        margin: 0 auto;
    }
    .a_layout .a_pic{
        margin-bottom: 35px;
    }
    .a_layout .a_row2 h4{
        text-align: center;
        margin: 24px auto 0;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout{
        margin: 0 auto;
    }
    .a_layout .a_row1 .a_tit{
        margin: 0 0 28px;
    }
    .a_layout .a_row1 .a_tit span {
        font-size: 42px;
    }
    .a_layout .a_row1 .a_tit h2 {
        font-size: 22px;
    }
    .a_layout .a_row1 h4,
    .a_layout .a_row2 h4{
        font-size: 17px;
        text-align: center;
    }
    .a_layout .a_row1 {
        text-align: left;
        font-size: 14px;
    }
    .a_layout .a_row1 .a_txt {
        margin: 0 0 24px;
    }
    .a_layout .a_pic {
        margin-bottom: 24px;
        border-radius: 15px;
    }
}
@media screen and (max-width: 375px) {
    .a_layout .a_row1 .a_tit span {
        font-size: 40px;
    }
}
/*------------ contact-editor ------------*/
.contact-map{
    margin-bottom: 35px;
}
.contact-map iframe{
    position: relative;
    height: 300px;
    margin-bottom:0px;
    width: 100%;
    box-sizing: border-box;
    border: 8px solid #f0efe9;
}
.contact-info-txt i{
    font-size: 22px;
    color: #ffffff;
    background: #bcaa87;
    border-radius:50%;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    margin: 15px auto 15px;
    display: block;
    text-align: center;
}
.contact-info-txt i:before{
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
}
.contact-editor{
    text-align: left;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
}
.info_box_c{
    border:solid 1px #DDDddd;
    padding:25px;max-width:100%;
    box-sizing:border-box;
    display:inline-block;
    margin-top: 10px;
}
.contact-editor .col iframe{
    width: 100%;
}
.contact-editor .col+.col{
    /*border-left:solid 1px #ddd;*/
}
.contact-editor .col1{
    border-width: 0 1px 0 0;
}
.contact-editor .col3{
    border-width: 0 0 0 1px;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    text-decoration: underline;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .terms_txt{
    text-align: center;
}
.terms-editor .title{
    font-size: 18px;
    color: #64513F;
    margin: 0;
    letter-spacing: 0.15em;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
}
.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: 960px){
    .contact-editor .col{
        float: none;
        padding: 15px 0;
    }
    .contact-editor .row, .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-info-txt .img-ic{
        max-width: 100px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
}
@media screen and (max-width: 1000px){
    /*---------about-editor---------*/
    .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
        height: auto;
        overflow: hidden;
    }
    .contact-editor .col{
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col{
        border-bottom: solid 1px #eee;
    }
    .contact-editor .col  + .col{
        border-top: 1px solid #D1D1CF;
        border-width: 1px 0 0;
    }
    .contact-editor .col:last-child{
        border-bottom: none;
    }
    .contact-info-txt i{
        left: 0;
        margin: 0px 12px 0 0;
        display: inline-block;
        float: left;
        vertical-align: middle;
    }
    .contact-info-txt{
        width: 100%;
        max-width: inherit;
        text-align: left;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 1000px){

}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
