@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    max-width: 1030px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.a_layout .a_txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 515px;
    font-size: 16px;
    color: #525252;
    padding: 0;
    line-height: 2.2;
}
.a_layout .a_txt::after{
    content: 'HEALTH \A BEAUTY \A FASHION ';
    font-size: 80px;
    font-family: "Abril Fatface", serif; 
    font-weight: normal;
    color: rgba(247,132,191,.5);
    line-height: 1;
    margin-top: 42px;
}
.a_layout .a_txt .a_title {
    position: relative;
    display: flex;
    text-align: left;
    align-items: baseline;
    margin: 0 0 28px;
}
.a_title span {
    position: relative;
    display: block;
    font-family: "Abril Fatface", serif;
    font-weight: normal;
    font-size: 75px;
    color: #F784BF;
    letter-spacing: 0.05em;
    line-height: 1.25;
}
.a_title h2 {
    font-family: "Noto Serif TC", serif;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #464646;
    margin: 0;
    margin-left: 20px;
}
.a_layout .a_txt h4 {
    color: #1A0881;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.4em;
    line-height: 1.2;
    margin: 0 0 20px;
}
.a_layout .a_pic{
    position: relative;
    box-sizing: border-box;
    max-width: 465px;
    margin-top: 20px;
}
@media screen and (max-width: 1280px){
    .a_layout{
        flex-direction: column;
        justify-content:inherit;
        align-items: center;
    }
    .a_layout .a_txt{
        text-align: center;
    }
    .a_layout .a_txt .a_title{
        flex-direction: column;
        text-align: center;
        margin: 0 auto 28px;
    }
    .a_title h2{
        margin: 0 auto;
    }
    .a_layout .a_pic img{
        line-height: inherit;
    }
    .a_layout .a_txt::after{
        margin-top: 28px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_txt::after{
        font-size: 36px;
    }
    .a_layout .a_txt .a_title {
        display: block;
        position: relative;
        text-align: center;
        margin: 0 auto 32px;
    }
    .a_title span {
        font-size: 36px;
    }
    .a_title h2 {
        font-size: 25px;
        margin: 0 auto;
    }
    .a_layout .a_txt h4 {
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: 0.2em;
    }
    .a_layout .a_txt {
        font-size: 15px;
        -webkit-line-clamp: inherit;
        height: auto;
        line-height: 2;
    }
}
/*------------ service-editor ------------*/

/*------------ contact-editor ------------*/
.contact-editor .col{
    float: left;
}
.contact-editor .col + .col{
    margin: 0 0 0 25px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #F784BF;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    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;
}
.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;
    top: 2px;
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
}
/*------------ 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: #1A0881;
    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 + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@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%;
    }
}
