/**/
/* 기존 줄 간격쓰기 */
/**/

.h05 {
	clear:both;
	margin-bottom:5px;
}
.h10 {
	clear:both;
	margin-bottom:10px;
}

.h20 {
	clear:both;
	margin-bottom:20px;
}

.h30 {
	clear:both;
	margin-bottom:30px;
}

.h50 {
	clear:both;
	margin-bottom:50px;
}

.text-center{
	clear:both;
	text-align:center;
}

.jdline1 {
	width:100%;
	margin-top:5px;
	margin-bottom:10px;
}
/* 기본 박스 */
.jdbox1 {
	text-align:center;
	padding:10px;
	border:0px;
}

.jdbox2 {
	text-align:left;
	padding:5px 20px 5px 40px;
	border:0px;
}

.jdbox3 {
	text-align:left;
	padding:5px 20px 5px 40px;
	border:0px;
	line-height:28px;
}
.jdbox4 {
	text-align:left;
	border:0px;
	line-height:28px;
	padding:10px 10px 10px 10px;
}

.jdbox5 {
	text-align:left;
	padding:10px 10px 10px 20px;
	margin-bottom:20px;
	border:1px solid #e3e3e3;
	line-height:28px;
	background:#f5f5f5;
}

.jdbox7 {
	text-align:center;
}

.jdbox7 img{
	width:100%;
	border:1px solid #e3e3e3;
}
.jd_table1{
	width:100%;
}
.jd_table1 th {
	background:#f5f5f5;
	font-weight:bold;
	width:25%;
	padding:5px 10px;
	border:1px solid #bbb;	
}
.jd_table1 td {
	padding:5px 10px;
	border:1px solid #bbb;	
}

.jd_table2 {
	/* width:100%; */
	text-align:center;
	margin:0 auto;
}
.jd_table2 th {
	background:#fff;
	font-weight:bold;
	width:20%;
	padding:5px 10px;
	border:1px solid #fff;	
}
.jd_table2 td {
	padding:5px 10px;
	border:1px solid #fff;	
}
.imgline{
	border:1px solid #a8a8a8;
	width:50%;
}

.jd_radius1{
	border-radius:5px;
}
/**/
.index_multi{
	position:absolute; 
	left:0; 
	top:100px;
	background-color: #999; 
	width:100%; 
	height:445px; 
	opacity:0.5;
	z-index:100;
}
.index_multi2 {
	color:#fff;
	left:0;
	width:100%;
	
	position:absolute; 
	text-align:center; 
	z-index:101;
	opacity:1.0;
}

.index_multi3{
	position: absolute;
	top:15%; left:0; 
	width:100%; 
	text-align:center;
	backgorund-color: #666; 
	color:#fefefe; 
	z-index:102;
	font-weight:bold;
	/* background: url("/img/index_multi.png") no-repeat fixed center; */
}
/**/
/* buttons */
/**/
.button_sl { 
  position: relative;
  display: inline-block;
  padding: 3px 15px;
  border-width: 2px;
  border-style: solid;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  /* text-transform: uppercase; */
  color: #ffffff;
  -ms-box-sizing:border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  -ms-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
  background: #c3c3c3;
  

  margin:10px 10px 0px 5px; 
  float:right;
}
.button_sl:hover {
  background: #008fd5;
  color:#fff;
}
.button_sl i {
  display: block;
  float: left;
  margin-right: 8px;
  margin-left: -6px;
  font-size: 18px;
  line-height: 22px;
}
.button-disabled {
  cursor: default;
  opacity: 0.5;
}
.button_sl.button-disabled:hover {
  color: #fff;
}

.m_selected{
  background: #595959;
  /* background: #4db1e2; */
  padding:10px 2px;
  color:#fff;
}

/* 팝업레이어 */
#hdn_pop {z-index:1000;position:relative;margin:0 auto;width:970px;height:0}
#hdn_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hdn_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hdn_pops_con {}
.hdn_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hdn_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}


