@charset "UTF-8";

/* pretendard font */
@font-face {
    font-family: "pretendard";
    font-weight: 100;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-Thin.eot");
    src: url("../fonts/pretendard/Pretendard-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/pretendard/Pretendard-Thin.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Thin.woff") format("woff"), url("../fonts/pretendard/Pretendard-Thin.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "pretendard";
    font-weight: 200;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-ExtraLight.eot");
    src: url("../fonts/pretendard/Pretendard-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-ExtraLight.woff") format("woff"), url("../fonts/pretendard/Pretendard-ExtraLight.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "pretendard";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-Light.eot");
    src: url("../fonts/pretendard/Pretendard-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/pretendard/Pretendard-Light.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Light.woff") format("woff"), url("../fonts/pretendard/Pretendard-Light.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "pretendard";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-Regular.eot");
    src: url("../fonts/pretendard/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pretendard/Pretendard-Regular.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Regular.woff") format("woff"), url("../fonts/pretendard/Pretendard-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "pretendard";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-Medium.eot");
    src: url("../fonts/pretendard/Pretendard-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/pretendard/Pretendard-Medium.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Medium.woff") format("woff"), url("../fonts/pretendard/Pretendard-Medium.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "pretendard";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-SemiBold.eot");
    src: url("../fonts/pretendard/Pretendard-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-SemiBold.woff") format("woff"), url("../fonts/pretendard/Pretendard-SemiBold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "pretendard";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-Bold.eot");
    src: url("../fonts/pretendard/Pretendard-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/pretendard/Pretendard-Bold.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Bold.woff") format("woff"), url("../fonts/pretendard/Pretendard-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "pretendard";
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-ExtraBold.eot");
    src: url("../fonts/pretendard/Pretendard-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-ExtraBold.woff") format("woff"), url("../fonts/pretendard/Pretendard-ExtraBold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "pretendard";
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-Black.eot");
    src: url("../fonts/pretendard/Pretendard-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/pretendard/Pretendard-Black.woff2") format("woff2"), url("../fonts/pretendard/Pretendard-Black.woff") format("woff"), url("../fonts/pretendard/Pretendard-Black.ttf") format("truetype");
    font-display: swap;
}

/* reset */
html,
body,
div,
span,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
table,
col,
colgroup,
thead,
tfoot,
tbody,
tr,
th,
td,
button,
input,
select,
figure,
figcaption,
video,
textarea {
    font-family: "pretendard", "맑은 고딕", "돋움", Dotum, Arial, sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    border: 0 none;
}

* {
    outline: none;
}

*:focus {
    outline: none;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #000;
}

body {
    position: relative;
    margin: 0 auto;
    line-height: 1.5;
}

html{
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

em,
address {
    font-style: normal;
}

img {
    font-size: 0;
    line-height: 0;
    border: 0 none;
}

sup {
    position: relative;
    top: 2px;
    font-size: 11px;
    line-height: 100%;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

caption {
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

th,
td {
    vertical-align: middle;
    border-bottom: 1px solid #f1f1f1;
    word-break: keep-all;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

p,
span {
    word-break: keep-all;
    word-wrap: break-word;
}

input:disabled {
    cursor: default;
    background: #f5f5f5;
}

input:read-only {
    cursor: default;
    background: #f5f5f5;
}

select:disabled {
    cursor: default;
    background: #f5f5f5;
}

textarea {
    resize: none;
}

textarea:disabled {
    background: #f5f5f5;
}

button {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.upload_input {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

.cursor_pointer {
    cursor: pointer;
}

/* IE - input close button delete */
input::-ms-clear {
    display: none;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input::placeholder {
    color: #777;
}

input:-ms-input-placeholder {
    color: #777;
}

input::-moz-placeholder {
    color: #777;
}

input::-webkit-input-placeholder {
    color: #777;
}

textarea::placeholder {
    color: #777;
}

textarea:-ms-input-placeholder {
    color: #777;
}

textarea::-moz-placeholder {
    color: #777;
}

textarea::-webkit-input-placeholder {
    color: #777;
}

input {
    background: #f4f4f4;
    padding: 0 12px;
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    background: #f4f4f4;
    padding: 20px;
    min-height: 150px;
    border-radius: 10px;
    font-size: 14px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 54px 0 20px;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #5b5b5b;
    font-size: 20px;
    background: #fff url(../images/icon_select_down.png) no-repeat calc(100% - 20px) center;
    height: 60px;
}
select option{
    font-size:inherit;
}

pre {
    color: #000;
    font-family: "pretendard", "맑은 고딕", "돋움", Dotum, Arial, sans-serif;
    text-wrap: nowrap;
    margin: 0;
    white-space: pre-wrap;
    word-break: keep-all;
}

button,
input {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

::selection {
    background: #ddd;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #777;
}
