@charset "UTF-8";


/* Reset */
* {font-family:'Pretendard', sans-serif, 'NanumSquare', sans-serif;  font-weight:400; }

html {font-size: 62.5%;}

body {
    -webkit-text-size-adjust: none;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

body input, body textarea, body div[contenteditable="true"], body code {
    -webkit-text-size-adjust: text;
    -ms-user-select: text;
    -moz-user-select: -moz-text;
    -webkit-user-select: text;
    user-select: text;
}

body, div, p, span, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, header, footer, main, article, section, aside {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, input, textarea, select, button, table {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: -0.025rem;
    color: #111;
    word-break: keep-all;
}
img{
    vertical-align: middle;
}

img, fieldset {
    border: 0;
}

a {
    color: #111;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}

/*230802 hy(s)*/
/*
a:active, a:hover, a:focus {
color: #111;
}
*/
/*230802 hy(e)*/

input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    background: transparent;
}

input[type="checkbox"], input[type="radio"]  {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

input:disabled, input:-moz-read-only:not(select) {
    -webkit-text-fill-color: #888;
    color: #888;
    opacity: 1;
    /* required on iOS */
    border-bottom-color: #ccc;
    background-color: transparent;
}

input:disabled, input:read-only:not(select) {
    -webkit-text-fill-color: #666;
    color: #666;
    opacity: 1;
    /* required on iOS */
    background-color: transparent;
}

input:-moz-read-only.readonly-bk {
    -webkit-text-fill-color: #111;
    color: #111;
    opacity: 1;
    /* required on iOS */
}

input:read-only.readonly-bk {
    -webkit-text-fill-color: #111;
    color: #111;
    opacity: 1;
    /* required on iOS */
}

input.readonly-bk::-webkit-input-placeholder {
    -webkit-text-fill-color: #ccc;
    color: #ccc;
    opacity: 1;
    /* required on iOS */
}

input.readonly-bk:-ms-input-placeholder {
    -webkit-text-fill-color: #ccc;
    color: #ccc;
    opacity: 1;
    /* required on iOS */
}

input.readonly-bk::-ms-input-placeholder {
    -webkit-text-fill-color: #ccc;
    color: #ccc;
    opacity: 1;
    /* required on iOS */
}

input.readonly-bk::placeholder {
    -webkit-text-fill-color: #ccc;
    color: #ccc;
    opacity: 1;
    /* required on iOS */
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::placeholder {
    color: #ccc;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

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;
}

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

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

button {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}

ul, ol {
    list-style: none!important;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

b, strong {
    font-weight: 500;
}

hr {
    margin: 0;
}

:focus {
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}

html, body{
    height: 100%;
}

textarea{
    resize: none;
}


