
/* ---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, h4, h6, ul.tag>li{
	font-family: Arial, Helvetica,"source-han-sans-traditional","微軟正黑體", "Microsoft JhengHsans",
	 sans-serif;
}

body{
	font-size:17px;
}

.ANT {
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s
}

::selection {
	background-color:#282854;
	color:#fff;
	text-shadow:none
}
::-moz-selection {
	background-color:#282854;
	color:#fff;
	text-shadow:none
}

/* ----------電腦版型--------------------------- */

/*#GOTOP{
	background-image:url(../images/gotop.png);
	right:10px;
	bottom:30%;
	width:52px;
	height:155px;
	cursor:pointer;
	z-index:9999;
	position: fixed;
	opacity: 0.8;
    filter: alpha(opacity=80);
	}
	
#GOTOP:hover{
	opacity: 1;
    filter: alpha(opacity=1);
	}
	
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
	#GOTOP{
		width:52px;
		height:155px;
		background-image:url(../images/gotop2x.png);
		background-size: 100%;}
}*/
/*------------- TOP -------------*/	
#TOP{
    width:100%;
	height:auto;
	background-image:url(../images/top_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}
	

#TOP .WRAPPER{
	margin:0 auto;
	position:relative;
	min-height: 590px;
	height: auto;
	width:100%;
	max-width:1100px;
	z-index: 2;
	overflow: hidden;
}

.rightAll{
	position:relative;
	width: 60%;
	float:right;
	z-index: 999;
}

.tag{
	position: absolute;
	top:35%;
	right:1%;
}

.tag img{
	width: 100px;
	height: 100px;
}

.H1{
	margin: 0 auto;
	max-width: 425px;
	width: 95%;
	margin-top: 15%;
	margin-bottom: 20px;
	display:block;
}
h2{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 425px;
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 2px;
	color: #fff;
	background-color: #191948;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.leftAll{
	position:relative;
	width: 40%;
	float:right;
}

#PIC_block{
	display:block;
	margin: 0 auto;
	width: 100vw;
	max-width: 705px;
	min-width: 320px;
	margin-top:15%;
	margin-bottom: 0;
}

#PIC{
	background-image:url(../images/peo.png);
	width:100%;
	padding-bottom:78.01418439716312%;
	background-size:100% auto;
	float:none;
	background-repeat:no-repeat;
	background-position:center center;
	margin-left: 5%;
}

.tada{ 
	animation: tada 3s infinite;
	animation-delay: 2s;
	}

.pulse{ 
	animation: pulse 2s infinite;
	animation-delay: 3s;
	}



/*------------- FORM_BLOCK -------------*/

#FORM_BLOCK{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	background-color:#fff;
	background-image: url(../images/bg01.png);
	}
	
#FORM_BLOCK .WRAPPER{
	margin:0 auto;
	position:relative;
	width:100%;
	max-width:850px;
	padding-top:40px;
}
	
h3{
	display:block;
	margin:0 auto;
	width:80%;
	max-width: 400px;
	height:auto;
	color:#ffd242;
	text-align:center;
	font-size:25px;
	font-weight:500;
	letter-spacing:1px;
	background-color:#282854;
	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: #282854 transparent transparent transparent;
}	
	
p.h3{ 
	color:#fff;
	font-size:28px;
	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;
}	

#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:#fff;
	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:#729ddb;
	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;
	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: #282854;
	text-decoration:none;
    background-color: #ffd242;
    border-bottom: 7px solid #f5bf05;
    cursor: pointer;
	border-radius:3px;
}

.C{
    clear: both;
    color: #fff;
    background-color: #6e99d5;
    border-bottom: 10px solid #5080c2;
}

.B:hover{
	color: #dc0f31;
}

.C:hover{
	color: #282854;
}

	
	
/*------------- CONTENT1 -------------*/	
#CONTENT1, #CONTENT2, #CONTENT3, #CONTENT4{
    width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	background-color: #eeebf0;
	background-image:url(../images/bg02.png);
}

#CONTENT3{
	background-color: #709cda;
	background-image:url(../images/bg01.png);
}
	
