/*共用區*/
/*RWD 12等分*/
.cell-grid-1, .cell-grid-2, .cell-grid-3, .cell-grid-4, .cell-grid-5, .cell-grid-6, .cell-grid-7, .cell-grid-8, .cell-grid-9, .cell-grid-10, .cell-grid-11, .cell-grid-12, .cell-grid,
.cell-grid-auto, .cell-grid-s1, .cell-grid-s2, .cell-grid-s3, .cell-grid-s4, .cell-grid-s5, .cell-grid-s6, .cell-grid-s7, .cell-grid-s8, .cell-grid-s9, .cell-grid-s10, .cell-grid-s11, .cell-grid-s12, .cell-grid-s
.cell-grid-sauto, .cell-grid-m1, .cell-grid-m2, .cell-grid-m3, .cell-grid-m4, .cell-grid-m5, .cell-grid-m6, .cell-grid-m7, .cell-grid-m8, .cell-grid-m9, .cell-grid-m10, .cell-grid-m11, .cell-grid-m12, .cell-grid,
.cell-grid-mauto, .cell-grid-g1, .cell-grid-g2, .cell-grid-g3, .cell-grid-g4, .cell-grid-g5, .cell-grid-g6, .cell-grid-g7, .cell-grid-g8, .cell-grid-g9, .cell-grid-g10, .cell-grid-g11, .cell-grid-g12, .cell-grid-lg,
.cell-grid-gauto, .cell-grid-x1, .cell-grid-x2, .cell-grid-x3, .cell-grid-x4, .cell-grid-x5, .cell-grid-x6, .cell-grid-x7, .cell-grid-x8, .cell-grid-x9, .cell-grid-x10, .cell-grid-x11, .cell-grid-x12, .cell-grid-x
.cell-grid-xauto {position: relative;width: 100%;min-height: 1px;float:left;}
.cell-grid {max-width: 100%;}
.cell-grid-1 {max-width: 8.333333%;}
.cell-grid-2 {max-width: 16.666667%;}
.cell-grid-3 {max-width: 25%;}
.cell-grid-4 {max-width: 33.333333%;}
.cell-grid-5 {max-width: 41.666667%;}
.cell-grid-6 {max-width: 50%;}
.cell-grid-7 {max-width: 58.333333%;}
.cell-grid-8 {max-width: 66.666667%;}
.cell-grid-9 {max-width: 75%;}
.cell-grid-10 {max-width: 83.333333%;}
.cell-grid-11 {max-width: 91.666667%;}
.cell-grid-12 {max-width: 100%;}
@media (min-width: 576px) {
	.cell-grid-s{max-width: 100%;}
	.cell-grid-s1 {max-width: 8.333333%;}
	.cell-grid-s2 {max-width: 16.666667%;}
	.cell-grid-s3 {max-width: 25%;}
	.cell-grid-s4 {max-width: 33.333333%;}
	.cell-grid-s5 {max-width: 41.666667%;}
	.cell-grid-s6 {max-width: 50%;}
	.cell-grid-s7 {max-width: 58.333333%;}
	.cell-grid-s8 {max-width: 66.666667%;}
	.cell-grid-s9 {max-width: 75%;}
	.cell-grid-s10 {max-width: 83.333333%;}
	.cell-grid-s11 {max-width: 91.666667%;}
.cell-grid-s12 {max-width: 100%;}
}
@media (min-width: 768px) {
	.cell-grid-m{max-width: 100%;}
	.cell-grid-m1 {max-width: 8.333333%;}
	.cell-grid-m2 {max-width: 16.666667%;}
	.cell-grid-m3 {max-width: 25%;}
	.cell-grid-m4 {max-width: 33.333333%;}
	.cell-grid-m5 {max-width: 41.666667%;}
	.cell-grid-m6 {max-width: 50%;}
	.cell-grid-m7 {max-width: 58.333333%;}
	.cell-grid-m8 {max-width: 66.666667%;}
	.cell-grid-m9 {max-width: 75%;}
	.cell-grid-m10 {max-width: 83.333333%;}
	.cell-grid-m11 {max-width: 91.666667%;}
	.cell-grid-m12 {max-width: 100%;}
}
@media (min-width: 992px) {
	.cell-grid-g {max-width: 100%;}
	.cell-grid-g1 {max-width: 8.333333%;}
	.cell-grid-g2 {max-width: 16.666667%;}
	.cell-grid-g3 {max-width: 25%;}
	.cell-grid-g4 {max-width: 33.333333%;}
	.cell-grid-g5 {max-width: 41.666667%;}
	.cell-grid-g6 {max-width: 50%;}
	.cell-grid-g7 {max-width: 58.333333%;}
	.cell-grid-g8 {max-width: 66.666667%;}
	.cell-grid-g9 {-webkit-box-flex: 0;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;}
	.cell-grid-g10 {max-width: 83.333333%;}
	.cell-grid-g11 {max-width: 91.666667%;}
.cell-grid-g12 {max-width: 100%;}
}
@media (min-width: 1200px) {
	.cell-grid-x{max-width: 100%;}
	.cell-grid-x1 {max-width: 8.333333%;}
	.cell-grid-x2 {max-width: 16.666667%;}
	.cell-grid-x3 {max-width: 25%;}
	.cell-grid-x4 {max-width: 33.333333%;}
	.cell-grid-x5 {max-width: 41.666667%;}
	.cell-grid-x6 {max-width: 50%;}
	.cell-grid-x7 {max-width: 58.333333%;}
	.cell-grid-x8 {max-width: 66.666667%;}
	.cell-grid-x9 {max-width: 75%;}
	.cell-grid-x10 {max-width: 83.333333%;}
	.cell-grid-x11 {max-width: 91.666667%;}
	.cell-grid-x12 {max-width: 100%;}
}

