@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: none;
    list-style:none;
    background-repeat:no-repeat;
    text-decoration:none;/*去底線*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    width: 100%;
    position:relative;    
    background-color: #011a00;
}
.wrapper .banner {
    /*background-size: cover;*/
    height: 60vh;
    padding-top: 75px;
    position: relative;
    /*background-image: url(../uploads/index/banner01.jpg);*/
    /*background-position: 49.2% 50%;*/
}
.banner_bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 40%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner_txt {
    color: #fff;
    font-family: Microsoft JhengHei;
    text-align: center;
    text-shadow: 3px 3px 10px #000;
}
.banner_ch{
    font-size: 2rem;
    font-weight: bold;
}
.banner_en{
    font-size: 1.5rem;
}
.contant_tittle{
    width: 100%;
    height: 10%;
    text-align: center;
    position: relative;
    background-color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 2px;
        text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media screen and (max-width: 1024px){
.wrapper .banner {
    padding-top: 0px;
}
.banner_bg {
    background-position: 50% 0%;
}
.banner_txt {
    padding-top: 75px;
}
}
@media screen and (max-width: 450px){
.banner_txt {
    padding-top: 0px;
}
.wrapper .banner {
    height: 60vh;
}
.banner_ch {
    font-size: 1.8rem;
}
.banner_en {
    font-size: 1.2rem;
}
.banner_bg {
}
.contant_tittle {
    font-size: 1rem;
}
}
@media screen and (max-width: 375px){

.banner_ch {
    font-size: 1.5rem;
}
.banner_en {
    font-size: 1rem;
}
.banner_bg {
    /*height: 85%;*/
}
.contant_tittle {
    height: 15%;
    font-size: .8rem;
}
}

.frame1{

    background-color: #011a00;
    width: 100%;
    text-align: center;
}
.txt_box1 {
    padding: 2% 0 2%;
    font-size: 1.25rem;
    font-family: Microsoft JhengHei;
    color: #fff;
    /* margin-bottom: 1%; */
}
.frame_box{
    position: relative;
    text-align: center;
    width: 100%;
/*    padding: 0px 20% 0;*/
}
.out_box {
    width: 100%;
    text-align: left;
    padding-bottom: 5%;
    max-width: 900px;
}
.name {
    width: 49%;
    padding: 1%;
    float: left;
}

.phone {
    width: 49%;
    padding: 1%;
    float: right;
}
.email {
    width: 100%;
    padding: 1%;
}
.content {
    width: 100%;
    padding: 1%;
    resize: none;
}
.input_txt {
    margin-bottom: 2%;
    font-family: Microsoft JhengHei;
    font-size: 1rem;
    color: #4f4f4f;
    letter-spacing: 2px;
    background-color: #e2e2e2;
}
.frame_box{
}
.checklabel{
    text-align: left;
}
.agree {
    color: #fff;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: -webkit-baseline-middle;
}   
.check_privacy {
    text-align: left;
    width: 80%;
    position: relative;
    /* left: 2%; */
}  
.sent_btn {
    text-align: right;
    overflow: hidden;
    /*padding: 3% 0;*/
}
.but {
    padding: 10px 40px;
    display: inline-block;
    /* border: 2px solid #b1b1b1; */
    color: #3f3f3f;
    font-size: .9rem;
    line-height: 100%;
    color: #fff;
    transition: all 0.3s ease-out;
    background-color: #0b7500;
    margin: 0 1%;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    letter-spacing: 2px;
}

.agreetxt {
    display: inline-block;
    margin: 0 2px;
    top: -4px;
    position: relative;
    color: #fff;
    font-size: 1.25rem;
    font-family: Microsoft JhengHei;
    vertical-align: -webkit-baseline-middle;
}
.agree_file {
    display: inline-block;
    margin: 0 20px;
    top: -4px;
    position: relative;
    color: #fff;
    font-size: 1.25rem;
    border-bottom: 1px #fff solid;
    font-family: Microsoft JhengHei;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
}

.phone_br{
    display: none;
}
.txt_box1 p {
    display: inline-block;
    font-size: 1.25rem;
}

@media screen and (min-width: 1024px){
        .but:hover{

/*    color: #fff;*/
    background-color: #ae0002;
}
}
@media screen and (max-width: 1200px){

    .out_box {
        width: 80%;
    }
}
@media screen and (max-width: 1024px){
.clean {
    float: left;
}
.go{
    float: right;
}
.sent_btn {
    margin-top: 5%;
    text-align: left;
}
.but {
    margin: 0;
}
    .agree_file {
    /*top: -10px;*/
    /*font-size: 35px;    */
}
.agreetxt {
    /*font-size: 35px;*/
    /*top: -10px;*/
}
    .phone_br{

        display: contents;
        line-height: 150%;
    }
    .frame_box {
        padding: 0;
    }
    .check_privacy {
        left: 0%;
        margin: 3% 0 5%;
    }

    .agree {
        color: #fff;
    vertical-align: text-bottom;
/*        width: 51px;
        height: 51px;.agree {
    color: #fff;
    width: 1.25rem;
    height: 1.25rem;
}
*/    }
.but {
    padding: 3% 10%;
    width: 48%;
}
    .input_txt{
        width: 100%;
        margin: 2% 0;
    }
    
.txt_box1 {
    padding: 0 0 2%;
}
.input_txt {
    padding: 2% 3%;
}

/*    字體      */
    .input_txt {
        /*font-size: 35px;*/
    }
    .agree_file{
        /*font-size: 35px;*/
    }
    .input_txt{
        /*font-size: 35px;*/
    }   
.but {
    /*font-size: 35px;*/
}
    .txt_box1 p {
        /*font-size: 35px;*/
        letter-spacing: 1px;
        line-height: 140%;
    }
    .txt_box1{
        /*font-size: 47px;*/
        text-align: center;
    }

   
}
@media screen and (max-width: 768px){
/*    字體      */
    .agree {
/*        width: 37px;
        height: 37px;*/
    }
    .agreetxt{
        /*font-size: 38.5px;*/
        /*top: -5px;*/
    }
    .agree_file{
        /*font-size: 36px;*/
        /*top: -5px;*/
    }
    .input_txt{
        /*font-size: 30px;*/
    }
    .but {
        /*font-size: 30px;*/
    }
    .txt_box1 p{
        /*font-size: 34px;*/
    }
    .txt_box1{
        /*font-size: 36px;*/
    }

}
@media screen and (max-width: 460px){
    
/*    字體      */
    .agree {
/*        width: 22px;
        height: 22px;*/
    }
    .agreetxt{
        /*font-size: 20px;*/
        /*top: -4px;*/
    }
    .agree_file{
        /*font-size: 18px;*/
    }
    .input_txt{
        /*font-size: 17px;*/
    }
    .but {
        /*font-size: 20px;*/
    }
    .txt_box1 p{
        /*font-size: 17px;*/
    }
    .txt_box1{
        /*font-size: 19px;*/
    }
   
.agree_file {
    margin: 0px;
    top: -4px;
}
}
@media screen and (max-width: 375px){
    
/*    字體      */
    .agree {
/*        width: 17px;
        height: 17px;*/
    }
    .agreetxt{
        /*font-size: 16px;*/
    }
    .agree_file{
        /*font-size: 14px;*/
    }
    .input_txt{
        /*font-size: 15px;*/
    }
    .but {
        /*font-size: 16px;*/
    }
    .txt_box1 p{
        /*font-size:17px;*/
    }
    .txt_box1{
        /*font-size: 18px;*/
    }
   
}
@media screen and (max-width: 360px){

}

@media screen and (max-width: 320px){
    
/*    字體      */
    .agree {
/*        width: 14px;
        height: 14px;*/
    }
    .agreetxt{
        /*font-size: 14px;*/
        /*top: -2px;*/
    }
    .agree_file{
        /*font-size: 12px;*/
        /*top: -2px;*/
    }
    .input_txt{
        /*font-size: 15px;*/
    }
    .but {
        /*font-size: 14px;*/
    }
    .txt_box1 p{
        /*font-size: 16px;*/
    }
    .txt_box1{
        /*font-size: 18px;*/
    }
    
}


/*隱私權*/
.black{
    display: none;
    /*    max-width: 768px;
    margin: 0 auto;*/
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #000000;
    z-index: 11111;
}
.infoWrap{
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    height: 100vh;
}
.close_box{
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    cursor: pointer;
}
.closeBtn{
    height: 40px;
    position: absolute;
    right: 20px;
    top: 40px;
}
.closeBtn img{
    width: 40px;
}
.infoBox{
    width: 100%;
    /* height: calc( 100% - 150px);*/
    padding: 50px 15px;
    position: absolute;
    left: 0px;
    top: 50px;
    overflow: auto;
    color: #FFF;
    text-align: left;
}
.infoBox h3{
    font-size: 1.3rem;
    line-height: 130%;
    margin-bottom: 25px;
    text-align: center;
}
.infoBox p{
    font-size: 1.1rem;
    line-height: 180%;
}
.phone_icon{
    /*display: none;*/
}
@media screen and (max-width: 1366px) {
    .infoWrap{
    width: 90%; 
    }
    .infoBox{
        width: 100%;
        height: calc( 100% - 150px);
        position: absolute;
        left: 0px;
        top: 10%;
        overflow: auto;
        line-height: 20px;
        color: #FFF;
        text-align: left;  
    }
}
@media screen and (max-width: 768px) {
    .infoWrap{
        width: 90%; 
    }

    .infoBox{
        width: 100%;
        height: calc( 100% - 150px);
        padding: 0px;
        position: absolute;
        left: 0px;
        top:10%;
        overflow: auto;
        line-height: 20px;
        color: #FFF;
        text-align: left;  
    }
}
/*iPad直*/
@media screen and (device-aspect-ratio: 3/4) {
    .infoWrap{
        width: 90%;
    }
    .infoBox{
        width: 100%;
        height: calc( 100% - 150px);
        padding: 0px;
        position: absolute;
        left: 0px;
        top: 10%;
        overflow: auto;
        line-height: 20px;
        color: #FFF;
        text-align: left;  
    }
}
/*iPad橫向*/
@media screen and (device-aspect-ratio: 4/3) {

}
@media screen and (max-width: 768px) {
    .infoBox h3{
        /*font-size: 22px;*/
        margin-bottom: 15px;
    }
    .infoBox p{
        /*font-size: 18px;*/
    }
    .phone_icon{
        display:inline-block;
    }
}
@media screen and (max-width: 450px) {
.infoBox h3{
    /*font-size: 20px;*/
    margin-bottom: 13px;
}
.infoBox p{
    /*font-size: 16px;*/
}
}
@media screen and (max-width: 350px) {
    .infoBox h3{
        /*font-size: 18px;*/
        margin-bottom: 10px;
    }
    .infoBox p{
        /*font-size: 14px;*/
    }
}




.pageE{
    width: 100%;
    height: auto;
    background-color: #011a00;
}
.page6 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    position: relative;
    padding: 2% 0 1px;
    text-align: center;
    margin: 0 auto;
}
.phone_con{
    display: none;
}
.pc_con{
    display: block;
}
.pcA_con{
    display: inline-block;
}
.con_txt_box {
    color: #fff;
    font-size: 1.4rem;
    /* font-weight: bold; */
    font-family: Microsoft JhengHei;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5% auto;
    letter-spacing: 2px;
    display: table;
}
.left_box {
    width: 31%;
    position: relative;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding: 2% 0%;
}
.right_box {
    width: 70%;
    position: relative;
    text-align: center;
    padding-left: 7%;
    /* padding-top: 1%; */
    border: none;
    display: table-cell;
    vertical-align: middle;
}
.txt6_box {
    width: auto;
    margin: 0 auto;
    text-align: left;
    line-height: 180%;
}
.tit_box{
    display: inline-block;
    width: auto;
}
.tit2_box{
    display: inline-block;
    width: auto;
}
.cons_txt{
    display: inline-block;
    width: 89%;

}
.logos_img{
    display: none;
}

