/* 레이어팝업 */
.popup-wrap { position: fixed; z-index: 999; display: none; box-shadow: 0 0 15px rgba(0,0,0,0.5); -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);}
.popup { background: #fff; padding: 5px;}
.popup-foo { padding: 15px 0 10px; font-size: 14px; color: #444; text-align: center;}
.popup-foo .popup-line { margin: 0 10px; color: #dbdbdb;}
.popup-foo a { color: #333;}
/* ////////////////////////////////////////////////// tablet & mobile */
@media all and (max-width:990px) {
	.popup-wrap { top: 70px !important;  left: 10% !important; max-width: 80% !important;}
	.popup-con img { max-width: 100%; height: auto;}
	.popup-foo { padding: 10px 0 5px; font-size: 12px;}
}
