@charset "utf-8";
/*------------ footer-editor ------------*/
.ic_phone{
    font-size: 20px;
    color: #444444;
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before{
    content: "\e1050";
    font-family: 'icon-font2' !important;
}
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ /footer-editor ------------*/
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #000;
    margin: 40px 0 30px;
}
.about-sect .txt-box .index-about-editor .editor p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 170px;
}
@media screen and (max-width: 1280px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 20px;
        text-align: center;
    }
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor p {
        -webkit-line-clamp: initial;
        height: unset;
    }
    .about-sect .txt-box .index-about-editor .editor h3 {
        margin: 0 0 10px;
    }
}
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 2;
}
.a_layout h3 {
    margin: 0;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #000;
}
.a_layout .a_item.one span {
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #7F7F7F;
    font-family: 'Libre Baskerville', serif;
}
.a_layout h4 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 1.6;
    color: #000;
}
.a_layout .a_item.one {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}
.a_item.one .a_col.a_title_w {
    width: 35%;
    display: flex;
    justify-content: center;
}
.a_item.one .a_col.a_title_w .a_title {
    text-align: left;
}
.a_item.one .a_col.a_txt_w {
    width: 65%;
}
.a_item.one .a_txt {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 95px;
    letter-spacing: 0;
    line-height: 1;
    -webkit-text-stroke: 1px rgb(165, 165, 165, 0.35);
    text-stroke: 1px rgb(165, 165, 165, 0.35);
    color: transparent;
    font-family: 'Libre Baskerville', serif;
    z-index: -1;
}
.a_layout .a_item.two .a_col:last-of-type {
    margin-top: -50px;
    margin-right: 0;
    margin-left: auto;
    padding: 26px;
    width: 55%;
    color: #fff;
    background: #000;
}
.a_layout .a_item.two .a_col:last-of-type p {
    font-size: 24px;
}
.a_layout .a_item.three {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.a_item.three .a_col:first-of-type {
    width: 55%;
    padding-left: 30px;
}
.a_item.three .a_col:last-of-type {
    width: calc(100% - 55%);
}
@media screen and (max-width: 1440px){
    .a_item.one .a_txt {
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 12.5vw;
    }
}
@media screen and (max-width: 1280px){
    .a_layout h4,
    .a_layout .a_item.two .a_col:last-of-type p{
        font-size: 20px;
    }
}
@media screen and (max-width: 1200px){
    .a_item.one .a_txt {
        font-size: 11.5vw;
    }
}
@media screen and (max-width: 1000px){
    .a_item.one .a_txt {
        font-size: 8vw;
    }
    .a_layout .a_item.one {
        flex-direction: column;
    }
    .a_item.one .a_col.a_title_w {
        width: 100%;
    }
    .a_item.one .a_col.a_title_w .a_title {
        text-align: center;
        margin: 0 0 40px;
    }
    .a_layout h3 {
        font-size: 32px;
    }
    .a_item.one .a_col.a_txt_w {
        width: 100%;
        text-align: center;
    }
    .a_layout h3::before {
        display: none;
    }
    .a_layout h4{
        text-align: center;
    }
    .a_layout h4,
    .a_layout .a_item.two .a_col:last-of-type p {
        font-size: 18px;
    }
    .a_layout .a_item.two .a_col:last-of-type {
        margin-top: 0;
        width: 100%;
    }
    .a_layout .a_item.three {
        flex-direction: column;
    }
    .a_item.three .a_col:first-of-type {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 50px 0 30px;
    }
    .a_item.three span {
        top: 10%;
        transform: translate(-50%, -50%);
        left: 50%;
        font-size: 100px;
        opacity: 0.5;
    }
    .a_item.three .a_col:last-of-type {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_item.two .a_col:last-of-type{
        padding: 30px;
    }
    .a_item.three p {
        margin: 0;
    }
}
/*------------ /about-editor ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    justify-content: center;
}
.s_layout .s_box {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4);
}
.s_layout .s_box .s_pic {
    display: flex;
    justify-content: center;
    width: 230px;
    padding: 40px 0;
    border: 10px solid #F0F0F0;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.s_layout .s_box .s_pic:hover {
    border-color: #ddd;
}
.s_layout .s_pic img {
    width: 130px;
}
.s_layout .s_box .s_txt {
    padding: 20px 0 0;
}
.s_layout .s_txt h3 {
    margin: 0;
    padding: 0 0 20px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #000;
}
.s_layout .s_txt p {
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.8;
}
@media screen and (max-width: 1000px){
    .s_layout {
        flex-wrap: wrap;
        max-width: 500px;
        margin: 0 auto;
        justify-content: center;
    }
    .s_layout .s_box {
        width: calc(100% / 2 - 20px);
        margin: 0 10px 30px;
    }
    .s_layout .s_txt h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .s_layout .s_box .s_pic {
        width: 180px;
    }
    .s_layout .s_pic img {
        width: 80px;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_box .s_pic {
        width: 150px;
        border-width: 8px;
        padding: 32px 0;
    }
    .s_layout .s_pic img {
        width: 70px;
    }
    .s_layout .s_txt p {
        display: none;
    }
    .s_layout .s_box {
        margin: 0 2.5px 30px;
        width: calc(100% / 2 - 5px);
    }
}
/*------------ /service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
    font-family: 'Libre Baskerville', 'Noto Sans TC', serif;
}
.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: #ccc;
}
.contact-info-txt{
    margin: 0 auto;
    padding: 0 10px;
}
.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: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #000;
    color: #fff;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
@media screen and (max-width: 1000px){
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .contact-map{
        height: 200px;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    margin: 0 auto;
}
.terms-editor .title:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #000;
    font-size: 18px;
    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;
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
/*------------ /terms-editor ------------*/