.hide{
	display: none !important;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.bgcolor {background: #a7dcf7;}
.bgcolor2 {background: #83c0e5;}
.bgcolor3 {background: #9974b1;}
.bgcolor4 {background: #00a297;}

/*主圖*/
.banner{text-align: center;padding: 4% 0;}
.banner img{max-width:100%;}
.banner_logo{display: flex;justify-content:center;align-items: center;flex-wrap: wrap;margin:2% auto 0;font-size: 1.4rem;font-weight: 600;width: 100%;}
.banner_logo span{margin: 0 2%;}
.banner_logo img{max-width: 100%;}
#event{background: url(../images/1102027_1_04.png) center top / 100% auto no-repeat;}
#event_book .author_inf li{line-height: 1.9em;}
#event_book .author_inf li a{color: #254180;}
#event_book .author_inf li a:hover{color: #cb1e1a;}
.event_book_inf strong{	color:#f6cd48;font-weight: 700;font-size: 1.7rem;}
.event_book_inf>ul{color: white;padding: .5em 3em;}
.event_book_inf>ul ul{padding-left: 1.5em;list-style:none;}
.event_book_inf>ul ul li{position: relative;}
.event_book_inf>ul ul li:before{
	position: absolute;
	top: .5rem;left: -1.5rem;
	width:20px;height: 20px;
	background-color: #fff;color: #AE004A;
	text-align: center;font-size: 1.1rem;
	line-height: 20px;border-radius: 50%;
}
.event_book_inf>ul ul li:nth-of-type(1):before{content: "1";}
.event_book_inf>ul ul li:nth-of-type(2):before{content: "2";}
.event_book_inf li {line-height: 35px;font-size: 1.130rem;font-weight: bold;}
.event_book_inf li img{margin: 0 3px;vertical-align: middle;}
.event_book_inf li:nth-child(3) a{    background: inherit;padding: 0;}
.event_book_inf a{display: inline-block;color: #f6cd48;margin-left: 0.5rem;}
.event_book_inf a:hover{top: 0;left: 0;}
.f2{
    background-color:#FFF;
    color: #d12148;
    text-decoration: none;
    padding: 3px 10px;
    margin: 3px 5px 3px 0;
}
.paper ul li{list-style-position: inside;color: #b21016;padding: .5rem;}
.paper ul li:nth-child(odd){background-color: rgba(248, 237, 227, 0.4);}
.paper ul li:nth-last-of-type(1){background-color:transparent;}
.paper ul li a{color: black;margin-left: 0.5rem;}
.author_inf p,.paper p{font-size: 1.8em;margin:10px auto;text-align: center;font-family: "NSimSun";font-weight: 600;}
.author_inf ul{display: flex;justify-content: space-around;align-items: center;flex-wrap: wrap;}
.author_inf ul li{list-style-position: inside;color: #0070a0;font-weight: bold;text-align: left;padding: .2rem .5rem;flex-basis:47%;margin: 0 0 .5%;}
.author_inf ul li:nth-child(1),.author_inf ul li:nth-child(4){background-color: rgba(195, 153, 107,.2);}
.author_inf ul li span{color: black;}
:is(.paper, .author_inf) p span{margin: 0 .3%;}
:is(.paper, .author_inf) p span span{background-color: #0070a0;color: white;padding: 0.1rem .3rem;}
/*注意事項*/
#event_notice {
    width: 90%;padding-bottom: 3%;padding-top: 3%;padding-left: 10%;float: left;margin: 0;font-size: 13px;line-height: 20px;
    background: linear-gradient(to right,#a07c2c 60%,#ead780 80%,#a07c2c 100%);
}
#event_notice ul {list-style-type: disc;} 
#event_notice p {color: white;} 
/*購買區*/
#buy_all{	width:90%;margin:3% auto;padding: 2% 0;display:flex;flex-wrap: wrap;line-height: 26px;font-size: 1rem;text-align: left;}
#buy_all_link{
	width: 92%;float:left;margin-bottom: 0;	padding-top: 10px;padding-right: 1%;padding-bottom: 1%;padding-left: 1%;margin-top: 0px;
	margin-right: 3%;margin-left: 3%;z-index: 99;
}
#buy_all_link a{color:#000;}
#buy_all_link a.buyBtn{
	color:#FFFFFF;
	margin-left:5px;
	font-weight: bold;
	border-radius: 15px;
	background-color: #EA479A;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: "Microsoft JhengHei", Verdana, Arial;
	font-size: 15px;
	text-decoration: none;
}
#buy_all_link ul {list-style-type: square;} 
#event_booklist ul.list1 li p{padding: 0px 0px 10px;	margin: 0;font-weight: bold;}
#event_booklist ul.list1 li p a{text-decoration:underline;}

/*書單1*/
#event_booklist ul.list1{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 5%;
}
#event_booklist ul.list1 li{
	width: calc( 100% / 5 - 2%);
	margin: 0;
	text-align: center;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
	list-style: none;
}
#event_booklist ul.list1 li a{
	color: #000;
	display: block;
	margin-bottom: 9px;
	text-decoration: blink;
}
#event_booklist ul.list1 li a:hover img{
	filter: drop-shadow(0px 0px 2px #40404070);
	transform: translate(0, -5px);
}
#event_booklist ul.list1 li img{
	margin-bottom: 7px;
	width: 95%;
}

.paper li:nth-last-child(1){text-align: right;list-style: none}


@media screen and (min-width:770px) and (max-width:1199px){
#event_booklist ul.list1 li {
    float: left;
    margin: 0;
    text-align: center;
    font-size: 15px;
    padding-top: 0px;
    padding-right: 1%;
    padding-bottom: 0px;
    padding-left: 1%;
}

}
@media(max-width:767px){
	.hidden-xs {
    display: none !important;
  }
	.visible-xs {
    display: block !important;
  }
	.event_book_inf {
		width: 88%;
		position: static;
		right: 0;
		bottom: 0;
		margin: 0 2% 12px;
		padding: 1px 4% 1px;
	}
	#event_booklist ul.list1 li {
		width: 43%;
		float: left;
		margin: 0;
		padding-top: 0px;
		padding-right: 2%;
		padding-bottom: 0px;
		padding-left: 2%;
		margin-left: 1.5%;
	}
	.paper li:nth-last-child(1){text-align: center;}
}

/*共用區END*/
@media all and (min-width: 1201px){
/* 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}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* css reset 歸0 end */

body {
	margin: 0;
	padding: 0;
	font-family:"Microsoft JhengHei";
	background-color: #f3ebe1;
}
#BodyContainer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

/* bodyHeader */
#BodyHeader #header-share { /*PC*/
	width: 100%;
	line-height:2;
	font-size:13px;
	color: #000;
}	
#BodyHeader #header-share a {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}
#BodyHeader_m {display:none;} /*手機*/

#BodyContentEvent {	width: 850px;	float: left;}

/* Event css */
#event {
	width: 100%;
	float: left;
	margin: 0 auto;
	padding: 0;
	background-color: white;
}

/* 主圖 */
#event_master {
	padding: 0;
	margin: 0;
} 
#event_master img {
	height: auto;
} 

