@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-touch-callout: none;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
    letter-spacing: -0.2px;
}

/* common reset */
html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
cite,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
}

body {
    line-height: 1;
    /*word-wrap:break-word;word-break:break-all*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

ul {
    list-style: none
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #222;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 140%;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0
}

th,
td,
input,
textarea,
select {
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    ;
    color: #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal
}

ul,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

abbr,
acronym {
    border: 0
}

hr {
    display: none;
    clear: both
}

legend,
caption {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0
}

img,
fieldset {
    border: 0 none
}

label {
    cursor: pointer
}

a {
    color: #222;
    font-family: "Noto Sans KR", Dotum, Arial, sans-serif;
}

a:link,
a:visited {
    text-decoration: none
}

a:hover,
a:active {
    text-decoration: none
}

select {
    height: 22px
}

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

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

acronym,
abbr {
    cursor: help
}

abbr[title] {
    border-bottom: 1px dotted
}

ul {
    list-style: none;
    list-style-image: none
}

blockquote,
q {
    quotes: none
}

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

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

button {
    border: 0;
    cursor: pointer
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    vertical-align: middle;
        max-width: 100%;
}

button,
input {
    overflow: visible;
    line-height: normal
}

button,
select {
    text-transform: none
}

button[disabled],
html input[disabled] {
    cursor: default
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box
}

select {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1
}

img {
    border: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic
}

img,
embed,
object,
video {
    max-width: 100%;
}

nav a,
button {
    min-width: 48px;
    min-height: 48px;
    border: 0;
    outline: 0;
}

/* table,caption,tbody,tfoot,thead,tr,th,td,*/
