

@font-face {
    font-family: 'Freesentation-9Black';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-9Black.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Freesentation 3';
    src: url('../ver3/Freesentation-3Light.woff2') format('woff2'),
        url('..ver3/Freesentation-3Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


 NanumGothic 기본 폰트 

@font-face{
font-family: "NanumGothic"; 
src:url('../NanumGothic.eot')format('eot');
src:url('../NanumGothic.woff')format('woff');
}


/* NanumBarunGothic 기본 폰트 

@font-face {
	font-family: 'NanumBarunGothic';
	src: url('../NanumBarunGothic.eot');
	src: local('O'),
				url('../NanumBarunGothic.woff') format('woff'),
	font-weight: normal;
	font-style: normal;
}

/*
@font-face{
font-family: "NanumBarunGothic";
src: url('../NanumBarunGothic.eot')format('eot');
src: url('../NanumBarunGothic.woff') format('woff');
}
*/



/* NanumBarunGothic 굵은 폰트 

@font-face {
	font-family: 'NanumBarunGothicBold';
	src: url('..NanumBarunGothicBold.eot');
	src: local('O'),
				url('../NanumBarunGothicBold.woff') format('woff'),
	font-weight: normal;
	font-style: normal;
}

/*

@font-face{
font-family: "NanumBarunGothicBold";
src: url('../NanumBarunGothicBold.eot')format('eot');
src: url('../NanumBarunGothicBold.woff') format('woff');
}
*/




body{

scrollbar-face-color:#F4F4F4;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#E4E4E4;
scrollbar-track-color:#FFFFFF;



body { font-family: 'Freesentation 3'; margin: 0px; padding-left: 10px;} 
table,tr,td,th,div { margin: 0px; padding: 0px;} 
body,table { border-spacing: 0; border-collapse: collapse; }
#aa table tr td { width: 100px; height: 100px; border: 1px solid #000; } 
#aa table tr th { width: 100px; height: 100px; border: 1px solid #000; } 







a	{ text-decoration:none; outline:none; word-wrap:expression(this.style.wordWrap="normal",this.hideFocus=true)}
img,
video,
audio,
object,
embed						{ border:0;}

A:link { color:#ff4470; text-decoration:none; }
A:visited { color:#ff4470; text-decoration:none; }
A:active { color:#0183FC; text-decoration:none; }
A:hover { color:#0183FC; text-decoration:none;text-decoration:none; } 

.notice {
		 font-size:16px;
		 }











/* 팝업 style */
#pop{
		width:400px; height:550px; background:#fff; color:#444; position:absolute; top: 70px; left: 70px; text-align:center; border:2px solid #000;
		}

 .close div{float:left; text-align:right;}
 #check{font-size:12px; padding-left:100px;}
 #close{font-size:12px; padding:6px; font-weight:bold;}






/* 메뉴 */

#navi, #navi ul, #navi ul li #navi ul li ul{
	margin:0;
	padding:0;
}
#navi  {
  padding-bottom: 0px;

}
#navi:before,
#navi:after,
#navi > ul:before,
#navi > ul:after {
  content: '';
  display: block;
  clear: both;
}

#navi ul {
  list-style: none;
}

#navi ul li {
  float: left;
  position: relative;
}
#navi ul li a {
  padding: 0px 0px;
  display: inline;

}

/* 부메뉴 */
#navi > ul ul {
  padding: 0px 0px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#navi > ul li:hover ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0px;
  left: 32px;
}

#navi > ul ul li {
  width: 400px;
  float: left;
  vertical-align: middle;
  position: absolute; /* fixed / relative / absolute */ 
  list-style: none;
}
#navi > ul ul li a {

  padding: 0px 0px;
  display: inline;
  text-decoration: none;
  width: 300px;

}




/* 롤링 배너 */

.clsBannerScreen {overflow: hidden;position: relative;height: 250px;width: 1000px; border:0px; cursor:pointer; clear:both;}
.clsBannerScreen .images {position:absolute; display:none; }
ul, li {list-style:none; margin:0; padding:0; font-size:10pt; }
.clsBannerButton {width:1000px;text-align:center; cursor:pointer;border-bottom:0px }
.clsBannerButton li {width:30px;display:inline;border-right:0px;padding:0px;}
.clsBannerButton li.fir {border-left:0px;}

.clsBannerButton li.labelOverClass {font-weight:bold;}




/* 신규메뉴 */
/*	*{
		margin:0; padding:0;
		list-style:none;
		text-decoration:none;
		text-align:center;
	}
	div.wrap{
		width:999px;
		margin:auto;
		position:relative;
		z-index:1;
	}
	nav{
		width:100%; height:60px;
		margin-top:20px;
		background-color:#fff;
		border:0px solid rgba(0,0,0,.15);
		border-radius:5px;
	}
	nav:after{
		display:block;
		content:'';
		clear:both;
	}
	nav div.logo{
		width:231px; height:60px;
		float:left;
	}
	nav div.logo h1{
		width:231px; height:60px;
		line-height:60px;
	}
	ul:after{
		display:block;
		content:'';
		clear:both;
	}
	nav>ul{
		width:768px; height:60px;
		float:left;
	}
	nav>ul>li{
		width:192px; height:60px;
		float:left;
		position:relative;
	}
	nav>ul>li>a{
		display:block;
		width:100%;
		height:60px;
		line-height:60px;
	}
	nav>ul>li>a:hover{
		color:#555;
		background-color:#e7e7e7;
	}
	nav ul ul{
		width:300px; height:40px;
		position:absolute; left:50%; margin-left:-100px;
		border:1px solid #ccc; border-radius:2px;
		display:none; box-shadow:1px 2px 10ox rgba(0.0,0,.175)
	}
	nav ul ul li{
		width:100px; height:40px;
		float:left;
	}
	nav ul ul li a{
		display:block;
		width:99px; height:40px;
		line-height:40px;
		background-color:#fff; color:#555;
		border-right:1px solid #ccc;
	}
	nav ul ul li:last-child a{
		width:100px;
		border-right:none;
	}
/*


/* 플로팅 */
#floating {
  position: fixed; 
  left: 1060px; 
  top: 151.5px; 
  margin-left: 0px;
  text-align:center;
  width: 100px;
}


#mainitem ul li {
	float:left;
	padding-right:20px;
}

