@charset "utf-8";
/*------------ edit_page ------------*/
.edit_page {
    font-family: 'Roboto', sans-serif;
}

.edit_page .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit_page .row:nth-child(2) {
    margin-top: 20px;
}
.edit_page .row.pic_box{
    display: flex;
    width: 100%;
    /*flex-wrap: wrap;*/
    /*flex-basis: 100%;*/
    flex-wrap: nowrap;
    margin: 20px -5px 0;
}
.edit_page .row.pic_box img{
    margin: 0 ;
    display: block;
    /*width: calc(100% / 3)!important;*/
    box-sizing: border-box;
    padding: 5px;
}

.edit_page .row .col.pic {
    flex-basis: 460px;
}

.edit_page .row .col {
    width: calc(100% - 500px);
}

.edit_page .row .col:nth-child(1) {
    margin-right: 20px;
}

.edit_page .row .col:nth-child(2) {
    margin-left: 20px;
}

.edit_page .row .col .t1 {
    color: #222;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
.edit_page .row .col .t1 span{
    color: #193950;
    margin-right: 10px;
    font-size: 40px;
}
.edit_page .row .col .t1 span::first-letter{
    color: #257F9D;
}

.edit_page .row .col .t2 {
    font-size: 18px;
    color: #373F50;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.edit_page .row .col .txt {
    line-height: 2;
    margin-bottom: 15px;
}

@media screen and (max-width: 1000px) {
    .edit_page .row {
        flex-direction: column;
    }

    .edit_page .row .col.pic {
        flex-basis: inherit;
        width: 100%;
        margin: 0 auto 40px;
    }

    .edit_page .row .col:nth-child(1) {
        margin: 0 auto 20px;
    }

    .edit_page .row .col:nth-child(2) {
        margin: 0 auto 20px;
    }

    .edit_page .row .col {
        width: 100%;
        margin: 0 auto;
    }

    .edit_page .row .col .t1 {
        font-size: 28px;
    }
}
/*------------ index about ------------*/

/*------------ index service ------------*/
.st{
    font-weight: 600;
    font-size: 19px;
    line-height: 1.5;
    color: #333;
    margin:0 auto 10px;
    text-align: center;
}
.stxt{
    color: #535353;
    text-align: center;
}
.service-sect .st,
.service-sect .stxt{
    color: #d6d6d6;
}
/*------------ about-editor ------------*/
.row_{
    display: flex;
}
.about-edit{
    margin-top: 45px;
}
.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;
}
.about-edit .box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.about-edit .box:nth-of-type(3){
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 -130px 0;
}
.about-edit .box:nth-of-type(3) .pic{
    margin:0 0 0 -2px;
    position: relative;
    z-index:3;
    flex-shrink: 0;
    padding:0 20px 0 0;
}
.about-edit .box:nth-of-type(4){
    align-items: flex-end;
}
.about-edit .box:nth-of-type(4) .pic{
    padding:0 20px 0 0;
}
.about-edit .title{
    font-family: 'Roboto Condensed', sans-serif;
    color: #BE9A69;
    font-size: 30px;
    position: relative;
    font-weight: bold;
}
.about-edit .con{
    padding:50px 0;
}
.about-edit .con2{
    max-width:530px;
    width:100%;
    border:1px #C79D8D solid;
    padding: 5%;
    box-sizing:border-box;
    position: relative;
    z-index:1;
    background:#FFF;
}
.about-edit .con3{
    max-width: 500px;
    width: 100%;
    border: 1px #C79D8D solid;
    padding: 170px 6% 5% 10%;
    box-sizing: border-box;
    position: relative;
}
.about-edit .con3:before{
    content:'';
    display:block;
    position:absolute;
    z-index:2;
    background:#FFF;
    width:100%;
    height:5px;
    top:125px;
    left:0px;
}
.about-edit .title:before{
    content:'';
    width:60px;
    height:1px;
    background:#4F4F4F;
    position:absolute;
    bottom: 0px;
    left:0px;
    display:block;
}

