@charset "utf-8";
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor h3 {
    color: #777777;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 1.8;
    margin: 0 0 40px;
    font-family: 'Noto Serif TC', serif;
}
.about-sect .txt-box .index-about-editor .editor span {
    display: block;
}
@media screen and (max-width: 1280px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 18px;
        letter-spacing: 3px;
    }
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        margin: 0 0 30px;
        text-align: center;
    }
    .about-sect .txt-box .index-about-editor .editor span {
        display: inline;
        text-align: left;
    }
}
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    max-width: 1035px;
    margin: 0 auto;
}
.a_layout .a_item_1 {
    display: flex;
    align-items: center;
    margin: 0 0 80px;
}
.a_layout .a_item_1 .a_col{
    width: 47%;
}
.a_layout .a_item_1 .a_col:last-of-type {
    width: 53%;
    padding-left: 48px;
}
.a_layout .a_item_1 .a_col img {
    border-radius: 0 8vw 8vw 0;
}
.a_layout .a_title {
    margin: 0 0 40px;
}
.a_layout .a_title .a_title_top {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.a_layout .a_title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 73%;
    right: unset;
    width: 50px;
    height: 1px;
    background: #BBBBBB;
}
.a_layout .a_title h3::after {
    content: '';
    position: absolute;
    top: -55%;
    right: 73%;
    left: 20px;
    transform: translateY(-50%);
    width: 17px;
    height: 18px;
    background: url(../../../images/layout03/common/index/title_ic.png) no-repeat;
    background-size: contain;
}
.a_layout .a_title h3 {
    margin: 0;
    color: #666;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    font-family: 'Noto Serif TC', serif;
    width: fit-content;
    padding: 0 67px 0 49px;
    top: -2px;
}
.a_layout .a_title span {
    display: block;
    color: #5F5F5F;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    font-family: 'Cormorant Garamond', serif;
}
.a_layout h4 {
    color: #777777;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 1.8;
    margin: 0 0 30px;
    font-family: 'Noto Serif TC', serif;
}
.a_layout p {
    margin: 0;
    color: #878787;
    font-size: 16px;
    letter-spacing: 1.3px;
    line-height: 1.9;
}
.a_layout p span {
    display: block;
}
.a_layout .a_item_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px;
}
.a_layout .a_item_2 .a_col:first-of-type {
    text-align: right;
    width: 40%;
    border-right: 1px solid #BBBBBB;
    padding-right: 53px;
}
.a_layout .a_item_2 .a_col:last-of-type {
    padding-left: 53px;
}
.a_layout .a_item_2 .a_title {
    margin: 0;
}
.a_layout .a_item_2 .a_title h3 {
    padding: 0 23px 0 67px;
    margin: 0 0 0 auto;
}
.a_layout .a_item_2 .a_title h3::before {
    content: '';
    position: absolute;
    top: 0%;
    left: calc(100% - 18px);
    transform: translateY(-50%);
    width: 17px;
    height: 18px;
    background: url(../../../images/layout03/common/index/title_ic.png) no-repeat;
    background-size: contain;
}
.a_layout .a_item_2 .a_title h3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 73%;
    left: unset;
    width: 50px;
    height: 1px;
    background: #BBBBBB;
}
.a_layout .a_item_2 h4 {
    margin: 0 0 5px;
}
@media screen and (max-width: 1280px){
    .a_layout .a_title span {
        font-size: 40px;
    }
    .a_layout h4 {
        font-size: 18px;
        letter-spacing: 3px;
    }
}
@media screen and (max-width: 1100px){
    .a_layout .a_item_1 {
        margin: 0 0 50px;
        flex-direction: column;
    }
    .a_layout .a_item_1 .a_col {
        width: 100%;
        text-align: center;
    }
    .a_layout .a_title .a_title_top {
        justify-content: center;
    }
    .a_layout .a_item_1 .a_col:last-of-type {
        width: 100%;
        padding: 30px 0 0;
    }
    .a_layout .a_item_2{
        flex-direction: column;
    }
    .a_layout .a_item_2 .a_col:first-of-type {
        width: 100%;
        padding: 0;
        text-align: center;
        border: 0;
        margin: 0 0 30px;
    }
    .a_layout .a_item_2 .a_title h3 {
        padding: 0 23px 0 67px;
        margin: 0 auto;
    }
    .a_layout .a_item_2 .a_col:last-of-type {
        padding: 0;
        text-align: center;
    }
    .a_layout .a_title h3 {
        padding: 0 67px 0 20px;
    }
    .a_layout .a_title h3::after {
        left: 2px;
    }
    .a_layout p span {
        display: inline;
    }
}
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout .s_txt {
    width: calc(100% - 40%);
    margin: -179px 0 93px auto;
    padding-left: 53px;
}
.s_layout .s_txt h3 {
    color: #606060;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 1.5;
    margin: 0 0 5px;
    font-family: 'Noto Serif TC', serif;
}
.s_layout .s_txt p {
    margin: 0;
}
.s_layout .s_txt p span {
    display: block;
}
.s_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -21px;
}
.s_list .s_box {
    padding: 0 21px;
}
.s_list .s_box .s_num {
    position: absolute;
    top: -32px;
    left: 20px;
    font-size: 70px;
    color: rgb(204, 204, 204, 0.7);
    letter-spacing: 0;
    line-height: 1;
    font-family: 'Cormorant Garamond', serif;
    z-index: 1;
}
.s_list .s_box .s_pic {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    box-shadow: 0 0 19px 13px rgba(68, 68, 68, 0.05);
    transition: all 0.3s ease;
}
.s_list .s_box:hover .s_pic {
    background: #606060;
    transition: all .3s ease;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.s_list .s_box:hover img {
    filter: brightness(100);
}
.s_list .s_box h4 {
    text-align: center;
    margin: 15px auto 0;
    color: #545454;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1.5px;
    font-family: 'Noto Serif TC', serif;
}
@media screen and (max-width: 1000px){
    .s_layout .s_txt {
        width: 100%;
        margin: 0 0 40px;
        padding: 0;
        text-align: center;
    }
    .s_layout .s_txt h3 {
        font-size: 18px;
        letter-spacing: 3px;
    }
    .s_list .s_box {
        padding: 0 15px;
        margin: 0 0 30px;
    }
    .s_list {
        margin: 0 -15px;
        flex-wrap: wrap;
    }
    .s_layout .s_txt p span {
        display: inline;
    }
    .s_layout .s_txt p {
        text-align: left;
    }
}
/*------------ /service-editor ------------*/
/*------------ 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;
    border-left: 1px dashed #ddd;
}
.contact-info-txt{
    max-width: 300px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a {
    transition: all 0.3s ease;
}
.contact-info-txt a:hover{
    color: #444;
    text-decoration: underline;
}
.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-"] {
    font-size: 20px;
}
@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 {
        border-left: 0;
        border-top: 1px dashed #ddd;
        width: 100%;
        height: 1px;
    }
}
@media screen and (max-width: 1100px){
    .contact-editor i{
        text-indent: 0;
        line-height: 35px;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 17px;
    color: #444;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
    font-weight: normal;
    letter-spacing: 0.85px;
}
.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 ------------*/