@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: #ebebeb;
    background-image: url(../images/hotcase_repeat_bg.jpg);
    background-repeat: repeat;
}
.weapper .banner{
    background-size:auto;
}
.cleanup{
    height: 50px;
}
    

.wrapper .banner{
    background-image:url(../uploads/service/service01.jpg);
  -webkit-transition: background-image 1s ease-in-out;
transition: background-image 1s ease-in-out;
}

 .wrapper .banner .main{
    height: 100%;
    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;
}
.wrapper .banner .main .txt{
    width: 100%;
    font-size: 48px;
    line-height: 180%;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 11px #000;
    position: relative;
    transition: all 0.8s ease-out;;
}
.wrapper .banner .main .txt:after {
    height: 3px;
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    content: " ";
    margin-left: -50px;
    background-color: #ffff;
    box-shadow:1px 1px 2px #000;

}
@media  screen and (max-width: 1366px){
.wrapper .banner{
    height: 600px;

}
}


.wrapper .picandtxt .main{
      transition: all 0.5s ease-out;
}
.wrapper .main a{
        transition: all 0.8s ease-out;
}

@media  screen and (max-width: 1024px){
.wrapper .banner {
    height: 745px;
    background-position: 50% 50%;
    position: relative;
}
}
@media  screen and (min-width: 1025px){
.wrapper .banner {
    height: 745px;
    background-position: 50% 0%;
     background-attachment: fixed; 
    position: relative;
}
}

.wrapper .banner {
    background-size: cover;
}
.wrapper .main .cent_box.left .img{

    text-align: center;
    height: auto;
}
}
@media  screen and (max-width: 768px){
.wrapper .main .cent_box.left .txt_box{
    min-width: 250px;
    min-height: 70px;
    padding: 10px;
}
}

@media  screen and (max-width: 480px){
.wrapper .main .cent_box.left .txt_box{
    min-width: 250px;
    min-height: 60px;
       padding: 5px;
}

}



.weapper .banner{
    background-size:auto;
}

/*picandtxt**/
.wrapper .picandtxt{
    width: 100%;
    padding: 30px 0px 45px;;
    position:relative;
}
.wrapper .picandtxt .main{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position:relative;
    text-align:center;
    color: #3f3f3f;
    transition: all 0.8s ease-out;
}


.wrapper .picandtxt .main h4.title{
    font-size: 32px;
    line-height: 180%;
    font-weight: bold;
    color: #a6945d;
    text-align: left;
    position: relative;
    padding-top: 10px;
}
.wrapper .picandtxt .main p.txt{
    font-size: 22px;   
    line-height: 180%;
    color: #565656;
    text-align: left;
    position: relative;
    padding-left: 30px;
}
.icon{   
    width: 7%;
    max-width: 35px;
    margin: -10px 0 0 10px;
    vertical-align: middle;
}
@media screen and (max-width: 1366px){
.wrapper .picandtxt{
    width: 90%;
    position:relative;
    margin: 0 auto;
}
}
@media screen and (max-width: 1024px){
.wrapper .picandtxt .main h4.title{
    font-size: 30px;
    line-height: 180%;
    padding-top: 10px;
}
.wrapper .picandtxt .main p.txt{
    font-size: 27px;   
    line-height: 180%;
}
.icon{   
    max-width: 59px;
    margin: -15px 0 0 10px;
}
}
@media screen and (max-width: 768px){
.wrapper .picandtxt .main h4.title{
    font-size: 30px;
    line-height: 180%;
    padding-top: 10px;
}
.wrapper .picandtxt .main p.txt{
    font-size: 27px;   
    line-height: 180%;
}
}
@media screen and (max-width: 450px){

.wrapper .picandtxt .main h4.title{
    font-size: 24px;
    line-height: 180%;
    padding-top: 10px;
}
.wrapper .picandtxt .main p.txt{
    padding-left: 18px;
}
}


@media screen and (max-width: 414px){
.wrapper .banner {
    height: 450px;

}
.icon{
    margin: -9px 0 0 10px;
}
}
@media screen and (max-width: 414px){
.wrapper .banner {
    height: 510px;

}
.wrapper .banner .main .txt {
    font-size: 40px;
}
}
@media screen and (max-width: 375px){
.wrapper .banner {
    height: 450px;

}
.icon {
    width: 7%;
    margin: -7px 0 0 10px;
}
.wrapper .banner .main .txt {
    font-size: 35px;
}
}
@media screen and (max-width: 320px){
.wrapper .banner {
    height: 450px;

}
.wrapper .banner .main .txt {
    font-size: 35px;
}
.wrapper .picandtxt .main p.txt{
    font-size: 20px;
}
}


