/* ---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--- */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	/*font-family: Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;*/
	font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHsans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, "source-han-sans-traditional", "微軟正黑體", "Microsoft JhengHsans",
		sans-serif;
}

body {
	font-size: 17px;
}

a {
	text-decoration: underline;
}

/* ----------電腦版型--------------------------- */

/*GOTOP*/
#GOTOP {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	background-image: url(../images/gotop.png);
	cursor: pointer;
	z-index: 9999;
	position: fixed;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#GOTOP:hover {
	opacity: 1;
	filter: alpha(opacity=1);
}


/*------------- TOP -------------*/
#TOP {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url(../images/top_bg.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

#TOP .WRAPPER {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	height: 649px;
	max-width: 1200px;
}

.pic1 {
	position: relative;
	width: 100%;
	height: auto;
}

.pic1 img {
	position: absolute;
	width: 58%;
	height: auto;
	top: 70px;
	right: 0;
}

.pulse {
	animation: pulse 2s infinite;
	animation-delay: 3s;
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}



/*------------- FORM_BLOCK -------------*/

#FORM_BLOCK {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

#FORM_BLOCK .WRAPPER {
	margin: 0 auto;
	position: relative;
	width: 90%;
	max-width: 820px;
	padding-top: 50px;
}

h3 {
	margin: 0 auto;
	color: #fff;
	width: 80%;
	text-align: center;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 300;
	margin-bottom: 15px;
	background-color: #000;
	padding: 5px 25px;
	border-radius: 28px;
	/*animation: pulse 2s infinite;*/
}

h3 span {
	color: #fff100;
	font-weight: 700;
}

.GIFT {
	display: block;
	float: left;
	width: 40%;
	margin: 0 auto;
}


/*------------表單內容------------*/

#FORM {
	float: left;
	width: 60%;
	margin: 0 auto;
	z-index: 99999;
	margin-bottom: 50px;
	padding-left: 30px;
}

#FORM #NAME {
	width: 49%;
	height: auto;
	float: left;
	margin-right: 2%;
}

#FORM #PHONE {
	width: 49%;
	height: auto;
	float: left;
}

#FORM #EMAIL {
	width: 100%;
	height: auto;
	float: left;
}

#FORM #Dept {
	margin: 0px 0px 20px 0px;
	width: 100%;
	height: 40px;

}

#FORM #CITY {
	float: left;
	width: 49%;
	height: auto;
	margin-right: 2%;
}

#ddl_city_no {
	width: 100%;
	font-size: 16px;
	text-align: center;
}

#FORM #SCHOOL {
	float: left;
	width: 49%;
}

#ddl_area_no {
	width: 100%;
	font-size: 16px;
	text-align: center;
}

#READ {
	clear: both;
	font-size: 15px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

#READ .searchtext2 {
	min-width: 20px;
	min-height: 20px;
	border: solid 1px gray;
	vertical-align: text-bottom;
}

#READ span {
	color: #333;
	line-height: 20px;
	text-indent: 5px;
	line-height: 1.3;
}


#FORM #BUT {
	float: left;
	width: 100%;
	height: auto;
}

.A {
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
	color: #666;
	background-color: #fff;
	border: 1px #737373 solid;
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-top: 8px;
	font-size: 18px;
	text-align: left;
	padding-left: 10px;
	overflow: hidden;
}

.B {
	clear: both;
	width: 100%;
	height: 50px;
	display: block;
	margin: 0 auto;
	*zoom: 1;
	font-size: 28px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	cursor: pointer;
	border-radius: 5px;
}

.B:hover {
	color: #fff000;
}

.C {
	width: 100%;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	border-bottom: none;
	border-radius: 0;
	background-color: #ec6941;
}



/*------------- CONTENT_ALL -------------*/

#CONTENT1,
#CONTENT2 {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #ec6941;
}

#CONTENT2 {
	background-color: #7bc9c4;
}


#CONTENT1 .container,
#CONTENT2 .container {
	padding-top: 50px;
	padding-bottom: 60px;
}





/*------------- CONTENT1 -------------*/

h1 {
	color: #FFF;
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

#CONTENT1 .box2 {
	width: 100%;
	height: 200px;
	padding: 5%;
	border: 3px #fff solid;
	border-radius: 25px;
	margin-bottom: 20px;

}

