/* 폰트 */
@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 400;
  src: url("../font/SCDream4.otf") format("opentype");
}

@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 500;
  src: url("../font/SCDream5.otf") format("opentype");
}

@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 600;
  src: url("../font/SCDream6.otf") format("opentype");
}

@font-face {
  font-family: "SCDream";
  font-style: normal;
  font-weight: 800;
  src: url("../font/SCDream8.otf") format("opentype");
}

@font-face {
  font-family: "SSRockRegular";
  font-style: normal;
  font-weight: 500;
  src: url("../font/SSRockRegular_otf.otf") format("opentype");
}

/* reset.css */
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, select, 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, input, textarea, button {
	margin:0;
	padding:0;
	border:0;
	font-size:12px;
	vertical-align:baseline;
	font-family: 'SCDream', sans-serif;
  font-weight:400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	font-family: 'SCDream', sans-serif;
}
body,th,td,input,select,textarea,button {
	font-size:12px;
	line-height:1.5;
}
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;
}
a {
	color:#000;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
   outline:none;
}
button {
   cursor:pointer;
   border:1px solid transparent;
   background:none;
}