@charset "utf-8";
/***** RESET *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary, textarea,
time, mark, audio, video, select, button, input {
  color: #757F8D;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.5em;
  font-style: normal;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

body {overflow-x: hidden;}
* { position: relative; box-sizing: border-box; background-repeat: no-repeat !important; }

article, aside, details, figcaption, figure, footer, header, 
hgroup, menu, main, nav, section { display: block; }

a { text-decoration: none; }
ul { list-style-type: none; }
em { font-style: normal; }
img {max-width: 100%;vertical-align: top;}
table { border-collapse: collapse; border-spacing: 0; }

button { cursor: pointer; }
input:focus, textarea:focus { outline:0; }
input::placeholder, textarea::placeholder { color: #B6BBC2; opacity: 1; }

/*** Var ***/
:root {
  --primary: #577cab;
  --primary-hover: #476a97;
  --navy: #1C2D45;
  --navy-hover: #2d425f;
  --stroke: #E3E3E3;
  --red: #EB5757;
  --back: #F6F7F9;
  --text: #757F8D;
}