@charset "utf-8";

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    font-family: "Pretendard", Roboto, sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

body,
code {
    font-family: inherit;
}

body {
    max-width: 100%;
}

body#popup {
    min-width: 0;
}

li {
    list-style: none;
}

fieldset,
img {
    border: none;
    vertical-align: top;
}

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

caption {
    display: none;
}

td,
th {
    border: 0;
    vertical-align: top;
}

input,
select,
textarea {
    font-size: 100%;
    font-family: inherit;
    vertical-align: middle;
    border-radius: 0;
    box-sizing: border-box;
}

button {
    font-family: inherit;
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    background: 0 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: unset;
}

a:active {
    text-decoration: none;
}

.objHidden {
    visibility: hidden;
    height: 0;
    width: 0;
}

:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    color: var(--color-black);
    font-size: var(--font-size);
}

fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-family: inherit;
    color: var(--color-black);
    line-height: 150%;
    font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

dd,
dl,
dt,
li,
ol {
    margin: 0;
    padding: 0;
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}

button,
img,
input,
label,
select {
    vertical-align: middle;
}

button,
input {
    font-family: inherit;
}

button {
    cursor: pointer;
}

select,
textarea {
    font-family: inherit;
    font-size: 1em;
}

select {
    margin: 0;
    padding: 0 10px;
    border-radius: 4px;
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

hr {
    display: none;
}

pre {
    overflow-x: scroll;
    font-size: 1.1em;
}

a {
    color: var(--color-black);
    text-decoration: none;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

svg.icon {
    display: block;
}

audio,
canvas,
img,
svg,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

b,
strong {
    font-weight: 600;
}

input[type="password"],
input[type="text"],
textarea {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
    padding: 0 10px;
    border-color: var(--color-border);
}

input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border: 1px solid #999 !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-inline-start: unset;
    margin-block-start: unset;
    margin-block-end: unset;
}

button {
    background: 0 0;
    border: 0;
    box-sizing: initial;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit;
    padding-block: unset;
    padding-inline: unset;
    padding: 0;
    appearance: unset;
    text-rendering: unset;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img,
picture {
    max-width: 100%;
    display: block;
}

button,
input,
select,
textarea {
    font: inherit;
}
