.noticeBox{float:left; /*background-color:red*/}
.html_dl dt { float:left; width:80px; font-weight:bold; height:30px;}
.html_dl dd { float:left; width:430px; height:30px;}


/*로그인 폼 관련(팝업) */
.login_pop_form{
	width:300px;
	background-color:white;
	border:1px solid #cccccc;
	padding:5px;
}

.login_pop_form dl {width:250px;/* background-color:red*/}
.login_pop_form dl dt {float:left; width:50px}
.login_pop_form dl dd {float:left}
.login_pop_form dl:after{ content:""; clear:both; display:block;}


/*  우편번호 찾기 */
.find_postcode_form{
	width:350px;
	background-color:white;
	border:1px solid #cccccc;
	padding:5px;
}

/* 기본 테이블 설명 */
.table_main{
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px groove #dddddd;
	border-bottom:0px;
	border-spacing:1px;
	line-height: 200%; 
	padding:0 0 0 0;
}

.table_main th{
	background-color:#E6E9EA; 
	text-align:left;
	font-weight:normal;
	padding-left:10px;
}

.table_main input[type=text], .table_main  input[type=password]{
 border: 1px #CCCCCC solid;
 width:150px;
}

table.table_main tr td{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	text-align:left;
	padding-left:5px;
	border-bottom: 1px solid #dddddd;	
}

/* 각게시판의 서브 top 메뉴 */
/*
.board_top_navy{margin:20px 0 0 0; border-bottom:1px solid #cccccc; _zoom:1;}
*+html .pop_menu{height:1%}
*/
.board_top_navy {margin-bottom:10px;}
.board_top_navy .bullet{float:left}
.board_top_navy:after{content:" "; display:block; clear:both; height:0; visibility:hidden;}
.board_top_navy a{
	display:block; 
	float:left; 

	padding:5px 15px 5px 15px; 
	border:1px solid #cccccc; 
	-moz-border-radius:5px 5px 0 0; 
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px; 
	background:#f8f8f8;
	text-decoration:none; 
	color:#000;
}
.board_top_navy a:hover, .board_top_navy .on{
	position:relative; 
	 
	/*padding-top:2px; 
	border-bottom:1px solid #fff;*/ 
	background:#009A00;
	color:white;
	/*font-weight:bold;*/ 
	/*letter-spacing:-1px;*/
}


/*  일반 팝업 레이어 */
.layout_pop{
	background-color:white;
	border:1px solid #cccccc;
	padding:5px;
}

/* 설명글 박스 */
.explain{
	background-color:#DDDDFF;
	padding:5px;
}