@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
	font-family: Arial,"Noto sans TC", 微軟正黑體, sans-serif !important;
}
.main_kv{
	min-height: 80vh;
    background: url(../images/student_sphero_heroscope.jpg) center center no-repeat;
	background-size: cover !important;
}
.notice_box{
	padding: 40px 10px;
	background: #FFF;  
}
.pricing {	
	text-align: center;
}
.pricing div{   
	text-align: center;
	padding: 10px;
}
.pricing img{
	max-width: 500px;
}
.flim_list{
	color: #333;
}
.title_box {
    /* margin-top: 70px; */
    padding: 20px 5px 20px 5px;
    text-align: center;
    border-bottom: 1px solid #333;  
}
.title_box h1 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 3px;
}
.flim_box{
	padding: 1em;
	margin-bottom: 2em;
}
.img_box {
    position: relative;
    top: 0%;
}
.time_box {
	font-family: 'Quicksand',Arial,'Noto Sans TC','微軟正黑體',sans-serif !important;
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    padding: 0;
    }
.time_box .month {
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    bottom: 30px;    
    letter-spacing: -1px;
}
.time_box .slash {
    font-size: 20px;
    position: relative;
    bottom: 15px;
    left: 21px;
}
.time_box .day {
    letter-spacing: -1px;
    line-height: 27px;
    font-size: 28px;
    margin-left: 10px;
}
.name_infobox {
    vertical-align: bottom;
    display: inline-block;
    width: 70%;
    border-left: 1px solid gray;
    padding-left: 10px;
    margin-left: 5px;
    margin-top: 10px; 
    height: 60px;
    overflow: hidden;
}
.name_infobox h3{
    margin: 4px 0 0;
    font-weight: 300;
    letter-spacing: 1.5px;
	max-width: 230px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.name_infobox h4{
    font-size: 16px;
    color: #a0a0a0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flim_inner:hover {
    opacity: 0;
}
.flim_inner {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    opacity: 1;
    transition: 0.5s;
}
.mt-5{
    margin-top: 70px;
}
.footer {
	padding: 20px 0 10px;
	background-color: #999;
	font-size: 15px;
	color: #fff;
}	
.footer p { padding-left: 40px; }
.footer	span {display: block;}


@media screen and (max-width: 1200px) {
	.main_kv { 
		min-height: 195vh;
		background: url(../images/student_sphero_1200.jpg) top center no-repeat;
	}
}
@media screen and (max-width: 991px) {
	.name_infobox {	text-align: left;}
	.pricing img { max-width: 100%;}	
	.footer p { padding-left: 20px; }
}
@media screen and (max-width: 768px) {
	.main_kv { 
		min-height: 100vh;
		background: url(../images/student_sphero_720.jpg) top center  no-repeat;
	}
	.mt-5 { margin-top: 28px;}
	.time_box .month {
	    font-size: 18px;
	}
	.time_box .slash {
	   font-size: 12px;
	    bottom: 17px;
	    left: 12px;
	}
	.time_box .day {
	    font-size: 18px;
	    margin-left: 0;
	}
	.name_infobox h3{ 
		font-size: 20px;
	    margin: 8px 0 0;
	}
	.name_infobox h4 {
    	font-size: 14px;
	}
}
@media screen and (max-width: 550px) {	
	.main_kv { 
	    margin-top: 60px;
	    min-height: 80VH;
		background: url(../images/student_sphero_460.jpg) top center no-repeat;
	}
}
@media screen and (max-width: 400px) {
	.main_kv { 
		background: url(../images/student_sphero_400.jpg) top center no-repeat;
	}
}