/* css reset 歸0 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tfoot,thead{margin:0;padding:0;border:0;outline:0;font-size:100%}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
/* css reset 歸0 end */

body{margin:0 auto;padding:0;font-family: 'Noto Sans TC', sans-serif;font-weight: ;}
#BodyContainer{margin:0 auto}
#BodyContentEvent{width:100%}
#event{background:#f5f5f5}
#event a:hover{text-decoration:none;left:1px;top:1px;position:relative}
h1{font-size: 3rem}
h2{font-size: 2rem}
h3{font-size: 1.4rem}
.banner{position: relative;}
.banner img{width: 100%;height: auto;}
.banner span{
    position: absolute;content: "";bottom: 2.8%;margin: auto;left: 0;right: 0;color: white;font-size: 1.8rem;
    text-align: center;font-weight: 500;
}
.bg1{background-color: #fef5ec;}
.bg2{background-color: #fff;}
.info{display: flex;/*grid-template-columns: 1fr 1fr*/}
.info ul{margin: 5% auto;font-size: 1.5em;width: 60%;}
.info li{border-bottom: solid 1px #b5b5b5;padding: 0.5em 0;list-style: none;font-weight: bold;}
.info li:nth-child(odd) {color: #13652e;}
.info li:nth-child(even) {color: #0c902b;}
.info li img{margin-right: 0.4em;}
.info figure{width: 38%;}
.info figure img{width: 100%;height: auto;}

/*書單*/
.booklist{margin: 0 5%;padding: 0% 0 3%;}
.books{width: 100%;font-size: 1.2rem;background-color: white;}
.books, .books th, .books td {border: 1px solid black;border-collapse: collapse;text-align: center}
.books th{background-color: #c8e4ef;color: #1a4981;padding: 0.2em;}
.books td{padding: 0.2em;}
.books td a{color: #1e68bf;}
.books td:nth-child(4){color: red}
.books p{text-align: left;padding-left: 1%}
.books tr:nth-child(even) {background-color: #fff;}
.books tr:nth-child(odd) {background-color: #edf7f9;}
.ps{text-align: right;font-size: 0.9rem;color: #484848;}

@media (max-width: 767px) {
	.info figure {width: auto;}
	.info ul {margin: 0% auto 5%;font-size: 1.3em;width: auto;}
.banner span{font-size: 1.25rem;bottom: 1%;}
	.banner{background-color: #f08334;}
}
/*各大相容檢視*/
@media screen and (-webkit-min-device-pixel-ratio:0) { /*Webkit*/
}
@-moz-document url-prefix(){/*Firefox*/
}

@media \0screen\,screen\9 {/*IE 6 7 8*/
}

@media screen\0 {/*IE 8 9 10 11*/
}

@media print {
}