@charset "utf-8";
/* CSS Document */

/* 메인팝업 */
.main-pop-wrap .main-pop { position: absolute; z-index: 9990; }
.main-pop-wrap .main-pop > a { display: inline-block; box-shadow: 0 10px 20px rgba(0,0,0,0.2); width: 100%; max-width: 405px; }
.main-pop-wrap .main-pop > a img { width: 100%; }
.main-pop-wrap .main-pop .pop-bottom { width: 100%; height: 35px; background: #fff; padding: 0 15px; background: #222; color: #fff; margin-top: -4px; }
.main-pop-wrap .main-pop .pop-bottom a { display: inline-block;  font-size: 14px; line-height: 35px; color: #fff; }
.main-pop-wrap .main-pop .pop-bottom a:hover { text-decoration: underline; }
.main-pop-wrap .main-pop .pop-bottom .btn-close-pop { float: right; }
.main-pop-wrap .main-pop .pop-bottom .btn-close-pop:hover { text-decoration: underline; }
.main-pop-wrap .main-pop .pop-bottom .lbl-day-close { font-size: 14px; }
.main-pop-wrap .main-pop .pop-bottom .checkbox-day-close { height: 35px; margin-left: 15px; cursor: pointer; }

