@charset "utf-8";

/*��� Ȯ��*/
#base_popup .modal_title{font-size:20px;font-family: S-CoreDream-7;}

#cke_1_top {display:none !important;}
#cke_1_contents {height:200px !important;}


/*��ޱ⺻*/
.stop-scroll{
  height: 100%;
  overflow: hidden;
}

.modal-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	display:none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
	backdrop-filter: blur(1.5px);
	-webkit-backdrop-filter: blur(1.5px);

}
.modal-overlay .modal-window {
	background: rgba(255,255,255,1 );
	backdrop-filter: blur( 13.5px );
	-webkit-backdrop-filter: blur( 13.5px );
	border-radius: 10px;
	width: 700px;
	position: relative;
	top:0px;
	padding:10px;

}
.modal-overlay .title {
	padding-left: 10px;
	display: inline;
	color:#000000;
}
.modal-overlay .title h2 {
	display: inline;
}
.modal-overlay .close-area {
	display: inline;
	float: right;
	cursor: pointer;
	color:#000000;
}

.modal-overlay .content {
	margin-top: 20px;
	padding: 0px 10px;
	color:#000000;
}

.file_upload_area{
	position: relative;
	margin: 20px auto;
	width: 200px;
	height: 80px;
	border: 2px dashed;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}

.file_upload_area #excel_upload{
	position: absolute;
	display: block;
	width: 200px;
	height: 80px;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}
.file_upload_area span{
	position: relative;
	z-index: 1;
}


@media all and (min-width:871px)
{
}

@media all and (min-width:480px) and (max-width:870px)
{
	.modal-overlay .modal-window {width:100%;}
}

@media all and (max-width:480px)
{	
	.modal-overlay .modal-window {width:100%;}
}