@charset "utf-8";
/* 首頁 服務項目 */
.service_layout {
    position: relative;
    display: flex;
    max-width: 1560px;
}
.service_layout .scol {
    position: relative;
}
.service_layout .scol::before {
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    position: absolute;
    transition: all .3s ease;
    z-index: 1;
}
.service_layout .scol:hover::before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all .3s ease;
}
.service_layout .scol .spic {
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}
.service_layout .scol .spic img {
    min-height: 440px;
    object-fit: cover;
    filter: blur(0px);
    transition: all .3s ease;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.service_layout .scol:hover .spic img {
    filter: blur(2px);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.service_layout .scol .stxt {
    position: absolute;
    color: #fff;
    font-family: "Noto Serif TC", serif;
    font-size: 20px;
    top: 0px;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 135px 10px 15px;
    transition: 0s;
    right: 0;
    box-sizing: border-box;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-weight: 600;
    letter-spacing: 5px;
    transition: all 0.3s ease;
    text-shadow: #000 0em 0 8px;
}
.service_layout .scol .stxt::before {
    opacity: 0.5;
    content: '';
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    background: url(../../../images/layout02/common/index/h2-deco.png) 50% 50% no-repeat;
    margin: 0 auto;
    background-size: contain;
    width: 32px;
    height: 30px;
}
.service_layout .scol .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    font-size: 0;
}
@media screen and (max-width: 650px) {
    .service_layout {
        position: relative;
        display: flex;
        max-width: 400px;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    .service_layout .scol .stxt::before {
        display: none;
    }
    .service_layout .scol .stxt {
        position: absolute;
        padding: 15px 10px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service_layout .scol .spic img {
        min-height: 300px;
        max-height: 300px;
        object-fit: cover;
    }
}
/* 內頁 關於我們 */
.a_layout {
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.a_layout .a-1 {
    position: relative;
}
.a_layout .a-1 .t1 {
    display: block;
    font-family: "EB Garamond", serif;
    color: #EBD1AC;
    font-size: 80px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2;
}
.a_layout .a-1 .t2 {
    display: block;
    font-family: "Noto Serif TC", serif;
    color: #999999;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 5px;
    position: absolute;
    right: 0;
    bottom: 50px;
}
.a_layout .a-1 .row {
    display: flex;
}
.a_layout .a-1 .row .col.pic {
    position: absolute;
    right: 0;
    top: 0;
}
.a_layout .a-1 .row .col.txt {
    position: relative;
    z-index: 2;
    max-width: 680px;
    padding: 85px;
    letter-spacing: 1.5px;
    box-sizing: border-box;
    background: #fff;
    color: #818181;
    line-height: 1.8;
    box-shadow: 0px 0px 10px 2px #0000000f;
    margin-top: 160px;
}
@media screen and (max-width: 1500px) {
    .a_layout .a-1 .t2 {
        bottom: 0;
        width: calc(100% - 750px);
        letter-spacing: 3px;
    }
}
@media screen and (max-width: 1440px) {
    .a_layout .a-1 .row .col.txt {
        padding: 85px;
        letter-spacing: 1.5px;
        box-sizing: border-box;
        line-height: 1.8;
        box-shadow: 0px 0px 10px 2px #0000000f;
        margin-top: 0px;
    }
    .a_layout .a-1 .t1 {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        z-index: 2;
        text-align: center;
    }
    .a_layout .a-1 .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 680px;
        margin: 0 auto;
    }
    .a_layout .a-1 .row .col.pic {
        position: relative;
    }
    .a_layout .a-1 .t2 {
        position: relative;
        width: auto;
        font-size: 17px;
        margin-top: 15px;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .a_layout .a-1 .t1 {
        font-size: 45px;
    }
    .a_layout .a-1 .row .col.txt {
        padding: 35px;
    }
}
/*footer*/
.ic_mail {
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout02/common/siteinfo_mail_ic.png) no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 8px;
}
.ic_fax {
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout02/common/siteinfo_fax_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}
.ic_add {
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout02/common/siteinfo_add_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}
.site-footer .info_tel,
.site-footer .info_fax,
.site-footer .info_email {
    margin-left: 10px;
}
/*------------ index-service-editor ------------*/
.index-service-editor h2 {
    font-size: 18px;
    color: #c7f9f9;
    line-height: 1.5;
    margin: 0;
}
.index-service-editor {
    color: #fff;
}
/*------------ service-editor ------------*/
.s_title {
    color: #FFFFFF;
    margin-bottom: 15px;
}
.s_txt {
    color: #ACACAC;
    margin-bottom: 40px;
}
.s_txt:last-child {
    margin-bottom: 0px;
}
.service-editor .row_ {
    margin-bottom: 40px;
}
.service-editor .row_ .col1 {
    width: 40%;
}
.service-editor .row_ .col2 {
    width: 60%;
    padding: 0px 30px;
}
/*------------ contact-editor ------------*/
.contact-editor {
    padding: 0 0%;
}
.contact-editor .col {
    float: left;
    padding: 0 0%;
}
.contact-editor .col1,
.contact-editor .col2 {
    width: 100%;
}
.contact-editor .col2 {
    margin-top: 20px;
}
.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 {
    border-bottom: solid thin #ddd;
    padding-bottom: 20px;
}
.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 15px;
    margin: 8px 0;
    line-height: 20px;
}
.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: #6b6b6b no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 10px;
    ;
}
/*------------ video-editor ------------*/
.video-editor .pic {
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor {
    font-size: 15px;
    line-height: 2;
    margin: 0 auto;
}
.terms-editor .title {
    color: #FF732F;
    font-size: 16px;
    margin: 0;
}
.terms-editor p {
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor {
    max-width: 960px;
    margin: 0 auto;
}
.terms-editor .col {
    width: 100%;
    float: none;
}
/*------------ 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: 1000px) {
    .row_ {
        display: block;
    }
    .about-editor .tb01 .pic p {
        position: static;
        padding: 0 0 15px 0;
        max-width: 100%;
    }
    .service_1-editor .tb01 .pic p,
    .service_2-editor .tb01 .pic p,
    .service_3-editor .tb01 .pic p {
        position: static;
        padding: 0 0 15px 0;
        max-width: 100%;
        text-align: center;
    }
    .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) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
    .contact-map {
        height: 200px;
    }
}