@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face {
    font-family: LED;
    src: url(/fonts/advanced_led_board-7.ttf);
}
.popup_back{
	position:absolute;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
	/*background-repeat:repeat-x, repeat-y;*/
	width:1240px;
	/*height:1080px;*/
	margin:0 auto;
	z-index:99;
}

.memoList{
	width:100% !important;	
	list-style: none;
	float:right;
	z-index:99999999999;
	position:relative;
}
.memoList a{
	color: #0056a6;
}
.memoList a:hover{
	color: #0084ff;
}

.memoListm{
	width:112% !important;	
	list-style: none;
	float:right;
	z-index:99999999999;
	position:relative;
}

.memohref a{
	color: #0056a6;
}
.memohref a:hover{
	color: #0084ff;
}