.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;
}
/*------------ 內頁-about ------------*/
.a_layout{
    box-sizing: border-box;
}
.a_layout .a_item1{
    box-sizing: border-box;
    position: relative;
    margin-bottom: 214px;
}
.a_layout .a_item1 .a_txt{
    position: absolute;
    width: 485px;
    top: 155px;
    left: 74px;
}
.a_layout .a_item1 .a_txt .a_txt-box{
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #fff;
    background-image: linear-gradient(0deg,#F6F6F6 1px, transparent 0), linear-gradient(90deg,#F6F6F6 1px, transparent 0);
    background-size: 20px 20px;
    padding: 52px 74px 67px;
}
.a_layout .a_item1 .a_txt .a_txt-box:before{
    position: absolute;
    content: 'Unlimited';
    font-family: 'Freestyle Script', sans-serif;
    font-size: 130px;
    bottom: 9.5%;
    left: 88.5%;
    z-index: 1;
    color: rgba(0, 0, 0, .15);
}
.a_layout .a_item1 .a_txt .a_txt-box:after{
    position: absolute;
    content: 'Creativity';
    font-family: 'Freestyle Script', sans-serif;
    font-size: 130px;
    bottom: -8.5%;
    left: 102.5%;
    z-index: 1;
    color: #212121;
}


.a_layout .a_item1 .a_txt .a_txt-box .a_title{
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.a_layout .a_item1 .a_txt .a_txt-box .a_title h4{
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    color: #222222;
    font-weight: 300;
    letter-spacing: 2.5px;
    margin: 0 30px 0 0;
    line-height: initial;
}
.a_layout .a_item1 .a_txt .a_txt-box .a_title h3{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.8px;
    margin: 42px 0 0 0;
    position: relative;
}
.a_layout .a_item1 .a_txt .a_txt-box .a_title h3:before{
    content: '';
    position: absolute;
    background: url('../../../images/layout06-1/common/index/footer_tit.png');
    width: 21px;
    height: 25px;
    left: -24px;
    top: 5px;
}
.a_layout .a_item1 .a_txt .a_txt-box p{
    color: #525252;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 2;
}

.a_layout .a_item2{
    position: relative;
    box-sizing: border-box;
    background: #333333;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 67px 50px;
}
.a_layout .a_item2 .a_title{
    width: 43%;
    padding-left: 116px
}
.a_layout .a_item2 .a_title h4{
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 2.5px;
    margin: 0 0px 0 0;
    line-height: initial;
}
.a_layout .a_item2 .a_title h4:before {
    position: absolute;
    content: 'Our';
    font-family: 'Freestyle Script', sans-serif;
    font-size: 140px;
    top: -42px;
    left: -52px;
    z-index: 1;
    color: rgba(255, 255, 255, .12);
}
.a_layout .a_item2 .a_title h3{
    font-size: 24px;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 0.8px;
    margin: 0px 0 0 23px;
    position: relative;
}
.a_layout .a_item2 .a_title h3:before{
    content: '';
    position: absolute;
    background: url('../../../images/layout06-1/common/index/footer_tit.png');
    width: 21px;
    height: 25px;
    left: -24px;
    top: 5px;
}
.a_layout .a_item2 .a_txt{
    width: 57%;
}
.a_layout .a_item2 .a_txt p{
    color: #D6D6D6;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 2;
    margin: 28px 0 0;
}

@media screen and (max-width: 1280px){
    .a_layout .a_item1{
        margin-bottom: unset;
    }
    .a_layout .a_item1 .a_txt {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
    .a_layout .a_item1 .a_txt .a_txt-box:before {
        font-size: 100px;
        bottom: 46.5%;
        left: 45%;      
    }
    .a_layout .a_item1 .a_txt .a_txt-box:after{
        font-size: 100px;
        bottom: 32.5%;
        left: 57%;
    }
}
@media screen and (max-width: 1100px){
    .a_layout .a_item1 .a_txt .a_txt-box:before {
        font-size: 88px;
        bottom: 58.5%;
        left: 52%;    
    }
    .a_layout .a_item1 .a_txt .a_txt-box:after{
        font-size: 88px;
        bottom: 45.5%;
        left: 62%
    }
    .a_layout .a_item2 .a_title {
        width: 42%;
        padding-left: 58px;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item1 .a_txt .a_txt-box:before {
        font-size: 88px;
        bottom: 49.5%;
    }
    .a_layout .a_item1 .a_txt .a_txt-box:after {
        font-size: 88px;
        bottom: 37.5%;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_item1 .a_txt .a_txt-box .a_title{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .a_layout .a_item1 .a_txt .a_txt-box .a_title h4{
        margin: 0;
    }
    .a_layout .a_item1 .a_txt .a_txt-box .a_title h3{
        margin: 0 0 0px;
    }
    .a_layout .a_item1 .a_txt .a_txt-box{
        padding: 50px 34px 60px;
    }
    .a_layout .a_item1 .a_txt .a_txt-box p{
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
    }
    .a_layout .a_item2{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 50px 34px 60px;
    }
    .a_layout .a_item2 .a_title{
        width: 100%;
        padding-left: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .a_layout .a_item2 .a_title h3{
        margin: 0;
    }
    .a_layout .a_item2 .a_txt {
        width: 100%;
    }
    .a_layout .a_item2 .a_txt p{
        margin: 10px 0 0;
        font-size: 14px;
        text-align: center;
    }
    .a_layout .a_item1 .a_txt .a_txt-box:before , 
    .a_layout .a_item1 .a_txt .a_txt-box:after , 
    .a_layout .a_item2 .a_title h4:before{
        display: none;
    }
    .a_layout .a_item1 .a_txt .a_txt-box .a_title h4,
    .a_layout .a_item2 .a_title h4{
        font-size: 50px;
    }
    .a_layout .a_item1 .a_txt .a_txt-box .a_title h3,
    .a_layout .a_item2 .a_title h3{
        font-size: 24px;
    }
}

@media screen and (max-width: 767px){
    .a_layout .a_item1 .a_txt .a_txt-box ,
    .a_layout .a_item2{
        padding: 30px 24px 40px;
    }
}
@media screen and (max-width: 320px){
    .a_layout .a_item1 .a_txt .a_txt-box .a_title h4, .a_layout .a_item2 .a_title h4{
        font-size: 40px;
        margin-bottom: -8px;
    }
    .a_layout .a_item1 .a_txt .a_txt-box .a_title h3, .a_layout .a_item2 .a_title h3 {
        font-size: 20px;
    }
    .a_layout .a_item1 .a_txt .a_txt-box .a_title h3:before, .a_layout .a_item2 .a_title h3:before{
        width: 16px;
        height: 19px;
        background-size: contain;
        left: -20px;
        top: 9px;
    }
}


/*------------ service-editor ------------*/
.s_title{
    color: #D5325D;
    margin-bottom: 15px;
}
.s_txt{
    color: #fff;
    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 .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;
    /* transform-origin: 50% 50%;
    transform: rotate(-45deg);
    background: #234343;
    border-radius: 10px; */
    color: #fff;
    line-height: 30px;
    position: relative;
    margin: 0 20px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #234343;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg); 
}
.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% - 50px);
    vertical-align: middle;
}
/*------------ 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: #25809D;
    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 + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@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%;
    }
}
@media screen and (max-width: 600px){
    .about-edit {
        margin-top: 10px;
    }
    .about-edit .box{
        flex-wrap: wrap;
    }
    .about-edit .box:nth-of-type(3) {
        margin: 0 0 0px 0;
    }
    .about-edit .con3 {
        padding: 5%;
    }
    .about-edit .con {
        padding: 25px 0;
    }
    .about-edit .box .pic{
        margin:0px;
        padding:20px 0 !important;
        margin: 0 0 0px 0 !important;
        width:100%;
        text-align:center;
    }
    .about-edit .con3:before{
        display:none;
    }
}
