@charset "utf-8"; 

*{
    margin: 0;
    padding: 0;
    word-break: keep-all !important;
}
body, input, button{
    font-family: 'Noto Sans KR', sans-serif;
}
ul, ol{
    list-style: none;
}
img{
    vertical-align: top;
}
a{
    text-decoration: none;
}
em{
    font-style: normal;
}
mark{
    background-color: transparent;
}
address{
    font-style: normal;
}

.hide{
    position: fixed;
    top: -999999px;
    left: -999999px;
    display: block;
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
}