@media screen and (max-width: 1366px){
    .con_txt_box {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 1200px){
.page6 {
    width: 80%;
}
.con_txt_box {
    /*font-size: .9rem;*/
}
}

.back-to-top {
    position: fixed;
    width: 35px;
    bottom: 15%;
    right: 5%;
    z-index: 10;
    cursor: pointer; 
}
.back-to-top img{
    width: 100%;
}

.logos_img{
    display: none;
}
@media screen and (max-width: 1024px){

.logos_img{
    display: block;
    position: absolute;
    top: 0;
    width: 70px;
    left: 10%;
    z-index: 10;
}
.logos_img img {
    width: 100%;
    height: 100%;
    position: relative;
}
.con_txt_box {
    font-size: 1.25rem;
    display: block;
    margin: 5% auto 5%;
}
.txt6_box {
    width: max-content;
    margin: 0 auto;
}
.left_box {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
     vertical-align: middle; 
     padding: auto; 
}
.right_box {
    width: 100%;
    padding-left: 0%;
    padding-top: 1%;
    border: none;
    display: block;
}
.tit_box{
    width: auto;
}
.tit2_box{
    width: auto;
}

.check_privacy {
    /*display: inline;*/
} 
.sent_btn {
    margin-bottom: 30%;
}
}
@media screen and (max-width: 768px){
.con_txt_box {
    font-size: .85rem;
}
.txt_box1 p {
    font-size: 1rem;
}
.agreetxt {
    font-size: 1rem;
}
.agree_file {
    font-size: 1rem;
}
.agree {
    width: 1rem;
    height: 1rem;
}
}
.frame1{
    display: block;
}
.phone_con{
    display: none;
}
@media screen and (max-width: 499px){
.phone_con{
    display: block;
}
.frame1{
    display: none;
}
.btns_box{
    width: 80%;
    margin:0 auto;
    position: relative;
    padding-bottom: 15vh;
}
.btns_style{
    width: 100%;
    position: relative;
    /*border-radius:20px;*/
    margin:5% auto;
    padding: 3% 5%;
}
.btns_icon{
    width: 10%;
    display: inline-block;
}
.btns_icon img{
    width: 100%;
    display: inline-block;    
    vertical-align: middle;
}
.btns_txt {
    font-family: Century Gothic,Microsoft JhengHei;
    /*font-weight: bold;*/
    color: #fff;
    width: 80%;
    display: inline-block;
    text-align: left;
    font-size: 1.8rem; 
    vertical-align: middle;
    padding-left: 5%;
    letter-spacing: 1px;
    line-height: 130%;
}
.btns_txt {
    font-size: 1rem;
}
.phone_btn{
    background-color: #9f1d1f;
}
.FB_btn{
    background-color: #005dab;
}
.LINE_btn{
    background-color: #00b300;
}
.add_btn{
    background-color: #ed6a00;
}
}
@media screen and (max-width: 414px){
.txt6_box {
    /*width: 100%;*/
}
.con_txt_box {
    font-size: .7rem;
}
.sent_btn {
    margin-bottom: 30%;
}
.txt_box1 p {
    /*font-size: .8rem;*/
}
.agree_file {
    font-size: 1rem;
}
.agreetxt {
    font-size: 1rem;
}
.agree {
    width: 1rem;
    height: 1rem;
}
.con_logo_box {
    width: 30%;
    margin: 0 auto;
}
.con_logo_box img{
    width: 100%;
}

.out_box {
    padding-bottom: 10%;
}
.btns_txt {
    font-size: 1.2rem;
}
}
@media screen and (max-width: 375px){

.btns_txt {
    font-size: 1rem; 
}
}
@media screen and (max-width: 320px){

.txt6_box {
    width: 100%;
}
.txt_box1 p {
     font-size: .8rem; 
}
}


.contant_tittle {
    display: none;
}