section {
	position: relative;
	padding: 5vw 0;
	background: no-repeat 50% / cover;
}

section .page_title {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 500;
	font-size: 62px;
	color: #363636;
}

section .more_box>* {
	padding: 5px 30px;
	border: 1px rgba(255, 255, 255, .3) solid;
	display: inline-block;
	color: #fff;
}

/* aboutBox */
#aboutBox .workframe {
	overflow: hidden;
}

#aboutBox .left_box {
	padding: 0;
	float: left;
	width: 700px;
	height: calc(100vh - 71px);
	bottom: 0;
	z-index: 10;
}

#aboutBox .info_box h4 {
	margin: 15px 0;
	height: 52px;
	text-align: center;
	font-weight: 400;
	font-size: 31px;
}

#aboutBox .img_box_cover,
#aboutBox .img_box_cover img {
	height: 65vh;
}

#aboutBox .left_box .info_box article.text-clamp {
	margin-bottom: 20px;
	height: 84px;
	line-height: 190%;
	-webkit-line-clamp: 3;
}

#aboutBox .right_box {
	float: right;
	width: 50%;
}

#aboutBox .right_box .list_box {
	margin-bottom: 30px;
	width: calc(50% - 1px);
	border-left: 1px #ccc solid;
	display: inline-block;
	vertical-align: top;
}

#aboutBox .right_box .list_box .relat_box {
	margin: 0 25px;
}

#aboutBox .right_box .list_box .img_box_cover,
#aboutBox .right_box .list_box .img_box_cover img {
	height: 370px;
}

#aboutBox .right_box .list_box .info_box h4 {
	height: 40px;
	font-size: 24px;
}

#aboutBox .right_box .list_box:nth-child(2n) .img_box_cover,
#aboutBox .right_box .list_box:nth-child(2n) .img_box_cover img {
	height: 300px;
}

#aboutBox .right_box .list_box:nth-child(2n) .info_box h4 {
	margin: 15px 0 90px;
}

#aboutBox.about_content_end {
	width: 100%;
	display: block;
}

/* secabout */
#secabout {
	margin-top: 50px;
}

#secabout:before {
	position: absolute;
	width: 60%;
	height: 100%;
	background: #dc8661;
	display: block;
	top: 0;
	left: 0;
	content: "";
}

#secabout>div {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

#secabout .customBox ul {
	margin: 0 auto;
	width: 500px;
}

#secabout .customBox ul li {
	padding: 60px 0;
}

#secabout .customBox ul li .page_sub_title {
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 36px;
	color: #fff;
}

#secabout .customBox ul li article {
	font-weight: 200;
	font-size: 18px;
	color: #ece4e0;
}

#secabout .youtubeBox {
	top: 45px;
}

#secabout .youtubeBox iframe {
	width: 90%;
	height: 350px;
}

.omg_bg {
	position: absolute;
	width: 100%;
	height: 863px;
	margin-top: -200px;
	z-index: -1;
	background: linear-gradient(to bottom, #d8d8d8 25%, rgb(207 210 212) 75%, rgb(207 210 212 / 48%) 100%);
}

.nwJ_bg {
	position: absolute;
	width: 100%;
	height: 1050px;
	margin-top: -200px;
	z-index: -1;
	background-image: url(/images/38/nwnwebg.jpg);
	background-size: cover;
	background-position: 50%;
	z-index: -3;
}

/*team_box*/

.team_box {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 40px;
	align-items: center;
}

.team_box p {
	font-weight: 400;
}

.team_box * {
	color: #eeeeee;
}

.team_box.Gan2 * {
	color: #343840;
}

.team_box .teamleft {
	width: 50%;
}

.team_box .teamleft h2 {
	color: #eeeeee;
}

.team_box.Gan2 .teamleft h2 {
	color: #343840;
}

h2.webJtitle {
	font-size: max(2.5*(1vw + 1vh) / 2, 23px);
	margin-bottom: 24px;
	letter-spacing: 0.05em;
	color: #343840;
}

.team_box .teamright {
	display: flex;
	flex-wrap: wrap;
	width: 425px;
}

.team_box .teamright .numm {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 50%;
	justify-content: center;
}

.team_box .teamright .numm:first-child:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 64%;
	right: 44%;
	background: #e9e9e9;
	moz-transform-origin: bottom;
	-moz-transform: skewX(20deg);
	-webkit-transform-origin: bottom;
	-webkit-transform: skewX(-20deg);
	-o-transform-origin: bottom;
	-o-transform: skewX(-20deg);
	-ms-transform-origin: bottom;
	-ms-transform: skewX(-20deg);
	transform-origin: bottom;
	transform: skewX(-20deg);
}

