.main_warp {
	background-color: #f5f5f5;
	background-size: 96px 10px, 100% 132px;
	background-repeat: no-repeat;
	background-position: center bottom 50px, center bottom;
	background-image: url("../image/main/bottom_logo.png"), url("../image/main/bottom_bg.png");
}

.main_warp .main_section {
	max-width: 340px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.main_warp .main_section .title_box {
	text-align: center;
}

.main_warp .main_section .title_box .main_title {
	font-size: 20px;
	font-weight: 600;
}

.main_warp .main_section .title_box .main_sub_title {
	font-size: 20px;
	margin-top: 20px;
}

.main_warp .main_section .button_box {
	margin-top: 50px;
	width: 100%;
}

.main_warp .main_section .button_box .btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 170px;
	border: 1px solid #d9d9d9;
	border-radius: 15px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 0px 10px;
	color: #222222;
	text-decoration: none;
}

.main_warp .main_section .button_box .btn.laundry_btn {
	margin-top: 20px;
}

.main_warp .main_section .button_box .btn.point_btn .event_badge {
	position: absolute;
	top: -14px;
	right: 0;
	width: 194px;
	height: 28px;
	background-image: url("../image/main/point_event_badge.svg");
	background-repeat: no-repeat;
}

.main_warp .main_section .button_box .btn_icon {
	background-size: 100% 100%;
	background-position: center center;
}

.main_warp .main_section .button_box .btn_icon.point {
	width: 58px;
	height: 58px;
	background-image: url("../image/main/point_icon.svg");
}

.main_warp .main_section .button_box .btn_icon.laundry {
	width: 70px;
	height: 58px;
	background-image: url("../image/main/laundry_icon.svg");
}

.main_warp .main_section .button_box .text_box {
	margin-left: 20px;
}

.main_warp .main_section .button_box .text_box .btn_title {
	font-size: 30px;
	font-weight: 500;
}

.main_warp .main_section .button_box .text_box .btn_sub {
	font-size: 17px;
	font-weight: 400;
	color: #444444;
	margin-top: 5px;
	letter-spacing: 0%;
}

.main_warp .main_section .button_box .text_box .btn_sub .btn_highlight  {
	font-weight: 700;
}

.main_warp .main_section .button_box .text_box .btn_sub .btn_highlight.point {
	color: #f06578;
}

.main_warp .main_section .button_box .text_box .btn_sub .btn_highlight.laundry {
	color: #233E95;
}

.main_warp .main_section .naver_talk_box {
	width: 160px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.main_warp .main_section .naver_talk_box .icon {
	width: 25px;
	height: 25px;
	background-image: url("../image/main/talk_icon.svg");
}

.main_warp .main_section .naver_talk_box .text {
	margin-left: 10px;
	font-size: 17px;
	font-weight: 500;
	color: #444444;
}