@charset "utf-8";
/*------------ about-editor ------------*/
/*首頁*/
.about-sect .txt-box .index-about-editor .editor h3{
    color:#ce3131; 
    font-size:22px; 
    line-height: 1.5;
    margin: 0 0 10px;
    font-weight: 400;
}
/*內頁*/
.a_layout {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    color: #666666;
    font-size: 15px;
    letter-spacing: 1.0px;
    line-height: 1.75;
    padding-top: 50px;
}
.a_layout .a_row1{
    padding-bottom: 70px;
}
.a_layout .a_row2 {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}
.a_layout .a_row2 .a_txt {
    width: 100%;
    max-width: 450px;
    padding-top: 20px;
    padding-right: 51px;
}
.a_layout .a_row2 .a_txt span {
    font-size: 60px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 15px;
    color: #333333;
    display: none;
}
.a_layout .a_row2 .a_txt h2 {
    margin: 0;
    color: #333333;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 3px;
    padding-left: 36px;
    position: relative;
}
.a_layout .a_row2 .a_txt h2::before {
    content: '';
    width: 26px;
    height: 3px;
    background: #FE0000;
    position: absolute;
    display: block;
    transform: translateY(-50%);
    left: 0;
    top: calc(45% - 1.5px);
}
.a_layout .a_row2 .a_tit {
    color: #D72626;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}
.a_layout .a_row2 .a_txt .p-2{
    margin: 0;
    margin-bottom: 25px;
}
.a_layout .a_row2 .a_txt .p-1{
    margin: 0;
    letter-spacing: 1px;
    position: relative;
}
.a_layout .a_row2 .a_pic {
    position: relative;
    width: 70%;
}
.a_layout .a_row3 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}
.a_layout .a_row3 .a_pic {
    position: relative;
    width: 100%;
    /* padding-top: 22px;
    padding-right: 37px; */
}
.a_layout .a_row3 .a_txt {
    width: 100%;
    max-width: 450px;
    padding-top: 20px;
    padding-right: 51px;
}
.a_layout .a_row3 .a_txt2 {
    width: 100%;
    max-width: 450px;
    padding-top: 20px;
    padding-left: 51px;
}
.a_layout .a_row3 .a_tit {
    color: #D72626;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}
.a_layout .a_row4{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.a_layout .a_row4 .k_txt{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.a_layout .a_row4 .k_txt span{
    position: relative;
    transition: all .3s ease;
    font-size: 60px;
    display: block;
    color: #333333;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.a_layout .a_row4 .k_txt h2{
    color: #333333;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}
.a_layout .a_row4 .k_txt h2::before{
    content: '';
    width: 26px;
    height: 3px;
    background: #FE0000;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
}
.a_layout .a_row4 .icon-list {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    padding: 0 20px;
}
.a_layout .a_row4 .icon-list .icon-item{
    list-style: none;
    padding: 0 8px;
    box-sizing: border-box;
}
.a_layout .a_row4 .icon-list h3{
    margin: 10px 0px 0px 0px;
}
.a_layout .a_row4 .icon-list .icon-img1{
    width: 170px;
    height: 170px;
    display: flex;
    background: #DDDDDD;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.a_layout .a_row4 .icon-list .icon-img2{
    width: 170px;
    height: 170px;
    background: #DDDDDD;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.a_layout .a_row4 .icon-list .icon-img3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: transparent;
    background-size: contain;
    background: url(../../../images/layout03/common/about/icon3.png);
    width: 260px;
    height: 300px;
}
.a_layout .a_row4 .icon-list .icon-img3 h3{
    color: #666666;
}
.a_layout .a_row4 .icon-list .icon-img4{
    width: 170px;
    height: 170px;
    background: #DDDDDD;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.a_layout .a_row4 .icon-list .icon-img5{
    width: 170px;
    height: 170px;
    background: #DDDDDD;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
li::marker {
    display: none;
}
.a_layout .k_txt2{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto 0 auto;
    gap: 150px;
}
.a_layout .k_txt2 .k_txt2_box1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.a_layout .k_txt2 .k_txt2_box1 .k_tit1{
    position: relative;
    transition: all .3s ease;
    font-size: 24px;
    display: block;
    color: #D72626;
    margin: 0;
    font-weight: 700;
}
.a_layout .k_txt2 .k_txt2_box2 .k_tit2{
    position: relative;
    transition: all .3s ease;
    font-size: 24px;
    display: block;
    color: #D72626;
    margin: 0;
    font-weight: 700;
}
.a_layout .k_txt2 .k_txt2_box2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

}
@media screen and (max-width: 1280px){
    .a_layout .a_row2 .a_txt {
        max-width: 370px;
    }
    .a_layout .a_row3 .a_txt2 {
        max-width: 370px;
    }
    .a_layout .a_row2 .a_txt h2::before {
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_row4 .icon-list .icon-img3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: transparent;
    }
    .a_layout {
        padding-top: 0;
    }
    .a_layout .a_row1 {
        padding-bottom: 0px;
    }
    .a_layout .a_row2 {  
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column; 
         padding-bottom: 0px;
    }
    .a_layout .a_row2 .a_pic {
        position: relative;
        width: fit-content;
        padding-top: 0px;
        padding-left: 0px;
        max-width: 430px;
    }
    .a_layout .a_row2 .a_txt {
        padding-right: 0px;
        font-size: 13px;
        max-width: 430px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .a_layout .a_row3 { 
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        margin: 0 0 0px;
    }
    .a_layout .a_row3 .a_txt {
        width: 100%;
        max-width: 430px;
        padding-top: 0px;
        padding-right: 0px;
        font-size: 13px;
    }
    .a_layout .a_row3 .a_txt2 {
        width: 100%;
        max-width: 430px;
        padding-top: 0px;
        padding-left: 0px;
        font-size: 13px;
        padding-bottom: 10px;
    }
    .a_layout .a_row3 .a_pic {
        position: relative;
        width: 50%;
        width: fit-content;
        padding-top: 0px;
        padding-right: 0px;
        max-width: 430px;
    }
    .a_layout .k_txt2 {
        margin: 0 auto;
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
        padding-top: 0px;
        width: 100%;
        max-width: 430px;
        padding-bottom: 60px;
        font-size: 13px;
    }
    .a_layout .a_row4 .icon-list .icon-item{
        width: calc(100% / 2);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .a_layout .a_row4 .icon-list .icon-item:nth-of-type(3) {
        width: 100%;
    }
    .a_layout .a_row4 .icon-list .icon-item:nth-of-type(1) {
        order: 2;
        padding-bottom: 30px;
    }
    .a_layout .a_row4 .icon-list .icon-item:nth-of-type(2) {
        order: 3;
        padding-bottom: 30px;
    }
    .a_layout .a_row4 .icon-list .icon-item:nth-of-type(3) {
        order: 1;
        padding-bottom: 30px;
    }
    .a_layout .a_row4 .icon-list .icon-item:nth-of-type(4) {
        order: 4;
        padding-bottom: 30px;
    }
    .a_layout .a_row4 .icon-list .icon-item:nth-of-type(5) {
        order: 5;
        padding-bottom: 30px;
    }
    .a_layout .a_row4 .icon-list {
        flex-wrap: wrap;
        position: relative;
        /* width: 50%;
        display: flex;
        flex-direction: column; */
        max-width: 450px;

    }
    .a_layout .a_row2 .a_txt h2 {
        text-align: center;
        padding-bottom: 20px;
        letter-spacing: 0px;
        padding-left: 0px;
        font-size: 20px;
    }
    .a_layout .a_row2 .a_txt span {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0;
        display: none;
    }
    .a_layout .a_row2 .a_txt h2::before {
        left: 50%;
        top: 45px;
        transform: translateX(-50%);
    }
    .a_layout .a_row4 .k_txt h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_row2 .a_txt span {
        font-size: 45px;
        letter-spacing: 1px;
        margin-bottom: 3px;
    }
    .a_layout .a_row2 .a_txt h2::before {
    }
    .a_layout .a_row4 .k_txt h2::before {
        top: 75px;
    }
    .a_layout .a_row4 .k_txt span {
        font-size: 45px;
    }
    .a_layout .a_row3 .a_tit {
        font-size: 23px;
    }
    .a_layout .k_txt2 .k_txt2_box1 .k_tit1 {
        font-size: 23px;
    }
}
@media screen and (max-width: 484px){
    .a_layout .a-1 .tag{
        max-width: 210px;
        margin: 0 auto;
        line-height: 1.5;
    }
    .a_layout .a-1 {
        padding-top: 80px;
    }
    .a_layout .a-1 .txt .title {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        flex-direction: column-reverse;
    }
    .a_layout .a-1 .txt{
        padding: 30px 25px 40px;
    }
    .a_layout .a-1 .txt .title span {
        margin-left: 0;
        margin-bottom: -15px;
    }
    .a_layout .a_row2 .a_txt span {
        font-size: 35px;
        letter-spacing: 1px;
        margin-bottom: 2px;
    }
    .a_layout .a_row2 .a_txt h2::before {
        top: 77px;
    }
    .a_layout .a_row4 .k_txt span {
        font-size: 35px;
    }
    .a_layout .a_row4 .k_txt h2::before {
        top: 64px;
    }
    .a_layout .a_row3 .a_tit {
        font-size: 21px;
    }
    .a_layout .k_txt2 .k_txt2_box1 .k_tit1 {
        font-size: 21px;
    }
}
@media screen and (max-width: 400px){
    .a_layout .a_row2 .a_txt span {
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 3px;
    }
    .a_layout .a_row2 .a_txt h2::before {
        top: 50px;
    }
    .a_layout .a_row4 .k_txt span {
        font-size: 30px;
    }
    .a_layout .a_row4 .k_txt h2::before {
        top: 46px;
    }
    .a_layout .a_row3 .a_tit {
        font-size: 18px;
    }
    .a_layout .k_txt2 .k_txt2_box1 .k_tit1 {
        font-size: 18px;
    }
    .a_layout .k_txt2 .k_txt2_box2 .k_tit2 {
        font-size: 18px;
    }
}
/*
.row_{
    display: flex;
}
.about-editor .row_1{
    justify-content: space-between;
    align-items: flex-start; 
    margin-bottom: 70px;
}
.about-editor .about-title{
    color: #262626;
    font-size: 29px;
    font-family:Roboto;
    font-weight: 300;
    margin: 0;
}
.about-editor .about-title:after{
    content: '';
    background: #4F4F4F;
    height: 1px;
    width: 60px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
}
.about-editor .row_2{
    margin-top: 40px;
}
.about-editor .row_2 .col{
    flex-basis:  50%;
    position: relative;
}
.about-editor .row_2 .txt_box{
    margin-top: 65px;
    border:solid 1px #4F4F4F;
    display: block;
    padding:50px;
    position: relative;
    margin-right: -100px;
    color: #000000;
    box-sizing: border-box;
}
.as_title{
    margin-bottom: 10px;
}
.as_txt{
    line-height: 2;
    padding-left: 35px;
}
.about-editor .row_2 .col1:after{
    content: '';
    display: block;
    position: absolute;
    width: 126px;
    background: #fff;
    height: 65px;
    right: -100px;
    bottom: 0;
    z-index: 3;
}
.about-editor .row_2 .col2{
    position: relative;
    z-index: 4;
    text-align: center;
}
.about-editor .row_3{
    align-items: flex-end;
}
.about-editor .row_3 .col{
    flex-basis:  50%;
}
.about-editor .row_3 .txt_box{
    margin-top: -65px;
    border:solid 1px #4F4F4F;
    display: block;
    padding:115px 50px 50px;
    position: relative;
    margin-left: -26px;
    color: #000000;
}
/*------------ 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 {
    text-align: center;
}
.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: #4e547b;
}
.contact-info-txt {
    max-width: 200px;
    margin: 0 auto;
    color: #888888;
}
.contact-info-txt .img-ic {
    display: inline-block;
    margin-bottom: 20px;
}
.contact-info-txt a:hover {
    color: #DD4848;
    text-decoration: underline;
}
.info-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 20px;
}
/*------------ video-editor ------------*/
.video-editor .pic {
    float: left;
    margin-right: 25px;
}

/*------------ terms-editor ------------*/
.terms-editor {
    font-size: 15px;
    line-height: 2;
}
.terms-editor .title {
    font-size: 17px;
    color: #D72828;
    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 ------------*/
/*------------ service-editor ------------*/
.service_layout1 {
    margin: 0px 0 0;
    position: relative;
    z-index: 5;
    border-radius: 0px;
    overflow: hidden;
}
.service_layout1 .wrap {
    margin: 0 auto;
}
.service_layout1 ul.service_list {
    display: flex;
    padding: 0;
    margin: 0;
}
.service_layout1 ul.service_list:hover li {
    width: calc(100% - 760px);
}
.service_layout1 ul.service_list:hover li:hover {
    width: 760px;
}

.service_layout1 ul.service_list:hover li:hover .service_item .service_text {}

.service_layout1 ul.service_list:hover li:hover::after {
    background: rgba(0, 0, 0, 0.25);
}
.service_layout1 ul.service_list {
    display: flex;
    flex-wrap: wrap;
    /* 換行 */
    padding: 0;
    margin: 0;
}

.service_layout1 ul.service_list li {
    position: relative;
    width: calc(100% / 2);
    /* 原為 1/3，改為 1/2 */
    overflow: hidden;
    transition: 0.9s;
}

.service_layout1 ul.service_list li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 15;
    font-size: 0;
}

.service_layout1 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_layout1 ul.service_list li .service_item .service_pic {
    position: relative;
    z-index: 5;
    height: 385px;
}

.service_layout1 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_layout1 ul.service_list li:nth-child(1) .service_item .service_pic img {
    object-position: -50px center;
}

.service_layout1 ul.service_list li:nth-child(2) .service_item .service_pic img {
    object-position: -50px center;
}

.service_layout1 ul.service_list:hover li:nth-child(1) .service_item .service_pic img,
.service_layout1 ul.service_list:hover li:nth-child(2) .service_item .service_pic img {
    object-position: -0px center;
}

.service_layout1 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: 60px 60px;
    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_layout1 ul.service_list li .service_item .service_text .tit {
    font-size: 18px;
    color: #fff;
    padding: 0;
    transition: all 0.3s ease;
    margin: 0px 0 5px;
    text-shadow: #000 0em 0 8px;
    font-family: 'GenSenRounded-R', Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.service_layout1 ul.service_list li .service_item .service_text .tit h3 {
    margin: 0;
    font-size: 35px;
    text-align: left;
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 0px;
}

.service_layout1 ul.service_list li .service_item .service_text .tit h3:before {
    content: '';
    width: 20px;
    height: 35px;
    background: #FE0000;
    position: absolute;
    display: block;
    left: 0px;
    top: 66%;
}

.service_layout1 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);
}

/*.service_layout2*/
.service_layout2 {
    margin: 0px 0 0;
    position: relative;
    z-index: 5;
    border-radius: 0px;
    overflow: hidden;
}

.service_layout2 .wrap {
    margin: 0 auto;
}

.service_layout2 ul.service_list {
    display: flex;
    padding: 0;
    margin: 0;
}

.service_layout2 ul.service_list:hover li {
    width: calc(100% - 760px);
}

.service_layout2 ul.service_list:hover li:hover {
    width: 760px;
}

.service_layout2 ul.service_list:hover li:hover .service_item .service_text {}

.service_layout2 ul.service_list:hover li:hover::after {
    background: rgba(0, 0, 0, 0.25);
}

.service_layout2 ul.service_list {
    display: flex;
    flex-wrap: wrap;
    /* 換行 */
    padding: 0;
    margin: 0;
}

.service_layout2 ul.service_list li {
    position: relative;
    width: calc(100% / 2);
    /* 原為 1/3，改為 1/2 */
    overflow: hidden;
    transition: 0.9s;
}

.service_layout2 ul.service_list li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 15;
    font-size: 0;
}

.service_layout2 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_layout2 ul.service_list li .service_item .service_pic {
    position: relative;
    z-index: 5;
    height: 385px;
}

.service_layout2 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_layout2 ul.service_list li:nth-child(1) .service_item .service_pic img {
    object-position: -50px center;
}

.service_layout2 ul.service_list li:nth-child(2) .service_item .service_pic img {
    object-position: -50px center;
}

.service_layout2 ul.service_list:hover li:nth-child(1) .service_item .service_pic img,
.service_layout2 ul.service_list:hover li:nth-child(2) .service_item .service_pic img {
    object-position: -0px center;
}

.service_layout2 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 45px;
    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_layout2 ul.service_list li .service_item .service_text .tit {
    font-size: 18px;
    color: #fff;
    padding: 0;
    transition: all 0.3s ease;
    margin: 0px 0 5px;
    text-shadow: #000 0em 0 8px;
    font-family: 'GenSenRounded-R', Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.service_layout2 ul.service_list li .service_item .service_text .tit h3 {
    margin: 0;
    font-size: 35px;
    text-align: left;
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 0px;
}

.service_layout2 ul.service_list li .service_item .service_text .tit h3:before {
    content: '';
    width: 20px;
    height: 35px;
    background: #FE0000;
    position: absolute;
    display: block;
    left: 0px;
    top: 66%;
}

.service_layout2 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);
}

/*service_layout3*/
.service_layout3 {
    margin: 0px 0 0;
    position: relative;
    z-index: 5;
    border-radius: 0px;
    overflow: hidden;
}

.service_layout3 .wrap {
    margin: 0 auto;
}

.service_layout3 ul.service_list {
    display: flex;
    padding: 0;
    margin: 0;
}

.service_layout3 ul.service_list:hover li {
    width: calc(100% - 760px);
}

.service_layout3 ul.service_list:hover li:hover {
    width: 760px;
}

.service_layout3 ul.service_list:hover li:hover .service_item .service_text {}

.service_layout3 ul.service_list:hover li:hover::after {
    background: rgba(0, 0, 0, 0.25);
}

.service_layout3 ul.service_list {
    display: flex;
    flex-wrap: wrap;
    /* 換行 */
    padding: 0;
    margin: 0;
}

.service_layout3 ul.service_list li {
    position: relative;
    width: calc(100% / 2);
    /* 原為 1/3，改為 1/2 */
    overflow: hidden;
    transition: 0.9s;
}

.service_layout3 ul.service_list li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 15;
    font-size: 0;
}

.service_layout3 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_layout3 ul.service_list li .service_item .service_pic {
    position: relative;
    z-index: 5;
    height: 385px;
}

.service_layout3 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_layout3 ul.service_list li:nth-child(1) .service_item .service_pic img {
    object-position: -50px center;
}

.service_layout3 ul.service_list li:nth-child(2) .service_item .service_pic img {
    object-position: -50px center;
}

.service_layout3 ul.service_list:hover li:nth-child(1) .service_item .service_pic img,
.service_layout3 ul.service_list:hover li:nth-child(2) .service_item .service_pic img {
    object-position: -0px center;
}

.service_layout3 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 45px;
    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_layout3 ul.service_list li .service_item .service_text .tit {
    font-size: 18px;
    color: #fff;
    padding: 0;
    transition: all 0.3s ease;
    margin: 0px 0 5px;
    text-shadow: #000 0em 0 8px;
    font-family: 'GenSenRounded-R', Arial, "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.service_layout3 ul.service_list li .service_item .service_text .tit h3 {
    margin: 0;
    font-size: 35px;
    text-align: left;
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 0px;
}

.service_layout3 ul.service_list li .service_item .service_text .tit h3:before {
    content: '';
    width: 20px;
    height: 35px;
    background: #FE0000;
    position: absolute;
    display: block;
    left: 0px;
    top: 66%;
}

.service_layout3 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);
}

