body
{
	background:#d6cfc9
}
.wrap
{
	position: relative;
	/* background: url(/assets/images/_user/login/login_start/1.jpg) no-repeat 60% 50%; */
	background:url(/assets/images/_user/login/login_start/1_renewal.png) no-repeat 60% 50%;
	background-size: cover;
	padding-top:0; 
}

.logo
{
	float:right;
	margin:56px;
	width: 77.5px;
	display:none;
}

.section_01
{
	position: absolute;
	bottom:39px;
	width: 100%;
	padding: 0 30px;
}
.section_01 a:not(.link)
{
	display: block;
	width: 100%;
	padding: 16px 0;
	background: #9b3c4c;
	box-shadow: 4px 6.928px 20px 0px rgba(138, 55, 68, 0.3);
	font-family: 'Iropke Batang';
	font-size:17px;
	color:#fff;
	border-radius:150px;
	text-align:center;
	margin-bottom:10px;
}
.section_01 a:nth-child(2)
{
	margin-bottom: 0;
	background: #4a6e5d;
	box-shadow: 4px 6.928px 20px 0px rgba(55, 138, 100, 0.3);
	
}
.section_01 a.link
{
	font-size: 15px;
	font-family: 'Iropke Batang';
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 39px;
}



/* media */
@media screen and (max-width:500px)
{
	.wrap
	{
		background:url(/assets/images/_user/login/login_start/1_renewal.png) no-repeat center center;
		background-size:cover;
	}
}