.apply_box_container .recommend-box {
	position: absolute;
	top: 335px;
	right: calc(((100vw - 86rem) / 2) - 25rem);
	background: #ffffff;
	width: 23rem;
	border-radius: 1rem;
	padding: 2.5rem 1.9rem;
	font-family: "Hiragino Kaku Gothic Pro";
}

.apply_box_container .recommend-box .heading {
	margin-bottom: 20px;
	text-align: center;
}

.apply_box_container .recommend-box .heading .title {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 27.2px;
	letter-spacing: 0px;
	color: #444444;
	width: 144px;
	height: 21px;
	display: inline-flex;
	align-items: center;
}

.apply_box_container .recommend-box .heading .divide {
	height: 3px;
	background: transparent linear-gradient(90deg, #FBC2D7 0%, #FCDABF 100%);
}

.apply_box_container .recommend-box .btn-row .btn-review {
	width: 100%;
	height: 44px;
	background: #5FCEC7;
	border-radius: 10px;
}

.apply_box_container .recommend-box .btn-row .btn-review a {
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #FFFFFF33;
	border-radius: 10px;
	color: #FFFFFF;
}

.apply_box_container .recommend-box .btn-row .btn-review a span {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	height: 21px;
	position: relative;
	top: 0.5px;
	display: flex;
	align-items: center;
	line-height: 30.6px;
}

.apply_box_container .recommend-box .btn-row .btn-review a img {
	margin-right: 5px;
	margin-left: 1px;
	width: 18px;
	height: 18px;
}

.apply_box_container .recommend-box .btn-row .btn-review.disabled {
	background: #DCDCDC;
	pointer-events: none;
}

.review-section {
	margin-bottom: 40px;
	font-family: "Hiragino Kaku Gothic Pro";
}

.review-section h2 {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	padding-left: 14px;
	margin-bottom: 28px;
	font-weight: 600;
}

.review-section h2:before {
	content: "";
	width: 6px;
	height: 24px;
	background: #faacc8;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.review-section h2:after {
	content: "";
	width: 100%;
	height: 3px;
	background: transparent linear-gradient(90deg, #fbc2d7 0%, #fcdabf 100%);
	position: absolute;
	bottom: -8px;
	left: 0;
}

.review-section .subtitle {
	font-size: 18px;
	font-weight: 300;
	color: #444444;
}

.review-section .subtitle .hightlight-text {
	color: #F76B9F;
	font-weight: 600;
}

.review-section .btn-review-box {
	position: relative;
	border: 4px solid #82D6D1;
	display: flex;
	align-items: center;
	width: 420px;
	height: 60px;
	border-radius: 100px;
	cursor: pointer;
	margin: 27.17px auto auto;
	line-height: 18px;
}

.review-section .btn-review-box a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 10px 0;
}

.review-section .btn-review-box .icon-heart {
	width: 47px;
	height: 47px;
	background: transparent url("/assets/img/user/common/ico_heart.svg") no-repeat padding-box;
	position: absolute;
	top: -21px;
	left: -4px;
}

.review-section .btn-review-box .arrow {
	position: absolute;
	background: transparent url("/assets/img/user/common/arrow_next.svg") no-repeat padding-box;
	width: 30px;
	height: 30px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.review-section .btn-review-box .content {
	width: 100%;
	color: #444444;
	font-size: 20px;
	font-weight: 600;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.review-section .btn-review-box .content .review-text {
	color: #20C5BA;
	height: 100%;
	display: flex;
	align-items: center;
}

.review-section .btn-review-box .content .review-number {
	margin-left: -9px;
	display: flex;
	align-items: center;
	height: 26px;
}

.review-section .btn-review-box .content .review-number > * {
	height: 100%;
	display: flex;
	align-items: center;
}

.review-section .btn-review-box .content .review-number .count {
	font-size: 24px;
	color: #F76B9F;
	height: 32px;
	margin: 0 2px;
}

@media screen and (min-width: 451px) and (max-width: 1360px) {
	.apply_box_container .recommend-box {
		right: calc(((100% - 86rem) / 2) - 25rem);
	}
}