#event_book,#event_ericdata{
	width: 90%;
	float: left;
	margin: 0;
	padding-right: 5%;
	padding-bottom: 4%;
	padding-left: 5%;
}
#event_book_inf {
	float: left;
	padding-left: 0px;
}
#event_book_inf ul {
	float: right;
	width: 55%;
}
#event_book_inf ul li {
	list-style-type: none;
}
#event_book .author_inf{
	float: left;
	width: 100%;
	text-align: center;
}
#event_book .author_inf h3 {
	font-size: 1.2rem;
}
#event_book .new{
	width:50px;
	height:50px;
	border-radius:9999em;
	background-color:#ea479a;
	color:#FFF;
	font-size:1.2em;
	line-height:2.3em;
	text-align: center;
}

/*好書系列*/
.event_title {margin: -7% 0 5%;}
.event_title h1 {font-family: "Microsoft JhengHei", Verdana, Arial;font-size: 1.6em;line-height: 1.2em;text-align: left;padding-left: 45px;color:##3f3f3f;}
.event_title img{ width:340px;vertical-align: middle;}
#event_booklist{width: 100%;float: left;margin: 0;padding: 0;	text-align: center;}
#event_booklist .ps{
	width:70%;font-size:1.4em;line-height:1.6em;color:#000;text-align: center;padding-right: 1%;padding-left: 1%;margin-top: 0%;
	margin-right: auto;margin-left: auto;border-top-width: 4px;border-top-style: dotted;border-top-color: #EC4596;font-family: "Microsoft JhengHei", Verdana, Arial;
}
#event_booklist h3 {width: 100%;padding: 0;font-size: 2em;color: #8D795C;text-align: center;line-height: 1.5em;margin: 0 0 8px;}
#event_booklist h3 span{color:#005e92;}
#event_booklist h2{
	font-size: 1.8em;
	line-height: 1.6em;
	color: #FFF;
	background-color: #005e92;
	text-align: center;
	padding-right: 2%;
	padding-left: 2%;
	border-radius: 15px;
	margin: 2% auto 0;
	width: 52%;
	clear: both;
}
#event_booklist h3 .buyicon{
	color: #FFFFFF;
	margin-left: 2%;
	font-size: 1em;
	border-radius: 15px;
	background-color: #EA479A;
	margin-top: -50px;
	text-decoration: blink;
	padding: 1px 16px 1px;
}
#event_booklist h3 .buyicon a:hover{
}

