@charset "utf-8";
/*------------ a_layout ------------*/
.a_layout{
    color: #858585;
    line-height: 1.8;
}
.box1 p{
    text-align: center;
    color: #92836C;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 50px 0;
    top: 0;
}
.box1 p:before{
    content: '';
    position: absolute;
    left: 22%;
    right: 0;
    width: 100%;
    height: 100%;
    margin: -65px auto;
    background: url(../../../images/layout06/common/about/Wire.webp) no-repeat;
}
.box2{
    display: flex;
    align-items: center;
}
.box2 .b2_txt .t1 h3{
    color: #C4B49D;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-family: 'Overpass', sans-serif;
    margin: 0;
}
.box2 .b2_txt .t1 .list-name{
    color: #858585;
}
.box2 .b2_txt .t1 h2{ 
    color: #C4B49D;
    font-size: 100px;
    line-height: 1;
    letter-spacing: -0.03em;
    margin: 0 -9px;
    font-weight: 700;
    font-family: 'Overpass', sans-serif;
}
.box2 .t2 p {
    display: flex;
    align-items: center;
}
.box2 .t2 .yellow{
    position: relative;
    display: block;
    width: 88px;
    height: 32px;
    margin-right: 10px;
    line-height: 2;
    color: #8E867B;
    border: solid 1px #DFDBD7;
    text-align: center;
}
.b2_txt{
    margin-top: -30px;
}
.b2_txt,
.b2_pic{
    width: 50%;
}
.box3{
    display: flex;
    align-items: center;
}
.b3_txt,
.b3_pic{
    width: 50%;
}
.b3_txt{
    box-sizing: border-box;
    padding: 33px 15px 33px 50px;
}
.box4{
    display: flex;
    align-items: center;
}
.b4_txt,
.b4_pic{
    width: 50%;
}
.b4_txt{
    box-sizing: border-box;
    padding: 20px 30px;
}
.box5{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.b5_pic{
    padding-top: 50px;
    padding-bottom: 50px;
}
.box5 h2 {
    display: flex;
    align-items: center;
    color: #92836C;
    line-height: 1.5;
    letter-spacing: 0.25em;
    margin: 0px;
    font-family: "Noto Serif TC", sans-serif;
    font-size: 30px;
}
.box5 .black{
    position: relative;
    display: block;
    color: #444444;
    text-align: center;
}


@media screen and (max-width: 1280px){
    .b2_txt,
    .b3_txt,
    .b4_txt {
        width: 60%;
    }
    .b2_pic,
    .b3_pic,
    .b4_pic {
        width: 40%;
    }
}
@media screen and (max-width: 1150px){
    .box2 .b2_txt .t1 h2 {
        font-size: 88px;
    }
    .box2 .t2 p {
        font-size: 12px;
    }
    .box1 p:before {
        left: 15%;
    }
    .box2 .t2 .yellow {
        height: 26px;
    }
}
@media screen and (max-width: 1000px){
    .b2_txt,
    .b3_txt,
    .b4_txt {
        width: 50%;
    }
    .b2_pic,
    .b3_pic,
    .b4_pic {
        width: 50%;
    }
    .b3_txt {
        padding: 0px 15px 0px 50px;
    }
    .b4_txt {
        padding: 0px 30px;
    }
}
/*------------ a_layout ------------*/
/*------------ ar_layout ------------*/
.ar_layout{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.ar_col{
    width:67%;
}
.ar_col2{
    padding: 0px 0px 60px 100px;
    width: 33%;
}
.artxt{
    display: flex;
    flex-direction: row;
    margin: 5px 0;
    color: #C4B49D;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.1em;
}
.ar_txt:before{
    content: '';
    display: block;
    background: #DEC19A;
    width: 90px;
    height: 1px;
    transform: rotate(270deg);
    margin: -55px -60px;
}
.artxt i::before{
    content: ' ';
    display: block;
    background: url(../../../images/layout06/common/index/x.svg) no-repeat;
    width: 18px;
    height: 18px;
    margin: auto 5px;
    position: relative;
    left: 0;
    right: 0;
    bottom: -12px;
}
.ar_txt p{
    margin: 0;
    line-height: 1.8;
}
@media screen and (max-width: 1280px){
.ar_col2 {
   padding: 0px 30px 20px 70px;
}
}
@media screen and (max-width: 1000px){
    .ar_layout {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        align-items: center;
    }
    .ar_col {
        width: 100%;
    }
    .ar_col2 {
        padding: 200px 0px 100px 0px;
        width: 100%;
        text-align: center;
    }
    .artxt {
        justify-content: center;
    }
    .ellipse {
        left: 32%;
    }
}
/*------------ ar_layout ------------*/
/*------------ 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', sans-serif;
    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: #4E555A;
    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: #4E555A;
}
/*------------ service-editor ------------*/
.s_layout .col{
    display: flex;
    gap: 15px;
}
.s_layout .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-180deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.8) 100%);
    background: -webkit-linear-gradient(-180deg, rgb(255, 255, 255) 60%,rgba(255, 255, 255, 0.8) 100%); 
    background: linear-gradient(180deg, rgb(255, 255, 255) 60%,rgba(255, 255, 255, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    border-radius: 20px;
    padding: 65px 10px 0px 10px;
    width: 146px;
}
.s_layout .list-tit{
    color: #C4B39D;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}
.s_layout .list-tit .num{
    font-size: 30px;
}
.s_layout .list-name{
    color: #C4B39D;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-family: "Noto+Sans+TC", sans-serif;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
.s_layout .list-name:after {
    content: '';
    background-color: #DDDDDD;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
    display: block;
    position: relative;
    margin: 10px 0;
    transition: all .3s ease;
}
.s_layout .list-info{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #AAAAAA ;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.15em;
    font-family: "Noto+Sans+TC", sans-serif;
    padding: 10px 0;
}
.s_layout .list-info p{
    margin: 0;
}
.s_layout .info-des{
    color: #C4B39D;
}

.s_layout .box {
  opacity: 0;
  transform: translateY(40px);
  animation: itemIn 0.6s ease-out forwards;
  animation-delay: calc((var(--i) - 1) * 0.2s);
}

@keyframes itemIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media(max-width:1000px){
.s_layout .col {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.s_layout .box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 50%,rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    width: 60%;
    padding: 15px 0 15px 100px;
}
.s_layout .list-info {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding-left: 100px;
    display: flex;
    flex-direction: column-reverse;
}
.s_layout .list-name:after {
    content: '';
    bottom: 33px;
    height: 1px;
    left: 98px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0px;
    transition: all .3s ease;
    transform: rotate(90deg);
}
}
@media screen and (max-width: 767px){
    .s_layout .list-info {
        padding-left: 30px;
    }
    .s_layout .list-name:after {
        left: 62px;
    }
    .s_layout .box {
        width: 80%;
        padding: 15px 0 15px 150px;
    }
}
@media screen and (max-width: 480px){
    .s_layout .box {
        width: 100%;
        padding: 15px 0px 15px 10px;
    }
    .s_layout .list-name {
        font-size: 17px;
    }
    .s_layout .list-tit {
        font-size: 17px;
    }
    .s_layout .list-tit .num {
        font-size: 25px;
    }
    .s_layout .list-name:after {
        left: 53px;
    }
}
.index-service{
    border-top: 1px solid rgba(255,255,255,0.2);
    position: relative;
}
.index-service:before{
    content: '';
    display: block;
    background: #fff;
    width: 62px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: calc(50% - 31px);
}
.index-service .row{
    display: flex;
    margin: 50px auto 0;
}
.index-service .col:nth-child(1){
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
    flex-shrink: 0;
}
.index-service .col:nth-child(2){
    width: 50%;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 1;
}
.index-service .s-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-service .s-list .box>img{
    width: 85px;
    height: 85px;
    opacity: 0.8;
}
.index-service .box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    border: 8px solid rgba(255,255,255,0.1);
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    padding: 20px;
    flex-shrink: 0;
}
.s-arrow{
    display:block;
    width: 16px;
    height: 28px;
    margin: 0 15px;
    background: url(../../../images/layout06/common/index/arrow.svg) no-repeat center top;
    opacity: 0.2;
    flex-shrink: 0;
}
.index-service .list-num{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.index-service .list-name{
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    font-weight: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 3px;
}
.index-service .list-description{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.index-service .t-1{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 2px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 29px;
}
.index-service .p-1{
    color: #acacac;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px;
    margin-bottom: 5px;
}
@media(max-width:1280px){
    .index-service .row{
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
    .index-service .col:nth-child(1){
        width: 80%;
        margin:0 auto 40px;
    }
    .index-service .s-list{
        justify-content: center;
    }
    .index-service .col:nth-child(2){
        width: 80%;
    }
}
@media(max-width:1000px){
    .index-service .t-1{
        font-size: 18px;
        line-height: 27px;
        height: unset;
        display: block;
        margin-bottom: 6px;
    }
    .index-service .p-1{
        display: block;
        height: unset;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .index-service .col:nth-child(1) {
        padding-right: 0;
        width: 100%;
    }
    .index-service .col:nth-child(2) {
        width: 100%;
    }
    .index-service .s-list {
        flex-direction: column;
    }
    .index-service .box {
        display: flex;
        position: relative;
        width: 170px;
        height: 170px;
    }
    .s-arrow{
        transform:rotate(90deg);
        margin: 10px 0;
    }
    .index-service .box:nth-last-child(1):after{
        height: calc(100%);
    }
    .index-service .s-list img{
        width: 60px;
        height: 60px;
    }
    .index-service .col:nth-child(2):before {
       display: none;
    }
    .index-service .list-name {
        font-size: 16px;
        line-height: 16px;
    }
    .index-service .list-description {
        font-size: 12px;
    }
    .index-service .list-num {
        font-size: 26px;
        line-height: 26px;
    }
    .index-service .box:before {
        top: 25px;
    }
}
/*------------ contact-editor ------------*/
.contact-editor .row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.contact-editor .col {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.contact-editor .col.add {
    flex: 1 1 0;
    min-width: 250px;
}
.contact-editor i{
    width: 30px;
    height: 30px;
    background: #C4B49D;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    line-height: 30px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-shrink:0;
    gap: 16px;
    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;
    transform: rotate(-45deg); 
}
.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;
}
/*------------ 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: #C4B49D;
    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: 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: 30px;
    }
    .box5 h2 {
    font-size: 25px;
    }
}
@media screen and (max-width: 868px){
    .box2 {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }
    .box3 {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .box4 {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }
    .b2_txt, .b3_txt, .b4_txt {
        width: 100%;
        text-align: center;
    }
    .b2_pic, .b3_pic, .b4_pic {
        width: 100%;
    }
    .a_layout {
        text-align: center;
    }
    .b2_txt {
        margin-top: 15px;
    }
    .box2 .t2 p {
        display: flex;
        justify-content: center;
    }
    .b3_txt {
        padding: 0 150px;
    }
    .b4_txt {
        padding: 0 150px;
    }
    .box5 h2 {
        font-size: 18px;
        display: flex;
        flex-direction: column;
    }
    .box1 p:before {
        display: none;
    }
    .b5_pic {
        padding-top: 0px;
    }
    .box1 p {
        padding: 20px 0;
    }
    .box2 .b2_txt .t1 h3 {
        font-size: 35px;
    }
    .box2 .b2_txt .t1 h2 {
        font-size: 64px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .b3_txt {
        padding: 0 0px;
    }
    .b4_txt {
        padding: 0 0px;
    }
}