@font-face {
    font-family: "#";
    src: url('../fonts/#.woff') format("woff"),
        url('../fonts/#.TTF') format("truetype"),
        url('../fonts/#.eot') format("embedded-opentype");
}

body{ font-family: "Arial","微軟正黑體"; overflow-x: hidden; background:#525659;}
article{ width: 1440px; background:rgb(255,255,255); box-shadow: 0 0 30px rgba(0,0,0,0.3); margin: 0 auto; display: block; }

/* 表單 */
#form ul { width: 650px; margin: 0 auto 0 auto;  list-style: none; clear: both; }
#form ul li { margin: 17px 0; text-align: center; }
#form ul li input { width: 100%; height: 50px; border:0; border-radius: 8px; padding: 0 12px; font-size: 18px;    }
#form ul li.send input { background: #006F53; color: #FFF; font-size: 22px;font-weight: 600; }
#form ul li.send input:hover { background: #006F53; transition: 0.2s; }
#submit_INFO2 p{font-size: 22px;text-align: center;background: #f9d302;border:solid 3px #FFF;position: fixed;z-index: 100;top: 20%;color: #000;
    border-radius: 10px;width: 600px;padding: 80px 50px;left: 50%;margin-left: -300px;}
#INFO3{text-align: center;color: #B5122E;font-size: 1.5em;padding-top: 30px;}
#FORM_title { background:#232323;padding: 50px;}
#FORM_title .thx{ 
    background:#232323;position: fixed;width:600px;
	height:220px;	z-index:9999;
	left:50%;
	top:50%;
	margin-left:-300px;
    margin-top:-100px;
    font-size: 12px;
}
#FORM_title .thx a {color: #232323;text-decoration: none;background-color: transparent;-webkit-text-decoration-skip: objects;text-align: center;margin-left: 250px;font-size: 22px;background: #f9d302;padding: 10px 30px;}
#FORM_title div p { font-size:2.5em; color:#FFF !important; font-weight:600; text-align:center; padding:25px 0px; padding-top:34px;}
#FORM_content { background:#EFEFED}

footer{ font-size:15px;}


@media(max-width:1440px){
 
}

@media(max-width:1280px){
   
}
@media(max-width:960px){
  
}
@media(max-width:767px){
    #form ul { width: 100%; margin: 0 auto 0 auto;  list-style: none; clear: both;padding: 0; }
    #FORM_title div p { font-size:1.2em;}

    #FORM_title .thx{ 
        background:#232323;position: fixed;width:300px;
        height:180px;	z-index:9999;
        left:50%;
        top:50%;
        margin-left:-150px;
        margin-top:-90px;
        font-size: 12px;
    }


    #FORM_title .thx a {color: #232323;text-decoration: none;background-color: transparent;-webkit-text-decoration-skip: objects;text-align: center;margin-left: 100px;font-size: 22px;background: #f9d302;padding: 10px 30px;}
    
   
}

@media(max-width:600px){
   
}

