@charset "utf-8";

/**************************************************
	= tag
**************************************************/

a{text-decoration:none;}
a:link{color:#333333;}
a:visited{color:#333333;}
a:hover{color:#7190C6;}
a:focus{color:#7190C6;}


/**************************************************
	= 기본스타일
**************************************************/
.overflowH{overflow: hidden !important;}
.floatL{float: left !important;}
.floatR{float: right !important;}
.show{display: block !important;}
.hide{display: none !important;}
.marR5{margin-right: 5px !important;}
.marR10{margin-right: 10px !important;}

/**************************************************
	에디터
**************************************************/
iframe#frame_editor{
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 38px;
	height: 17px;
	z-index: 999;
	/*display: none;*/
}
body#bg_edit{
	background-color:transparent !important;
}
body#bg_edit a#btn_edit{
	position: absolute;
	top:0;
	left:0;
	cursor:pointer;
	width: 38px;
	height: 17px;
	text-indent: -5000px;
}
body#bg_edit a.Top_edit{
	background:url("/Web-home/wizUI/imgUI/editor/btn_edit_black.gif") no-repeat left top;
}
body#bg_edit a.Left_edit{
	background:url("/Web-home/wizUI/imgUI/editor/btn_edit_black.gif") no-repeat left top;
}
body#bg_edit a.Right_edit{
	background:url("/Web-home/wizUI/imgUI/editor/btn_edit_orange.gif") no-repeat left top;
}
body#bg_edit a.Bottom_edit{
	background:url("/Web-home/wizUI/imgUI/editor/btn_edit_black.gif") no-repeat left top;
}
div.frame_set_border{
}
/**************************************************
	배경설정
**************************************************/
div#setBG{
	position: absolute;
	top:15px;
	left:0;
	z-index: 999;
}
div#setBG a{
	float: left;
	width: 60px;
	height: 17px;
	text-indent: -5000px;
	background:url("/Web-home/wizUI/imgUI/editor/btn_edit_bg.png") no-repeat left top;
	
}
/**************************************************
	전체기능 에러메시지
**************************************************/
.alert_div{
	overflow: hidden;
	border: 1px	#ddd solid;
	height: 150px;
	background: url("/Web-home/wizUI/imgUI/message/message_pic.gif") no-repeat 15px 20px;
}
.alert_div h2,
.alert_div p{
	margin-left: 160px;
	margin-right: 15px;
	margin-bottom: 5px;
}
.alert_div h2{
	margin-top: 30px;
	font-size: 13px;
	color: #C00;
}
.alert_div p{
	font-size: 12px;
}
.alert_div p a{
	background:url("/Web-home/wizUI/imgUI/bg_btn_green.gif") repeat-x left 50%;
	border: 1px #7ab105 solid;
	padding: 3px 5px;
	display: inline-block;
	line-height: 11px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}
/**************************************************
	전체 초기화면용 기능 포지션 재지정
**************************************************/
.miniBox{
	position: releative;
	width: 100%;
	height: 100%;
}
/**************************************************
	전체 기능 ID 속성 공통 지정
**************************************************/
#board-container,
#album-container,
#movie-container,
#homework-container{
	overflow:hidden;
	font-size:12px; 
	color:#7b7b7b; 
	font-family: Dotum,"돋움", Gulim, "MS PGothic", AppleGothic, Sans-serif; 
	padding:0; 
	margin:0;
	line-height:normal;
	position: relative;
}

/**************************************************
	전체 기능 ID 속성 공통 지정
**************************************************/
#popupWrap{
	background-color: #eee;
}
#popupWrap .popup-container{
	margin: 5px;
	padding: 10px;
	border: 1px #ccc solid;
	background-color: #fff;
}
#popupWrap .popup-container h1{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
	font-size: 13px;
}
/**************************************************
	
**************************************************/