/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*:focus-visible {
  outline-style: dashed;
  outline-offset: 4px;
  outline-width: 2px;
  outline-color: #000;
}

html,
body {
  height: 100%;
}

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,
header,
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%;
  vertical-align: baseline;
  box-sizing: border-box;
  letter-spacing: -0.02em;
  word-break: keep-all;
  color: #262726;
  image-rendering: -webkit-optimize-contrast;
}

caption,
.blind {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px 1px 1px 1px) !important; /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px) !important;
}
input[type="submit"] {
  font-size: 0 !important;
}
/* HTML5 display-role reset for older browsers */
html {
  scroll-behavior: smooth;
}
article,
header,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
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;
  cursor: pointer;
}
button {
  padding: 0;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

select,
input {
  outline-color: #2d2b6f;
}

::selection {
  background-color: #2d2b6f;
  color: #fff;
}

:root {
  --main-color: #009944;
  --main-blue: #009fe3;
  --main-green: #057b6a;
  --main-pink: #dc1d85;
  --main-orange: #ed6d0e;
  --sub-color: #5c549e;
  --sub-color-on: #dfe5f1;
  --sub2-color: #7d72db;
  --sub3-color: #e2e1ef;
  --traffic-on-color: #ececec;
  --text-color: #262726;
  --label-lv1-color: #33c14c;
  --label-lv2-color: #fea41c;
  --label-lv3-color: #fa4c47;
  --label-lv4-color: #939393;
  --radius-content-size: 20px;
  --gradient-color: linear-gradient(
    298deg,
    rgba(45, 43, 111, 1) 29%,
    rgb(137, 122, 255) 100%
  );
  --gap-big: 20px;
  --gap-middle: 10px;
  --gap-thin: 4px;
  --gap-general: 8px;
}

p {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-display: swap;
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
    format("woff");
  font-display: swap;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: transparent;
}
::-webkit-scrollbar-track {
  background: transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
