#nabook {}

#nabook .youvideo {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#nabook .youvideo iframe {
	width: 600px;
	height: 357px;
	max-width: 100%;
}

#nabook .oneimg {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 25px 0;
}

#nabook .oneimg .mimgbox {
	width: 800px;
	max-width: 100%;
}

#nabook .textbox {
	display: flex;
	flex-direction: column;
	padding: 0px 0 15px;
	margin-bottom: 30px;
	max-width: 100%;
	width: 1110px;
	margin: 0 auto;
}

#nabook.pooimg .textbox {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#nabook .contactbox {
	display: flex;
	padding: 20px;
	background: white;
	border-radius: 7px;
	align-items: center;
}

#nabook .contactbox .coleftbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 15%;
}

#nabook .contactbox .coleftbox img {
	width: 150px;
}

#nabook .contactbox .corightbox {
	display: flex;
	align-items: center;
	width: 85%;
}

#nabook .contactbox .corightbox .cocoimnfo {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 80%;
}

#nabook .contactbox .corightbox .titlecobox {}

#nabook .contactbox .corightbox .titlecobox h2 {
	font-size: max(1.6 * (1vw + 1vh) / 2, 18px);
	color: #ea5403;
}

#nabook .contactbox .corightbox .callbox {
	display: flex;
	flex-wrap: wrap;
}

#nabook .contactbox .corightbox .callbox a {
	display: flex;
	margin-right: 23px;
}

#nabook .contactbox .corightbox .line_box {
	display: flex;
	flex-direction: column;
	background: #8BC34A;
	padding: 25px;
	border-radius: 5px;
}

#nabook .contactbox .corightbox .line_box h3,
#nabook .contactbox .corightbox .line_box a {
	color: white;
}

#nabook .textbox h2 {
	font-size: max(1.7 * (1vw + 1vh) / 2, 18px);
	color: #ea5403;
}

#nabook .textbox p {}

#nabook .twoimg {
	display: flex;
	justify-content: center;
}

#nabook.long .twoimg {
	width: 800px;
	margin: 0 auto;
	max-width: 100%;
}

#nabook .twoimg .mimgbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#nabook .twoimg .mimgbox .milist {
	display: flex;
	width: 49%;
	margin-bottom: 20px;
	flex-direction: column;
}

.milist {
	position: relative;
	display: inline-block;
}

.milist img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	/* Add a pointer cursor on hover */
}

.lightbox {
	position: fixed;
	top: 70px;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.lightbox-content {
	position: relative;
	margin: 40px auto;
	width: 700px;
	max-width: 100%;
	padding: 20px;
	/* background-color: #fff; */
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 81%;
}

.lightbox-content img {
	/* width: 100%; */
	/* height: 100%; */
	object-fit: contain;
	max-height: 547px;
}

.close {
	position: absolute;
	top: 3px;
	right: -15px;
	font-size: 24px;
	cursor: pointer;
	border-radius: 50%;
	background: white;
	padding: 0 9px;
}

.lightbox.show {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#nabook .twoimg .mimgbox .milist img {
	height: 400px;
	object-fit: cover;
}

#nabook.long .twoimg .mimgbox .milist img {
	height: auto;
	object-fit: contain;
}

.femboxx {
	display: flex;
}

.femboxx .feebox {
	display: flex;
	flex-direction: column;
	width: 33.3%;
	padding: 30px 10px;
}

.femboxx .feebox h3 {
	font-size: max(1.5 * (1vw + 1vh) / 2, 15px);
	color: #ea5403;
	text-align: center;
}

.femboxx .feebox img {
	padding: 20px 0;
	width: 300px;
	margin: 0 auto;
}

.femboxx .feebox p {
	width: 95%;
	margin: 0 auto;
	font-size: max(1 * (1vw + 1vh) / 2, 15px);
}

@media screen and (max-width: 1160px) {
	.femboxx {
		display: flex;
		flex-direction: column;
	}

	.femboxx .feebox {
		width: 100%;
	}
}

@media screen and (max-width: 980px) {
	#nabook .contactbox {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#nabook .contactbox .coleftbox,
	#nabook .contactbox .corightbox,
	#nabook .contactbox .corightbox .cocoimnfo {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#nabook .contactbox .corightbox .cocoimnfo {}

	#nabook .contactbox .corightbox .titlecobox {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 11px 0;
	}

	#nabook .contactbox .corightbox .callbox {
		margin: 12px 0;
		justify-content: center;
	}
}


@media screen and (max-width: 550px) {
	#nabook .twoimg .mimgbox {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#nabook .twoimg .mimgbox .milist {
		width: 100%;
	}

	#nabook .twoimg .mimgbox .milist img {
		height: auto;
	}

	.close {
		top: -8px;
		right: -5px;
		font-size: 20px;
		padding: 0 8px;
	}
}