
/* ---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, ul.tag>li{
	font-family: Arial, Helvetica,"source-han-sans-traditional","微軟正黑體", "Microsoft JhengHsans",
	 sans-serif;
}

body{
	font-size:17px;
}

/* ----------電腦版型--------------------------- */

/*#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-color:#f8f5ed;
	background-image:url(../images/top_bg.png);
	background-repeat: no-repeat;
	background-color: #5c4481;
	position: relative;
	overflow: hidden;
}

.CLOUD{
	width:100%;
	height:auto;
	background-image: url(../images/cloud.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
	

#TOP .WRAPPER{
	margin:0 auto;
	position:relative;
	min-height: 560px;
	width:auto;
	width:95%;
	height: auto;
	max-width:1130px;
	z-index: 2;
	overflow: hidden;
}

.rightAll{
	position:relative;
	width: 68%;
	float:right;
}

.H1 {
	margin: 0 auto;
	margin-top: 20%;
	margin-left: 2%;
	margin-bottom: 10px;
	display:block;
	margin-left: 3%;

}

h2{
	margin: 0 auto;
	max-width: 500px;
	width: 100vw;
	color: #fff;
	font-size: 37px;
	line-height: 1.7;
	text-align: center; 
	border-top:#e1cae2 1px solid;
	border-bottom:#e1cae2 1px solid;
	margin-left: 5%;
}
#CONTENT1 h2 {
    border-top: none;
    border-bottom: none;
    margin-left: 0;
    text-align: inherit;
}

.leftAll{
	position:relative;
	width: 30%;
	float:right;
}

#PIC_block{
	display:block;
	margin: 0 auto;
	width: 100vw;
	max-width: 317px;
	margin-top:35%;
	margin-bottom: -50px;
}

#PIC{
	background-image:url(../images/pic.png);
	width:100%;
	padding-bottom:150.4731861198738%;
	background-size:100% auto;
	float:none;
	background-repeat:no-repeat;
	background-position:center center;
}

.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:#FFF;
	text-align:center;
	font-size:25px;
	font-weight:500;
	letter-spacing:1px;
	background-color:#63498b;
	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: #63498b transparent transparent transparent;
}	
	
p.h3{ 
	color:#d63214;
	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;
}	

#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:#4e3770;
	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:#4e3770;
	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 #4e3770;
	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: #ffe400;
    /*text-shadow: 0px 2px 0px #ffcc00;*/
    border-bottom: 10px solid #ffcc00;
    cursor: pointer;
	border-radius:3px;
}

.B:hover{
	color: #4e3770;
}

.C:hover{
	color: #ffe400;
}

	
	
/*------------- CONTENT1 -------------*/	
#CONTENT1, #CONTENT2, #CONTENT3, #CONTENT4{
    width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	background-color: #e0e0e0;
	background-image:url(../images/bg02.png);
}

#CONTENT2, #CONTENT4{
	background-color: #fff;
	background-image:url(../images/bg01.png);
}
	
#CONTENT1 .container, #CONTENT2 .container, #CONTENT3 .container, #CONTENT4 .container{
	padding-top:80px;
	padding-bottom:60px;}

#CONTENT1 .container .row{
	margin-bottom: 50px;
}

.h2 {
	text-indent: 10px;
	border-left: 7px solid #5d4484;
	font-size: 32px;
	color: #5d4484;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
}

.list ul, .BOX3 ul{
	margin-left: 20px;
	padding-right: 20px;
}

.list ul li, .BOX3 ul li{
	color: #484f59;
	line-height: 1.5;
	list-style-type: disc;
	margin-bottom: 10px;
}

.h4{ 
	font-size:23px;
	font-weight: 700;
	color:#ed3e00;
	/*text-align:center;*/
	line-height:1.3;
	margin-top: 15px;
}

	



