@charset "utf-8";
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    max-width: 885px;
    margin: 15px auto 0;
    display: flex;
    flex-direction: column;
}
.a_layout .a_row1{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 110px;
}
.a_layout .a_tit{
    position: relative;
    color: #000000;
    font-size: 35px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0;
    z-index: 5;
}
.a_layout .a_tit span{
    color: #F09938;
}
.a_layout .a_row1 .a_tit{
    text-align: center;
    margin: 0 0 50px;
}
.a_layout .a_row1 .a_qa_item{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.a_layout .a_row1 .a_qa_item .a_qa_box{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 50%;
    max-width: 428px;
    height: 76px;
    text-align: left;
    border-radius: 15px;
    border: 2px solid #A6A6A6 ;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 15px;
    transition: all .3s ease;
}
.a_layout .a_row1 .a_qa_item .a_qa_box:hover{
    border: 2px solid #F09938 ;
}
.a_layout .a_row1 .a_qa_item .a_qa_box .a_qa_txt{
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 1.2;
    font-weight: normal;
    color: #051F11;
}
.a_layout .a_row1 .a_qa_item .a_qa_box .a_qa_ic{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12px;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    filter: grayscale(1);
}
.a_layout .a_row1 .a_qa_item .a_qa_box:hover .a_qa_ic{
    filter: grayscale(0);
}
.a_layout .a_row1 .a_qa_item .a_qa_box:nth-child(4) .a_qa_ic img{
    position: relative;
    right: 12%;
}
.a_layout .a_row2{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 172px;
}
.a_layout .a_row2 .a_col1{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    flex-direction: column;
}
.a_layout .a_row2 .a_col1 .a_qa_ic{
    position: relative;
    width:fit-content ;
    max-width: 393px;
    height: auto;
}
.a_layout .a_row2 .a_tit{
    text-align: left;
    margin: 0 0 50px 32px;
}
.a_layout .a_row2 .a_col2{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.a_layout .a_row2 .a_col2 .a_li{
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.a_layout .a_row2 .a_col2 .a_li + .a_li{
    margin-top: 15px;
}
.a_layout .a_row2 .a_col2 .a_li .a_ic{
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border: 2px solid #F09938;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 5;
}
.a_layout .a_row2 .a_col2 .a_li .a_ic img{
    transform: scale(.78);
}
.a_layout .a_row2 .a_col2 .a_li .a_txt{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    font-weight: normal;
    color: #051F11;
    height: fit-content;
    text-align: right;
    padding: 15px;
    border: 1px solid  #F09938;
    border-radius: 15px;
    margin-left: 25px;
}
.a_layout .a_row2 .a_col3{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    margin-top: 50px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.a_layout .a_row2 .a_col3 .a_tit{
    width: 100%;
    color: #F09938;
    font-size: 24px;
    text-align: center;
    margin: 0 auto 32px;
}
.a_layout .a_row2 .a_col3 .a_more1{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    max-width: 176px;
    height: 52px;
    line-height: 52px;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 0px;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 0px;
    transition: all .3s ease;
    margin-right: 24px;
    background: url(../../../images/layout01/common/about/a_more1.png) center no-repeat;
    opacity: 1;
}
.a_layout .a_row2 .a_col3 .a_more1:hover{
    opacity: .7;
}
.a_layout .a_row2 .a_col3 .a_more2{
    position: relative;
    box-sizing: border-box;
    width: 50%;
    max-width: 176px;
    height: 52px;
    line-height: 52px;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 0px;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 0px;
    transition: all .3s ease;
    background: url(../../../images/layout01/common/about/a_more2.png) center no-repeat;
    opacity: 1;
}
.a_layout .a_row2 .a_col3 .a_more2:hover{
    opacity: .7;
}
.a_layout .a_row3{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 0 80px;
}
.a_layout .a_row3 .a_tit{
    text-align: center;
    width: fit-content;
    margin: 0 auto 80px;
}
.a_layout .a_row3 .a_tit::before{
    content: '';
    position: absolute;
    display: block;
    width: 93px;
    height: 93px;
    right: calc(100% + 30px);
    bottom: -3px;
    background: url(../../../images/layout01/common/about/a_pic2.png) center no-repeat ;
}
.a_layout .a_row3 .a_tit::after{
    content: '';
    position: absolute;
    display: block;
    width: 139px;
    height: 115px;
    left: calc(100% + 60px);
    bottom: -24px;
    background: url(../../../images/layout01/common/about/a_pic3.png) center no-repeat ;
}
.a_layout .a_row3 .a_t_item{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.a_layout .a_row3 .a_t_item .a_tbox{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: 280px;
    height: auto;
    background: #FADBBA;
    color: #051F11;
    font-size: 15px;
    letter-spacing:normal;
    line-height: 1.5;
    font-family: "Noto Sans TC", sans-serif;
    border-radius: 40px;
    padding: 38px 20px ;
}
.a_layout .a_row3 .a_t_item .a_tbox h5{
    font-size: 20px;
    color: #333;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 0.03em;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 5px;
}
.a_layout .a_row3 .a_more3{
    position: relative;
    display: flex;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #94e27a;
    color: #002420;
    font-size: 20px;
    border-radius: 30px;
    letter-spacing: 0.03em;
    font-weight: normal;
    text-align: center;
    margin: 30px auto;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.a_layout .a_row3 .a_more3:hover{
    color: #ffffff;
    background: #F09938;
}
.a_layout  .a_row4{
    position: relative;
    display: flex;
    flex-direction: column;
    margin:0 0 100px;
}
.a_layout  .a_row4 .a_tit{
    text-align: center;
    width: fit-content;
    margin: 0 auto 50px;
}
.a_layout .a_row4 .a_list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: calc(100%);
    justify-content: space-between;
}
.a_layout .a_row4 .a_list .a_hbox{
    position: relative;
    display: block;
    width: 32%;
    max-width: 285px;
    height: 150px;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
}
.a_layout .a_row4 .a_list .a_hbox .a_txt{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px ;
    line-height: 35px;
    background: #F09938;
    color: #000;
    text-align: center;
    font-size: 20px;
}
.a_layout .a_row5{
    position: relative;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    border: 2px solid #F09938;
    border-radius: 15px;
    padding: 40px 30px 30px;
}
.a_layout .a_row5::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 30px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 123px;
    height: 73px;
    background: url(../../../images/layout01/common/about/a_qatit.png) center no-repeat;
    background-size: contain;
}
.a_layout .a_row5 .a_tit{
    position: relative;
    text-align: center;
    color: #F09938;
    margin: 0 0 30px;
}
.a_layout .a_row5 .a_faqitem{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.a_layout .a_row5 .a_faqitem .a_faq{
    position: relative;
    font-size: 18px;
    color: #333;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
}
.a_layout .a_row5 .a_faqitem .a_faq::before{
    content: 'Q:';
    margin-right: 10px;
}
.a_layout .a_row5 .a_faqitem .a_faq+.a_faq{
    margin-top: 15px;
}
.a_layout .a_row5 .a_faqitem .a_faq:last-child{
    border: none;
}
.a_layout .a_row5 .a_more4{
    position: relative;
    display: flex;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #94e27a;
    color: #002420;
    font-size: 20px;
    border-radius: 30px;
    letter-spacing: 0.03em;
    font-weight: normal;
    text-align: center;
    margin: 40px auto 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.a_layout .a_row5 .a_more4:hover{
    color: #ffffff;
    background: #F09938;
}
@media screen and (max-width: 1440px){
    .a_layout .a_row1 .a_qa_item .a_qa_box{
        max-width: 400px;
        padding: 0 20px;
    }
    .a_layout .a_row3 .a_t_item .a_tbox{
        max-width: 260px;
    }
    .a_layout .a_row1{
        margin-bottom: 82px;
    }
    .a_layout .a_row2{
        margin-bottom: 134px;
    }
}
@media screen and (max-width: 1280px){
    .a_layout .a_row1 {
        margin-bottom: 74px;
    }
    .a_layout .a_row1 .a_tit,
    .a_layout .a_row2 .a_tit,
    .a_layout .a_row3 .a_tit {
        text-align: center;
        margin: 0 auto 30px;
    }
    .a_layout .a_row1 .a_qa_item{
        flex-direction: column;
        align-items: center;
    }
    .a_layout .a_row1 .a_qa_item .a_qa_box{
        width: 100%;
        max-width: 525px;
    }
    .a_layout .a_row1 .a_qa_item .a_qa_box:nth-child(4) .a_qa_ic img {
        position: relative;
        right: 0%;
    }
    .a_layout .a_row2{
        flex-direction: column;
        align-items: center;
        margin-bottom: 100px;
    }
    .a_layout .a_row2 .a_col1{
        width: fit-content;
        max-width: 525px;
        align-items: center;
        margin-bottom: 38px;
        margin-top: 0;
    }
    .a_layout .a_row2 .a_col2{
        width: fit-content;
        max-width: 525px;
        width: 100%;
        align-items: center;
    }
    .a_layout .a_row2 .a_col3{
        width: 100%;
        max-width: 525px;
        margin-top: 38px;
    }
    .a_layout .a_row3 .a_t_item{
        flex-direction: column;
        justify-content: normal;
        align-items: center;
    }
    .a_layout .a_row3 .a_t_item .a_tbox{
        width: fit-content;
        max-width: 525px;
        padding: 30px 20px;
    }
    .a_layout .a_row3 .a_t_item .a_tbox h5{
        text-align: center;
    }
    .a_layout .a_row3 .a_t_item .a_tbox + .a_tbox{
        margin-top: 15px;
    }
    .a_layout .a_row3 .a_tit::before{
        width: 52px;
        height: 52px;
        background-size: contain;
        right: calc(100% + 15px);
    }
    .a_layout .a_row3 .a_tit::after{
        width: 78px;
        height: 78px;
        background-size: contain;
        left: calc(100% + 5px);
        bottom: -12px;
    }
    .a_layout .a_row4 .a_list .a_hbox .a_txt{
        position: relative;
        bottom: inherit;
    }
    .a_layout .a_row4 .a_list .a_hbox{
        height: fit-content;
    }
}

@media screen and (max-width: 1000px){
    .a_layout .a_row1 .a_tit, .a_layout .a_row2 .a_tit, .a_layout .a_row3 .a_tit,.a_layout .a_row4 .a_tit,.a_layout .a_row5 .a_tit{
        font-size: 28px;
        letter-spacing: 0.1em;
        margin: 0 auto 28px;
    }
    .a_layout .a_row1 .a_qa_item .a_qa_box .a_qa_txt,
    .a_layout .a_row2 .a_col2 .a_li .a_txt{
        font-size: 16px;
    }
    .a_layout .a_row2 .a_col3 .a_more1,
    .a_layout .a_row2 .a_col3 .a_more2{
        max-width: 140px;
        height: 41px;
        background-size: contain;
    }
    .a_layout .a_row2 .a_col3 {
        justify-content: space-evenly;
    }
    .a_layout .a_row2 .a_col3 .a_more1{
        margin-right: 0;
    }
    .a_layout .a_row3 .a_t_item .a_tbox h5{
        font-size: 18px;
    }
    .a_layout .a_row3 .a_t_item .a_tbox{
        font-size: 14px;
        padding: 25px 20px;
    }
    .a_layout .a_row2 .a_col1 {
        margin: 0 auto 30px;
    }
    .a_layout .a_row2 .a_col3{
        margin-top: 28px;
    }
    .a_layout{
        max-width: inherit;
        margin: 30px auto 0;
        align-items: center;
    }
    .a_layout .a_row1{
        width: 100%;
    margin-bottom: 55px;
    }
    .a_layout .a_row2{
        width: 100%;
        margin-bottom: 72px;
    }
    .a_layout .a_row3{
        width: 100%;
    }
    .a_layout .a_row2 .a_col2 .a_li{
        width: 100%;
    }
    .a_layout .a_row2 .a_col2 .a_li .a_ic{
        width: 72px;
        height: 72px;
        background-size: contain;
    }
    .a_layout .a_row2 .a_col2 .a_li .a_ic img{
        transform: scale(.75);
    }
    .a_layout .a_row2 .a_col1,
    .a_layout .a_row2 .a_col2,
    .a_layout .a_row2 .a_col3{
        width: 100%;
    }
    .a_layout .a_row3 .a_tit::before{
        width: 39px;
        height: 39px;
        right: calc(100% + 5px);
    }
    .a_layout .a_row3 .a_tit::after{
        width: 58px;
        height: 58px;
        left: calc(100% + 0px);
    }
    .a_layout .a_row4 .a_list .a_hbox .a_txt {
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .a_layout .a_row3{
        margin-bottom: 40px;
    }
    .a_layout .a_row3 .a_more3,
    .a_layout .a_row5 .a_more4{
        width: 170px;
        height: 34px;
        line-height: 34px;
        font-size: 18px;
    }
    .a_layout .a_row5 .a_faqitem .a_faq{
        font-size: 16px;
    }
    .a_layout .a_row4{
        margin-bottom: 74px;
    }
    .a_layout .a_row5::before{
        width: 98px;
        height: 58px;
        bottom: calc(100% - 24px);
    }
    .a_layout .a_row5{
        padding: 30px 20px 20px;
    }
    .a_layout .a_row4 .a_list{
        justify-content: space-around;
    }
    .a_layout .a_row4 .a_list .a_hbox{
        width: 48%;
    }
}

@media screen and (max-width: 480px){
    .a_layout .a_row1 .a_qa_item .a_qa_box{
        flex-direction: column;
        height: auto;
        padding: 5px 5px 10px;
    }
    .a_layout .a_row1 .a_qa_item .a_qa_box .a_qa_ic{
        position: relative;
        left: 0;
        right: 0;
        top: inherit;
        margin: 0 auto 5px;
        order: 1;
    }
    .a_layout .a_row1 .a_qa_item .a_qa_box .a_qa_txt{
        position: relative;
        order: 2;
    }
    .a_layout .a_row2 .a_col2 .a_li{
        justify-content:inherit;
        flex-direction: column;
    }
    .a_layout .a_row2 .a_col2 .a_li .a_txt{
        width: 100%;
    }
    .a_layout .a_row2 .a_col2 .a_li .a_ic{
        position: relative;
        margin-bottom: 12px;
    }
    .a_layout .a_row2 .a_col3{
        flex-direction: column;
        align-items: center;
    }
    .a_layout .a_row2 .a_col3 .a_more1{
        margin: 0 0 15px;
    }
    .a_layout .a_row3 .a_tit::before,
    .a_layout .a_row3 .a_tit::after{
        display: none;
    }
    .a_layout .a_row3 .a_t_item .a_tbox{
        border-radius: 20px;
    }
    .a_layout .a_row2 .a_col2 .a_li .a_txt{
        margin: 0;
        text-align: center;
    }
    .a_layout .a_row4 .a_tit{
        width: 245px;
    }
    .a_layout .a_row4 .a_list{
        width: fit-content;
        justify-content: center;
    }
    .a_layout .a_row4 .a_list .a_hbox{
        width: 100%;
        margin-bottom: 15px;
    }
}
/*------------ service-editor ------------*/

/*footer*/
.ic_mail{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_mail_ic.png) no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 8px;
}
.ic_fax{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_fax_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;  
}
.ic_add{
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../../../images/layout01/common/siteinfo_add_ic.png) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 8px;
}
.site-info .ic-envelope{
    font-size: 22px;
    width: 20px;
    color: #ffffff;
    margin-right: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-fax{
    font-size: 22px;
    width: 20px;
    color: #ffffff;
    margin-right: 15px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.site-info .ic-map-marker{
    font-size: 23px;
    width: 20px;
    color: #ffffff;
    margin-right: 15px;
    text-align: center;
    position: relative;
    top: 3px;
    display: inline-block;
}
.ic-map-marker:before {
    content: "\e1002";
}
/*------------ footer_app_item-editor ------------*/
.footer_app_item{
    position: relative;
    display: flex;
    width: 270px;
    justify-content: space-between;
    margin: 25px 0 0;
}
.footer_app_item .app_more1{
    position: relative;
    box-sizing: border-box;
    width: 128px;
    height: 38px;
    background: url(../../../images/layout01/common/index/apple_app.png) center no-repeat;
    font-size: 0;
    background-size: contain;
    overflow: hidden;
}
.footer_app_item .app_more2{
    position: relative;
    box-sizing: border-box;
    width: 128px;
    height: 38px;
    background: url(../../../images/layout01/common/index/google_app.png) center no-repeat ;
    font-size: 0;
    background-size: contain;
    overflow: hidden;
}
.footer_app_item .app_more1::before,
.footer_app_item .app_more2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70% 
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}
.footer_app_item .app_more1:hover::before,
.footer_app_item .app_more2:hover::before {
    animation: shine 1s ease-out infinite;
}
/*------------ contact-editor ------------*/
.contact-editor{
    padding: 0 2%;
    display: flex;
    align-items: center;
}
.contact-editor .col{
    float: left;
    padding: 0 2%;
}
.contact-editor .col1{
    width: 48%;
}
.contact-editor .col2{
    width: 52%;
}
.contact-editor .col2 h4{
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #002420;
    margin: 0 0 10px;
}
.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.tel:before{
    font-family: 'icon-font' !important;
    content: "\ff001";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #4BA553;
}
.contact-info-list li.fax:before{
    font-family: 'icon-font' !important;
    content: "\ff002";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #4BA553;
}
.contact-info-list li.mail:before{
    font-family: 'icon-font' !important;
    content: "\ff003";
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 3px;
    color: #4BA553;
}
.contact-info-list li.addr:before{
    font-family: 'icon-font' !important;
    content: "\ff004";
    font-size: 24px;
    position: absolute;
    left: 13px;
    top: 3px;
    color: #4BA553;
}
/*------------ 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{
    color: #4BA653;
    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: 1280px){

}
@media screen and (max-width: 1000px){
    .contact-editor{
        padding: 0 2%;
    }
    .contact-editor .col1{
        width: 40%;
    }
    .contact-editor .col2{
        width: 60%;
    }
    .contact-map{
        height: 300px;
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 767px){
    .terms-editor .row{
        margin: 0;
    }
    .terms-editor .col{
        padding: 0;
        width: 100%;
    }
    .contact-map{
        height: 200px;
    }
    .contact-editor .col1,
    .contact-editor .col2{
        width: 100%;
    }
    .contact-editor .col1{
        margin-bottom: 30px;
    }
    .contact-editor{
            display: flex;
        align-items: center;
        flex-direction: column;
    }
}
