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

/*.online_audiobook_bg{
	width: 100%;
	grid-area:1 / 1 / 3 /10;
	grid-row-start:1;
	grid-row-end:8;
	grid-column-start:1;
	grid-column-end:10;
}*/
.online_audiobook_bg{
	grid-area:1 / 1 / 4 /2;
	background-image: url(../../../../../cufiles/images/home/online_audiobook_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: -160px;
	margin-left: -150px; 
}
.sec_1 .content_l_box{
	display: flex;
	flex-direction:column;
	justify-content:center;
	grid-area:2 / 1 / 3 / 2;
	padding: 50px;
}
.sec_1 .content_r_box{
	grid-area:2 / 2 / 3 / 3;
}
.post_intro_box::after{
	width: 100%;
	height: 300px;
	display: block;
	content: "";
	background-image: url(../../../../../cufiles/images/home/tmp_3_online_audiobook_sec_2.png);
	background-size: contain;
	background-repeat: repeat-x;
}
.content_image_ask img{
	width: 100%;
}

.sec_2{
	text-align: center;
}
.content_title{
	padding: 50px;
}
.content_icon{
	display: flex;
	justify-content: space-around;
}
.icon{
	width: 220px;
}
.icon .icon_svg{
	width: 80px;
	fill:#FFCE3E;
	margin:10px;
}



.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_control_box{
	display: flex;
	flex:1;
	align-items: center;
	justify-content: center;
}
.listen_control_box .icon_start, .listen_control_box .icon_pause{
	width: 80px;
	height: 80px;
	margin: 0 30px;
}
.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;
}



.tab_box{
	width: 1280px;
	margin: auto;
	padding: 40px 20px;
	/*text-align: center;*/
}
.tab_content_box{
	display: grid;
	grid-template-columns:repeat(auto-fill,minmax(300px, 1fr));
}
.tab_content_box figure{
	overflow: hidden;
	/*width: 300px;*/
	/*width: 280px;*/
	padding: 14px;
	margin: 20px 10px;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.6);
	
}
.tab_content_box .content_image{
	overflow: hidden;
	margin: 0 0 10px 0;
	text-align: center;
	cursor: pointer;
}
.tab_content_box .content_image img{
	width: 100%;
}
.tab_content_box figcaption{
}
.tab_content_box figcaption h5{
	color: #777
}
.tab_content_box figcaption p{
	font-size: 1.6rem;
}


      .swiper-container {
        width: 240px;
        height: 150px;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

/*-------------------------------------------- 
	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%;
	}
	.post_intro_box::after{
	height: 150px;
	}
}

/*iPad*/
@media screen and (max-width: 1023px) {
	.sec_1 .content_l_box{
	padding: 25px;
}

}
/*iPhone*/
@media screen and (max-width: 767px) {
	.content_icon{
		flex-direction:column;
		align-items:center;
	}
	.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;
		padding: 10px;
	}
	.sec_1 .content_r_box{
		flex:1;
		grid-area:2 / 1 / 3 / 2;
		text-align: center;
	}
	.content_image_ask img{
		width: 100%;
	}
	.icon{
		margin: 20px;
	}
	.post_intro_box::after{
		width: 767px;
		height: 100px;
	}
	.listen_box{
		flex-direction:column;
	}
	.timeslieder {
		width: 200px;
	}
	.tab_content_box{
		grid-template-columns:repeat(auto-fill,minmax(100%, 1fr));
	}
	.tab_box{
		padding:20px;
	}
	 .swiper-container {
        width: 100%;
        height: 150px;
        padding: 0 10px;
      }
}