﻿
/* ---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, h5, h6 {
	font-family: Arial, Helvetica,"source-han-sans-traditional","微軟正黑體", "Microsoft JhengHsans",
	 sans-serif;
}

body{
	font-size:17px;
}

a{
	text-decoration: underline;
}

/* ----------電腦版型--------------------------- */

/*GOTOP*/
#GOTOP{
	position:absolute;
	right:10px;
	bottom:10px;
	width:50px;
	height:50px;
	background-image:url(../images/gotop.png);
	cursor:pointer;
	z-index:9999;
	position: fixed;
	opacity: 0.8;
    filter: alpha(opacity=80);
	}
	
#GOTOP:hover{
	opacity: 1;
    filter: alpha(opacity=1);
	}


/*------------- TOP -------------*/	
#TOP{
    width:100%;
	height:auto;
	background-color:#b7cfbf;
	background-image:url(../images/banner.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
}
	

#TOP .WRAPPER{
	margin:0 auto;
	width:100%;
	max-height:780px;
	height: auto;
	max-width:1200px;
	overflow: hidden;
}

.h2{
	display:block;
	margin:0 auto;
	max-width: 754px;
	height:auto;
	margin-top: 120px;
	margin-bottom: 0;
}

.hh{
	position:relative;
	display:block;
	margin:0 auto;
	max-width: 754px;
	height:auto;
	margin-top: 5px;
	margin-bottom: 160px;
}

.hand{
	position:absolute;
	width:25%;
	height: auto;
	right:150px;
	bottom:-2px;
	}

.pulse{ 
	animation: pulse 2s infinite;
	animation-delay: 3s;
	}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



/*------------- FORM_BLOCK -------------*/

#FORM_BLOCK{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	background-color:#256681;
	top:-50px;
	}
	
#FORM_BLOCK .WRAPPER{
	margin:0 auto;
	position:relative;
	width:90%;
	max-width:820px;
	padding-top:50px;
}
	
h2{
	margin:0 auto;
	color:#fff;
	text-align:center;
	font-size:28px;
	line-height: 1.3;
	font-weight:300;
	margin-bottom: 15px;
	/*animation: pulse 2s infinite;*/
}

h2 span{
	background-image:url(../images/icon_card01.png);
	background-repeat:no-repeat;
	padding-left:35px;
}

h2 span1{
	background-image:url(../images/icon_card02.png);
	background-repeat:no-repeat;
	padding-right:35px;
}
	
h3{
	margin:0 auto;
	color:#fff100;
	text-align:center;
	font-size:28px;
	line-height: 1.3;
	font-weight:300;
	margin-bottom: 15px;
	/*animation: pulse 2s infinite;*/
}

h3 span{
	color: #0d3366;
	font-weight:700;
	background-color:#fff100;
	padding:5px 10px;
}

.GIFT{
	display:block;
	float:left;
	width:40%;
	margin:0 auto;
}

	
/*------------表單內容------------*/	

#FORM {
	float:left;
	width:60%;
	margin:0 auto;
	z-index:99999;
	margin-bottom: 50px;
	padding-left: 30px;
}
	
#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:#666;
	background-color: #fff;
	border: 1px #737373 solid;
	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;
    color: #fff;
	text-decoration:none;
    background-color: #ec6941;
    border-bottom: 8px solid #df491c;
    cursor: pointer;
	border-radius:3px;
}

.B:hover{
	color: #fff000;
}

.C{
	width:100%;
	height:40px;
    font-size: 22px;
	line-height: 40px;
    border-bottom: none;
    border-radius: 0;
}

.D{
    font-size:24px;
	font-family:Arial, Helvetica,"微軟正黑體", sans-serif,Microsoft JhengHei;
	color:#fff;
	width:100%;
	height:48px;
	text-decoration:none;
	line-height:50px;
	text-align:center;
	letter-spacing:1px;
	overflow:hidden;
	border:0;
	border-radius:10px;
	background-color:#ec6941;
}

.D:hover {
    font-size:25px;
	background-color:#ec6941;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

	
	
/*------------- CONTENT_ALL -------------*/

#CONTENT1, #CONTENT2 {
    width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	background-color: #f8f4da;
}

#CONTENT2{
	background-color:#b7cfbf;
}
	
#CONTENT1 .container, #CONTENT2 .container{
	width:1200px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:60px;
}


/*------------- CONTENT1 -------------*/

h1 {
    color: #0d3366;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
	line-height: 36px;
}

