
/* Default reset */ 

html, body, 
div, 
h1, h2, h3, h4, h5, h6, hgroup, 
p, span, 
blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, 
table, caption, tbody, tfoot, thead, tr, th, td, 
header, footer, menu, nav, section, article, aside, 
details, figure, figcaption, output, ruby, summary, time, mark, 
canvas, audio, video, 
applet, object, iframe, embed, 
fieldset, legend, form, 
dl, dt, dd, ol, ul, li, 
label, input, select, textarea, button {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

html, body {
	width: 100%;
	height: 100%;
}

body {	
	font-family: "나눔고딕","Nanum Gothic", "나눔바른고딕","NanumBarunGothic", "맑은 고딕", "Malgun Gothic",'Nanum Brush Script',"sans-serif";
	font-size: 12px;	
	letter-spacing: -1px;
	color: #333;
}

header, nav, aside, section, article, hgroup, footer {
	display: block;
}
	
h1,h2,h3,h4,h5,h6 {
	font-family: "나눔고딕","Nanum Gothic", "나눔바른고딕","NanumBarunGothic", "맑은 고딕", "Malgun Gothic",'Nanum Brush Script',"sans-serif";
}

h1 {
	cursor: pointer;	
}

li {
	list-style: none;
}

table,thead,tbody,tfoot,th,td {
	border: none;
	border-collapse: collapse;
	margin: 0!important;
	border-spacing: 0!important;
}

caption {
	visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 0;
    
    display: table-caption;
    text-align: -webkit-center;
}

/*  form  */

iframe {
	border: 0!important;
}

fieldset {
	margin: 0;
	padding: 0;
	border-width: 0;
}

fieldset legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	display: none;
}

label {
	color: #666;
	padding-right: 20px;
}

span {
	vertical-align: baseline;
}

input[type="text"],
input[type="password"] {
	margin: 0 2px;
	margin-left: 10px;
	padding: 8px;
	
	outline: none;
	border: 1px solid #c7e0e0;
	font-family: "나눔고딕", "NanumGothic"!important;
}

input[readonly]{
	color : #ccc;	
}

input[type="file"] {
	margin: 0 2px;
	padding: 4px;
	width: 200px;
}

input[type="button"] {
	outline: none;
	cursor: pointer;
}

select {
	margin: 0 2px;	
	line-height: 24px;
	border: 1px solid #DFDFDF;
	background: #fafafa;
	outline: none;
}

textarea {
	width: 100%;
	height: 50px;
	padding: 10px 0;
	margin: 0 0 10px 0;
	border: 1px solid #c5c8cc;
	border-radius: 4px;
	line-height: 24px;	
	outline: none;
	font-size: 12px;
	text-indent: 20px;
	font-family: "나눔고딕", "NanumGothic"!important;
}

/* link Style */

a {
	text-decoration: none;
	outline : none;
	color: #333;
}

a:link { 
	text-decoration:none; 
}

a:visited { 
	text-decoration:none; 
}

a:active { 
	text-decoration:none; 	
}

a:hover { 
	text-decoration:none; 
}

a:focus { 
	outline: none; 
}

a img {
	outline : none;
}

img {
	border : 0;
}

/* align */

.a-left {
	text-align: left !important;
}

.a-right {
	text-align: right !important;
}

.a-center {
	text-align: center !important;
	margin: 0 auto;
}

.a-top {
	vertical-align: top !important;
}

.a-middle {
	vertical-align: middle !important;
}

.a-bottom {
	vertical-align: bottom !important;
}

/* float */

.f-left {
	float: left !important;
}

.f-right {
	float: right !important;
}

.f-none {
	float: none !important;
}

/* clear */

.c-both {
	clear: both !important;
}

.c-left {
	clear: left !important;
}

.c-right {
	clear: right !important;
}

.width-clear {
	width: auto!important;
}

.o-flow {
	overflow: hidden!important;
}

/* text-overflow-modes */

.t-overflow {   
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space : nowrap !important;
}

/* hide */

.hide {
	visibility: hidden;
}

/* display-none */

.display-none {
	display: none;
}

/* cursor */

.cursor-pointer {
	cursor: pointer;
}

.icon-block {
	display: inline-block;
	background: transparent !important;
	float: left;
}

/*  background  */

.background-none {
	background: none!important;
} 

/* Font */

.bold {
	font-weight: bold!important;
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 500;

  src: url("../font/NanumGothic.eot?#iefix") format('embedded-opentype'),
       url("../font/NanumGothic.woff2") format('x-woff2'),
       url("../font/NanumGothic.woff") format('woff'),
       url("../font/NanumGothic.ttf") format('truetype');  
  src: url("../font/NanumGothic.eot");
} 
@font-face {
  font-family: 'Nanum Gothic B';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NanumGothicBold.eot");
  src: url("../font/NanumGothicBold.eot?#iefix") format('embedded-opentype'),
       url("../font/NanumGothicBold.woff2") format('x-woff2'),
       url("../font/NanumGothicBold.woff") format('woff'),
       url("../font/NanumGothicBold.ttf") format('truetype');   
 
} 