#CONTENT1 .container, #CONTENT3 .container, #CONTENT4 .container{
	padding-top:80px;
	padding-bottom:60px;}


h4 {
    color: #282854;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
}

h4 p {
 	display: block;
 	margin: 0 auto;
    background-color: #6e99d5;
    max-width: 135px;
    width: 40%;
    height: 3px;
    margin-top: 10px;
}

h4:hover p{
	max-width: 170px;
    width: 50%;
}

#CONTENT1 h2, #CONTENT3 h2, #CONTENT4 h2 {
    background-color: inherit;
    color: #282854;
    font-family: Arial, Helvetica,"source-han-sans-traditional", "Microsoft JhengHsans",
	 sans-serif;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
}

#CONTENT1 h2 p, #CONTENT3 h2 p,#CONTENT4 h2 p {
 	display: block;
 	margin: 0 auto;
    background-color: #6e99d5;
    max-width: 135px;
    width: 40%;
    height: 3px;
    margin-top: 10px;
}

#CONTENT1 h2:hover p, #CONTENT3 h2:hover p,#CONTENT4 h2:hover p {
	max-width: 170px;
    width: 50%;
}


h6{
	font-size: 22px;
	color: #333;
	font-weight: 500;
	line-height: 1.3;
	margin-left: 6px;
	margin-bottom: 10px;
}


.h6{
	margin-left: 6px;
	font-size: 19px;
	color: #6e99d5;
	font-weight: bold;
	margin-top: -5px;
}

.BOX_B .BOX:hover, #CONTENT3 .BOX:hover {
	-webkit-box-shadow:2px 5px 4px rgba(0,0,0,0.15);
	box-shadow:2px 5px 4px rgba(0,0,0,0.15)
}
.W_CENTER {
	clear:both;
	padding:10px 5px 10px 5px;
	width:100%;
	margin-bottom: 10px;
}
.BOX_B {
	display:block;
	padding:3px 3px 6px 3px
}
.BOX_B .BOX {
	display:block;
	height:auto;
	background-color:#fff;
}
.BOX_B .BOX .BOX_IN {
	padding:20px 15px 20px 15px
}

.BOX_B .BOX .BOX_IN ul {
	margin-left: 25px;
}

.BOX_B .BOX .BOX_IN ul li {
	list-style-type: square;
	font-size:16px;
	color:#666;
	line-height:1.3;
	margin-bottom:5px;
}

.BOX_B .BOX p {
	font-size:16px;
	color:#666;
	line-height:1.5;
	margin-bottom:15px;
	text-align:center;
}

.BOX_B .BOX img {
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out
}
.BOX_B .BOX:hover img {
	display:block;
	transform:scale(1.07)
}








/*------------- CONTENT3 -------------*/

.BOX{
	float:left;
	display:block;
	width:100%;
	height:auto;
	padding-bottom: 10%;
	min-height:330px;
	background-color:#fff;
	overflow: hidden;
	margin-bottom: 20px;
}

.IMG_BLOCK {
	overflow:hidden;
	position:relative;
	height:auto;
	max-height:280px;
}
.BOX p.item {
	font-size:23px;
	color:#fff;
	line-height:2;
	width:100%;
	height:auto;
	vertical-align:bottom;
	text-align:center;
	background-color:rgba(40,40,84,0.9);
	position:absolute;
	bottom:0;
	z-index:999;
	/*text-shadow:2px 1px 3px #000;*/
}
.BOX img {
	width:100%;
	max-width:768px;
	height:auto;
}
.BOX img {
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out
}
.BOX3:hover img, .BOX:hover img {
	transform:scale(1.07);
}


.BOX p, .BOX2 p{
	text-align: center;
	line-height: 1.5;
	margin-top: 5px;
	color: #666;
	margin-top: 10px;
}

.process img {
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	transition:all .5s ease-out
}
.process:hover img {
	display:block;
	transform:rotateY(360deg);
}

	
/*------------- CONTENT4 -------------*/
.process{
	position:relative;
    float:left;
	width:23%;
	height:260px;
	border-radius:260px;
	padding:15px;
	margin:0 1% 0 1%;
	margin-bottom:15px;
}
/*箭頭右*/
.process .arrow_r_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent transparent #999;
	position:absolute;
	top:45%;
	right:-35px;
	z-index: 9999;
}

