@charset "UTF-8";
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
/**********
wide background
***********/
@import url("//fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Mono&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("//fonts.googleapis.com/earlyaccess/nanummyeongjo.css");
@font-face {
  font-family: "suisseintl-regular-webfont";
  src: url("./fonts/suisseintl-regular-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
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,
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,
textarea,
input,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Sans KR", sans-serif;
  color: #222;
  font-weight: 400;
  vertical-align: baseline;
}

html,
body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

html {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: -0.003em;
}

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

body {
  line-height: 1;
  word-break: keep-all;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

textarea {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

i {
  display: inline-block;
  vertical-align: middle;
}

strong {
  font-weight: 700;
}

th,
td {
  vertical-align: middle;
}

input[type='password'] {
  font-family: initial;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span,
div {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

b {
  color: inherit;
  font-family: inherit;
}
/*# sourceMappingURL=reset.css.map */