@charset "utf-8";
.ab_t{
    font-size: 34px;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.ab_txt {
  line-height: 2;
  color: #444;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  letter-spacing: 0.02em;
}
.art_box{
    text-align: center;
    max-width: 530px;
    margin: 0 auto;
}
@media (max-width: 1000px){
    .ab_t{
        font-size: 20px;
    }
}
/* 外層 */
.brand_wrap{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* 每一排 */
.brand_row{
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* 上排 2 個 */
.brand_row_top .brand_item{
    width: 295px;
}

/* 下排 3 個 */
.brand_row_bottom .brand_item{
    width: 295px;
}
.brand_box{
    position: relative;
    width: 295px;
    height: 155px;
    text-align: center;
    border: 2px solid #164E9B;
    border-width:2px 2px  0 2px;
    transition:all .3s;
}
.brand_box:hover {
    border-color: #003153;
}
.brand_pic{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand_pic img{

}
.brand_name{
    transform: translateY(-50%);
    padding: 0;
    font-weight: 600;
    color: #164E9B;
    white-space: nowrap;
    position:relative;
    display:flex;
    align-items:center;
    gap: 32px;
    margin: -1px -2px 0;
    font-family: "Jost", sans-serif;
    transition:all .3s;
    font-size: 20px;
}
.brand_box:hover .brand_name{
    color:#003153;
}
.brand_name:before{
    content:'';
    display:block;
    width:100%;
    height:2px;
    background:#164E9B;
    transition:all .3s;
}
.brand_name:after{
    content:'';
    display:block;
    width:100%;
    height:2px;
    background:#164E9B;
    transition:all .3s;
}
.brand_box:hover .brand_name:before,
.brand_box:hover .brand_name:after{
    background:#003153;
}
@media (max-width: 1000px){
    .brand_row{
        gap: 24px;
    }
}

@media (max-width: 768px){
    .brand_item{
        width: calc(50% - 12px);
    }
    .brand_box{
        width: 100%;
    }
}

@media (max-width: 480px){
    .brand_item{
        width: 100%;
    }
}

/*------------ about-editor ------------*/
.about_page {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* About top */
.about__top {
    display: flex;
    gap: 60px;
    align-items: flex-end;
    position: relative;
    z-index: 0;
}
.about__img{
    flex-shrink:0 ;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.about__img img {
  width: 100%;
  
}

.about__content {
    position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}
.page_title {
    text-align: right;
    /* margin-bottom: 48px; */
    font-size: 42px;
    color: #0b4da2;
}
.page_title.type2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page_title span {
    font-family: 'Jost', sans-serif;
    color: #164E9B;
    font-size: 54px;
    line-height: 0.9;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    white-space: nowrap;
}
.page_title h2{
    color: #444;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0.1em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: "Jost", sans-serif;
    gap: 16px;
}
.page_title.type2 h2{
    flex-direction: column;
}
.page_title h2:before{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #00A3D9;
    flex-shrink: 0;
}
.page_title.type2 h2:before{
    display: none;
}
.page_title h2:after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #444;
    flex-shrink: 0;
}
.about__top .page_title h2:before{
    display: none;
}
/* Advantage */
.advantage {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 5;
}
.section-title {
    text-align: center;
    font-size: 42px;
    color: #0b4da2;
}
.advantage__wrap {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
.advantage__img{
    flex-shrink: 0;
}
.advantage__list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    /*min-width: 256px;*/
}
.advantage__list h4 {
    color: #333;
    font-size: 20px;
    margin: 0;
}
.advantage__list p{
    margin:0;
    font-size: 16px;
}
.advantage__img img {
  
}
/* Product */
.product__box {
  background: #F3F6FA;
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.product__logo img {

}

.product__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product__content h3{
    margin:0;
    font-size:34px;
}
.product__content ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__content ul li{
    font-size:16px;
    color:#444;
    display:flex;
    align-items:flex-start;
    position:relative;
    gap:16px;
}
.product__content ul li:before{
    content:'';
    display:block;
    width:4px;
    height:2px;
    position:relative;
    top:12px;
    background:#444;
}
/* RWD */
@media (max-width: 1000px) {
    .about__top,
    .advantage__wrap,
    .product__box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .advantage__img {
        order: -1;
    }

    .product__box {
        padding: 40px 20px;
    }
    .product__content h3 {
        font-size: 20px;
    }
    .advantage__wrap{
        max-width: 300px;
        margin: 0 auto;
        gap: 24px;
    }
    .advantage__list{
        width: 100%;
    }
}
/*------------ service-editor ------------*/
.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 .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 20px 0 0;
    z-index: 0;
}
.contact-editor i:after{
    content: '';
    background: #003153;
    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: #164E9B;
    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: 30px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
}
