@charset "utf-8";
/*------------ about-editor ------------*/
.page-about {
    position: relative;
    color: #545454;
    padding-top: 20px;
}
.a-1 {
    display: flex;
    padding-bottom: 60px;
    justify-items: baseline;
}
.a-1 .txt {
    width: 46%;
    padding: 0px 60px;
    margin-top: 100px;
}
.page-about .txt h2 {
    color: #A1B8D4;
    font-weight: 700;
    font-size: 60px;
    font-family: 'Archivo Black', sans-serif;
    margin: 0;
    line-height: 1.2;
    position: relative;
}
.page-about .txt h1 {
    color: #013971;
    font-size: 70px;
    font-family: 'Archivo Black', sans-serif;
    position: relative;
    margin: -20px 0 0 173px;
}
.a-1 .txt h3 {
    position: relative;
    color: #111;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    font-weight: 400;
    margin: -60px 0px 0px;
    padding: 0px 0 40px;
}
.page-about h3:after {
    position: absolute;
    bottom: 23px;
    left: 0px;
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    background: #013971;
}
.page-about h4 {
    position: relative;
    color: #111;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: normal;
    margin: auto;
}
.a-2 {
    display: flex;
    padding-bottom: 60px;
    justify-content: end;
}
.a-2 .txt {
    width: auto;
    padding: 0 50px;
    display: block;
    margin-top: 100px;
}
.a-2 .txt p {
    margin-bottom: 36px;
    margin-top: 5px;
}
.a-2 .txt h3 {
    position: relative;
    color: #111;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    font-weight: 400;
    padding: 0px 0 40px;
    margin: 0px;
}
.a-2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media screen and (max-width: 1300px) {
    .a-1 {
        display: flex;
        padding-bottom: 0px;
        flex-direction: column;
    }
    .a-1 .txt {
        width: auto;
        padding-top: 30px;
        padding: 0px 30px 0px;
        margin: 0px;
    }
    .a-2 {
        display: flex;
        flex-direction: column-reverse;
        padding: 20px 30px;
    }
    .a-2 .txt {
        width: 100%;
        padding-left: 0px;
        padding: 30px 0;
        margin: 0px;
    }
    .a-3 {
        display: flex;
        flex-direction: column;
    }
    .a-3 .txt {
        width: auto;
        margin-top: 30px;
        margin: auto;
        padding: 50px 30px;
        font-size: 25px;
    }
    .a-3 .txt:first-of-type {
        position: relative;
        padding-right: 0px;
    }
    .page-about .txt h2 {
        font-size: 22px;
    }
    .page-about h3,
    .page-about h4 {
        font-size: 20px;
        margin: 0px auto 20px;
        letter-spacing: 0px;
    }
    .a-3 .txt:before {
        left: 10px;
    }
    .a-3 .txt:after {
        right: 10px;
    }
    .a-1 .txt h3{
        font-size: 30px;
        margin: 0px 0px 0px;
    }
    .page-about .txt h1{
        font-size: 50px;
        margin: 0;
        MARGIN-TOP: -15PX;
    }
}
/*------------ index_s ------------*/
.s_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s_col {
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}
.s_col .pic {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
}
.s_col .pic img {
    transform: scale(1);
    transition: all 1.5s ease;
    overflow: hidden;
    z-index: -1;
}
.s_col:hover .pic img {
    transform: scale(1.2);
}
.s_col .st_box {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: 'Archivo Black', sans-serif;
    transition: all .5s;
    z-index: 5;
}
.s_col .st_box::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.6;
}
.s_col .st_box:hover {
    opacity: 0;
}
.s_col .st_box h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    position: relative;
    margin: 30px auto;
    letter-spacing: 0;
    width: 150px;
    font-family: 'Noto Sans TC', sans-serif;
}
.s_col .st_box span {
    font-size: 17px;
    color: #fff;
    position: relative;
    text-align: center;
    max-width: 164px;
    line-height: 1.3;
    letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
    .s_row {
        flex-direction: column;
    }
    .s_col {
        width: 365px;
        height: 240px;
    }
    .s_col .pic img {
        object-fit: cover;
        object-position: 50% -150px;
        width: 100% !important;
        height: 100% !important;
        max-width: inherit;
    }
    .s_col .st_box h3 {
        font-size: 20px;
    }
    .s_col .pic{
        border: none;
    }
}
/*------------ about-editor ------------*/
.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: #ddd;
}
.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: #74a1fe;
    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: #0b3a6a;
    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;
    }
    .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-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%;
    }
}