@charset "utf-8";
.pop_layer{
	width: 100%;
	/*height: 100%;*/
	position: absolute;
	top:0;
}
.pop_layer > #main_pop_container{
	position:relative;
	width:1200px;/*홈페이지 가로 사이즈*/
	margin:0 auto;
}

/*
	팝업
	 - 위치와 크기는 인라인 스타일로 지정
*/
.pop_layer > #main_pop_container > .pop_up{
	position:absolute;
	text-align:center;
	background-color:#ffffff;
	border:solid 1px #000000;
	background-color:#000000;
	display:none;
}
.pop_layer > #main_pop_container > .pop_up > .pop_bar{
	width:100%;
	height:30px;
	cursor:move;
	color:#ffffff;
	line-height:30px;
}
.pop_layer > #main_pop_container > .pop_up > .pop_bar > .pop_title{
	float:left;
	line-height:inherit;
	font-size:14px;
}
.pop_layer > #main_pop_container > .pop_up > .pop_bar > .pop_close{
	float:right;
	line-height:inherit;
}

.pop_layer > #main_pop_container > .pop_up img{
	max-width:100%;
}

.pop_layer > #main_pop_container > .pop_up > .pop_bottom{
	text-align:right;
}

.pop_layer > #main_pop_container > .pop_up > .pop_bottom .today_hide{
	color:#ffffff;
	font-size:12px;
}

.pop_layer > #main_pop_container > .pop_up > .pop_bottom .today_hide input{
	border:0;
	vertical-align:middle;
}

/*
	온라인 수강신청 안내 고정 레이어 -->
*/
.pop_layer > #main_pop_container > #pop_3 > .open_content{
	background-color: #fff;
	color:#fff;
	font-size:26px;
	font-weight:bold;
}
.pop_layer > #main_pop_container > #pop_3 > .open_content > .con1{
	text-shadow: 2px 2px 2px #333333;
	background-color: #47498b;
	padding:20px 0;
}
.pop_layer > #main_pop_container > #pop_3 > .open_content > .con1 > .fa-quote-left{
	font-size:0.6em;
	vertical-align:top;
}
.pop_layer > #main_pop_container > #pop_3 > .open_content > .con1 > .fa-quote-right{
	font-size:0.6em;
	vertical-align:bottom;
}
.pop_layer > #main_pop_container > #pop_3 > .open_content > .con2{
	text-shadow: 2px 2px 2px #a2a2a2;
	margin-top:10px;
	color:#000;
	padding:20px 0 30px 0;
}
.pop_layer > #main_pop_container > #pop_3 > .open_content > .con2 > p{
	font-size:14px;
	text-shadow: 0px 0px 0px #a2a2a2;
	margin-top:10px;
}
/*
	온라인 수강신청 안내 고정 레이어 <--
*/
