@charset "utf-8";
/* CSS Document */
/*.ssp-tab-contents {
	border-bottom: 1px solid #ccc;
}*/
ul.swiper-wrapper {
	height: auto;
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.swiper-wrapper li.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	z-index: 1;
	opacity: 1;
}
ul.swiper-wrapper li.swiper-slide img {
	display: block;
	width: 92%;
}
ul.swiper-wrapper li.swiper-slide.swiper-slide-thumb-active {
	border-bottom: 5px solid #00b2a6;
}
.tab-content {
	opacity: 1;
	overflow: hidden;
}
.swiper-container {
}
.Tabs__presentation-slider {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: 0 0;
	transition: transform 0.25s;
}
.swiper-slide {
	display: flex;
/*	justify-content: space-around;*/
	flex-wrap: wrap;
	padding: 10px 0;
    gap: 0 13px;
}

/* detail */
div.tab-detail {
	width: 46%;
	margin-bottom: 8px;
	margin-left:5px;
}
div.tab-detail a {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	padding-bottom: 12px;
	text-decoration: none;
}
div.tab-detail a:hover {
}
div.tab-detail img {
/*	margin-bottom: 10px;*/
	margin-bottom: 0px;
}
div.tab-detail p {
	padding: 0 20px;
	color: #333;
}
p.tab-detail-text {
	font-size: 12px;
	margin-bottom: 6px;
	font-weight: bold;
}
p.tab-detail-price {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
}
p.tab-detail-more {
	flex: 1 0 100%
}