.only_pic1{
    width: 100%;
    background-image: url(../uploads/service/service02.jpg);
    background-position:center;
    position: relative;
    background-size: cover;
    text-align: center;
}
.white{
    width: 100%;
    background-color: #ffffffb8;
    position: relative;
    text-align: center;    padding: 8% 0 0;
    padding: 5%;
}
.wapper .only_pic1 .white .logimg{
        margin: auto;
width: 45%;
text-align: right;
display: inline-block;
}
.wapper .only_pic1 .white .txt{

}
.logoimg {
width: 47%;
text-align: right;
display: inline-block;
    padding: 0 5%;
vertical-align: middle  ;
}

.txtx{
margin: auto;
border-left:#cdc1bb 3px solid; 
color: #494949;
font-size: 26px;
font-family:  Microsoft JhengHei;
font-weight:bold;
width: 47%;
text-align:left;
display: inline-block;
line-height: 180%;
vertical-align: middle  ;
padding: 0 1% 0;

}
.frame1{
    background-color: #f0f0f0;
    width: 100%;
    text-align: center;
}
.txt_box1{
    padding: 2%;
    font-size: 20px;
    font-family:  Microsoft JhengHei;
    color: #646464;
}
.frame_box{
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0px 20% 0;
}
.name{
    width: 39.5%;
    padding:1%;
    border: 2px #e8e8e8 solid; 
    margin-right: 1%; 
}
.phone{
    width: 39.5%;
    padding:1%;
    border: 2px #e8e8e8 solid;  
}
.email{
    width: 80.3%;
    padding:1%;
    border: 2px #e8e8e8 solid;  
}
.content{
    width: 80.3%;
    padding:1%;
    border: 2px #e8e8e8 solid;  
resize:none;
}
.input_txt{
    margin-bottom: 1%;
    font-family:  Microsoft JhengHei;
    font-size: 18px;
    color: #949494;
    letter-spacing: 2px;
}
.frame_box{
}
.checklabel{
    text-align: left;
}
.agree{
    color:#fff;
    width: 20px;
    height: 20px;
}
.check_privacy {
    text-align: left;
    width: 80%;
    position: relative;
    left: 10%;
}   
.but{
    padding: 10px 40px;
    display: inline-block;
    border: 2px solid #3f3f3f;
    color: #3f3f3f;
    font-size: 15px;
    line-height: 100%;
    color: #3f3f3f;
    transition: all 0.3s ease-out;
    background-color: transparent;
    margin:0 1%; 
    font-weight: bold;
}
.but:hover{

    color: #fff;
    background-color: #3f3f3f;
}
.up{
    padding: 2%;
}
.dow{
        padding: 3% 0 0;
    }
.agreetxt{
    display: inline-block;
    margin: 0 2px;
    top: -4px;
    position: relative;
    color:#323232;
    font-size: 20px;
        font-family:  Microsoft JhengHei;
}
.agree_file{
    display: inline-block;
    margin: 0 20px;
    top: -4px;
    position: relative;
    color:#323232;
    font-size: 20px;
    border-bottom:1px #323232 solid; 
        font-family:  Microsoft JhengHei;
        cursor: pointer; 
}

.phone_br{
    display: none;
}
.txt_box1 p {
    display: inline-block;
    font-size: 20px;
}


