@charset "utf-8";
/*********** 前後台編輯器區塊共用的CSS設定 ***********/
.index-about-title {
    color: #1169AA;
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 27px;
    line-height: 1.4;
    padding: 5px 15px;
    background: url('../../images/common/index/about_border_dot.png') repeat-x 0 100%;
    margin: 0 -15px 15px;}

/*首頁*/

/* 內頁about頁面 */
.a_layout{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}
.a_layout .a_title{
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family: "Noto Sans TC", sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.12em;
    line-height: 1.25;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
}
.a_layout .a_title span {
    font-family: "Red Hat Display", sans-serif;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: normal;
    color: #1168AA;
}
.a_layout .a_row1{
    position: relative;
    margin-bottom: 130px;
}
.a_layout .a_row1 .a_title::before {
    position: absolute;
    content: 'ABOUT';
    display: block;
    font-family: "Red Hat Display", sans-serif;
    left: 0;
    bottom: 20px;
    font-size: 145px;
    font-weight: 800;
    background: linear-gradient(to bottom, rgba(17, 105, 170, .12), rgba(17, 105, 170, 0));
    background: -webkit-linear-gradient(to bottom, rgba(17,105,170,.12), rgba(17,105,170,0));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.a_layout .a_row2 .a_title::before {
    position: absolute;
    content: 'PRODUCTS';
    font-family: "Red Hat Display", sans-serif;
    display: block;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    font-size: 145px;
    font-weight: 800;
    background: linear-gradient(to bottom, rgba(17, 105, 170, .12), rgba(17, 105, 170, 0));
    background: -webkit-linear-gradient(to bottom, rgba(17,105,170,.12), rgba(17,105,170,0));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.a_layout .a_top{
    position: relative;
    display: flex;
    align-items: center;
}
.a_layout .a_row1 .a_title{
    position: absolute;
    text-align: left;
    left: 45px;
}
.a_layout .a_bottom{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -60px;
}
.a_layout .a_bottom .a_col{
    position: relative;
    display: flex;
    align-items: center;
}
.a_layout .a_bottom .a_col+.a_col{
    margin-top: 40px;
}
.a_layout .a_bottom .a_col .a_pic{
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
.a_layout .a_bottom .a_col .a_txt{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}
.a_layout .a_bottom .a_col .a_txt .a_tbox{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.06em;
    line-height: 1.8;
}
.a_layout .a_bottom .a_col .a_txt .a_tbox b{
    color: #1167AA;
}
.a_layout .a_bottom .a_col .a_txt .a_tbox+.a_tbox{
    margin-top: 30px;
}
.a_layout .a_bottom .a_col .a_txt .a_tbox h4{
    font-family: "Noto Sans TC", sans-serif; 
    color: #444444;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin: 0 0 15px;
}
.a_layout .a_bottom .a_col:first-child .a_pic{
    order: 2;
}
.a_layout .a_bottom .a_col:first-child .a_txt{
    order: 1;
    padding-left: 45px;
}
.a_layout .a_bottom .a_col:first-child .a_txt .a_tbox{
    margin-top: 60px;
}
.a_layout .a_bottom .a_col .a_txt .a_tbox ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.a_layout .a_row2{
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 20px;
}
.a_layout .a_row2 .a_title{
    margin: 0 auto 35px;
}
.a_layout .a_icitem{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.a_layout .a_icitem .a_icbox{
    position: relative;
    display: flex;
    width: 33.33%;
    max-width: 330px;
    align-items: center;
    margin-bottom: 32px;
}
.a_layout .a_icitem .a_icbox .a_ic{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    width: 70px;
    height: 70px;
}
.a_layout .a_icitem .a_icbox .a_ic img{
    transition: all .2s ease;
    transform: scaleX(1);
}
.a_layout .a_icitem .a_icbox:hover .a_ic img{
    transform: scaleX(-1);
}
.a_layout .a_icitem .a_icbox .a_txt{
    position: relative;
    display: flex;
    flex-direction: column;
    color: #666666;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.4;
}
.a_layout .a_icitem .a_icbox .a_txt h4{
    color: #444444;
    font-size: 18px;
    font-weight: 500;
    font-family: "Noto Sans TC", sans-serif; 
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin: 0 0 8px;
    transition: all .2s ease;
}
.a_layout .a_icitem .a_icbox:hover .a_txt h4{
    color: #1167AA;
}
.a_layout .a_icitem .a_icbox .a_txt p{
    margin: 0;
    display: block;
}
@media screen and (max-width: 1280px) {
    .a_layout{
        margin-top: 40px;
    }
    .a_layout .a_top .a_pic{
        display: none;
    }
    .a_layout .a_row1 {
        position: relative;
        margin-bottom: 80px;
    }
    .a_layout .a_row1 .a_title,
    .a_layout .a_row2 .a_title {
        position: relative;
        text-align: center;
        left: inherit;
        margin: 0 auto 30px;
    }
    .a_layout .a_row1 .a_title::before,
    .a_layout .a_row2 .a_title::before{
        font-size: 100px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 40px;
    }
    .a_layout .a_bottom{
        margin: 0;
    }
    .a_layout .a_bottom .a_col{
        display: flex;
        flex-direction: column;
        max-width: 470px;
        margin: 0 auto;
    }
    .a_layout .a_bottom .a_col:first-child .a_txt{
        padding: 0;
    }
    .a_layout .a_bottom .a_col .a_pic,
    .a_layout .a_bottom .a_col .a_txt{
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0;
    }
    .a_layout .a_bottom .a_col:first-child .a_pic{
        order: 1;
    }
    .a_layout .a_bottom .a_col:first-child .a_txt{
        order: 2;
    }
    .a_layout .a_bottom .a_col .a_txt .a_tbox,
    .a_layout .a_bottom .a_col:first-child .a_txt .a_tbox{
        margin-top: 20px;
    }
    .a_layout .a_icitem .a_icbox{
        width: 50%;
        max-width: 282px;
    }
    .a_layout .a_icitem{
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 1000px) {
    .a_layout{
        margin-bottom: 0px;
    }
    .a_layout .a_row1{
        margin-bottom: 80px;
    }
    .a_layout .a_row2{
        padding: 0;
    }
    .a_layout .a_row1 .a_title, .a_layout .a_row2 .a_title {
        text-align: center;
        font-size: 26px;
        line-height: 1.2;
        width: 100%;
        margin-bottom: 20px;
    }
    .a_layout .a_row1 .a_title span, 
    .a_layout .a_row2 .a_title span{
        font-size: 48px;
    }
    .a_layout .a_row1 .a_title::before, 
    .a_layout .a_row2 .a_title::before{
        position: absolute;
        display: block;
        text-align: center;
        left: 0;
        right: 0;
        font-size: 60px;
        bottom: 48px;
        margin: 0 auto;
    }
    .a_layout .a_bottom .a_col .a_txt .a_tbox, .a_layout .a_bottom .a_col:first-child .a_txt .a_tbox{
        margin-top: 15px;
        font-size: 14px;
    }
    .a_layout .a_bottom .a_col .a_txt .a_tbox h4{
        font-size: 18px;
        margin: 0 0 10px;
    }
    .a_layout .a_bottom .a_col+.a_col {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .a_layout .a_icitem .a_icbox{
        width: 100%;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 375px) {
    .a_layout {
        margin-top: 0;
    }
    .a_layout .a_row1 {
        margin-bottom: 60px;
    }
    .a_layout .a_row1 .a_title::before, .a_layout .a_row2 .a_title::before{
        display: none;
    }
}

/* !內頁about頁面 */

.products-editor-pic {
    float: right;
    width: 400px;
    margin: 0 0 10px 30px;
}
.contact-editor .row {
    margin: 0 -2%;
}
.contact-editor .col {
    float: left;
    padding: 0 2%;
}
.contact-editor .col1 {
    width: 44%;
}
.contact-editor .col2 {
    width: 56%;
}
.contact-map {
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border: 8px solid #fff;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.contact-info-list {
    color: #555;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 8px 0;
    line-height: 25px;
}
.contact-info-list li: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;
    font-size: 15px;
    color: #1169AA;
    position: absolute;
    left: 0;
    top: 6px;
}
.contact-info-list li.tel:before  {
    content: "\ff001";
}
.contact-info-list li.tel2:before  {
    content: "\e902";
    font-size: 17px;
}
.contact-info-list li.fax:before {
    content: "\ff002";
}
.contact-info-list li.mail:before {
    content: "\ff003";
}
.contact-info-list li.add:before {
    content: "\ff004";
    font-size: 18px;
    left: 3px;
    top: 4px;
}
.contact-info-list a:hover {
    text-decoration: underline;
}
.notice-editor-title {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.04em;
    margin: 0 0 0.4em;
}
.notice-editor-title img {
    vertical-align: text-bottom;
}
.terms-title {
    color: #1169AA;
    font-size: 14px;
    margin: 0 0 0.5em;
}
.terms-editor h2{
    color: #1169AA;
}
@media screen and (max-width: 1350px) {
    .contact-info-list li{
        margin: 2px 0;
    }
}
@media screen and (max-width: 767px) {
    .products-editor-pic {
        float: none;
        width: auto;
        text-align: center;
    }
    .contact-editor {
        padding: 0 2%;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 600px) {
}