.verge {
	position: fixed;
	bottom: 0;
	right: 100px;
	width: 321px;
	z-index: 101;
}

.vergebtn {
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	padding: 0 45px;
	height: 61px;
	background-color: #3CAFCB;
	cursor: pointer;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}

.vergebtn img {
	transform: rotate(90deg);
	width: 9px;
	filter: invert(93%) sepia(7%) saturate(28%) hue-rotate(343deg) brightness(107%) contrast(107%);
}

.vergebody {
	transition: max-height .5s ease;
	overflow: hidden;
	max-height: 0px;
}

.inner-v {
	background-color: white;
}

.listverge {
	overflow: auto;
	height: 460px;
	overflow: hidden;
}

.e-verge {
	padding: 14px;
	position: relative;
}

.e-verge figure {
	width: 118px;
	min-width: 118px;
	height: 108px;
}

.e-verge figcaption {
	position: relative;
	box-sizing: border-box;
	padding-left: 14px;
}

.e-verge figcaption h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.e-verge figcaption h3, .e-verge figcaption span {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.05em;
	margin-bottom: 9px;
	color: #111111;
}

.e-verge figcaption h3, .e-verge figcaption span {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.05em;
	margin-bottom: 9px;
	color: #111111;
}

.btonverge {
	width: 100%;
	box-sizing: border-box;
	padding: 18px 14px;
}

.btonverge a {
	width: 100%;
	font-size: 14px;
}

.overlayverge {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
}

.overlayverge.actv {
	opacity: 1;
	visibility: visible;
}

.verge.actv .vergebody {
	max-height: 557px;
}

.listverge .e-verge.flex figcaption > span ins span {
	letter-spacing: 0.05em;
	color: #F95555;
}

.listverge .e-verge.flex figcaption > span del span {
	letter-spacing: 0.05em;
	color: #BBBBBB;
	text-decoration: line-through;
}

@media (max-width: 500px) {
	.verge {
		right: 0;
		width: 100%;
	}
}
