@charset "utf-8";
/*------------ about-editor ------------*/
.about-sect .txt-box .index-about-editor .editor h3 {
    position: relative;
    box-sizing: border-box;
    color: #2B1F1D;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 3.5px;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0 0 20px;
    font-family: 'Noto Serif TC', serif;
}
.about-sect .txt-box .index-about-editor .editor h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background: rgba(43, 32, 29, 0.3);
}
.about-sect .txt-box .index-about-editor .editor h3 span:nth-of-type(1) {
    color: #31637B;
}
.about-sect .txt-box .index-about-editor .editor h3 span:nth-of-type(2) {
    color: #C04826;
}
.about-sect .txt-box .index-about-editor .editor h3 span:nth-of-type(3) {
    color: #C69750;
}
.about-sect .txt-box .index-about-editor .editor p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor h3{
        font-size: 20px;
    }
    .about-sect .txt-box .index-about-editor .editor h3::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .about-sect .txt-box .index-about-editor .editor p {
        -webkit-line-clamp: initial;
        height: unset;
    }
}
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    max-width: 929px;
    margin: 0 auto;
}
.a_layout .a_item.one {
    padding: 170px 0 0;
    text-align: center;
}
.a_layout .a_item.one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 450px;
    background: url(../../../images/layout06/common/about/a_bg.png) no-repeat;
    background-size: contain;
}
.a_layout .a_item.one .a_title {
    margin: 0 0 20px;
}
.a_layout .a_item.one .a_title span {
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: rgb(255, 255, 255, 0.15);
    font-size: 85px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
}
.a_layout .a_item.one .a_title h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 2.5px;
    line-height: 1.2;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
.a_layout .a_item.one .a_txt {
    margin: 0 auto;
    max-width: 600px;
    background: #fff;
    border: 4px solid #D9B777;
    border-radius: 30px;
    padding: 50px;
}
.a_layout .a_item.one h4 {
    color: #2B1F1D;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 3.5px;
    line-height: 1.5;
    margin: 0 auto 10px;
    padding: 0 0 20px;
    font-family: 'Noto Serif TC', serif;
    width: fit-content;
}
.a_layout .a_item.one h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(43, 32, 29, 0.3);
}
.a_layout .a_item.one h4 span:nth-of-type(1) {
    color: #31637B;
}
.a_layout .a_item.one h4 span:nth-of-type(2) {
    color: #C04826;
}
.a_layout .a_item.one h4 span:nth-of-type(3) {
    color: #C69750;
}
.a_layout .s_layout .s_item.two .s_box {
    margin: -85px 10px 0;
}
.a_layout .s_layout .s_item.two .s_box:nth-of-type(2n) {
    margin-top: -65px;
}
@media screen and (max-width: 1280px){
    .a_layout .s_layout .s_item.two .s_box {
        margin: -85px 2.5px 0;
    }
    .a_layout .s_layout .s_item.two .s_box:nth-of-type(2n) {
        margin-top: -65px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item.one {
        padding: 70px 0 0;
    }
    .a_layout .a_item.one .a_title {
        margin: 0 0 30px;
    }
    .a_layout .a_item.one .a_title h3 {
        font-size: 28px;
    }
    .a_layout .a_item.one .a_title span {
        font-size: 55px;
    }
    .a_layout .a_item.one .a_txt {
        max-width: 500px;
        padding: 30px;
    }
    .a_layout .a_item.one h4 {
        font-size: 20px;
        margin: 0 auto 10px;
        padding: 0 0 10px;
    }
    .a_layout .s_layout .s_item.two .s_box,
    .a_layout .s_layout .s_item.two .s_box:nth-of-type(2n) {
        margin: 0 5px 10px;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .a_item.one .a_txt {
        max-width: 500px;
        padding: 20px;
    }
}
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    text-align: center;
}
.s_layout .s_item.one {
    margin: 0;
    letter-spacing: 2px;
    line-height: 1.8;
}
.s_layout .s_item.one p {
    margin: 0;
}
.s_layout .s_item.two {
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s_layout .s_item.two .s_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 211px;
    height: 211px;
    border-radius: 100%;
    border: 8px solid #D9B777;
    background: #fff;
    margin: 0 29.5px;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease;
}
.s_layout .s_item.two .s_box:nth-of-type(2n) {
    margin-top: 14px;
}
.s_layout .s_item.two .s_box:hover {
    background: #31637C;
    border-color: #7EADBE;
}
.s_layout .s_item.two .s_box .s_txt {
    padding: 0 0 10px;
}
.s_layout .s_item.two .s_box .s_txt h3 {
    color: #4B4443;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    font-family: 'Noto Serif TC', serif;
    margin: 0;
    transition: all 0.3s ease;
}
.s_layout .s_item.two .s_box .s_txt h3 span {
    color: #BF4626;
    display: block;
    transition: all 0.3s ease;
}
.s_layout .s_item.two .s_box:hover .s_txt h3,
.s_layout .s_item.two .s_box:hover .s_txt h3 span {
    color: #fff;
}
.s_layout .s_item.two .s_box:first-of-type .s_txt h3 span {
    display: inline;
}
.s_layout .s_item.two .s_box .s_pic {
    padding: 10px 0 0;
}
.s_layout .s_item.two .s_box .s_pic img {
    width: 50px;
    transition: all 0.3s ease;
}
.s_layout .s_item.two .s_box:hover .s_pic img {
    filter: brightness(100);
}
@media screen and (max-width: 1280px){
    .s_layout .s_item.two .s_box {
        margin: 0 15px;
    }
}
@media screen and (max-width: 1000px){
    .s_layout .s_item.two {
        flex-wrap: wrap;
        max-width: 500px;
    }
    .s_layout .s_item.two .s_box,
    .s_layout .s_item.two .s_box:nth-of-type(2n) {
        margin: 0 5px 10px;
    }
    .s_layout .s_item.two .s_box:hover {
        top: 0;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_item.two .s_box {
        width: 160px;
        height: 160px;
        border: 4px solid #D9B777;
    }
    .s_layout .s_item.two .s_box .s_txt {
        padding: 15px 0 2.5px;
    }
    .s_layout .s_item.two .s_box .s_pic img {
        width: 40px;
    }
}
/*------------ /service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-info .is-container-in {
    padding: 0;
}
.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: '';
    box-sizing: border-box;
    background: #C04826;
    border: 4px solid #DD7151;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    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;
}
@media screen and (max-width: 1100px){
    .contact-editor i{
        text-indent: 0px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1000px){
    .contact-editor .col + .col{
        margin: 15px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
    .terms-editor .title{
        font-size: 16px;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 18px;
    font-weight: 600;
    color: #38718B;
    margin: 0;
    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: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
/*------------ /terms-editor ------------*/