@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

@font-face {
    font-family: 'zero1';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/zer01neotsb.otf) format('opentype');
}

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;
	vertical-align: baseline;
}

* {
    margin: 0;
    font-family: 'zero1','Noto Sans KR', sans-serif !important;
    box-sizing: border-box;
}

html {
    font-size: 15px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:visited {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

a,
button {
    cursor: pointer;
}

ul,
ol {
    padding-left: 0;
    list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.jn {
    font-family: 'Jalnan', sans-serif;
}

.font-og {
    color: #ff8400 !important;
}

.container {
    max-width: unset;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
}

.modal-content {
    border-radius: 2rem;
}

.hide{
    display: none;
}

.hidden {
    visibility: hidden;
}