@charset "UTF-8";

.stamp_main {
	color: #212121;
	font-weight: 500;
	font-size: 16px;
}
.user_name {
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 68px;
}
.stp_name {}
.stp_num {
	margin-right: 6px;
	font-size: 20px;
}
.refresh {
	width: 24px;
	height: 24px;
	background: url(../../images/userApp/common/ico_refresh.png)no-repeat center/24px auto;
	text-indent: -9999px;
	vertical-align: top;
}

.stamp_bottom {}
.stamp_con {
	position:relative;
	padding: 38px 16px 34px;
	background: #eee;
}
.stp_custNm {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.stamp_text {
	display: block;
	margin-bottom: 26px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
.stamp_text b {
	font-weight: bold;
}
.swiper {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  height: 100%;
  overflow: hidden;
}
.swiper-slide {
  padding: 13px 17px 25px;
  min-height: 209px;
  background: url(../../images/userApp/event/stamp_bg.png)no-repeat center/104% auto;
  text-align: center;
}
.top_item {
	padding-bottom: 12px;
	border-bottom: 1px dotted #E0E0E0;
}
.top_item span{
	font-size: 14px;
}
.top_item span::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../../images/userApp/event/ico_stamp_26.png)no-repeat center/ 26px auto;
	vertical-align: top;
}
.stamp_items {
	margin-top: 16px;
	 /* 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;
    gap: 8px;
}
.con_item {
	position: relative;
	width: 20%;
	max-width: 50px;
	height: 50px;
	line-height: 50px;
}
.stamp_items .active::before {
	content: '';
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(../../images/userApp/event/stamp_item_active.png)no-repeat center/ 100% auto #fff;
	z-index: 10;
}
@media (min-width: 750px ) {
	.con_item {
		max-width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.stamp_items .active::before {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}
.con_item span {
	font-size: 14px;
	color: #E0E0E0;
}
.con_item img {
	position: absolute;
	left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.coupon_shc {
	display: block;
	margin: 30px auto 34px;
	width: 158px;
	height: 40px;
	border: 1px solid #F69D77;
	color: #F69D77;
	font-size: 12px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	border-radius: 3rem;
	-webkit-border-radius: 3rem;
}
.btn-enough {
	margin: 54px auto 0;
	width: 100%;
	background: #F69D77;
	color: #fff;
	border: 0;
}
.btn-not-enough {
	display: none;
	margin: 54px auto 0;
	width: 100%;
	background: #b1b1b1;
	color: #fff;
	border: 0;
}
.stamp_caution {}
.cau_title {
	padding: 0 16px;
	height: 52px;
	line-height: 52px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #212121;
	background: #f5f5f5;
	border-top: 1px solid #e0e0e0;
}
.cau_con li {
	padding: 20px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
}
.cp_text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
.cp_date {
	font-size: 12px;
	fon-weight: 400;
	color: #757575;
}
.cp_sum {
	color: #212121;
	font-size: 16px;
	font-weight: bold;
}
.list_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 16px;
	border-bottom: 1px solid #f5f5f5;
}
.stamp_shop {
	font-size: 14px;
	font-weight: bold;
	width: 70%;
	flex: 3;
}
.stamp_num {
	max-width: 150px;
	font-size: 20px;
	flex: 1;
	text-align: right;
}
.stamp_num::before {
	content: '';
	display: inline-block;
	margin-right: 6px;
	width: 24px;
	height: 24px;
	background: url(../../images/userApp/event/ico_stamp_26.png)no-repeat center/24px auto;
	vertical-align: top;
}
.swiper-pagination {bottom: 108px!important;}