
/* font */

/* Pretendard */
@import url("https://cdn.jsdelivr.net/npm/pretendard/dist/web/static/pretendard.css");

@import url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ghanachoco.css");


@font-face {
	font-family: "01HanwhaB";
	src: url("../fonts/01HanwhaB.woff") format("woff");
	font-weight: normal;
	font-style: normal;
  }
@font-face {
	font-family: "02HanwhaR";
	src: url("../fonts/02HanwhaR.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "03HanwhaL";
	src: url("../fonts/03HanwhaL.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "07HanwhaGothicEL";
	src: url("../fonts/07HanwhaGothicEL.woff") format("woff");
}
@font-face {
	font-family: "06HanwhaGothicL";
	src: url("../fonts/06HanwhaGothicL.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "05HanwhaGothicR";
	src: url("../fonts/05HanwhaGothicR.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "04HanwhaGothicB";
	src: url("../fonts/04HanwhaGothicB.woff") format("woff");
	font-weight: normal;
	font-style: normal;
  }	

@font-face {
    font-family: 'GhanaChoco';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ghanachoco.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EliceDigitalBaeum-Bd';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_elice@1.0/EliceDigitalBaeum-Bd.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.font_elice {
	font-family: 'EliceDigitalBaeum-Bd';
}
.font_ghanachoco {
	font-family: 'ghanachoco';
}

.font_hanwha_b {
	font-family: "01HanwhaB", sans-serif;
}
  
.font_hanwha_r {
	font-family: "02HanwhaR", sans-serif;
}

.font_hanwha_l {
	font-family: "03HanwhaL", sans-serif;
}

.font_el {
  font-family: "07HanwhaGothicEL", sans-serif;
}

.font_l {
  font-family: "06HanwhaGothicL", sans-serif;
}

.font_r {
  font-family: "05HanwhaGothicR", sans-serif;
}

.font_b {
  font-family: "04HanwhaGothicB", sans-serif;
}

.font_400 {
	font-weight: 400;
}
.font_500 {
  	font-weight: 500;
}
.font_600 {
  	font-weight: 600;
}
.font_700 {
  	font-weight: 700;
}
.font_900 {
  	font-weight: 900;
}


* {
	box-sizing: border-box;
	letter-spacing: -0.3px;
	 -webkit-font-smoothing: antialiased;
}

html, body  {
	font-family: "Pretendard", sans-serif !important;
	font-size: 62.5%;
	position: relative;
	height: 100%;
	min-height: 100vh;
}

body {
	position: relative;
	line-height: 1.4;
	background-color: #fff;
}

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;
	line-height: 1.4;
	font-family: inherit;
	font-weight: 400;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
	word-break: keep-all;
}
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;
}

table caption {
    display: none;
}

address, em {
    font-style: normal ;
}


legend {
    display: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

button {
	outline: 0;
	border: 0;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
}

:root {
	--orange01: #BD4011;
	--orange02: #E45612;
	--orange03: #F37321;
	--orange04: #F69041;
	--orange05: #F9B878;
	--orange06: #FCD5AC;
	--orange07: #FEECD6;
	--orange08: #FFF7ED;
	--mainblack: #100C12;
	--subblack: #202020;
	--black: #000000;
    --white: #FFFFFF;
}

