@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap');

@charset "UTF-8";
body,
html {
	font-family: font-family:'Noto Sans TC','微軟正黑體','Microsoft Jhenghei',sans-serif;
	overflow-x: hidden;
	color: #302725;
	font-size: 16px;
	line-height: 1.5;
}

a,
input,
button {
    text-decoration: none;
    outline: none !important;
}

.inner{
	width: 90%;
	max-width: 1100px;
	margin: auto;
}

/*-- kv --*/
.kv img{
	width: 100%;
}

.kv_mb{
	display: none;
}

/*-- online --*/
.online{
	background-color: #fffcf5;
	padding-top: 50px;
}

.online_box{
	position: relative;
	border: 1px solid #cf9b0b;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 30px;
}

.online_flag{
	position: absolute;
	top: 20px;
	left: -10px;
}

.online_ftext{
	font-size: 18px;
	color: #fff;
	clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0 0);
	background: -webkit-gradient(linear, to left, #c28f01 0%,#f2bc26 100%);
	background: linear-gradient(to left, #c28f01 0%,#f2bc26 100%);
	box-sizing: border-box;
	padding: 5px 30px 5px 20px;
}

.online_ftop{
	position: absolute;
	top: -9px;
	left: 0;
	width: 9px;
	height: 9px;
	background-color: #866300;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.online_in{
	display: flex;
	align-content: flex-start;
	border-radius: 10px;
	background-color: #fff;
	padding: 80px 8vw 50px;
}


.online_time{
	border-right: 1px solid #edc134;
	padding-right: 50px;
	margin-right: 50px;
}

.online_time .year{
	color: #ff9900;
}

.online_time .year span{
	color: #666666;
}

.online_time .year span:before{
	content: '';
	display: inline-block;
	background-color: #ff9900;
	width: 40px;
	height: 1px;
	margin: 5px;
}

.online_time .date{
	color: #666666;
	font-size: 60px;
	font-weight: 500;
}

.online_time .date span{
	font-size: 18px;
	margin: 0 8px;
}

.online_time .time{
	color: #ff9900;
	font-size: 26px;
	font-weight: 500;
}

.inline_ul{
	list-style-position: inside;
	margin-left: 20px;
}

.inline_ul li{
	list-style: decimal;

}

.online_list{
	position: relative;
	padding-left: 100px;
	margin-bottom: 20px;
}

.online_list:last-child{
	margin-bottom: 0;
}

.online_title{
	display: inline-block;
	color: #ff9900;
	position: absolute;
	top: 0;
	left: 0;
}

.online_title img{
	width: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

.online_bt{
	display: block;
	color: #fff;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: -webkit-gradient(linear, to top, #ffa800 0%,#ffc526 100%);
	background: linear-gradient(to top, #ffa800 0%,#ffc526 100%);
	padding: 10px 0;
}




/*-- momclass --*/

.momclass_slognbox{
	background-image: url('../images/momclass_tbg.jpg');
	background-position: top;
	background-size: cover;
	padding-top: calc(100vw * 507 / 1920 - 13%);
}

.momclass_slogn{
	width: 500px;
	margin: auto;
}

.bg1{
	background-color: #fcf7eb;
}

.bg2{
	background-color: #fffcf5;
}

.momcalss_list{
	padding: 50px 0 30px;
}

.momclass_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.momclass_tbox{
	color: #fd8608;
	font-size: 28px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 2;
}

.momclass_ticon{
	width: 40px;
	margin-right: 10px;
}

.momclass_ticon img{
	width: 100%;
}

.momclass_tline{
	background-color: #fd8608;
	height: 1px;
}

.momclass_tline.l200{
	width: calc(100% - 200px);
}

.momclass_tline.l340{
	width: calc(100% - 340px);
}

.momclass_tline.l228{
	width: calc(100% - 228px);
}

.momclass_tline.l256{
	width: calc(100% - 256px);
}

.momclass_in{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-right: calc(-10% / 3);
}

.momclass_vlist{
	cursor: pointer;
	width: 30%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #d3c9b2;
	box-sizing: border-box;
	padding: 10px;
	margin-right: calc(10% / 3);
	margin-bottom: 3%;
}

.momclass_vpicbox{
	position: relative;
}

.momclass_vplay{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}

.momclass_pic{
	width: 100%;
}

.momclass_vname{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	color: #ff9900;
	padding: 10px 5px 0;
}

.doc_title{
	margin-right: 10px;
}

.momclass_picon{
	width: 20px;
	margin-top: 2px;
	margin-right: 5px;
}

.momclass_vtitle{
	padding: 5px;
}

/*-- fancybox --*/

.fancybox__container{
	z-index: 99
}
.fancybox__content{
	background: #000;
	padding: 0;
}

.video_bg{
	max-width: 1100px;
	width: 90vw;
}

.video_container {
	position: relative;
	width: 1100px;
	height: calc((1100px * 52 / 80) - 80px);
}

.video_container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #000;
	box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
	/*-- fancybox --*/
	
	.video_bg{
		max-width: 1100px;
		width: 90vw;
	}
	
	.video_container {
		position: relative;
		width: 100%;
		height: calc((100vw * 0.7) - 15vw);
	}
}

@media screen and (max-width: 1000px) {
	.momclass_vlist{
		width: 47%;
		margin-right: 3%;
	}

	.momclass_in{
		margin-right: -3%;
	}

	.momclass_slogn{
		width: 400px;
	}

	.online_time{
		padding-right: 30px;
		margin-right: 30px;
	}

	.online_in{
		padding: 80px 50px 50px;
	}
}
		

@media screen and (max-width: 768px) {
	.kv_pc{
		display: none;
	}

	.kv_mb{
		display: block;
	}

	.online_in{
		display: block;
	}

	.online_time{
		border-right: 0;
		border-bottom: 1px solid #edc134;
		padding-right: 0;
		padding-bottom: 5px;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.mb_box{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.online_time .year span:before{
		width: 30px;
	}

	.online_time .date{
		font-size: 50px;
		margin-right: 20px;
	}

	.online_time .time{
		font-size: 30px;
	}

	.momclass_tbox{
		font-size: 24px;
	}

	.momclass_ticon{
		width: 30px;
	}

	.momclass_tline.l200{
		width: calc(100% - 170px);
	}

	.momclass_tline.l340{
		width: calc(100% - 290px);
	}

	.momclass_tline.l228{
		width: calc(100% - 194px);
	}

	.momclass_tline.l256{
		width: calc(100% - 218px);
	}

	.momclass_slognbox{
		padding-top: 150px;
	}
}
	
@media screen and (max-width: 640px) {
	.momcalss_list{
		padding-top: 40px;
	}

	.momclass_vlist{
		width: 100%;
		margin-right: 0;
	}

	.momclass_in{
		margin-right: 0;
	}

	.momclass_vlist{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 576px) {
	.momclass_slogn{
		width: 350px;
	}

	.online_in{
		padding: 80px 30px 50px;
	}

	.online_bt{
		font-size: 18px;
	}

	
}

@media screen and (max-width: 460px) {

	.online_in{
		padding: 80px 20px 50px
	}

	.online_time .date{
		font-size: 11vw;
		margin-right: 10px;
	}

	.online_time .time{
		font-size: 6vw;
	}
}

@media screen and (max-width: 420px) {
	.momclass_slogn{
		width: 300px;
	}
}



