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

.post_form_01 {
	overflow: hidden;
	width:100%;
}
.post_form_01 iframe {
	margin: 0 0 40px 0;
	width: 100%;
	height: 800px;
}

.post_form_01 h2 {
	margin: 0 0 20px 0;
}
.fb_line_box{
	display: flex;
}

.contact_info_box {
	float: right;
	width: 50%;
}
.contact_info_box .h_1{
	font-weight: bold;
	margin: 10px 0;
}
.contact_info_box .w_1{
	line-height: 24px;
	margin: 0 0 10px 0;
	color: #666;
}

.form_box {
	display: flex;
	flex-direction:column;
	align-items:center;
	text-align: center;
	width: 50%;
	float: left;
}
#mw_form {
}



.online_audiobook_bg{
	grid-area:1 / 2 / 3 /3;
	background-image: url(../../../../../cufiles/images/home/online_contact_us.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.sec_1 .content_box{
}
.sec_1 .content_l_box{
	display: flex;
	flex:1;
	order:2;
	flex-direction:column;
	justify-content:center;
	grid-area:2 /1 /3 /2;
}
.sec_1 .content_r_box{
	flex:1;
	grid-area:2 / 2 / 3 / 3;
	text-align: center;
}
.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-color: #F8B32C;
	color: #fff;
}
.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;
	padding: 20px;
}
.tab_content_box .content_image{
	margin: 0 0 20px 0;
	text-align: center;
}
.tab_content_box .content_image img{
	max-width: 100%;
	/*box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.6);*/
	filter: drop-shadow(5px 5px 3px #AAA);
}
.tab_content_box figcaption{
}
.tab_content_box figcaption h5{
	color: #777
}
.tab_content_box figcaption p{
	font-size: 1.6rem;
}
.tab_content_box figcaption .listen_box{
	padding: 10px 0;
	text-align: center;
}


/*-------------------------------------------- 
	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%;
	}
	.sec_1 .content_r_box{
		text-align: right;
	}
	.post_intro_box::after{
	height: 200px;
	margin-top: -20px;
	}
}

/*iPad*/
@media screen and (max-width: 1023px) {
	.post_intro_box::after{
	height: 160px;
	margin-top: -20px;
	}
	.online_audiobook_bg{
		grid-area:2 / 2 / 3 /3;
	}
	.form_box{
		padding: 10px;
	}
}
/*iPhone*/
@media screen and (max-width: 767px) {
	.online_audiobook_bg{
		grid-area:2 / 1 / 3 /3;
	}
	.sec_1 .content_box{
		grid-template-columns: 1fr;
		grid-template-rows: 128px auto auto;
		padding: 0 10px;
	}
	.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;
	}
	.post_intro_box::after{
		width: 767px;
		height: 100px;
		margin-top: 0px;
	}
	.content_image_ask img{
		width: 100%;
	}
	.form_box{
		width: 100%;
		padding: 10px;
	}
	.contact_info_box{
		width: 100%;
	}
}