body
{
	background:#d6cfc9
}
.wrap
{
	background:#eee5e0;
}

.section_01
{
	padding-left:0;
	padding-right:0;
	background:#eee5e0;
	padding-bottom:50px;
}

.top a.right
{
	opacity: .3;
	transition: all .3s;
}

.tab_menu
{
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ddd5d0;
}
.tab_menu li
{
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
	font-family: 'Iropke Batang';
	font-size: 16px;
	color: #333333;
	padding: 14px 0;
	transition: all .5s
}
.tab_menu li.active
{
	color: #9b3c4c
}
.tab_menu li.active:after
{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 15px);
	height: 2px;
	background: #9b3c4c;
	animation: tab_wi .7s;
}

@keyframes tab_wi
{
	0%
	{
		width: 0;
	}
	100%
	{
		width: calc(100% - 15px);
	}
}

.tab_content
{
	position: relative;
	width: 100%;
	padding: 0 20px;
}
.tab_content ul li
{
	margin-top: 21px;
}
.tab_content ul li h2
{
	font-family: 'Iropke Batang';
	font-size: 15px;
	color: #333333;
	margin-bottom: 10px;
}
.tab_content ul li input:not([type=radio])
{
	width: 100%;
	height: 40px;
	padding: 0 13px;
	border-radius: 3px;
	background: #f5efec;
	font-size: 15px;
	color: #000;
	border: 1px solid #cbc3bf;
	transition: all .3s;
}
.radio ul
{
	display:flex;
}
.tab_content ul li input::placeholder
{
	color: #cbc3bf;
}
.tab_content ul li input:focus
{
	background: #fff;
	/* border: 1px solid #9b3c4c */
}
.tab_content .next_btn
{
	position: relative;
	display: table;
	margin: 40px auto 0;
	text-align: center;
	padding: 9px 25px 10px 36px;
    font-family: 'Iropke Batang';
    font-size: 16px;
	color: #fff;
	background: #7e736d;
	border-radius: 150px;
	transition:all .5s;
}
.tab_content .next_btn i
{
	position: absolute;
	top: 9px;
	left: 16px;
	font-size: 15px;
}
.hide_layer p
{
	margin:29px 0 20px;
}
.hide_layer ul li
{
	text-align:center;
	margin-bottom:7px;
	letter-spacing:0;
}