body,
html {
	background-color: #FFFFFF !important;
}

.container3 {
	argin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#slide_img {
	width: 2.0rem;
	height: 2.0rem;
	border-radius: 50%;
}
.slide_name {
	font-size: 1.2rem;
	color: #000000;
	padding-left: 0.4rem;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 1.8rem;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide>img {
	width: 100%;
	height: 100%;
}
.head {
	padding: 0.6rem 1rem 0 1rem;
	background-color: #FFFFFF;

}

.head_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	object-fit: cover;
	border-radius: 0.6rem;
	overflow: hidden;
	margin: 1rem 0;
}

.head_top_left,
.head_top_right {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head_top_left>img,
.head_top_right>img {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	margin: 0 0.6rem;
}

.head_top_left>img:nth-of-type(2) {
	width: 3.8rem;
	height: 3.8rem;
	padding: 0 0.8rem;
}

.head_top_right {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
}

.head_top_left>p {
	font-size: 1.2rem;
	font-weight: 500;
	color: #B3995B;
	padding: 0.4rem 0.6rem;
	border-radius: 0.4rem;
	background-color: #000;
	text-align: center;
}

.head_top_right>p {
	padding: 0.4rem 0.8rem;
	background-color: #B3995B;
	border-radius: 50rem;
	margin-right: 1.6rem;
}

.title_img {
	width: 100%;
	height: 24rem;
	object-fit: cover;
	border-radius: 0.6rem;
	margin: 1rem 0;
}

.title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
}

.shuffling_nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 1rem 0;
}

.shuffling_name {
	position: relative;
	width: 28%;
}

.shuffling_px {
	width: 100%;
	height: 1.0rem;
	transform: skew(-30deg);
	background-color: #B3995B;
}

.shuffling_ne {
	position: absolute;
	top: -0.8rem;
	font-size: 1.3rem;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.shuffling_ts {
	font-size: 1rem;
	font-weight: 400;
	color: #515151;
	padding-left: 3rem;
	-webkit-transform: scale(0.88);
}

.time_nav {
	font-size: 0.8rem;
	position: relative;
	width: 100%;
	top: -0.6rem;
	background-color: #FFFFFF;
	height: 3.4rem;
}

.time_nav>p:nth-of-type(1) {
	transform: scale(0.88);
	position: absolute;
	left: -1rem;
}

.time_nav>p:nth-of-type(2) {
	transform: scale(0.88);
	position: absolute;
	right: -1rem;
}

.line {
	width: 100%;
	height: 1px;
	background: #B3995B;
	opacity: 0.2;
	position: absolute;
	top: 2.6rem;
}

.text_nav {
	font-size: 1.3rem;
	font-weight: 300;
	color: #000000;
	opacity: 0.8;
}

.edge {
	padding-top: 4rem;
}

.edge_title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
}

.edge_nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 60%;
	margin: 1rem auto;

}

.edge_left,
.edge_right {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 10rem;
	font-size: 1.5rem;
	width: 8.6rem;
	height: 2.6rem;
	line-height: 2.6rem;
}

.edge_left>img,
.edge_right>img {
	width: 1.5rem;
	height: 1.5rem;
}

.edge_left>span:nth-of-type(1),
.edge_right>span:nth-of-type(1) {
	color: #B3995B;
}

.edge_left>span:nth-of-type(2),
.edge_right>span:nth-of-type(2) {
	color: #B3995B;
	padding: 0.2rem;
}
