/* 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 */

.bgcolor1 { background: linear-gradient(to bottom, #b0dde2 30%, white 100%); margin-top: 0; z-index: 0; }
body { margin: 0 auto; padding: 0; font-family: Verdana, "Microsoft JhengHei", 'Noto Sans TC', sans-serif; font-weight: ;
    background: url("../images/0607059_line-bg.gif"); color: #2a2a2a; }
#BodyContainer { margin: 0 auto }
#BodyContentEvent { width: 100% }
#event a:hover { text-decoration: none; left: 1px; top: 1px; position: relative }
a { color: #2a2a2a; } .w-full { width: 100%; }
h1 { font-size: 2rem; }
h2 {
    font-size: 1.7rem; -webkit-writing-mode: vertical-lr; writing-mode: vertical-lr; display: inline-block;
    line-height: 2.1rem; color: white; text-shadow: 1px 1px 5px #5050509f; margin-top: 0.25rem; font-family: Verdana, "Microsoft JhengHei";
    padding: .7rem 1.7rem; z-index: 3; border-radius: 20px 0 0 20px; }
h2 span { display: block; font-size: smaller; }
.container { display: flex; flex-wrap: wrap; justify-content: center; align-items: start; margin: auto; padding: 1rem 1.5rem .25rem 1.25rem; }
#event_master img { width: 850px; height: auto; display: block; }
.banner { display: flex; padding: 0; z-index: 1; }
.h2_1 { background: #E27A95; margin-right: -2.3rem; display: grid; gap: 0.7rem; }
.h2_1 span { font-size: 0.6em; color: #E27A95; background: white; border-radius: 10px; text-shadow: none; text-align: center; padding: 0; line-height: 1.5; display: inline-block; }
.h2_2 { background: #8368AA; }
.h2_3 { background: #E88A44; }
:is(.h2_2, .h2_3) { margin-right: -1rem; }
.booklist { display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: flex-start; width: calc(100% - 10%); }
.booklist:nth-of-type(1) { width: calc(100% - 20%); } figure { width: calc(100%/4 - 12px); text-align: center; margin: 0 auto; z-index: 3; }
figure img { max-width: 100%; height: auto; filter: drop-shadow(0px 0px 3px #0000006f); }
figure a { width: 100%; color: #000; display: flex; justify-content: center; align-items: center; text-align: center; font-family: Verdana, "Microsoft JhengHei"; }
figcaption { padding: .35rem 0 .8rem; font-size: 1rem; }
.figcaption_l a { text-align: left; }
.books, .books th, .books td { border: 2px solid white; border-collapse: collapse; padding: .3rem .8rem; }
.books th { background: linear-gradient(to bottom, #ded9d2 20%, #a3979b 80%); color: white; }
.books th:nth-child(1) { border-radius: 30px 0 0 0; }
.books th:nth-child(2) { border-radius: 0 30px 0 0; }
.books td { background: #f6f6f6; }
.booklist_title { text-align: left; font-size: 1.4rem; font-weight: bold; display: flex; flex-wrap: wrap; align-items: center; border: solid 1px white; margin-bottom: 0.5rem; }
.container:nth-child(1) { padding-top: 3rem; }

/*.container .bgOrange::after{content: '';width: 830px;height: 222px;background: url('../images/1303045_bgOrange.png');position: absolute;top: 0;right: 0;z-index: 1;}
.container .bgGreen::after{content: '';width: 830px;height: 222px;background: url('../images/1303045_bgGreen.png');position: absolute;top: 0;right: 0;z-index: 1;}
.container .bgBlue::after{content: '';width: 830px;height: 222px;background: url('../images/1303045_bgBlue.png');position: absolute;top: 0;right: 0;z-index: 1;}*/
.text_center { text-align: center; padding: 0 1.5rem .25rem 1.25rem }
.sale_box { padding: 1.5rem 5rem; font-size: 1.2rem; line-height: 1.8; margin: auto; border-radius: 1.5rem; font-weight: bold; }
.sale_box span:nth-child(1) { color: #E88A44; }
.sale_box b { font-weight: bold; font-family: Verdana, "Microsoft JhengHei"; color: #000; }
.sale_box span { font-weight: 700; font-size: 1.3rem; color: #b7020a; margin: 0 .2rem; font-family: Verdana, "Microsoft JhengHei"; }
.sale_box small { font-size: smaller; }
.sale_box a { background: #b7020a; color: #fff; font-weight: bold; padding: 0 .6rem; line-height: 1.9rem; display: inline-block; border-radius: 1rem; text-decoration: none; }
@media (width > 768px) and (width <=1199px) {
    .bgcolor1 { margin-top: -1rem; }
    .container { padding: 2rem 0; }
    :is(.h2_1, .h2_2, .h2_3) { margin-right: inherit; border-radius: 0 20px 20px 0;
    }
}
@media (max-width:767px) {
    .bgcolor1 { margin-top: 0; }
    h2 { width: auto; font-size: 1.9rem; padding: .1rem 2rem; text-align: center; margin: 0 auto 1.3rem; border-radius: 20px; -webkit-writing-mode: unset; writing-mode: unset; }
    :is(.h2_1, .h2_2, .h2_3) { margin-right: inherit; border-radius: 20px; padding: 0.3rem 2rem; }
    :is(.booklist, .booklist:nth-of-type(1)) { width: 100%; } figure { width: calc(100%/2 - 12px); }
    .sale_box { font-size: 1.15rem; padding: 2% 2% 2% 3%; width: 90%; line-height: 1.5; }
    .sale_box a { padding: 0 0.4rem; display: block; margin: 0.5rem auto 1rem; text-align: center; width: 35%; }
    .sale_box dd { border-bottom: 1px solid #cccccc; padding: 0.5rem 0 0; }
}

/*各大相容檢視*/
@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 {}