@charset "utf-8";
/*footer*/

.ic_phone {
    font-size: 20px;
    color: #A6AAAF;
    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-3/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-3/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-3/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}

/*------------ about-editor ------------*/

/*------------ 內頁關於我們 ------------*/

/*.about_layout {
    position: relative;
}

.about_layout .remote-row:first-of-type .center .padding-20 p{
    text-align: justify;
    margin-bottom: 0;
}

.about_layout .remote-row:first-of-type .center .padding-20 {
    padding: 0 20px;
}

.about_layout .remote-row:first-of-type .column.third{
    border-right: 1px dashed #999999;
}

.about_layout .remote-row:first-of-type .column.third:last-of-type{
    border: none;
}

@media screen and (max-width: 1000px) {
    .about_layout .remote-row:first-of-type .center .padding-20 p{
        margin: 10px auto 0;
    }
    .about_layout .remote-row:first-of-type .center .padding-20 {
        padding: 20px;
    }
    .about_layout .remote-row:first-of-type .column.third{
        border-bottom: 1px dashed #999999;
        border-right: none;
    }
}*/
.a_layout {
    position: relative;
    box-sizing: border-box;
}
.a_layout .a_column_half1{
    width: 48%;
}
.a_layout .a_column_half2{
    width: 52%;
}
.a_layout .a_column_half3{
    width: 100%;
}
.a_layout .remote-row {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}
.a_layout .a_title{
    position: relative;
    box-sizing: border-box;
    border-left: 10px solid #E27441;
    padding-left: 23px;
    margin-top: 15px;
    height: 60px;
}
.a_layout .remote-row h2{
    position: relative;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 30px;
    color:#E0723F;
    font-weight: 900;
    line-height: 0.85;
    letter-spacing: 1.5px;
    margin: 0;
}

.a_layout .remote-row h3{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 25px;
    color:#928E83;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin: 0 0 -4px;
}
.a_layout .remote-row .a_txt{
    font-size: 15px;
    color: #444;
    width: 100%;
    line-height: 28px;
}
.a_layout .a_pic_box{
    position: relative;
    display: flex;
    width: 106%;
    left: -6px;
}
.a_layout .a_pic_box .box-col{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 -5px;
    z-index: 1;
    width: calc(100% / 5);
}
.a_layout .a_pic_box h4{
    position: relative;
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    line-height: 1.2;
    top: -72px;
    z-index: 2;
}
.a_layout .a_pic_box h4::after{
    content: '';
    position: absolute;
    width: 76px;
    height: 76px;
    background: rgba(226, 116, 65, .9);
    left: -12px;
    top: -7px;
    z-index: -1;
}
/*------------ 內頁關於我們 ------------*/

/*------------ 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 ------------*/
.index-service {
    position: relative;
    box-sizing: border-box;
}
.index-service .row {
    position: relative;
    z-index: 12;
}
.index-service .row .col {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.index-service .row .col .box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0;
    z-index: 1;
    width: calc(100% / 4);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.index-service .row .col .box:nth-child(1n)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(255, 255, 255, .70);
    opacity: 1;
    z-index: 1;
    transition:all .6s ease;
}
.index-service .row .col .box:nth-child(2n)::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .87);
    opacity: 1;
    z-index: 1;
    transition:all .6s ease;
}
.index-service .row .col .box:nth-child(5n)::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .87);
    opacity: 1;
    z-index: 1;
    transition:all .6s ease;
}
.index-service .row .col .box:nth-child(6n)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .70);
    opacity: 1;
    z-index: 1;
    transition:all .6s ease;
}
.index-service .row .col .box:nth-child(7n)::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(255, 255, 255, .87);
    opacity: 1;
    z-index: 1;
    transition:all .6s ease;
}
.index-service .row .col .box:nth-child(8n)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .70);
    opacity: 1;
    z-index: 1;
    transition:all .6s ease;
}
.index-service .row .col .box:hover::after {
    opacity: 0;
    transition:all .5s ease;
}
.index-service .row .col .box .list_img{
    opacity: 0;
    transition:all .5s ease;
}
.index-service .row .col .box:hover .list_img{
    opacity: 1;
    transition:all .5s ease;
}
.index-service .row .col .box .list-info{
    position:absolute;
    top: 80px;
    z-index: 2;
}
.index-service .row .col .box .list-name {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    transition:all .35s ease;
}

