* {
    padding: 0;
    margin: 0;
    outline: none;
}

html {
    font-size: 62.5%;
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: hidden;
}

ol,ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

input,select,textarea {
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

input[type=radio],
input[type=checkbox],
input[type=file] {
    width: 1px;
    height: 1px;
    opacity: 0;
    display: none;
}

textarea {
    resize: none;
    width: 100%;
}

button {
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
    background: transparent;
    border: 0;
    color: #000;
}

iframe {
    border: 0;
}

select {
    background-color: #fff;
}