/*-------------------------*/
/* Globel
/*-------------------------*/
* {
	position: relative;
/*	box-sizing: border-box;
*/}
body {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
}
.wrapper {
	overflow: hidden;
}
.main-bg {
	background: url(../img/bg.gif) #fff2e4 no-repeat top;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-------------------------*/
/* Component
/*-------------------------*/
/* Elements Placeholder */
.elements {
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	padding: 10px;
}
/* jumbotron */
.jumbotron {
	/*	border: 1px solid #fff;
*/	padding-top: 50px;
}
.kv, .kv_xs {
	margin: -15px;
}
.kv img, .kv_xs img {
	max-width: 100%;
	height: auto;
}
/* question */
.qaInto .row{
	color:#ea5415;
	border:#ea5415 solid 2px;
	text-align:center;
	padding:5px auto;
	margin-top:30px;
	font-size:21px;
	}
.kv_xs hr{
	border:	#ea5415 solid 1px;
	width:100%;
	margin:5px auto;
	}
.question .row {
	/*	background: #deded4;
*/	height: 100%;
	margin-top: 30px;
	color: #453f3c;
}
.QNumber {
	font-size: 30px;
	padding-right: 5px;
	float: left;
	display: block;
	height: 100%;
	top: -5px;
}
.Qzone {
	background-color: rgba(255,224,103,1);
	padding: 20px 40px 10px 40px;
	line-height: 20px;
}
.Qzone h3 {
	line-height: 30px;
	display: block;
	height: 100%;
	font-weight: 400;

}
.Azone {
	background-color: rgba(255,224,103,0.6);
	padding: 10px 40px 35px 40px;
}
.Azone label {
	line-height: 21px;
	display:inline-block;
	margin-top:15px;
}
.quiz-msg {
	margin-top: -30px; /*解析間距*/
	text-align: left;
}
.correct {
	background: #3b95a8;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
.incorrect {
	background: #9c3e41;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}
label {
/*	padding: 0.1em;
*/}
label.correct {
	background: #eb0015;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.explain-style {
	color: #602d2d;
	background: #ded1c1;
	padding: 10px 40px 20px 40px;
	line-height: 28px;
}
.explain-style b {
	font-weight: bold;
}
#scoreZone {
	padding: 10px;
	/*background: rgba(100%,100%,100%,0.6);8*/
	margin: 0 auto;
	color: #ea5415;
}
#scoreZone h4{
	margin: -20px auto 20px auto;
	text-align: center;
	}
.scoreTotel {
	margin-top: -20px;
}
.scoreTotel h3 {
	text-align: center;
}
#score {
	font-weight: bold;
}
.highlight {
	font-size: 28px;
	font-weight: bold;
}
.type .container {
	background: #fff;
	border: #FC0 solid 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 100px;
}
.type h3{
		margin-bottom:0px;
	}
.type p {
	margin-top:5px;
	text-align: left;
}
.type hr {
	border-bottom: #CCC dashed 1px;
}
.bookPromo {
	color: #86320f;
	height:100%;
}
.bookCover {
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	vertical-align:middle;
}
.bookCover img {
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.scoreTotel {
	display: none;
}
.scoreTotel.active {
	display: block;
}
.type {
	display: none;
}
.type.active {
	display: block;
}
#quiz-submit {
	margin: 50px auto;
	display: block;
	width: 20%;
	height: 40px;
	border: #ecb72b 1px solid;
	background: #ea5415;
	color: #fff;
	font-size: 14pt;
}
#quiz-submit:hover {
	background: #f9804d;
}
@media (min-width: 310px) {
.kv {
	display: none;
}
.kv_xs .row{
	font-size:16px;
	margin:8px 5px;
	padding:5px;
}

.Qzone {
	padding: 10px 20px;
	font-size:14px;
}
.Qzone h3 {
	padding-bottom:10px;

}
.QNumber {
	font-size: 25px;
}

#quiz-submit {
	display: block;
	width: 50%;
}
#scoreZone {
	padding: 10px;
	margin: 0 auto;
	color: #ea5415;
}
.scoreTotel {
	margin-top: -20px;
}
.scoreTotel h3 {
	font-size: 24px;
}
#score {
	font-size: 36pt;
}

.type .container {
	font-size: 18px;
}
.type h3 {
	text-align: center;
    padding: 0px auto;
	font-size:24pt;
}

.type p {
	padding:0px 18px;
}
.type hr {
	margin:5px;
	padding:-10px;
}
.bookPromo {
}
}
@media (min-width: 768px) {
.kv {
	display: block;
}
.kv_xs {
	display: none;
}
.QNumber {
	font-size: 30px;
}

.Qzone {
	padding: 20px 40px 10px 40px;
	line-height: 20px;
}
.Qzone h3 {
	line-height: 30px;
	display: block;
	height: 100%;
	font-weight: 400;
}

#quiz-submit {
	display: block;
	width: 20%;
}
#scoreZone {
	padding: 2em;
	margin: 0 auto;
	color: #ea5415;
}
.scoreTotel {
	margin-top: -20px;
}
.scoreTotel h3 {
	font-size: 36px;
}
#score {
	font-size: 48pt;
}

.type .container {
	padding: 40px;
	font-size: 21px;
}
.type h3, .type p {
	text-align: left;
	padding:0px 20px;
	margin-top:0px;
	margin-bottom:5px;
}

.type p {
	padding:0px 20px;
}
.type hr {
	margin:20px;
}

.bookPromo {
	height:100%;
}
.bookPromo p{
	padding-right:0px;
}


}
/*@media (min-width: 768px){
	.whatsOn .question h3 .question h4{
		width: 100%;
	}
	.question label{
	width: 100%;
	}
}
@media (min-width: 992px){
	.whatsOn .question h3{
		width: 80%;
	}
	.question label{
	width: 20%;
	}
}*/
/*.whatsOn .album-art .elements{
	padding-top: 100%;
}
@media (min-width: 768px) and (max-width: 991px){
	.hidden-sm{
		display: none;
	}
}
*/

/* footer */
.footer {
	background-color: #b58977;
	color: #FFF;
	font-size:12px;
	text-align: center;
	line-height: 21px;
	padding-top: 30px;
	padding-bottom: 20px;
	font-weight: 300;
}
.footer .buySite {
	font-size: 26px;
	font-weight: 400;
	border-bottom: #FFF solid 1px;
	margin: 30px auto;
	letter-spacing: 5px;
}
.footer .logo {
	background: #fff;
	border-radius: 10px;
	height: 100px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.logo img {
	max-width: 100%;
	height: auto;
}
/*.footer .elements {
	height: 200px;
}*/
.footer .row-small {
	margin-top: 20px;
}
.footer .row-small .elements {
	height: 40px;
}
