@charset "utf-8";
/* CSS Document */


	/*---------小標題底線顏色----------*/
.mz_flex_mark{
	border-bottom:2px solid #f58501;
	background-color:transparent;
}

.mz_flex_type_1 .mz_flex_mark{
	border-bottom-color:#037571;
}

/*----------可以學到甚麼底色--------------*/
.mz_flex_type_1 .mz_flex_div {
    border-radius: 15px;
    background-color: #fee383;
}


/*----------線上體驗輪播寬1100--------------*/
.widthLimit_read{
	max-width:1100px;
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
}

.mz_read_flexslider{	
	max-width:1100px;
	width:100%;
	margin-bottom:50px;
	
}
.mz_read_flexslider .flexslider{ margin: 0px;	}
.mz_read_fs_li{
	width:100%;
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.mz_read_fs_li img{
	max-width:1100px;
	}
