@charset "utf-8";
/* CSS Document */

/* nanum-gothic */
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Regular.eot);
  src: url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
	   url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Regular.woff2) format('woff2'),
	   url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Regular.woff) format('woff'),
	   url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic Bold';
  font-style: normal;
  font-weight: 700;
  src: url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Bold.eot);
  src: url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
	   url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Bold.woff2) format('woff2'),
	   url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Bold.woff) format('woff'),
	   url(https://cloudfront.imggift.com/new/skin/top/webfont/NanumGothic-Bold.ttf) format('truetype');
}
* {
  font-family: 'Nanum Gothic', "돋움", "Dotum", arial, Verdana, sans-serif;
}	
body {
  margin: 0 auto;
  padding: 0;
  border: none;
  width:100%;	
}
img {
  border: 0;
  vertical-align: top;
}
ul, ol { 
list-style: none;  
}
a, a:hover, a:active, a:visited {
	text-decoration: none;
}