/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
    .about-editor .row_2 .txt_box {
        padding: 50px 90px 50px 50px;
    }
}

@media screen and (max-width: 960px) {
    .contact-editor .col {
        float: none;
        padding: 15px 0;
    }
    .contact-editor .row,
    .contact-editor .col {
        display: block;
        width: auto;
    }
    .contact-info-txt .img-ic {
        max-width: 100px;
    }
    .contact-editor .col+.col:before {
        height: 1px;
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .row_ {
        display: block;
    }
    .about-editor .row_1 .col {
        margin-bottom: 20px;
    }
    .about-editor .row_1 {
        margin-bottom: 40px;
    }
    .about-editor .row_2 {
        margin-top: 20px;
    }
    .about-editor .row_2 .col1:after {
        display: none;
    }
    .about-editor .row_2 .col,
    .about-editor .row_3 .col {
        margin-bottom: 20px;
    }
    .about-editor .row_2 .txt_box,
    .about-editor .row_3 .txt_box {
        padding: 0px;
        border: none;
        margin-right: 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .about-editor .row_2 .col2 {
        text-align: left;
    }
    .index-about-editor {
        padding: 0;
        height: auto;
    }
    /*service_layout1_1100*/
    .service_layout1 ul.service_list li {
        border-radius: 0px;
        overflow: hidden;
        margin: 0 0 20px;
    }
    .service_layout1 .wrap {
        width: 90%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .service_layout1 {
        border-radius: 0;
    }
    .service_layout1 ul.service_list {
        display: block;
    }
    .service_layout1 ul.service_list:hover li {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout1 ul.service_list:hover li:hover {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout1 ul.service_list li {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout1 ul.service_list li .service_item .service_pic {
        height: 200px;
    }
    .service_layout1 ul.service_list li:hover .service_item .service_pic img {
        transform: scale(1.1);
    }
    .service_layout1 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_layout1 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_layout1 ul.service_list li .service_item .service_text .tit h3:before {
        width: 20px;
        height: 35px;
        left: 0px;
        top: 33%;
    }
    .service_layout1 ul.service_list:hover li:hover .service_item .service_text h3 {
        margin-bottom: -8px;
    }
    .service_layout1 ul.service_list li .service_item .service_text .tit span{
        margin: 0 0 0px;
        font-size: 17px;
        letter-spacing: 1px;
    }
    .service_layout1 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_layout1 ul.service_list:hover li:hover .service_item .service_text span {
        margin: 0 0px 0 0px;
    }
    .service_layout1 .service_item {
        position: relative;
    }
    .service_layout1 ul.service_list li:nth-child(1) .service_item .service_pic img,
    .service_layout1 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_layout1 ul.service_list:hover li:nth-child(1) .service_item .service_pic img,
    .service_layout1 ul.service_list:hover li:nth-child(2) .service_item .service_pic img,
    .service_layout1 ul.service_list:hover li:nth-child(3) .service_item .service_pic img {
        object-position: unset;
    } */
    /*service_layout2_1100*/
    .service_layout2 ul.service_list li {
        border-radius: 0px;
        overflow: hidden;
        margin: 0 0 20px;
    }
    .service_layout2 .wrap {
        width: 90%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .service_layout2 {
        border-radius: 0;
    }
    .service_layout2 ul.service_list {
        display: block;
    }
    .service_layout2 ul.service_list:hover li {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout2 ul.service_list:hover li:hover {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout2 ul.service_list li {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout2 ul.service_list li .service_item .service_pic {
        height: 200px;
    }
    .service_layout2 ul.service_list li:hover .service_item .service_pic img {
        transform: scale(1.1);
    }
    .service_layout2 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_layout2 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_layout2 ul.service_list li .service_item .service_text .tit h3:before {
        width: 20px;
        height: 35px;
        left: 0px;
        top: 33%;
    }
    .service_layout2 ul.service_list:hover li:hover .service_item .service_text h3 {
        margin-bottom: -8px;
    }
    .service_layout2 ul.service_list li .service_item .service_text .tit span{
        margin: 0 0 0px;
        font-size: 17px;
        letter-spacing: 1px;
    }
    .service_layout2 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_layout2 ul.service_list:hover li:hover .service_item .service_text span {
        margin: 0 0px 0 0px;
    }
    .service_layout2 .service_item {
        position: relative;
    }
    .service_layout2 ul.service_list li:nth-child(1) .service_item .service_pic img,
    .service_layout2 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_layout2 ul.service_list:hover li:nth-child(1) .service_item .service_pic img,
    .service_layout2 ul.service_list:hover li:nth-child(2) .service_item .service_pic img,
    .service_layout2 ul.service_list:hover li:nth-child(3) .service_item .service_pic img {
        object-position: unset;
    } */
    /*service_layout3_1100*/
    .service_layout3 ul.service_list li {
        border-radius: 0px;
        overflow: hidden;
        margin: 0 0 20px;
    }
    .service_layout3 .wrap {
        width: 90%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .service_layout3 {
        border-radius: 0;
    }
    .service_layout3 ul.service_list {
        display: block;
    }
    .service_layout3 ul.service_list:hover li {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout3 ul.service_list:hover li:hover {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout3 ul.service_list li {
        width: 100%;
        box-sizing: border-box;
    }
    .service_layout3 ul.service_list li .service_item .service_pic {
        height: 200px;
    }
    .service_layout3 ul.service_list li:hover .service_item .service_pic img {
        transform: scale(1.1);
    }
    .service_layout3 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_layout3 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_layout3 ul.service_list li .service_item .service_text .tit h3:before {
        width: 20px;
        height: 35px;
        left: 0px;
        top: 33%;
    }
    .service_layout3 ul.service_list:hover li:hover .service_item .service_text h3 {
        margin-bottom: -8px;
    }
    .service_layout3 ul.service_list li .service_item .service_text .tit span{
        margin: 0 0 0px;
        font-size: 17px;
        letter-spacing: 1px;
    }
    .service_layout3 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_layout3 ul.service_list:hover li:hover .service_item .service_text span {
        margin: 0 0px 0 0px;
    }
    .service_layout3 .service_item {
        position: relative;
    }
    .service_layout3 ul.service_list li:nth-child(1) .service_item .service_pic img,
    .service_layout3 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_layout3 ul.service_list:hover li:nth-child(1) .service_item .service_pic img,
    .service_layout3 ul.service_list:hover li:nth-child(2) .service_item .service_pic img,
    .service_layout3 ul.service_list:hover li:nth-child(3) .service_item .service_pic img {
        object-position: unset;
    } */




    .service-editor .row_ .col2,
    .service-editor .row_ .col1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2 {
        padding: 0;
    }
    .service_layout1 ul.service_list li {
        position: relative;
        width: calc(100% / 1);
        overflow: hidden;
        transition: 0.9s;
    }
    .service_layout2 ul.service_list li {
        position: relative;
        width: calc(100% / 1);
        overflow: hidden;
        transition: 0.9s;
    }
    .service_layout3 ul.service_list li {
        position: relative;
        width: calc(100% / 1);
        overflow: hidden;
        transition: 0.9s;
    }
    .service_layout1 ul.service_list li:nth-child(1) .service_item .service_pic img {
        width: 100%;
        object-position: 0px;
    }
    .service_layout1 ul.service_list li:nth-child(2) .service_item .service_pic img {
        width: 100%;
        object-position: 0px;
    }
    .service_layout2 ul.service_list li:nth-child(1) .service_item .service_pic img {
        width: 100%;
        object-position: 0px;
    }
    .service_layout2 ul.service_list li:nth-child(2) .service_item .service_pic img {
        width: 100%;
        object-position: 0px;
    }
    .service_layout3 ul.service_list li:nth-child(1) .service_item .service_pic img {
        width: 100%;
        object-position: 0px;
    }
    .service_layout3 ul.service_list li:nth-child(2) .service_item .service_pic img {
        width: 100%;
        object-position: 0px;
    }
    .service_layout1 ul.service_list li .service_item .service_pic {
        height: 250px;
    }
    .service_layout2 ul.service_list li .service_item .service_pic {
        height: 250px;
    }
    .service_layout3 ul.service_list li .service_item .service_pic {
        height: 250px;
    }
    .contact-editor i {
        text-indent: 0px;
        line-height: 35px;
    }
}
@media screen and (max-width: 767px) {
    .terms-editor .row {
        margin: 0;
    }
    .terms-editor .col {
        padding: 0;
        width: 100%;
    }
    .service_layout1 ul.service_list li .service_item .service_text .tit h3,
    .service_layout2 ul.service_list li .service_item .service_text .tit h3,
    .service_layout3 ul.service_list li .service_item .service_text .tit h3 {
        font-size: 20px;
    }
    .service_layout1 ul.service_list li .service_item .service_text .tit,
    .service_layout2 ul.service_list li .service_item .service_text .tit,
    .service_layout3 ul.service_list li .service_item .service_text .tit {
        font-size: 10px;
        line-height: 20px;
    }
    .service_layout1 ul.service_list li .service_item .service_pic,
    .service_layout2 ul.service_list li .service_item .service_pic,
    .service_layout3 ul.service_list li .service_item .service_pic {
        height: 150px;
    }
    .service_layout1 ul.service_list li .service_item .service_text .tit h3:before,
    .service_layout2 ul.service_list li .service_item .service_text .tit h3:before,
    .service_layout3 ul.service_list li .service_item .service_text .tit h3:before {
        width: 12px;
        height: 22px;
    }
}
