@charset "utf-8";



#member_page	{
	position: relative;
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 80px;
}

#member_page .agree-pannel .theme-box	{
	height: 300px;
	overflow: auto;
}

#member_page .member-title	{
	font-size: 24px;
	padding-top: 20px;
	text-align: center;
	margin:70px auto 20px;
}
#member_page .member-title *	{ display: block; }
#member_page .member-title span	{
	font-size: 15px;
	font-weight: 600;
}
#member_page .member-contents	{ padding-top: 20px; }

#member_page .member-contents h2	{
	font-size: 16px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#member_page .member-contents section	{
	padding-bottom: 30px;
}

#member_page .member-contents .theme-box	{
	padding: 20px;
	line-height: 1.8em;
	height:550px;
 	border:30px solid transparent;
 	border-image:URL(http://qabelaced.shop/img/world/border_1.png) 30;
}



@media all and (max-width: 1000px) {
	#member_page .member-contents .theme-box	{ height:300px; }
}

#member_page .check-agree	{
	padding-top: 10px;
	text-align: right;
}
#member_page .check-agree input	{ display: none; }
#member_page .check-agree input + label:before	{
	content: "\ea53";
	display: inline-block;
	vertical-align: middle;
	font-family: 'icon';
	margin-right: 5px;
	font-size: 18px;
}
#member_page .check-agree input:checked + label:before	{
	content: "\ea52";
}



.member-form	{
	width: 100%;
	margin-bottom: 30px;
}
.member-form th	{
	font-size: 13px;
	font-weight: 800;
	text-align: left;
}

.theme-box a:not(.txt-point){
	font-size:14pt !important;
	font-weight:800 !important;
	}
.theme-box .txt-point{
	font-weight:800;
	}
.txt-point:hover{
 color: #666;
}

.theme-box em{
	font-size:12pt;
	color:#241D6F;
	font-weight:800;
	font-family: 'Handon3gyeopsal600g';
	}

/*** PASSWORD ***/

#password_box	{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	width: 300px;
	height: 200px;
}

#password_box h1	{
	margin: 0;
	height: auto;
	padding: 10px;
	font-size: 14px;
	line-height: 1.1em;
	width: 100%;
}
#password_box h1 + .theme-box	{ border-top-width: 0; margin-bottom: 3px; }

#password_box .pass-form	{ 
	position: relative;
	padding-right: 80px;
	margin-top: 10px;
}
#password_box .pass-form fieldset				{ display: block; }
#password_box .pass-form fieldset +	fieldset	{ margin-top: 3px; }
#password_box .pass-form .box-btn	{
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 70px;
}
#password_box .pass-form input[type="password"]	{ width: 100%; }
#password_box .pass-form .box-btn .ui-btn	{
	width: 100%;
	height: 100%;
	padding: 0;
}
#password_box .btn_confirm .ui-btn	{
	width: 100%;
}

.help {
	margin-left:15px;
	color:#494F6A;
	}

.fix-layout{
	position:fixed !important;
	width:100% !important;
	height:100% !important;
 overflow-y: auto;
	}