@charset "utf-8";

/*------------ about-editor ------------*/

.a_layout{
    max-width: 1000px;
    margin: 0 auto;
    font-weight: normal;
}

.a_layout .a-1{
    display: flex;
    color: #C4C5C7;
    letter-spacing: 1px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.a_layout .a-1 .col{
    width: 55%;
}

.a_layout .a-1 .col.txt01{
    width: 60%;
    padding-right: 80px;
    padding-top: 20px;
}

.a_layout .a-1 .txt01 .title{
    display: flex;
    color: #fff;
    align-items: baseline;
}

.a_layout .a-1 .txt01 .title span{
    font-size: 80px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.a_layout .a-1 .txt01 .title span i{
    position: absolute;
    left: 0;
    display: block;
    font-size: 120px;
    color: transparent;
    font-family: "Poppins", sans-serif;
    opacity: 1;
    position: absolute;
    left: 0px;
    top: -66px;
    display: block;
    box-sizing: border-box;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
}

.a_layout .a-1 .txt01 .title h2{
    
    font-weight: normal;
    font-size: 22px;
    margin-left: 10px;
    letter-spacing: 3px;

}

.a_layout .a-1 .txt01 h3{
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 2.5px;
    margin: 0;
    margin-bottom: 5px;
    color: #fff;
}

.a_layout .a-1 .txt02  .aitem{
    display: flex;
    align-items: center;
}
.a_layout .a-1 .txt02  .anum{
    color: #CCCCCC;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 700;
    margin-right: 10px;
    width: 60px;
}

.a_layout .a-1 .txt02  .aitem .ablock h4{
    margin: 0;
    margin: 0;
    font-weight: normal;
    margin-bottom: -5px;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.a_layout .a-2 .aindex_more{
    width: 225px;
    height: 60px;
    line-height: 60px;
    background: #272727;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: -30px;
    transition: all .3s;
}

.a_layout .a-2 .aindex_more a {
    
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.a_layout .a-2 .aindex_more:hover{
    background: #000;
    color: #fff;
}

@media screen and (max-width: 1440px){
    .a_layout .a-1 {
        display: flex;
        padding-top: 0;
        padding-bottom: 50px;
        flex-direction: column;
        align-items: center;
        max-width: 484px;
        margin: 0 auto;
    }

    .a_layout .a-1 .txt01 .title {
       
        margin-bottom: -20px;
    }

    .a_layout .a-1 .col.txt01 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .a_layout .a-1 .col {
        width: 100%;
    }
}

@media screen and (max-width: 484px){

    .a_layout .a-1 .col.txt01 {
        
        padding-top: 0;
    }

    .a_layout .a-1 .txt01 .title {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .a_layout .a-1 .txt01 .title span i{
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: block;
        width: auto;
        white-space: unset;
        font-size: 60px;
        top: 0;
        position: relative;
        margin-bottom: -70px;
    }

    .a_layout .a-1 .txt01 .title span {
        font-size: 50px;
        margin-bottom: -15px;
    }

    .a_layout .a-1 .txt01 .title h2 {
        margin-left: 0;
        margin-top: 0;
        
    }

    .a_layout .a-1 .txt01 h3 {
       
        letter-spacing: 1px;
    }

    .a_layout .a-1 .txt02 .aitem {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .a_layout .a-1 .txt02 .anum {
        font-size: 30px;
        margin-right: 0;
        width: 60px;
        margin-bottom: -15px;
    }


}

/*------------ END about-editor ------------*/

/*------------ service-editor ------------*/
.service_layout {
    margin: 0px 0 0;
    position: relative;
    z-index: 5;
    border-radius: 0px;
    overflow: hidden;
}
.service_layout .wrap {
    margin: 0 auto;
}
.service_layout ul.service_list {
    display: flex;
    padding: 0;
    margin: 0;
}
.service_layout ul.service_list:hover li {
    width: calc(100% - 760px);  
}
.service_layout ul.service_list:hover li:hover {
    width: 760px;
}
.service_layout ul.service_list:hover li:hover .service_item .service_text {
    
}
.service_layout ul.service_list:hover li:hover::after {
    background: rgba(0, 0, 0, 0.25);
}
.service_layout ul.service_list li {
    position: relative;
    width: calc(100% / 2); /* 原為 1/3，改為 1/2 */
    overflow: hidden;
    transition: 0.9s;
}
.service_layout ul.service_list li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 15;
    font-size: 0;
}
.service_layout ul.service_list li::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.6);
    transition: 1.2s;
}
.service_layout ul.service_list li .service_item .service_pic {
    position: relative;
    z-index: 5;
    height: 385px;
}
.service_layout ul.service_list li .service_item .service_pic img {
    position: absolute;
    top: 0;
    left: 0px;
    max-width: unset !important;
    transform: scale(1);
    transition: all 0.8s ease;
}
.service_layout ul.service_list li:nth-child(1) .service_item .service_pic img {
    object-position: -50px center;
}
.service_layout ul.service_list li:nth-child(2) .service_item .service_pic img {
    object-position: -50px center;
}
 
.service_layout ul.service_list:hover li:nth-child(1) .service_item .service_pic img,
.service_layout ul.service_list:hover li:nth-child(2) .service_item .service_pic img {
    object-position: -0px center;
}
.service_layout ul.service_list li .service_item .service_text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 45px 30px;
    transition: 0s;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    color: #F8F8F8;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 200;
    line-height: 1.7;
}
.service_layout ul.service_list li .service_item .service_text .tit{
    font-size: 25px;
    color: #fff;
    padding: 0;
    transition: all 0.3s ease;
    margin: 0px 0 5px;
    text-shadow: #000 0em 0 8px;
    display: flex;
    align-items: baseline;
}
 
.service_layout ul.service_list li .service_item .service_text .tit h3{
    margin: 0;
    font-size: 35px;
    text-align: left;
    letter-spacing: 7px;
    font-weight: 600;
}
.service_layout ul.service_list li .service_item .service_text .tit span{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin-left: 10px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1280px) {
    .service_layout ul.service_list:hover li {
        width: calc(100% - 515px); /* Hover 縮小的項目 */
    }
    .service_layout ul.service_list:hover li:hover {
        width: 515px;
    }
}
@media (max-width: 1000px) {
    .service_layout ul.service_list li {
        border-radius: 0px;
        overflow: hidden;
        margin: 0 0 20px;
    }
    .service_layout .wrap {
        width: 90%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .service_layout {
        border-radius: 0;
    }
    .service_layout ul.service_list {
        display: block;
    }
    .service_layout ul.service_list:hover li {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout ul.service_list:hover li:hover {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout ul.service_list li {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout ul.service_list li .service_item .service_pic {
        height: 200px;
    }
    .service_layout ul.service_list li:hover .service_item .service_pic img {
        transform: scale(1.1);
    }
    .service_layout ul.service_list li .service_item .service_text {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 15px;
        transition: 0s;
        right: 0;
        bottom: 0;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 1px;
    }
    .service_layout ul.service_list li .service_item .service_text .tit h3{
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
        padding: 0px 0;
        margin: 0px 0;
        margin-bottom: -8px;
        font-size: 28px;
        letter-spacing: 6px;
        
    }
    .service_layout ul.service_list:hover li:hover .service_item .service_text h3 {
        margin-bottom: -8px;
    }
    .service_layout ul.service_list li .service_item .service_text .tit span{
        margin: 0 0 0px;
        font-size: 17px;
        letter-spacing: 1px;
    }
    .service_layout ul.service_list:hover li:hover .service_item .service_text {
        left: 0;
        max-width: inherit;
        width: 100%;
        bottom: 0;
        transform: translate(0%, 0%);
        flex-direction: column;
        padding: 20px 15px;
    }
    .service_layout ul.service_list:hover li:hover .service_item .service_text span {
        margin: 0 0px 0 0px;
    }
    .service_layout .service_item {
        position: relative;
    }
    .service_layout ul.service_list li:nth-child(1) .service_item .service_pic img,
    .service_layout ul.service_list li:nth-child(2) .service_item .service_pic img{
        object-fit: cover;
        width: 100%;
        object-position: unset;
        min-height: 300px;
        height: 100%;
        top: -30px;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .service_layout ul.service_list:hover li:nth-child(1) .service_item .service_pic img,
    .service_layout ul.service_list:hover li:nth-child(2) .service_item .service_pic img,
    .service_layout ul.service_list:hover li:nth-child(3) .service_item .service_pic img {
        object-position: unset;
    }
}
@media (max-width: 767px) {

}
@media (max-width: 484px) {
    .service_layout .wrap {
        width: 100%;
    }

    .service_layout ul.service_list li .service_item .service_text .tit {
       
        display: flex;
        align-items: center;
        flex-direction: column;
    }


    .service_layout ul.service_list li .service_item .service_text .tit span {
        
        display: block;
    }
}
/*------------ service-editor ------------*/


/*footer*/
.ic_phone{
    font-size: 20px;
    color: #444444;
    margin: -9px 15px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.ic_phone:before{
    content: "\e1050";
    font-family: 'icon-font2' !important;
}
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -20px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -40px;
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout04/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #555555;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td{
    vertical-align: top;
}
.about-editor .pic2{
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid #313131;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
}
.contact-editor .row{
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 0;
}
.contact-editor .col{
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
}
.contact-editor .col + .col:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #bbbbbb;
}
.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{
    color: #21A7D6;
    text-decoration: underline;
}
.info-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #282828;
    color: #F8F8F8;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
/*------------ video-editor ------------*/
.video-editor .pic{
    float: left;
    margin-right: 25px;
}
/*------------ terms-editor ------------*/
.terms-editor{
    font-size: 15px;
    line-height: 2;
    /*max-width: 1045px;*/
    margin: 0 auto;
}
.terms-editor .title:before{
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.terms-editor .title{
    color: #1C9CD2;
    font-size: 16px;
    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;
}
/*------------ 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){
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic{
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2{
        top: 0;
    }
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
     .contact-map{
        height: 200px;
    }
}
