* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 1;
    font-family: "06HanwhaGothicL";
    color: #000;
}
body {overflow-x: hidden; -webkit-overflow-scrolling: touch;}
input:focus, select:focus, textarea:focus {outline: none;}
input, select, textarea {-webkit-appearance: none; -moz-appearance: none; appearance: none; display: block;}
textarea {resize: none;}
select::-ms-expand {display:none;}
input::-ms-clear, input::-ms-reveal {display: none; width:0; height:0}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {display:none;}
table {width: 100%; border-collapse: collapse;}
button {border: none; border-radius: 0; background: transparent; display: block; font-size: inherit; cursor: pointer; box-sizing: border-box;}
ul, li {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}

html {
    font-size: 1px;
}
body {
    font-size: 10rem;
}