@charset "utf-8";
/*------------ index-about-editor ------------*/
.ina_layout{
    position: relative;
    box-sizing: border-box;
    max-width: 605px;
    margin: 0 auto;
}
.ina_layout .ina_row1{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.ina_layout .ina_row2{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(167,169,172,.5);
    justify-content: space-between;
    padding-top: 32px;
}
.ina_layout .ina_row2 .ina_col{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: fit-content;
    flex-direction: column;
    text-align: center;
}
.ina_layout .ina_row2 .ina_col .ina_numbox{
    text-align: center;
    font-size: 38px;
    color: #D2A843;
    font-weight: normal;
    font-family: "Noto Sans TC", sans-serif;
    line-height: 1;
}
.ina_layout .ina_row2 .ina_col .ina_numbox span{
    font-size: 54px;
    line-height: 1;
        font-family: "Noto Sans TC", sans-serif;
}
.ina_layout .ina_row2 .ina_col p{
    color: #1e4b25;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin: 0;
}
@media screen and (max-width: 1000px){
    .ina_layout .ina_row1 {
        margin-bottom: 20px;
    }
    .ina_layout .ina_row2{
        padding-top: 22px;
    }
    .ina_layout .ina_row2 .ina_col{
        max-width: 110px;
        width: 50%;
        margin-bottom: 10px;
    }
    .ina_layout .ina_row2 .ina_col .ina_numbox span {
        font-size: 38px;
    }
    .ina_layout .ina_row2 .ina_col .ina_numbox{
        font-size: 30px;
    }
    .ina_layout .ina_row2 .ina_col p{
        font-size: 17px;
    }
}
@media screen and (max-width: 767px){
    .ina_layout .ina_row2 .ina_col {
        width: 50%;
        max-width: inherit;
        margin-bottom: 10px;
    }
}

/*------------ index-service-editor ------------*/
.s_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 875px;
    margin-left: auto;
    justify-content: space-between;
}
.s_layout .s_col{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: calc(100% / 2);
    max-width: 410px;
    height: 70px;
    margin-bottom: 70px;
}
.s_layout .s_col .s_pic{
    box-sizing: border-box;
    display: flex;   
    justify-content: center;
    align-items: center;
    max-width: 72px;
    position: relative;
    margin-right: 20px;
    transition: all .3s ease;
}
.s_layout .s_col:hover .s_pic{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.s_layout .s_col .s_pic .s_pic1 {
    display: block;
    transition: all .3s ease;
}
.s_layout .s_col .s_pic .s_pic2{
    display: none;
    transition: all .3s ease;
}
.s_layout .s_col:hover .s_pic .s_pic1{
    display: none;
}
.s_layout .s_col:hover .s_pic .s_pic2{
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.s_layout .s_col .s_txt {
    position: relative;
    box-sizing: border-box;
}
.s_layout .s_col .s_txt h5{
    color: #1e4b25;
    font-size: 20px;
    font-weight: normal;
    font-family: "Gilda Display", serif ,"微軟正黑體", sans-serif;
    line-height: 1.2;
    margin: 0;
}
.s_layout .s_col .s_txt p{
    box-sizing: border-box;
    color: #787878;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding-left: 22px;
}
@media screen and (max-width: 1440px){
    .s_layout {
        width: 845px;
    }
}
@media screen and (max-width: 1280px){
    .s_layout {
        margin: 0 auto;
    }
}
@media screen and (max-width: 1000px){
    .s_layout{
        width: fit-content;
        max-width: 575px;
        flex-direction: column;
    }
    .s_layout .s_col{
        width: 100%;
        margin-bottom: 30px;
        align-items: center;
    }
    .s_layout .s_col .s_txt h5{
        font-size: 17px;
    }
    .s_layout .s_col .s_txt p{
        font-size: 14px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 480px){
    .s_layout .s_col{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .s_layout .s_col .s_pic{
        margin: 0 auto 15px;
    }
    .s_layout .s_col .s_txt{
        text-align: center;
    }
    .s_layout .s_col .s_txt p{
        padding: 0;
    }
}
/*------------ about-editor ------------*/
.a_layout{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.a_layout .a_item1{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.a_layout .a_item1 .a_pic1{
    position: relative;
    box-sizing: border-box;
    max-width: 380px;
}
.a_layout .a_item1 .a_txt{
    position: relative;
    box-sizing: border-box;
    width: 500px;
    margin-left: auto;
}
.a_layout .a_item1 .a_txt .a_row1{
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    color: #787878;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 30px;
}
.a_layout .a_item1 .a_txt .a_row1 .a_tit {
    position: relative;
    text-align: left;
    line-height: 1.1;
    margin: 0 0 15px;
}
.a_layout .a_item1 .a_txt .a_row1 .a_tit span{
    position: relative;
    font-family: "Noto Sans TC", sans-serif;
    color: #1e4b25;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: normal;
    margin: 0;
}
.a_layout .a_item1 .a_txt .a_row1 .a_tit h2 {
    position: absolute;
    color: #484848;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: normal;
    margin: 0;
    left: 123px;
    top: 4px;
}
.a_layout .a_item1 .a_txt .a_row1 .a_tit span::before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    background: rgba(167, 169, 172, .5);
    left: 0;
    right: 0;
    bottom: 0px;
    left: 123px;
    top: 5px;
    margin: 0;
}
.a_layout .a_item1 .a_txt .a_row2{
    position: relative;
    box-sizing: border-box;
    display: flex;
    /* flex-wrap: wrap; */
    border-top: 1px solid rgba(167,169,172,.5);
    justify-content: space-between;
    padding-top: 32px;
}
.a_layout .a_item1 .a_txt .a_row2 .a_col{
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: fit-content;
    flex-direction: column;
    text-align: center;
}
.a_layout .a_item1 .a_txt .a_row2 .a_col .a_numbox{
    text-align: center;
    font-size: 38px;
    color: #D2A843;
    font-weight: normal;
    font-family: "Noto Sans TC", sans-serif;
    line-height: 1;
}
.a_layout .a_item1 .a_txt .a_row2 .a_col .a_numbox span{
    font-size: 54px;
    line-height: 1;
    font-family: "Noto Sans TC", sans-serif;
}
.a_layout .a_item1 .a_txt .a_row2 .a_col p{
    color: #1e4b25;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin: 0;
}
@media screen and (max-width: 1330px){
    .a_layout .a_item1{
        flex-direction: column;
        margin-bottom: 40px;
    }
    .a_layout .a_item1 .a_pic1{
        margin:0 auto 24px;
    }
    .a_layout .a_item1 .a_txt .a_row1{
        text-align: center;
    }
    .a_layout .a_item1 .a_txt .a_row1 .a_tit{
        text-align: center;
        margin: 0 auto 15px;
    }
    .a_layout .a_item1 .a_txt .a_row1 .a_tit h2{
        position: relative;
        left: inherit;
        top: inherit;
        margin: 0 auto;
    }
    .a_layout .a_item1 .a_txt .a_row1 .a_tit span{
        line-height: 1.5;
    }
    .a_layout .a_item1 .a_txt .a_row1 .a_tit span::before{
        left: 0;
        right: 0;
        top: inherit;
        bottom: 0;
        margin: 0 auto;
    }
    .a_layout .a_item1 .a_txt{
        margin: 0 auto;
    }
}
@media screen and (max-width: 1000px){
    .a_layout .a_item1{
        margin-bottom: 30px;
    }
    .a_layout .a_item1 .a_txt .a_row1 .a_tit span {
        font-size: 50px;
    }
    .a_layout .a_item1 .a_txt .a_row1 .a_tit h2{
        font-size: 22px;
    }
    .a_layout .a_item1 .a_txt .a_row1{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .a_layout .a_item1 .a_txt .a_row2{
        padding-top: 22px;
        }
    .a_layout .a_item1 .a_txt .a_row2 .a_col{
        max-width: 110px;
        width: 50%;
        margin-bottom: 15px;
    }
    .a_layout .a_item1 .a_txt .a_row2 .a_col .a_numbox span {
        font-size: 38px;
    }
    .a_layout .a_item1 .a_txt .a_row2 .a_col .a_numbox{
        font-size: 30px;
    }
    .a_layout .a_item1 .a_txt .a_row2 .a_col p{
        font-size: 17px;
    }
}
@media screen and (max-width: 767px){
    .a_layout .a_item1 .a_txt{
        width: 100%;
        max-width: 500px;
    }
    .a_layout .a_item1 .a_pic1{
        width: 100%;
        max-width: 380px;
        margin: 0 auto 24px;
    }
    .a_layout .a_item1 .a_txt .a_row2{
        flex-wrap: wrap;
        justify-content: space-around;
    }
}
@media screen and (max-width: 480px){
    .a_layout .a_item1 .a_txt .a_row2 .a_col {
        max-width: inherit;
        width: 50%;
    }
}
/*------------ 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: #1e4b25;
    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: 18px;
    color: #1e4b25;
    margin: 0;
    letter-spacing: 0.05em;
    font-weight: normal;
}
.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: 960px){
    .contact-editor .col + .col{
        margin: 25px 0 0 0;
    }
    .contact-editor .col{
        float: none;
    }
}
@media screen and (max-width: 1100px){
    .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%;
    }
}
