@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.a_layout .a_row1{
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.a_layout .a_row1 .a_pic{
    position: relative;
    box-sizing: border-box;
    width: 38.6%;
    max-width: 400px;
}
.a_layout .a_row1 .a_pic > img {
    filter: drop-shadow(7px 7px 24px rgba(0, 0, 0, 0.12));
}
.a_layout .a_row1 .a_txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 61.4%;
    max-width: 532px;
    margin-left: auto;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0.05em;
    line-height: 2;
}
.a_layout .a_row1 .a_txt .a_tit{
    position: relative;
    text-align: left;
    width: 100%;
    line-height: 1.2;
    box-sizing: border-box;
    margin: 0 0 50px;
}
.a_layout .a_row1 .a_txt .a_tit::before {
    content: 'Who we are';
    position: absolute;
    display: block;
    font-family: "Alex Brush", cursive;
    font-size: 105px;
    font-weight: normal;
    color: rgba(170, 170, 170, .15);
    letter-spacing: 0;
    line-height: 1.2;
    top: -5px;
    left: 55px;
}
.a_layout .a_row1 .a_txt .a_tit::after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #666666;
    left: 0;
    top: calc(100% + 25px);
    visibility: visible;
}
.a_layout .a_row1 .a_txt .a_tit h2{
    position: relative;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    color: #000;
    font-family: "Noto Serif TC", serif;
    margin: 24px 0 0;
    padding: 0;
}
.a_layout .a_row1 .a_txt .a_tit span{
    position: relative;
    box-sizing: border-box;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    color: #484848;
    font-family: "Belleza", sans-serif;
    margin: 0;
    padding: 0;
}
.a_layout .a_row1 .a_txt h4 {
    position: relative;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: 500;
    color: #333333;
    margin: 0 0 15px;
}
.a_layout .a_row2{
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_row2 > img {
    filter: drop-shadow(7px 7px 24px rgba(0, 0, 0, 0.12));
}

@media screen and (max-width: 1280px){
    .a_layout .a_row1 {
        margin-bottom: 40px;
        flex-direction: column;
        align-items: center;
    }
    .a_layout .a_row1 .a_pic{
        width: fit-content;
        max-width: inherit;
        margin: 0 auto 32px;
    }
    .a_layout .a_row1 .a_txt{
        width: fit-content;
        max-width: inherit;
        font-size: 15px;
        letter-spacing: 0.03em;
    }
    .a_layout .a_row1 .a_txt .a_tit::before{
        font-size: 78px;
        top: 8px;
        bottom: inherit;
        left: 0;
        right: 0;
        margin: 0 auto;
        white-space: nowrap;
    }
    .a_layout .a_row1 .a_txt .a_tit{
        width: fit-content;
        text-align: center;
        margin: 0 auto 34px;
    }
    .a_layout .a_row1 .a_txt .a_tit h2 {
        margin: 10px 0 0;
        font-size: 22px;
    }
    .a_layout .a_row1 .a_txt .a_tit span{
        font-size: 35px;
    }

    .a_layout .a_row1 .a_txt .a_tit::after{
        width: 40px;
        height: 3px;
        top: calc(100% + 18px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .a_layout .a_row1 .a_txt h4{
        margin-bottom: 10px;
        letter-spacing: 0.03em;
        font-size: 18px;
        text-align: center;
    }
    .about-sect .title::before{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .a_layout .a_row1 .a_pic > img ,
    .a_layout .a_row2 > img {
        filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.12));
    }
}
@media screen and (max-width: 1000px){
    .a_layout{
        box-sizing: border-box;
        padding: 0 15px;
    }

}

/*------------ service-editor ------------*/

/*------------ contact-editor ------------*/
.contact-editor{
    text-align: center;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
}
.contact-editor .col + .col:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
}
.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{
    color: #000;
    text-decoration: underline;
}
.info-icon-box{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 20px;
}
/*------------ 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: #333333;
    letter-spacing: 0.05em;
    font-weight: 500;
    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: 960px){
    .contact-editor .col{
        float: none;
        padding: 15px 0;
    }
    .contact-editor .row, .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-info-txt .img-ic{
        max-width: 100px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 1100px){
    .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
