﻿
/* ---圖標字型--- */
@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url(http://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;
}

/* ----------電腦版型--------------------------- */
#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;
}
	
/*------------------- 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:#fdfdf6;
	background-image:url(../images/top_bg.jpg);
	background-position: center center;
	position: relative;
}
	
#TOP .WRAPPER{
	margin:0 auto;
	position:relative;
	width:100%;
	height:614px;
	max-width:1200px;
	overflow:hidden;}
	
#h1_block{
	display:block;
	margin:0 auto;
	width: 100%;
	max-width: 723px;
	height:auto;
	margin-top:170px;
	margin-bottom:80px;
}

.WRAPPER p{
	text-indent: -999999px;
	background-image:url(../images/h1.png);
	width:100%;
	padding-bottom:21.02351313969571%;
	background-size:100% auto;
	float:none;
	background-repeat:no-repeat;
	background-position:center center;
}
	

h2{
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 2px;
	-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:#ffdc38;}
    51%, 100% { color:#fff;}
	}

@-moz-keyframes discolor {
    0%, 50% { color:#ffdc38;}
    51%, 100% { color:#fff;}
	}

@-o-keyframes discolor {
    0%, 50% { color:#ffdc38;}
    51%, 100% { color:#fff;}
	}

@keyframes discolor {
    0%, 50% { color:#ffdc38;}
    51%, 100% { color:#fff;}
	}

#TOP .company_ALL{
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	z-index: 9999;
	top: 65%;
	padding: 0 10%;
}

#TOP .company_ALL .company{
	width: 31%;
	margin: 0 1%;
	float: left;
	background-color: rgba(255,255,255,0.85);
	text-align: center;
}

#TOP .company_ALL .company .logo{
	color: #3e1b08;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	background-color: rgba(255,222,66,0.85);
	text-align: center;
	padding: 7px 0;
	margin-bottom: 10px;
}

#TOP .company_ALL .company .logo span{
	display: inline-block;
	width: 25px;
	height: 25px;
	font-weight: 100;
	border-radius: 25px;
	background-color: #3e1b08;
	color: #FFDE42;
}

#TOP .company_ALL .company p{
	color: #5d3c00;
	font-size: 17px;
	line-height: 1.3;
	padding-bottom: 10px;
}


/*------------- FORM_BLOCK -------------*/

#FORM_BLOCK{
	width:100%;
	height: auto;
	background-color:#ffe04c;
	}
	
#FORM_BLOCK .WRAPPERER{
	margin:0 auto;
	position:relative;
	width:100%;
	max-width:980px;
	padding-top:40px;
}
	
h3{
	display:block;
	text-align:center;
	font-size:32px;
	font-weight:500;
	color:#3e1b08;
	line-height:1.3;
	letter-spacing:1px;}

.h3{
	font-size: 25px;
	color: #cb0000;
	margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 500;
}

	
#GIFT{
	display:block;
	float:left;
	width:55%;
	margin:0 auto;}
	
#GIFT img{
	display:block;
	margin:0 auto;
	width: 100%;
	max-width:253px;
	height: auto;
	margin-bottom:10px;}
	
#GIFT ul{
	width:100%;
	margin: 0 auto; 
}
	
#GIFT ul li{
	
	font-size:18px;
	
	color:#3e1b08;
	line-height:23px;
	list-style-image:url(../images/list-img.png);
	list-style-position:inside;}
	
/*------------表單內容------------*/	

#FORM {
	float:left;
	width:45%;
	margin:0 auto;
	z-index:99999;
	margin-bottom: 40px;
}

#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{
	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:#484848;
	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:#484848;
	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;
	}
	
.B{
	clear:both;
	width:100%;
	height:50px;
	display:block;
	margin:0 auto;
    *zoom: 1;
    font-size: 28px;
	line-height: 45px;
    text-align: center;
    font-weight: 100;
    color: #fff;
	text-decoration:none;
    background-color: #cd2d3e;
    text-shadow: 0px 2px 0px #bd1729;
    border-bottom: 10px solid #bd1729;
    cursor: pointer;
	border-radius:3px;
}
	
	
/*------------- CONTENT1 -------------*/	
#FORM_BLOCK, #CONTENT1, #CONTENT2, #CONTENT3, #CONTENT4 {
    width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	background-image:url(../images/yellow1_bg.png);
	}
	