#CONTENT1 .box2_2 {
	border-color: #fff;
}

#CONTENT1 .box2 img {
	float: left;
	margin-right: 10px;
	vertical-align: text-bottom;
}

#CONTENT1 .box2 p {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	margin-top: 7%;
}

#CONTENT1 .box2_2 p {
	color: #fff;
}

#CONTENT1 .box2 p span {
	font-size: 50px;
	letter-spacing: 0;
	line-height: 1;
	font-family: Century Gothic, sans-serif;
	font-weight: bolder;
}

#CONTENT1 .box2 p span span {
	font-size: 30px;
}


p.ps {
	text-align: center;
	font-size: 15px;
	color: #fff;
}

p.ps2 {
	position: absolute;
	bottom: 2%;
	right: 2%;
	text-align: right;
	line-height: 2;
}






/*------------- CONTENT2 -------------*/
#CONTENT2 .container .row {
	background-color: #fff;
	margin-bottom: 25px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	border-top-left-radius: 50px;
}

h2 {
	color: #FFF;
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

.item {
	height: 100%;
	background-color: #ec6941;
	border-right: 3px #fff dashed;
	border-top-left-radius: 50px;
	padding: 2% 2% 6.5% 2%;
	position: relative;
}

h5 {
	color: #fff;
	font-size: 25px;
	line-height: 1.5;
	font-weight: 700;
}

h5 span {
	letter-spacing: -1px;
	font-family: Century Gothic, sans-serif;
}

h6 {
	max-width: 200px;
	width: 70%;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	text-indent: 15px;
	font-weight: 300;
	letter-spacing: 2px;
	background-color: #000;
	margin-bottom: 5px;
	clear: both;
}

.item ul {
	margin-bottom: 25px;
}

.item ul li {
	width: 100%;
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.5;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.item ul li span {
	color: #fffc00;
	font-weight: 700;
}

.item-detail {
	position: relative;
	padding: 2%;
}

.item-img img {
	margin-bottom: 50px;
}

.item-detail ul {
	margin-left: 20px;
}

.item-detail ul li {
	list-style-type: square;
	line-height: 1.5;
	float: left;
	margin-right: 10%;
	/*width: 50%;*/
}

.item-detail ul li:nth-last-child(1) {
	margin-bottom: 15px;
}


.CTA {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	cursor: pointer;
}


/* --電腦版型2-------------------------------------*/
@media screen and (max-width:1199px) {
	.item {
		padding: 5%;
	}
}


/* --平板版型1-------------------------------------*/
@media screen and (max-width:1024px) {

	#FORM_BLOCK {
		padding-bottom: 50px;
	}

	.GIFT {
		float: none;
		width: 100%;
	}

	#FORM {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.item {
		border-bottom: 3px #fff dashed;
		border-right: none;
	}
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:768px) {
	#TOP {
		background-image: url(../images/top_bg_m.jpg);
	}

	#TOP .WRAPPER {
		height: 900px;
		padding: 15px 20px;
	}

	.pic1 img {
		width: 80%;
		top: 390px;
		right: 80px;
	}

	h2 {
		font-size: 32px;
	}
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {

	#GOTOP {
		display: none;
	}

	.item ul li {
		font-size: 22px;
	}

	.pic1 img {
		width: 100%;
		top: 390px;
		right: 0px;
	}
}

/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {

	#TOP,
	#FORM_BLOCK,
	#CONTENT1,
	#CONTENT2 {
		min-width: 320px;
	}

	#FORM .GIFT,
	#FORM #NAME,
	#FORM #PHONE,
	#FORM #EMAIL {
		width: 100%;
		margin-right: 0;
	}

	#TOP .WRAPPER {
		height: 500px;
	}

	.pic1 img {
		top: 180px;
	}

	h3 {
		font-size: 20px;
	}

	h1,
	h2 {
		font-size: 25px;
	}

	#CONTENT1 .box2 {
		height: 180px;
	}

	#CONTENT1 .box2 p {
		font-size: 17px;
	}

	#CONTENT1 .box2 p span {
		font-size: 35px;
	}
}

/* --手機版型3-------------------------------------*/
@media screen and (max-width:320px) {
	#TOP .WRAPPER {
		height: 380px;
	}

	.pic1 img {
		top: 150px;
	}
}