@CHARSET "UTF-8";


#Memberwrap																			{ position:relative; float:left; width:100%; letter-spacing:-1px;}

/* 회원정보수정*/
.info_modify															{ position:relative; float:left; width:100%; margin-bottom:30px;}
.info_modify	 li														{ position:relative; float:left; width:100%; border:1px solid #dfdfdf; border-bottom:0;}
.info_modify	 li	dl	dt												{ float:left; width:25%; height:40px; background-color:#f9f9f9; border-right:1px solid #dfdfdf; line-height:40px;}
.info_modify	 li	dl	dt	 label									{ font-size:14px; color:#343434; padding-left:20px;}
.info_modify	 li	dl	dd											{ float:right; width:72%; height:40px; line-height:40px;}
.info_modify	 li	dl	dd	span									{ font-size:12px;}
.info_modify	 li	dl	dd	input								{ height:18px; padding:3px; border:1px solid #cfcfcf;}
.info_modify	.phone												{ width:70px;}		
.info_modify	.none												{ border:0;}
.info_modify	.lineB												{ border-bottom:1px solid #dfdfdf;}


/* 버튼 */
.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) {

	.info_modify	 li	dl	dt												{ float:left; width:33%; height:40px; background-color:#f9f9f9; border-right:1px solid #dfdfdf; line-height:40px;}
	.info_modify	 li	dl	dt	 label									{ font-size:12px; color:#343434; padding-left:10px;}
	.info_modify	 li	dl	dd											{ float:right; width:65%; height:40px; line-height:40px; font-size:12px;}
	.info_modify	 li	dl	dd	span									{ display:none;}
	.info_modify	 li	dl	dd	input								{ height:18px; padding:3px; border:1px solid #cfcfcf;}
	.info_modify	.phone												{ width:45px;}	

}