@CHARSET "UTF-8";

.default_con{ padding-bottom: 60px; }

#Memberwrap																			{ /*position:relative;float:left;*/ margin: 0 auto; width: 100%; height: 200px; letter-spacing:-1px; }

/* 회원정보수정*/
.info_modify															{ width: 45%; margin: 0 auto; line-height: 25px; }
.info_modify	 li														{ position:relative; float:left; width:100%; border:1px solid #dfdfdf; border-bottom:0;}
.info_modify	 li:nth-child(3){ border-bottom: 1px solid #dfdfdf; }
.info_modify	 li	dl	dt					{ float:left; width:25%; height: 47px; background-color:#f9f9f9; border-right:1px solid #dfdfdf; line-height: 47px; }
.info_modify	 li	dl	dt	 label		{ font-size:14px; color:#343434; }
.info_modify	 li	dl	dd				{ float: right; width: 72%; height: 47px; line-height: 47px; text-align: left; }
.info_modify	 li	dl	dd	span		{ font-size:12px;}
.info_modify	 li	dl	dd	input	{ margin-top: 5px; width: 40%; height: 35px; padding:3px; border:1px solid #cfcfcf; }
.info_modify	 li	dl	dd	input[type="checkbox"]{ margin-left: 15px; width: 15px; }
.info_modify	.phone					{ width: 70px;}
.info_modify	.none					{ border:0;}
.info_modify	.lineB					{ border-bottom:1px solid #dfdfdf;}
.info_modify	.pw{ border-top: 0; border-bottom: 1px solid #dfdfdf; }


/* 버튼 */
.formbt										{ text-align:center; padding: 60px 0; }
.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;}
.formbt input:hover{ background: #2c77ba; }
.formbt2									{ text-align:center; }
.formbt2 input								{ text-align:center; display:inline-block; min-width:200px; line-height: 37px; padding: 0 10px; background-color: #4a4a4a; border:0; color:#fff; font-size: 14px; font-weight:bold; font-family:"맑은고딕",Malgun Gothic,"나눔고딕",Nanum Gothic,"돋움",dotum,AppleGothic,sans-serif; cursor:pointer;}


@media screen and (max-width:1024px) {
	.page_tab{ display: block; }
	.info_modify{ width: 100%; }
	.info_modify li dl dt{ width: 20%; }
	.info_modify li dl dt label{ margin: 0 auto; font-size: 80%; }
	.info_modify li dl dd{ width: 78%; }
	.info_modify li dl dd input{ height: 37px; width: 30%; }
	.info_modify li dl dd input[type="checkbox"]{ margin-left: 5px; }
	.info_modify li dl dd span{ margin-left: 5px; font-size: 70%; }
}

/*
@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;}	
}
*/
