@charset "utf-8";
/*------------ about-editor ------------*/
.about-sect .txt-box .index-about-editor .editor h3{
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    color: #5E4C39;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 1.2;
    font-size: 20px;
    font-family: 'Noto Serif TC', serif;
}
.about-sect .txt-box .index-about-editor .editor h3::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: calc(100% - 30%);
    background: #D2A36C;
}
@media screen and (max-width: 1280px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px){
    .about-sect .txt-box .index-about-editor .editor h3 {
        font-size: 16px;
    }
    .about-sect .txt-box .index-about-editor .editor h3::before {
        display: none;
    }
}
/*content*/
.a_layout *,
.a_layout {
    position: relative;
    box-sizing: border-box;
}
.a_layout {
    max-width: 1000px;
    margin: 0 auto;
}
.a_layout .a_row1 {
    display: grid;
    gap: 30px; 
}
.a_layout .a_col1 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.a_layout .a_col1 .a_pic {
    grid-column: 1 / 8;
    grid-row: 1;
    z-index: 1;
}
.a_layout .a_col1 .a_pic img {
    width: 100%;
    display: block;
}
.a_layout .a_col1 .a_txt {
    grid-column: 7 / 13;
    grid-row: 1;
    z-index: 2;
}
.a_layout .a_txt .a_title {
    margin: 20px 0 20px 32.5%;
}
.a_layout .a_txt .a_title h3 {
    color: #3F2C26;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
.a_layout .a_txt .a_title span {
    color: #D2A36C;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Lato', serif;
}
.a_layout .a_col1 .a_txt p {
    color: #858585;
    margin: 0;
    padding: 50px;
    letter-spacing: 1px;
    line-height: 2;
    background: url(../../../images/layout06/common/bg2.webp) fixed;
}
.a_layout .a_col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
}
.a_layout .a_col2 img {
    max-width: 280px;
    margin: 0 0 0 45px;
}
.a_layout .a_col2 h4 {
    color: #5E4C39;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2;
    margin: 20px 0 0;
    padding: 0 0 0 15px;
    font-family: 'Noto Serif TC', serif;
    position: relative;
}
.a_layout .a_col2 h4::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: 60%;
    background: #D2A36C;
}
.a_layout .a_row2 {
    margin: 30px 0 0;
    display: grid;
    text-align: center;
    padding: 50px;
    background: url(../../../images/layout06/common/bg2.webp) fixed;
}
.a_layout .a_row2 p {
    margin: 0;
    letter-spacing: 1px;
    line-height: 2;
}
.a_layout .a_btn {
    margin: 15px auto 0;
    width: 150px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    color: #fff;
    background: #3F2E27;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.a_layout .a_btn:hover {
    color: #fff;
    background: #D2A36C;
}
.a_layout .a_btn a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
@media screen and (max-width: 1280px){
    .a_layout .a_col1 .a_txt p {
        padding: 30px;
    }
    .a_layout .a_txt .a_title span {
        font-size: 16px;
    }
    .a_layout .a_txt .a_title h3 {
        font-size: 28px;
    }
    .a_layout .a_col2 h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1200px){
    .a_layout .a_col1 {
        grid-template-columns: 1fr;
    }
    .a_layout .a_col1 .a_pic,
    .a_layout .a_col1 .a_txt {
        grid-column: 1 / -1;
        grid-row: auto;
    }
    .a_layout .a_txt .a_title {
        margin: 20px auto;
        text-align: center;
    }
    .a_layout .a_col1 .a_txt p {
        font-size: 15px;
        text-align: center;
        padding: 20px;
    }
    .a_layout .a_col2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .a_layout .a_col2 img {
        margin: 0 auto;
        max-width: 250px;
    }
    .a_layout .a_col2 h4 {
        padding: 0 15px;
        margin: 0;
    }
    .a_layout .a_col2 h4::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 3px;
        height: 60%;
        background: #D2A36C;
    }
    .a_layout .a_row2 {
        margin: 30px 0 0;
        padding: 20px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_col1 .a_txt p,
    .a_layout .a_row2 {
        background-attachment: unset;
    }
    .a_layout .a_col2 h4 {
        font-size: 16px;
    }
}
/*------------ /about-editor ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    align-items: center;
    margin: 0 -25px;
}
.s_layout .s_item {
    width: calc(100% / 6);
    padding: 0 25px;
    display: flex;
    justify-content: center;
}
.s_layout .s_box {
    top: 0;
    transition: all 0.3s ease;
}
.s_layout .s_box:hover {
    top: -50px;
}
.s_layout .s_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 0 15px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #C5C0BE;
    width: 175px;
    height: 175px;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
}
.s_layout .s_top::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout06/common/bg3.webp) no-repeat fixed;
    background-size: contain;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.s_layout .s_box:hover .s_top {
    background: #D2A36C;
    border-color: #D2A36C;
}
.s_layout .s_box:hover .s_top:before {
    opacity: 1;
}
.s_layout .s_top_pic,
.s_layout .s_top_pic img {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
}
.s_layout .s_box:hover .s_top_pic {
    filter: brightness(0) invert(1);
}
.s_layout .s_top_txt {
    text-align: center;
    padding: 0;
    margin: 0;
}
.s_layout .s_top_txt span {
    display: block;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.2;
    color: #D2A36C;
    font-family: 'Lato', serif;
    transition: all 0.3s ease;
}
.s_layout .s_box:hover .s_top_txt span {
    color: rgba(255, 255, 255, 0.5);
}
.s_layout .s_top_txt h3 {
    margin: 5px 0 0;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #3F2C26;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.s_layout .s_box:hover .s_top_txt h3 {
    color: rgba(255, 255, 255, 1);
}
.s_layout .s_arrow {
    position: absolute;
    right: -9px;
    top: 30%;
    transform: translateY(-50%);
    width: 18px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s_layout .s_arrow .s_ic{
    position: absolute;
    width: 9px;
    height: 17px;
}
.s_layout .s_arrow .s_ic::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #666;
    display: inline-block;
    vertical-align: middle;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    position: absolute;
    animation-direction: alternate;
    top: calc(50% - 5px);
}
.s_layout .s_arrow .s_ic:nth-child(1) {
    opacity: 0.5;
    -webkit-animation: opacityLToD 0.7s ease-in-out infinite;
    animation: opacityLToD 0.7s ease-in-out infinite;
}
.s_layout .s_arrow .s_ic:nth-child(2) {
    left: 10px;
    -webkit-animation: opacityDToL 0.7s ease-in-out infinite;
    animation: opacityDToL 0.7s ease-in-out infinite;
}
@keyframes opacityLToD {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}
@keyframes opacityDToL {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.s_layout .s_bottom {
    text-align: center;
    margin: 20px -25px 0;
    padding-top: 60px;
    transition: all 0.3s ease;
    opacity: 0;
}
.s_layout .s_box:hover .s_bottom {
    opacity: 1;
}
.s_layout .s_bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 45px;
    background: #D2A36C;
}
.s_layout .s_bottom p {
    margin: 0;
}
@media screen and (max-width: 1280px){
    .s_layout .s_top {
        width: 160px;
        height: 160px;
    }
    .s_layout {
        justify-content: center;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .s_layout .s_item {
        width: calc(100% / 4);
    }
}
@media screen and (max-width: 1000px){
    .s_layout {
        max-width: 767px;
    }
    .s_layout .s_item {
        padding: 0 15px;
        margin: 0 auto;
        width: calc(100% / 4);
    }
    .s_layout .s_top_txt h3 {
        margin: 5px 0 0;
        font-size: 18px;
    }
    .s_layout .s_bottom {
        opacity: 1;
        margin: 15px 0 0;
        padding-top: 30px;
    }
    .s_layout .s_item {
        width: calc(100% / 3);
        margin-bottom: 30px;
    }
    .s_layout .s_box:hover {
        top: 0;
    }
    .s_layout .s_bottom::before {
        height: 20px;
    }
    .s_layout .s_item:nth-of-type(3) .s_arrow {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .s_layout .s_top {
        width: 175px;
        height: 175px;
    }
    .s_layout .s_item {
        width: calc(100% / 2);
        padding: 0;
    }
    .s_layout .s_item:nth-of-type(3) .s_arrow {
        display: block;
    }
    .s_layout .s_item:nth-of-type(2n) .s_arrow {
        display: none;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_item {
        width: calc(100% / 3);
    }
    .s_layout .s_item .s_arrow {
        display: block;
        top: 50%;
        right: -10px;
    }
    .s_layout .s_item:nth-of-type(2n) .s_arrow {
        display: block;
    }
    .s_layout .s_item:nth-of-type(3n) .s_arrow{
        display: none;
    }
    .s_layout .s_bottom {
        display: none;
    }
    .s_layout .s_top {
        width: 90px;
        height: 90px;
    }
    .s_layout .s_top_txt span {
        display: none;
    }
    .s_layout .s_top_txt h3 {
        font-size: 15px;
    }
    .s_layout .s_top_pic,
    .s_layout .s_top_pic img {
        width: 40px;
        height: 40px;
    }
    .s_layout .s_item {
        margin-bottom: 15px;
    }
}
/*------------ /service-editor ------------*/
/*------------ products-editor ------------*/
.p_layout *,
.p_layout {
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
}
.p_layout {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.p_layout p {
    margin: 0;
}
.p_title {
    text-align: center;
    margin: 0 auto 30px;
}
.p_title span {
    color: #D2A36C;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Lato', serif;
}
.p_title h3 {
    color: #3F2C26;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
.p_list.p_one {
    text-align: center;
}
.p_list.p_one .p_item {
    list-style: none;
    margin: -75px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.p_list.p_one .p_item li {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url(../../../images/layout06/common/bg2.webp) fixed;
    max-width: 195px;
    max-height: 195px;
    min-width: 195px;
    min-height: 195px;
    border-radius: 100%;
}
.p_list.p_one .p_item li::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    background: url(../../../images/layout06/common/title_ic.webp) no-repeat;
    background-size: contain;
}
.p_list.p_one .p_item li:first-of-type,
.p_list.p_one .p_item li:last-of-type{
    margin-top: 150px;
}
.p_list.p_one img {
    margin-top: -130px;
}
.p2_item {
    display: flex;
}
.p2_item .p2_box {
    display: flex;
    justify-content: center;
    width: calc(100% / 3);
    padding: 0 15px;
}
.p2_item .p2_box:first-of-type {
    padding-left: 0;
}
.p2_item .p2_box+.p2_box {
    border-left: 3px solid #C5C0BE;
}
.p2_item .p2_box .p2_pic {
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 100%;
    background: url(../../../images/layout06/common/bg2.webp) fixed;
}
.p2_item .p2_box .p2_pic i {
    line-height: 1;
    color: #3F2C26;
    font-size: 25px;
}
.p2_item .p2_box .p2_txt {
    width: calc(100% - 50px);
    padding-left: 10px;
}
.p2_box .p2_txt h4 {
    color: #3F2C26;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0 0 5px;
    font-family: 'Noto Serif TC', serif;
}
.p_layout .has-bgcolor {
    background: url(../../../images/layout06/common/bg2.webp) fixed;
    padding: 40px 40px 50px;
    margin: 60px 0 0;
}
.p3_item {
    display: flex;
}
.p3_item .p3_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    padding: 30px 15px;
    background: #fff;
}
.p3_item .p3_box .p3_pic {
    margin: 0 0 10px;
}
.p3_item .p3_box .p3_pic i {
    font-size: 64px;
    line-height: 1;
    color: #3F2C26;
}
.p3_item .p3_box h4 {
    color: #3F2C26;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0 0 5px;
    font-family: 'Noto Serif TC', serif;
}
/*two*/
.p_list.p_two .p_txt {
    text-align: center;
    margin: 0;
    padding: 20px 15px;
    background: url(../../../images/layout06/common/bg2.webp) fixed;
    margin: 2em 0;
}
.p_list.p_two .p_txt strong {
    font-size: 18px;
    letter-spacing: 3px;
    color: #D2A36C;
}
.p_list.p_two .p_item {
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.p_list.p_two .p_item li {
    width: calc(100% / 2 - 20px);
    padding: 30px 15px 15px;
    margin: 0 10px 20px;
    text-align: center;
    background: url(../../../images/layout06/common/bg2.webp) fixed;
}
.p_list.p_two .p_item li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: url(../../../images/layout06/common/title_ic.webp) no-repeat;
    background-size: contain;
}
/*three*/
.p_list.p_three .p_txt {
    text-align: center;
    margin: 0;
    padding: 20px 15px;
    background: url(../../../images/layout06/common/bg2.webp) fixed;
    margin: 2em 0;
}
.p_list.p_three .p_item {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.p_list.p_three .p_item li {
    width: 100%;
    padding: 30px 15px 15px;
    margin: 0 0 20px;
    text-align: center;
    background: url(../../../images/layout06/common/bg2.webp) fixed;
}
.p_list.p_three .p_item li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: url(../../../images/layout06/common/title_ic.webp) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1280px){
    .p_title span {
        font-size: 16px;
    }
    .p_title h3 {
        font-size: 28px;
    }
    .p_list.p_one .p_item {
        max-width: 1000px;
        margin: 0 auto;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .p_list.p_one .p_item li:first-of-type,
    .p_list.p_one .p_item li:last-of-type {
        margin-top: 0;
    }
    .p_list.p_one img {
        margin: .4em 0;
    }
    .p_list.p_one .p_item li {
        text-align: center;
        align-items: stretch;
        padding: 30px 30px 30px;
        margin: 0 10px 20px;
        border-radius: 0;
        max-width: unset;
        max-height: unset;
        min-width: unset;
        min-height: unset;
        width: calc(100% / 2 - 20px);
    }
    .p_list.p_one .p_item li::before {
        position: absolute;
        top: 12px;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 1000px){
    .p_layout *,
    .p_layout {
        font-size: 15px;
    }
    .p_list.p_one .p_item li {
        padding: 30px 15px 15px;
        background-attachment: unset;
    }
    .p2_item {
        flex-direction: column;
    }
    .p2_item .p2_box {
        width: 100%;
        flex-direction: column;
    }
    .p2_item .p2_box .p2_txt {
        width: 100%;
        padding: 10px 0 0;
        text-align: center;
    }
    .p2_item .p2_box,
    .p2_item .p2_box:first-of-type,
    .p2_item .p2_box+.p2_box {
        align-items: center;
        border: 0;
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-bottom: 1px solid #C5C0BE;
    }
    .p2_item .p2_box:last-of-type {
        border: 0;
        margin: 0;
        padding: 0;
    }
    .p2_item .p2_box .p2_pic {
        background-attachment: unset;
    }
    .p_layout .has-bgcolor {
        margin: 30px 0 0;
        padding: 30px 15px 20px;
        background-attachment: unset;
    }
    .p3_item {
        flex-direction: column;
    }
    .p3_item .p3_box {
        width: 100%;
        margin: 0 auto 20px;
    }
    .p_list.p_two .p_item li {
        background-attachment: unset;
    }
}
@media screen and (max-width: 767px){
    .p_list.p_two .p_item {
        margin: 0 auto;
    }
    .p_list.p_one .p_item li,
    .p_list.p_two .p_item li,
    .p_list.p_three .p_item li {
        width: 100%;
        margin: 0 0 20px;
        padding: 15px 15px 15px 40px;
        text-align: left;
        justify-content: flex-start;
    }
    .p_list.p_one .p_item li::before,
    .p_list.p_two .p_item li::before,
    .p_list.p_three .p_item li::before {
        position: absolute;
        top: 23px;
        left: 15px;
        right: unset;
        transform: unset;
    }
}
/*------------ /products-editor ------------*/
/*------------ contact-editor ------------*/
.remote-row p {
    font-family: 'Noto Sans TC', serif;
}
.contact-editor .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.contact-editor .col {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.contact-editor .col.add {
    flex: 1 1 0;
    min-width: 250px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    background: #D2A36C;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-shrink:0;
    gap: 16px;
    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;
    transform: rotate(-45deg); 
}
.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;
}
.contact-editor .line i:before{
    content: "\e905";
    font-family: 'community' !important;
}
.contact-editor a:hover {
    opacity: 1;
    color: #D2A36C;
}
.contact-txt {
    text-align: center;
    background: url(../../../images/layout06/common/bg2.webp) fixed;
    margin: 0 0 30px;
}
.contact-txt p {
    margin: 0;
    padding: 20px 15px;
    font-size: 18px;
    letter-spacing: 3px;
}
.contact-txt span {
    color: #D2A36C;
}
@media screen and (max-width: 1000px){
    .contact-txt p {
        font-size: 15px;
    }
    .contact-editor i{
        text-indent: 0;
        line-height: 30px;
    }
    .contact-txt {
        background-attachment: unset;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #D2A36C;
    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 ------------*/