
/*메인 팝업*/
.main_popup{
	width:480px;
	/*height:580px;*/
	position:relative;
	top:0;
	left:0;
	z-index:999999;
}
.main_popup img{width:100%;}
.main_popup .close_area{
	width:100%;
	height:60px;
	padding: 0 20px;
	box-sizing:border-box;
	/*position:absolute;*/
	bottom: 0;
	left:0;
	background:rgb(46,46,46);
}
.main_popup .close_area form{float:left;}
.main_popup .close_area input{
	width:13px;
	height:13px;
	margin:0 5px 0 0;
	vertical-align:middle;
}
.main_popup .close_area label{
    font-family: 'Noto Sans Korean';
	font-weight: 300;
	font-size:14px;
	line-height: 60px;
	padding-bottom: 3px;
	border-bottom: 1px solid rgb(255,255,255);
	color:rgb(255,255,255);
}
.main_popup .close_area .btn_close{
	float:right;
    font-family: 'Noto Sans Korean';
	font-weight: 300;
	font-size:14px;
	line-height: 60px;
	color:rgb(255,255,255);
}

.lt-ie9 .d_hide{display: none !important}

/* 데스크탑 전용 */
@media screen and (min-width:1200px) {
	.d_hide{display:none !important}
}




@media screen and (min-width: 768px) and (max-width: 1199px) {
	.t_hide{display:none !important;}

}

@media screen and (max-width: 767px) {
	.m_hide{display:none !important;}
	.main_popup{
		width:320px;
		/*height:400px;*/
		position:relative;
		top:0;
		left:0;
	}
	.main_popup .close_area{
		height:50px;
		width:100%; 
		top:auto; 
		bottom:0;
	}
	
	.main_popup .close_area label{
		font-size:1.083rem;
		line-height: 50px;
	}
	.main_popup .close_area .btn_close{
		font-size:1.083rem;
		line-height: 50px;
	}
	

}