
/*740以上--------------*/
@media screen and (min-width: 740px){

.nav{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:72px;
	background-image:url(/Images/index/nav_bg.png);
	background-repeat:repeat-x;
}

.navBox{
	position:relative;
	max-width:1000px;
	margin:auto;
	height:72px;
}

.leftBtn{
	position:relative;
	float:left;
	left:0px;
	top:12px;
	height:39px;
	margin-left:10px;
}
.leftBtn>div{
	float:left;
	margin-left:2px;
	margin-right:2px;
	
	
}
.leftBtn>div>a{
	display:block;
	line-height:35px;
	padding-left:14px;
	padding-right:14px;
	border:2px dotted #a6dcff;
	border-radius:400px;
	font-size:18px;
	font-weight:bold;
	color:#1c9bed;
	font-family: 'Quicksand','Noto Sans TC',"微軟正黑體", sans-serif;
	/*background-color:#e6f9ff;*/
	
}
.leftBtn>div>a:hover{
	background-color:#FF6;
}

.rightBtn{
	position:absolute;
	float:left;
	right:10px;
	top:14px;
}
.rightBtn>div{
	float:left;
}
.loginBtn{
	background-color:#5fc654;
	border-radius:50px;
	margin-right:5px;
}
.loginBtn>a{
	display:block;
	line-height:31px;
	padding-left:7px;
	padding-right:7px;
	float:left;
	border:2px dotted #35b626;
	border-radius:50px;
	color:#FFF;
	font-family: 'Quicksand','Noto Sans TC',"微軟正黑體", sans-serif;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.loginBtn>a:hover{
	background-color:#30db1e;
}
.languageBtn{
	background-color:#f5a546;
	width:140px;
	border-radius:50px;
}
.languageBtn>p{
	display:block;
	border-radius:50px;
	color:#FFF;
	font-weight:bold;
	border:2px dotted #e58f28;
	border-radius:50px;
	height:31px;
}
.languageBtn>p>a{
	display:block;
	float:left;
	/*font-weight: 500;*/
	font-size:12px;
	color:#FFF;
	margin-top:5px;
	line-height:22px;
	font-family:  "微軟正黑體", sans-serif;
}
.languageBtn>p>a:first-child{
	padding-left:10px;
	padding-right:8px;
}
.languageBtn>p>a:first-child:hover{
	color:#FF0;
}
.languageBtn>p>a:last-child{
	padding-left:11px;
	padding-right:11px;
	border-left:2px dotted #e58f28;
}
.languageBtn>p>a:last-child:hover{
	color:#FF0;
}



/*

.navOpenBtn{
	position: fixed;
	width:60px;
	height:58px;
	top:0px;
	right:32px;
	background-color:#5fc654;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
	-webkit-transition: all 0.1s ease-out; 
	-moz-transition: all 0.1s ease-out; 
	transition: all 0.1s ease-out; 
	-webkit-transform:translateY(-60px);
	-moz-transform:translateY(-60px);
	transform:translateY(-60px);
}
.navOpenBtn>div{
	width:60px;
	height:58px;
	border-left:2px dotted #35b626;
	border-right:2px dotted #35b626;
	border-bottom:2px dotted #35b626;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
	padding-top:14px;
}
.navOpenBtn>div>p{
	display:block;
	position:relative;
	width:70%;
	height:4px;
	background-color:#FFF;
	margin:auto;
	margin-bottom:5px;
	border-radius:50px;
}
*/
/**/
.backHomeBtn>a{
	height:35px;
	width:32px;
	background-image:url(/Images/index/nav_backHomeBtn.png);
	background-size:32px auto;
	background-repeat:no-repeat;
	background-position:center 0px;
	overflow:hidden;
	line-height:300px !important;
}




.pageLogo{
	position:relative;
	float:left;
	margin-top:12px;
	margin-left:15px;
}
.pageLogo>img{
	display:block;
	width:136px;
	height:auto;
}


.courseBackHomeBtn>a{
	display:block;
	line-height:31px;
	padding-left:7px;
	padding-right:7px;
	float:left;
	border:2px dotted #35b626;
	border-radius:50px;
	color:#FFF;
	font-weight:bold;
	height:35px;
	width:58px;
	background-image:url(/Images/index/nav_backHomeBtn2.png);
	background-size:36px auto;
	background-repeat:no-repeat;
	background-position:center 3px;
	overflow:hidden;
	line-height:300px !important;
	background-color:#5fc654;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.courseBackHomeBtn>a:hover{
	background-color:#30db1e;
	
}


.courseMainBtn{
	position:relative;
	margin-right:4px;
}

.courseMainBtn>p,.courseMainBtn>a{
	display:block;
	line-height:31px;
	padding-left:12px;/*7px*/
	padding-right:12px;/*7px*/
	float:left;
	border:2px dotted #35b626;
	border-radius:50px;
	color:#FFF;
	height:35px;
	overflow:hidden;
	background-color:#5fc654;
	cursor:pointer;
	font-family:  "微軟正黑體", sans-serif;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.courseMainBtn>p:hover,.courseMainBtn>a:hover{
	background-color:#30db1e;
	
}
.courseMainBtn2{
	position:relative;
	margin-left:4px;
}


.courseMainBtn2>a{
	display:block;
	line-height:31px;
	padding-left:12px;/*7px*/
	padding-right:12px;/*7px*/
	float:left;
	border:2px dotted #35b626;
	border-radius:50px;
	color:#FFF;
	height:35px;
	overflow:hidden;
	background-color:#5fc654;
	cursor:pointer;
	font-family:  "微軟正黑體", sans-serif;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.courseMainBtn2>a:hover{
	background-color:#30db1e;
}


.courseLogoutBtn{
	background-color:#0CF !important;
	border:2px dotted #00f6ff !important;
}
.courseLogoutBtn:hover{
	background-color:#51dcff !important;
	border:2px dotted #3FF !important;
}

.courseBookBtn{
	display:block;
	padding-left:7px;
	padding-right:7px;
	float:left;
	border:2px dotted #35b626;
	border-radius:50px;
	color:#FFF;
	height:31px;
	background-image:url(/Images/index/nav_bookBtn.png);
	background-size:36px auto;
	background-repeat:no-repeat;
	background-position:center 3px;
	overflow:hidden;
	width:58px;
	line-height:300px !important;
	background-color:#5fc654;
	cursor:pointer;
}


/**/
.courseMainList{
	display:block;
	position:absolute;
	background-color:#fff;
	top:35px;
	left:50%;
	-webkit-transform:translateX(-50%) scaleY(0);
	-moz-transform:translateX(-50%) scaleY(0);
	transform:translateX(-50%) scaleY(0);
	-webkit-transform-origin:0% 20%;
	-moz-transform-origin:0% 20%;
	transform-origin:0% 20%;
	/**/
	

	padding:7px;
	border-radius:25px;
}
.courseMainList_open{
	-webkit-transform:translateX(-50%) scaleY(1);
	-moz-transform:translateX(-50%) scaleY(1);
	transform:translateX(-50%) scaleY(1);
}
.courseMainList_addTransition{
	-webkit-transition: all 0.2s ease-out;;
	-moz-transition: all 0.2s ease-out;;
	transition: all 0.2s ease-out;;
}

.courseMainList>li{
	margin-bottom:5px;
}
.courseMainList>li:last-child{
	margin-bottom:0px;
}
.courseMainList>li>a{
	display:block;
	width:150px;
	height:38px;
	text-align:center;
	border:2px dotted #acdfff;
	line-height:34px;
	background-color:#e6f9ff;
	-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-radius:400px;
	color:#2cacff;
	font-family: 'Quicksand','Noto Sans TC',"微軟正黑體", sans-serif;
}
.courseMainList>li>a:hover{
	background-color:#ffff66;
}

.courseMainBtnRightBtn{
	top:12px;
}

.loginBy{
	position:absolute;
	top:0px;
	left:-3px;
}
.loginBy>a{
	display:block;
	position:absolute;
	font-size:12px;
	right:0px;
	width:105px;
	height:35px;
	background-color:#fff;
	border-radius:50px;
	border:2px solid #e8e8e8;
	color:#999;
	line-height:31px;
	text-align:center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family:"微軟正黑體", sans-serif;
}
.loginBy>a>span{
	color:#00F;
}
.loginBy>a:hover{
	background-color:#F6F6F6;
}


} /*740以上--------------*/



/*739以下--------------*/
@media screen and (max-width: 739px){

.nav{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:0%;
	background-color:#fff;/*fffe82*/
	z-index:1;
	overflow:hidden;
	/*
	background-image:url(/Images/index/nav_bg.png);
	background-repeat:repeat-x;
	*/
	overflow-y: scroll;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navOpen{
	height:100%;
	overflow-y:
}

.navBox{
	position:relative;
	width:100%;
	padding-top:70px;
}

.leftBtn{
	position:relative;
	left:0px;
	top:0px;
	
}
.leftBtn>div{
	margin:auto;
	width:90%;
	max-width:300px;
	margin-bottom:8px;
	
}

.leftBtn>div>a{
	display:block;
	line-height:46px;
	height:50px;
	padding-left:14px;
	padding-right:14px;
	border:2px dotted #a6dcff;
	border-radius:30px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#1c9bed;
	font-family: 'Quicksand','Noto Sans TC',"微軟正黑體", sans-serif;
	background-color:#e6f9ff;/*e6f9ff*/

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.leftBtn>div>a:hover{
	/*background-color:#FF6;*/
}






.rightBtn{
	position: relative;
	padding-bottom:60px;
}
.rightBtn>div{
}
.loginBtn{
	position:relative;
	background-color:#5fc654;
	border-radius:50px;
	width:90%;
	max-width:300px;
	margin:auto;
	margin-bottom:10px;
}
.loginBtn>a{
	display:block;
	line-height:46px;
	padding-left:7px;
	padding-right:7px;
	border:2px dotted #35b626;
	border-radius:50px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-family: 'Quicksand','Noto Sans TC',"微軟正黑體", sans-serif;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.loginBtn>a:hover{
	/*background-color:#30db1e;*/
}
.languageBtn{
	background-color:#f5a546;
	width:90%;
	border-radius:50px;
	max-width:300px;
	margin:auto;
}
.languageBtn>p{
	display:block;
	border-radius:50px;
	color:#FFF;
	font-weight:bold;
	border:2px dotted #e58f28;
	border-radius:50px;
	height:50px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.languageBtn>p>a{
	display:block;
	float:left;
	font-weight: 500;
	font-size:16px;
	color:#FFF;
	line-height:46px;
	font-family: 'Quicksand','Noto Sans TC',"微軟正黑體", sans-serif;
	width:49.3%;
	text-align:center;
}
.languageBtn>p>a:first-child{
	/*padding-left:11px;
	padding-right:6px;*/
	
}
.languageBtn>p>a:first-child:hover{
	/*color:#FF0;*/
}
.languageBtn>p>a:last-child{
	/*padding-left:6px;*/
	border-left:2px dotted #e58f28;
}
.languageBtn>p>a:last-child:hover{
	/*color:#FF0;*/
}









.navOpenBtn{
	position: absolute;
	width:60px;
	height:58px;
	top:0px;
	right:32px;
	background-color:#5fc654;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
	
	-webkit-transition: all 0.1s ease-out; 
	-moz-transition: all 0.1s ease-out; 
	transition: all 0.1s ease-out; 
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
	z-index:10
}
.navOpenBtn>div{
	width:60px;
	height:58px;
	border-left:2px dotted #35b626;
	border-right:2px dotted #35b626;
	border-bottom:2px dotted #35b626;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
	padding-top:14px;
}
.navOpenBtn>div>p{
	display:block;
	position:relative;
	width:70%;
	height:4px;
	background-color:#FFF;
	margin:auto;
	margin-bottom:5px;
	border-radius:50px;
}


.backHomeBtn>a{
	display:block;
	height:50px ;
	overflow:hidden ;
	line-height:5000px !important ;
	
	background-image:url(/Images/index/nav_backHomeBtn.png) ;
	background-size:32px auto;
	background-repeat:no-repeat;
	background-position:center 7px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


.pageLogo{
	position:absolute;
	top:12px;
	left:20px
}
.pageLogo>img{
	display:block;
	width:136px;
	height:auto;
}

.courseBackHomeBtn{
	/*margin-bottom:60px;*/
}
.courseBackHomeBtn>a{
	display:block;
	height:50px ;
	width:90%;
	max-width:300px;
	overflow:hidden ;
	line-height:5000px !important ;
	
	background-image:url(/Images/index/nav_backHomeBtn2.png) ;
	background-size:36px auto;
	background-repeat:no-repeat;
	background-position:center 11px;
	background-color:#5fc654;
	cursor:pointer;
	padding-left:7px;
	padding-right:7px;
	border:2px dotted #35b626;
	border-radius:50px;
	color:#FFF;
	margin:auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.courseBookBtn{
	display:block;
	height:50px ;
	width:90%;
	max-width:300px;
	overflow:hidden ;
	line-height:5000px !important ;
	background-image:url(/Images/index/nav_bookBtn.png) ;
	background-size:36px auto;
	background-repeat:no-repeat;
	background-position:center 11px;
	background-color:#5fc654;
	cursor:pointer;
	padding-left:7px;
	padding-right:7px;
	border:2px dotted #35b626;
	border-radius:50px;
	margin:auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.courseMainBtn>p,.courseMainBtn>a{
	display:block;
	height:50px ;
	width:90%;
	max-width:300px;
	overflow:hidden ;
	line-height:50px ;
	background-color:#5fc654;
	cursor:pointer;
	padding-left:7px;
	padding-right:7px;
	border:2px dotted #35b626;
	border-radius:50px;
	color:#FFF;
	text-align:center;
	font-size:18px;
	font-family: 'Quicksand','Noto Sans TC',"微軟正黑體", sans-serif;
	margin:auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.courseMainBtn2{
	position:relative;
	margin-top:6px;
}


.courseMainBtn2>a{
	display:block;
	height:50px ;
	width:90%;
	max-width:300px;
	overflow:hidden ;
	line-height:50px ;
	background-color:#5fc654;
	cursor:pointer;
	padding-left:7px;
	padding-right:7px;
	border:2px dotted #35b626;
	border-radius:50px;
	color:#FFF;
	text-align:center;
	font-size:18px;
	font-family: 'Quicksand','Noto Sans TC',"微軟正黑體", sans-serif;
	margin:auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}





.courseLogoutBtn{
	background-color:#0CF !important;
	border:2px dotted #3FF !important;
}

.courseMainBtn{
	position:relative;
	margin-bottom:8px;
}




.courseMainList{
	display:block;
	position: relative;
	width:90%;
	max-width:300px;
	margin:auto;
	overflow:hidden;
	/**/height:0px;
}

.courseMainList_addTransition{
	-webkit-transition: all 0.2s ease-out;;
	-moz-transition: all 0.2s ease-out;;
	transition: all 0.2s ease-out;;
}


.courseMainList>li{
	margin-bottom:5px;
}
.courseMainList>li:first-child{
	margin-top:5px;
}
.courseMainList>li>a{
	display:block;
	width:90%;
	margin:auto;
	height:50px;
	text-align:center;
	border:2px dotted #ffd23b;/*acdfff*/
	line-height:46px;
	background-color:#fffe82;/*e6f9ff*/
	-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-radius:400px;
	color:#ff8400;/*2cacff*/
	font-weight:bold;
	font-family: 'Quicksand','Noto Sans TC',"微軟正黑體", sans-serif;
}
.loginBy{
	position:relative;
	padding-top:20px;
}
.loginBy>a{
	display:block;
	position:relative;
	font-size:12px;
	width:90%;
	max-width:300px;
	height:35px;
	background-color:#fff;
	border-radius:50px;
	border:2px solid #e8e8e8;
	color:#999;
	line-height:31px;
	text-align:center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family: "微軟正黑體", sans-serif;
	margin:auto;
}
.loginBy>a>span{
	color:#00F;
}
.loginBy>a:hover{
	background-color:#F6F6F6;
}


	
} /*739以下--------------*/

