﻿@charset "utf-8";
/* CSS Document */

@import url("reset.css");

html,body{
	height:100%;
	font-family:  /*"Helvetica Neue", Helvetica, Arial,*/ "微軟正黑體", sans-serif;
	-webkit-text-size-adjust:none;
}

body{
	background-color:#479bf6;
	background-image:url(/Images/index/bgPage.png);
	background-repeat:repeat-x;
}



#Logo{
	position:absolute;
	z-index:9999;
}
#Logo img{
	width:100%;
}




#Copyright{
	/*position:fixed;*/
	position:relative;
	width:100%;
	color:#a3bcff;
	text-align:center;
}

.Warning{
	font-size:14px;
	color:#F00;
	margin-top:-10px;
	padding-bottom:10px;
}

/*-------------------------------------*/




/*=======================================RWD 遊樂園=============================================*/

/*1680以上*/
@media screen and (min-width: 1680px) { 
	#Logo{
		top:30px;
		left:3%;
		width:258px;
	}
}

/*721~1027*/
@media screen and (min-width: 1100px) and (max-width: 1679px) { 
	#Logo{
		top:15px;
		left:3%;
		width:15%;
	}
}

/*最大道720  0~720*/
@media screen and (max-width: 1099px) {
	#Logo{
		top:18px;
		left:3%;
		width:146px;
	}
}


/*=======================================RWD NAV=============================================*/






/*小於720*/
@media screen and (max-width: 720px) {

#main{
	position:relative;
	width:100%;
}
#Copyright{
		
	


	}
#Copyright{
	position:fixed;
	bottom:0px;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px; 
}

#cloudPark{
	display:none;
}



#Layout-02{
	position:relative;
	width:80%;
	max-width:300px;
	margin: auto;
}
.Layout-03{
	position:relative;
	font-size:14px;
	color:#fff;
	padding-bottom:3px;
}
.Layout-04{
	position:relative;
	width:100%;
	height:30px;
	margin-bottom:12px;
	background-color:#f4f4f4;
	border:1px solid #c4c4c4;
	padding-left:10px;
	color:#333;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#Layout-05{
	position:relative;
	width:80%;
	max-width:300px;
	margin:auto;
}
#Layout-06{
	position:relative;
	width:100%;
	text-align:right;
	margin-bottom:4px;
}
#Layout-06 a{
	font-size:16px;
	text-decoration: none;
	color:#F90;	
}
#Layout-06 a:hover{
	font-size:16px;
	text-decoration: none;
	color:#fff;	
}

.addHight{
	margin-top:10px
}

#Layout-07{
	position:relative;
	width:100%;
	height:50px;
	margin-bottom:8px;
}
#Layout-07 button{
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	font-size:24px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	background-color:#4282e3;
	cursor:pointer;
	border:0px solid #000;
	font-family:"Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
}
#Layout-07 button:hover{
	background-color:#5e95e7;
}

#Layout-08{
	position:relative;
	width:100%;
	text-align:center;
	margin-bottom:4px;
}

#Layout-08 a{
	font-size:16px;
	text-decoration: none;
	color:#F90;	
}
#Layout-08 a:hover{
	font-size:16px;
	text-decoration: none;
	color:#fff;	
}

#Layout-09{
	font-size:14px;
	text-align:center;
	color:#0CF;	
}

#loginBg img{
	width:100%;
}

#loginBg{
	display:none;
}


}



/* 大於721*/
@media screen and (min-width: 721px) { 

#main{
	position:relative;
	width:100%;
	min-height:100%;
	overflow:hidden;
}

#Copyright{
	font-size:17px; 
	padding-top:10px;
	padding-bottom:10px;
}
.Copyright2{
	font-size:13px;
	margin-bottom:5px; 
	color:#fff;
}

#loginBack{/*
	position:relative;
	top:50%;
	width:460px;
	height:380px;
	background-color:#fff;
	border-top-right-radius:20px;
	border-top-left-radius:20px;
	margin:auto;
	margin-top:-230px;
	*/
	position:relative;
	width:550px;
	min-height:380px;
	background-color:#fff;
	border-top-right-radius:20px;
	border-top-left-radius:20px;
	margin:auto;
	margin-top:100px;
	overflow:hidden;
	padding-bottom:20px;
}

#cloudPark{
	position:relative;
	width:600px;
	margin:auto;
	margin-top:-30px;
	
	
}
#cloudPark img{
	width:100%;
}


