@charset "UTF-8";

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%;
	vertical-align: baseline;
	font: inherit
}

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
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

html {
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

::selection {
	background-color: #0089e4;
	color: #fff;
	text-shadow: none
}

::-moz-selection {
	background-color: #0089e4;
	color: #fff;
	text-shadow: none
}

html {
	-webkit-text-size-adjust: none;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}

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:none !important;}*/

.ANT {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}


/* ----------電腦版型--------------------------- */

.TOP {
	position: relative;
	display: block;
	background: #ffffff url(../images/bg01.jpg) no-repeat;
	background-position: center top;
	background-color: #ffffff;
	background-size: cover;
	width: 100%;
	height: 600px;
	min-height: 500px;
	overflow: hidden;
}

/*不同大小的雲 不同大小的雲跑的速度不同*/
.XL-cloud {
	width: 5%;
	transform: scale(1.2);
	animation: floating-cloud 20s 4s linear infinite;
	-webkit-animation: floating-cloud 20s 4s linear infinite;
	margin: 50px 0px 50px 0px;
}

.L-cloud {
	width: 4%;
	animation: floating-cloud 26s 0.2s linear infinite;
	-webkit-animation: floating-cloud 26s 0.2s linear infinite;
	transform: scale(1.0);
	margin: 40px 0px 40px 0px;
}

.M-cloud {
	width: 3%;
	animation: floating-cloud 16s 3s linear infinite;
	-webkit-animation: floating-cloud 16s 3s linear infinite;
	transform: scale(0.8);
}

/*關鍵影格部分*/
@keyframes floating-cloud {
	0% {
		margin-left: -600px;
	}

	100% {
		margin-left: 130%;
	}
}

