/**
* DND Cascading Style Sheets
* File Name : basic.css
* Description : basic 반응형 스타일시트
* Author : Web business Team / White
* Email : amt_web@gnmpm.com
* Date : 2019.03.29
* Update : 2021.04.16
* Copyright(c) DND. All Rights Reserved.
*/

/* 레이어팝업 */
.popup-wrap { position: fixed; z-index: 999; display: none; box-shadow: 0 0 15px rgba(0,0,0,0.5); -o-box-shadow: 0 0 15px rgba(0,0,0,0.5); -ms-box-shadow: 0 0 15px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);}
.popup { background: #fff; /*padding: 5px;*/}
.popup-foo { padding: 15px 0; font-size: 1.4rem; 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: 20px !important; left: 5% !important; max-width: 90% !important;}
	.popup-con img { max-width: 100%; height: auto;}
}
