@charset "utf-8";
/*------------ 後台編輯器範本 ------------*/
.remote-row .normal-txt {
    font-size: 16px;
}
/*------------ /後台編輯器範本 ------------*/
/*------------ about-editor ------------*/
/*index*/
.about-sect .txt-box .index-about-editor .editor h3 {
    position: relative;
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
/*content*/
.a_layout,
.a_layout * {
    position: relative;
    box-sizing: border-box;
}
.a_layout p {
    margin: 0;
    color: #545454;
    letter-spacing: 1px;
    line-height: 1.8;
}
.a_layout .a_item {
    display: flex;
    z-index: 1;
}
.a_layout .a_item+.a_item {
    margin: 56px 0 0;
}
.a_layout .a_item .a_title {
    margin: 0 0 10px;
}
.a_layout .a_item.a_item_1 {
    align-items: flex-end;
    z-index: 2;
}
.a_layout .a_item.a_item_1 .a_title h3 {
    margin: 0;
    padding: 0 0 0 50px;
    color: #333333;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.2;
}
.a_layout .a_item.a_item_1 .a_title h3::before {
    content: '';
    position: absolute;
    top: 53%;
    margin-top: -7.5px;
    left: 0;
    width: 33px;
    height: 15px;
    background: url(../../../images/layout06/common/index/title_ic.png) no-repeat;
    background-size: contain;
}
.a_layout .a_item.a_item_1 .a_col {
    width: 50.5%;
    padding-right: 18.5px;
}
.a_layout .a_item.a_item_1 .a_col:last-of-type {
    width: 49.5%;
    padding-right: 0;
    padding-left: 18.5px;
}
.a_layout .a_item.a_item_2::before {
    content: '';
    position: absolute;
    top: -151px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 463px;
    background: url(../../../images/layout06/common/about/a_pic3.jpg) no-repeat;
    z-index: -1;
}
.a_layout .a_item.a_item_2 .a_title h3 {
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px;
    padding: 0 0 20px;
    width: fit-content;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    background: -webkit-linear-gradient(left, #08368B 0, #1981C3 10%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.a_layout .a_item.a_item_2 .a_title h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 6px;
    background: #0B398C;
}
.a_layout .a_item.a_item_2 {
    z-index: 1;
    padding: 0 0 60px;
}
.a_layout .a_item.a_item_2 .a_col {
    width: 44.98%;
    padding-right: 15.5px;
    padding-left: 31px;
}
.a_layout .a_item.a_item_2 .a_col:last-of-type {
    width: 55.02%;
    padding-right: 0;
    padding-left: 15.5px;
}
@media screen and (max-width: 1200px){
    .a_layout .a_item{
        flex-direction: column;
    }
    .a_layout .a_item.a_item_1 .a_col {
        width: 100%;
        padding: 0 0 30px;
    }
    .a_layout .a_item.a_item_1 .a_col:last-of-type {
        width: 100%;
        padding: 0;
    }
    .a_layout .a_item.a_item_2 .a_col {
        width: 100%;
        padding: 0 0 30px;
    }
    .a_layout .a_item.a_item_2 .a_col:last-of-type {
        width: 100%;
        padding: 0;
    }
    .a_layout .a_item.a_item_2 .a_title h3 {
        padding: 0 0 10px;
    }
    .a_layout .a_item+.a_item {
        margin: 40px 0 0;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item.a_item_1 .a_col:first-of-type {
        text-align: center;
    }
    .a_layout .a_item.a_item_2 .a_col:last-of-type {
        text-align: center;
    }
    .a_layout .a_item.a_item_1 .a_title h3,
    .a_layout .a_item.a_item_2 .a_title h3 {
        font-size: 24px;
    }
}
/*------------ /about-editor ------------*/
/*------------ service-editor ------------*/
.s_layout,
.s_layout * {
    position: relative;
    box-sizing: border-box;
}
.s_layout {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -17.5px;
}
.s_layout .box{
    width: calc(100% / 3);
    padding: 0 17.5px;
    margin: 0 auto 30px;
}
.s_layout .box a.cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.s_layout .box .pic {
    overflow: hidden;
}
.s_layout .s_txt {
    padding: 15px 0 0;
}
.s_layout .s_txt h3 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1.5;
    padding: 0 20px 0 0;
}
.s_layout .s_txt h3::before {
    content: '';
    position: absolute;
    top: 7px;
    right: 105%;
    width: 14px;
    height: 15px;
    background: url(../../../images/layout06/common/about/s_ic.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1000px){
    .s_layout {
        max-width: 850px;
        margin: 0 auto;
    }
    .s_layout .box {
        width: calc(100% / 2);
        padding: 0 15px;
    }
    .s_layout .s_txt h3 {
        font-size: 18px;
    }
    .s_layout .s_txt h3::before {
        top: 3px;
    }
}
@media screen and (max-width: 850px){
    .s_layout {
        margin: 0 -15px;
        max-width: unset;
    }
}
@media screen and (max-width: 767px){
    .s_layout {
        margin: 0 -10px;
    }
    .s_layout .box {
        padding: 0 10px;
    }
    .s_layout .s_txt h3 {
        width: auto;
        padding: 0 0 0 15px;
    }
    .s_layout .s_txt h3::before {
        top: 10px;
        right: unset;
        left: 0;
        height: 10px;
        width: 10px;
    }
}
/*------------ /service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-editor .col{
    float: left;
}
.contact-editor .col + .col{
    margin: 0 0 0 25px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 10px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg);
    background: -webkit-linear-gradient(left, #08368B 0, #1981C3 100%);
}
.contact-editor i:before{
    display: inline-block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-editor .tel i:before{
    content: "\ff001";
}
.contact-editor .fax i:before{
    content: "\ff002";
}
.contact-editor .mail i:before{
    content: "\ff003";
}
.contact-editor .add i:before{
    content: "\ff004";
    font-size: 18px;
    position: relative;
    top: 2px;
}
.contact-editor .col a,
.contact-editor .col span{
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: middle;
}
@media screen and (max-width: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 1100px){
    .contact-editor i{
        text-indent: 0;
        line-height: 30px;
    }
}
/*------------ /contact-editor ------------*/
/*------------ terms-editor ------------*/
.terms-editor{
    line-height: 2;
}
.terms-editor .title{
    font-size: 20px;
    color: #06348B;
    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;
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
/*------------ /terms-editor ------------*/