#Layout-01{
	/*
	position:relative;
	width:100%;
	font-size:36px;
	text-align:center;
	padding-top:30px;
	padding-bottom:15px;
	color:#4d4d4d;
	*/
	position:relative;
	width:100%;
	height:55px;
	background-image:url(/Images/index/characteristic_titleBG.png);
	background-repeat:repeat-x;
	background-size:auto 55px;
	border-bottom:5px #ffc6a4 solid;
	margin-top:20px;
}

#Layout-01>p{
	width:80%;
	height:100%;
	line-height:55px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	margin:auto;
}

#Layout-02{
	position:relative;
	width:80%;
	margin: auto;
	margin-top:25px;
}
.Layout-03{
	position:relative;
	font-size:16px;
	color:#4d4d4d;
	padding-bottom:3px;
}
.Layout-04{
	position:relative;
	width:100%;
	height:30px;
	margin-bottom:10px;
	background-color:#f4f4f4;
	border:1px solid #c4c4c4;
	padding-left:10px;
	
	color:#333;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#Layout-05{
	position:relative;
	width:250px;;
	margin:auto;
	margin-top:10px;
}
#Layout-06{
	position:relative;
	width:100%;
	text-align:right;
	margin-bottom:4px;
}
#Layout-06 a{
	font-size:16px;
	text-decoration: none;
	color:#00F;	
}
#Layout-06 a:hover{
	font-size:16px;
	text-decoration: none;
	color:#006;	
}

#Layout-07{
	position:relative;
	width:100%;
	height:45px;
	margin-bottom:8px;
}
#Layout-07 button{
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	font-size:24px;
	line-height:45px;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	background-color:#0035a0;
	cursor:pointer;
	border:0px solid #000;
	font-family:"Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
}
#Layout-07 button:hover{
	background-color:#00278a;
}

#Layout-08{
	position:relative;
	width:100%;
	text-align:center;
	margin-bottom:4px;
}

#Layout-08 a{
	font-size:16px;
	text-decoration: none;
	color:#00F;	
}
#Layout-08 a:hover{
	font-size:16px;
	text-decoration: none;
	color:#006;	
}

#Layout-09{
	font-size:16px;
	text-align:center;
	color:#666;	
}

#loginBg img{
	width:100%;
}
.addHight{
	margin-top:10px
}
#loginBg{
	position:absolute;
	width:360%;
	top:-145%;
	left:-130%;
	display:none;
}

#Layout-10{
	position:relative;
	margin:auto;
	width:75%;
	height:230px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}

.Layout-10-A{
	position:relative;
	width:48%;
	height:100%;
	background-color:#f4f4f4;
	border:1px solid #c4c4c4;
	float:left;
}
.Layout-10-A:nth-child(even){
	margin-left:2.5%;
}

.Layout-10-B{
	padding-top:40px;
	font-size:16px;
	color:#2c2c2c;
	
}

.Layout-10-B p{
	text-align:center;
}

.Layout-10-C-1{
	font-size:25px;
	line-height:55px;
	color:#027bc0;
}
.Layout-10-C-2{
	font-size:25px;
	line-height:55px;
	color:#ff4800;
}



#Layout-11{
	position:relative;
	width:80%;
	height:40px;
	margin-bottom:8px;
	margin:auto;
	margin-top:35px;
}
#Layout-11 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	font-size:24px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	background-color:#027bc0;
}
#Layout-11 a:hover{
	background-color:#039;
}




#Layout-12{
	position:relative;
	width:80%;
	height:40px;
	margin-bottom:8px;
	margin:auto;
	margin-top:35px;
}
#Layout-12 a{
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	font-size:24px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	border-radius:5px;
	background-color:#ff4800;
}
#Layout-12 a:hover{
	background-color:#F00;
}

}

/*==============================手機直橫==================================================*/

