@charset "UTF-8";
/* CSS Document */
@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("../img/top_bg.jpg") top no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
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;
}
h4{ color:#fff; font-size: 0.8em; font-weight:300;}
section{
	width:100%;
	overflow: hidden;
}
#top_area{
	display: block;
	width:80vw;
	height:70vh;
	float:left;
	margin-left:50px;
	margin-top:0;
	margin-bottom: 50px;
	background: url("../img/top_title.png") top left no-repeat;
	background-size: contain;
}
#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;
}
.book-name{
	font-size:2em;
	font-weight: 800;
	color:rgba(210,145,28,1.00);
}
.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_bg_orange{
	display: block;
	background-image: linear-gradient(135deg, #F73959, #E86E00);
	margin: 0;
}
.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: 50px;
	width:90%;
	min-height:120px;
	/*background-color: rgba(138, 33, 33, 0.5);
	padding: 15px 30px;
	border-radius: 0px;
	box-shadow: 10px 10px 10px 10px rgba(138, 33, 33, 0.5);
	border:1px solid rgba(138, 33, 33, 0.5);*/
	background: url("../img/splash_01.png") top center no-repeat;
	background-size: cover;
	padding: 120px;
	padding-top: 200px;
	padding-bottom: 180px;
	margin-top: -100px;

}
.sec_intro p{ color:#fff;}
.recommand{
	display: block;
	width:100%;
	background: url("../img/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 rgba(36,36,36,0.90);
	margin: auto;
	margin-bottom: 10px;
}
.book-item h4{
	font-size:1.2em;
	font-weight:700;
	
}

@media (max-width: 639px) {
	body{
	background: url("../img/top_bg.jpg") top right no-repeat;
	background-attachment: fixed;
	background-size: cover;
	
	}
	#top_area{
	display: block;
	margin: 0;
	margin-top: 30vh;
	width:100%;
	height:45vh;
	background: url("../img/top_title.png") top center no-repeat;
	background-size: contain;
	overflow: hidden;
	}
.sec_intro{
	clear: both;
	display: block;
	margin: auto;
	margin-top: 50px;
	width:90%;
	min-height:120px;
	/*background-color: rgba(138, 33, 33, 0.5);
	padding: 15px 30px;
	border-radius: 0px;
	box-shadow: 10px 10px 10px 10px rgba(138, 33, 33, 0.5);
	border:1px solid rgba(138, 33, 33, 0.5);*/
	background: url("../img/splash_01_m.png") top center no-repeat;
	background-size: cover;
	padding: 20px;
	padding-top: 200px;
	padding-bottom: 200px;
	margin-top: -100px;

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