/* LAYER-POPUP */
#layer-pop-wrap {position: absolute; width: 1200px; top:150px; left: 50%; transform: translateX(-50%); z-index: 5;}
.layer-pop {display:none; position:absolute; border:1px solid #000;}
.layer-pop img { display:block; width:100%; }
.layer-pop .close {position: absolute; font-weight: bold; font-size: 13px; top: 10px; right: 10px; color: #fff; background: #000; border-radius: 5px; display:inline-block; height:23px; text-align: center; padding: 5px;}
.layer-pop .today-area {width: 100%; background: #000; padding: 10px; text-align:center;}
.layer-pop .today-area #check {color: #fff; font-size: 14px; font-weight: bold;}
.layer-pop .today-area #check input[type="checkbox"] {width: 13px; height: 13px; margin-right:5px;}
.layer-pop .today-area #check label {cursor: pointer; vertical-align: bottom;}

@media screen and (max-width: 1279px) { 
	#layer-pop-wrap { width: 100%; top:0; left:0; transform:none; }
	.layer-pop {  display: none; left: 50% !important; transform: translateX(-50%); width: 100%; max-width:90%; top: 70px; }
}