@charset "utf-8";

.main {
	
}

.main img {
	width: 100%;
}

.one {
	width: 100%;
	text-align: center;
	position: relative;
}

.btn_div {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}

.btn_div img {
	width: 50%;
}

.text_div {
	position: fixed;
	bottom: 0;
	height: 60px;
	background: #fd5a74;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 16px;
	line-height: 60px;
}