@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap");

@font-face {
  font-family: "GmarketSans";
  src: url("./font/GmarketSansTTFLight.ttf") format("truetype");
  font-weight: 300; /* Light */
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("./font/GmarketSansTTFMedium.ttf") format("truetype");
  font-weight: 500; /* Medium */
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("./font/GmarketSansTTFBold.ttf") format("truetype");
  font-weight: 700; /* Bold */
  font-style: normal;
}
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*font-size: 100%;
	vertical-align: baseline;
	background: transparent;*/
}
#root {
  height: 0;
}
body {
  /*line-height: 1;*/
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus {
  outline: none;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  /*-webkit-appearance: none;*/
  /*-moz-appearance:none;*/
  /*appearance:none;*/
  /*border:1px solid #cccccc;*/
  /*outline: 0;*/
}
a {
  color: #000000;
  text-decoration: none;
}
li {
  list-style: none;
}
button {
  border: none;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
  background-color: transparent;
}

input,
select {
  font-family: Pretendard;
}
table input {
  width: 100%;
  background: none;
  border: none;
  text-align: center;
  font-size: 14px;
}
textarea {
  padding: 10px;
  border: 1px solid #cccccc;
  font-family: "GmarketSans", sans-serif;
  font-weight: 300;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  min-height: 100vh;
  font-family: "GmarketSans", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: normal !important;
  color: #000;
  letter-spacing: -0.5px;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
}
.display_none {
  display: none !important;
}
.display_block {
  display: block !important;
}
.display_flex {
  display: flex;
  align-items: center;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex_wrap {
  flex-wrap: wrap;
}
ol,
ul,
li {
  list-style: none;
}

i,
span,
font,
label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
