.gift_area {
	margin-top: 60px;
}

.gift_area .radio_area {
	display: block;
	margin-bottom: 30px;
}

.gift_area .radio_area:last-of-type {
	margin-bottom: 0;
}

.gift_area .radio_area label {
	font-size: 18px;
	padding-left: 32px;
	line-height: 20px;
}

.gift_guide {
	padding-left: 30px;
	margin-top: 8px;
	font-size: 18px;
	color: #8f8f9b;
	font-weight: 300;
}
/* 
선물상자 css
*/
.gift_box {
	height: 204px;
	max-width: 500px;
	width: 100%;
	min-width: 200px;
	position: relative;
	background: transparent;
	margin: 0 auto;
	overflow: hidden;
}

span.gift_burst {
	transform: rotate(-90deg);
	display: inline-block;
	position: absolute;
	bottom: 88px;
	left: 50%;
}

span.gift_burst:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 500px;
	height: 70px;
	background: #fff;
	transform-origin: center center;
	transform: rotate(-90deg) translate(50px, -260px);
}

.gift_btn {
	background: transparent;
	border: 0;
	box-shadow: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	box-sizing: border-box;
	padding-bottom: 60px;
}

.gift_btn:focus {
	outline: 0;
}

.gift_btn:active .heart {
	transform: scale3d(0.9, 0.9, 0.9);
}

.gift_bounce {
	transform-style: preserve-3d;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.2s ease-out;
	position: relative;
	width: 51px;
	height: 100%;
	top: 0;
	left: 0;
}

img.box_bounce {
	position: absolute;
	bottom: 0;
	left: 0;
}

.option_bounce {
	position: absolute;
	bottom: 47px;
	left: 7px;
	z-index: -1;
	width: 40px;
}

.bounce-back {
	-webkit-animation: bounce-back 1s linear both;
	animation: bounce-back 1s linear both;
	fill: #c8adff;
	pointer-events: none;
}

.main_tit.main_inner.gifted {
	padding: 0 0 60px;
}

@media (max-width: 767px) {
	.gift_box {
		height: 124px;
	}

	.gift_btn {
		padding-bottom: 30px;
	}

	.gift_step3 .main_tit .sub_tit {
		margin-top: 30px;
		letter-spacing: -0.04rem;
	}

	.main_tit.main_inner.gifted {
		padding: 0 0 30px;
	}

	.gift_bounce {
		width: 40px;
	}

	.option_bounce {
		bottom: 35px;
		width: 27px;
	}

	span.gift_burst {
		bottom: 32px;
	}

	.gift_area {
		margin-top: 30px;
	}

	.gift_area .radio_area {
		margin-bottom: 20px;
	}

	.gift_area .radio_area label {
		font-size: 14px;
		line-height: 22px;
		padding-left: 24px;
	}

	.gift_guide {
		padding-left: 24px;
		margin-top: 2px;
		font-size: 13px;
	}

	.gift_order_ic {
		display: block;
		width: 40px;
		margin: 0 auto;
		transform: translateY(-5px);
		animation: ic_mv 2s infinite;
	}
}
