@CHARSET "UTF-8";

.default_con{ padding-bottom: 60px; }

#Memberwrap																			{ /*position:relative;float:left;*/ margin: 0 auto; width: 100%; height: 400px; letter-spacing:-1px; }

/* 회원가입 */
.member_Join																			{ width: 45%; 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; line-height: 35px; margin-right: 10px; }
.finish	ul	li	input										{ width: 30%; height: 35px; border:1px solid #ccc; margin-right: 10px; }
.finish	ul	li	span											{ font-size:11px; color:#0E77D9; padding-left:5px; line-height: 35px; }


/* 버튼 */
.formbt			{ text-align:center; }
.formbt a		{ vertical-align:top; text-align:center; display:inline-block; min-width:100px; line-height: 37px; padding:0 0; background-color:#555; border:#444 solid 1px; color:#fff; font-size: 14px; font-weight:bold; }
.formbt input	{ text-align:center; display:inline-block; min-width:100px; line-height: 37px; padding: 0 10px; background-color: #1f4787; border:0; color:#fff; font-size: 14px; 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; line-height: 37px; padding: 0 10px; background-color: #1F4787; border:0; color:#fff; font-size: 14px; font-weight:bold; font-family:"맑은고딕",Malgun Gothic,"나눔고딕",Nanum Gothic,"돋움",dotum,AppleGothic,sans-serif; cursor:pointer;}
.formbt2 input:hover{ background: #2c77ba; }


@media screen and (max-width: 1024px) {
	.member_Join{ width: 100%; }
	.member_Join h4{ font-size: 75%; letter-spacing: -0.5px; }
	.member_Join h4 span{ font-size: 120%; }
	.finish p{ margin: 0 auto; width: 80%; font-size: 85%; }
	.finish ul li label{ font-size: 80%; }
	.finish ul li input{ margin-right: 0px; }
	.finish ul li span{ display: block; margin-left: 0; width: 100%; }
}


/*
@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;}
}
*/