.team_box.Gan2 .teamright .numm:first-child:before {
	display: none;
}

.team_box .teamright .bigtem {
	font-size: max(3.5*(1vw + 1vh) / 2, 36px);
	font-weight: 700;
	line-height: 101%;
}

.team_box .teamright .sumtext {
	font-weight: 400;
	font-size: max(1.5*(1vw + 1vh) / 2, 16px);
}

/*cuulink_box*/
.cuulink_box {
	position: relative;
}

.cuulink_box ul {
	display: flex;
	justify-content: space-between;
}

.cuulink_box ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 12px 0px;
	width: 33%;
}

.cuulink_box ul li:hover .moinfo {
	background: rgb(55 59 67 / 61%);
}

.cuulink_box ul li:nth-child(2) {
	margin: 12px 10px;
}

.cuulink_box ul li a {
	background-size: 100%;
	background-position: 50%;
	width: 100%;
}

.cuulink_box ul li a:hover {
	background-size: 111%;
}

.cuulink_box ul li .moinfo {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgb(55 59 67);
	pointer-events: none;
}

.cuulink_box ul li .moinfo h2 {
	font-size: max(2*(1vw + 1vh) / 2, 25px);
	color: white;
	line-height: 100%;
	display: flex;
	align-items: center;
}

.cuulink_box ul li .moinfo h2 span {
	font-size: max(2*(1vw + 1vh) / 2, 30px);
	color: #d94a26;
}



.cuulink_box ul li .moinfo article {
	font-size: max(1*(1vw + 1vh) / 2, 16px);
	color: white;
	text-transform: uppercase;
}

#nwJ_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 80px 0;
}

#nwJ_box ul li {
	margin: 0;
	border-bottom: rgb(177 187 198 / 83%) 1px solid;
	padding: 7px 15px;
}

#nwJ_box ul li:hover {
	background: rgb(255 255 255 / 45%);
}

#nwJ_box ul:after {
	content: "NEWS";
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
	font-size: max(21*(1vw + 1vh) / 2, 30px);
	font-weight: 800;
	z-index: -1;
	color: rgb(255 255 255 / 8%);
	opacity: 0.7;
}

#nwJ_box ul li .info_box .catenw {
	color: #084ea2;
	font-weight: 500;
}

#nwJ_box ul li .info_box h4 {
	color: #3b3b46;
	font-size: max(1.2 * (1vw + 1vh) / 2, 17px);
	letter-spacing: 0.05em;
	font-weight: 400;
}

#nwJ_box ul li .info_box p.time {
	display: flex;
	justify-content: flex-end;
	color: #084ea2;
	font-weight: 500;
	font-size: max(1.2*(1vw + 1vh) / 2, 16px);
}

#nwJ_box .nwJleft {
	display: flex;
	flex-direction: column;
	width: calc(96% - 430px);
}

#nwJ_box .nwJright {
	display: flex;
	flex-direction: column;
	width: 430px;
	align-items: flex-end;
}

#nwJ_box .nwJright iframe {}

/*videooJ_box*/
.videooJ_box {
	position: relative;
	background: url(/images/38/video_bgJ.jpg);
	padding-bottom: 60px;
}

.wecenter {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 90px 0 20px;
}

.wecenter h2.webJtitle {
	margin-bottom: 0;
	color: #d8dcdf;
}

