@charset "utf-8";
/*------------ about_in------------*/
.a_layout {
    letter-spacing: 1px;
    line-height: 1.8;
    max-width: 1300px;
    margin: 0 auto;
}
.a_2{
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.col_pic{
    position: relative;
}
.a_layout .col_pic::before{
    content: "";
    position: absolute;
    opacity: 0.7;
    height: 100%;
    width: 269px;
    right: 0px;
    bottom: 0px;
    background: #646464;
}
.a_1{
    text-align: center;
}
.a_1 h2{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.box{
    width: 100%;
}
.col_txt{
    padding: 0 50px 0 0px;
    position: absolute;
}
.a_col{
    padding: 67px 45px;
    background: #fff;
    max-width: 370px;
}
.a_col p{
    margin: 0;
    color: #646464;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.icbox{
    display: flex;
}
.col_ictxt{
    line-height: 0.8;
    padding-left: 10px;
}
.col_ictxt span{
    color: #A8A8A8;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.0em; 
}
.col_ictxt h2{
    color: #444444;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 0;
    letter-spacing: 0.08em; 
}
.ictxt{
    padding-top: 10px;
}
.ictxt p{
    margin: 0;
    color: #646464;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.a_3{
    display: flex;
    gap: 30px;
    padding-top: 60px;
}
/*------------ about_in------------*/
/*------------ service-editor ------------*/
.s_layout{
    position: relative;
}
.s_layout .col{
    position: relative;
}
.s_layout .block{
    display: flex;
    justify-content: center;
}
.service-sect .s_layout > .col:nth-of-type(2){
    position: relative;
}
.s_layout .block-title{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.s_layout .block-title span{
    position: relative;
    color: #C6B3FF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: -5px;
    display: block;
    font-family: "Geologica", serif;
}
.s_layout .block-title h2{
    margin: 0;
    color: #FDF5BC;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px;
}
.s_layout .sub-block{
    display: flex;
    gap: 25px;
}
.s_layout .sub-block + .sub-block{
    margin-top: 25px;
}
.block-content2{
    margin-left: 25px;
}
.s_layout .scol{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.s_layout .scol::before{
    content: "";
    position: absolute;
    opacity: 0.3;
    height: 130%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000;
    z-index: 1;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.s_layout .scol::after{
    content: "";
    position: absolute;
    opacity: 0.9;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #211836;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.s_layout .scol:hover::after{
    opacity: 0.3;
}
.s_layout .scol a.cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.s_layout .scol .sptxt {
    position: absolute;
    color: #fff;
    z-index: 3;
    bottom: 30px;
    line-height: 1.5;
    left: 30px;
    right: 30px;
    text-shadow: 0em 0em 2em rgb(0 0 0 / 95%);
    transition: all .3s ease;
    opacity: 1;
}
.s_layout .scol .sptxt h3{
    margin: 0;
    color: #ffffff;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0.08em;
    transition: all .3s ease;
}
.s_layout .scol:hover .sptxt h3{
    opacity: 1;
}
.s_layout .scol .sptxt p{
    margin: 0;
    font-size: 17px;
    opacity: 0.9;
    font-weight: normal;
    transition: all .3s ease;
    opacity: 0;
}
.s_layout .scol:hover .sptxt p{
    opacity: 0.9;
    -webkit-transform: translate(0, -45px);
    transform: translate(0, -45px);
}
.s_layout .scol img {
    -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;
    /* filter: blur(0px); */
}
.s_layout .scol:hover .spic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    filter: blur(2px);
}

@media screen and (max-width: 1500px){
    .s_layout .scol + .scol{
        margin-left: 15px;
    }
    .s_layout .scol .sptxt{
        min-height: 120px;
        bottom: -50px;
    }
    .service-sect .s_layout > .col:nth-of-type(2) .scol .sptxt{
        min-height: 140px;
        bottom: -35px;
    }
}

@media screen and (max-width: 1000px){
    .service-sect .s_layout > .col:nth-of-type(1) .scol {
        margin-bottom: 20px;
    }
    .service-sect .s_layout > .col:nth-of-type(1){
        max-width: 767px;
        margin: 0 auto;
    }
    .service-sect .s_layout > .col:nth-of-type(1) .sub-block {
        display: flex;      
        flex-wrap: wrap;    
        gap: 0px;   
        margin-top: 0px;          
    }
    .service-sect .s_layout > .col:nth-of-type(1) .scol.one{
        flex: 0 0 100%;
        max-height: 300px;
    }
    .s_layout .scol img {
        object-fit: cover;
        min-width: -webkit-fill-available;
        /* max-width: 1000px; */
    }
    .service-sect .s_layout > .col:nth-of-type(1) .scol{
        flex: 0 0 100%;
        box-sizing: border-box;  
        max-height: 300px;
    }
    .service-sect .s_layout > .col:nth-of-type(1)  .scol + .scol {
        margin-left: 0;
    }
    .s_layout .scol img{
        min-width: -webkit-fill-available;
        min-height: 300px;
    }
    .service-sect .s_layout > .col:nth-of-type(1) .scol .sptxt {
        min-height: 120px;
        bottom: -40px;
    }
    .service-sect .s_layout > .col:nth-of-type(2){
        max-width: 767px;
        margin: 0 auto;
        margin-top: 60px;
    }
    .s_layout > .col:nth-of-type(2) .sub-block {
        display: block;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .s_layout > .col:nth-of-type(2) .scol + .scol {
        margin-left: 0;
        margin-top: 15px;
    }
    .service-sect .s_layout > .col:nth-of-type(2) .scol .sptxt {
        min-height: 140px;
        bottom: -60px;
    }
    .a_layout .col_pic::before{
        display: none;
    }
}

@media screen and (max-width: 1000px){
    .s_layout .block-title {  
        margin-bottom: 20px;
    }
    .s_layout .block{
        display: flex;
        flex-direction: column;
    }
    .block-content2 {
        margin-left: 0px;
    }
    .col_txt {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 0 0px 0 0px;
        margin: 0;
        position: relative;
    }
    .a_col {
        max-width: 1300px;
        padding: 50px 0px;
    }
    .a_3 {
        display: flex;
        gap: 30px;
        padding-top: 30px;
        flex-direction: column;
    }
    .a_2 {
        padding-top: 10px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
    }
    .s_layout .scol .sptxt h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px){
    .s_layout .scol .sptxt {
        left: 20px;
        right: 20px;
    }
    .service-sect .s_layout > .col:nth-of-type(1) {
        max-width: 465px;
        margin: 0 auto;
    }
    .service-sect .s_layout > .col:nth-of-type(1) .scol {
        /* flex: unset; */
        box-sizing: border-box;
    }
    .service-sect .s_layout > .col:nth-of-type(1) .sub-block {
        display: flex;      
        flex-wrap: wrap;    
        gap: 0px;             
    }
    .service-sect .s_layout > .col:nth-of-type(1) .scol{
        margin-bottom: 20px;
    }
    .s_layout .sub-block + .sub-block {
        margin-top: 0;
    }
    .service-sect .s_layout > .col:nth-of-type(2) {
        max-width: 465px;
    }
    .service-sect .s_layout > .col:nth-of-type(2) .scol {
        box-sizing: border-box;
        max-width: 465px;
    }
    .service-sect .s_layout > .col:nth-of-type(2) .scol .sptxt {
        bottom: -20px;
    }
    .service-sect .s_layout > .col:nth-of-type(2) .scol .sptxt h3 {
       position: relative;
       bottom: -50px;
    }
    .service-sect .s_layout > .col:nth-of-type(2)  .scol:hover .sptxt h3 {
        bottom: 0px;
    }
    .service-sect .spic {
        width: auto;
    }
}

@media screen and (max-width: 484px){
    .s_layout .scol::before {
        content: "";
        position: absolute;
    }
    .service-sect .s_layout > .col:nth-of-type(1) .scol .sptxt {
        min-height: 120px;
        bottom: -35px;
    }
    .service-sect .s_layout > .col:nth-of-type(1) .scol .sptxt h3 {
        position: relative;
        bottom: -22px;
     }
     .service-sect .s_layout > .col:nth-of-type(1)  .scol:hover .sptxt h3 {
         bottom: 0px;
     }
    .a_col {
        padding: 20px 0px;
    }
    .s_layout .scol .sptxt h3 {
        font-size: 18px;
    }
}
/* 首頁 服務項目 */
.service-sect article.editor .p-1{
    color: #596671;
    font-size: 20px;
    line-height: 1.7;
    overflow: hidden;
    height: 69px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    margin-bottom: 49px;
    text-align: justify;
}
.service-sect article.editor .service-list{
    display: flex;
    justify-content: space-between;
}
.service-sect article.editor .service-list .box{
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    position: relative;
    width: 76px;
}
.service-sect article.editor .service-list .box:before{
    content: "";
    width: 1px;
    height: 21px;
    background: #AAAAAA;
    position: absolute;
    left: -31px;
    top: calc(50% - 10.5px);
}
.service-sect article.editor .service-list .box:nth-child(1):before{
    display: none;
}
.service-sect article.editor .service-list .box .name{
    display: block;
    color: #596671;
    font-size: 16px;
}
.service-sect article.editor .service-list .box .pic{
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
}
@media screen and (max-width: 1000px){
    .service-sect article.editor .p-1 {
        font-size: 15px;
        height: unset;
        display: block;
        margin-bottom: 15px;
    }
    .service-sect article.editor .service-list .box .name {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px){
    .service-sect article.editor .service-list {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
    }
    .service-sect article.editor .service-list .box {
        width: 50%;
        margin-bottom: 10px;
    }
    .service-sect article.editor .service-list .box:before {
        left: 0;
    }
    .service-sect article.editor .service-list .box:nth-child(3):before {
        display: none;
    }
}
/* 內頁 關於我們 */
.page-about{
    max-width: 983px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.page-about .a-1{
    margin-bottom: 30px;
}
.page-about .a-1 .row{
    display: flex;
}
.page-about .a-1 .col:nth-child(1){
    width: 398px;
}
.page-about .a-1 .col:nth-child(2){
    width: calc(100% - 398px);
    box-sizing: border-box;
    padding-left: 80px;
}
.page-about .right-pic{
    text-align: right;
    margin-bottom: 100px;
}
.page-about .t-1{
    color: #F0A22D;
    font-size: 46px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 27px;
}
.page-about .p-1{
    margin: 0;
    color: #596671;
    font-size: 20px;
    line-height: 1.7;
    text-align: justify;
}
.page-about .a-2{
    background: url(../../../images/layout02/common/about/about-3.jpg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 65px 180px 65px 180px;
}
.page-about .a-2 .t-1{
    color: #FFF;
    text-align: center;
}
.page-about .a-2 .p-1{
    color: #FFF;
    margin-bottom: 25px;
    text-align: justify;
}
.page-about .service-list{
    display: flex;
    justify-content: space-between;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.page-about .service-list .box{
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    position: relative;
    width: 76px;
}
.page-about .service-list .box:before{
    content: "";
    width: 1px;
    height: 21px;
    background: #FFF;
    position: absolute;
    left: -31px;
    top: calc(50% - 10.5px);
}
.page-about .service-list .box:nth-child(1):before{
    display: none;
}
.page-about .service-list .box .name{
    display: block;
    color: #FFF;
    font-size: 16px;
}
.page-about .service-list .box .pic{
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
}
@media(max-width:760px){
    .page-about .a-1 .row {
        flex-direction: column;
    }
    .page-about .a-1 .col:nth-child(1) {
        width: 100%;
        order: 2;
        text-align: center;
    }
    .page-about .a-1 .col:nth-child(2) {
        width: 100%;
        padding-left: 0;
        order: 1;
        margin-bottom: 10px;
    }
    .page-about .right-pic {
        display: none;
    }
    .page-about {
        margin-top: 0;
    }
    .page-about .t-1 {
        font-size: 26px;
        margin-bottom: 10px;
        text-align: center;
    }
    .page-about .p-1 {
        font-size: 15px;
    }
    .page-about .a-2 {
        padding: 15px;
    }
    .page-about .p-1 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .page-about .service-list {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
    }
    .page-about .service-list .box {
        width: 50%;
        margin-bottom: 10px;
    }
    .page-about .service-list .box:before {
        left: 0;
    }
    .page-about .service-list .box:nth-child(3):before {
        display: none;
    }
    .page-about .service-list .box .name {
        font-size: 15px;
    }
}
/*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{
    color: #333333;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.035em;
    margin-left: 0px;
}
/*------------ 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%;
}
.contacttit{
    display: flex;
}
.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;
    padding: 0px 70px 0 0px;
}
.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: #F0A22D;
    font-size: 16px;
    margin: 0;
}
.terms-editor p{
    text-indent: 0em;
    margin: 0 0 50px;
}
.terms-editor{
    max-width: 960px;
    margin: 0 auto;
    padding: 113px 0 0px 0;
}
.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;
    }
    .contacttit {
        display: flex;
        flex-direction: column;
    }
    .contact-info-list {
        padding: 0px 0px 0 0px;
    }
    .a_1 h2 {
        font-size: 18px;
    }
    .col_ictxt h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .contact-map{
        height: 200px;
    }
}
