@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_master,
#event_sec,
#event_third,
#event_fourth {
	width: 100%;
	margin:0 auto;
	padding:0;
    display:inline-block;
    }
#rightAD{display: none}

.feature_box {padding: 2rem 0;}
.book{display: flex;width: 100%;}
.book_pic ,.book_pic2 {width: 100%;display: flex;margin: auto;padding: 0 1rem;}
.cover {width: 40%;}
.author {font-size: 1.15rem;padding: 1rem;margin:1.25rem auto 0;}
.cover p {top: -1.25rem;right: -3.5rem;font-size: 1.45rem;line-height: 1.5rem;padding: 1.35rem .7rem 1.4rem;}
.cover p small {font-size: 1.1rem;}


/* 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;padding-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 all and (max-width:767px){
	.book {display: flex;flex-direction: column;}
	.book_pic, .book_pic2 {flex-direction: column;}
	.book_pic figure , .book_pic2 figure{margin: .5rem auto;}
	.cover {width: 70%;}
    .book_pic figure:nth-child(even), .book_pic2 figure:nth-child(even) {background: #bd629b;}
	.book_pic figure:nth-child(odd), .book_pic2 figure:nth-child(odd) {background: #6f5e9a;}
	.book_pic figure:nth-child(even) figcaption, .book_pic2 figure:nth-child(even) figcaption {color: #fad6c2;}
    .book_pic figure:nth-child(odd) figcaption, .book_pic2 figure:nth-child(odd) figcaption {color: #fff78f;}


}
