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

.online_audiobook_bg{
	grid-area:1 / 2 / 4 /3;
	background-image: url(../../../../../cufiles/images/home/online_new_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: -200px;
}
.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;
}
.content_image_ask{
	text-align: right;
}
.post_list::after{
	width: 100%;
	height: 320px;
	display: block;
	content: "";
	background-image: url(../../../../../cufiles/images/home/tmp_3_online_audiobook_sec_2.png);
	background-size: contain;
	background-repeat: repeat-x;
}


.list_gray_light {
	/*width:100%;*/
}

.list_gray_light ul {
	display: table;
	width: 880px;
	margin: 0 auto;
	padding: 0;
	list-style:none;
}
.list_gray_light li {
	overflow: hidden;
	margin: 20px 0;
	width: 100%;
	box-shadow: 0px 0px 5px 2px #DDD;
}
.list_gray_light li .post_image{
	float: left;
	width: 250px;
}
.list_gray_light li .post_image img{
	width: 100%;
}
.list_gray_light li .post_text{
	float: left;
	width: 100%;
	/*width: calc( 100% - 250px );*/
	padding: 20px 40px;
}
.list_gray_light li .post_text .post_title{
	font-size: 2.2rem;
	font-weight: 400;
	margin: 4px 0;
	padding: 0 0 0px 0;
}
.list_gray_light li .post_text .post_content{
	overflow:hidden;
	/*display: -webkit-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;*/
}
.list_gray_light li .post_text .post_more{
	float: right;
	margin: 8px 0 0 0;
	color: #FF0031;
	cursor: pointer;
}



/*下半部*/

.label_combobox_year{
	width: 1280px;
	margin: auto;
}

.list_blue01_vert{
	margin-top: 50px;
}
.list_blue01_vert li .post_text{
	float: left;
	padding: 20px;
}


.label_title h2{
	text-align: center;
	color: #8CB100;
	margin: 30px 0;
}
.sec_1 h3{
	font-weight: lighter;
}

.label_combobox_year{
	border-left:5px solid #FECE3E;
}
.list_blue01_vert ul {
	/*display: table;*/
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	list-style:none;
}
.list_blue01_vert li {
	overflow: hidden;
	margin: 20px 0;
	width: 100%;
	box-shadow: 0px 0px 5px 2px #DDD;
}
.list_blue01_vert ul li:hover{
	background: none;
}
.list_blue01_vert a{
	display: flex;
}
.list_blue01_vert li .post_image{
	display: flex;
	flex-shrink:0;
	width: 226px;
	height: 226px;
	margin-right: 20px;
	align-self: center;
}
.list_blue01_vert li .post_image img{
	width: 100%;
	object-fit:cover;
}


.list_blue01_vert li .post_text h4{
	color: #000;
}
.list_blue01_vert li .post_text h3{
	color: #000;
}
.list_blue01_vert li .post_text p{
	color: #606060;
}


.news_post{
	max-width: 1280px;
	margin:50px auto;
}

/*-------------------------------------------- 
	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%;
	}
	.content_image_ask img{
		width: 100%;
	}
	.post_list::after{
		height: 150px;
	}



	.tab_box{
		width: 100%;
	}
	.content_image_ask img{
		width: 100%;
	}
	.post_list::after{
		height: 150px;
	}
	.label_combobox_year{
		width: calc(100% - 100px);
		margin: 0 50px;
	}
	.list_blue01_vert ul{
		width: 100%;
	}
	.list_blue01_vert ul {
		width: 90%;
	}
	.news_post{
		margin:50px 50px;
	}
}

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

	.list_gray_light ul {
		width: 80%;
	}



	.sec_1 .content_l_box{
		padding: 25px;
	}
	.label_combobox_year{
		width: calc(100% - 50px);
		margin: 0 25px;
	}
	.news_post{
		margin:50px 25px;
	}
}
/*iPhone*/
@media screen and (max-width: 767px) {
	.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;	
	}
	.online_audiobook_bg{
		grid-area:1 / 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%;
	}

	.post_list::after{
		width: 767px;
		height: 100px;
	}
	.list_gray_light li .post_text{
		padding: 20px 10px;
	}




	.sec_1 .content_r_box{
		flex:1;
		grid-area:2 / 1 / 3 / 2;
		text-align: center;
	}
	.content_image_ask img{
		width: 100%;
	}
	.label_combobox_year{
		margin:0 10px;
		padding: 10px;
	}
	.year_select{
		width: 100%;
		max-width: 100%;
	}
	.list_blue01_vert a{
		flex-direction:column;
	}
	.post_list::after{
		width: 767px;
		height: 100px;
	}
	.list_blue01_vert li .post_text{
		padding: 20px 10px;
	}
	.label_combobox_year{
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.news_post{
		margin:50px 10px;
	}
}