@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url(http://weloveiconfonts.com/api/?family=zocial);

/* zocial */
[class*="zocial-"]:before {
	font-family: 'zocial', sans-serif;
}

/* entypo */
[class*="entypo-"]:before {
	font-family: 'entypo', sans-serif;
}

/* ---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: 100%;
	font-family: "微軟正黑體", "蘋果儷中黑", Arial, "Microsoft JhengHei", sans-serif;
	font-size: 17px;
	overflow-x: hidden;
}

body {
	font-size: 17px;
	background-image: url(../images/gray_bg.png);
}


/* ----------電腦版型--------------------------- */

#header {
	width: 100%;
	height: auto;
	display: block;
	z-index: 9999;
}

#fb {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 0;
	clear: both;
	display: block;
}


/*-------------footer-------------------------*/
#footer {
	display: none;
	width: 100%;
	min-width: 320px;
	height: 60px;
	background-color: #df2012;
	bottom: 0;
}

#footer ul {
	display: block;
	width: 220px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer li {
	display: block;
	float: left;
	padding-right: 5%;
}

#footer a {
	text-indent: -9999px;
}

#footer li#GJUN a {
	display: block;
	background-image: url(../images/GJUN.png);
	background-repeat: no-repeat;
	line-height: 40px;
	width: 150px;
	height: 40px;

}

#footer li#FB a {
	display: block;
	background-image: url(../images/FB.png);
	width: 40px;
	height: 40px;
	background-position: bottom;
	padding-right: -5%;
}

#footer li#FB a:hover {
	background-position: top;
}

/*------------- CONTENT1 -------------*/
#CONTENT1 {
	width: 100%;
	height: 577px;
	position: relative;
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

#CONTENT1 .WRAPPER {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	max-width: 1024px;
}

#PIC_block {
	display: block;
	width: 100%;
	height: auto;
}

#PIC {
	background-image: url(../images/pic.png);
	width: 100%;
	height: auto;
	padding-bottom: 56.34765625%;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: center center;
}



/*------------- CONTENT2 -------------*/
#CONTENT2 {
	width: 100%;
	height: 350px;
	padding-top: 15px;
	background-color: #fff;
}

#CONTENT2 .WRAPPER {
	margin: 0 auto;
	width: 850px;
	max-width: 850px;
}

h1 {
	color: #1a1a1a;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
}

h2 {
	color: #1d6561;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 35px;
}

#CHCKBOX {
	width: 100%;
	margin: 0 auto;
}

#CHCKBOX ul {}

#CHCKBOX ul li {
	float: left;
	width: 25%;
	height: 30px;
	font-size: 18px;
	color: #303030;
	text-align: left;
}

#CHCKBOX .checkbox {
	min-width: 20px;
	min-height: 20px;
	border: solid px gray;
	background-color: #FFF;
}

#GIFT {
	display: block;
	float: left;
	width: 30%;
	margin: 0 auto;
}

#GIFT img {
	display: block;
	margin: 0 auto;
	width: 240px;
	height: 160px;
}


/*------------- FORM_BLOCK -------------*/

#FORM_BLOCK {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../images/bg02.png);
}

#FORM_BLOCK .WRAPPER {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 850px;
	padding-top: 40px;
}

#FORM_BLOCK .WRAPPER > h3 {
	display: block;
	margin: 0 auto;
	width: 80%;
	max-width: 400px;
	height: auto;
	color: #FFF;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #232efb;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-o-border-radius: 45px;
	padding: 8px;
}

#arrow {
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 15px 0 15px;
	border-color: #232efb transparent transparent transparent;
}

p.h3 {
	color: #ff213b;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
}


@keyframes discolor {

	0%,
	50% {
		color: #d63214;
	}

	51%,
	100% {
		color: #d63214;
	}
}

.GIFT {
	display: block;
	float: left;
	width: 50%;
	margin: 0 auto;
	margin-top: 20px;
}

.GIFT img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 322px;
	height: auto;
	margin-bottom: 10px;
}

#FORM {
	float: left;
	width: 50%;
	margin: 0 auto;
	z-index: 99999;
	margin-bottom: 60px;
}

#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;
	margin-bottom: 10px;
}

