@charset "euc-kr";

@media	(max-width: 350px) { #popup > .popup {width:95%;} }
@media	(min-width: 350px) { #popup > .popup {width:320px; max-width:95%;} }
/* CSS Document */

/* #popup {background-color: rgba(0, 0, 0, 0.5);} */
#popup	{ position:absolute; top:0; margin:0; padding:0; width:100%; height:100%; }
/* * {-webkit-font-smoothing:antialiased;} */

/* RESET BUTTON */
#popup > .popup > .lower > button::-moz-focus-inner {border:0;padding:0}
#popup > .popup > .lower > button {
	width:auto;
	border:0 none;
	margin:0;
	padding:0em;
	background:transparent;
	overflow:visible;
	font:14px arial, sans-serif;
	#vertical-align:middle; /* IE6,IE7 */
}

/* STYLES */
#popup > .popup {
	position:relative;
	margin:30% auto;
	/*max-width:320px;*/
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.3);
	background:#FFF;
	border:1px solid rgba(0, 0, 0, 0.5)
}

#popup > .popup > .upper {
	box-sizing:border-box;
	padding:12% 10%;
	background-color:#fff;
	min-height:120px;
	color: rgba(100,100,100,0.6);
	font-size:18px;
	transition: color 0.4s ease;
	line-height:100%;
}

#popup > .popup > .upper:hover {color: rgba(100,100,100,1);}

#popup > .popup > .stroke {
	height:5px;
	background: #1763a6; /* Old browsers */
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#1763a6), color-stop(0.47, #419ca6), color-stop(0.91, #54bf83));
	background: -webkit-linear-gradient(left, #1763a6 0%, #419ca6 47%, #54bf83 91%);
	background: -moz-linear-gradient(left, #1763a6 0%, #419ca6 47%, #54bf83 91%);
	background: -o-linear-gradient(left, #1763a6 0%, #419ca6 47%, #54bf83 91%);
	background: linear-gradient(left, #1763a6 0%, #419ca6 47%, #54bf83 91%); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1763a6', endColorstr='#54bf83',GradientType=1 ); /* IE6-9 */
}

#popup > .popup > .lower {
	box-sizing:border-box;
	background-color: #333;
	height:60px;
	width:100%;
	color: rgb(200,200,200);
	padding: 6% 15%
}

#popup > .popup > .lower > button {
	float:left;
	height:18px;
	line-height:18px;
	display:block;
	color: rgba(255, 255, 255, 0.6);
	width:30%;
	transition: color 0.3s ease;
}

#popup > .popup > .lower > button:last-child {
	margin-left:40%;
}

#popup > .popup > .lower > button i {
	width:19px;
	height:18px;
	display:block;
	float:left;
}

#popup > .popup > .lower > button:hover {
	cursor: pointer;
}

#popup > .popup > .lower > button:hover {
	color: rgba(255,255,255,1);
}

/*close*/
.btn_close,.btn_close a {
	position:absolute; 
	font: 14px/100% arial, sans-serif;
	right:5px;
	top:5px;
	color: #777;
}

/* ¸ÞÀÏÀÏ¶§ ¸ð´Þ ÆË¾÷ 2019-05-09: jjs */
.modal-pop { position: absolute; left: 0; top: 0; z-index: 9999; background-color: rgba(0, 0, 0, 0.5); width: 100%; }
.modal-pop-content { position: relative; text-align: center; display: table; width: 100%; }
.modal-pop-content ul { display: table-cell; vertical-align: middle; padding: 10%; text-align: center; position: fixed; width: 80%; }
.modal-pop-content ul li { text-align: center; background: #fff; display: inline-block; padding: 10%; }
.modal-pop-content ul li span.ST { display: block; margin-top: 10px; font-size: 16px; font-weight: bold; }
.modal-pop-content img { border: 0; max-width: 100%; }

.PopupBottom { background: #ffffff; font-size: 13px; width: 100%; overflow: hidden; }
.only-today { display: inline-block; width: 140px; float: left; margin: 10px; }
.PopupCheck { vertical-align: middle; }
.close-btn { float: right; display: inline-block; cursor: pointer; margin: 10px; }