.TOP .container {
	position: absolute;
	width: 100%;
	height: 600px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.W_CENTER {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.text_block {
	position: relative;
	margin: 0 auto;
	height: auto;
	max-width: 680px;
	width: 100%;
	min-width: 300px;
}

.H1 {
	position: absolute;
	max-width: 500px;
	right: 0;
	top: 50px;
	z-index: 1;
}

.H1 img {
	width: 130%;
	height: auto;
}

.pulse {
	-ms-animation: pulse 3s 1s infinite;
	-moz-animation: pulse 3s 1s infinite;
	-webkit-animation: pulse 3s 1s infinite;
	animation: pulse 3s 1s infinite;
	animation-delay: 3s;
}

.H2 {
	position: absolute;
	margin: 0 auto;
	height: auto;
	max-width: 635px;
	margin-bottom: 20px;
	right: 0;
	top: 250px;
	z-index: 2;
}

.H2 img {
	width: 100%;
	max-width: 635px;
	height: auto;
}

.bird {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.bird img {
	width: 100%;
	max-width: 332px;
	height: auto;
	margin-top: 50px;
	margin-left: 140px;
}

.CTA {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	height: 45px;
	background-color: #ffc61b;
	border-bottom: 5px solid #ffa61b;
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
	margin: 0 auto;
	z-index: 9999;
	cursor: pointer;
}

.CTA p {
	font-size: 19px;
	line-height: 45px;
	text-align: center;
	color: #000;
	text-align: center;
	vertical-align: middle;
}

.CTA:hover {
	background-color: #2fafb8;
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.CTA:hover p {
	color: #fff;
}


/*------------- CONTENT1 -------------*/
.CONTENT1 {
	width: 100%;
	background: rgba(241, 241, 241, 0.80);
}

.CONTENT1 .container {
	padding: 50px 15px;
	width: 100%;
	height: auto;
}

.CONTENT1 .green {
	width: 100%;
	height: auto;
	background-color: #728800;
}

.CONTENT1 .green .bg {
	width: 100%;
	height: auto;
	background: url(../images/bg03.png) repeat fixed;
}

.tirtlebox {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	height: auto;
	background-color: #304e00;
}

.tirtlebox .row {
	width: 100%;
	height: 100%;
	background: url(../images/bg03.png) repeat fixed;
	padding: 15px 0;
}

.tirtlebox p {
	display: inline-block;
	text-align: center;
	font-size: 26px;
	color: #fff;
	line-height: 1.3;
	margin-top: 35px;
	font-weight: bolder;
}

#Q1,
#Q2,
#Q3 {
	position: relative;
	display: block;
	margin: 50px auto;
	width: 100%;
	max-width: 768px;
	height: auto;
	padding: 40px 50px;
	background: #fff;
	border-radius: 15px;
}

.SUB {
	display: block;
	width: 100%;
	text-align: center;
}

.ITEM {
	position: absolute;
	width: 100px;
	height: 40px;
	background-color: #1b1b1b;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	top: -20px;
	left: 0;
	margin-left: 42.5%;
}

.SUB p {
	font-size: 25px;
	line-height: 1.5;
	color: #af1800;
	font-weight: bold;
	margin-bottom: 15px;
}

/*MC STYLE*/

button.MC {
	width: 85%;
	padding: 0;
	border: 0px solid #ddd;
	background-color: transparent;
	display: block;
	overflow: auto;
	position: relative;
	border-radius: 6px;
	cursor: pointer;
}

button.MC:hover {
	background-color: #ddd;
	transition: 0.4s;
}

button.MC:hover .MC_button_circle {
	background-color: #385500;
	border: 0px #1b1b1b solid;
}

button.MC:hover .MC_button_text {
	line-height: 42px;
	font-size: 22px;
}

button.MC:active {
	position: relative;
	top: 2px;
}

.MC_button_circle {
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px #1b1b1b solid;
	margin-top: 11px;
	margin-left: 5px;
}

.MC_button_text {
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	color: #1b1b1b;
}







/*------------- FORM_BLOCK -------------*/
.FORM_BLOCK {
	background: rgba(253, 228, 192, 0.80);
}

.FORM_BLOCK .container {
	padding: 50px 0;
	width: 100%;
}

.FORM_BLOCK .container .row {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.FORM_title .row img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -45px;
}

h3 {
	display: inline-block;
	text-align: center;
	font-size: 26px;
	color: #fff;
	line-height: 1.3;
	margin-top: 35px;
}

h3 .h3 {
	font-size: 30px;
	color: #ffff00;
	margin-top: 5px;
	font-weight: 500;
	line-height: 1.3;
	-webkit-animation: discolor 1s infinite;
	-moz-animation: discolor 1s infinite;
	-ms-animation: discolor 1s infinite;
	-o-animation: discolor 1s infinite;
	animation: discolor 1s infinite;
}

@-webkit-keyframes discolor {

	0%,
	50% {
		color: #fff09a;
	}

	51%,
	100% {
		color: #fff;
	}
}

@-moz-keyframes discolor {

	0%,
	50% {
		color: #fff09a;
	}

	51%,
	100% {
		color: #fff;
	}
}

@-o-keyframes discolor {

	0%,
	50% {
		color: #fff09a;
	}

	51%,
	100% {
		color: #fff;
	}
}

@keyframes discolor {

	0%,
	50% {
		color: #fff09a;
	}

	51%,
	100% {
		color: #fff;
	}
}

.CARD {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 15px;
}

.CARD img {
	width: 100%;
	height: auto;
}

.formbox {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

/*------------表單------------*/
#FORM {
	max-width: 450px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

#FORM #NAME {
	width: 48%;
	height: auto;
	float: left;
	margin: 0 1%;
}

#FORM #PHONE {
	width: 48%;
	height: auto;
	float: left;
	margin: 0 1%;
}

#FORM #EMAIL {
	width: 98%;
	height: auto;
	margin: 0 1%;
}

#FORM #Dept {
	margin: 0px 0px 20px 0px;
	width: 100%;
	height: 35px;
}

#FORM #CITY {
	width: 48%;
	height: auto;
	float: left;
	margin: 0 1%;
}

#ddl_city_no {
	width: 100%;
	text-align: center;
	height: 35px;

}

#FORM #SCHOOL {
	width: 48%;
	height: auto;
	float: left;
	margin: 0 1%;
}

#ddl_area_no {
	width: 100%;
	height: 40px;
	text-align: center;
	height: 35px;
}

#READ {
	width: 100%;
	font-size: 16px;
	display: block;
	float: left;
	margin-top: 2%;
	margin-right: 10px;
	color: #1b1b1b;
	line-height: 20px;
}

