@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

/* 초기화 */
html {-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none}
body {color:#222222;margin:0;padding:0;font-size:16px;font-family:'pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;word-break:keep-all}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul,dl,dt,dd {margin:0;padding:0;list-style:none}
label, input, button, select, img {vertical-align:middle}
input, button, textarea, select {margin:0;padding:0;outline:0;resize:none;-webkit-appearance: none;-moz-appearance: none;font-family:'pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif}
input[type="submit"] {cursor:pointer}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {-webkit-appearance:none;margin:0}
figure {margin:0}
button {color:#222222;cursor:pointer;background:transparent;border:none;outline:0}
em {font-style:normal}
img {max-width:100%}
table {border-collapse:collapse;border-spacing:0;width:100%}
table tr, table td {margin:0;padding:0}
select {-webkit-appearance:none;-moz-appearance:none;background:url('../../resources/img/icon_down.svg') no-repeat center right 14px}
select::-ms-expand {display:none}
p {margin:0;padding:0;line-height:1.4}
a {color:#000000;text-decoration:none;font-family:'pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif}
strong {font-weight:600}
::placeholder {font-family:'pretendard', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;color:#CCCCCC}
*, :after, :before {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

:root {
    --primary-10:#F5F6FA;
    --primary-20:rgba(18, 93, 230, .08);
    --primary-40:#286EEE; /* 임의컬러 */
    --primary-50:#125DE6;
    --primary-80:#133159; /* 임의컬러 */
    --primary-90:#0E2340;

    --white:#FFFFFF;
    --black:#000000;
    --red-10:rgba(237,91,102,.08);
    --red:#ED5B66;
}
