.point_warp {
	background-size: 100% 364px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url("../../image/point_charge/bottom_bg.png");
}

.point_warp .point_section {
	margin-top: 30px;
}

.point_warp .point_section .step_wrap {

}

.point_warp .point_section .step_wrap .step_box {
	margin-top: 30px;
}

.point_warp .point_section .step_wrap .step_box:first-child {
	margin-top: 0;
}

.point_warp .point_section .step_wrap .step_box .step_badge {
	width: 76px;
	box-sizing: border-box;
	padding: 5px 10px;
	background-color: #f06578;
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	border-radius: 14px 14px 0 14px;
}

.point_warp .point_section .step_wrap .step_box .step_text_box {
	margin-top: 5px;
	font-size: 17px;
	line-height: 26px;
}

.point_warp .point_section .step_wrap .step_box .step_text_box .text-bold-500 {
	font-weight: 500;
}

.point_warp .point_section .step_wrap .step_box .step_text_box .text-bold-700 {
	font-weight: 700;
}

.point_warp .point_section .step_wrap .step_box.step_2 .step_text_box .text-highlight {
	font-weight: 500;
	color: #C51E35;
	margin-top: 10px;
	text-decoration: underline;
}

.point_warp .point_section .event_wrap {
	margin-top: 35px;
}

.point_warp .point_section .event_wrap .event_box {
	position: relative;
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #FFE48B;
	text-align: center;
	padding: 15px 10px;
}

.point_warp .point_section .event_wrap .event_box:first-child {
	margin-top: 0;
}

.point_warp .point_section .event_wrap .event_box .event_badge {
	padding: 5px 10px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffc300;
	border-radius: 16px 0 16px 0;
	font-size: 15px;
	font-weight: 700;
	color: #403100;
}

.point_warp .point_section .event_wrap .event_box .title {
	font-size: 20px;
	font-weight: 700;
}

.point_warp .point_section .event_wrap .event_box .sub_title {
	margin-top: 10px;
	font-size: 15px;
}

.point_warp .point_section .event_wrap .event_box .additional_text {
	margin-top: 10px;
	font-size: 15px;
	color: #9c822e;
}

.point_warp .point_section .additional_warp {
	margin-top: 30px;
	text-align: center;
}

.point_warp .point_section .additional_warp .title {
	font-size: 17px;
	color: #707070;
	font-weight: 500;
}

.point_warp .point_section .additional_warp .title .title-bold {
	color: #222222;
	font-weight: 700;
}

.point_warp .point_section .additional_warp .additional_info_wrap {
	margin-top: 15px;
}

.point_warp .point_section .additional_warp .additional_info_wrap .additional_info_box {
	margin: 0 auto;
	margin-top: 5px;
	max-width: 220px;
	background-color: #f9f9f9;
	border-radius: 4px;
	padding: 5px 20px;
	box-sizing: border-box;
	color: #707070;
}

.point_warp .point_section .additional_warp .additional_info_wrap .additional_info_box:first-child {
	margin-top: 0;
}

.point_warp .point_section .additional_warp .additional_info_wrap .additional_info_box .text-bold-500 {
	font-weight: 500;
	color: #222222;
}

.point_warp .point_section .point_request_btn {
	margin-top: 20px;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: #f06578;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
}