#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: #1e65a0;
	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: #1e65a0;
	background-color: rgba(255, 255, 255, 0.2);
	background-color: #fff;
	border: none;
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-top: 8px;
	font-size: 18px;
	border: 1px solid #1e65a0;
	text-align: left;
	padding-left: 10px;
	overflow: hidden;
}

/*select option {
	background-color: #3888d8;
}*/

.B {
	clear: both;
	width: 100%;
	height: 50px;
	display: block;
	margin: 0 auto;
	*zoom: 1;
	font-size: 26px;
	line-height: 45px;
	text-align: center;
	color: #313131;
	text-decoration: none;
	background-color: #ffca01;
	border-bottom: 7px solid #f5bf05;
	cursor: pointer;
	border-radius: 3px;
}

.B:hover {
	color: #1e65a0;
}

.C:hover {
	color: #ffd242;
}

.i-hand{
	display: inline-block;
    width: 35px;
    position: absolute;
    top: 20px;
	-webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -ms-transform:scale(0.8);
  -o-transform:scale(0.8);
  transform:scale(0.8);
}

.zoom {
  animation: scale 0.8s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
  }
}







/*------------- CONTENT3 -------------*/
#CONTENT3 {
	width: 100%;
	height: 725px;
	margin-top: 30px;
	background-image: url(../images/gray_bg.png);
}

#flip_all {
	display: block;
	margin: 0 auto;
	width: 950px;
	padding: 30px 0 0 30px;
}

h3 {
	height: 55px;
	padding-top: 23px;
	color: #1a1a1a;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	background-color: #ececec;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

h4 {
	display: block;
	height: 50px;
	padding-top: 30px;
	color: #1a1a1a;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

h5 {
	height: 35px;
	color: #bd1b20;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

p.sub {
	height: 30px;
	color: #1a1a1a;
	text-align: center;
	font-size: 17px;
	background-color: #ececec;
	margin-bottom: 10px;
}

p.sub1 {
	height: 30px;
	color: #1a1a1a;
	text-align: center;
	font-size: 17px;
	margin-bottom: 10px;
}

.front_block img {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 50px;
	margin-bottom: 10px;
}

ul.list {
	margin: 0 auto;
	width: 95%;
	margin-left: 15px;
}

ul.list li {
	color: #1a1a1a;
	font-size: 15px;
	line-height: 1.7;
	text-align: left;
}

ul.item {
	margin: 0 auto;
	width: 95%;
	margin-left: 15px;
	margin-bottom: 15px;
}

ul.item li {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	text-align: left;
}

.CTA {
	display: block;
	width: 80%;
	margin: 0 auto;
	height: 35px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-color: #bd1b20;
	line-height: 35px;
	border-radius: 5px;
}

/*------------- TURN -------------*/
.flip {
	width: 22.5%;
	height: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.flip .card.flipped {
	transform: rotatey(-180deg);
	-webkit-transform: rotatey(-180deg);
}

.flip .card {
	width: 210px;
	height: 300px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	transform-style: preserve-3d;
	transition: 0.5s;
}

.flip .card .face {
	width: 210px;
	height: 300px;
	position: absolute;
	z-index: 2;
	text-align: center;
}

.flip .card .front {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #666;
}

.flip .card .back {
	transform: rotatey(-180deg);
	-webkit-transform: rotatey(-180deg);
	cursor: pointer;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #666;
}

.face back card01 {
	background-color: #17c7b3;
}

.front_block {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	float: none;
	clear: both;
}

.frontCardBox {
	width: 100%;
	height: 298px;
	background-color: #fff;
	border-radius: 10px;
	padding-top: 25%;
}

.front_block .frontCardBox img {
	height: 90px;
}

/* --平板版型1-------------------------------------*/
@media screen and (max-width:1023px) {

	#header {
		display: none;
	}

	#fb {
		display: none;
	}

	/*-------------footer-------------------------*/
	#footer {
		display: block;
	}

	/*------------- CONTENT1 -------------*/

	#CONTENT1 {
		height: auto;
	}

	#CONTENT1 .WRAPPER {
		width: 100%;
		max-width: 100%;
	}






	/*------------- CONTENT3 -------------*/

	#CONTENT3 {
		width: 100%;
		height: 1400px;
	}

	h3 {
		font-size: 23px;
		padding-top: 18px;
	}

	h4 {
		font-size: 23px;
	}

	ul.list {
		width: 90%;
		margin-left: 30px;
	}

	ul.list li {
		color: #303030;
		font-size: 17px;
	}

	ul.item {
		width: 90%;
		margin-left: 30px;
	}

	ul.item li {
		color: #303030;
		font-size: 17px;
	}

	#flip_all {
		width: 600px;
		padding: 30px 0 0 15px;
	}

	/*------------- TURN -------------*/
	.flip {
		width: 46%;
		margin-bottom: 40px;
	}

	.flip .card {
		width: 280px;
		height: 320px;
	}

	.flip .card .face {
		width: 280px;
		height: 320px;
	}

}
@media screen and (max-width:1023px) {
#FORM_BLOCK {
		padding-bottom: 50px;
	}

	.GIFT {
		float: none;
		width: 90%;
	}

	#FORM {
		float: none;
		width: 80%;
	}
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {

	/*------------- CONTENT2 -------------*/

	#CONTENT2 {
		height: 400px;
	}

	#CHCKBOX {
		width: 100%;
	}

	#CHCKBOX ul li {
		width: 33%;
		text-align: left;
	}


	#GIFT {
		width: 35%;
		margin-top: 20px;
	}

	#GIFT img {
		width: 180px;
		height: 120px;
	}

	#FORM {
		width: 65%;
	}


	/*------------- CONTENT3 -------------*/
	#CONTENT3 {
		height: 1300px;
	}

}

