@charset "utf-8";

/* banner zone */
.banner_zone {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	height: 600px;
}
.banner_zone .left {
	display: flex;
	flex-flow: row nowrap;
	flex-basis: 900px;
	height: 100%;
}
.banner_zone .right {
	display: flex;
	flex-flow: column;
	flex-grow: 1;
	margin-left: 20px;
	height: 100%;
}

/* main banner */
.main_banner {
	width: 950px;
	height: 100%;
	border-radius: 20px;
}
.main_banner .swiper-slide {
	display: flex;
	flex-flow: column;
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
	color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main_banner .swiper-slide .info {
	margin-top: 150px;
}
.main_banner .swiper-slide .subject {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}
.main_banner .swiper-slide .title {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.3em;
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
}
.main_banner .swiper-slide .link {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	width: 250px;
	height: 60px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 10px;
	background-color: #FFFFFF;
}
.main_banner .swiper-slide .link .text {
	margin-left: 14px;
}
.main_banner .swiper-slide .link .icon {
	margin-left: 10px;
}
.main_banner .swiper-slide .description {
	margin-top: 60px;
	width: 600px;
	font-size: 15px;
	word-break: keep-all;
	color: #000000;
}
.main_banner .swiper-slide .description.white {
	color: #FFFFFF;
}
.main_banner .controls,
.main_banner .play-stop {
	position: absolute;
	top: 50px;
	height: 40px;
	border-radius: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.main_banner .controls {
	left: 60px;
	width: 120px;
}
.main_banner .play-stop {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	left: 190px;
	width: 40px;
	font-size: 20px;
	color: #FFFFFF;
}
.main_banner .play-stop .xi-play {
	position: relative;
	left: 0.1em;
}
.main_banner .swiper-pagination {
	top: 50%;
	bottom: unset;
	margin-top: -0.05em;
	font-size: 16px;
	font-weight: 700;
	transform: translateY(-50%);
	color: #FFFFFF;
}
.main_banner .swiper-button-next,
.main_banner .swiper-button-prev {
	margin-top: 0px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	color: #FFFFFF;
}
.main_banner .swiper-button-next::after,
.main_banner .swiper-button-prev::after {
	font-size: inherit;
}
.main_banner .swiper-button-prev {
	left: 16px;
}
.main_banner .swiper-button-next {
	right: 16px;
}
.main_banner .swiper-button-disabled {
	opacity: 0.5 !important;
}

/* main customer */
.main_customer {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	padding: 30px 20px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 20px;
	background-color: #8C7536;
}
.main_customer .subject {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 3px 13px;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 40px;
	background-color: #142faa;
}
.main_customer .title {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700;
}
.main_customer .number {
	display: flex;
	flex-flow: column;
	justify-content: center;
	flex-grow: 1;
	position: relative;
	top: -0.1em;
	font-size: 43px;
	font-weight: 900;
	line-height: 1;
}
.main_customer .link {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 30px auto 36px;
	width: 250px;
	height: 60px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 10px;
	background-color: #FFFFFF;
}
.main_customer .time {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	font-size: 16px;
	font-weight: 500;
}
.main_customer .description {
	margin-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 1.6em;
	word-break: keep-all;
}

/* main video */
.main_video {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #000000;
	overflow: hidden;
}
.main_video .video_response {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0px;
}
.main_video .video_response iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* product zone */
.product_zone {
	margin-top: 100px;
}
.product_zone .title {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-bottom: 30px;
}
.product_zone .title .text {
	font-size: 25px;
	font-weight: 700;
}
.product_zone .title .icon {
	position: relative;
	top: 0.04em;
	margin-left: 4px;
	font-size: 32px;
}
.product_zone .list {
	display: flex;
	flex-flow: row nowrap;
	margin: -10px;
}
.product_zone .list > a {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin: 10px;
	text-align: center;
}
.product_zone .list2 > a {
	width: calc(50% - 20px);
}
.product_zone .list3 > a {
	width: calc(33.333% - 20px);
}
.product_zone .list4 > a {
	width: calc(25% - 20px);
}
.product_zone .list5 > a {
	width: calc(20% - 20px);
}
.product_zone .list .thumb {
	width: 100%;
	height: 300px;
	border-radius: 20px;
	overflow: hidden;
}
.product_zone .list .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_zone .list .name {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 900;
}
.product_zone .list .subject {
	margin-top: 6px;
	font-size: 14px;
	color: #666666;
}
.product_zone .list .buttons {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.product_zone .list .buttons > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 40px;
	font-size: 14px;
	font-weight: 700;
	box-sizing: border-box;
	color: #FFFFFF;
	border-radius: 40px;
	border: 1px solid #000000;
	background-color: #000000;
}
.product_zone .list .buttons > div.white {
	margin-right: 10px;
	color: #000000;
	border-color: #000000;
	background-color: #FFFFFF;
}
.product_zone .list1 > a {
	align-items: flex-start;
	position: relative;
	width: calc(100% - 20px);
	padding-bottom: 26px;
	text-align: left;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.product_zone .list1 .thumb {
	position: relative;
	height: 360px;
	border-radius: 0;
}
.product_zone .list1 .thumb img {
	object-position: center 15%;
	transition: transform 0.5s ease;
}
.product_zone .list1 > a:hover .thumb img {
	transform: scale(1.04);
}
.product_zone .list1 .name,
.product_zone .list1 .subject,
.product_zone .list1 .buttons {
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
}
.product_zone .list1 .name {
	margin-top: 24px;
	font-size: 26px;
	color: #000000;
}
.product_zone .list1 .subject {
	margin-top: 8px;
	font-size: 16px;
	color: #666666;
}
.product_zone .list1 .buttons {
	position: absolute;
	top: 397px;
	right: 0;
	bottom: auto;
	margin-top: 0;
}
.product_zone .list1 .buttons > div.white {
	margin-right: 0;
	color: #000000;
	border-color: #000000;
	background-color: #FFFFFF;
}
