@charset "utf-8";
/*------------ about-editor ------------*/
.ab_t {
    font-size: 20px;
    font-weight: 500;
    color: #4A4747;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0 auto 8px;
}
.ab_txt {
    font-size: 16px;
    margin: 0;
    line-height: 1.8;
    color: #5D5D5D;
}
.about_section{
    max-width:1200px;
    margin:0 auto;
    padding: 0;
    display:flex;
    flex-direction:column;
    gap: 24px;
    overflow: hidden;
}
.about_top_row{
    display:flex;
    gap: 80px;
    align-items:center;
    z-index: 2;
}
.about_text_block{
    flex: 1 1 0;
    min-width: 0;
    display:flex;
    flex-direction:column;
    gap: 16px;
}
.about_title_row{
    text-align: left;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}
.about_title_en{
    display: block;
    position: relative;
    font-weight: 900;
    font-style: italic;
    color: #444;
    font-size: 60px;
    line-height: 0.8;
    font-family: "Albert Sans", sans-serif;
}
.about_title_en:first-letter{
    color: #F67203;
}
.about_title_slash{
    font-size:28px;
    color:#999;
    display:none;
}
.about_title_tw{
    color: #444;
    font-size: 30px;
    font-weight: 500;
    line-height: 0.8;
    margin: 0;
    letter-spacing: 0.01em;
    position: relative;
    font-family: "Albert Sans", sans-serif;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex-shrink: 0;
}
.about_title_tw:before {
    content: '';
    display: block;
    width: 6px;
    height: 24px;
    background: #F67203;
    transform: skew(-29deg);
}
.about_subtitle{
    font-size: 20px;
    font-weight: 500;
    color: #4A4747;
    letter-spacing: 2px;
}
.about_text{
    font-size:15px;
    line-height:1.8;
    color: #5d5d5d;
}
.about_image_block{
    flex: 0 1 auto;
}
.about_image_block img{
    width:100%;
    display:block;
}
.about_bottom_row{
    display:flex;
    gap: 0;
    align-items:center;
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 80px 64px;
    position: relative;
    z-index: 1;
}
.about_product_block{
    flex: 0 1 auto;
    align-self: flex-start;
    margin: -80px 0 0 -64px;
}
.about_product_block img{
    width:100%;
    mix-blend-mode: multiply;
}
.about_desc_block{
    flex: 1 1 0;
    min-width: 0;
    display:flex;
    flex-direction:column;
    gap: 16px;
    position:relative;
}
.about_big_word{
    position:absolute;
    bottom: 100%;
    right: 56px;
    font-size:100px;
    font-weight: 900;
    color:transparent;
    -webkit-text-stroke:1px #f26722;
    opacity:0.3;
    pointer-events:none;
    text-align: right;
    opacity: 0.5;
    font-style: italic;
    width: 100%;
    line-height: 0.72;
}
.about_desc_title{
    font-size:20px;
    font-weight: 500;
    letter-spacing: 2px;
}
.about_desc_text{
    font-size:15px;
    line-height:1.8;
    color: #5d5d5d;
}
/* RWD */
@media (max-width:1000px){
    .about_section{
        gap:40px;
    }
    .about_top_row{
        flex-direction:column;
        gap: 40px;
    }
    .about_bottom_row{
        flex-direction:column;
        gap: 40px;
        padding: 40px 24px;
    }
    .about_product_block {
        margin: -40px 0 0 -24px;
    }
    .about_big_word{
        font-size:70px;
        right: 0;
        text-align: center;
    }
    .about_title_en{
        font-size: 40px;
    }
    .about_title_tw{
        font-size: 26px;
    }
}
@media (max-width:600px){
    .about_section{
        padding:0px 16px;
        gap:60px;
    }
    .about_title_en{
        font-size:34px;
    }
    .about_big_word{
        font-size:48px;
    }
}
/*------------ service-editor ------------*/
.index_more.service_more{
    display: flex!important;
    margin: 40px auto 0!important;
}
.title.service_t{
    display: flex!important;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.title.service_t span{
    color: #fff;
}
.title.service_t span:first-letter{
    color: #444;
}
.title.service_t h2{
    font-size: 40px;
    letter-spacing: 7px;
    margin: 8px 0 0;
    font-style: italic;
    color: #fff;
}
.title.service_t h2:before{
    background: #fff;
}
@media (max-width:1000px){
    .title.service_t span{
        font-size: 40px;
    }
    .title.service_t h2{
        font-size: 26px;
    }
}
/*------------ contact-editor ------------*/
.contact-editor .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.contact-editor .col {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.contact-editor .col.add {
    flex: 1 1 0;
    min-width: 250px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    background: #F67203;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-shrink:0;
    gap: 16px;
    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;
    transform: rotate(-45deg); 
}
.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;
}
/*------------ 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: #F67203;
    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){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 1100px){
    .row_{
        display: block;
    }
    .about-editor .row_1 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_1{
        margin-bottom: 40px;
    }
    .about-editor .row_2{
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after{
        display: none;
    }
    .about-editor .row_2 .col,.about-editor .row_3 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,.about-editor .row_3 .txt_box{
        padding:0px;
        border:none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2{
        text-align: left;
    }
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2,.service-editor .row_ .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2{
        padding: 0
    }
    .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%;
    }
}
