@CHARSET "UTF-8";

#Memberwrap																			{ position:relative;float:left; width:100%; letter-spacing:-1px; }

/* 회원가입 */
.member_Join																			{ width:95%; margin:0 auto; line-height:25px;}
.member_Join	h4																	{ font-size:16px; font-weight:normal; color:#282828; padding-bottom:30px; letter-spacing:-2px;}
.member_Join	h4	span															{ width:100%; font-size:20px; color:#0E77E6; display:inline-block; padding-bottom:5px;}


/* 가입완료 */
.finish															{ position:relative; float:left; width:100%; background-color:#f9f9f9; border:1px solid #ccc; padding-bottom:35px; text-align:center;}
.finish	p														{ text-align:center; padding:30px 0;}
.finish	ul	li													{ padding-bottom:30px;}
.finish	ul	li	label											{ width:80px; color:#343434;}
.finish	ul	li	input										{ height:20px; border:1px solid #ccc;}}
.finish	ul	li	span											{ font-size:11px; color:#0E77D9; padding-left:5px;}


/* 버튼 */
.formbt														{ text-align:center; }
.formbt a													{ vertical-align:top; text-align:center; display:inline-block; min-width:100px; padding:3px 0px; background-color:#555; border:#444 solid 1px; color:#fff; font-weight:bold; }
.formbt input											{ text-align:center; display:inline-block; min-width:100px; padding:7px 10px; background-color: #1f4787; border:0; color:#fff; font-weight:bold; font-family:"맑은고딕",Malgun Gothic,"나눔고딕",Nanum Gothic,"돋움",dotum,AppleGothic,sans-serif; cursor:pointer;}
.formbt2													{ text-align:center; }
.formbt2 input											{ text-align:center; display:inline-block; min-width:200px; padding:7px 10px; background-color: #4a4a4a; border:0; color:#fff; font-weight:bold; font-family:"맑은고딕",Malgun Gothic,"나눔고딕",Nanum Gothic,"돋움",dotum,AppleGothic,sans-serif; cursor:pointer;}


@media screen and (max-width:400px) {

	.member_Join	h4										{ font-size:12px; font-weight:normal; color:#282828; padding-bottom:30px; letter-spacing:-2px; line-height:20px;}
	.member_Join	h4	span								{ width:100%; font-size:16px; color:#0E77E6; display:inline-block; padding-bottom:5px;}
	.finish	p														{ font-size:12px; text-align:center; padding:20px 20px 10px 20px; line-height:20px;}
	.finish	ul	li													{ font-size:12px; padding-bottom:0px;}
	.finish	ul	li	span											{ font-size:11px; color:#0E77D9; padding-left:5px; display:inline-block;}

}