.wecenter h2.webJtitle:nth-child(2) {
	font-size: max(1.9*(1vw + 1vh) / 2, 24px);
	font-weight: 400;
}

.welinkbu {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.videooJ_box .weyoutube {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.videooJ_box .weyoutube iframe {
	width: 100%;
	height: 618px;
}

.welinkbu a {
	display: flex;
	align-items: center;
	background: #d94a26;
	border-radius: 20px;
	padding: 9px 30px;
	margin: 20px 10px;
}

.welinkbu a:hover svg {
	margin-left: 24px;
}

.welinkbu a span {
	color: white;
	font-size: max(1.1 * (1vw + 1vh) / 2, 15px);
}

.welinkbu svg {
	width: 25px;
	aspect-ratio: 1/1;
	fill: #d94a26;
	background-color: white;
	border-radius: 50%;
	margin-left: 15px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

/*illustrate_box*/
#illustrate_box {
	position: relative;
	background: url(/images/38/video_bgJ.jpg);
	padding-bottom: 60px;
	margin-top: 20px;
}

#illustrate_box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 600px;
	background: linear-gradient(to bottom, #2f333c 25%, rgb(50 58 62) 75%, rgb(207 210 212 / 0%) 100%);
	top: -187px;
	z-index: 0;
}


#illustrate_box .illitem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}

#illustrate_box .illitem ul {
	display: flex;
	flex-wrap: wrap;
}

#illustrate_box .illitem ul li {
	width: 33.3%;
}

#illustrate_box .illitem h2.webJtitle {
	color: #eeeeee;
}

#illustrate_box .illitem p,
#illustrate_box .illitem li {
	color: #eeeeee;
}

#illustrate_box .illitem .illleftbox {
	display: flex;
	flex-direction: column;
	width: 47%;
}

#illustrate_box .illitem .illrightbox {
	width: 47%;
}

.seuse_box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0 0px 61px;
	margin-top: 10px;
}

.seuse_box #prev-button {
	position: absolute;
	left: -6px;
	top: 38%;
}

.seuse_box #prev-button svg {
	width: 19px;
	aspect-ratio: 1/1;
	transform: scaleX(-1);
	border: rgb(255 255 255 / 57%) 1px solid;
	border-radius: 50px;
	padding: 12px;
}

.seuse_box #next-button {
	position: absolute;
	right: -6px;
	top: 38%;
}

.seuse_box #next-button svg {
	width: 19px;
	aspect-ratio: 1/1;
	border: rgb(255 255 255 / 57%) 1px solid;
	border-radius: 50px;
	padding: 12px;
}

.seuse_box ul {
	width: 90%;
	display: flex;
	flex-direction: column;
}

.seuse_box ul li {
	margin: 5px 8px;
	height: 400px;
}

.success_box {
	display: flex;
}

.success_box .suc_left {
	width: 50%;
}

.success_box .suc_left h2 {
	color: #fbfbfb;
	line-height: 120%;
}

.success_box .suc_right {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.success_box .suc_left p {
	color: #fbfbfb;
	font-size: max(1.5*(1vw + 1vh) / 2, 17px);
	letter-spacing: 0.15em;
}

.sefanco_box {
	background: #2b2e36;
	padding: 100px 0;
}

/* productBox */
#productBox {
	padding: 5vw 8vw;
}

#productBox .list_box {
	position: relative;
}

#productBox .relat_box:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / .25);
	display: block;
	top: 0;
	left: 0;
	z-index: 3;
	content: "";
}

#productBox ul li .img_box_cover img {
	height: 490px;
}

#productBox ul li .info_box.abso_box {
	height: auto;
	top: calc((100% - 40px) / 2);
	left: 0;
}

#productBox ul li .info_box>* {
	margin: 5px auto;
	width: 70%;
	text-align: center;
}

#productBox ul li .info_box h4 {
	height: 40px;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
}

#productBox ul li .info_box article {
	margin: 80px auto 15px;
	width: 45%;
	color: rgb(255 255 255 / .7);
	line-height: 140%;
	font-size: 15px;
	-webkit-line-clamp: 2;
	opacity: 0;
}

