@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
}
*, ::after, ::before {
    box-sizing: border-box;}
html, body {
    height: 100%;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    -o-font-size-adjust: none;
    -moz-font-size-adjust: none;
}

html {
    font-size: 62.5%;
}

/*기본폰트 10px*/
body, th, td, input, select, textarea, button {
    font-size: 1.6rem;
    line-height: 1;
    font-family: 'Pretendard', sans-serif;
    color: #101010;
    word-break: keep-all;
    word-wrap: break-word;
    letter-spacing: -0.3px;

}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

caption {
    display: none;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, textarea, p, blockquote,
th, td, input, select, textarea, button,
header, nav, menu, section, article {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0 none
}

dl, ul, ol, menu, li {
    list-style: none;
    vertical-align: middle
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* input, textarea {
 padding:0 5px;
} */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset; /* 크롭입력배경색제거 */
}

input, select, textarea, button {
    vertical-align: middle;
}

input[type='text'], input[type='password'], input[type='submit'], input[type='search'] {
    -webkit-appearance: none;
    outline: none;
    border:1px solid transparent;
}

input[type='text']::placeholder, input[type='password']::placeholder, input[type='submit']::placeholder, input[type='search']::placeholder {
    font-size: 1.4rem;
    color: #cccccc;
    font-weight: 400;
}

button, input[type='button'], input[type='submit'], input[type='reset'], input[type='file'] {
    -webkit-appearance: none;
    /* border-radius:0; */
    border: none;
}

input[type='button'] {
    -webkit-appearance: none;
    border: 0;
}

input[type='search']:-webkit-search-cancel-button {
    -webkit-appearance: none
}

input[type='radio'], input[type='checkbox'] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

a, a:link, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal
}

table {
    width: 100% !important;
    border-collapse: collapse;
}

img {
    vertical-align: middle;
}

legend, caption {
    display: none;
}