#event_booklist .teacher{
	width:100%;
	text-align:center;
	font-size: 1em;
	line-height: 1em;
	color: #000;
	padding-top: 15px;
	float: left;
	margin-top: 0px;
	padding-bottom: 30px;
}


/* news */
#event_news table{margin-top:0;margin-bottom:0;width:100%;float:left;background-color:#F3F3F3;padding:4% 9%}
#event_news .NewsStyle_title{font-size:17px;line-height:1.3em;font-family:"Microsoft JhengHei",Arial;color:#e24069}
#event_news .NewsStyle{font-size:13px;color:#000;line-height:16px;font-family:"Microsoft JhengHei",Arial}
#event_news .NewsStyle a:link{font-size:13px;color:#000;line-height:18px;font-family:"Microsoft JhengHei",Arial}
#event_news .NewsStyle a:visited{font-size:13px;color:#000;line-height:18px;font-family:"Microsoft JhengHei",Arial}
#event_news .NewsStyle a:hover{font-size:13px;color:#e24069;text-decoration:none;line-height:18px;font-family:"Microsoft JhengHei",Arial}
#event_news .NewsStyle a:active{font-size:13px;color:#000;line-height:18px;font-family:"Microsoft JhengHei",Arial}
/* news end*/

/* Footer */
#BodyFooter_rwd{float:left;width:850px;margin-left:auto;margin-right:auto;color:#333;font-family:"Microsoft JhengHei"}
#BodyFooter_rwd #footer_line{width:90%;display:block;float:left;height:auto;text-align:center;border-top-width:thin;border-top-style:solid;border-top-color:#333;margin:2% 5%}
#BodyFooter_rwd #footer_inline a{color:#333}
#BodyFooter_rwd #footer_inline ul{float:left;width:100%;margin-bottom:0;margin-top:3%}
#BodyFooter_rwd #footer_inline ul li{display:inline;line-height:2em;font-size:1em;clear:both;width:100%;margin-right:1%;margin-bottom:0}
#BodyFooter_rwd #footer_inline ul li img{width:20%;height:auto;vertical-align:middle}
#BodyFooter_rwd #footer_address{margin-top:0;float:left;width:100%;margin-right:auto;text-align:center;margin-left:auto}
#BodyFooter_rwd #footer_address a{color:#333}
#BodyFooter_rwd #footer_address ul{float:left;text-align:center;margin-bottom:1%;width:100%;clear:both}
#BodyFooter_rwd #footer_address ul li{float:left;display:block;width:100%;line-height:2em;text-align:center;font-size:.8em}
/* Footer end */

/* 舊版IE */
#noie{background-color:#FFF;width:100%;text-align:center}
/* 舊版IE end */

#topbutton{	display: none;}
}