#READ .searchtext2 {
	min-width: 20px;
	min-height: 20px;
	border: 1px solid #1971db;
	background-color: #FFF;
	vertical-align: text-bottom;
}

#FORM #BUT {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 2%;
	margin-bottom: 20px;
}

.A {
	color: #113b54;
	background-color: #fff;
	border: none;
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-top: 7px;
	font-size: 100%;
	text-align: left;
	padding-left: 10px;
	overflow: hidden;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}


.B {
	width: 100%;
	height: 50px;
	display: block;
	margin: 0 auto;
	*zoom: 1;
	font-size: 25px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 2;
	color: #fff;
	text-decoration: none;
	background-color: #728800;
	cursor: pointer;
	border-radius: 5px;
	border-bottom: 5px solid #586902;
	-webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
}

.B:hover {
	color: #fff100;
	-webkit-box-shadow: none;
	box-shadow: none;
}



/*------------- ANSWER -------------*/
.an {
	position: relative;
	margin: 0 auto;
	max-width: 768px;
	height: auto;
	width: 100%;
	background: #e3e8ef url(../images/bg03.png) repeat fixed;
	text-align: center;
	padding-bottom: 50px;
}

.home_bn {
	position: absolute;
	top: 2%;
	left: 2%;
	font-size: 23px;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background: #ffffff;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;

}

.home_bn i {
	font-size: 30px;
}

.close_bn {
	position: absolute;
	top: 2%;
	right: 2%;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.close_bn:hover,
.home_bn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(0.95);
}

.an p {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	color: #1b1b1b;
}

.an p span {
	font-size: 72px;
	color: #af1800;
}

.correct {
	background-color: #728800;
}

.qabox {
	background: url(../images/bg03.png) repeat fixed;
	display: flex;
}

.qabox .textbox {
	background: #ffffff;
	font-size: 23px;
	line-height: 1.5;
	padding: 15px;
	text-align: justify;
	padding-bottom: 60px;
	margin: 5%;
}

.correct span {
	font-weight: bold;
	color: #cb0000;
}

/* --平板版型1-------------------------------------*/
@media screen and (max-width: 1023px) {

	.sub_text {
		display: block;
		text-align: center;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.CTA {
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {
	.TOP {
		height: 700px;
	}

	.TOP .container {
		height: 700px;
	}

	/*不同大小的雲 不同大小的雲跑的速度不同*/
	.XL-cloud {
		width: 15%;
	}

	.L-cloud {
		width: 10%;
	}

	.M-cloud {
		width: 6%;
	}

	/*關鍵影格部分*/
	@keyframes floating-cloud {
		0% {
			margin-left: -200px;
		}

		100% {
			margin-left: 100%;
		}
	}

	h3 {
		display: block;
		margin-bottom: 25px;
	}
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {

	.sub_text {
		font-size: 19px;
		text-align: left;
	}

	#Q1,
	#Q2,
	#Q3 {
		padding: 30px 0 40px 30px;
	}

	.SUB p {
		font-size: 21px;
		padding-left: 5px;
	}

	.SUB span {
		font-size: 21px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-left: -30px;
	}

	h3 {
		font-size: 21px;
	}

	h3 .h3 {
		font-size: 23px;
	}

	#FORM #NAME {
		width: 98%;
		height: auto;
		margin: 0 1%;
	}

	#FORM #PHONE {
		width: 98%;
		height: auto;
		margin: 0 1%;
	}
}

/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {

	.TOP,
	.FORM_BLOCK,
	.CONTENT1,
	.FORM_title {
		min-width: 320px;
	}

	.TOP {
		height: 600px;
	}

	.TOP .container {
		height: 600px;
	}


	.tirtlebox p {
		font-size: 17px;
	}

	h3 {
		font-size: 17px;
	}

	h3 .h3 {
		font-size: 27px;
		width: 225px;
		display: block;
		margin: 0 auto;
		margin-top: 10px;
	}

	h4 {
		font-size: 28px;
	}

	#READ {
		font-size: 15px;
	}

}

/* --手機版型3-------------------------------------*/
@media screen and (max-width:375px) {

	.TOP {
		height: 550px;
	}

	.TOP .container {
		height: 550px;
	}
}

/* --手機版型3-------------------------------------*/
@media screen and (max-width:320px) {}