@charset "utf-8";
.a_layout{
    text-align: center;
}
.a_col1{
    padding-bottom: 50px;
}
.a_col1 span{
    color: #464B5F;
    font-size: 60px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.025em;
    margin: 0 auto;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.a_col1 h2{
    color: #2C3359;
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.15em;
    margin: 0 auto;
    font-weight: 400;
}
.a_col1 h2:after {
    content: '';
    display: block;
    width: 37px;
    height: 5px;
    background:#F29907;
    margin: 20px auto;
}
.a_col1 h3{
    color: #F29907;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.15em;
    margin: 0 auto;
    font-weight: 400;
}
.a_col1 p{
    margin: 0;
}
.a_layout .a_col2 .a_box1 a.cover,
.a_layout .a_col2 .a_box2 a.cover,
.a_layout .a_col2 .a_box3 a.cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.a_col2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}
.a_box1,
.a_box2,
.a_box3,
.a_box4{
    position: relative;
    width: calc(100% / 2 - 200px);
    transition: all 0.3s ease;
    box-shadow: unset;
    background: #F6F6F6;
    padding: 40px 95px;
    border-radius: 10px;
    transition: all 0.3s;
    text-align: left;
}
/* .a_box1:hover{
    background: url(../../../images/layout04/common/index/c_boximg1.webp)center 75% no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.a_box2:hover{
    background: url(../../../images/layout04/common/index/c_boximg2.webp)center 75% no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.a_box3:hover{
    background: url(../../../images/layout04/common/index/c_boximg3.webp)center 75% no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */
.a_tit span{
    font-size: 18px;
    font-family: 'Roboto';
    letter-spacing: 0.15em;
    transition: all 0.3s;
}
.a_tit h3{
    font-size: 24px;
    margin: 0px;
    line-height: 1;
    letter-spacing: 0.15em;
    transition: all 0.3s;
}
.a_tit h3:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #D5D7DD;
    margin: 20px auto 0;
}
/* .a_box1:hover .a_tit span,
.a_box2:hover .a_tit span,
.a_box3:hover .a_tit span{
    color: #ffffff;
}
.a_box1:hover .a_tit h3,
.a_box2:hover .a_tit h3,
.a_box3:hover .a_tit h3{
    color: #ffffff;
} */
.a_txt{
    padding: 40px 0px 40px 0px;
}
.a_txt p{
    font-size: 18px;
    color: #666B76;
    margin: 0px;
    font-weight: Bold;
    line-height: 2;
    letter-spacing: 0.05em;
    transition: all 0.5s;
}
.a_txt p:before{
    content: '-';
    position: relative;
    color: #666B76;
    margin: 20px auto 0;
    padding-right: 5px;
    transition: all 0.5s;
}
/* .a_box1:hover .a_txt p,
.a_box2:hover .a_txt p,
.a_box3:hover .a_txt p{
    color: #ffffff;
}
.a_box1:hover .a_txt p:before,
.a_box2:hover .a_txt p:before,
.a_box3:hover .a_txt p:before{
    color: #ffffff;
} */
.a_col2 .see-more{
    color: #5F6581;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    transition: all .5s ease;
    bottom: 0;
    position: absolute;
    margin: 40px auto;
    display: none;
}
/* .a_box1:hover .see-more,
.a_box2:hover .see-more,
.a_box3:hover .see-more{
    color: #ffffff;
} */
.a_col2 .see-more:after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    left: 145px;
    width: 108px;
    height: 17px;
    -webkit-mask: url(../../../images/layout04/common/index/a-arr.svg) no-repeat center;
    mask: url(../../../images/layout04/common/index/a-arr.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #5F6581;
    transition: all .5s ease;
    z-index: 1;
}
/* .a_box1:hover .see-more:after,
.a_box2:hover .see-more:after,
.a_box3:hover .see-more:after{
    background-color: #ffffff;
} */
.a_col3 {
    margin: 0 auto;
    padding: 60px 0px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    column-gap: 30px;
    row-gap: 20px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    color: #4b5268;
    position: relative;
}

