@charset "UTF-8";
.popup{
	border: 5px solid #3571B5;
	position: fixed;
	max-width: 100%;
	min-width: 350px;
	left: 50%;
	top: 50%;transform: translate(-50%,-50%);
	padding: 10px;
	display: none;
	background-color: #ffffff;
	z-index: 100;
}
.popup .close{
	border: 1px solid #304a8a;
	background-color: #3f5a9d;
	border: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 13px;
	color: #fff;
	line-height: 25px;
}

/* 쉐도우 효과*/
.shadow{
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.52);
	width: 100%;
	height: 100vh;
	display: none
}


.popup p.ctxt {
	color: #666;
	line-height: 25px;
}

.popup p.mtxt {
	color: #333;
	line-height: 25px;
	font-weight: bold;
	font-size: 14px;
}
.popup p.ltxt {
	color: #666;
	line-height: 25px;
}

.popup div.innerLineTxt{
	margin: 10px 0 0;
	width:90%;
	height: 100px;
	overflow: hidden;
	overflow-y: scroll;
	border: 1px solid #ddd;
	position: relative;
	padding: 2%;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
.agreeTxt{
	color: #666;
	font-size: 12px;
}
.popup .mb20 {
	padding: 7px 2px;
}



.popup .btn-r {
	width: 100%;
	margin: 10px 0 20px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
	text-align: center;
}


.popup button.btn-layerOk {
	display: inline-block;
	height: 25px;
	padding: 0 14px 0;
	border: 1px solid #8f1116;
	background-color: #c22127;
	font-size: 13px;
	color: #fff;
	line-height: 25px;
}

.popup button.btn-layerOk:hover {
	border: 1px solid #8f1116;
	background-color: #c22127;
	color: #fff;
}


.popup button.btn-layerClose {
	display: inline-block;
	height: 25px;
	padding: 0 14px 0;
	border: 1px solid #304a8a;
	background-color: #3f5a9d;
	font-size: 13px;
	color: #fff;
	line-height: 25px;
}

.popup button.btn-layerClose:hover {
	border: 1px solid #091940;
	background-color: #1f326a;
	color: #fff;
}


.onlineState button.gray {
	margin-top: 3px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #c5c5c5;
	padding: 0px 10px;
}

.onlineState button.blue {
	background-color: #3584bc !important;
	cursor: pointer;
	color: #ffffff;
	padding: 0px 10px;

}

.onlineState button.red {
	background-color: #c22127 !important;
	cursor: pointer;
	color: #ffffff;
	padding: 0px 10px;
}


.tHoverEffect button.esc {
	background-color: #c22127 !important;
	cursor: pointer;
	color: #ffffff;
	padding: 3px 12px;
	border: 1px solid;
}

.myLocker button.esc {
	background-color: #c22127 !important;
	cursor: pointer;
	color: #ffffff;
	padding: 3px 12px;
	border: 1px solid;
}

.popup .title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0px;
	padding-bottom: 12px;
	font-size: 21px;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
}


@media (max-width: 850px) {
	#courseSchool {
		width: 50%;
	}

	#courseName {
		width: 50%;
	}
}
