/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* Font 설정 */
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-gothic.css');

@font-face {
    font-family: 'SCDream';
	font-style: normal;
    src: url('../fonts/SCDream1.woff') format('woff'), url('../fonts/SCDream1.woff') format('woff2');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'SCDream';
    src: url('../fonts/SCDream2.woff') format('woff'), url('../fonts/SCDream2.woff') format('woff2');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'SCDream';
    src: url('../fonts/SCDream3.woff') format('woff'), url('../fonts/SCDream3.woff') format('woff2');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'SCDream';
    src: url('../fonts/SCDream4.woff') format('woff'), url('../fonts/SCDream4.woff') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'SCDream';
    src: url('../fonts/SCDream5.woff') format('woff'), url('../fonts/SCDream5.woff') format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'SCDream';
    src: url('../fonts/SCDream6.woff') format('woff'), url('../fonts/SCDream6.woff') format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'SCDream';
    src: url('../fonts/SCDream7.woff') format('woff'), url('../fonts/SCDream7.woff') format('woff2');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'SCDream';
    src: url('../fonts/SCDream8.woff') format('woff'), url('../fonts/SCDream8.woff') format('woff2');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'SCDream';
    src: url('../fonts/SCDream9.woff') format('woff'), url('../fonts/SCDream9.woff') format('woff2');
    font-weight: 900;
    font-display: swap;
}


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, button, input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
    font-family: 'SCDream', 'NanumGothic', 'Arial', Helvetica, sans-serif;
	font-weight: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
    letter-spacing: -0.05em;
	line-height: 140%;
    color: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html, body {
	font-size: 62.5%;
    color: var(--dark-3);
	font-weight: 400;
}
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{
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
	font-family: inherit;
}
a:visited, a:link, a:hover, a:active, a:focus, a:ouline{
    color: inherit;
}
img, button{
    vertical-align: middle;
}
:root{
    --primary : #0466C8;
    --dark-1 : #313131;
    --light-bg : #f3f4f8;
    --text-1 : #1F3343;
    --text-2 : #535353;
    --text-3 : #878787;
	--divider : #e4e5ed;
    --black : #000000;
    --white : #ffffff;
	--bg-footer : #313131;
}

button{cursor: pointer;}

* {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}