#productBox ul li .info_box .more_box {
	opacity: 0;
}

#productBox .btn a {
	position: absolute;
	width: 26px;
	height: 26px;
	border: solid #444;
	display: block;
	top: calc((100% - 26px) / 2);
}

#productBox .btn a#product_prev {
	border-width: 1px 0 0 1px;
	transform: rotate(-45deg);
	left: -50px;
}

#productBox .btn a#product_next {
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	right: -50px;
}

#productBox .slick-slider {
	margin-bottom: 60px;
}

#productBox .slick-dots li button:before {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 1px #000 solid;
	border-radius: 50%;
	text-align: center;
	opacity: 1;
	content: "";
}

#productBox .slick-dots li.slick-active button:before {
	background: #000;
}

/* newsBox */
#newsBox ul li {
	margin: 20px 15px 20px 0;
	width: calc((100% - 30px) / 2);
	display: inline-block;
}

#newsBox ul li:nth-child(2n) {
	margin: 20px 0 20px 15px;
}

#newsBox ul li .img_box_cover,
#newsBox ul li .img_box_cover img {
	height: 250px;
}

#newsBox ul li .info_box {
	margin-top: 15px;
}

#newsBox ul li .info_box h4 {
	height: 33px;
	font-weight: 500;
	font-size: 21px;
}

#newsBox ul li .info_box article {
	margin: 10px 0 0;
	color: #111;
}

#newsBox ul li .info_box .time {
	color: #8f8f8f;
}

/* bookBox */
#bookBox ul {
	margin: 0 auto;
	width: 1200px;
	display: grid;
	grid-gap: 0;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
}

#bookBox ul li {
	overflow: hidden;
}

#bookBox ul li img {
	height: 275px;
}

#bookBox ul li:first-child {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}

#bookBox ul li:nth-child(8) {
	grid-column-start: 4;
	grid-column-end: 5;
	grid-row-start: 2;
	grid-row-end: 4;
}

#bookBox ul li:first-child img,
#bookBox ul li:nth-child(8) img {
	height: 550px;
}

@media screen and (max-width: 1500px) {
	.team_box .teamleft {
		width: 60%;
	}

	#aboutBox .left_box {
		width: calc(47.5vw - 25px);
	}

	.team_box .teamright {
		width: 306px;
	}

	.team_box .teamright .numm:first-child:before {
		right: 37%;
	}

	#illustrate_box {
		margin-top: 80px;
	}

	.videooJ_box .weyoutube iframe {
		height: 500px;
	}

	#nwJ_box .nwJright {
		height: 430px;
	}

	#nwJ_box ul li {
		padding: 4px 9px;
	}
	.seuse_box ul li {
		margin: 5px 8px;
		height: 320px;
	}
}

@media screen and (min-width: 1281px) {
	#productBox ul li:hover .relat_box:before {
		background: rgba(0, 55, 122, .85);
	}

	#productBox ul li:hover .info_box.abso_box {
		top: calc((100% - 178px) / 2);
	}

	#productBox ul li:hover .info_box article {
		margin: 30px auto 15px;
		height: 44px;
		opacity: 1;
	}

	#productBox ul li:hover .info_box .more_box {
		opacity: 1;
	}
}

@media screen and (max-width: 1280px) {
	#productBox ul li.slick-current .relat_box:before {
		background: rgba(0, 55, 122, .85);
	}

	#productBox ul li.slick-current .info_box.abso_box {
		top: calc((100% - 178px) / 2);
	}

	#productBox ul li.slick-current .info_box article {
		margin: 30px auto 15px;
		height: 44px;
		opacity: 1;
	}

	#productBox ul li.slick-current .info_box .more_box {
		opacity: 1;
	}

	#bookBox ul {
		width: 90%;
	}

	#bookBox ul li img {
		height: 22.5vw;
	}

	#bookBox ul li:first-child img,
	#bookBox ul li:nth-child(8) img {
		height: 45vw;
	}
}

