
input {
    padding: 0;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y
}

input:focus, textarea:focus {
    outline: none !important;
    border-color: #55BC7E;
}

input::placeholder, textarea::placeholder {
    color: #999999;
}

::placeholder
button:focus {
    outline: none !important;
}

textarea {
    resize: unset;
}

body {
    margin: 0;
    height: 100% !important;
    -ms-overflow-style: none;
}

@supports (-webkit-touch-callout: none) {
    height: -webkit-fill-available;
}

body ::-webkit-scrollbar {
    display: none;
}

* {
    box-sizing: border-box;
    font-family: 'NotoSansRegular', serif;
    margin: 0;
}

@font-face {
    /* 400 */
    font-family: 'NotoSansRegular';
    src: local('NotoSansRegular');
    font-style: normal;
    src: url(font/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    /* 700 */
    font-family: 'NotoSansBold';
    src: local('NotoSansBold');
    font-style: normal;
    src: url(font/NotoSansKR-Bold.otf) format('opentype');
}

button {
    cursor: pointer;
    padding: 0;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}