@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
/*------------ / basic ------------*/
/*!新編輯器*/
/*------------ about ------------*/
.about-sect .txt .tag{
    display: none;
}
.about-sect .title h2,
.about-sect .title span{
    display: none;
}
.about-sect .index_more {
    bottom: -50px;
    padding: 0 0 0 0px;
    position: absolute;
}
.about-sect {
    padding: 0px 0 0px;
    position: relative;
    z-index: 2;
}
.about-sect .layout {
    display: flex;
    padding: 120px 0 0 0;
}
.col1{
    width: 40%;
    top: 30px;
    position: relative;
    box-sizing: border-box;
}
.col-txt {
    padding-top: 170px;
}
.layout .txt-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 50px;
    margin-bottom: 30px;
    font-size: 23px;
    position: relative;
    text-align: center;
}
.layout .txt-box h2 {
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.2;
    color: #212121;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    margin: 0 0 10px 0;
}
.layout .txt-box h2::before {
    content: '';
    width: 45px;
    height: 1px;
    background: #AAAAAA;
    position: absolute;
    display: block;
    top: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    left: -125px;
}
.layout .txt-box span {
    font-family: 'Palatino Linotype', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.2;
    color: #DACADA;
}
.layout .index-about-editor {
    padding: 0px 0 65px;
}
.layout .index-about-editor p {
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3em;
    line-height: 1.8;
    color: #938B98;
}
.layout .index-about-editor::before{
    content: '';
    display: block;
    position: absolute;
    background: url(../../../images/layout05/common//moon.png) no-repeat;
    width: 243px;
    height: 243px;
    z-index: -2;
    left: -15%;
    top: -6%;
    background-size: cover;
}
.col2{
    width: 60%;
    position: relative;
    box-sizing: border-box;
    text-align: right;
}
.about-pic2{
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    bottom: 0;
    margin: auto;
}
.layout .col2 p {
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3em;
    line-height: 1.8;
    color: #938B98;
    position: absolute;
    left: 0;
    right: 0;
    top: -2.5%;
    bottom: 0;
    margin: auto;
}
.layout .col2 p::before {
    content: "";
    display: block;
    position: relative;
    width: 89px;
    height: 0px;
    z-index: -2;
    left: 300px;
    top: 10px;
}
/*------------ about ------------*/
/*------------ service ------------*/
.s_box .s_pic1 {
    position: relative;
    overflow: hidden;
}
.s_box .s_pic1 img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.s_box:hover .s_pic1 img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.s_layout .s_box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.s_layout{
    position: relative;
    padding: 150px 0px 0 0px;
}
.s_layout .s-list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.s_layout .s_box{
    position: relative;
    top: 0;
    transition: all .3s ease;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 480px;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all .3s ease;
}
.s_layout .s-list .box>img{
    width: 85px;
    height: 85px;
    opacity: 0.8;
}
.s_layout .box{
    position: relative;
    margin: 0 20px 0px 20px;
    padding: 0px 30px;
    background: #fff;
    box-shadow: 1px 1px 20px 1px #F5E7E8;
    height: 100px;
    width: 245px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
}
.s_layout .box span {
    position: absolute;
    color: #AAAAAA;
    font-size: 35px;
    font-family: 'Audiowide', sans-serif;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
    top: -29px;
    left: 50px;
}
.service-sect .container {
    position: static;
    max-width: unset;
    padding: 130px 0 0 0;
}
.s_list-info1{
    text-align: center;
}
.s_txt2{
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 4%;
    text-align: right;
    bottom: 50px;
}
.s_list-num{
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.9;
    position: relative;
    color: #ffffff;
    margin: 0;
    z-index: 1;
}
.s_txt2 .s_list-num{
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.s_txt2 .s_list-num::before {
    content: "";
    background: rgb(225,162,159); /* Old browsers */
    background: -moz-linear-gradient(315deg, rgba(225,162,159,1) 10%,rgba(182,160,184,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(315deg,rgba(225,162,159,1) 10%,rgba(182,160,184,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 315deg, rgba(225,162,159,1) 10%,rgba(182,160,184,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEC9C8', endColorstr='#61c0ef',GradientType=1 );
    width: 248px;
    height: 70px;
    text-align: right;
    position: absolute;
    z-index: 10;
    top: 5%;
    right: -5%;
    pointer-events: none;
    align-items: center;
    line-height: 60px;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
}
.s_list-info1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s_icon1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
}
/*------------ service ------------*/
.hh_box .hh_list-info1 .hh_pic {
    position: relative;
    overflow: hidden;
}
.hh_box .hh_list-info1 .hh_pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hh_box:hover .hh_list-info1 .hh_pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

/*------------ 內頁關於我們 ------------*/
.a_layout * {
    position: relative;
    box-sizing: border-box;
} 
.a_layout {
    letter-spacing: 1px;
    line-height: 1.8;
    max-width: 1035px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.a_layout p {
    margin: 0;
    font-family: "Noto Serif TC", sans-serif;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #928B98;
    line-height: 1.8;
    letter-spacing: 0.1em;
    padding: 30px 0 0 0;
} 
.a_layout .a_row1 {
    max-height: 360px;
}
.a_pic1txt h2{
    position: relative;
    font-family: "Playfair Display", sans-serif;
    display: block;
    font-size: 25px;
    font-weight: 400;
    color: #EDCDCE;
    line-height: 0;
    /* margin: -50px 0px 0px 0px; */
}
.a_pic1txt {
    position: relative;
    width: 250px;
    height: 173px;
    border: 1px solid #E3C6D4;
    pointer-events: none;
    margin: 0px 30px 0px;
    padding: 30px;
}
.a_pic1txt::before {
    content: "";
    height: 1px;
    width: 60px;
    background: #E3C6D6;
    position: absolute;
    left: 220px;
    top: 100px;
}

.a_layout .a_row2 {
    padding: 30px 30px 50px 0px;
    background: #fff;
    width: calc(100% - 175px);
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: flex-start;
}
.a_layout .a_col1 {
    width: 100%;
    max-width: 350px;
}
.a_layout .a_col2 {
    width: calc(100% - 350px);
    /* padding: 35px 35px 78px 35px; */
    width: 100%;
    /* max-width: 350px; */
    font-size: 0;
}
/* .a_col2 { */
    /* padding: 80px 57px;
    background: #fff;
    width: calc(100% - 350px);
    border: 1px solid #E9E9E9; */

.a_layout .a_row2 .a_col .a_txt{
    letter-spacing: 3.5px;
    line-height: 1.8;
    font-size: 20px;
    color: #ED8000;
    padding: 0 0 0 20px;
}
.a_layout .a_row2 .a_col .a_txt:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 5px;
    height: 60px;
    background: #ED8000;
}

@media screen and (max-width: 1440px) {
    .about-sect .col.pic {
        top: 0px;
    }
}
@media screen and (max-width: 1300px){
    .h_layout .box{
        margin: 0 8px 0 8px;
    }
}
@media screen and (max-width: 1280px){ 
    .layout .index-about-editor::before{
        left: 0%;
    }
    .layout .col2 p::before {
        left: 200px;
    }
    .layout .col2 p {
        font-size: 16px;
    }
    .layout .index-about-editor p {
        font-size: 14px;
    }
    .s_layout .box {
        width: 200px;
        height: 90px;
        margin: 10px;
        padding: 10px 20px;
    }
    .s_layout .s-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .s_layout .box span {
        font-size: 28px;
        top: -24px;
        left: 40px;
    }
    .a_layout .a_row2 {
        display: flex;
    }
    .a_layout .a_row2 .a_col:last-of-type {
        padding: 50px 50px;
    }
    .a_layout .a_row2 .a_col:first-of-type {
        max-width: 400px;
        padding: 35px 35px 110px 35px;
    }
    .a_layout .a_row2 .a_col:last-of-type {
        width: calc(100%);
    }
    .a_layout .a_row1 {
        align-items: center;
    }
}
@media screen and (max-width: 1200px){  
    .a_layout .a_row2 {
        /* flex-direction: column; */
        /* margin: 0; */
        /* padding: 0; */
    }
    .a_layout .a_row2 .a_col .a_txt:before {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 47%;
        width: 60px;
        height: 5px;
        background: #C1AEB4;
        text-align: center;
    }
    .a_layout .a_row2 .a_col:first-of-type {
        width: 100%;
        max-width: unset;
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
    }
    .a_layout .a_row2 .a_col:first-of-type img {
        max-width: 320px;
    }
    .a_layout .a_row2.a_col:last-of-type {
        width: 100%;
        padding: 30px;
    }
}
/*------------ 內頁關於我們 ------------*/
/*------------ about-editor ------------*/
.about-editor-layout .row{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.about-editor-layout .col{
    display: table-cell;
    vertical-align: middle;
}
.about-editor-layout .col1{
    padding-right: 25px;
}
.about-editor-layout .col2{
    border: 1px solid #ddd;
    border-width: 0 0 0 1px;
    width: 370px;
    text-align: center;
    padding: 0 15px;
}
.about-editor-layout.newtwo{
    max-width: 750px;
    /* margin: -180px 0 0 0; */
    background:#fff;
    position: relative;
    float: right;
    padding: 65px 0 0 70px;
}
.about-editor-layout.newtwo:before{
    content: '';
    display: block;
    position: absolute;
    left: -100px;
    bottom: 7px;
    background: url(../../../images/layout05/common/about/pic_3.png)no-repeat;
    width: 330px;
    height: 360px;
    z-index: 1;
}
.about-editor-layout.newtwo .boxing{
    position: relative;
    display: flex;
}
.about-editor-layout.newtwo .boxing span{
    width: 21%;
    font-size: 32px;
    color: #262626;
    font-family: 'Palatino Linotype';
    font-weight: 100;
    line-height: 1.2em;
}
.about-editor-layout.newtwo .boxing span:after{
    content: '';
    background: #000;
    width: 59px;
    height: 1px;
    top: 16px;
    margin-left: 45px;
    display: inline-block;
    position: absolute;
}
.about-editor-layout.newtwo .boxing p{
    margin: 0px;
    padding-top: 5px;
    color: #202020;
    font-size: 15px;
    padding: 0px;
    line-height: 1.75em;
    max-width: 500px;
    margin-left: 110px;
}
/*------------ HTML-1 ------------*/
.h_layout .box .cover {
    font-size: 0px;
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.h_layout{
    position: relative;
    padding: 15px 0 70px 0;
}
.h_layout .row{
    display: flex;
}
.h_layout .col:nth-child(1){
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
}
.h_layout .col:nth-child(2){
    width: 50%;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 1;
}
.h_layout .h-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h_layout .h-list .box>img{
    width: 85px;
    height: 85px;
    opacity: 0.8;
}
.h_layout .box{
    position: relative;
    padding: 0px 10px;
    background: #fff;
    border: 1px solid #F5E7E8;
    height: 100px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
    width: 20%;
    margin: 0 10px 0 10px;
}
.h_layout .box span {
    position: absolute;
    color: #AAAAAA;
    font-size: 35px;
    font-family: 'Audiowide', sans-serif;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
    top: -29px;
    left: 50px;
}
.h_layout .box:hover span,
.h_layout .box.active span {
    color: #fff;
    text-shadow: 0px 5px 5px #00000094;
}
.h_layout .h_text {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.h_layout .list-info1  img {

}
.h_layout .list-info1 .h3 {
    font-family: 'Palatino Linotype', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.2;
    position: relative;
    color: #DACADA;
    width: 100%;
    margin: 0 0 0 auto;
    text-align: left;
    height: 45px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.h-arrow{
    display:block;
    width: 16px;
    height: 28px;
    margin: 0 15px;
    background: url(../../../images/layout06/common/index/arrow.svg) no-repeat center top;
    opacity: 0.2;
    flex-shrink: 0;
}
.h_layout .list-num{
    margin: 0;
    font-family: 'Palatino Linotype', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 5px;
    color: #B79AB4;
    position: relative;
    z-index: 2;
}
.h_layout .h_txt{
    text-align: left;
    padding: 0 0 0 10px;
}
.h_layout .h_pic1 img,
.h_layout .h_pic2 img {
    transition: all 0.4s ease;
    transform: scaleX(1);
}
/* 將 hover 限定在 .box */
.h_layout .box:hover .h_pic1 img,
.h_layout .box:hover .h_pic2 img {
    transform: scaleX(-1);
}
.h_layout .list-info1{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}
.h_layout .list-info{
}
.h_layout .list-name{
    color: #333333;
    font-size: 21px;
    line-height: 21px;
    font-weight: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 3px;
}
.h_layout .list-description{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.h_layout .list-info1 .list-num{
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1;
    color: #B79AB4;
}
.h_layout .t-1{
    font-family: 'Palatino Linotype', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #DACADA;
    text-align: center;
}
/* .h_layout .t-1::before{
    content: "";
    height: 1px;
    width: 30px;
    background:#F3DCF0;
    position: absolute;
    left: 70px;
    top: 15px;
} */
.h_layout .p-1{
    color: #acacac;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px;
    margin-bottom: 5px;
    text-align: left;
}
.remote-row h1 {
    margin-bottom: 50px;
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.2;
    Color: #443F49;
    }
@media(max-width:1280px){
    .h_layout .row{
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
    .h_layout .col:nth-child(1){
        width: 100%;
        margin:0 auto 0px;
    }
    .h_layoute .box {
        position: relative;
        margin: 0px 5px 0px 5px;
    }
    .h_layout .h-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .h_layout .col:nth-child(2){
        width: 100%;
    }
}
@media(max-width:1000px){
    .col1 {
        width: 50%;
    }
    .col2 {
        width: 50%;
    }
        .layout .txt-box h2 {
        font-size: 30px;
    }
    .layout .index-about-editor p {
        font-size: 12px;
        letter-spacing: 0.2em;
    }
    .layout .col2 p {
        font-size: 14px;
        top: -15.5%;
    }
    .col-txt {
        padding-top: 50px;
    }
    .layout .txt-box h2::before {
        content: '';
        left: 0px;
    }
    .t-1 {
        font-size: 20px;
    }
    .layout .index-about-editor::before {
        content: '';
        display: block;
        position: absolute;
        background: url(../../../images/layout05/common//moon.png) no-repeat;
        width: 243px;
        height: 243px;
        z-index: -2;
        left: 0%;
        bottom: 5%;
    }
    .layout .index-about-editor::before {
        content: '';
        left: calc(50% - 200px);
        width: 150px;
        height: 150px;
        background-size: contain;
        top: -15%;
    }
    .s_layout .s_box {
        max-width: 379px;
    }
    .s_icon1 {
        width: 50%;
    }
    .s_list-num {
        font-size: 25px;
    }
    .s_layout {
        top: -80px;
    }
    .s_txt2 .s_list-num::before {
        width: 165px;
        height: 45px;
    }
    .h_layout {
        padding: 15px 0 0px 0;
    }
    .h_layout .h_pic1, .h_layout .h_pic2 {
    }
    .h_layout .t-1{
        height: unset;
        display: block;
        margin-bottom: 6px;
    }
    .h_layout .p-1{
        display: block;
        height: unset;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .h_layout .col:nth-child(1) {
        padding-right: 0;
        width: 100%;
    }
    .h_layout .col:nth-child(2) {
        width: 100%;
    }
    .h_layout .box {
        display: flex;
        position: relative;
        margin: 10px;
        width: 20%;
    }
    .h_layout .col:nth-child(1){
        width: 100%;
        margin:0 auto 50px;
    }
    .h_layout .list-info1 .list-num {
        font-size: 22px;
    }
    .h-arrow{
        transform:rotate(90deg);
        margin: 10px 0;
    }
    .h_layout .box:nth-last-child(1):after{
        height: calc(100%);
    }
    .h_layout .h-list img{
        width: 60px;
        height: 60px;
    }
    .h_layout .col:nth-child(2):before {
       display: none;
    }
    .h_layout .list-name {
        font-size: 16px;
        line-height: 16px;
    }
    .h_layout .list-description {
        font-size: 12px;
    }
    .h_layout .list-num {
        font-size: 26px;
        line-height: 26px;
    }
    .h_layout .box:before {
        top: 25px;
    }
    .a_layout {
        margin: 0 -15px;
    }
    .hh_list-num {
        font-size: 24px;
    }
}
@media(max-width:767px){
    .about-sect .layout {
        display: flex;
        padding: 100px 0 0 0;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .col1,
    .col2 {
        width: 100%;
        text-align: center;
    }
    .col2 {
        display: flex;
        flex-direction: column-reverse;
    }
    .layout .col2 p {
        position: relative;
    }
    .layout .txt-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-pic2 {
        top: 220%;
    }
    .s_layout .s_box {
        max-width: 415px;
    }
    .h_layout .box {
        display: flex;
        position: relative;
        margin: 10px;
        width: 37%;
        padding: 0px 12px;
    }
    .h_layout .h_txt {
        padding: 0 20px 0 0px;
    }
    .hh_layout {
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .hh_layout .hh-list {
        flex-direction: column;
        width: 100%;
    }
        .h_layout .t-1::before {
        width: 20px;
    }
}
@media(max-width:484px){
    .s_layout {
        top: 0px;
    }
    .h_layout .list-info1 .list-num {
        font-size: 18px;
    }
    .h_layout .h-list img {
        width: 43px;
    }
    .h_layout .h_txt {
        padding: 0 13px 0 0px;
    }
}

/*------------ HTML-2 ------------*/
.hh_layout{
    position: relative;
    padding: 0px 0 0 0;
}
.hh_layout .hh-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.hh_layout .hh_box{
    position: relative;
    top: 0;
    transition: all .3s ease;
}
.hh_layout .hh_box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.hh_layout .hh-list .box>img{
    width: 85px;
    height: 85px;
    opacity: 0.8;
}
.hh_layout .box{
    position: relative;
    margin: 0 20px 0px 20px;
    padding: 0px 30px;
    background: #fff;
    box-shadow: 1px 1px 20px 1px #F5E7E8;
    height: 100px;
    width: 245px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    border-radius: 15px;
}
.hh_layout .box span {
    position: absolute;
    color: #AAAAAA;
    font-size: 35px;
    font-family: 'Audiowide', sans-serif;
    margin: auto;
    display: block;
    transition: all 0.3s ease;
    top: -29px;
    left: 50px;
}
.service-sect .container {
    position: static;
    max-width: unset;
    padding: 0;
}
.hh_list-info1{
    text-align: center;
}
.hh_list-num{
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.5;
    position: relative;
    color: #ffffff;
    margin: 0;
}
.hh_list-info1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hh_pic{
    position: relative;
}
.hh_txt{
    position: absolute;
    text-align: justify;
    left: 40px;
    right: 10%;
    bottom: 30px;
}
.hh_list-num:before{
    content: '';
    width: 10px;
    height: 60px;
    background: rgba(199,214,224); /* Old browsers */
    background: -moz-linear-gradient(270deg, rgba(199,214,224,1) 7%,rgb(213,201,214,1) 52%,rgb(240,206,205,1) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(270deg,rgba(199,214,224,1) 7%,rgb(213,201,214,1) 52%,rgb(240,206,205,1) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to 270deg, rgba(199,214,224,1) 7%,rgb(213,201,214,1) 52%,rgb(240,206,205,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEC9C8', endColorstr='#61c0ef',GradientType=1 );
    position: absolute;
    display: block;
    left: -40px;
    top: 0;
}
.hh_layout .t-1{
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.8;
    position: relative;
    color: #FFFFFF;
    margin: 0;
}
.hh_layout .t-1::before {
    content: "";
    height: 1px;
    width: 30px;
    background:#F3DCF0;
    position: absolute;
    left: 90px;
    top: 13px;
}
.service-sect .index_more{
    display: none;
}
@media screen and (max-width: 1280px){
    .s-list{
        flex-wrap: wrap;
        justify-content: center;
    }
}

/*------------ contact-editor ------------*/
.contact-map{
    margin-bottom: 35px;
}
.contact-map iframe{
    position: relative;
    height: 300px;
    margin-bottom:0px;
    width: 100%;
    box-sizing: border-box;
    border: 8px solid #f0efe9;
}
.contact-info-txt i{
    font-size: 22px;
    color: #ffffff;
    background: #bcaa87;
    border-radius:50%;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    margin: 15px auto 15px;
    display: block;
    text-align: center;
}
.contact-info-txt i:before{
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
}
.contact-editor{
    text-align: left;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    border-width: 0 1px 0 1px;
}
.info_box_c{
    border:solid 1px #BDBEC1;
    padding:25px;max-width:100%;
    box-sizing:border-box;
    display:inline-block;
    margin-top: 10px;
}
.contact-editor .col iframe{
    width: 100%;
}
.contact-editor .col+.col{
    /*border-left:solid 1px #ddd;*/
}
.contact-editor .col1{
    border-width: 0 1px 0 0;
}
.contact-editor .col3{
    border-width: 0 0 0 1px;
}
.contact-info-txt{
    max-width: 200px;
    margin: 0 auto;
}
.contact-info-txt .img-ic{
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover{
    text-decoration: underline;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    font-family: 'Noto Serif TC', sans-serif;
}
.terms-editor .terms_txt{
    text-align: center;
}
.terms-editor .title{
    font-family: 'Noto Serif TC', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1;
    color: #B79AB4;
    margin: 0;
    font-weight: normal;
}
.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;
    font-family: 'Noto Serif TC', sans-serif;
}
/*------------ index-editor ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
}
@media screen and (max-width: 960px){
    .contact-editor .col{
        float: none;
        padding: 15px 0;
    }
    .contact-editor .row, .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-info-txt .img-ic{
        max-width: 100px;
    }
    .contact-editor .col3{
        border-width: 1px 0 0;
    }
}
    /*---------about-editor---------*/
@media screen and (max-width: 1280px){
    .a_layout .a_row2 {
        width: calc(100% - 0px);
    }
    .a_pic1txt {
        margin: 0px 0px 0px 30px;
    }
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box{
        margin-left: 0;
    }
    .about-editor-layout.newtwo{
        margin: 0px;
        background: url(../../../images/layout05/common/about/pic_3.jpg)right bottom no-repeat;
        position: relative;
        float: none;
        padding: 0px 0 230px 0px;
    }
    .about-editor-layout.newtwo .boxing{
        display: block;
    }
    .about-editor-layout.newtwo .boxing span{
        width: 100%;
        font-size: 22px;
    }
    .about-editor-layout.newtwo .boxing span:after{
        top: 12px;
        margin-left: 35px;
    }
    .about-editor-layout.newtwo .boxing p{
        margin: 0px;
        padding-top: 5px;
        padding: 0px;
        max-width: 100%;
        margin: 10px 0px;
    }
    .row_{
        display: block;
    }
    .about-editor .row_1 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_1{
        margin-bottom: 40px;
    }
    .about-editor .row_2{
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after{
        display: none;
    }
    .about-editor .row_2 .col,.about-editor .row_3 .col{
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,.about-editor .row_3 .txt_box{
        padding:0px;
        border:none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2{
        text-align: left;
    }
    .index-about-editor{
        padding: 0;
        height: auto;
    }
    .service-editor .row_ .col2,.service-editor .row_ .col1{
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2{
        padding: 0
    }
    .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
        border-width: 1px 0;
        height: auto;
        overflow: hidden;
    }
    .contact-editor .col{
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col{
        border-bottom: solid 1px #eee;
    }
    .contact-editor .col  + .col{
        border-top: 1px solid #D1D1CF;
        border-width: 1px 0 0;
        
    }
    .contact-editor .col:last-child{
        border-bottom: none;
    }
    .contact-info-txt i{
        left: 0;
        margin: 0px 12px 0 0;
        display: inline-block;
        float: left;
        vertical-align: middle;
    }
    .contact-info-txt{
        width: 100%;
        max-width: inherit;
        text-align: left;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 1000px){
    .about-editor-layout.newtwo:before{
        display: none;
    }
    .about-editor-layout.newtwo {
        margin: 0 auto;
    }
    .about-editor-layout .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-editor-layout .col1 {
        padding: 0 55px 55px 55px;
    }
    .about-editor-layout .col2 {
        border: none;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .a_layout .a_row2 {
        padding: 30px;
    }
    .a_layout .a_col1 {
        max-width: none;
    }
    .a_pic1txt::before {
        display: none;
    }
    .a_layout p {
        padding: 25px 0 0 0;
    }
    .a_layout .a_row2 {
        width: calc(100% - 0px);
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .a_pic1txt {
        margin: 0px 0px 0px 0px;
    }
    .about-sect .index-about-editor {
        padding-right: 0px;
    }
}
@media screen and (max-width: 480px){
    .layout .txt-box h2 {
        font-size: 22px;
    }
        .col1 {
        width: 100%;
    }
    .about-sect .about-pic {
        width: 100%;
        }
    .layout .index-about-editor::before {
        content: '';
        top: -74px;
    }
    .about-sect .row{
        padding: 0px 00px 0;
    }
    .layout .txt-box {
        margin-bottom: 0px;
    }
}