#CONTENT1 .container, #CONTENT2 .container, #CONTENT3 .container, #CONTENT4 .container, #CONTENT5 .container{
	padding-top:50px;
	padding-bottom:60px;}
	
#CONTENT1, #CONTENT2, #CONTENT4{	
	background-image:url(../images/yellow2_bg.png);}
h1{ font-size:32px; color:#3e1b08; text-align:center; margin-bottom:30px; clear:both; line-height:1.2;}	
h4{ font-size:32px; color:#3e1b08; text-align:center; margin-bottom:30px; clear:both; line-height:1.2;}

.more_box{ 
	width:100%;
	margin:0 auto;
	background-color: #ffd728;
	margin-bottom: 25px;
	padding-top: 15px;
}

ul.more_td{ margin-bottom: 20px; padding: 0 20px;}
ul.more_td li{ line-height: 1.3; margin-bottom: 5px;}

.Sign{ display: none; font-size:20px; font-weight:bold; line-height:40px; color:#fff;}

.more_td2{ display: block; width:100%; height:auto; background-color:#fff; margin-top:-3px; padding: 0 20px; padding-bottom: 20px;}
.more_td2 ul{ }
.more_td2 ul li.logo{ overflow: hidden; text-align: center;}
.more_td2 ul li.logo img{ width: 180px; }
.more_td2 ul li{ line-height:1.5; }
p.job{ display: block; color: #fff; background-color: #ff7e00; text-align: center; line-height: 2; font-size: 18px;}

/*------------- CONTENT2 -------------*/

.h4{ 
	font-size:28px;
	color:#1d1d1d;
	text-align:center;
	line-height:1.3;
	margin-top: 5px;
    margin-bottom: 5px;
}

.process{
	width:100%;
	height:300px;
	background-color:#ffd728;
	padding:7px;
	/*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:25px;
	border-style:solid;
	border-color:transparent transparent transparent #ffd728;
	position:absolute;
	top:40%;
	right:-35px;
}

.process img{
	display:block;
	margin:0 auto;
	width:100%;
	max-width:500px;
	height:auto;
}

.process ul li{
	float: left;
	padding-right: 10px;
	line-height: 1.5;
}

/*------------- CONTENT3 -------------*/

.post{
	background-color: #fff;
	height: auto;
	padding-bottom: 20px;
}

.post1{
	border-bottom: 10px solid #3d70e4;
}

.post2{
	border-bottom: 10px solid #ca213d;
}

.post3{
	border-bottom: 10px solid #753712;
}


h5{
	width: 100%;
	height: 50px;
	font-size: 25px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	position: relative;
	text-indent: 20px;
}

h5.post1{
	background-color: #3d70e4;
}

h5.post2{
	background-color: #ca213d;
}

h5.post3{
	background-color: #753712;
}

h5 span{
	position: absolute;
	top:-11px;
	left: 0;
}

.post ul{
	width: 90%;
	margin: 0 auto;
}

.post ul li{
	border-bottom: 3px solid #d5d5d5;
	padding-bottom: 30px;
}

.post ul li:last-child{
	border-bottom: none;
}

.learner_block{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: 30px;
	z-index: 9999;
	margin-bottom: 15px;
}

.learner{
	width: 100%;	
	height: 0;	
	padding-bottom: 100%;
	background-color: #eee;
	position: relative;	
	border-radius: 50%;
	overflow: hidden;	
}

.learner img{
	position: absolute;	
	height: 100%;

}

.post p{
	line-height: 1.2;
}

.text-muted{
	font-weight: 700;
	font-size: 21px;
	margin-bottom: 10px;
}

.text-info, .text-danger, .text-brown{
	margin-bottom: 5px;
}

.text-brown{
	color: #753712;	
}
	
/*------------- CONTENT4 -------------*/
ul.logo{
	width:90%;
	max-width:900px;
	height:auto;
	margin:0 auto;
}
	
ul.logo li{
	float:left;
	width:24%;
	margin: 0.5%;
	/*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:15px; color:#666; text-align:center; clear:both; line-height:1.3;}

.clearfix{
	margin-bottom: 25px;
}

p.CTA{
	color: #cd2d3e;
	font-size: 21px;
	margin-bottom: 10px;
	text-align: center;
}
	
.CTA{ 
	display:block;
	margin:0 auto;
	width:70%;
	max-width:350px;
}

	

/*------------- CONTENT5 -------------*/
#CONTENT5 {
  width: 100%;
  height: auto;
  position: relative;
 
}
.caption{
	font-size: 26px;
}
#st {
	width: 100%;
	margin-bottom: 50px;
  }
  
  .stmarginbottom {
	margin-bottom: 15px;
  }
  
  .stimg {
	text-center
	margin-bottom: 15px;
  }

  .stimg img {
	width: 70%;
	padding: 10px;
	border-radius: 50%;
  }
  
  .sttitle {
	width: 100%;
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5;
	margin: 20px 0;
	color: #37b1bf;
  }
  
  .sttext {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
	list-style-type: square;
  }
  
  .slick-next:before,
  .slick-prev:before {
	color: #000;
  }

 

/* --電腦版型2-------------------------------------*/
@media screen and (max-width:1199px) {
	
#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%;}

#TOP .company_ALL{ padding: 0 2%;}
.post ul li{ height: 300px;}
h5{ font-size: 21px;}
}


/* --平板版型1-------------------------------------*/
@media screen and (max-width:1023px) {

#h1_block{ width: 85%;  margin-top: 15%; }
#GIFT{ float:none; width:90%;}
#FORM { float:none; width:80%;}

ul.more_td li.w1{ width:20%;}
ul.more_td li.w2{ width:75%;}

h5{ text-indent: 0; }
h5 span{ display: none; }

}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {

#TOP .WRAPPER{ height: 700px;}
#h1_block{ margin-top: 10%; margin-bottom:80px; max-width: 650px; }
.WRAPPER p{ background-image:url(../images/h1-2.png); padding-bottom:37.69230769230769%;}
#TOP .company_ALL{ top: 50%;}
#TOP .company_ALL .company{ width: 100%; margin: 1% 0; float: none;}
/*#TOP .company_ALL .company .logo{ text-align: left; text-indent: 30%;}*/
h2{
	color: #3e1a07;
	font-size: 25px;
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
	}
.Sign{ display: inline-block;}
#Sub1{ cursor: pointer; }
.more_td2{ display: none; }

.process{ height:420px; margin-bottom: 30px;}
.process ul{ margin-left: 30px; }
.process ul li{ font-size: 20px; }
.post1, .post2{ margin-bottom: 35px;}
	
/*箭頭下*/
.process .arrow_r_int{
	border-width:20px 50px 0 50px ;
	border-color:#ffd728 transparent transparent transparent ;
	top: 93%;
	right: 42%;}
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) {

#TOP .WRAPPER{ height: 600px;}
#TOP .company_ALL{ top: 45%;}
/*箭頭下*/
.process .arrow_r_int{ right:42%;}
ul.logo{height:320px;}
ul.logo li{ width:32.3%;}

}

/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {
#TOP .WRAPPER{ height: 550px;}
#TOP .company_ALL{ top: 40%;}
#TOP, #FORM_BLOCK, #CONTENT1, #CONTENT2, #CONTENT3, #CONTENT4, #CONTENT5{
	min-width:320px;}
#h1_block{ width: 95%;}
#TOP .company_ALL .company .logo{ font-size: 19px; }
#TOP .company_ALL .company p{ font-size: 16px;}
#TOP .company_ALL .company .logo span{
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 20px;
}

#FORM { width:90%;}
#GIFT ul li{ width:85%; font-size:19px;}
#FORM #GIFTS, #FORM #NAME, #FORM #PHONE, #FORM #EMAIL{ width:100%; margin-right:0;}

.process{ height:350px;}
.process ul li{ font-size: 17px; }
.process .arrow_r_int{ top: 90%; right:37%;}

ul.logo li{ width:49%;}
#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;}

}
