@font-face {
  font-family: 'M-PLUS-1';
  font-weight: 900;
  font-display: swap;
  src: local('M-PLUS-1 Black'), url(/_next/static/media/MPLUS1-Black.b9cc0781.ttf) format('truetype');
}

@font-face {
  font-family: 'M-PLUS-1';
  font-weight: 800;
  font-display: swap;
  src: local('M-PLUS-1 ExtraBold'), url(/_next/static/media/MPLUS1-ExtraBold.50953146.ttf) format('truetype');
}

@font-face {
  font-family: 'M-PLUS-1';
  font-weight: 700;
  font-display: swap;
  src: local('M-PLUS-1 Bold'), url(/_next/static/media/MPLUS1-Bold.fb443181.ttf) format('truetype');
}

@font-face {
  font-family: 'M-PLUS-1';
  font-weight: 600;
  font-display: swap;
  src: local('M-PLUS-1 SemiBold'), url(/_next/static/media/MPLUS1-SemiBold.c4e40f04.ttf) format('truetype');
}

@font-face {
  font-family: 'M-PLUS-1';
  font-weight: 500;
  font-display: swap;
  src: local('M-PLUS-1 Medium'), url(/_next/static/media/MPLUS1-Medium.45630c6d.ttf) format('truetype');
}

@font-face {
  font-family: 'M-PLUS-1';
  font-weight: 400;
  font-display: swap;
  src: local('M-PLUS-1 Regular'), url(/_next/static/media/MPLUS1-Regular.86feaf17.ttf) format('truetype');
}

@font-face {
  font-family: 'M-PLUS-1';
  font-weight: 300;
  font-display: swap;
  src: local('M-PLUS-1 Light'), url(/_next/static/media/MPLUS1-Light.abbc75e0.ttf) format('truetype');
}

@font-face {
  font-family: 'M-PLUS-1';
  font-weight: 200;
  font-display: swap;
  src: local('M-PLUS-1 ExtraLight'), url(/_next/static/media/MPLUS1-ExtraLight.306c87a1.ttf) format('truetype');
}

@font-face {
  font-family: 'M-PLUS-1';
  font-weight: 100;
  font-display: swap;
  src: local('M-PLUS-1 Thin'), url(/_next/static/media/MPLUS1-Thin.8349cf89.ttf) format('truetype');
}

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url(/_next/static/media/Pretendard-Black.4aeaaf12.woff2) format('woff2'), url(/_next/static/media/Pretendard-Black.2fdd7ecc.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url(/_next/static/media/Pretendard-ExtraBold.dd3e76c5.woff2) format('woff2'), url(/_next/static/media/Pretendard-ExtraBold.bf3b77f7.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url(/_next/static/media/Pretendard-Bold.e00e15f4.woff2) format('woff2'), url(/_next/static/media/Pretendard-Bold.2c1ad0e1.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url(/_next/static/media/Pretendard-SemiBold.cfa29e4f.woff2) format('woff2'), url(/_next/static/media/Pretendard-SemiBold.a963592c.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url(/_next/static/media/Pretendard-Medium.12f0acdc.woff2) format('woff2'), url(/_next/static/media/Pretendard-Medium.55b46aea.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url(/_next/static/media/Pretendard-Regular.119cf01b.woff2) format('woff2'), url(/_next/static/media/Pretendard-Regular.78df9e04.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url(/_next/static/media/Pretendard-Light.e725ed3d.woff2) format('woff2'), url(/_next/static/media/Pretendard-Light.5e8f67e5.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url(/_next/static/media/Pretendard-ExtraLight.b6885b7a.woff2) format('woff2'), url(/_next/static/media/Pretendard-ExtraLight.4877192c.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url(/_next/static/media/Pretendard-Thin.fc2b22d5.woff2) format('woff2'), url(/_next/static/media/Pretendard-Thin.f17a53aa.woff) format('woff');
}

@keyframes rise {
    from {
        opacity: 0;
        top: 30px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}

@keyframes appear {
    from {
        opacity: 0;
        margin-top: 50px;
    }
    to {
        opacity: 1;
        margin-top: 0;
    }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: Pretendard, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
    'Helvetica Neue', sans-serif;
  font-feature-settings: 'ss05';
}

:lang(ja) {
  font-family: M-PLUS-1, Pretendard, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
    'Open Sans', 'Helvetica Neue', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body,
#__next {
  height: 100%;
}
body {
  line-height: 1;
}
ol,
ul,
details > summary {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input {
  box-sizing: border-box;
}
svg {
  display: block;
}
button {
  background: none;
  border: none;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
::-ms-reveal {
  display: none;
}

