@charset "utf-8";
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');

* {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR", sans-serif !important;
    font-weight: 400;
    color: #000;
}

p,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
    padding: 0;
    margin: 0;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

li {
    padding: 0;
    margin: 0;
    list-style: none
}

img,
fieldset,
legend {
    border: 0;
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    opacity: 0.6;
    transition: 0.15s;
    text-decoration: none
    /*text-decoration: underline*/
}

.screen-out {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

input {
    border: 0
}

button {
    border: 0;
    background-color: transparent
}

button,
input,
textarea {
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-text-size-adjust: none
}

.skipMenu {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2
}

.skipMenu a {
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    text-align: center;
    width: 1px
}

.skipMenu a:focus,
.skipMenu a:hover,
.skipMenu a:active {
    background: #ffdabc;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    height: 20px;
    line-height: 1;
    margin: 0;
    padding: 8px 0 0 15px;
    width: auto
}

picture {
    font-size: 0;
    line-height: 0;
}