@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
BODY {
	margin: 0;
	padding: 0;
	
	SCROLLBAR-FACE-COLOR: #f2f2f2; 
	SCROLLBAR-HIGHLIGHT-COLOR: #f2f2f2; 
	SCROLLBAR-SHADOW-COLOR: #b7b7b7; 
	SCROLLBAR-3DLIGHT-COLOR: #f2f2f2; 
	SCROLLBAR-ARROW-COLOR: #b7b7b7; 
	SCROLLBAR-TRACK-COLOR: #e9e9e9; 
	SCROLLBAR-DARKSHADOW-COLOR: #e9e9e9;
	
	background-COLOR: #363838;
	background-repeat: repeat-x; 
	background-position: top; 
	background-attachment: scroll;
}

IMG { 
	 BORDER-RIGHT: 0px; 
	 BORDER-TOP: 0px; 
	 BORDER-LEFT: 0px; 
	 BORDER-BOTTOM: 0px
}
	
ul, ol, li {
	list-style:none;
}

ul, li, ol, h1, h2, h3, h4, h5{
	padding: 0;	margin : 0;
}

a {
  text-decoration: none;
}

/* 레이아웃 */
#wrap {
	width:100%; 
	margin:0 auto;
	text-align:center;
}

#contents {
	width: 100%;
	margin:0 auto;
	text-align:center;
}

