@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
 
/*.post_switch .tab_title_box {
	margin: 0;
	padding: 20px 0 60px 0;
}*/

.post_switch ul.tab_title_box {
	display: flex;
	margin: 30px auto;
	padding: 0;
	list-style: none;
	flex-wrap:wrap;
	justify-content:center;
	gap:10px;
}
.post_switch ul.tab_title_box li{
/*	float: left;
	margin: 10px 1px;
	padding: 0;*/
}


.keyword_search_box{
	text-align: right;
	padding: 10px 0;
}

.post_switch .post_list{
	/*overflow: hidden;*/
	/*clear: both;*/
}
.post_switch .post_list .tab_box{
	display: none;
}
.post_switch .post_list .tab_box:first-child{
	display: block;
}

.post_switch .tab_content_box{
	/*padding: 10px 0;*/
}
.post_switch .tab_content_box h2, .post_switch .tab_content_box > h3{
	text-align: center;
	margin: 0px 0;
}


.course figure{
	/*width: 292px;*/
	/*height: 370px;*/
	margin: 24px 8px 0;
	padding: 20px 26px;
	/*text-align: center;*/
	background: #f4f0ee;
	border-left: 20px solid #382c2c;
	align-items:flex-end;
	/*box-shadow: 2px 2px 3px rgba(20%,20%,40%,0.5);*/
	/*box-shadow: 0px 0px 3px 2px #DDD;*/
/*}*/
/*.course figure .content_box{*/
/*	display: flex;
	flex-direction:row;
	align-items:top;*/
	/*padding: 100px;*/
}
.course figure .title{
	display: flex;
	justify-content:space-between;
	align-items:center;
}
.course figure .title .status{
	flex-shrink: 0;
}
.course figure .content{
	display: flex;
	align-items:flex-end;
}
.content_l_title{
	flex:2;
}
.course figure .content_l_box{
	flex:1;
}
.content_l_title p{
	color: #888;
}
.content_l_title .content_subtitle{
	font-weight: bolder;
	color: #777;
}
.course figure h3{
	/*float: left;*/
}
.course figure span{
	/*float: left;*/
	flex-shrink:0;
	/*margin: 4px 0 0 0;*/
}
.course figure figcaption{
	clear: both;
}
.course figure figcaption span{
	float: left;
}
.course figure .content_r_box{
	text-align: right;
}
.course figure.day{
	border-left: 12px solid #7FCFEB;
}
.course figure.night{
	border-left: 12px solid #777;
}
.course figure .note{
	color: red;
	font-size: 2.4rem;
}



.tab_content_box {
	/*margin: 0 0 50px 0;*/
}
.tab_content_box table {
	width:100%;
	text-align: center;
	border: 1px solid #DDD;
}
.tab_content_box table th{
	min-width: 56px;
	line-height: 20px;
	text-align: center;
	padding: 8px;
	color: #FFF;
	/*text-shadow: 0 1px 0 #FFF;*/
	background-color: #686868;
}
.tab_content_box table tbody tr{
	border-bottom: 1px dashed #DDD;
}
.tab_content_box table tbody td{
	border-left: 1px dashed #DDD;
}
.tab_content_box table tbody tr td:first-child{
	border-left: 0px dashed #DDD;
	/*text-align: center;*/
}
.tab_content_box table td{
	padding: 8px;
	vertical-align: middle;
}
.tab_content_box table td img{
	/*max-width: 120px;*/
}


/*-------------------------------------------- 
	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) {
}

/*iPad*/
@media screen and (max-width: 1023px) {
}


/*iPhone*/
@media screen and (max-width: 767px) {
	.course figure{
		flex-direction:column;
	}
	.course figure .content_r_box{
		display: flex;
		margin: 20px 0;
	}
	.btn{
		padding: 8px 20px;
	}
	.pre_study_register_title{
		display: flex;
		align-items:self-start;
		flex-direction:column;
	}
	.course figure h3{
		order:2;
	}
}
