@charset "utf-8";
/*footer*/
.ic_phone{
    font-size: 20px;
    color: #444444;
    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/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/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/common/siteinfo_ic.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    background-position: 0 -60px;
}
.site-info .ic-phone{
    font-size: 20px;
    width: 20px;
    color: rgba(255,255,255,.6);
    margin-right: 5px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: rgba(255,255,255,.6);
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: rgba(255,255,255,.6);
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: rgba(255,255,255,.6);
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 938px;
    margin: 0 auto 0;
    z-index: 2;
}
.a_layout .a_row1{
    position: relative;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 100px;
}
.a_layout .a_row1::before{
    content: '';
    position: absolute;
    display: block;
    width: 349px;
    height: 336px;
    background: url(../../../images/layout04/common/about/logodeco.webp) no-repeat;
    right: 0;
    top: calc(100% - 185px);
    opacity: 0.04;
    z-index: -1;
}
.a_layout .a_row1 .a_pic{
    position: relative;
    width: 57.9%;
}
.a_layout .a_row1 .a_pic .a_slogan{
    position: absolute;
    display: flex;
    box-sizing: border-box;
    padding: 30px 50px;
    background: #1B3B6F;
    color: #FFFFFF;
    font-family: "Noto Serif TC", serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.5;
    bottom: 60px;
    right: calc(0% - 26.6%);
}
.a_layout .a_row1 .a_txt{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 42.1%;
    max-width: 350px;
    margin-left: auto;
    padding-top: 72px;
}
.a_layout .a_txt .a_tit{
    position: relative;
    text-align: left;
    margin: 0 0 32px;
}
.a_layout .a_txt .a_tit span{
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    color: #19396D;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.2;
    margin: 0;
}
.a_layout .a_txt .a_tit h2{
    font-family: "Noto Serif TC", serif;
    font-size: 26px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 2px 0 0px;
}
.a_layout .a_txt .a_tit::before {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    background: rgba(26, 58, 110, .5);
    bottom: calc(100% + 20px);
    left: 0;
    margin: 0;
}
.a_layout .a_row1 .a_txt h4{
    font-family: "Noto Serif TC", serif;
    font-size: 22px;
    color: #1A3A6E;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin: 0 0 20px;
}
.a_layout .a_txt p{
    position: relative;
    color: #868686;
    font-size: 15px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.1em;
    margin: 0;
}
.a_layout .a_txt p span {
    color: #19396C;
}
.a_layout .a_row2 {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.a_layout .a_row2  .a_txt{
    position: relative;
    display: flex;
    margin-bottom: 50px;
}
.a_layout .a_row2  .a_txt .a_tit{
    position: relative;
    width: 38%;
    margin-bottom: 0px;
}
.a_layout .a_row2  .a_txt p{
    position: relative;
    width: 62%;
}
.a_layout .a_row2 .a_pic {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.a_layout .a_row2 .a_pic img{
    width: 50%;
    max-width: 457px;
}
@media screen and (max-width: 1280px){
    .a_layout .a_row1{
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        max-width: 543px;
        margin: 0 auto 60px;
    }
    .a_layout .a_row1 .a_pic{
        width: 100%;
        max-width: inherit;
        margin: 0 auto 60px;
    }
    .a_layout .a_row1 .a_pic .a_slogan{
        right: 0;
    }
    .a_layout .a_row1 .a_txt{
        width: 100%;
        max-width: inherit;
        padding-top: 0;
    }
    .a_layout .a_txt .a_tit::before{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .a_layout .a_txt .a_tit{
        text-align: center;
    }
    .a_layout .a_txt p{
        text-align: center;
    }
    .a_layout .a_row1 .a_txt h4{
        text-align: center;
    }
    .a_layout .a_row1::before{
        left: 0;
        right: 0;
        top: inherit;
        bottom: 0;
        margin: 0 auto;
    }
    .a_layout .a_row2{
        width: 100%;
        max-width: 543px;
        margin: 0 auto;
    }
    .a_layout .a_row2 .a_txt{
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .a_layout .a_row2 .a_txt .a_tit{
        width: 100%;
        margin-bottom: 32px;
    }
    .a_layout .a_row2 .a_txt p{
        width: 100%;
    }
}
@media screen and (max-width: 1000px){
    .a_layout{
        padding: 0 15px;
    }
    .a_layout .a_txt .a_tit::before{
        width: 85px;
        height: 2px;
    }
    .a_layout .a_txt .a_tit span{
        font-size: 35px;
    }
    .a_layout .a_txt .a_tit h2{
        font-size: 24px;
    }
    .a_layout .a_txt .a_tit {
        margin: 0 auto 24px;
    }
    .a_layout .a_row1{
        margin: 0 auto 80px;
    }
    .a_layout .a_row1 .a_txt h4 {
        font-size: 20px;
    }
    .a_layout .a_txt p{
        font-size: 14px;
    }
    .a_layout .a_row1 .a_pic .a_slogan{
        font-size: 20px;
        padding: 20px 30px;
    }
    .a_layout .a_row1::before{
        width: 279px;
        height: 268px;
        background-size: contain;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_row2 .a_pic {
        flex-direction: column;
        align-items: center;
    }
    .a_layout .a_row2 .a_pic img {
        width: 100%;
        max-width: inherit;
        margin:0 auto;
    }
    .a_layout .a_row2 .a_pic img + img{
        margin-top: 15px;
    }
}
@media screen and (max-width: 480px){
    .a_layout .a_row1 .a_pic .a_slogan{
        position: relative;
        left: inherit;
        bottom: inherit;
        width: 100%;
        padding: 15px 15px;
    }
}
/*------------ about-editor ------------*/
/*------------ service-editor ------------*/
/*------------ contact-editor ------------*/
.contact-map iframe{
    border: 10px solid#fff;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    margin: 0px 0 20px;
}
.contact-editor{
    text-align: center;
    margin: 5px 0;
}
.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: #dddddd;
}
.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: #B20000;
    text-decoration: underline;
}
.info-icon-box{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #C7A38A;
    color: #FFFFFF;
}
.contact-info-txt .info-icon-box [class^="ic-"] {
    font-size: 18px;
}
/*------------ 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{
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
    color: #1A3A6E;
    font-weight: 600;
    letter-spacing: 0.15em;
    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){

}
@media screen and (max-width: 1000px){
    .contact-editor .row,
    .contact-editor .col{
        display: block;
        width: auto;
    }
    .contact-editor .col{
        padding: 15px 0;
    }
    .contact-map iframe{
        border: 5px solid#fff;
        height: 200px;
        margin: 0px;
    }
    .contact-editor .col + .col:before {
        height: 1px;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .contact-map{
        height: 200px;
    }
}
