#productlist .mainDiv {
	padding-bottom: 5%;
}

.posterDiv, .TopFacebook, .SafetyList, .CustomizedTitle, .videoDiv, .ProgramDivTitle, .ProgramDiv, .five_div, .MoreProduct, .AboutDiv, .AboutDivUL {
	width: 100%;
	position: relative;
}
.SafetyList, .ProgramDivTitle, .ProgramDiv, .MoreProduct, .AboutDiv, .AboutDivUL, .TopFacebook {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.SafetyList ul, .ProgramDiv ul, .MoreProduct ul, .AboutDiv > p, .AboutDivUL ul {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.posterDiv {
	height: 100vh;
	max-height: 1000px;
	min-height: 500px;
}
#productlist .mainDiv .posterDiv h1 {
	position: absolute;
	line-height: 1.2;
	font-size: 3.8rem;
	letter-spacing: 1px;
	color: #fff;
	top: 35%;
	will-change: top;
	transform: translateY(-50%);
	z-index: 3;
	text-align: center;
	width: 100%;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.posterDiv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 80%;
	will-change: object-position;
}

.TopFacebook {
	background-image: url(../AD_photo/home-tow-2.webp);
	background-position: 50% 30px;;
	margin-top: -200px;
}
.TopFacebook .sendMessage {
	margin-bottom: 0;
}

.SafetyList {
	background-position: 50% 100%;
	background-color: #f90d0d;
}
.SafetyList ul {
	display: flex;
	gap: 3%;
	flex-wrap: wrap;
	padding-top: 3%;
	padding-bottom: 8%;
}
.SafetyList ul li {
	flex: 45%;
	padding-top: 7%;
}
.SafetyList ul li img {
	width: 55px;
	display: block;
	margin: 0 auto;
}
.SafetyList ul li h3 {
	font-size: 3rem;
	line-height: 1.2;
	padding: 1rem 0;
}
.SafetyList ul li p {
	width: 60%;
	margin: 0 auto;
	font-size: 1.3rem;
	line-height: 1.6;
}

.CustomizedTitle {
	background-color: #ffdb01;
}
.CustomizedTitle h2 {
	padding: 1% 0 1% 0;
	font-size: 2.5rem;
	line-height: 1.2;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1080px) {
	
}

.videoDiv {
	padding-bottom: 43.5%;
	background-color: #ffdb01;
}
.videoDiv .play-button {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: none;
	border: none;
	opacity: 0.8;
}
.videoDiv .play-button img {
	width: 8rem;
}
.videoDiv video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ProgramDivTitle {
	background-position: 50% 0;
}
.ProgramDivTitle h3 {
	font-size: 5.5rem;
	line-height: 1.2;
	color: #000000;
	padding-top: 10%;
	padding-bottom: 4%;
}

.ProgramDiv {
	background-position: 50% 100%;
	padding-bottom: 10%;
}
.ProgramDiv ul {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 3%;
}
.ProgramDiv ul li {
	width: 16%;
	text-align: center;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
	border-right: 1px dotted #cccccc;
	margin-bottom: 10%;
}
.ProgramDiv ul li:nth-of-type(6), .ProgramDiv ul li:last-of-type {
	border-right: none;
}
.ProgramDiv ul li p {
	display: block;
	width: 60%;
	padding-bottom: 60%;
	height: 0;
	background-color: #f90d0d;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	transition: box-shadow 0.3s ease;
}
.ProgramDiv ul li:hover p {
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.ProgramDiv ul li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-position: 50%, 50%;
}
.ProgramDiv ul li span {
	display: block;
	padding-top: 1rem;
	width: 100%;
	transition: box-shadow 0.3s ease;
}
.ProgramDiv ul li:hover span {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
	.ProgramDivTitle h3 {
		font-size: 4.5rem;
	}
	.ProgramDiv ul li {
		width: 24%;
	}
	.ProgramDiv ul li:nth-of-type(6) {
		border-right: 1px dotted #cccccc;
	}
	.ProgramDiv ul li:nth-of-type(4), .ProgramDiv ul li:nth-of-type(8) {
		border-right: none;
	}
}

.ParkInslid {
	position: relative;
	padding-bottom: 56%;
}
.ParkInslid img {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0%;
	will-change: object-position;
}

.MoreProduct {
	padding-top: 13%;
	padding-bottom: 8%;
}
.MoreProduct h2, .MoreProduct h3 {
	letter-spacing: 1px;
	color: #000000;
	line-height: 1.2;
}
.MoreProduct h2 {
	font-size: 4rem;
}
.MoreProduct h3 {
	font-size: 3rem;
	font-weight: normal;
	padding-top: 2rem;
	padding-bottom: 5%;
}
.MoreProduct ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1400px;
}
.MoreProduct ul li {
	width: 24%;
	padding-bottom: 24%;
	position: relative;
	margin: 2px;
	overflow: hidden;
}
.MoreProduct ul li img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.MoreProduct ul li img:hover {
	transform: scale(1.2);
	z-index: 3;
}
@media screen and (max-width: 600px) {
	.MoreProduct h2 {
		font-size: 2.8rem;
	}
	.MoreProduct h3 {
		font-size: 2rem;
	}
	.MoreProduct ul li {
		width: 32%;
	}
}

.AboutDiv {
	background-position: 50% 0;
	padding-top: 13%;
}
.AboutDiv .logo img {
	width: 180px;
}
.AboutDiv h2 {
	font-size: 3.5rem;
	line-height: 1.3;
	padding: 1.3rem 0 2rem 0;
}
.AboutDiv > p {
	font-size: 2.3rem;
	line-height: 1.5;
}

.AboutDivUL {
	background-position: 50% 300%;
}
.AboutDivUL ul {
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	padding-top: 7%;
}
.AboutDivUL ul li {
	text-align: left;
	padding-bottom: 7%;
	width: 30%;
}
.AboutDivUL ul li img {
	display: block;
	width: 60px;
}
.AboutDivUL ul li h3 {
	font-size: 2rem;
	padding: 0.7rem 0 1rem;
}
.AboutDivUL ul li p {
	font-size: 1.5rem;
}
.AboutDivUL .callus {
	font-size: 2rem;
	line-height: 1.5;
	padding-top: 2%;
	padding-bottom: 20%;
}
.AboutDivUL > h5 {
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.5;
	color: #333333;
}

@media screen and (max-width: 950px) {
	.AboutDiv h2 {
		font-size: 2.5rem;
	}
	.AboutDiv > p {
		font-size: 1.5rem;
	}
	.AboutDivUL ul li h3 {
		font-size: 1.5rem;
	}
	.AboutDivUL ul li p {
		font-size: 1.2rem;
	}
	.AboutDivUL .callus {
		font-size: 1.5rem;
		padding-top: 10%;
		padding-bottom: 20%;
	}
	.AboutDivUL > h5 {
		font-size: 2rem;
	}
	.AboutDivUL {
		background-position: 50% -80px;
	}
}