@media screen and (min-width: 1024px){
.logoimg_phone{
    display: none;
}
.logoimg{
    display: inline-block;
}
}
@media screen and (max-width: 1024px){
    .logoimg_phone{
    display: block;
    }
    .logoimg_phone>img{
    width: 60%;
    }
    .white {
        padding: 13% 5%;
    }
    .logoimg{
        display: none;
    }
    .phone_br{

        display: contents;
        line-height: 150%;
    }
    .frame_box {
        padding: 0px 5% 0;
    }
    .check_privacy {
        left: 0%;
    }
    .up {
        padding: 6.5% 0 0;
    }
    .dow{
        padding: 10% 0 0;
    }
    .agree {
        color: #fff;
        width: 51px;
        height: 51px;
    }
    .but {
        padding: 3% 10%;
        width: 45%;
        border:1px solid #3f3f3f;
        font-weight: inherit;
    }
    .input_txt{
        width: 100%;
        margin: 2% 0;
    }
    .txtx {
        width: 100%;
        padding: 5% 1% 0;
        border-left: #cdc1bb 0px solid;
        text-align: left;
    }
    .txt_box1{
       padding: 8% 0 2%;
    }
    .input_txt{
            padding: 3%;
        }

/*    字體      */
    .agreetxt{
        font-size: 51px;
    }
    .agree_file{
        font-size: 50px;
    }
    .input_txt{
        font-size: 40px;
    }
    .but {
        font-size: 48.5px;
    }
    .txt_box1 p{
        font-size: 47px;
    }
    .txt_box1{
        font-size: 47px;
    }
    .txtx{
        font-size: 52px;
    }
    .wrapper .picandtxt .main h4.title {
    font-size: 30px;
    }
    .wrapper .picandtxt .main p.txt {
    font-size: 27px;
    }
    .wrapper .banner .main .txt {
    font-size: 85px;
    }
    .wrapper .banner .main .txt:after {
        height: 5px;
        width: 205px;
        left: 45%;
       
    }
}
@media screen and (max-width: 768px){
/*    字體      */
    .agree {
        width: 37px;
        height: 37px;
    }
    .agreetxt{
        font-size: 38.5px;
    }
    .agree_file{
        font-size: 36px;
    }
    .input_txt{
        font-size: 30px;
    }
    .but {
        font-size: 36px;
    }
    .txt_box1 p{
        font-size: 36px;
    }
    .txt_box1{
        font-size: 36px;
    }
    .txtx{
        font-size: 39px;
    }
    .wrapper .picandtxt .main h4.title {
    font-size: 30px;
    }
    .wrapper .picandtxt .main p.txt {
    font-size: 27px;
    }
    .wrapper .banner .main .txt {
    font-size: 64px;
    }
    .wrapper .banner .main .txt:after {
        height: 4px;
        width: 155px;
        left: 46.5%;
       
    }
}
@media screen and (max-width: 460px){
    
/*    字體      */
    .agree {
        width: 22px;
        height: 22px;
    }
    .agreetxt{
        font-size: 20px;
    }
    .agree_file{
        font-size: 18px;
    }
    .input_txt{
        font-size: 17px;
    }
    .but {
        font-size: 21px;
    }
    .txt_box1 p{
        font-size: 19px;
    }
    .txt_box1{
        font-size: 19px;
    }
    .txtx{
        font-size: 21px;
    }
    .wrapper .picandtxt .main h4.title {
    font-size: 24px;
    }
    .wrapper .picandtxt .main p.txt {
    font-size: 18px;
    }
    .wrapper .banner .main .txt {
    font-size: 34px;
    }
    .wrapper .banner .main .txt:after {
        height: 3px;
        width: 81px;
        left: 52.5%;
    }
}
@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: 18px;
    }
    .txt_box1{
        font-size: 18px;
    }
    .txtx{
        font-size: 19px;
    }
/*    .wrapper .picandtxt .main h4.title {
    font-size: 20px;
    }*/
    .wrapper .picandtxt .main p.txt {
    font-size: 20px;
    }
    .wrapper .banner .main .txt {
    font-size: 31px;
    }
    .wrapper .banner .main .txt:after {
        height: 3px;
        width: 81px;
        left: 52.5%;
    }
}
@media screen and (max-width: 320px){
    
/*    字體      */
    .agree {
        width: 14px;
        height: 14px;
    }
    .agreetxt{
        font-size: 14px;
    }
    .agree_file{
        font-size: 12px;
    }
    .input_txt{
        font-size: 15px;
    }
    .but {
        font-size: 14px;
    }
    .txt_box1 p{
        font-size: 18px;
    }
    .txt_box1{
        font-size: 18px;
    }
    .txtx{
        font-size: 17px;
    }
/*    .wrapper .picandtxt .main h4.title {
    font-size: 20px;
    }*/
    .wrapper .picandtxt .main p.txt {
    font-size: 18px;
    }
    .wrapper .banner .main .txt {
    font-size: 31px;
    }
    .wrapper .banner .main .txt:after {
        height: 3px;
        width: 81px;
        left: 52.5%;
    }
}


/*隱私權*/
        .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: 22px;
            line-height: 130%;
            margin-bottom: 25px;
                text-align: center;
        }
        .infoBox p{
            font-size: 18px;
            line-height: 130%;
        }
        @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:15%;
            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;
        }
        }
        @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;
        }
        }