/*------------- CONTENT2 -------------*/
h4 {
    color: #5d4484;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}


h4 span {
    color: #90caf9;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 8px;
    position: relative;
    top: -5px;
}

 h4 p {
    background-color: #90caf9;
    width: 30%;
    height: 3px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.BOX3{
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height: 620px;
	overflow: visible;
	margin-bottom: 20px;
}

.skill01{
	background-color: #63498b;
	border:1px solid #63498b;
}

.skill02{ 
	background-color: #e7472a;
	border:1px solid #e7472a;
}

.BOX3:hover{
	-webkit-box-shadow:2px 5px 4px rgba(0,0,0,0.2);
	box-shadow:2px 5px 4px rgba(0,0,0,0.2);
}

h6{
	text-align: center;
	font-size: 23px;
	color: #fff;
	font-weight: 700;
	line-height: 2;
}

h6 span{
	font-size: 19px;
	font-weight: 200;
}

.BOX3 p{
	width: 85%;
	display: block;
	margin: 0 auto;
	color: #fff;
	line-height: 1.4;
	font-size: 21px; 
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 500;
}

.BOX3 ul{ 
	width: 85%;
	height: 130px;
	display: block;
	margin: 0 auto;
	margin-left: 60px;
	margin-bottom: 30px;
}

.BOX3 ul li { 
	color: #fff;
}
	
.CTA2{ 
	display:block;
	margin:0 auto;
	max-width: 200px;
	width:70%;
	cursor: pointer;
}

.D{
    clear: both;
    color: #fff;
    font-size: 19px;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    background-color: #4e3770;
    border-bottom: none;
}

.D:hover{
	color: #ffe400;
}

.BOX3 img, .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);
}










/*------------- CONTENT3 -------------*/

.BOX{
	float:left;
	display:block;
	width:100%;
	height:auto;
	padding-bottom: 10%;
	min-height:330px;
	background-color:#fff;
	/*box-shadow: 0 5px 10px rgba(0,0,0,0.15);*/
	overflow: hidden;
	margin-bottom: 20px;
}
	
.BOX:hover{
	-webkit-box-shadow:2px 5px 4px rgba(0,0,0,0.2);
	box-shadow:2px 5px 4px rgba(0,0,0,0.2);
}

.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(78,55,112,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{
	text-align: center;
	line-height: 1.5;
	margin-top: 5px;
	color: #484f59;
}



	
/*------------- 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: #63498b; }
.process02{ background-color: #e7472a; }
.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;
}

p.CTA{
	color: #cd2d3e;
	font-size: 21px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 100;
}

.C{
    clear: both;
    color: #fff;
    background-color: #4e3770;
    border-bottom: 10px solid #3f2960;
}
	
.CTA{ 
	display:block;
	margin:0 auto;
	width:70%;
	max-width:350px;
	cursor: pointer;
}

	
/* --平板版型1-------------------------------------*/
@media screen and (max-width:1023px) {
.rightAll{ width: 100%; float:none;}
.leftAll{ width: 100%; float:none;}
#PIC_block{ margin-top:5%; }
h2{ max-width: 100vw; width: 100vw; margin-left: -5%;}
.list ul{ margin-top: 10px;}
.BOX1{ max-height:190px; height: auto;}
#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%; }
#CONTENT4 p.CTA, #CONTENT4 .CTA, #CONTENT4 .clearfix{ display: block; }
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {
#PIC_block{ width: 65%; }
h2{ font-size: 32px;}
.h2{margin-top: 20px;}
.list ul li{ font-size: 16px;}
h4{ letter-spacing: 3px; }
h4 p {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
h4 span { display: none;}
h4{ font-size: 28px; }
.BOX3{ height:auto; min-height: auto; padding-bottom: 50px;}
.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) {
h2{ font-size: 28px;}
/*箭頭下*/
.process .arrow_r_int{ top:105%; right:42%;	}
ul.BOX li{ width:48%;}


}

/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {
#TOP, #FORM_BLOCK, #CONTENT1, #CONTENT2, #CONTENT3, #CONTENT4{ min-width:320px;}
#TOP .WRAPPER{ min-height: 420px;}
h2{font-size: 20px; min-width:320px;}
#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;}
.BOX3 ul{ width: 100%; margin-left: 40px;}


}

/* --手機版型3-------------------------------------*/
@media screen and (max-width:374px) {
.process img{ max-width:80px; margin-top: 0px;}
h5{ font-size: 17px; }
.BOX{ min-height:280px;}

}

/* --電腦版型w320以下-------------------------------------*/
@media screen and (max-width:319px) {


}