/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {

	/*------------- CONTENT2 -------------*/
	#CONTENT2 {
		height: 600px;
	}

	#CHCKBOX {
		width: 90%;
	}

	#CHCKBOX ul li {
		width: 50%;
		text-align: left;
	}


	#GIFT {
		float: none;
		width: 90%;
		margin-top: 20px;
	}

	#GIFT img {
		width: 240px;
		height: 160px;
	}

	#FORM {
		float: none;
		width: 90%;
	}

	h2 {
		font-size: 21px;
		margin-bottom: 20px;
		line-height: 1.3;
	}

	/*------------- CONTENT3 -------------*/

	#CONTENT3 {
		width: 100%;
		height: 2800px;
	}

	#flip_all {
		width: 450px;
		padding: 20px 0 0 25px;
	}

	/*------------- TURN -------------*/
	.flip {
		width: 100%;
	}

	.flip .card {
		width: 400px;
	}

	.flip .card .face {
		width: 400px;
	}


}

/* --手機版型3-------------------------------------*/
@media screen and (max-width:479px) {

	/*------------- CONTENT1 -------------*/
	#CONTENT1 {
		min-width: 320px;
		background-image: none;
	}

	#PIC_block {
		display: block;
		width: 100%;
		height: auto;
	}

	#PIC {
		background-image: url(../images/top_m.jpg);
		width: 100%;
		height: auto;
		padding-bottom: 135.4166666666667%;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center center;
	}


	/*------------- CONTENT2 -------------*/
	#CONTENT2 {
		height: 700px;
		min-width: 320px;
	}

	#CHCKBOX {
		width: 100%;
	}

	#CHCKBOX ul li {
		font-size: 14px;
	}

	#FORM {
		float: none;
		width: 95%
	}

	#FORM #NAME {
		width: 100%;
	}

	#FORM #PHONE {
		width: 100%;
	}

	#FORM #EMAIL {
		display: none;
		width: 100%;
	}

	#FORM #CITY {
		width: 48%;
	}

	#FORM #SCHOOL {
		width: 48%;
	}

	#READ {
		width: 100%;
	}

	#READ span {
		width: 100%;
	}

	#FORM #BUT {
		width: 100%;
	}

	/*------------- CONTENT3 -------------*/

	#CONTENT3 {
		height: 2800px;
		min-width: 320px;
	}

	#flip_all {
		width: 300px;
		padding: 20px 0 0 10px;
	}

	/*------------- TURN -------------*/

	.flip .card {
		width: 280px;
	}

	.flip .card .face {
		width: 280px;
	}


}