@media screen and (max-width: 1024px) {
	.omg_bg {
		height: 1500px;
		margin-top: -100px;
	}

	.team_box {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: unset;
		width: 100%;
		margin: 36px 0 20px;
	}

	.team_box.Gan2 {
		margin-top: 50px;
	}

	.team_box .teamleft {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
	}

	.team_box.Gan2 .teamleft {
		display: flex;
		align-items: flex-start;
	}

	.team_box.team_box p {
		text-align: center;
	}

	.team_box p {
		text-align: center;
	}

	.team_box .teamright {
		width: min(95%, 500px);
	}

	.numm-bottom {
		width: min(95%, 500px);
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 10px;
	}

	.team_box .teamright .numm:first-child:before {
		right: 0%;
	}

	.team_box .teamright .numm {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.cuulink_box ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.cuulink_box ul li {
		width: min(95%, 500px);
		margin-bottom: 0;
	}

	.cuulink_box ul li:nth-child(2) {
		margin-bottom: 0;
	}

	.cuulink_box ul li img {
		height: 179px;
	}

	#aboutBox .left_box {
		width: calc(60vw - 25px);
	}

	#aboutBox .right_box {
		width: 35vw;
	}

	#aboutBox .right_box .list_box {
		width: calc(100% - 1px);
	}

	#aboutBox .right_box .list_box .img_box_cover,
	#aboutBox .right_box .list_box .img_box_cover img {
		height: 300px;
	}

	#aboutBox .right_box .list_box:nth-child(2n) .info_box h4 {
		margin: 15px 0;
	}

	#secabout:before {
		width: 90%;
		height: calc(100% - 300px);
	}

	#secabout>div {
		width: 95%;
	}

	#secabout .customBox ul {
		width: 80%;
	}

	#secabout .youtubeBox {
		width: 100%;
		text-align: right;
		top: 0;
	}

	#productBox ul li .img_box_cover img {
		height: 400px;
	}
}

@media screen and (max-width: 768px) {
	h2.webJtitle {
		margin-bottom: 10px;
	}

	.wecenter h2.webJtitle {
		font-size: max(2.5*(1vw + 1vh) / 2, 23px);
	}

	.wecenter h2.webJtitle:nth-child(2) {
		font-size: max(2*(1vw + 1vh) / 2, 19px);
		font-weight: 400;
	}

	#nwJ_box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#nwJ_box .nwJleft {
		width: 100%;
		margin-bottom: 20px;
	}

	#nwJ_box .nwJright {
		width: 10%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.nwJ_bg {
		height: 1370px;
	}

	.welinkbu a {
		padding: 9px 20px;
	}

	.videooJ_box .weyoutube iframe {
		height: 236px;
	}

	#illustrate_box .illitem {
		display: flex;
		flex-direction: column;
		margin-bottom: 46px;
	}

	#illustrate_box .illitem .illleftbox {
		width: 100%;
		margin-bottom: 15px;
		margin-top: 10px;
	}

	#illustrate_box .illitem:nth-child(2) .illleftbox {
		order: 1;
	}

	#illustrate_box .illitem:nth-child(2) .illrightbox {
		order: 2;
	}

	#illustrate_box .illitem .illrightbox {
		width: 100%;
	}

	.cuulink_box ul li .moinfo {
		background: rgb(55 59 67 / 93%);
	}

	.success_box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.success_box .suc_left {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.success_box .suc_left p {
		text-align: center;
		margin: 20px 0 30px;
	}

	.success_box .suc_right {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.sefanco_box {
		padding: 40px 0 0;
	}

	#illustrate_box .illitem ul li {
		width: 50%;
		margin-bottom: 4px;
	}

	.seuse_box #prev-button svg,
	.seuse_box #next-button svg {
		width: 21px;
		padding: 5px;
	}

	.seuse_box #prev-button {
		left: -13px;
	}

	.seuse_box #next-button {
		right: -8px;
	}

	.seuse_box {
		padding-bottom: 20px;
	}

	#aboutBox .img_box_cover,
	#aboutBox .img_box_cover img {
		height: 380px;
	}

	#aboutBox .left_box {
		margin-bottom: 50px;
		width: 100%;
		height: auto;
	}

	#aboutBox .right_box {
		width: 100%;
	}

	#aboutBox .right_box .list_box {
		width: calc((100% - 1px) / 2);
		border-left: 0;
		border-right: 1px #ccc solid;
	}

	#aboutBox .right_box .list_box:nth-child(2n) {
		border-right: 0;
	}

	#aboutBox .right_box .list_box .relat_box {
		margin: 0 15px;
	}

	#aboutBox .right_box .list_box .img_box_cover,
	#aboutBox .right_box .list_box .img_box_cover img,
	#aboutBox .right_box .list_box:nth-child(2n) .img_box_cover,
	#aboutBox .right_box .list_box:nth-child(2n) .img_box_cover img {
		height: 50vw;
	}

	#aboutBox .right_box .list_box .info_box h4 {
		height: 30px;
		font-size: 18px;
	}

	#newsBox ul li {
		margin: 20px 5px 20px 0;
		width: calc((100% - 10px) / 2);
	}

	#newsBox ul li:nth-child(2n) {
		margin: 20px 0 20px 5px;
	}

	#bookBox ul {
		grid-template-rows: repeat(4, 1fr);
	}

	#bookBox ul li:first-child {
		grid-column-end: 4;
	}

	#bookBox ul li:nth-child(8) {
		grid-column-start: 3;
		grid-column-end: 5;
		grid-row-start: 3;
		grid-row-end: 5;
	}
}

