@charset "utf-8";
/*footer*/
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #231815;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #231815;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #231815;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor h3 {
    position: relative;
    box-sizing: border-box;
    color: #231815;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 10px;
    font-weight: 600;
    margin: 0 0 30px;
    font-family: 'Noto Serif TC', serif;
}
.about-sect .txt-box .index-about-editor .editor span {
    display: block;
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor h3{
        font-size: 20px;
        letter-spacing: 5px;
        margin: 0 0 15px;
    }
    .about-sect .txt-box .index-about-editor .editor span {
        display: inline;
        margin: 0 0 0 -1px;
    }
}
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    max-width: 1036px;
    padding: 0 55px;
    margin: 0 auto;
}
.a_layout p {
    margin: 0;
    font-size: 16px;
}
.a_layout .a_item .a_title {
    margin: 0 0 40px;
}
.a_layout .a_item .a_title span {
    display: block;
    color: rgb(34, 24, 20, 0.7);
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 3px;
    font-weight: 500;
    width: fit-content;
    margin: 0 0 5px;
    font-family: 'EB Garamond', serif;
}
.a_layout .a_item .a_title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: rgb(35, 24, 21, 0.2);
}
.a_layout .a_item .a_title h3 {
    color: #231815;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 3px;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
.a_layout .a_item h4 {
    color: #231815;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 10px;
    font-weight: 600;
    margin: 0 0 30px;
    font-family: 'Noto Serif TC', serif;
}
.a_layout .a_item.one {
    display: flex;
    align-items: center;
    margin: 0 0 80px;
}
.a_layout .a_item.one .a_col:first-of-type {
    width: 100%;
    max-width: 415px;
}
.a_layout .a_item.one .a_col:last-of-type {
    width: calc(100% - 415px);
    padding: 0 0 0 77px;
}
.a_layout .a_item.two .a_col:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 40px;
}
.a_layout .a_item.two .a_col:last-of-type {
    text-align: center;
    margin: 40px 0 0;
}
.a_layout .a_item.two .a_title,
.a_layout .a_item.two h4 {
    margin: 0;
    padding: 0 40px;
}
.a_layout .a_item.two h4{
    padding-top: 10px;
}
.a_layout .a_item.two .a_list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.a_layout .a_item.two .a_list .a_box {
    padding: 0 20px 0 0;
}
.a_layout .a_item.two .a_list .a_box:last-of-type {
    padding: 0;
}
@media screen and (max-width: 1280px){
    .a_layout {
        padding: 0 30px;
    }
    .a_layout .a_item.two .a_title,
    .a_layout .a_item.two h4 {
        padding: 0 25px;
    }
    .a_layout .a_item .a_title span {
        font-size: 14px;
    }
    .a_layout .a_item .a_title h3 {
        font-size: 35px;
    }
    .a_layout .a_item h4 {
        font-size: 20px;
        letter-spacing: 5px;
        margin: 0 0 20px;
    }
    .a_layout .a_item .a_title {
        margin: 0 0 30px;
    }
    .a_layout .a_item.one .a_col:first-of-type {
        max-width: 380px;
    }
    .a_layout .a_item.one .a_col:last-of-type {
        padding: 0 0 0 50px;
        width: calc(100% - 380px);
    }
    .a_layout .a_item.two h4 {
        padding-top: 10px;
    }
}
@media screen and (max-width: 1200px){
    .a_layout .a_item.one .a_col:first-of-type {
        max-width: 320px;
    }
    .a_layout .a_item.one .a_col:last-of-type {
        padding: 0 0 0 30px;
        width: calc(100% - 320px);
    }
    .a_layout .a_item.two .a_title,
    .a_layout .a_item.two h4 {
        padding: 0 15px;
    }
    .a_layout .a_item.two h4 {
        padding-top: 10px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout {
        padding: 0 15px;
    }
    .a_layout .a_item.one .a_col:first-of-type {
        width: 100%;
        max-width: 415px;
    }
    .a_layout .a_item.one .a_col:last-of-type {
        width: calc(100% - 415px);
        padding: 0 0 0 77px;
    }
    .a_layout .a_item h4 {
        margin: 0 0 10px;
    }
    .a_layout .a_item .a_title {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 867px){
    .a_layout .a_item.one .a_col:first-of-type {
        max-width: 380px;
    }
    .a_layout .a_item.one .a_col:last-of-type {
        padding: 0 0 0 50px;
        width: calc(100% - 380px);
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_item.one {
        margin: 0 0 50px;
    }
    .a_layout .a_item.one{
        flex-direction: column-reverse;
    }
    .a_layout .a_item.one .a_col:last-of-type {
        padding: 0 0 30px;
        width: 100%;
    }
    .a_layout .a_item.one .a_col:first-of-type {
        max-width: unset;
        text-align: center;
    }
    .a_layout .a_item.two .a_list{
        flex-wrap: wrap;
        max-width: 463px;
        margin: 0 auto;
    }
    .a_layout .a_item.two .a_col:first-of-type {
        margin: 0 0 20px;
    }
    .a_layout .a_item.two .a_col:last-of-type {
        margin: 10px 0 0;
    }
    .a_layout .a_item.two .a_list .a_box {
        padding: 0 10px 20px;
    }
    .a_layout .a_item.two .a_list .a_box:last-of-type {
        padding: 0 10px 20px;
    }
}
@media screen and (max-width: 500px){
    .a_layout .a_item.two .a_col:first-of-type{
        flex-direction: column;
    }
    .a_layout .a_item.two .a_title{
        margin: 0 0 20px;
    }
    .a_layout .a_item.two h4 {
        padding: 0;
    }
    .a_layout .a_item .a_title h3 {
        font-size: 30px;
    }
}
/*------------ service-editor ------------*/
.service-sect .editor h3 {
    position: relative;
    box-sizing: border-box;
    color: #231815;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 10px;
    font-weight: 600;
    margin: 0 0 30px;
    font-family: 'Noto Serif TC', serif;
}
@media screen and (max-width: 1000px) {
    .service-sect .editor h3 {
        font-size: 20px;
        letter-spacing: 5px;
        margin: 0 0 15px;
    }
}
/*------------ contact-editor ------------*/
.contact-editor{
    padding: 0 2%;
}
.contact-editor .col{
    float: left;
    padding: 0 2%;
}
.contact-editor .col1{
    width: 60%;
}
.contact-editor .col2{
    width: 40%;
}
.contact-map{
    position: relative;
}
.contact-map iframe{
    display: block;
    max-height: 100%;
}
.contact-info-list{
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li{
    position: relative;
    padding: 5px 0;
    margin: 0;
    line-height: 1.2;
}
.contact-info-list li a{
    transition: all 0.3s ease;
}
.contact-info-list li a:hover {
    color: #231815;
    text-decoration: underline;
}
.contact-info-list li.tel:before{
    font-family: 'icon-font' !important;
    content: "\ff001";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #231815;
    display: none;
}
.contact-info-list li.fax:before{
    font-family: 'icon-font' !important;
    content: "\ff002";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #231815;
    display: none;
}
.contact-info-list li.mail:before{
    font-family: 'icon-font' !important;
    content: "\ff003";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #231815;
    display: none;
}
.contact-info-list li.addr:before{
    font-family: 'icon-font' !important;
    content: "\ff004";
    font-size: 24px;
    position: absolute;
    left: 13px;
    top: 3px;
    color: #231815;
    display: none;
}
@media screen and (max-width: 1000px){
    .contact-editor{
        padding: 0 2%;
    }
    .contact-editor .col{
        width: 100%;
        padding: 0;
    }
    .contact-map{
        height: 300px;
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 767px){
    .contact-map{
        height: 200px;
    }
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    margin: 0 auto;
}
.terms-editor .title{
    color: #231815;
    font-size: 18px;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
}
.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%;
    }
}