.process01{ background-color: #dc0f31; }
.process02{ background-color: #282854; }
.process-end{ margin-bottom: 100px; }

.process img{
	display:block;
	margin:0 auto;
	width:100%;
	max-width:96px;
	height:auto;
	margin-top: 15px;
	margin-bottom:5px;
}
	
h5{
	text-align:center;
	color:#fff;
	font-weight: 500;
	font-size:21px;
	line-height: 1.3;
}


.clearfix{
	margin-bottom: 45px;
}

	
.CTA{ 
	display:block;
	margin:0 auto;
	width:70%;
	max-width:350px;
	cursor: pointer;
}

/* --電腦版型2-------------------------------------*/
@media screen and (max-width:1200px) {
.rightAll{ width: 65%;}
.leftAll{ width: 35%;}	
}
	
/* --平板版型1-------------------------------------*/
@media screen and (max-width:1023px) {
.rightAll{ width: 55%; padding-right: 5%;}
.leftAll{ width: 45%;}
.tag{ top:5%; right:0%;}	
.H1{ margin-top: 30%;}
#PIC{ margin-left: -5%;}
#FORM_BLOCK{ padding-bottom: 50px;}
.GIFT{ float:none; width:90%;}
#FORM { float:none; width:80%;}
.process{ padding-bottom: 20px; }
.process ul li{ float: none; width: 100%; }
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {
.H1{ margin-top: 40%;}
#PIC_block{ margin-top: 35%;}
#PIC{ margin-left: -10%;}
h4{ font-size: 28px; }
.IMG_BLOCK{ max-height: 400px;}
.process{
	position:relative;
    float:none;
	width:80%;
	margin:0 auto;
	height:120px;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom:25px;
}
.process-end{ margin-bottom: 100px; }

/*箭頭下*/
.process .arrow_r_int{
	border-width:15px 20px 0 20px ;
	border-color:#999 transparent transparent transparent ;
	top:105%;
	right:45%;
}

.process img{
	float: left;
	margin-top: 0;
	margin-bottom:0;
	vertical-align: middle;
}

.h5_block{
	margin: 0 auto;
	max-width: 220px;
	width: 100%;
}
	
h5{
	float: right;
	text-align:left;
	font-size: 19px;
	margin-top: 15px;
}

ul.BOX li{	
	float:left;
	margin:1%;
	width:31%;
	padding-bottom: 25px;
}

}
	
/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {
.rightAll{ float: none; width: 100%; padding-right: 0;}
.leftAll{ float: none; width: 100%;}
.tag{ top:110%; right:15%;}
.H1{ margin-top: 10%; width: 75%;}
#PIC_block{ margin-top: -5%;}
#PIC{ margin-left: 0;}
/*箭頭下*/
.process .arrow_r_int{ top:105%; right:42%;	}
ul.BOX li{ width:48%;}
.process{ width:100%;}

}

/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {
#TOP, #FORM_BLOCK, #CONTENT1, #CONTENT2, #CONTENT3, #CONTENT4{ min-width:320px;}
#TOP .WRAPPER{ min-height: auto;}
.tag img{ width: 80px; height: 80px;}
#PIC_block{ margin-top: 0;}
h2{ font-size: 19px; width: 90%; }	
#FORM { width:90%;}
#FORM #GIFTS, #FORM #NAME, #FORM #PHONE, #FORM #EMAIL{ width:100%; margin-right:0;}
h3{ font-size: 25px; }
p.h3{ font-size:20px;}
.h4{ font-size:25px;}
h5{ margin-right: 20px;}

}

/* --手機版型3-------------------------------------*/
@media screen and (max-width:374px) {
.process img{ max-width:80px; margin-top: 0px;}
.BOX{ min-height:280px;}

}

/* --電腦版型w320以下-------------------------------------*/
@media screen and (max-width:319px) {


}