/*直*/
@media all and  (max-width: 720px) and (orientation:portrait){
	#loginBack{
		position:relative;
		width:100%;
		/**/height:400px;
		padding-top:60px;
		/*background-color:#0C6;*/
	}
	#Layout-01{
		position:relative;
		width:100%;
		font-size:24px;
		text-align:center;
		padding-top:18px;
		padding-bottom:5px;
		color:#fff;
		font-weight:bold;
	}	
	
	
	#Layout-10{
		position:relative;
		margin:auto;
		width:75%;
		height:155px;
		margin-top:0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box; 
		/*background-color:#F5F5F5;*/
	}

	.Layout-10-A{
		position:relative;
		width:100%;
		height:100%;
		/*border:1px solid #2e6ab9;*/
		float:left;
		border-radius:20px; 
		background-color:#EAEAEA;
	}
	.Layout-10-A:nth-child(even){
		margin-top:15px;
	}
	
	
	.Layout-10-B{
		padding-top:20px;
		font-size:16px;
		color:#2c2c2c;
		
	}
	
	.Layout-10-B p{
		text-align:center;
	}
	
	.Layout-10-C-1{
		font-size:25px;
		line-height:55px;
		color:#027bc0;
	}
	.Layout-10-C-2{
		font-size:25px;
		line-height:55px;
		color:#ff4800;
	}
	
	
	
	#Layout-11{
		position:relative;
		width:80%;
		height:40px;
		margin-bottom:8px;
		margin:auto;
	}
	#Layout-11 a{
		display:block;
		width:100%;
		height:100%;
		text-decoration: none;
		font-size:24px;
		line-height:40px;
		text-align:center;
		color:#FFF;
		border-radius:5px;
		background-color:#027bc0;
	}
	#Layout-11 a:hover{
		background-color:#039;
	}
	

	#Layout-12{
		position:relative;
		width:80%;
		height:40px;
		margin-bottom:8px;
		margin:auto;
	}
	#Layout-12 a{
		display:block;
		width:100%;
		height:100%;
		text-decoration: none;
		font-size:24px;
		line-height:40px;
		text-align:center;
		color:#FFF;
		border-radius:5px;
		background-color:#ff4800;
	}
	#Layout-12 a:hover{
		background-color:#F00;
	}
	

	.Copyright2{
		position:relative;
		width:300px;
		font-size:12px;
		padding-bottom:2px; 
		color:#fff;
		margin:auto;
	}

}

/*橫*/
@media all and (max-width: 720px) and (orientation:landscape){
	#loginBack{
		position:relative;
		width:100%;
		/**/height:400px;
		padding-top:5px;
		/*background-color:#0C6;*/
	}
	
	#Layout-01{
		position:relative;
		width:100%;
		font-size:24px;
		text-align:center;
		padding-top:18px;
		padding-bottom:15px;
		color:#fff;
		font-weight:bold;
	}
	
	
	
	#Layout-10{
		position:relative;
		margin:auto;
		width:85%;
		height:200px;
		margin-top:20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box; 
		/*background-color:#F5F5F5;*/
	}

	.Layout-10-A{
		position:relative;
		width:48.7%;
		height:100%;
		/*border:1px solid #2e6ab9;*/
		float:left;
		border-radius:20px; 
		background-color:#EAEAEA;
	}
	.Layout-10-A:nth-child(even){
		margin-left:2.5%;
	}
	
	
	.Layout-10-B{
		padding-top:40px;
		font-size:16px;
		color:#2c2c2c;
		
	}
	
	.Layout-10-B p{
		text-align:center;
	}
	
	.Layout-10-C-1{
		font-size:25px;
		line-height:55px;
		color:#027bc0;
	}
	.Layout-10-C-2{
		font-size:25px;
		line-height:55px;
		color:#ff4800;
	}
	
	
	
	#Layout-11{
		position:relative;
		width:80%;
		height:40px;
		margin-bottom:8px;
		margin:auto;
		margin-top:15px;
	}
	#Layout-11 a{
		display:block;
		width:100%;
		height:100%;
		text-decoration: none;
		font-size:24px;
		line-height:40px;
		text-align:center;
		color:#FFF;
		border-radius:5px;
		background-color:#027bc0;
	}
	#Layout-11 a:hover{
		background-color:#039;
	}
	
	
	
	
	#Layout-12{
		position:relative;
		width:80%;
		height:40px;
		margin-bottom:8px;
		margin:auto;
		margin-top:15px;
	}
	#Layout-12 a{
		display:block;
		width:100%;
		height:100%;
		text-decoration: none;
		font-size:24px;
		line-height:40px;
		text-align:center;
		color:#FFF;
		border-radius:5px;
		background-color:#ff4800;
	}
	#Layout-12 a:hover{
		background-color:#F00;
	}
	
	.Copyright2{
		position:relative;
		width:100%;
		font-size:12px;
		padding-bottom:2px; 
		color:#fff;
		margin:auto;
	}


	
}
