@charset "utf-8";
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor h3{
    position: relative;
    box-sizing: border-box;
    color: #595959;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.5;
    margin: 0 0 60px;
    font-family: 'Noto Serif TC', serif;
}
.about-sect .txt-box .index-about-editor .editor h3 em {
    font-style: unset;
    position: relative;
}
.about-sect .txt-box .index-about-editor .editor h3 em::before {
    content: '“';
    top: -20px;
    left: -20px;
    position: absolute;
    font-size: 50px;
    color: #F6A903;
    font-family: 'Forum', serif;
}
.about-sect .txt-box .index-about-editor .editor h3 em::after {
    content: '“';
    bottom: -20px;
    right: -20px;
    position: absolute;
    font-size: 50px;
    color: #F6A903;
    font-family: 'Forum', serif;
    transform: rotate(180deg);
}
.about-sect .txt-box .index-about-editor .editor h3 strong {
    font-weight: normal;
    color: #F6A903;
}
@media screen and (max-width: 1330px){
    .about-sect .txt-box .index-about-editor .editor h3{
        font-size: 28px;
    }
}
@media screen and (max-width: 1200px) {
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 25px;
    }
}
@media screen and (max-width: 1000px) {
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 23px;
        margin: 0 0 45px;
    }
    .about-sect .txt-box .index-about-editor .editor h3 em::before,
    .about-sect .txt-box .index-about-editor .editor h3 em::after {
        font-size: 45px;
    }
    .about-sect .txt-box .index-about-editor .editor h3 em::before {
        top: -15px;
        left: -15px;
    }
    .about-sect .txt-box .index-about-editor .editor h3 em::after {
        bottom: -15px;
        right: -15px;
    }
}
@media screen and (max-width: 1000px) {
    .about-sect .txt-box .index-about-editor .editor h3 {
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .about-sect .txt-box .index-about-editor .editor h3 {
        width: 100%;
        margin: 0 0 30px;
    }
}

/*content*/
.a_layout *{
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    max-width: 1050px;
    margin: 0 auto;
}
.a_layout .a_item.two {
    display: flex;
    justify-content: space-between;
    margin: -250px 0 0;
    padding: 0 70px;
}
.a_layout .a_item.two .a_txt {
    width: 55.5%;
    padding: 0 0 0 60px;
}
.a_layout .a_item.two .a_txt .a_title {
    padding: 30px 0 55px;
}
.a_layout .a_item.two .a_txt .a_title_content {
    display: flex;
    align-items: flex-end;
    text-align: left;
    margin: 0 0 55px;
}
.a_layout .a_item.two .a_txt .a_title h2 {
    color: #595959;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
.a_layout .a_item.two .a_txt .a_title span{
    display: block;
    color: #999;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1.3px;
    line-height: 1.2;
    font-family: 'Forum', serif;
    top: -5px;
    padding: 0 0 0 20px;
}
.a_layout .a_item.two .a_txt .a_title h3{
    color: #595959;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.5;
    padding: 0 0 0 25px;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
.a_layout .a_item.two .a_txt .a_title h3 em {
    font-style: unset;
}
.a_layout .a_item.two .a_txt .a_title h3 em::before {
    content: '“';
    top: -20px;
    left: -20px;
    position: absolute;
    font-size: 50px;
    color: #F6A903;
    font-family: 'Forum', serif;
}
.a_layout .a_item.two .a_txt .a_title h3 em::after {
    content: '“';
    bottom: -20px;
    right: -20px;
    position: absolute;
    font-size: 50px;
    color: #F6A903;
    font-family: 'Forum', serif;
    transform: rotate(180deg);
}
.a_layout .a_item.two .a_txt .a_title h3 strong {
    font-weight: normal;
    color: #D28D01;
}
.a_layout .a_item.two p {
    margin: 0 0 0 30px;
    padding: 0 0 0 20px;
    border-left: 1px solid #F6A903;
    text-align: left;
}
.a_layout .a_item.three {
    padding: 0 70px;
    margin: 50px 0;
}
.a_layout .a_item.three::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    width: 243px;
    height: 276px;
    background: url(../../../images/layout03/common/about/a_logo.png) no-repeat;
    opacity: 0.1;
}
.a_layout .a_item.three p {
    margin: 0;
    padding: 0 0 0 20px;
    border-left: 1px solid #F6A903;
    text-align: left;
}
@media screen and (max-width: 1440px){
    .a_layout .a_item.two {
        padding: 0 50px;
    }
    .a_layout .a_item.two .a_txt {
        padding: 0 0 0 30px;
    }
    .a_layout .a_item.three {
        padding: 0 50px;
        margin: 50px 0;
    }
}
@media screen and (max-width: 1330px){
    .a_layout .a_item.two .a_txt .a_title h3 {
        font-size: 28px;
    }
    .a_layout .a_item.two .a_txt .a_title {
        padding: 50px 0 55px;
    }
}
@media screen and (max-width: 1200px){
    .a_layout .a_item.two {
        padding: 0 30px;
    }
    .a_layout .a_item.three {
        padding: 0 30px;
        margin: 50px 0;
    }
    .a_layout .a_item.two .a_txt .a_title h3 {
        font-size: 25px;
    }
    .a_layout .a_item.two .a_txt {
        padding: 0 0 0 20px;
    }
}
@media screen and (max-width: 1100px){
    .a_layout .a_item.two {
        margin: -150px 0 0;
        padding: 0 10px;
        flex-direction: column;
        text-align: center;
    }
    .a_layout .a_item.two .a_txt{
        width: 100%;
        padding: 0;
    }
    .a_layout .a_item.two .a_txt p {
        margin: 20px 0;
        padding: 0px 20px;
    }
    .a_layout .a_item.two .a_txt .a_title{
        padding: 35px 0 0;
    }
    .a_layout .a_item.two .a_txt .a_title b{
        font-size: 18px;
        color: #5f8d5c;
        letter-spacing: 1px;
        margin: 5px 0 0;
    }
    .a_layout .a_item.three {
        padding: 0 10px;
        margin: 0 0 50px;
    }
    .a_layout .a_item.two .a_txt .a_title_content {
        justify-content: center;
        margin: 0 0 40px;
    }
    .a_layout .a_item.two .a_txt .a_title h2 {
        font-size: 30px;
    }
    .a_layout .a_item.two .a_txt .a_title span {
        font-size: 16px;
        padding: 0 0 0 10px;
    }
    .a_layout .a_item.two .a_txt .a_title h3 {
        font-size: 23px;
        padding: 0;
    }
    .a_layout .a_item.two .a_txt .a_title h3 strong {
        color: #F6A903;
    }
    .a_layout .a_item.three::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0.05;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_item.two {
        margin: -80px 0 0;
    }
}
/*------------ service-editor ------------*/
.service-sect .editor p{
    margin: 0;
}
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -25px 0;
}
.s_layout .s_box {
    width: calc(100% / 3);
    padding: 0 25px;
    margin: 0 auto 50px;
}
.s_layout .s_box:nth-last-of-type(-n+3) {
    margin: 0 auto;
}
.s_layout .s_box .s_txt {
    margin: -22.5px auto 0;
    text-align: center;
}
.s_layout .s_box .s_txt span {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #999;
    font-size: 18px;
    letter-spacing: 1.3px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    font-family: 'Forum', serif;
}
.s_layout .s_box .s_txt h3 {
    position: relative;
    box-sizing: border-box;
    color: #595959;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    padding: 0 0 15px;
    margin: 0 0 15px;
    font-family: 'Noto Serif TC', serif;
    border-bottom: 1px solid #e5e5e5;
}
.s_layout .s_box .s_txt h3 strong {
    font-weight: normal;
    color: #F6A903;
}
.s_layout .s_box .s_txt p {
    margin: 0;
    text-align: justify;
    line-height: 1.7;
}
@media screen and (max-width: 1000px){
    .s_layout{
        margin: 30px -10px 0;
    }
    .s_layout .s_box {
        width: calc(100% / 2);
        padding: 0 10px;
        margin: 0 auto 30px;
    }
    .s_layout .s_box .s_txt {
        margin: -17.5px auto 0;
    }
    .s_layout .s_box .s_txt h3 {
        font-size: 18px;
        padding: 0 0 10px;
        margin: 0 0 10px;
    }
    .s_layout .s_box .s_txt p {
        font-size: 14px;
    }
    .s_layout .s_box .s_txt span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .s_layout .s_box:nth-last-of-type(-n+3){
        margin: 0 auto 30px;
    }
}
/*------------ 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: unset;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    color: #F6A903;
}
.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-"],
.contact-info-txt .info-icon-box [class^="icon-"] {
    font-size: 20px;
}
@media screen and (max-width: 1100px){
    .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
}
@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%;
    }
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 18px;
    color: #F6A903;
    margin: 0;
    font-weight: normal;
    font-family: 'Noto Serif TC', serif;
}
.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: 1100px){
    .terms-editor .title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}