h4 {
    color: #0d3366;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
	line-height: 36px;
}

h1 span {
    color: #c51e2a;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

h4 span {
    color: #c51e2a;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

#CONTENT1 .box1{
	width: 100%;
	height: auto;
	background-color:#105d9c;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	padding:3%;
	text-align:center;
}

#CONTENT1 .box1 span1{
	background-image: url(../images/icon_04.png);
	background-repeat:no-repeat;
	padding-left:30px;
	font-size:23px;
	color:#fff;
}

#CONTENT1 .box1 span2{
	background-image: url(../images/icon_05.png);
	background-repeat:no-repeat;
	padding-left:30px;
	font-size:23px;
	color:#fff;
}

#CONTENT1 .box1 span3{
	background-image: url(../images/icon_06.png);
	background-repeat:no-repeat;
	padding-left:30px;
	font-size:23px;
	color:#fff;
}

#CONTENT1 .box1 span4{
	background-image: url(../images/icon_07.png);
	background-repeat:no-repeat;
	padding-left:30px;
	font-size:23px;
	color:#fff;
}

#CONTENT1 .box2{
	width: 100%;
	height: 150px;
	border: 1px #105d9c dashed;
	margin-bottom: 20px;
	border-radius:15px;
}

#CONTENT1 .box2 p{
	color: #1b1b1b;
	font-size: 16px;
	line-height: 1.3;
	padding:15px;
}


/*------------- CONTENT2 -------------*/
#CONTENT2{
	width:100%;
	height:1950px;
	margin:0 auto;
}

#flip_all{
	display:block;
	width:100%;
	margin:0 auto;
	height: 300px;
	margin-bottom:70px;
}

.front_block img{
	display:block;
	margin:0 auto;
	width:100%;
	height: auto;
	margin:15px auto 0px auto;
}
	
.front_block p.tt, .mapBox p.tt{
	font-size:24px;
	line-height:1.3;
	color:#fff;
	text-align:center;
	padding:0;
	background-color:#f29426;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:15px;
}
	
.front_block p{
	display:block;
	line-height:1.5;
	color:#fff;
	text-align:justify;
	padding:35px 20px 0 20px;
}

.front_block p.text{
	font-size:25px;
	display:block;
	line-height:1.5;
	color:#000;
	font-weight:bold;
	text-align: center;
	padding:35px 20px 0 20px;
}

.front_block p.text span{
	color:#f29426;
}
	
.front_block p.more{
	float:right;
	font-size:15px;
	margin-top:0px;
	color:#7d7d7d;
}
	
.solutionBox{
    height:600px;
}
	
.solutionBox, .mapBox{
	width: 48%;
	float:left;
	margin:0 1% 20px 1%;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color:#fff;
}

