
@import url('https://fonts.googleapis.com/css2?family=Huninn&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');


/*740以上--------------*/
@media screen and (min-width: 740px){

.nav{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:92px;
	background-image: url(/Images/nav/nav_bg.png);
	background-repeat:repeat-x;
	background-position:center top;
	
	font-family: "Huninn", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.navBox{
	position:relative;
	max-width:1000px;
	margin:auto;
	height:92px;
	/*background-color:rgba(0,0,0,0.2);*/
}


.rightBtn{
	position:absolute;
	float:left;
	right:0px;
	top:12px;
}
.rightBtn>div{
	float:left;
}

.navBtn{
	margin-right:4px;
}
.navBtn>a{
	display:block;
	height:40px;
	line-height:36px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	border:2px solid #ffc600;
	border-radius:50px;
	color:#FFF;
	font-size:18px;
	background-color:#ffa200;
	background-image:url(/Images/nav/navBtn_bg_1.png);
	background-position:top right;
	background-repeat:no-repeat;
	border-radius:50px;
	box-shadow:0px 2px 1px rgba(0%,0%,0%,0.1);
	text-shadow:0px 2px 1px rgba(0%,0%,0%,0.1);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.navBtn>a:hover{
	background-color:#ffc600;
	border:2px solid #ffdd67;
}


.languageBtn{
	background-color:#0055c8;
	width:140px;
	height:40px;
	line-height:36px;
	border-radius:50px;
	margin-right:5px;
	border:2px solid #ffc000;
	-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{
	
}
.languageBtn>p>a{
	display:block;
	float:left;
	font-size:14px;
	color:#FFF;
	margin-top:0px;
	line-height:36px;
}
.languageBtn>p>a:first-child{
	padding-left:9px;
	padding-right:6px;
}
.languageBtn>p>a:first-child:hover{
	color:#FF0;
}
.languageBtn>p>a:last-child{
	padding-left:6px;
	padding-right:5px;
	border-left:2px dotted #4d5ade;
}
.languageBtn>p>a:last-child:hover{
	color:#FF0;
}

.languageBtn .focus{
	color:#3CF !important;
	cursor: default;
}




.courseBackHomeBtn{
	margin-right:4px;
}

.courseBackHomeBtn>a{
	display:block;
	
	line-height:36px;
	padding-left:10px;
	padding-right:10px;
	border:2px solid #ffc600;
	border-radius:50px;
	color:#FFF;
	height:40px;
	width:58px;
	background-image: url(/Images/nav/navBtn_home.png),url(/Images/nav/navBtn_bg_1.png);
	background-size:40px auto,19px 22px;
	background-repeat:no-repeat;
	background-position:center center, top right;
	overflow:hidden;
	line-height:300px !important;
	background-color:#ffa200;
	box-shadow:0px 2px 1px rgba(0%,0%,0%,0.1);
	-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:#ffc600;
	border:2px solid #ffdd67;
}


.courseMainBtn{
	position:relative;
	margin-right:4px;
}

.courseMainBtn>p{
	display:block;
	line-height:36px;
	padding-left:12px;/*7px*/
	padding-right:12px;/*7px*/
	float:left;
	border:2px solid #ffc600;
	border-radius:50px;
	color:#FFF;
	height:40px;
	overflow:hidden;
	background-color:#ffa200;
	background-image:url(/Images/nav/navBtn_bg_1.png);
	background-position:top right;
	background-repeat:no-repeat;
	cursor:pointer;
	font-size:18px;
	box-shadow:0px 2px 1px rgba(0%,0%,0%,0.1);
	text-shadow:0px 2px 1px rgba(0%,0%,0%,0.1);
	-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{
	background-color:#ffc600;
	border:2px solid #ffdd67;
	
}

.courseBookBtn{
	display:block;
	padding-left:10px;
	padding-right:10px;
	float:left;
	border:2px dotted #35b626;
	border-radius:50px;
	color:#FFF;
	height:40px;
	background-image: url(/Images/nav/navBtn_book.png),url(/Images/nav/navBtn_bg_1.png) !important;
	background-size:40px auto,19px 22px !important;
	background-repeat:no-repeat !important;
	background-position:center center, top right !important;
	overflow:hidden;
	width:58px;
	line-height:300px !important;
	background-color:#5fc654;
	cursor:pointer;
}


/**/
.courseMainList{
	display:block;
	position:absolute;
	background-color:#fff;
	top:40px;
	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::after {
	content: "";
	position:absolute;
	display:block;
	top:-4px;
	left:50%;
	margin-left:-5px;
	width:8px;
	height:8px;
	border-radius:1px;
	background-color:#fff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}

.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.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s 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;
	line-height:34px;
	background-color:#fff157;
	-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:#ff6600;
	border:2px solid #ffd800;
}
.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:40px;
	background-color:#fff;
	border-radius:50px;
	border:2px solid #ffc600;
	color:#999;
	line-height:36px;
	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+ */
}
.loginBy>a>span{
	color:#00F;
}
.loginBy>a:hover{
	background-color:#F6F6F6;
}


.logoBox{
	position:relative;
	width:202px;
	height:98px;
	background-color:#FFF;
	overflow:hidden;
	margin-left:5px;
	border-bottom-left-radius:30px; 
	border-bottom-right-radius:30px; 
	box-shadow:0px 5px 3px rgba(0%,0%,0%,0.2);
}

.logoBox>img{
	display:block;
	position:relative;
	width:155px;
	height:auto;
	margin:auto;
	margin-top:20px;
}




.logoBox2{
	display:none;
}




} /*740以上--------------*/



/*739以下--------------*/
@media screen and (max-width: 739px){

.nav{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:0%;
	background-color:#ed2929;/*fff*/
	z-index:1;
	overflow:hidden;
	overflow-y: scroll;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	font-family: "Huninn", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.navOpen{
	height:100%;
	overflow-y:
}

.navBox{
	position:relative;
	width:100%;
	padding-top:70px;
}


.rightBtn{
	position: relative;
	padding-bottom:60px;
}
.rightBtn>div{
}


.navBtn{
	position:relative;
	background-color:#ffa200;
	background-image:url(/Images/nav/navBtn_bg_1.png);
	background-position:top 5px right 4px;
	background-repeat:no-repeat;
	border-radius:50px;
	width:90%;
	max-width:300px;
	margin:auto;
	margin-bottom:10px;
}
.navBtn>a{
	display:block;
	line-height:46px;
	padding-left:7px;
	padding-right:7px;
	border:2px solid #ffc600;
	border-radius:50px;
	color:#FFF;
	text-align:center;
	box-shadow:3px -8px 1px rgba(0%,0%,0%,0.04) inset,0px 2px 1px rgba(0%,0%,0%,0.1);
	text-shadow:0px 2px 1px rgba(0%,0%,0%,0.1);
	font-size:18px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.navBtn>a:hover{
	/*background-color:#30db1e;*/
}


.languageBtn{
	background-color:#0055c8;
	width:90%;
	border-radius:50px;
	max-width:300px;
	margin:auto;
}
.languageBtn>p{
	display:block;
	border-radius:50px;
	color:#FFF;
	font-weight:bold;
	border:2px solid #ffc000;
	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;
	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 #4d5ade;
}
.languageBtn>p>a:last-child:hover{
	/*color:#FF0;*/
}
.languageBtn .focus{
	color:#3CF !important;
	cursor: default;
}








.navOpenBtn{
	/*position: absolute;*/
	position:fixed;
	width:60px;
	height:60px;
	top:0px;
	right:30px;
	
	-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{
	margin-top:18px;
}
.navOpenBtn>div>p{
	display:block;
	position:relative;
	width:50%;
	height:4px;
	background-color:#FFF;
	margin:auto;
	margin-bottom:5px;
	border-radius:50px;
}



.courseBackHomeBtn{
	margin-bottom:10px;/**/
}
.courseBackHomeBtn>a{
	display:block;
	height:50px ;
	width:90%;
	max-width:300px;
	overflow:hidden ;
	line-height:5000px !important ;
	
	background-image: url(/Images/nav/navBtn_home.png),url(/Images/nav/navBtn_bg_1.png);
	background-size:40px auto,19px 22px;
	background-repeat:no-repeat;
	background-position:center center, top 3px right 2px;
	background-color:#ffa200;
	cursor:pointer;
	padding-left:7px;
	padding-right:7px;
	border:2px solid #ffc600;
	border-radius:50px;
	color:#FFF;
	margin:auto;
	box-shadow:3px -8px 1px rgba(0%,0%,0%,0.04) inset,0px 2px 1px rgba(0%,0%,0%,0.1);
	-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/nav/navBtn_book.png),url(/Images/nav/navBtn_bg_1.png) !important;
	background-size:40px auto,19px 22px !important;
	background-repeat:no-repeat !important;
	background-position:center center, top 3px right 2px !important;
	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{
	display:block;
	height:50px ;
	width:90%;
	max-width:300px;
	overflow:hidden ;
	line-height:46px ;
	
	background-color:#ffa200;
	background-image:url(/Images/nav/navBtn_bg_1.png);
	background-position:top 3px right 2px;
	background-repeat:no-repeat;
	box-shadow:3px -8px 1px rgba(0%,0%,0%,0.04) inset,0px 2px 1px rgba(0%,0%,0%,0.1);
	text-shadow:0px 2px 1px rgba(0%,0%,0%,0.1);
	
	cursor:pointer;
	padding-left:7px;
	padding-right:7px;
	border:2px solid #ffc600;
	border-radius:50px;
	color:#FFF;
	text-align:center;
	font-size:18px;
	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{
	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 solid #ffd800;
	line-height:46px;
	background-color:#fff157;
	-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:#ff6600;
	font-size:18px;
}
.loginBy{
	position:relative;
	padding-top:20px;
}
.loginBy>a{
	display:block;
	position:relative;
	font-size:14px;
	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+ */
	margin:auto;
}
.loginBy>a>span{
	color:#00F;
}
.loginBy>a:hover{
	background-color:#F6F6F6;
}



.logoBox{
	display:none;
}

.logoBox2{
	position:absolute;
	width:130px;
	top:20px;
	left:15px;
}

.logoBox2>img{
	display:block;
	width:100%;
	height:auto;
}

.mobileTop{
	/*position:absolute;*/
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:60px;
	background-color:#ed2929;
}

	
} /*739以下--------------*/


/* js控制頁面scroll消失*/	
.mainClose{ 
	overflow-y: hidden;
}
.mainScrollClose::-webkit-scrollbar
{
    width: 0px;
    height: 0px;
}
.mainScrollClose {
   /* 
	width:100%;
	height:100%;
	overflow-y: auto;
	*/
}

.footerHidden{
	/*display:none;*/
}
/* js控制頁面scroll消失*/	

