@charset "utf-8";
/*footer*/
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #159575;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #159575;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #159575;
    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;
    padding: 0;
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
    color: #48463E;
    letter-spacing: 3px;
    line-height: 1.5;
    font-family: 'Noto Serif TC', serif;
}
.about-sect .txt-box .index-about-editor .editor h3::after {
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: #525252;
    margin: 20px 0 0;
}
@media screen and (max-width: 1280px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 18px;
    }
    .about-sect .txt-box .index-about-editor .editor h3::after {
        margin: 20px auto 0;
    }
}
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_list {
    display: flex;
}
.a_list .a_item_left {
    width: 210px;
}
.a_list .a_item_left .a_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 50px 0 0;
    padding: 0 0 40px;
    border: 1px solid #E9B62E;
    background: #fff;
    width: 158px;
    height: auto;
    writing-mode: vertical-lr;  
}
.a_item_left .a_title span{
    padding: 107px 0 0;
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 2;
    color: #878787;
    font-family: 'Cardo', serif;
}
.a_item_left .a_title span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 98px;
    background: #ddd;
}
.a_item_left .a_title h3{
    padding: 86px 0 0;
    margin: 0;
    font-size: 30px;
    line-height: 2;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #222;
    font-family: 'Noto Serif TC', serif;
}
.a_item_left .a_title h3::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 49px;
    height: 52px;
    background: url(../../../images/layout01/common/index/titl_ic.webp) no-repeat;
    background-size: contain;
}
.a_list .a_item_right {
    width: calc(100% - 210px);
}
.a_box+.a_box {
    margin: 50px 0 0;
}
.a_box h4 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 3px;
    font-weight: 600;
    color: #47463E;
    font-family: 'Noto Serif TC', serif
}
.a_box h4::after {
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: #525252;
    margin: 20px 0 0;
}
.a_box p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.8;
}
@media screen and (max-width: 1000px){
    .a_layout .a_list {
        flex-direction: column;
    }
    .a_list .a_item_left {
        width: 100%;
    }
    .a_list .a_item_left .a_title {
        flex-direction: column-reverse;
        align-items: center;
        margin: 0 0 30px;
        padding: 20px 10px 10px;
        width: 100%;
        height: auto;
        writing-mode: unset;
    }
    .a_item_left .a_title span {
        padding: 0;
    }
    .a_item_left .a_title span::before {
        display: none;
    }
    .a_item_left .a_title h3 {
        padding: 52px 0 0;
        font-size: 25px;
        line-height: 1.2;
    }
    .a_item_left .a_title h3::before {
        top: 0;
    }
    .a_item_left .a_title span {
        font-size: 14px;
    }
    .a_box h4 {
        font-size: 18px;
    }
    .a_list .a_item_right {
        width: 100%;
    }
    .a_box p {
        font-size: 15px;
    }
}
/*------------ /about-editor ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_item {
    margin: -170px 230px 0 0;
}
.s_item h3{
    position: relative;
    text-align: right;
    margin: 0 0 40px;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 10px;
    font-family: 'Noto Serif TC', serif;
}
.s_item h3::after {
    content: '';
    position: relative;
    display: block;
    width: 62px;
    height: 1px;
    background: #E9B62E;
    margin: 20px 0 0 auto;
}
.s_list {
    display: flex;
    align-items: stretch;
    margin: 0 -10px;
}
.s_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(100% / 3);
    padding: 0 10px;
}
.s_box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.s_box span {
    position: relative;
    display: block;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #222;
    background: linear-gradient(45deg, #E9B62E 0%, #EEE8A6 46%, #E8E082 66%, #E9B62E 100%);
    font-family: 'Noto Serif TC', serif;
    z-index: 2;
}
.s_box:nth-of-type(2) span {
    background: linear-gradient(45deg, #CECECE 0%, #F3F3F3 46%, #D8D8D8 66%, #CECECE 100%);
}
.s_box:nth-of-type(3) span {
    background: linear-gradient(45deg, #C1A796 0%, #F2E5D6 46%, #E9D5BF 66%, #C1A796 100%);
}
.s_box .s_txt {
    background: rgb(18, 36, 50, 0.6);
    border: 1px solid rgb(233, 182, 46, 0.3);
    border-radius: 100%;
    padding: 80px 30px 50px;
    margin: -30px 0 0;
    width: 420px;
    height: 420px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.s_box:hover .s_txt {
    background: #fff;
    border-color: rgb(233, 182, 46, 1);
}
.s_box h3 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0 0 10px;
    transition: all 0.3s ease;
    font-family: 'Noto Serif TC', serif;
}
.s_box:hover h3 {
    color: #222;
}
.s_box p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    transition: all 0.3s ease;
}
.s_box:hover p {
    color: #666;
}
@media screen and (max-width: 1440px){
    .s_item {
        margin: -170px 330px 0 0;
    }
}
@media screen and (max-width: 1280px){
    .s_box .s_txt {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }
}
@media screen and (max-width: 1000px){
    .s_item {
        margin: 0;
        display: none;
    }
    .s_item h3 {
        text-align: center;
        margin: 0 auto 40px;
        font-size: 25px;
        letter-spacing: 3px;
    }
    .s_item h3::after {
        margin: 20px auto 0;
    }
    .s_list {
        flex-wrap: wrap;
        margin: 0;
    }
    .s_box {
        width: 100%;
        padding: 0 0 20px;
    }
    .s_box h3 {
        font-size: 22px;
    }
    .s_box .s_txt {
        padding: 45px 60px 30px;
    }
    .s_box p {
        font-size: 15px;
    }
}
@media screen and (max-width: 1000px){
    .s_box .s_txt {
        padding: 45px 30px 30px;
    }
}
/*------------ /service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-editor{
    padding: 0 2%;
    display: flex;
    align-items: center;
}
.contact-editor .col{
    float: left;
}
.contact-editor .col+.col {
    padding: 0 0 0 4%;
}
.contact-editor .col1{
    width: 50%;
}
.contact-editor .col2{
    width: 50%;
}
.contact-map{
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 8px solid #fff;
}
.contact-map iframe{
    display: block;
    max-height: 100%;
}
.contact-info-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
.contact-info-list li{
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list li.tel:before{
    font-family: 'icon-font' !important;
    content: "\ff001";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #E9B62E;
}
.contact-info-list li.fax:before{
    font-family: 'icon-font' !important;
    content: "\ff002";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #E9B62E;
}
.contact-info-list li.mail:before{
    font-family: 'icon-font' !important;
    content: "\ff003";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #E9B62E;
}
.contact-info-list li.addr:before{
    font-family: 'icon-font' !important;
    content: "\ff004";
    font-size: 24px;
    position: absolute;
    left: 13px;
    top: 3px;
    color: #E9B62E;
}
@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;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    margin: 0 auto;
}
.terms-editor .title{
    color: #E9B62E;
    font-size: 18px;
    font-weight: 600;
    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: 1000px){
    .terms-editor .title{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
/*------------ /terms-editor ------------*/