﻿@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{
	bottom:0px;
	width:100%;
	color:#a3bcff;
	text-align:center;
	/*background-color:#285be2;*/
}

/*-------------------------------------*/




/*=======================================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{
	position:relative;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px; 
}


#cfBack{
	position:relative;
	width:100%;
	max-width:1100px;
	margin:auto;
	overflow:hidden;
}

#cfBox{
	position:relative;
	width:96%;
	min-height:470px;
	margin:auto;
	margin-top:100px;
}
#cfBox2{
	position:relative;
	width:100%;
	height:50px;
}
#cfPark{
	display:none;

}


#cfContent{
	position:relative;
	width:100%;
	min-height:470px;
	border-radius:10px;
	background-color:#FFF;
	/*padding-bottom:30px;*/

	
}

.cfLayout1{
	position:relative;
	width:100%;
	height:25px;
}


.cfLayout4{
	position:relative;
	width:87%;
	margin:auto;
	font-size:17px;
	color:#4d4d4d;
	line-height:26px;
	/*margin-bottom:30px;*/
}
.cfRed{
	color:#F00;
	font-weight: bold;
}


#cfStart{
	display:none;
}


/**/

.newbie_but{
	position:relative;
	overflow:hidden;
	border-bottom:5px solid #ff6000;
}

.newbie_but>div{
	float:left;
	height:40px;
	width:50%;
	line-height:45px !important;
	background-color:#ebebeb;
	border-top-left-radius:8px; 
	border-top-right-radius:8px;
	text-align:center; 
	cursor:pointer;
}
.newbie_but>div:hover{
	background-color:#DFDFDF;
}

.newbie_but_focus{
	background-color:#ff6000 !important;
	color:#FFF;
	cursor: default !important;
}

.newbie_content>div{
	position:relative;
}

.newbie_content>div span{
	float:left;
	width:35px;
}
.newbie_content>div p{
	overflow:hidden;
}
.newbie_content>div a{
	color:#00F;
}

.newbie_content_hidden{
	display:none;
}

.newbieQ{
	font-weight:bold;
	color:#ff6000;
	margin-top:10px;
}

.hardware01{
	font-weight:bold;
	color:#03C;
	padding:0px;
	padding-left:5px;
	margin-top:10px;
	width:100%;
	background-color:#F2F2F2;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.hardware02{
	color:#ff6000;
	font-weight:bold;
}



}



/* 大於721*/
@media screen and (min-width: 721px) { 

#main{
	position:relative;
	width:100%;
	overflow:hidden;
}

#Copyright{
	position:relative;
	font-size:17px; 
	padding-top:10px;
	padding-bottom:10px;
}
.Copyright2{
	font-size:13px;
	margin-bottom:5px; 
	color:#fff;
}


#cfBack{
	position:relative;
	width:100%;
	max-width:1100px;
	margin:auto;
	margin-top:120px;
}

#cfBox{
	position:relative;
	width:70%;
	min-height:470px;
	bottom:0px;
	left:23.9%;
	z-index:999;
}
#cfBox2{
	position:relative;
	width:100%;
	height:220px;
}
#cfPark{
	position:relative;
	margin-top:-36%;
	width:100%;
	z-index:100;
}

#cfPark img,#cfStart img{
	width:100%;
}


#cfContent{
	position:relative;
	width:100%;
	min-height:470px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	background-color:#FFF;
	
}

.cfLayout1{
	position:relative;
	width:100%;
	height:40px;
}

.cfLayout2{
	position:relative;
	width:100%;
	height:75px;
	background-color:#ff6000;
	background-image:url(/Images/index/characteristic_titleBG.png);
	background-repeat:repeat-x;
	font-size:36px;
	color:#FFF;
	padding-left:6%;
	line-height:75px;
	font-weight: bold; 
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	border-bottom:7px solid #ffc6a4
}

.cfLayout3{
	position:relative;
	width:100%;
	height:22px;
}

.cfLayout4{
	position:relative;
	width:87%;
	margin:auto;
	font-size:17px;
	color:#4d4d4d;
	line-height:28px;
}
.cfRed{
	color:#F00;
	font-weight: bold;
}




/**/

.newbie_but{
	position:relative;
	overflow:hidden;
	border-bottom:5px solid #ff6000;
}

.newbie_but>div{
	float:left;
	padding-left:20px;
	padding-right:20px;
	height:40px;
	line-height:45px !important;
	background-color:#ebebeb;
	margin-right:2px;
	border-top-left-radius:8px; 
	border-top-right-radius:8px; 
	cursor:pointer;
}
.newbie_but>div:hover{
	background-color:#DFDFDF;
}

.newbie_but_focus{
	background-color:#ff6000 !important;
	color:#FFF;
	cursor: default !important;
}

.newbie_content>div{
	position:relative;
}

.newbie_content>div span{
	position:absolute;
	top:0px;
	left:0px;
	width:35px;
}
.newbie_content>div p{
	overflow:hidden;
}

.newbie01 p{
	padding-left:32px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.newbie_content>div a{
	color:#00F;
}

.newbie_content_hidden{
	display:none;
}

.newbieQ{
	font-weight:bold;
	color:#ff6000;
	margin-top:10px;
}

.hardware01{
	font-weight:bold;
	color:#03C;
	padding:0px;
	padding-left:5px;
	margin-top:10px;
	width:100%;
	background-color:#F2F2F2;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.hardware02{
	color:#ff6000;
	font-weight:bold;
}

}
/*==============================星星RWD==================================================*/
/*722~900*/
@media screen and (min-width: 722px) and (max-width: 900px) {
#cfStart{
	position:absolute;
	left:1.8%;
	top:10%;
	width:21%;
	z-index:1;
}
}
/*901以上*/
@media screen and (min-width: 901px) { 
#cfStart{
	position:absolute;
	left:6%;
	top:-3%;/*-6.5*/
	width:17.5%;
	z-index:1;
}
}


/*==============================手機直橫==================================================*/

/*直*/
@media all and  (max-width: 720px) and (orientation:portrait){

.cfLayout2{
	position:relative;
	width:100%;
	height:50px;
	background-color:#ff6000;
	background-image:url(/Images/index/characteristic_titleBG.png);
	background-repeat:repeat-x;
	background-size:auto 50px;
	font-size:25px;
	color:#FFF;
	padding-left:6%;
	line-height:50px;
	font-weight: bold; 
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	border-bottom:5px solid #ffc6a4;
}

.cfLayout3{
	position:relative;
	width:100%;
	height:22px;
}

.Copyright2{
	position:relative;
	width:300px;
	font-size:12px;
	padding-bottom:2px; 
	color:#fff;
	margin:auto;
}

#AADD{
	width:100%;
	height:30px;
}

}

/*橫*/
@media all and (max-width: 720px) and (orientation:landscape){
	
.cfLayout2{
	position:absolute;
	top:-84px;
	width:100%;
	height:50px;
	font-size:25px;
	color:#FFF;
	line-height:50px;
	text-align:center;
	font-weight:bold;
	
	
}

.cfLayout3{
	display:none;
}

.Copyright2{
		position:relative;
		width:100%;
		font-size:12px;
		padding-bottom:2px; 
		color:#fff;
		margin:auto;
}
#AADD{
	width:100%;
	height:30px;
}


}