.solutionBox p.pic01{
	background-image:url(../images/pic01.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	padding-top: 280px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.solutionBox p.pic02{
	background-image:url(../images/pic02.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	padding-top: 280px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.solutionBox p.pic03{
	background-image:url(../images/pic03.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	padding-top: 280px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.solutionBox p.pic04{
	background-image:url(../images/pic04.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	padding-top: 280px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
	
.solutionBox p.tt1{
	font-size:22px;
	font-weight:500;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	line-height:1.3;
	padding:20px;
	background-color:#0d3366;
}

.solutionBox p.tt2{
	font-size:22px;
	font-weight:500;
	color:#ec6941;
	text-align:center;
	margin-bottom:20px;
	line-height:1.3;
	padding:5px 20px;
	text-decoration:underline;
}	

.solutionBox p.tt3{
	color: #1b1b1b;
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
	line-height:1.3;
	padding:0 20px;
}	

/*------------- TURN -------------*/
.flip {
    width: 31.2%;
    height: 300px;
	float:left;
	margin:0 1% 20px 1%;
}

.flip .card.flipped {
    transform: rotatex(-180deg);
 	-webkit-transform: rotatex(-180deg);
}

.flip .card {
    width: 365px;
    height: 300px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.flip .card .face {
   width: 365px;
   height: 300px;
   position: absolute;
   z-index:2; 
}

.flip .card .front {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  background-color:#fff;
  border-top:1px #000 dashed;
  border-bottom:1px #000 dashed;
}

.flip .card .back{
	transform: rotatex(-180deg);
	-webkit-transform: rotatex(-180deg);
    cursor: pointer;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    background-color:#fff;
	padding-top:50px;
}

.face back card01{
}

.front_block{
	width:100%;
	height:100%;
	margin:0 auto;
	float:none;
	clear:both;
}
	
#CTA, #CTA1, #CTA2, #CTA3{
	display:block;
	margin:0 auto;
	width:45%;
	height:50px;
	cursor:pointer;
	margin-top:30px;
}
	
		
/* --電腦版型2-------------------------------------*/
@media screen and (max-width:1279px) {
/*------------- CONTENT_ALL -------------*/
		
#CONTENT1 .container, #CONTENT2 .container{
	width:1000px;
}
	
/*------------- CONTENT2 -------------*/	
.flip .card { 
	width: 305px;
}

.flip .card .face {
	width: 305px;
}	

}


/* --平板版型1-------------------------------------*/
@media screen and (max-width:1023px) {
#FORM_BLOCK{ padding-bottom: 50px;}
.GIFT{ float:none; width:100%;}
#FORM { float:none; width:100%; padding-left: 0; margin-top: 20px;}
.item{ border-bottom: 3px #fff dashed; border-right: none; padding: 5%;}

/*------------- CONTENT_ALL -------------*/

#CONTENT1 .container, #CONTENT2 .container{
	width:750px;
}
	

/*------------- CONTENT2 -------------*/
#CONTENT2{
	height:2220px;
}

.solutionBox, .mapBox{
	width: 48%;
	margin:0 1% 20px 1%;
}

#flip_all{
	width:100%;
	height:600px;
}

/*------------- TURN -------------*/	
.flip {
    width: 48%;
	float:left;
	margin:0 1% 20px 1%;
}

.flip .card {
    width: 305px;
}

.flip .card .face {
   width: 305px;
}
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {


/*------------- TOP -------------*/	
#TOP{
	background-image:url(../images/banner-s.jpg);
}
	
#CONTENT1 .container, #CONTENT2 .container{
	width:100%;
}
.hh{
	width:60%;
	margin-top: -10px;
}
	
h2{font-size: 32px;}

/*------------- CONTENT2 -------------*/
#flip_all{width:100%;}

}
	
/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {
#GOTOP{ display: none; }
.item ul li{ font-size: 22px;}
.hand{
	right:0px;
	bottom:240px;
}
	
/*------------- CONTENT2 -------------*/

#CONTENT2 {
	height:3980px;
}

#flip_all{height:1150px;}

.front_block img{
	margin:15px auto 5px auto;}
	
.front_block p.more{
	float:right;
	font-size:15px;
	margin-top:-35px;
}

/*------------- TURN -------------*/	
.flip {
    width: 100%;
    height: 380px;
	float:none;
	margin:0 0 20px 0;
}

.flip .card {
    width: 100%;
    height: 380px;
}
.flip .card .face {
   width: 100%;
   height: 380px;
}

.solutionBox{
	width:98%;
}

.solutionBox p{
	font-size:17px;}

}
	

/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {


/*------------- TOP -------------*/	
#TOP{
	background-image:url(../images/banner-s.jpg);
	background-position: top -270px;
	background-repeat:no-repeat;
	background-size: none;
}
.h2{ margin-top: 90px; }
.hh{
	width:80%;
	margin-top: -10px;
}
#TOP, #FORM_BLOCK, #CONTENT1, #CONTENT2{ min-width:320px;}
#FORM .GIFT, #FORM #NAME, #FORM #PHONE, #FORM #EMAIL{ width:100%; margin-right:0;}
h3{ font-size: 20px;}
h1{ font-size: 25px;}
h4{ font-size: 25px;}
#CONTENT1 .box2{ height: 180px;}
#CONTENT1 .box2 p{ font-size: 17px;}
#CONTENT1 .box2 p span{ font-size: 35px;}
/*------------- CONTENT2 -------------*/
#CONTENT2 {
	height:3450px;
}
#flip_all{height:900px;}
.flip {height: 290px;}
.flip .card {height: 290px;}
.flip .card .face {height: 290px;}
.solutionBox{
    height:520px;
}
.solutionBox p.pic01{
	padding-top: 180px;
}
.solutionBox p.pic02{
	padding-top: 180px;
}
.solutionBox p.pic03{
	padding-top: 180px;
}
.solutionBox p.pic04{
	padding-top: 180px;
}
}

/* --手機版型3-------------------------------------*/
@media screen and (max-width:374px) {


}

/* --電腦版型w320以下-------------------------------------*/
@media screen and (max-width:319px) {

}