@charset "utf-8";

@font-face {
 font-family: NanumSquare;
 src: url(../font/NanumSquareR.woff) format('woff'),
 	  url(../font/NanumSquareR.ttf) format('truetype');
 font-weight: 400;
}
@font-face {
 font-family: NanumSquare;
 src: url(../font/NanumSquareB.woff) format('woff')
 	  url(../font/NanumSquareB.ttf) format('truetype');
 font-weight: 700;
}
@font-face {
 font-family: NanumSquare;
 src: url(../font/NanumSquareEB.woff) format('woff'),
 	  url(../font/NanumSquareEB.ttf) format('truetype');
 font-weight: 800;
}
@font-face {
 font-family: NanumSquare;
 src: url(../font/NanumSquareL.woff) format('woff'),
 	  url(../font/NanumSquareL.ttf) format('truetype');
 font-weight: 300;
}
/* G마켓 폰트 */
@font-face {
	font-family: 'GmarketSans';
	src: url('../font/GmarketSansBold.woff') format('woff');
	font-weight: 700;
}
@font-face {
	font-family: 'GmarketSans';
	src: url('../font/GmarketSansMedium.woff') format('woff');
	font-weight: 500;
}
@font-face {
	font-family: 'GmarketSans';
	src: url('../font/GmarketSansLight.woff') format('woff');
	font-weight: 300;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: NanumSquare, sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	-webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
	-ms-text-size-adjust : none;  /* IE */
	-moz-text-size-adjust : none;  /* 파이어폭스 */
	-o-text-size-adjust : none;  /* 오페라 구버전 */
	overflow-x: hidden;
  }
