* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1.3;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

.hidden {
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

body {
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-family: 'SUIT', 'GongGothicMedium', 'Noto Sans KR', 'sans-serif';
}

/* .wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  padding: 5% 0;
  margin-bottom: 5em;
} */

.pop_inner h1 {
  display: flex;
  height: 80px;
  background-color: #5a51e5;
  color: white;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.pop_inner .classname {
  display: block;
  width: 100%;
  height: 10%;
  background-color: #5a51e5;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  padding: 15px 24px;
}

.pop_inner {
  padding-bottom: 1em;
}

.pop_inner .items {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 1.5em;
  border-bottom: 1px solid #fafafa;
}

.pop_inner .items:nth-child(even) {
  background: #fafafa;
}

.pop_inner .items .itemwrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10%;
}

.pop_inner .items .itemcont {
  display: table-cell;
  vertical-align: middle;
}

.pop_inner .items .itemcont .date {
  font-size: 14px;
  color: #777;
  margin-bottom: .5em;
}

.pop_inner .items .itemcont h3 {
  font-size: 1em;
  font-family: 'SUIT', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #121212;
}

.pop_inner .items .itemcont p {
  display: inline-block;
  font-size: 12px;
  color: #777777;
  font-family: 'SUIT', sans-serif;
}

.pop_inner .items .itemcont p.status {
  color: #645bff;
  font-weight: bold;
  padding: .5em 0 0 1em;
  text-transform: uppercase;
  font-size: 14px;
}

.pop_inner .items .itemcont p.status.out {
  color: #ff1100;
}

.pop_inner .items .itemcont.prodTotal {
  display: flex;
  width: auto;
  flex-shrink: 0;
  text-align: center;
}

.pop_inner .items .itemcont.prodTotal p {
  font-weight: bold;
  font-size: 1.25em;
}

.special {
  display: block;
  font-family: 'SUIT', sans-serif;
}

.special .specialContent {
  display: block;
  padding: 1em 1em 0;
  margin-top: .5em;
  border-top: 1px solid #dadada;
  font-size: 0.925em;
  font-weight: 500;
  color: #333;
}

.special .specialContent:before {
  content: "\21b3";
  font-size: 1.5em;
  margin-right: 10px;
  color: #6f6f6f;
  font-family: 'SUIT', sans-serif;
}

a.remove {
  display: inline-block;
  text-decoration: none;
  font-family: 'SUIT', sans-serif;
  color: #645bff;
  font-weight: bold;
  background: #ffffff;
  padding: 0.6em 0.8rem;
  font-size: 0.9em;
  border: 1px solid #645bff;
  cursor: pointer;
  border-radius: 500px;
  transition: all 0.25s linear;
}

a.remove:hover {
  background: #645bff;
  color: white;
  box-shadow: 0px 0px 10px #d9d9d9,
    -0px -0px 10px #ffffff;
}

@media (max-width: 767px) {
  a.remove {
    margin-right: 0;
  }

  .pop_inner .items {
    padding: 1.5em 1.25em 1.5em 1.5em;
  }

  .pop_inner .classname {
    font-size: 15px;
    border-top: 1px solid #6a60f9;
    background-color: #5a51e5;
  }

  .pop_inner h1 {
    font-size: 28px;
  }

  .pop_inner .items .itemcont .date {
    font-size: 13px;
  }
}