﻿
/* ---圖標字型--- */
@import url(https://weloveiconfonts.com/api/?family=entypo);
@import url(https://weloveiconfonts.com/api/?family=fontawesome);

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', 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:none;
     /*font-family: Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;*/
	 font-family: Arial, Helvetica,"source-han-sans-traditional","微軟正黑體", "Microsoft JhengHsans",
	 sans-serif;
}

body{
	font-size:17px;
}

/* ----------電腦版型--------------------------- */
	
/*------------------- GOTOP -----------------*/
#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:#076ec6;
	background-image:url(../images/top_bg.jpg);
	background-position: center top;}
	
#TOP .WRAPPER{
	margin:0 auto;
	position:relative;
	width:100%;
	height:638px;
	max-width:1200px;
	overflow:hidden;}
	
#h1_block{
	display:block;
	margin:0 auto;
	width: 100%;
	height:195px;
	max-width: 745px;
	margin-top:120px;
	margin-bottom:20px;}

#h1{
	background-image:url(../images/h1.png);
	width:100%;
	padding-bottom:26.1744966442953%;
	background-size:100% auto;
	float:none;
	background-repeat:no-repeat;
	background-position:center center;}
	
#h2_block{
	display:block;
	margin:0 auto;
	width: 100%;
	max-width: 530px;
}

#h2{
	background-image:url(../images/h2.png);
	width:100%;
	padding-bottom:17.92452830188679%;
	background-size:100% auto;
	float:none;
	background-repeat:no-repeat;
	background-position:center center;}

#TAG{
    display: block;
    position: absolute;
    top: 0;
	right:0;
	z-index: 9999;
}

#TAG img{
	width:100%;
    max-width: 245px;
    height:auto;
}


/*------------- FORM_BLOCK -------------*/

#FORM_BLOCK{
	width:100%;
	height:395px;
	background-color:#0053c3;
	background-image:url(../images/blue_bg.png);
	}
	
#FORM_BLOCK .WRAPPER{
	margin:0 auto;
	position:relative;
	width:100%;
	max-width:920px;
	padding-top:50px;}
	
h3{
	display:block;
	text-align:center;
	font-size:25px;
	font-weight:500;
	color:#fff;
	line-height:1.3;
	letter-spacing:1px;}

h3 span{ color:#60eefc; font-size:28px; -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:#60eefc;}
    51%, 100% { color:#fff;}
	}

@-moz-keyframes discolor {
    0%, 50% { color:#60eefc;}
    51%, 100% { color:#fff;}
	}

@-o-keyframes discolor {
    0%, 50% { color:#60eefc;}
    51%, 100% { color:#fff;}
	}

@keyframes discolor {
    0%, 50% { color:#60eefc;}
    51%, 100% { color:#fff;}
	}
	
#GIFT{
	display:block;
	float:left;
	width:55%;
	margin:0 auto;
	font-family:Arial, Helvetica,"微軟正黑體", sans-serif,Microsoft JhengHei;}
	
#GIFT img{
	display:block;
	margin:0 auto;
	width:100%;
	max-width:465px;
	height:auto;
	margin-bottom:10px;}
	
#GIFT ul{
	float:right;
	width:85%;}
	
#GIFT ul li.no{ display:block; width:5%; background-color:#60eefc; text-align:center; color:#0053c3; text-indent:0;}
	
#GIFT ul li{
	width:95%;
	text-indent:5px;
	font-size:21px;
	float:left;
	color:#60eefc;
	margin-bottom:5px;
	list-style-image:url(../images/list-img.png);
	list-style-position:inside;}
	
#GIFT ul li span{ color:#fff; }
	
/*------------表單內容------------*/	

#FORM {
	float:left;
	width:45%;
	margin:0 auto;
	z-index:99999;
	font-family:Arial, Helvetica,"微軟正黑體", sans-serif,Microsoft JhengHei;
}

#FORM #GIFTS{
	width:98%;
	height:auto;
	float:left;
	}
	
#FORM #NAME{
	width:48%;
	height:auto;
	float:left;
	margin-right:2%;
	}
	
#FORM #PHONE{
	width:48%;
	height:auto;
	float:left;}
	
#FORM #EMAIL{
	width:98%;
	height:auto;
	float:left;
	}	

#FORM #Dept
 {
     margin:0px 0px 20px 0px;
     width:100%;
     height:40px;
	 
 }
#FORM #CITY
 {
     float:left;
     width:48%;
     height:auto;
 }
#ddl_city_no
 {
     width:100%;
     font-size:16px;
     text-align:center; 
 }
#FORM #SCHOOL
 {
     margin-left:10px;
     float:left;
     width:48%;

 }
 #ddl_area_no
 {
     width:100%;
     font-size:16px;
     text-align:center;   
 }        	
	
#READ{
	font-size:15px;
	width:100%;
	display:block;
	padding-top:10px;
	padding-right:10px;
	float:left;
	margin-bottom:10px;}
	
