@charset "utf-8";
/* CSS Document */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, 
 legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, 
  time, tr, th, td, u, ul, var, video { 
	margin: 0; 
	padding: 0; 
}


html, body{
    margin: 0;
	padding: 0;
}

body{
	background-image: url(../images/bk.jpg);
	background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;

     
}


/*------hamburger-按鈕------------*/
.hamburgar-bigbox{
	width: 100%;
	display: block;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 50;
}
.hamburgar-bigbox-inner{
	width: 100%;
	display: block;
	float: left;
}

.hamburgar-box-outside{
	width: 60px;
	height: 60px;
	display: block;
	float: right;
	background: #000;
	cursor: pointer;
	
}
.hamburgar-inner{
	width: 30px;
	display: block;
	margin: 15px auto;
}
.line1, .line2, .line3{
	width: 100%;
	height: 3px;
	display: block;
	background: #fff;
	margin-bottom: 8px;
}
/*------/hamburger-按鈕------------*/

/*------手機版結構設定------------*/

.main-container-outside{
    width: 100%;
    display: block;
	float: left;
}
.main-container-outside-absol{
    width: 100%;
    display: block;
	left: 0;
	top: 0;
	z-index: 60;
	position: absolute;
}
.center-container-box{
    width: 850px;
    display: block;
	margin: 0 auto;
}

.inner-center-container-block{
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 20;
}
.main-content{
    width: 100%;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 24;
}


.section-frist{
   width: 100%;
   display: block;
   float: left;
}
.section-frist img{
   width: 100%;
   max-width: 850px;
   height: auto;
   display: block;
}
.section-container{
   width: 100%;
   display: block;
   float: left;
}
.section-box{
   width: 100%;
   display: block;
   float: left;	
}
.section-box img{
   width: 100%;
   max-width: 850px;
   height: auto;
   display: block;
}


/*------/手機版結構設定------------*/




/*------logo與社群圖設定------------*/
.company-banner-logo{
    width: 78.98550724637681%;
	position: absolute;
    left: 4%;
    top: 10px;
    z-index: 30;
}
.company-banner-logo img{
    max-width: 327px;
    width: 100%;
    height: auto;
}
.fb-like{
	position: absolute;
	left: 42%;
	top: 35px;
	z-index: 35;
}
/*------logo與社群圖設定-------*/



/*------留單設定------*/
.form-center-box{
   width: 80%;
   display: block;
   margin: 0 auto;
}
.inter-color-bk{
	background: #48b4cd;
	color:#fff;
}
.inter-height-space{
	margin-bottom: 15px;
}
.section-box ul{
   width: 100%;
   display: block;
   float: left;
   list-style-type: none;
}
.section-box ul li{
   width: 100%;
   display: block;
   float: left;
   list-style-type: none;
   line-height: 60px;
   height: 60px;
   font-family: 'Noto Sans TC', sans-serif;
   font-size: 30px;	
}
.word-form{
	width: 100%;
	font-size: 30px;
	line-height: 60px;
	height: 60px;
	border: 1px solid #fff;
	background: none;
}
.ma1{
	width: 6%;
	display: block;
	float: left;	
}
.ma2{
	width: 94%;
	display: block;
	float: left;
	color: #fff;
}
.ma2 a:link{
	text-decoration: none;
	color: #fff;
}
.ma2 a:visited{
	text-decoration: none;
	color: #fff;
}
.ma2 a:hover{
	text-decoration: none;
	color: #fff;
}
.inter-send-button{
	margin-top: 20px;
	margin-bottom: 80px;
}
.inter-send-button a{
	width: 100%;
	display: block;
	float: left;
	
	line-height: 70px;
	height: 70px;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.inter-send-button a:link{
	text-decoration: none;
	background: #000;
}
.inter-send-button a:visited{
	text-decoration: none;
	background: #000;
}
.inter-send-button a:hover{
	text-decoration: none;
	background: #7f0000;
}
/*------/留單設定-------*/


@media only screen and (max-width : 1920px){
}
@media only screen and (max-width : 1680px){
}
@media only screen and (max-width : 1440px){

}
@media only screen and (max-width : 1366px){
	
}
@media only screen and (max-width : 1280px){
 
}
@media only screen and (max-width : 1024px){

}
@media only screen and (max-width : 900px){
.center-container-box{
    width: 100%;
    display: block;
	margin: 0 auto;
}
.fb-like{
	left: 45%;
	top: 33px;
	z-index: 35;
}
.company-banner-logo{
    width: 80%;
    left: 4%;
    top: 10px;
}
}
@media only screen and (max-width : 736px){
}
@media only screen and (max-width : 600px){
.section-box ul li{
   line-height: 50px;
   height: 50px;
   font-size: 24px;	
}
.word-form{
	font-size: 24px;
	line-height: 50px;
	height: 50px;
}
.fb-like{
	left: 53%;
	top: 30px;
	z-index: 35;
}
.company-banner-logo{
    width: 50%;
    left: 4%;
    top: 10px;
}
}
@media only screen and (max-width : 480px){
.fb-like{
	left: 53%;
	top: 20px;
	z-index: 35;
}
.section-box ul li{
   line-height: 45px;
   height: 45px;
   font-size: 21px;	
}
.word-form{
   line-height: 45px;
   height: 45px;
   font-size: 21px;
}
.inter-send-button a{	
	line-height: 60px;
	height: 60px;
	font-size: 25px;
}
}
@media only screen and (max-width : 414px){
.fb-like{
	left: 53%;
	top: 20px;
	z-index: 35;
}
.ma1{
	width: 10%;
	display: block;
	float: left;	
}
.ma2{
	width: 90%;
	display: block;
	float: left;
	color: #fff;
}
.inter-send-button a{	
	line-height: 60px;
	height: 60px;
	font-size: 22px;
}
}
@media only screen and (max-width : 375px){
.section-box ul li{
   line-height: 45px;
   height: 45px;
   font-size: 19px;	
}
.section-box ul li{
   line-height: 45px;
   height: 40px;
   font-size: 19px;	
}
.word-form{
   line-height: 45px;
   height: 40px;
   font-size: 19px;
}
.fb-like{
	left: 51%;
	top: 15px;
	z-index: 35;
}	
}
@media only screen and (max-width : 360px){
.section-box ul li{
   line-height: 40px;
   height: 40px;
   font-size: 17px;
	
}
.inter-send-button a{	
	line-height: 60px;
	height: 60px;
	font-size: 20px;
}
}
@media only screen and (max-width : 320px){
}




























