@charset "utf-8";
/* CSS Document */

/**********************
Publishing : Lee Bit-na
Beginning : 2013-12-01
Final : 
***********************/

/* Reset */
* {margin:0; padding:0}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select {margin:0;padding:0}  
body,input,textarea,select,button,table{font-family:'나눔바른고딕',NanumBarunGothicWeb,'맑은 고딕',Malgun Gothic,'돋움',dotum,Helvetica,sans-serif; font-size:12px; color:#999}  
img,fieldset{border:0}  
i,em,address{font-style:normal}
ul,ol,li{list-style:none}  
em,address{font-style:normal}
button{cursor:pointer}
button{margin:0;padding:0}  
a{text-decoration:none; color:#797979}  
a:hover,a:active,a:focus{text-decoration:none}  
html, body {}
legend{*width:0}
table{/* border-collapse:collapse;table-layout:fixed; */border-collapse:collapse; border-spacing:0}
textarea{resize: none; overflow: auto}


::selection {background:#666; color:#FFF; text-shadow:none;}
::-moz-selection {background:#666; color:#FFF; text-shadow:none;}
::-webkit-selection {background:#666; color: #FFF; text-shadow: none;}

.blind{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
input[type=checkbox], input[type=radio] { border:none !important } 



/* FONT */
@font-face {
	font-family: 'NanumBarunGothicWeb';
	src:url('../../font/NanumBarunGothic.eot');
	src: url('../../font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
		 url('../../font/NanumBarunGothic.woff') format('woff'),
		 url('../../font/NanumBarunGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'NanumBarunGothicWeb';
	src: url('../../font/NanumBarunGothicBold.eot');
	src: url('../../font/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'),
		 url('../../font/NanumBarunGothicBold.woff') format('woff'),
		 url('../../font/NanumBarunGothicBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;

}

.BarunNormal {
	font-family:"NanumBarunGothic",
				"나눔바른고딕",
				"NanumBarunGothicWeb",
				sans-serif;
}

.BarunBold {
	font-weight:bold;
	font-family:"NanumBarunGothic",
				"나눔바른고딕",
				"NanumBarunGothicWeb",
				sans-serif;
}