#READ .searchtext2{
	min-width:20px;
	min-height:20px;
    border:solid 1px gray;
	float:left;
	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:#60eefc;
	background-color:#0053c3;
	border: 1px solid #60eefc;
	width:100%;
	height:35px;
	line-height:35px;
	margin-top:8px;
	font-size:18px;
	text-align:left;
	padding-left:10px;
	padding-right:0;
	overflow:hidden;
	}
	
.B{
	clear:both;
	width:100%;
	height:45px;
	display:block;
	margin:0 auto;
    *zoom: 1;
    font-size: 28px;
	line-height:45px;
    text-align: center;
	letter-spacing:2;
    color: #fff;
	text-decoration:none;
    background-color: #ff1600;
    cursor: pointer;
	border-radius:5px;
}
	
	
/*------------- CONTENT1 -------------*/	
#CONTENT1, #CONTENT2, #CONTENT3, #CONTENT4, #CONTENT5{
    width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	background-image:url(../images/gray_bg.png);
	}
	
#CONTENT1 .WRAPPER, #CONTENT2 .WRAPPER, #CONTENT3 .WRAPPER, #CONTENT4 .WRAPPER, #CONTENT5 .WRAPPER{
    position: relative;
	margin:0 auto;
	width:1200px;
	max-width:1200px;
	padding-top:50px;
	padding-bottom:70px;}
	
#CONTENT2, #CONTENT5{	
	background-image:url(../images/blue_bg.png);}

.NEWS { margin-bottom: 40px;}
.NEWS .pic { margin-bottom: 20px;}
.text1{ line-height: 1.5; font-size: 18px; text-align: justify;}