.index-service .row .col .box .list-txt{
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    margin: 6.5px 84px;
    text-align: center;
    transition:all .35s ease;
}
.index-service .row .col .box .list-name::after{
    content: '';
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: -webkit-linear-gradient( right,rgba(226,116,65) 0%,rgba(255,191,0) 100%);
    background: linear-gradient( right,rgba(226,116,65) 0%,rgba(255,191,0) 100%);
    margin: 6px auto ;
    z-index: 2;
    transition:all .35s ease;
}

.index-service .row .col .box:hover .list-name{
    color: #FFF;
    text-shadow: 0 0 0.5em rgba(29, 29, 30, 0.7);
}
.index-service .row .col .box:hover .list-txt{
    color: #FFF;
    text-shadow: 0 0 0.8em rgba(29, 29, 30, 0.7);
}
.index-service .row .col .box:hover .list-name::after{
    background: #fff;
}
/*-----內頁服務項目--------*/

.in_service {
    position: relative;
    box-sizing: border-box;
}
.in_service .in_row {
    position: relative;
    z-index: 12;
}
.in_service .in_row .in_col {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 25px auto;
}
.in_service .in_row .in_col .in_box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0;
    z-index: 1;
    width: calc(100% / 4);
}
.in_service .in_row .in_col .in_box:nth-child(1n)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E3E3E4;
    opacity: 1;
    z-index: 1;
    transition:all .6s ease;
}
.in_service .in_row .in_col .in_box:nth-child(2n)::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #C0C5CB;
    opacity: 1;
    z-index: 1;
    transition:all .6s ease;
}
.in_service .in_row .in_col .in_box:nth-child(5n)::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #C0C5CB;
    opacity: 1;
    z-index: 1;
    transition:all .6s ease;
}
.in_service .in_row .in_col .in_box:nth-child(6n)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E3E3E4;
    opacity: 1;
    z-index: 1;
    transition:all .6s ease;
}
.in_service .in_row .in_col .in_box:nth-child(7n)::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #C0C5CB;
    opacity: 1;
    z-index: 1;
    transition:all .6s ease;
}
.in_service .in_row .in_col .in_box:nth-child(8n)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E3E3E4;
    opacity: 1;
    z-index: 1;
    transition:all .6s ease;
}
.in_service .in_row .in_col .in_box:hover::after {
    opacity: 0;
    transition:all .5s ease;
}
.in_service .in_row .in_col .in_box .in_list_img{
    opacity: 0;
    transition:all .5s ease;
}
.in_service .in_row .in_col .in_box:hover .in_list_img{
    opacity: 1;
    transition:all .5s ease;
}
.in_service .in_row .in_col .in_box .in_list-info{
    position:absolute;
    top: 45px;
    z-index: 2;
}
.in_service .in_row .in_col .in_box .in_list-name {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    transition:all .35s ease;
}

.in_service .in_row .in_col .in_box .in_list-txt{
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    margin: 6.5px 48px;
    text-align: center;
    transition:all .35s ease;
}
.in_service .in_row .in_col .in_box .in_list-name::after{
    content: '';
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background: -webkit-linear-gradient( right,rgba(226,116,65) 0%,rgba(255,191,0) 100%);
    background: linear-gradient( right,rgba(226,116,65) 0%,rgba(255,191,0) 100%);
    margin: 6px auto ;
    z-index: 2;
    transition:all .35s ease;
}

