@charset "UTF-8";

/* pretendard font */
@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-Thin.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    font-weight: 200;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-ExtraLight.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-Light.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-Regular.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-Medium.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-SemiBold.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-Bold.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-ExtraBold.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/pretendard/Pretendard-Black.woff2") format("woff2");
    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;
}
* {
    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;
    overflow-x: hidden;
}
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;
    word-break: break-all;
}
a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
p,
span {
    -moz-word-break: break-all;
    -ms-word-break: break-all;
    word-break: break-all;
}
input:disabled {
    cursor: default;
    background: #f5f5f5;
}
input:read-only {
    cursor: default;
    background: #f5f5f5;
}
select:disabled {
    cursor: default;
    opacity: 1;
}
textarea:disabled {
    background: #f5f5f5;
}
button {
    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: #fff;
    border: 1px solid #ddd;
    padding: 0 20px;
    height: 48px;
    border-radius: 2px;
    font-size: 16px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
textarea {
    resize: none;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    min-height: 120px;
    border-radius: 2px;
    font-size: 16px;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 48px;
    padding: 0 60px 0 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 16px;
    background: url("../images/icon_select.svg") no-repeat right 20px center;
    color: #333;
}
select option {
    font-size: 16px;
    font-weight: 500;
}
pre {
    color: #000;
    font-family: "pretendard", "맑은 고딕", "돋움", Dotum, Arial, sans-serif;
    text-wrap: nowrap;
    margin: 0;
    white-space: pre-wrap;
}
button,
input {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}
::selection {
    background: #ddd;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #aaa;
}
