@charset "utf-8";
/*------------ about-editor ------------*/

.about_layout {
    position: relative;
}

.about_layout .remote-row.one .title {
    display: flex;
    position: relative;
}

.about_layout .remote-row.one .title::before {
    content: '';
    display: block;
    height: 37px;
    width: 750px;
    position: absolute;
    bottom: 8px;
    left: 0;
    transition: all .3s ease;
    background: #EDEDED;
    background: -moz-linear-gradient(left, #EDEDED 0%, #fff 100%);
    background: -webkit-linear-gradient(left, #EDEDED 0%, #fff 100%);
    background: linear-gradient(to right, #EDEDED 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#fff', GradientType=1);
    z-index: -1;
}

.about_layout .remote-row.one .title h3 {
    font-size: 17px;
    color: #212121;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1;
    padding-left: 20px;
    padding-right: 100px;
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;
}

.about_layout .remote-row.one .title h3::after {
    content: '';
    position: absolute;
    width: 58px;
    height: 1px;
    background: #9F9F9F;
    left: 215px;
    top: 50%;
    transform: translatey(-50%);
}

.about_layout .remote-row.one .title span {
    display: block;
    font-family: 'Cinzel', sans-serif;
    color: #333333;
    font-size: 56px;
    line-height: 1;
    font-style: italic;
    font-weight: bold;
}

.about_layout .remote-row.one .text {
    margin-top: 50px;
}

.about_layout .remote-row.one .column {
    padding: 0;
}

/* two */

.about_layout .remote-row.two {
    position: relative;
}

.about_layout .remote-row.two .column {
    padding: 0;
}

.about_layout .remote-row.two h3 {
    font-size: 24px;
    color: #000;
    margin: 0 0 30px;
    line-height: 1;
}

.about_layout .remote-row.two .text {
    position: relative;
}

.about_layout .remote-row.two p {
    margin: 0;
    color: #000000;
    letter-spacing: 0.75px;
    line-height: 1.75;
    text-align: justify;
}

.about_layout .about_pic {
    position: relative;
    top: 0;
    right: 0;
    z-index: -1;
}

.about_layout .remote-row.two .text {
    position: relative;
    padding-right: 30px;
}

@media screen and (max-width: 1280px) {
    .about_layout .remote-row.one .title {
        display: block;
        position: relative;
    }
    .about_layout .remote-row.one .title span {
        font-size: 57px;
    }
    .about_layout .remote-row.one .title::before {
        display: none;
    }
    .about_layout .remote-row.one .title h3 {
        background: #EDEDED;
        padding: 15px;
    }
    .about_layout .about_pic {
        position: relative;
        text-align: center;
        top: initial;
        right: initial;
        top: 0;
        margin: 30px 0 0;
    }
    .about_layout .remote-row.two {
        margin: 0;
    }
    .about_layout .remote-row.two h3 {
        width: 100%;
    }
    .about_layout .remote-row.two h3 {
        font-size: 18px;
        text-align: left;
        box-sizing: border-box;
        line-height: 1.5;
        margin: 0 0 15px;
    }
    .about_layout .remote-row.two .text h4 {
        text-align: center;
    }
    .about_layout .remote-row.one h4 {
        font-size: 18px;
    }
    .about_layout .remote-row.one .column {
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    .about_layout .column.half {
        width: 100%;
    }
    .about_layout .remote-row.two .text{
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .about_layout .remote-row.one .title span {
        font-size: 35px;
    }
    .about_layout .remote-row.one .text {
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .about_layout .remote-row.one .title h3::after {
        left: initial;
        right: 0;
    }
    .about_layout .remote-row.one .text {
        margin: 20px 0;
    }
    .about_layout .remote-row.two .text h4 {
        font-size: 22px;
        margin: 0 0 5px;
    }
}

/*------------ service-editor ------------*/

.s_layout {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.s_item {
    position: relative;
    width: calc(100% / 6);
    display: flex;
    justify-content: center;
}

.s_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    background: #626262;
    margin: 20px;
    width: 167px;
    height: 167px;
    transition: all 0.3s ease;
    top: 0;
}

.s_box::before {
    content: '';
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    position: absolute;
    border: 8px solid #fff;
    box-shadow: -6px 0px 10px rgb(0 0 0 / 50%);
    border-radius: 50%;
}

.s_box:hover {
    background: #D5000F;
    top: -5px;
}

.s_pic {
    position: relative;
    text-align: center;
    padding: 10px 0;
}

.s_text {
    position: relative;
    border-top: 1px dashed #fff;
}

.s_text h3 {
    position: relative;
    color: #FFFFFF;
    font-size: 19px;
    letter-spacing: 0.35px;
    margin: 10px 0;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .s_box {
        margin: 20px;
    }
    .s_item {
        width: auto;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .s_box {
        width: 120px;
        height: 120px;
        margin: 20px 10px;
    }
    .s_box::before {
        content: '';
        top: -5px;
        left: -5px;
        bottom: -5px;
        right: -5px;
        position: absolute;
        border: 2px solid #fff;
        box-shadow: -2px 0px 5px rgb(0 0 0 / 50%);
    }
    .s_pic img {
        max-width: 50%;

    }
    .s_text h3 {
        font-size: 15px;
        margin: 0;
    }
}

/*------------ contact-editor ------------*/

.contact-map:after {
    content: '';
    display: block;
    /* background: url('../../../images/layout03/common/contact/map_shadow.png') 50% 0 / 100% 100% no-repeat; */
    height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

.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;
    border-width: 0 1px 0 1px;
    border-color: #636363 #636363 #636363 #636363;
    border-style: solid;
}

.contact-editor .col1 {
    border-width: 0 1px 0 0;
}

.contact-editor .col3 {
    border-width: 0 0 0 1px;
}

.contact-info-txt {
    max-width: 300px;
    margin: 0 auto;
}

.contact-info-txt .img-ic {
    display: inline-block;
    margin-bottom: 20px;
}

.contact-info-txt a:hover {
    color: #D5000F;
    text-decoration: underline;
}

/*------------ 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: #D10402;
    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: 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;
        border-width: 1px 0;
    }
    .contact-info-txt .img-ic {
        max-width: 100px;
    }
    .contact-editor .col3 {
        border-width: 1px 0 0;
    }
}

@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-editor .row_ .col2, .service-editor .row_ .col1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .service-editor .row_ .col2 {
        padding: 0;
    }
    .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%;
    }
}