@charset "UTF-8";
/* CSS Document */

/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0; padding: 0; border: 0;
  font-size: 100%; font: inherit; vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; height: auto; }
a { color: inherit; outline: none; }
.headerNav { z-index: 11 !important; }

@import url('https://fonts.googleapis.com/css2?family=Cactus+Classical+Serif&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

body{
	background: url("../images/bg_r.jpg") top repeat;
}
h1,h2,h3{
	  font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;	
	font-style: normal;
}

p{
	font-size:1em;
	line-height: 1.4em;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  	font-optical-sizing: auto;
  	font-weight: 400;
}
h3{ color:#fff; font-size: 1.4em; font-weight:300;}
h4{ color:#fff; font-size: 1.2em; font-weight:300;}
section{
	width:100%;
	overflow: hidden;
}

#top_area{
	display:block;
	width:100vw;
	height:auto;
	margin: 0;
}
#author{
	width:80%;
	padding: 10px 20px;
	margin: 80px auto 20px auto;
	border: 2px solid #0b9e9f;
	background-color: #fff;
	border-radius: 20px;
}

#footer{
	width:100%;
	height: 50px;
	display:block;
	margin: 0;
	margin-bottom: 0;
	text-align: center;
	color:#fff;
	background-color: #000;
	padding-top: 20px;
	font-size: 13px;
}
.w-90{
	width:90%;
	margin: 0 5%;
}
.author-name{
	display: block;
	width:80%;
	margin: 10px auto;
	padding: 10px 20px;
	text-align: center;
	font-size:2em;
	font-weight: 800;
	background-image: linear-gradient(135deg, #697bcc, #ff99a6);
	border-radius: 50px;
	border:3px solid #fff;
	z-index: 300;
}
.book-name{
	display: block;
	width:auto;
	margin: 10px auto;
	padding: 10px 20px;
	text-align: center;
	font-size:1.6em;
	font-weight: 800;
	background-image: linear-gradient(135deg, #697bcc, #ff99a6);
	border-radius: 20px;
	z-index: 300;
}
.section_bg_odd{
	display: block;
	/*background-color: rgba(36,36,36,0.90);
	background-image: linear-gradient(135deg, #F73959, #E86E00);*/
	
	margin: 0;
	margin-top: -15px;
}
.section_bg_even{
	display: block;
	/*background-color: rgba(111,177,209,0.70);
	background-image: linear-gradient(135deg, #F73959, #E86E00);*/
	margin: 0;
	margin-top: -15px;
}

.section_intro{
	display: block;
	margin: 0 auto;
	margin-right: 20px;
	margin-bottom: -2px;
	width:45%;
	min-height:120px;
	background-color: rgba(255,255,255,0.85);
	padding: 15px 50px;
	float: right;
	border-radius: 10px 10px 0 0;

}
.sec_intro{
	clear: both;
	display: block;
	margin: auto;
	margin-top: 10px;
	width:80%;
	min-height:120px;
	padding: 20px 50px;
	border-radius: 5px;

}
.sec_intro p{ color:#fff;}
.recommand{
	display: block;
	width:100%;
	background: url("../images/rec.png") top left no-repeat;
	padding: 10px;
	padding-left: 90px;
}
.lg-spacer{
	display:block;
}
.book-item{
	display:inline-block;
	float: left;
	text-align: center;
	padding: 20px;
}
.book-item img{
	width:80%;
	padding: 1px;
	border:1px solid #fff;
	margin: auto;
	margin-bottom: 10px;
}
.book-item h4{
	font-size:1.2em;
	font-weight:700;
	
}

@media (max-width: 639px) {
	body{
		background-color: rgba(94,193,194,1.00);
	}
	#top_area{

	}
.sec_intro{
	clear: both;
	display: block;
	margin: auto;
	margin-top: 50px;
	width:90%;
	min-height:120px;
	padding: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: 0;

}
	.recommand{
	display: block;
	width:100%;
	background: url("../images/rec.png") top left no-repeat;
	padding: 10px;
	padding-left: 90px;
}
	.lg-spacer{
	display:none;
}
}