@charset "utf-8";
/*------------ about-editor ------------*/
.about-sect-editor .box-1-tit{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 0 30px;
    margin: 0 0 30px;
}
.about-sect-editor .box-1-tit:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #F27F1A;
}
.about-sect-editor .box-1-tit h2{
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: 45px;
    color: #333333;
}
.about-sect-editor .box-1-tit h2::first-letter{
    color: #2659A5;
}
.about-sect-editor .box-1-tit p{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.2;
    letter-spacing: 0.075em;
    font-size: 24px;
    font-weight: 400;
    color: #444444;
    margin-left: 16px;
}
.about-sect-editor .box-1-txt h2{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 20px;
    color: #2659A5;
    margin-bottom: 6px;
}
.about-sect-editor .box-1-txt p{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    color: #666666;
    max-width: 575px;
    width: 100%;
    text-align: justify;
}
.about-sect-editor .box-1-txt .change-1{
    width: 100%;
    max-width: 980px;
    margin-top: 30px;
}
.about-sect-editor .box-2-tit h2{
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: 45px;
    color: #333333;
}
.about-sect-editor .box-2-tit h2::first-letter{
    color: #2659A5;
}
.about-sect-editor .box-2-tit p{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.2;
    letter-spacing: 0.075em;
    font-size: 24px;
    font-weight: 400;
    color: #444444;
}
.about-sect-editor .box-2-txt p{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.05em;
}
.about-sect-editor .ab-txt h2{
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}
.about-sect-editor .ab-txt p{
    font-family: 'Noto Sans TC', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding-left: 12px;
}
.about-sect-editor  .box-2-tit{
    margin-top: 70px;
    margin-bottom: 36px;
}
.about-sect-editor  .box-2-tit p:before {
    content: '';
    display: block;
    background: #F27F1A;
    width: 30px;
    height: 2px;
    position: relative;
    bottom: -44px;
    left: 0;
}
.about-sect-editor  .box-3-a,
.about-sect-editor .box-3-b{
    padding: 75px 80px 50px;
    box-sizing: border-box;
}
.about-sect-editor .a-pic,
.about-sect-editor .b-pic{
    margin-right: 20px;
}
.about-sect-editor .ab-txt {
    width: 303px;
}
.about-sect-editor .box.box-2{
    margin-bottom: 33px;
    padding: 0 96px;
}
.about-sect-editor .box.box-3{
    display: flex;
}
.about-sect-editor  .box-3-a,
.about-sect-editor  .box-3-b{
    width: 50%;
    display: flex;
}
.about-sect-editor .ab-txt h2{
    margin-bottom: 17px;
}
.about-sect-editor .box-3-a{
    background: url(../../..//images/layout03/common/it-bg-1.jpg);
    background-size: cover;
}
.about-sect-editor .box-3-b{
    background: url(../../..//images/layout03/common/it-bg-2.jpg);
    background-size: cover;
}
.about-sect-editor .box-3-a ,
.about-sect-editor .box-3-b{
    position: relative; /* 確保定位基準 */
}
.about-sect-editor .box-3-a:after{
    content: 'SERVICES';
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    line-height: 1;
    font-style: italic;
    opacity: 0.2;
    position: absolute;
    left: 65px;
    top: 50px;
    color: #fff;
    font-weight: 700;
}
.about-sect-editor .box-3-b:after{
    content: 'PROFESSIONAL';
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    line-height: 1;
    font-style: italic;
    opacity: 0.2;
    position: absolute;
    left: 65px;
    top: 50px;
    color: #fff;
    font-weight: 700;
}
.about-sect-editor .a-pic img,
.about-sect-editor .b-pic img{
    transform: translate(0px, -11px);
}
.about-sect-editor .box.box-1 {
    padding: 100px 96px 0;
}
.about-sect-editor .box-all{
    position: relative;
}
.about-sect-editor .box-all:after{
    content: '';
    position: absolute;
    top: 175px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100% - 175px);
    z-index: -2;
    background: #fff;
}
.about-sect-editor .box.box-1:after{
    content: '';
    background: url(../../../images/layout03/common/pic-in.png);
    width: 404px;
    height: 293px;
    position: absolute;
    right: 96px;
    top: 79px;
}
.about-sect-editor .box-all:before{
    content: '';
    background: linear-gradient(to bottom, #f2651c 0%, #f4a819 100%);
    width: 14%;
    height: 376px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: -1;
}
@media screen and (max-width: 1440px){
    .about-sect-editor .box.box-1 {
        padding: 50px 50px 0;
    }
    .about-sect-editor .box-all:after {
        top: 125px;
        height: calc(100% - 125px);
    }
    .about-sect-editor .box.box-1:after {
        right: 50px;
        top: 25px;
    }
    .about-sect-editor .box-all:before {
        top: 0;
    }
    .about-sect-editor .box.box-2 {
        margin-bottom: 30px;
        padding: 0 50px;
    }
}
@media screen and (max-width: 1280px){
    .about-sect-editor .box-1-tit:before {
        top: calc(50% - 511px);
        left: calc(50% - 482px);
        display: none;
    }
    .about-sect-editor .box-1-tit h2{
        position: relative;
    }
    .about-sect-editor .box-1-tit h2:after {
        content: '';
        display: block;
        background: #F27F1A;
        width: 30px;
        height: 2px;
        position: absolute;
        display: inline-block;
        bottom: -33px;
        left: 0;
    }
    .about-sect-editor .box-all:after{
        display: none;
    }
    .about-sect-editor{
        background: #fff;
    }
    .about-sect-editor .box-all:before{
        display: none;
    }
    .about-sect-editor .box.box-3 {
        flex-direction: column;
        margin: 0 -25px;
    }
    .about-sect-editor .box-3-a, .about-sect-editor .box-3-b {
        width: 100%;
    }
    .about-sect-editor .box.box-1:after{
        top: -52px;
    }
    .about-sect-editor .box.box-1 {
        padding: 0;
    }
    .about-sect-editor{
        padding: 25px;
        padding-top: 100px;
    }
    .about-editor .row_2 .txt_box{
        padding: 50px 90px 50px 50px;
    }
    .about-sect-editor .box.box-2 {
        padding: 0;
    }
}
@media screen and (max-width: 1240px){
    .about-sect-editor .box.box-1:after{
        display: none;
    }
    .about-sect-editor .box-1-txt p{
        width: unset;
    }
    .about-sect-editor .box-1-txt .change-1{
        width: unset;
    }
}
@media screen and (max-width: 1000px){
    .about-sect-editor .box-1-txt .change-1{
        width: unset;
    }
}
@media screen and (max-width: 600px){
    .about-sect-editor .a-pic img,
    .about-sect-editor .b-pic img{
        transform: unset;
    }
    .box-3-a,
    .box-3-b{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px;
    }
    .about-sect-editor .box-2-tit h2,
    .about-sect-editor .box-1-tit h2 {
        font-size: 28px;
    }
    .about-sect-editor {
        padding-top: 40px;
    }
    .about-sect-editor .box-1-txt .change-1 {
        margin-top: 20px;
    }
    .about-sect-editor .box-3-b:after,
    .about-sect-editor .box-3-a:after{
        display: none;
    }
    .about-sect-editor .box-1-txt h2 {
        font-size: 17px;
    }
    .about-sect-editor .ab-txt p {
        padding: 0;
    }
    .about-sect-editor .ab-txt h2 {
        text-align: center;
    }
    .about-sect-editor .a-pic,
    .about-sect-editor .b-pic{
        margin-right: 0;
    }
}
/*------------ service-editor ------------*/

/*------------ 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;
}
@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){
    .contact-editor i{
        text-indent: 0px;
        line-height: 35px;
    }
}
/*------------ 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: #F26A1C;
    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%;
    }
}
