@import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face {
  font-family: 'Nanum Gothic EX';
  font-style: normal;
  font-weight: 800;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.ttf) format('truetype');
}

html, body { 
	height:100%; 
	margin:0; 
	padding:0; 
	font-family:"Nanum Gothic",Dotum, Tahoma, Sans-serif; 
	font-size:14px; 
	line-height: 1.42857143;
	background-color:#f4f4f4;  
	color:#666; 
}
img, form, button, table, tbody, td,p { margin:0; padding:0; }
/*img {display:block;}*/
table,td,ul,li,div {font-family:"Nanum Gothic",Dotum, Tahoma, Sans-serif;}
ul,li{ list-style:none;  margin:0; padding:0;}
a:link {color:#666; text-decoration:none;}
a:visited {color:#666; text-decoration:none;}
a:hover {color:#666; text-decoration:none;}
a:active {color:#666; text-decoration:none;}

.dotum {font-family:"Dotum";}
.en {font-family:times new roman;}

/* position */
.relative {position:relative; }
.left {float:left; }
.right {float:right;}
.center { margin:0 auto; padding:0; clear: both;}
.clear { clear: both;}
.absolute { position:absolute;}
.abs_center {position:absolute; transform:translate(-50%, -50%)}
/* position */

/* clearfix */
.clearfix:after{ content:""; display:block; clear:both;}
* html .clearfix,:first-child+html .clearfix{zoom:1}
/* clearfix */

/* box */
.border-box {box-sizing:border-box;}
/* box */