/*공통*/
html {-webkit-text-size-adjust: none;}
html, body {direction: ltr;width: 100%;word-wrap: break-word;word-break: keep-all;}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p,
table, th, td, form, fieldset, legend, textarea, input, select, textarea, button, figure, figcaption {margin: 0;padding: 0;}

img, form, fieldset, svg {
    border: 0;
    vertical-align: top;
}

input, button, select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
    outline: none;
}

button:disabled {
    cursor: default;
}

button::-moz-focus-inner {
    padding: 0;
    margin: -1px;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:hover, a:visited, a:active {
    text-decoration: none;
    color: #333;
}

.sr-only, .blind, legend, caption {position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0;}

body, textarea, input, select, textarea, button {
    font-family: "Pretendard","나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;
    font-weight: 400;
    outline: none;
    color: #333;
    line-height: 1.5;
}

table {
    border-collapse: collapse;
}

* {
    box-sizing: border-box;
}

.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}

button:focus-visible,
textarea:focus-visible,
select:focus-visible,
a:focus-visible,
input:focus-visible {outline: 2px dashed #d42121; outline-offset:1px; position: relative; z-index: 22;}