@media screen and (max-width: 640px) {
	#bookBox ul {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(5, 1fr);
	}

	#bookBox ul li:first-child {
		grid-column-end: 3;
	}

	#bookBox ul li:nth-child(8) {
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 5;
		grid-row-end: 6;
	}

	#bookBox ul li:nth-child(7) {
		grid-column-start: 2;
		grid-column-end: 4;
		grid-row-start: 3;
		grid-row-end: 5;
	}

	#bookBox ul li img,
	#bookBox ul li:nth-child(8) img {
		height: 30vw;
	}

	#bookBox ul li:first-child img,
	#bookBox ul li:nth-child(7) img {
		height: 60vw;
	}
}

@media screen and (max-width: 550px) {
	#secabout:before {
		width: 100%;
	}

	#productBox .list_box {
		margin: 0 auto;
		width: 350px;
	}

	#productBox .btn {
		display: none;
	}

	#newsBox ul li,
	#newsBox ul li:nth-child(2n) {
		margin: 20px 0;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#productBox .list_box {
		width: 100%;
	}

	.videooJ_box .weyoutube iframe {
		height: 200px;
	}

	#illustrate_box {
		margin-top: 47px;
		padding-bottom: 25px;
	}

	.team_box .teamleft h2 {
		letter-spacing: 0.25em;
	}

	.team_box.Gan2 .teamleft h2 {
		letter-spacing: 0.15em;
	}

	.team_box.team_box p {
		text-align: center;
		font-weight: 300;
	}

	.team_box.team_box.Gan2 p {
		text-align: left;
	}

	.team_box .teamright .bigtem {
		margin-bottom: 10px;
	}

	.team_box .teamright .numm:first-child:before {
		height: 26px;
	}

	#nwJ_box ul li {
		padding: 10px 0;
	}

	#nwJ_box ul li:hover {
		background: unset;
	}

	#nwJ_box ul li .info_box p.time {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.seuse_box #prev-button {
		left: -3px;
	}

	.seuse_box #next-button {
		right: -3px;
	}

	#illustrate_box:before {
		height: 1029px;
		background: linear-gradient(to bottom, #2f333c 25%, rgb(50 58 62) 75%, rgb(54 58 67) 100%);
	}

	.cookbook .wecenter {
		padding: 0 0 5px;
	}

	.seuse_box ul li {
		padding: 0 20px;
	}
}

@media screen and (max-width: 320px) {
	#aboutBox .right_box .list_box {
		width: 100%;
		border-right: 0;
	}

	#productBox .list_box {
		width: 100%;
	}
}