@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@import "layout.css";
@import "font.css";
@import "home.css";
@import "color.css";
@import "goods.css";

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,
center,
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,
ruby,
section,
summary,
time,
mark,
audio,
video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
button {
  background-color: transparent;
  border: none;
  outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
ul,
li,
ol,
button,
p,
span {
  font-family: "Noto Sans KR", sans-serif;
  padding: 0;
  margin: 0;
}
body,
#root {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* user-select: none; */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ol,
li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spoqa {
  font-family: "SpoqaHanSansNeo";
}

.pointer {
  cursor: pointer;
}

.time-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2px;
}

.time-icon {
  width: 11px !important;
  height: 11px;
  margin-right: 4px;
  margin-bottom: 1px;
}

.time-string {
  color: #999999;
  font-family: "Noto Sans KR";
  font-size: 12px;
  letter-spacing: -0.24px;
}
.time-string > span {
  font-family: "SpoqaHanSansNeo";
  font-size: 13px;
  letter-spacing: -0.26px;
}

@media only screen and (min-width: 900px) {
  #root {
    background-color: white;
    align-self: center;
    min-width: auto;
    width: 480px;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #eaeaea;
  }
  .vreview-overlay-modal.open {
    background-color: transparent;
  }
  .MuiModal-root {
    width: 480px !important;
    margin-left: calc((100% - 480px) / 2);
    margin-right: calc((100% - 480px) / 2);
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    border-right: 2px solid rgba(255, 255, 255, 0.3);
  }
  .vreview-overlay-widget {
    width: 480px !important;
    margin-left: calc((100% - 480px) / 2);
    margin-right: calc((100% - 480px) / 2);
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    border-right: 2px solid rgba(255, 255, 255, 0.3);
  }
  /* PC버전을 모바일 화면으로 보이게 하기 위해서 */
  #root::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    width: calc((100% - 480px) / 2);
    background-color: #f9f9f9;
    z-index: 5000;
    border-right: 1px solid #eaeaea;
  }
  #root::after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    width: calc((100% - 480px) / 2);
    background-color: #f9f9f9;
    z-index: 5000;
    border-left: 1px solid #eaeaea;
  }
  #root::before {
    left: 0;
  }
  #root::after {
    right: 0;
  }
}
@supports (-webkit-touch-callout: none) {
  body,
  #root {
    /* IOS 결제비밀번호 화면 짤림 bug fix */
    min-height: -webkit-fill-available;
  }
}
