﻿/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html {	
	font-family:Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
}

body{
	background-image:url(img/160704_eventhome_bg.png);
	
}



#BANNER{
	width:1000px;
	height:675px;
	margin:0 auto;
	background-image:url(img/160704_eventhome_banner.jpg);
	border:10px solid #FFF;
}

#BANNER h1{
	font-size:2.5em;
	width:180px;
	margin:0 auto;
	color:#FFF;
	text-align:center;
	padding-top:70px;
	line-height:1.3;
	padding-bottom:20px;
	border-bottom:1px solid #FFF;
	letter-spacing:2px;
}

#BANNER h2{
	font-size:15px;
	text-align:left;
	color:#000;
	padding-top:20px;
	letter-spacing:2px;
	line-height:26px;
	font-family:"微軟正黑體";
	font-weight:bold;
	margin-top:270px;
	margin-left:280px;
}
#BANNER .BOX{
	width:80%;
	margin-top:110px;
	margin-left:auto;
	margin-right:auto;
	padding-left:150px;
	
}
#BANNER .BOX h3{
	font-size:12px;
	text-align:left;
	color:#000;
	padding-top:20px;
	letter-spacing:2px;
}
#BANNER .BOX p{
	font-size:12px;
	text-align:left;
	color:#000;
	padding-top:5px;
}


#footer{width:1020px;}
.btn {
	background-color:#E84C3D;
	padding:10px;
	border-radius:5px;
	color:#FFF;
	text-decoration:none;
	font-family:"微軟正黑體";
}
.btn-lg{margin-left:120px;}
@media screen and (max-width: 1280px) {
	.wrapper{
		display:none;
	}
	#footer{width:100%;display:block;}
}
@media screen and (max-width: 737px)(max-width: 1200px){
	#footer{width:100%;display:block;}
}
/* --手機------------------------------------- */

@media screen and (max-width: 736px) {
	
*{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

html,body{
	-webkit-text-size-adjust:none;
}
	

#BANNER{
	width:100%;
	min-width:320px;
	height:100%;
	margin:0 auto;
	background-image:url(img/160704_eventhome_banner.jpg);
	background-position:center center;
	border:10px solid #FFF;
}

#BANNER h1{
	font-size:2.5em;
	width:180px;
	margin:0 auto;
	color:#FFF;
	text-align:center;
	padding-top:50px;
	line-height:1.3;
	padding-bottom:20px;
	border-bottom:1px solid #FFF;
	letter-spacing:2px;
}


#BANNER h2{
	font-size:15px;
	text-align:left;
	color:#000;
	padding-top:20px;
	letter-spacing:2px;
	line-height:26px;
	font-family:"微軟正黑體";
	font-weight:bold;
	margin-top:270px;
	margin-left:10px;
	

	
}
#BANNER .BOX{
	width:100%;
	margin-top:130px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-bottom:10px;
	background-color:#2ECD71;
	
}
.btn-lg{margin-left:0px;}

#footer{width:100%;display:block;}
#info2{ display:none;}
}