.in_service .in_row .in_col .in_box:hover .in_list-name{
    color: #FFF;
    text-shadow: 0 0 0.5em rgba(29, 29, 30, 0.7);
}
.in_service .in_row .in_col .in_box:hover .in_list-txt{
    color: #FFF;
    text-shadow: 0 0 0.8em rgba(29, 29, 30, 0.7);
}
.in_service .in_row .in_col .in_box:hover .in_list-name::after{
    background: #fff;
}


/*-----內頁服務項目END-----*/
/*------------ contact-editor ------------*/
.contact_row {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.contact_row+.contact_row{
    margin-top: 40px;
}
.contact-map{
    width: 50%;
}
.contact-map iframe {
    height: 400px;
    box-sizing: border-box;
}

.contact-editor {
    text-align: center;
    margin: 5px 0;
    width: 50%;
}

.contact-editor .row {
    display: flex;
    flex-direction: column;
    width: 100%;
    
    
}

.contact-editor .col {
    padding: 15px;
}

.contact-editor .col+.col{
    
    border-top: 1px solid #dcdcdc;
}

.contact-editor .col1 {
    
}

.contact-editor .col3 {
    
}

.contact-info-txt {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

.contact-info-txt .img-ic {
    display: inline-block;
    margin-bottom: 20px;
}

.contact-info-txt a:hover {
    color: #E0723F;
    text-decoration: underline;
}

.contact-info-txt i {
    font-size: 22px;
    color: #fff;
    background: #E0723F;
    padding: 10px;
    border-radius: 23px;
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.contact-info-txt i:before {
    font-family: 'icon-font2' !important;
}

.contact-info-txt .ic-locat:before {
    content: "\e1026";
}

.contact-info-txt .ic-tel:before {
    content: "\e1050";
}

.contact-info-txt .ic-fax:before {
    content: "\e1046";
}

.contact-info-txt .ic-fax {
    font-size: 22px;
    line-height: 23px;
}

/*------------ 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: #E27441;
    font-size: 16px;
    margin: 0;
}

.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: 1520px){
    .index-service .row .col .box .list-txt{
        margin: 6.5px 84px;
    }
}
@media screen and (max-width: 1360px){
    .index-service .row .col .box .list-txt{
        margin: 6.5px 60px;
    }
}
@media screen and (max-width: 1310px){
    .in_service .in_row .in_col .in_box .in_list-txt{
        margin: 6.5px 0px;
    }
}
@media screen and (max-width: 1280px) {
    .index-service .row .col .box .list-info {
        top: 72px;
    }
    .index-service .row .col .box .list-txt{
        margin: 6.5px 58px;
    }
    .about-editor .row_2 .txt_box {
        padding: 50px 90px 50px 50px;
    }
    .a_layout .a_column_half1{
        width: 42%;
    }
    .a_layout .a_column_half2{
        width: 52%;
        margin-left: 40px;
    }
    .a_layout .a_pic_box {
        width: 103%;
        left: 5px;
    }
    .a_layout .remote-row .a_txt {
        font-size: 14px;
        width: 96%;
        margin-left: 0px;
    }
}
@media screen and (max-width: 1240px){
    .in_service .in_row .in_col .in_box .in_list-info{
        top: 36px;
    }
}
@media screen and (max-width: 1200px){
    .a_layout .remote-row .a_txt{
        font-size: 14px;
        line-height: 26px;
    }
    
}
@media screen and (max-width: 1176px){
    .index-service .row .col .box .list-info {
        top: 22px;
    }
    .index-service .row .col .box .list-txt {
        margin: 6.5px 48px;
    }
}
@media screen and (max-width: 1165px){
    .in_service .in_row .in_col .in_box .in_list-info {
        top: 20px;
    }
    .in_service .in_row .in_col .in_box .in_list-name{
        font-size: 18px;
    }
    .in_service .in_row .in_col .in_box .in_list-txt{
        font-size: 14px;
    }
}

@media screen and (max-width: 1048px){
    .index-service .row .col .box .list-info {
        top: 38px;
    }
    .index-service .row .col .box .list-txt {
        margin: 6.5px 28px;
    }
    .in_service .in_row .in_col .in_box .in_list-info {
        top: 16px;
    }
}
@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_row{
        flex-direction: column;
    }
    .contact-map {
        width: 100%;
    }
    .contact-editor{
        width: 100%;   
    }
    .contact-editor .row, .contact-editor .col {
        display: block;
        width: auto;
        border-width: 1px 0;
    }
    .contact-editor .col {
        border-width: 1px 0;
        padding: 15px 0;
    }
    .contact-editor .col1 {
        border-width: 0 0 1px;
    }
    .contact-editor .col3 {
        border-width: 1px 0 0;
    }
    .contact-editor .col {
        border-color: #ccc #ccc #ccc #ccc;
    }
    .contact-map iframe {
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .a_layout{
        margin: unset;
    }
    .a_layout .remote-row{
        flex-direction: column;
    }
    .a_layout .a_column_half1{
        width: 100%;
    }
    .a_layout .a_column_half2{
        width: 100%;
        margin-left: unset;
    }
    .a_layout .remote-row .a_txt{
        width: 100%;
        font-size: 15px;
        line-height: 28px;
    }
    .in_service .in_row .in_col .in_box .in_list-info {
        top: 42px;
    }
}
@media screen and (max-width: 920px){
    .index-service .row .col .box .list-info {
        top: 24px;
    }
}
@media screen and (max-width: 868px){
    .index-service .row .col .box .list-info {
        top: 18px;
    }
    .index-service .row .col .box .list-name {
        font-size: 20px;
    }
    .index-service .row .col .box .list-txt {
        font-size: 14px;
        margin: 6.5px 0px;
    }
    .in_service .in_row .in_col .in_box .in_list-info {
        top: 29px;
    }
}
@media screen and (max-width: 767px) {
    .index-service .row .col{
        justify-content: center;
    }
    .index-service .row .col .box{
        width: calc(88% / 2);
    }
    .index-service .row .col .box .list-info {
        top: 72px;
    }
    .index-service .row .col .box .list-name {
        font-size: 22px;
    }
    .index-service .row .col .box .list-txt {
        font-size: 16px;
        margin: 6.5px 0px;
    }
    .index-service .row .col .box:nth-child(-n+2)::after,
    .index-service .row .col .box:nth-last-child(2)::after{
        background:rgba(255, 255, 255, .70);
    }
    .index-service .row .col .box:nth-child(-n+1)::after,
    .index-service .row .col .box:nth-last-child(1)::after{
        background:rgba(255, 255, 255, .87);
    }
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
    .in_service .in_row .in_col{
        justify-content: center;
    }
    .in_service .in_row .in_col .in_box{
        width: calc(90% / 2);
    }
    .in_service .in_row .in_col .in_box .in_list-info {
        top: 65px;
    }
    .in_service .in_row .in_col .in_box .in_list-name {
        font-size: 22px;
    }
    .in_service .in_row .in_col .in_box .in_list-txt {
        font-size: 15px;
    }
    .in_service .in_row .in_col .in_box:nth-child(2)::after,
    .in_service .in_row .in_col .in_box:nth-child(3)::after,
    .in_service .in_row .in_col .in_box:nth-child(6)::after{
        background: #C0C5CB;
    }
    .in_service .in_row .in_col .in_box:nth-child(1)::after,
    .in_service .in_row .in_col .in_box:nth-child(4)::after,
    .in_service .in_row .in_col .in_box:nth-child(5)::after{
        background: #E3E3E4;
    }
    
}
@media screen and (max-width: 680px){
    .index-service .row .col .box .list-info {
        top: 50px;
    }
}
@media screen and (max-width: 660px){
    .index-service .row .col .box .list-info,
    .in_service .in_row .in_col .in_box .in_list-info{
        top: 48px;
    }

}
@media screen and (max-width: 640px){
    .index-service .row .col .box .list-name {
        font-size: 20px;
    }
    .index-service .row .col .box .list-txt {
        font-size: 14px;
        margin: 6.5px 0px;
    }

}
@media screen and (max-width: 540px){
    .index-service .row .col .box .list-info,
    .in_service .in_row .in_col .in_box .in_list-info {
        top: 24px;
    }
    .a_layout .remote-row .a_txt {
        font-size: 14px;
        line-height: 26px;
    }
    .a_layout .a_pic_box h4{
        font-size: 18px;
        top: -54px;
    }
    .a_layout .a_pic_box h4::after {
        width: 54px;
        height: 54px;
        left: -8px;
        top: -5px;
    }
}
@media screen and (max-width: 480px){
    .index-service .row .col{
        width: 112%;
        left: -6%;
    }
    .in_service .in_row .in_col .in_box .in_list-info{
        top: 18px;
    }
    .in_service .in_row .in_col .in_box .in_list-name {
        font-size: 18px;
    }
    .in_service .in_row .in_col .in_box .in_list-txt {
        font-size: 14px;
    }
    .a_layout .a_pic_box{
        flex-direction: column;
    }
    .a_layout .a_pic_box .box-col{
        width: calc(100% / 1);
        margin: 0 0 -78px -5px;
    }
    .a_layout .a_pic_box h4 {
        font-size: 25px;
        top: -72px;
    }
    .a_layout .a_pic_box h4::after {
        width: 76px;
        height: 76px;
        left: -12px;
        top: -7px;
    }
}

@media screen and (max-width: 420px){
    
    .index-service .row .col .box .list-info {
        top: 18px;
    }
    .index-service .row .col .box .list-name {
        font-size: 18px;   
    }
    .in_service .in_row .in_col .in_box {
        width: calc(98% / 2);
    }
    .in_service .in_row .in_col .in_box .in_list-info{
        top: 14px;
    }
}

@media screen and (max-width: 380px){
    .index-service .row .col .box .list-info {
        top: 14px;
    }
    .index-service .row .col .box .list-name {
        font-size: 17px;   
    }
    .index-service .row .col .box .list-txt{
        font-size: 13px;
    }
    .in_service .in_row .in_col .in_box .in_list-name {
        font-size: 17px;
    }
    .in_service .in_row .in_col .in_box .in_list-txt {
        font-size: 13px;
    }

}
@media screen and (max-width: 364px){
    .index-service .row .col {
        width: 100%;
        left: 0%;
    }
    .index-service .row .col .box{
        width: calc(88% / 1);
    }
    .index-service .row .col .box .list-info {
        top: 56px;
    }
    .index-service .row .col .box .list-name{
        font-size: 20px;
    }
    .index-service .row .col .box .list-txt{
        font-size: 15px;
    }
    .index-service .row .col .box:nth-child(n+1)::after{
        background:rgba(255, 255, 255, .70);
    }
    .index-service .row .col .box:nth-child(n+2)::after{
        background:rgba(255, 255, 255, .87);
    }
    .index-service .row .col .box:nth-child(2n+1)::after{
        background:rgba(255, 255, 255, .70);
    }
    .in_service .in_row .in_col .in_box {
        width: calc(88% / 1);
    }
    .in_service .in_row .in_col .in_box:nth-child(n+1)::after{
        background:#C0C5CB;
    }
    .in_service .in_row .in_col .in_box:nth-child(n+2)::after{
        background:#E3E3E4;
    }
    .in_service .in_row .in_col .in_box:nth-child(2n+1)::after{
        background:#C0C5CB;
    }
    .in_service .in_row .in_col .in_box .in_list-name{
        font-size: 20px;
    }
    .in_service .in_row .in_col .in_box .in_list-txt{
        font-size: 15px;
    }
    .in_service .in_row .in_col .in_box .in_list-info{
        top: 56px;
    }
}