@charset "utf-8";


/* 팝업레이어 */
#hd_pop {z-index:3000;position:relative;width:860px;left:1%;margin-left:600px;}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {
  -ms-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
	box-shadow:2px 2px 4px rgba(0,0,0,.5);
	display:none;
	position:absolute;
	background:#fff;
	padding:10px;
}
.hd_pops img{z-index:0;position:relative;max-width:100%}
.hd_pops_con {position:relative;}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
a.hd_pops_close{
	display:inline-block;
	width:50px;
	height:26px;
	margin-right:5px;
	padding-top:7px;
	border:1px solid #e1e1e1;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	cursor:pointer;
	zoom:1;
	line-height:120%;
	box-shadow:0 0 3px #999 inset;
}
.hd_pops_reject{
	display:inline-block;
	zoom:1;
	margin-right:10px;
}
.hd_pops_reject > input{
	font:inherit;
}
.hd_pops_footer {padding:10px 0 0 0;background:#fff;color:#000;text-align:right;font-size:13px;}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#5e5e5e;color:#fff}
/* mobile responsive */
@media (max-width: 769px){
  #hd_pop{width:100%;left:auto;margin-left:0;top:70px;}
  .hd_pops{top:10px !important;left:0 !important;width:95%;margin:0 2.5%;}
  .hd_pops_con{width:100% !important;height:auto !important;}
  .hd_pops_con img{width:100%;}
}


/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}