/* 左側大英文標題 */
.a3_box1 {
    font-size: 56px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    color: #444b63;
    margin-left: 32px;
    text-align: left;
}
.a3_box1:before {
    content: '';
    display: block;
    width: 3px;
    height: 162px;
    background: #F29907;
    margin-left: -30px;
    position: absolute;
}
.a3_box1::first-line {
    font-weight: 700;
}

.a_col3 h2 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #f39800;
}
.a_col3 p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 2;
    color: rgba(102,102,102,0.9);
    margin: 0;
}

/* 右側項目區 */
.a3_box2,
.a3-text {
    grid-column: 2;
}

.a3_box2{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.a3_boxtxt{
    display: flex;
    width: calc(100% / 2 - 10px);
    flex-direction: column;
    text-align: left;
}
.a3-text:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #D5D7DD;
    margin: 0px auto 10px;
}
.a3_box2 .a3_txt{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding: 0px 0;
}
.a3-number {
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    color: #f39800;
    letter-spacing: 0em;
    font-family: "Josefin Sans", sans-serif;
    padding-right: 10px;
}
.a3-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #464B5F;
}
.a3-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.15em;
    color: #666b7a;
}
.slogan {
    font-size: 20px;
    line-height: 2;
    font-weight: 400;
    color: #2C3359;
    letter-spacing: 0.25em;
    background: #F6F6F6;
    border-radius: 10px;
    padding: 0 22px;
    display: flex;
    align-items: center;
}
.a_col4 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.a_col4 > h2 {
    font-size: 30px;
    font-weight: 400;
    color: #F29700;
}
.a_col4 > h2:after {
    content: "";
    width: 408px;
    height: 39px;
    background-size: contain;
    background: url(../../../images/layout04/common/about/a_col4decorate.webp) no-repeat;
    display: block;
    background-size: contain;
    z-index: 1;
    left: 0;
    margin: -45px auto;
    position: absolute;
    transition: all 0.3s;
}
.a_col4 > h2:before {
    content: "";
    width: 408px;
    height: 39px;
    background-size: contain;
    background: url(../../../images/layout04/common/about/a_col4decorate.webp) no-repeat;
    display: block;
    background-size: contain;
    z-index: 1;
    right: 0;
    margin: 10px auto;
    position: absolute;
    transition: all 0.3s;
}
.a4_box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.a4_tit {
    width: calc(100% / 2 - 30px);
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
}
.a4_box .a_box{
    position: relative;
    width: auto;
    transition: all 0.3s ease;
    box-shadow: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    background: #F6F6F6;
    padding: 10px 30px 10px 10px;
}
.a4_tit h2 {
    flex: 0 0 102px;
    width: 102px;
    height: 100px;
    margin: 0;
    padding: 0 12px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;

   font-size: 25px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: #666;
    text-align: center;

    white-space: normal;
    word-break: break-all;
    overflow: hidden;

    /* position: relative;
    padding: 20px 14px 20px 14px;
    margin: 0; */
}
.a4_tit p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin: 0;
    text-align: left;
    padding-left: 27px;
}
.a_col5{
    padding-top: 50px;
}
.a_col5 span{
    color: #464B5F;
    font-size: 60px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.025em;
    margin: 0 auto;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.a_col5 h2{
    color: #2C3359;
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.15em;
    margin: 0 auto;
    font-weight: 400;
}
.a_col5 h2:after {
    content: '';
    display: block;
    width: 37px;
    height: 5px;
    background:#F29907;
    margin: 20px auto;
}
.a_col5 h3{
    color: #191F34;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.15em;
    margin: 0 auto;
    font-weight: 400;
}
.a5_box{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 50px;
    margin-top: 100px;
}
.a5_box .a_box {
    position: relative;
    width: 100%;
    min-height: 360px;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background: #E7E8EB;
    border-radius: 100px;
    box-shadow: unset;
    transition: all 0.3s ease;
}

/* 上方圓形 icon */
.a5_box .a_box .a_pic {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    height: 145px;
    border-radius: 50%;
    background: #fff;
    border: 6px solid #E7E8EB;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a5_box .a_txt p:before {
    display: none;
}
.a_pic{
    width: 100%;
    background: #ffffff;
    border: 1px solid #D5D7DD;
    border-radius: 100%;
    margin: -100px auto;
}
.a5_box .a_txt {
    width: 100%;
    color: #191F34;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px 20px 0px;
}
.a5_box .a_txt span {
    color: #191F34;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: "微軟正黑體", sans-serif;
}
/* 直排文字 */
.a5_box .a_text {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 260px;
    max-height: 260px;
}
/* 標題 */
.a5_box .a_text h3 {
    color: #191F34;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin: 0 0 0 12px;
    white-space: nowrap;
}
/* 內文 */
.a5_box .a_text p {
    color: #464B5F;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin: 0;
    text-align: left;
}
.a5_box .a_txt p:before {
    display: none;
}
.a_layout .orange {
    color: #FFA54C;
}
.a_layout .a_col5 h3 .orange {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.15em;
    margin: 0 auto;
    font-weight: 400;
    color: #FFA54C;
}
/*------------ a_layout ------------*/
/*------------ c_layout ------------*/
.c_layout .c_col .c_box1 a.cover,
.c_layout .c_col .c_box2 a.cover,
.c_layout .c_col .c_box3 a.cover,
.c_layout .c_col .c_box4 a.cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.c_col{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.c_box1,
.c_box2,
.c_box3,
.c_box4{
    position: relative;
    width: calc(100% / 4 - 70px);
    transition: all 0.3s ease;
    box-shadow: unset;
    background: #F6F6F6;
    padding: 50px 25px;
    border-radius: 10px;
    transition: all 0.3s;
    margin: 0px;
}
.c_box1:hover{
    background: url(../../../images/layout04/common/index/c_boximg1.webp)center 75% no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: -5px;
}
.c_box2:hover{
    background: url(../../../images/layout04/common/index/c_boximg2.webp)center 75% no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: -5px;
}
.c_box3:hover{
    background: url(../../../images/layout04/common/index/c_boximg3.webp)center 75% no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: -5px;
}
.c_box4:hover{
    background: url(../../../images/layout04/common/index/c_boximg4.webp)center 75% no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: -5px;
}
.c_tit span{
    font-size: 18px;
    font-family: 'Roboto';
    transition: all 0.3s;
    letter-spacing: 0.15em;
}
.c_tit h3{
    font-size: 30px;
    margin: 0px;
    line-height: 1;
    letter-spacing: 0.15em;
    transition: all 0.3s;
}
.c_tit h3:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #D5D7DD;
    margin: 20px auto 0;
}
.c_box1:hover .c_tit span,
.c_box2:hover .c_tit span,
.c_box3:hover .c_tit span,
.c_box4:hover .c_tit span{
    color: #ffffff;
}
.c_box1:hover .c_tit h3,
.c_box2:hover .c_tit h3,
.c_box3:hover .c_tit h3,
.c_box4:hover .c_tit h3{
    color: #ffffff;
}
.c_txt{
    padding: 40px 0 140px 0;
}
.c_txt p{
    font-size: 18px;
    color: #666B76;
    margin: 0px;
    font-weight: Bold;
    letter-spacing: 0.05em;
    transition: all 0.5s;
}
.c_txt p:before{
    content: '-';
    position: relative;
    color: #666B76;
    margin: 20px auto 0;
    padding-right: 5px;
    transition: all 0.5s;
}
.c_box1:hover .c_txt p,
.c_box2:hover .c_txt p,
.c_box3:hover .c_txt p,
.c_box4:hover .c_txt p{
    color: #ffffff;
}
.c_box1:hover .c_txt p:before,
.c_box2:hover .c_txt p:before,
.c_box3:hover .c_txt p:before,
.c_box4:hover .c_txt p:before{
    color: #ffffff;
}
.see-more{
    color: #5F6581;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    transition: all .5s ease;
    display: flex;
    align-items: flex-end;
    bottom: 0;
    position: absolute;
    margin: 40px auto;
}
.c_box1:hover .see-more,
.c_box2:hover .see-more,
.c_box3:hover .see-more,
.c_box4:hover .see-more{
    color: #ffffff;
}
.see-more:after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    left: 140px;
    width: 140px;
    height: 20px;
    -webkit-mask: url(../../../images/layout04/common/index/c-arr.svg) no-repeat center;
    mask: url(../../../images/layout04/common/index/c-arr.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #5F6581;
    z-index: 1;
}
.c_box1:hover .see-more:after,
.c_box2:hover .see-more:after,
.c_box3:hover .see-more:after,
.c_box4:hover .see-more:after{
    background-color: #ffffff;
}
/*------------ c_layout ------------*/
/*------------ s_layout ------------*/
.s_col{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.s_box{
    position: relative;
    width: calc(100% / 3 - 65px);
    transition: all 0.3s ease;
    box-shadow: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    padding: 30px 30px 30px 15px;
    border-radius: 100px;
    transition: all .3s;
    top: 0px;
}
.s_box:hover{
    top: -10px;
    transition: all .3s;
}
.s_pic{
    width: 30%;
    background: #191F35;
    border-radius: 100%;
}
.s_txt{
    width: 70%;
    color: #ffffff;
    padding-left: 30px;
}
.s_txt h3{
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0;
}
.s_txt p{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0;
    line-height: 1.2;
}


/*------------ s_layout ------------*/
/*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: 0px;
    width: 20px;
    color: #ffffff;
    margin: auto -13px;
    position: relative;
    top: 1px;
    display: inline-block;
}
.site-info .ic-envelope{
    font-size: 18px;
    width: 20px;
    color: #ffffff;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 18px;
    width: 20px;
    color: #ffffff;
    margin-right: 5px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 21px;
    width: 20px;
    color: #ffffff;
    margin-right: 5px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
/*------------ about-editor ------------*/
/*------------ about-editor ------------*/
.about-editor .title{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2;
}
.about-editor td{
    vertical-align: top;
}
.about-editor .pic2{
    padding: 0 0 0 40px;
    width: 424px;
    position: relative;
    top: 0px;
}
/*------------ 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: #bbbbbb;
}
.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: #191F35;
    color: #F19E4C;
}
.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{
    color: #F19E4C;
    font-size: 16px;
    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: 1440px){
    .c_box1, .c_box2, .c_box3, .c_box4 {
        width: calc(100% / 2 - 75px);
        padding: 30px;
    }
}
@media screen and (max-width: 1280px){
    .about-editor .row_2 .txt_box{
        padding:50px 90px 50px 50px;
    }
    .a_box1, .a_box2, .a_box3, .a_box4{
        width: calc(100% / 2 - 130px);
        padding: 10px 60px;
    }
    .a_col2 .see-more {
        letter-spacing: 0.05em;
    }
    .a_col2 .see-more:after {
        left: 109px;
    }
    .a_col3 {
        display: flex;
        flex-direction: column;
    }
    .a_col4 > h2:before {
        content: "";
        width: 270px;
        margin: 16px auto;
    }
    .a_col4 > h2:after {
        content: "";
        width: 270px;
        margin: -38px auto;
    }
    .c_box1, .c_box2, .c_box3, .c_box4 {
        width: calc(100% / 2 - 75px);
        padding: 30px;
    }
    .see-more:after {
        width: 125px;
        height: 15px;
    }
    .s_box {
        position: relative;
        width: calc(100% / 2 - 65px);
    }
    .a_txt p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1000px){
    .about-editor .tb01 td,
    .about-editor .tb02 td,
    .service-table td,
    .service-table .pic{
        width: 100%;
        float: left;
        padding: 0;
        box-sizing: border-box;
    }
    .about-editor .pic2{
        top: 0;
    }
    .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%;
    }
    .c_col {
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .s_txt {
        padding-left: 10px;
    }
    .s_box {
        padding: 20px 20px 20px 10px;
    }
    .s_txt h3 {
        font-size: 25px;
    }
    .s_txt p {
        font-size: 15px;
    }
     /* .c_box1, .c_box2, .c_box3, .c_box4 {
        width: calc(100% / 2 - 65px);
        padding: 50px 10px;
    } */
    .see-more {
        font-size: 20px;
        letter-spacing: 0.1em;
    }
    .see-more:after {
        left: 120px;
        width: 110px;
        height: 12px;
    }
    .c_txt {
        padding: 40px 0px 80px 0px;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .contact-map{
        height: 200px;
    }
    .s_box {
        position: relative;
        width: calc(100% / 1 - 0px);
    }
    .a_box1, .a_box2, .a_box3, .a_box4{
        width: 100%;
        text-align: center;
    }
    .a_col2 .see-more {
        left: 50%;
        transform: translateX(-50%);
    }
    .c_box1, .c_box2, .c_box3, .c_box4{
        width: 100%;
        text-align: center;
    }
    .a3-number {
        font-size: 35px;
    }
    .a4_box {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        flex-direction: column;
    }
    .a4_tit {
        width: 100%;
    }
    .a_col5 {
        padding-top: 35px;
    }
    .a_col5 span {
        font-size: 42px;
    }
    .a_col5 h2 {
        font-size: 24px;
        letter-spacing: 0.08em;
    }
    .a_col5 h2:after {
        margin: 15px auto;
    }
    .a_col5 h3 {
        font-size: 22px;
    }
    .a5_box {
        display: flex;
        flex-direction: column-reverse;
        gap: 18px;
        padding-top: 0;
        margin-top: 45px;
        align-items: center;
    }
    .a5_box .a_box {
        position: relative;
        width: 100%;
        min-height: 74px;
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    /* 左側圓形 icon */
    .a5_box .a_box .a_pic {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        flex: 0 0 130px;
        width: 130px;
        height: 130px;
        margin: 0;
        border-radius: 50%;
        background: #fff;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
    /* 右側灰色膠囊區 */
    .a5_box .a_txt {
        flex: 1;
        min-height: 58px;
        margin-left: -10px;
        padding: 50px 30px 50px 30px;
        background: #E7E8EB;
        border-radius: 100px;
        color: #191F34;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
    }
    /* 數字 */
    .a5_box .a_txt span {
        flex: 0 0 42px;
        color: #191F34;
        line-height: 1;
        letter-spacing: 0.03em;
        font-weight: 400;
        margin: 0 10px 0 0;
        font-family: "Montserrat", "微軟正黑體", sans-serif;
        text-align: center;
    }
    /* 取消直排 */
    .a5_box .a_text {
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        display: block;
        height: auto;
        max-height: none;
        text-align: left;
    }
    .a5_box .a_text h3 {
        color: #191F34;
        font-size: 20px;
        line-height: 1.25;
        letter-spacing: 0.05em;
        font-weight: 400;
        margin: 0 0 4px;
        text-align: left;
        white-space: normal;
    }
    .a5_box .a_text p {
        color: #464B5F;
        font-size: 15px;
        line-height: 1.35;
        letter-spacing: 0.02em;
        font-weight: 400;
        margin: 0;
        text-align: left;
    }
    .a5_box .a_text p br {
        display: none;
    }
    .a5_box .a_txt p:before {
        display: none;
    }
    .a_col4 > h2:before {
        content: "";
        width: 150px;
        margin: 23px auto;
    }
    .a_col4 > h2:after {
        content: "";
        width: 150px;
        margin: -33px auto;
    }
    .see-more {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 484px){
    .a_col1 span {
        font-size: 44px;
    }
    .a3_box1 {
        font-size: 44px;
    }
    .a3-title {
    font-size: 15px;
    }
    .slogan {
        font-size: 15px;
        letter-spacing: 0.1em;
    }
    .a_col1 h3 {
        font-size: 20px;
    }
    .a_col3 h2 {
        font-size: 25px;
    }
    .a_col4 > h2 {
        font-size: 20px;
    }
    .a_col4 > h2:before {
        display: none;
    }
    .a_col4 > h2:after {
        display: none; 
    }
    .a4_box .a_box {
        padding: 10px;
    }
    .a4_tit p {
        padding-left: 10px;
    }
    .a_txt {
        padding: 20px 0px 80px 0px;
    }
    .a_col2 .see-more:after {
        width: 63px;
        height: 11px;
    }
    .see-more:after {
        left: 100px;
        width: 90px;
        height: 9px;
    }
}