@media all and (min-width: 1px) and (max-width: 1200px){ 
/*舊版IE專用修復縮放不正常檢視用*/
/*mobile*/
/* 隱藏區塊 */
#BodyHeader,#event_news {display:none;} 
/* 隱藏區塊 */
/*body*/
body{margin:0}
#BodyContainer{width:100%;margin-right:auto;margin-left:auto}
#BodyHeader #site{display:none}
/* Event_heaader */
#BodyHeader_m{text-align:center;height:auto;margin:2% auto}
#BodyHeader_m img{clear:both;height:auto;max-width:100%}

/* Event css */
#event_teacher, #event_list, #event_interface, #event_book, #event_resource {width: 100%;margin: 0 auto;padding: 0 0 2rem;display:inline-block;}

.banner , .banner_mobile {display: none;}
.banner_phone {display: block;width: 100%;} 
.title {width: 80%;}
.teacher_box {width: calc(100%/3 - 5%);padding: .5rem 0;}
.interface_box {width: calc(100%/2 - 6%);}
.book_group figure {width: calc(100%/3 - 4%);}

/* notice */
#event_notice{text-align:left;float:left;width:100%;margin:0;background-color:#EBEBEB;padding:30px 0 50px}
#event_notice p{font-size:1em;line-height:1.5em;color:#000;padding:0;margin:0 2% 0 5%}

/* Footer */
#BodyFooter_rwd,#footer_line,#footer_inline ul,#footer_inline ul li,#footer_address,#footer_address ul,#footer_address ul li{width:100%;float: left;}
#BodyFooter_rwd{background-color:#FFF;margin-top:5%;}
#BodyFooter_rwd #footer_line{margin:5% auto 3%;display:block;height:auto;text-align:center;border-top:thin solid #999}
#BodyFooter_rwd #footer_inline a {color: #000;line-height: 2em;}
#BodyFooter_rwd #footer_inline ul{padding:0;margin-bottom:1%;text-align:center}
#BodyFooter_rwd #footer_inline ul li img{max-width:100%;height:auto;margin-bottom:2%;margin: 0 auto;}
#BodyFooter_rwd #footer_inline ul li{display:inline-block;margin-right:auto;line-height:2em;font-size:1em;clear:both}
#BodyFooter_rwd #footer_address{margin: 0% auto auto auto;text-align: center;}
#BodyFooter_rwd #footer_address a {	color: #000;line-height: 2em;}
#BodyFooter_rwd #footer_address ul{padding:0;text-align:center;margin-bottom:1%;clear:both}
#BodyFooter_rwd #footer_address ul li{display:block;line-height:2em;text-align:center;font-size:.8em}
/* Footer end */

/* top */
#topbutton{width:50px;height:50px;color:#FFF;border-radius:9999em;background-color:#000;opacity:.4;right:1%;bottom:3%;position:fixed;line-height:50px;font-size:15px;text-align:center;z-index:999}
#topbutton a{color:#FFF;font-size:15px}

}

@media (min-width: 1px) and (max-width: 767px){
	.banner , .banner_phone {display: none;}
    .banner_mobile {display: block;width: 100%;} 

	.title {font-size: 2.3rem;}
	.teacher_box {width: 90%;padding: 0.5rem 0;}
	.teacher_box figure {margin: 0.25rem auto;}
	.teacher_box figure img{width: 65%;margin: auto;}

	#event_list .grid {display: unset;}
	.list_group{padding: 0;}
	.list_box {width: 80%;margin: 0 auto 1rem;}
	.list_box:nth-child(4) dd {width: 100%;display: block;}

	.interface_box {width: 80%;}
	.book_group figure {width: calc(100%/2 - 8%);}
	.resource figure {width: 80%;margin: 0.5rem auto;}
	.social {width: 100%;}
	.social li {width: 90%;padding: 0.5rem;}
}