h1{ font-size:40px; color:#0749a4; text-align:center; margin-bottom:20px; clear:both; line-height:1.2;}
h1 span{ color:#ff1600;}
	
h4{ font-size:40px; color:#0749a4; text-align:center; margin-bottom:20px; clear:both; line-height:1.2;}
h4 span{ color:#ff1600;}

.more_box{ width:90%; max-width:900px; margin:0 auto;
font-family:Arial, Helvetica,"微軟正黑體", sans-serif,Microsoft JhengHei;}

ul.more_td{ width:100%; height:50px; line-height:50px; /*box-shadow:5px 3px 5px rgba(0,0,0,0.3);*/ margin-bottom:3px;}

ul.more_td li{ float:left; list-style:none; }

ul.more_td li.w1{ width:30%; font-size:21px; color:#60eefc; background-color:#0053c3; text-align:center;}

ul.more_td li.w2{ width:65%; font-size:23px; color:#fff; background-color:#363636; text-indent:30px;}

ul.more_td li.w3{ width:5%; background-color:#363636;}

.Sign{ font-size:20px; font-weight:bold; line-height:40px; color:#575757;}

.more_td2{ width:100%; height:270px; background-color:#fff; margin-top:-3px; margin-bottom:15px; }
.more_td2 img{ float:left; max-width:250px; height:250px; margin:10px 30px;}

.topic{ float:left; width:62%; margin-top:30px;}
.topic p.tt{ font-size:28px; line-height:1.5; color:#0749a4;}
.topic p{ line-height:1.6; color:#444;}
.topic p.learner{ font-size:16px; line-height:1.2; color:#444; font-weight:bold; margin-bottom:10px;}

/*------------- CONTENT2 -------------*/

h5{ font-size:40px; color:#60eefc; text-align:center; margin-bottom:30px; clear:both; line-height:1.3;}

.process_all{
	width:1050px;
	height:230px;
	margin:0 auto;
	margin-bottom:40px;}
	
.process{
	position:relative;
    float:left;
	width:31%;
	height:260px;
	background-color:#60eefc;
	border-radius:10px;
	padding:15px;
	margin:0 1% 0 1%;
	margin-bottom:15px;
	font-family:Arial, Helvetica,"微軟正黑體", sans-serif,Microsoft JhengHei;
}
/*箭頭右*/
.process .arrow_r_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent transparent #60eefc;
	position:absolute;
	top:40%;
	right:-30px;
}

.process img{
	display:block;
	margin:0 auto;
	width:100px;
	height:auto;
	margin-bottom:5px;}
	
.sub{
	width:90%;
	margin:0 auto;
	text-align:center;
	background-color:#0053c3;
	color:#60eefc;
	font-size:28px;
	margin-bottom:5px;
	line-height:1.2;}
	
.process p{
	display:block;
	margin:0 auto;
	width:90%;
	color:#0053c3;
	text-align:justify;
	line-height:1.5;}	
	
/*------------- CONTENT4 -------------*/
#CONTENT4{ background-color:#fff; background-image:none;}
ul.logo{
	width:90%;
	max-width:900px;
	height:auto;
	margin:0 auto;}
	
ul.logo li{
	float:left;
	width:20%;
	background-color:#fff;
	/*box-shadow:2px 2px 5px rgba(0,0,0,0.15);*/
	}
	
ul.logo li img{
	width:100%;
	max-width:200px;
	height:auto;}
	
p.ps{ font-size:16px; color:#666; text-align:center; clear:both; line-height:3;}

/*------------- CONTENT5 -------------*/
	
#BOX{ width:90%; height:250px; margin:0 auto;}	

.BOX1{
	float:left;
	display:block;
	margin:1%;
	width:18%;
	height:190px;	
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color:#60eefc;
	text-align:center;
	padding-top:30px;
	box-shadow:3px 2px 5px rgba(0,0,0,0.3);
	}
	
.BOX1 img{ width:100px; height:100px;} 
	
.BOX1 p{	
	color:#0053c3;
	font-size:21px;
	line-height:1;}
	
.CTA{ display:block; margin:0 auto; width:70%; max-width:350px; height:45px; background-color:#0347a8; color:#ffe401; font-size:25px; text-align:center;
	margin-top:10px;
	font-size: 28px;
	line-height:45px;
    text-align: center;
	letter-spacing:2;
	font-weight:100;
    color: #fff;
	text-decoration:none;
    background-color: #ff1600;
    cursor: pointer;
	border-radius:5px;}

		
/* --平板版型1-------------------------------------*/
@media screen and (max-width:1129px) {
	
#header{ display:none;}
#fb{ display:none;}			
#footer{ display:block;}	
		
#TOP .WRAPPER, #CONTENT1 .WRAPPER, #CONTENT2 .WRAPPER, #CONTENT3 .WRAPPER, #CONTENT4 .WRAPPER, #CONTENT5 .WRAPPER{
	width:100%;
	max-width:100%;}
.process_all{ width:100%;}
#TAG img{ width:90%; float: right;}

}
@media screen and (max-width:1023px) {
#TAG img{ width:80%;}
/*------------- FORM_BLOCK -------------*/	
#FORM_BLOCK{ height:680px;}
#GIFT{ float:none; width:90%;}
#FORM { float:none; width:80%;}
ul.more_td li.w1{ width:20%;}
ul.more_td li.w2{ width:75%;}
.more_td2{ height:auto; text-align:center; padding-bottom:25px;}
.more_td2 img{ float:none; margin:10px 0;}
.topic{ float:none; width:95%; margin-top:10px; margin:0 auto;}
#BOX{ height:450px;}	
.BOX1{ width:31%;}
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {
#TAG{ display: none;}
#h1_block{ height:auto;}	
ul.more_td li.w1{ font-size:19px;}
ul.more_td li.w2{ font-size:21px;}
.process_all{ width:90%; height:auto;}
.process{
	position:relative;
    float:none;
	width:100%;
	margin:0 auto;
	height:230px;
	margin:0;
	margin-bottom:25px;}	

/*箭頭下*/
.process .arrow_r_int{
	border-width:20px 30px 0 30px ;
	border-color:#60eefc transparent transparent transparent ;
	top:100%;
	right:45%;}
ul.logo li{ width:24%;}
.cou2 { height:200px;}
.get-content { height:160px;}
.get-content li img{ width:80px;}
}
	
/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {

h3 span{ word-break:keep-all;}	
.topic p.tt{ font-size:24px; line-height:1.2; margin-bottom:10px;}
/*箭頭下*/
.process .arrow_r_int{ right:42%;}
ul.logo{height:320px;}
ul.logo li{ width:32.3%;}
#BOX{ height:650px;}
.BOX1{ width:48%;}
}

/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {
#GOTOP{ right:0; bottom:0;}
#TOP{ background-image:url(../images/top_bg2.jpg);}
#TOP .WRAPPER{ height:450px;}	
#TOP, #FORM_BLOCK, #CONTENT1, #CONTENT2, #CONTENT3, #CONTENT4, #CONTENT5{
	min-width:320px;}
#h1_block{ margin-top:80px;}
#FORM_BLOCK{ height:650px;}
#FORM { width:90%;}
#GIFT ul{ float:none; width:90%; margin:0 auto;}
#GIFT ul li.no{ width:10%;}
#GIFT ul li{ width:85%; font-size:19px;}
#FORM #GIFTS, #FORM #NAME, #FORM #PHONE{ width:100%; margin-right:0;}
#FORM #EMAIL{ display:none;}
h1, h4, h5{ font-size:28px;}	
.more_td2{ height:auto;}
ul.more_td li.w1{ display:none;}
ul.more_td li.w2{ width:90%; white-space:nowrap;}
ul.more_td li.w3{ width:10%;}
.process{ height:230px;}
.process img{ width:75px;}
.sub{ font-size:23px;}
ul.logo li{ width:50%;}
#BOX{ height:350px;}
.BOX1{ width:100%; height:auto; padding-top:0; padding-left:10%; }
.BOX1 img{ float:left;  width:50px; height:50px; margin-right:15px;} 	
.BOX1 p{ float:left; line-height:50px;}
.process .arrow_r_int{ right:40%;}

}
