@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/

.online_audiobook_bg{
	grid-area:1 / 1 / 25 /25;
	/*background-image: url(/newtonkids_online/mw/cufiles/images/home/online_magazine.png);*/
	/*background-repeat: no-repeat;*/
	/*background-size: contain;*/
	/*margin-left: -170px;*/
}
.sec_1 .content_box{
	display: grid;

}
.sec_1 .content_l_box{
	display: flex;
	flex:1;
	order:2;
	flex-direction:column;
	justify-content:center;
	grid-area: 2 / 2 / 3 / 3;
}
.sec_1 .content_r_box{
	flex:1;
	grid-area: 2 / 1 / 3 / 2;
	margin:auto;
	/*width: 382px;*/
	/*height: 500px;*/
}
.sec_1 .content_r_box .content_image_ask img{
	filter: drop-shadow(8px 8px 3px #AAA);
}
.post_intro_box::after{
	width: 100%;
	height: 260px;
	display: block;
	content: "";
	background-image: url(../../../../../cufiles/images/home/tmp_3_online_audiobook_sec_2.png);
	background-size: contain;
	background-repeat: repeat-x;
	margin-top: -60px;
}
.main_yellow_btn{
	background: #F8B32C;
	color: #fff;
}
.listen_start_box .icon{
	width: 80px;
	height: 80px;
	margin: 30px 0;
	padding: 0;
	fill:#DDD;
	/*fill: #F8B32C;*/
	border: 2px solid #DDD;
	border-radius: 50px;
	cursor: pointer;
}
.listen_start_box .icon_pause{
	width: 80px;
	height: 80px;
	display: none;
}



.listen_box{
	position: fixed;
	display: flex;
	width: 100%;
	bottom: 0;
	opacity: 0.9;
	background: #F6D428;
	/*box-shadow: 2px 2px 3px rgba(20%,20%,40%,0.5);*/
	align-items: center;
	justify-content: space-between;
	z-index: 79;
}
.listen_box .icon{
	display: flex;
	width: 30px;
	height: 30px;
	margin: 0 0;
	padding: 0;
	fill:#FFF;
	cursor: pointer;
}
.listen_box .icon_pause{
	display: none;
}
.listen_box .icon_start, .listen_box .icon_pause{
	width: 80px;
	height: 80px;
	margin: 0 30px;
}
.listen_control_box{
	display: flex;
	flex:1;
	align-items: center;
	justify-content: center;
}
.listen_timeline_box{
	display: flex;
	flex:2;
	justify-content: center;
	/*position: static;*/
	/*display: table;*/
	margin: 10px auto;
}
.listen_timeline_box h4{
	text-align: center;
	margin: 8px 0;
}
.listen_tool_box{
	flex:1;
}
.progress{
	display: flex;
	/*flex-wrap: wrap;*/
	height: 100%;
	/*justify-content: center;*/
	align-items: center;
}
.timeslieder {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 300px;
	height: 5px;
	padding: 0px;
	border-radius: 8px;
	outline: none;
	cursor: pointer;
	margin: 14px 20px;
	border: 1px solid #c5c5c5;
}
/*thumb*/
.timeslieder::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 5px;
	height: 16px;
	width: 16px;
	background: #e7e7e7;
	border: 1px solid #c5c5c5;
	border-radius: 12px;
}
#volume{
	padding:28px;
}
#currentTime, #duration{
	font-size: 1.4rem;
	color: #666;
}



.course_list{
	width: 1024px;
	margin: auto;
	padding: 0px 20px 60px;
}
.course_list figure {
	border-bottom: 1px solid #EFEFFE;
}
.course_list figure:hover {
	background: #EFEFEF;
}
.course_list figure .icon{
	width: 30px;
	height: 30px;
	margin: 0 0;
	padding: 0;
	fill:#DDD;
	cursor: pointer;
}
.course_list figcaption{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: center;*/
}
.course_list figcaption h3{
	flex: 4;
	color: #555;
	line-height: 3;
}
.course_list figcaption p{
	flex: 1;
	font-size: 1.6rem;
	text-align: center;
}
.course_list figcaption .icon{
	margin: 0 20px;
	border: 2px solid #FFF;
}
.course_list figcaption:hover .icon{
	border: 2px solid #EFEFEF;
	border-radius: 20px;
}
.course_list figure.done .icon{
	fill: #555;
}
.course_list figure.done:hover .icon{
	/*fill: #F8B32C;*/
	/*border: 2px solid #F8B32C;*/
	border-radius: 20px;
}
.course_list figure.current .icon{
	fill: #F8B32C;
	/*margin: 0 20px;*/
	/*border: 2px solid #FFF;*/
	border: 2px solid #F8B32C;
	border-radius: 20px;
}

/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/

/*iPad Pro*/
@media screen and (max-width: 1279px) {
	.tab_box{
	width: 100%;
	}
	.course_list{
		width: 100%;
	}
}

/*iPad*/
@media screen and (max-width: 1023px) {
	.sec_1 .content_l_box , .sec_1 .content_r_box{
		padding: 20px;
	}
}
/*iPhone*/
@media screen and (max-width: 767px) {

	.post_intro_box::after{
		height: 110px;
		/*background-image: none;*/
		margin-top: 0;
		background-size: cover;
	}

	.sec_1 .content_box{
		grid-template-columns: 1fr;
		grid-template-rows: 128px auto auto;
	}
	.sec_1 .content_l_box{
		grid-area:3 /1 /4 /2;
	}
	.sec_1 .content_r_box{
		flex:1;
		grid-area:2 / 1 / 3 / 2;
		text-align: center;
	}
	.content_image_ask img{
		width: 100%;
	}
	.listen_box{
		flex-direction:column;
	}
	.timeslieder {
		width: 200px;
	}

	.course_list{
		padding: 0px 0px 60px;
	}
	.course_list figcaption{
		padding: 10px 0;
	}
	.course_list figcaption .icon{
		margin: 0 10px;
		/*border: 2px solid #FFF;*/
	}
	.course_list figcaption h3{
		/*flex: 4;*/
		/*color: #555;*/
		font-size: 2rem;
		line-height: 2;
	}
}


