.c-body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

.c-body {
  font-family: PingFangSC, PingFang SC;
  margin: 0;
  oveflow: hidden;
  text-align: center;
}

p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 1338px) {
  .c-page {
    width: 1338px;
  }
}

@media screen and (max-width: 1338px) {
  .c-page {
    padding: 0 20px;
  }
}


.c-page {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: left;
  margin: 16px auto 80px auto;
}


.c-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-common-title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #333333;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
}

.c-common-info {
  width: 100%;
  text-align: center;
  color: #515151;
  font-size: 22px;
  line-height: 36px;
}

input[type=number],
input[type=text] {
  outline: none;
  border: 1px solid #898989;

  &::-webkit-outer-spin-button,
  &::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

  -moz-appearance: textfield;

}


.c-dialog-box {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.c-dialog-close {
  cursor: pointer;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 30px;
  height: 30px;
  border: unset;
  background: unset;
  padding: unset;
}

.c-dialog-close img {
  width: 100%;
  height: 100%;
}

.c-dialog-box .c-mask {
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, .45);
}

.c-dialog-content {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -55%);
  background: #FFFFFF;
  border-radius: 8px;
  padding: 68px 118px;
  width: 680px;
  height: auto;
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 1338px) {
  .c-dialog-content {
    width: 90vw;
    padding: 68px 28px;
  }

  .privacy-policy__list {
    max-height: 400px;
    overflow: scroll;
  }
}

.c-dialog-content.privacy-policy {
  padding: 30px;
  padding: 68px 28px;
}

.privacy-policy__list {
  text-align: left;
  line-height: 190%;
  max-height: 500px;
  overflow-y: auto;
}


.c-dialog-content__top {
  max-width: 442px;
  display: flex;
  gap: 19px;
  text-align: left;
  max-width: 100%;
}

.c-dialog-top__img {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.c-dialog-title {
  font-size: 16px;
  line-height: 14px;
  color: #333333;
  margin-bottom: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.c-dialog-top__info {
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.c-dialog-info {
  font-weight: 400;
  font-size: 12px;
  color: #515151;
  line-height: 16px;
}


.c-dialog-title {
  overflow: hidden;
  display: flex;
}

.c-dialog-title h3 {
  flex: 1;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-dialog-title .c-dialog-total {
  display: inline-block;
  margin-left: auto;
  /* flex: auto; */
}

.c-dialog-content__bottom {
  margin-top: 17px;
  margin-bottom: 22px;
  padding: 14px 0 10px 0;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  text-align: left;
}

.c-dialog-content__bottom h3 {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
}

.c-dialog-content__bottom ul {
  margin-top: 20px;
}

.c-dialog-content__bottom ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  ;
}

.c-dialog-content__bottom ul li h4 {
  text-align: left;
  margin: 0;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  line-height: 14px;
}

.c-dialog-content__bottom ul li span {
  text-align: right;
}

.c-dialog-slide {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #999999;
  background: #F6F6F6;
  border-radius: 4px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-dialog-slide .c-dialog-inner {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.c-dialog-slide span {
  margin-left: -24px;
  position: absolute;
  z-index: 1;
}


.c-dialog-slide .c-dialog-inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(5, 91, 92);
  height: 100%;
}

.c-dialog-slide .c-dialog-inner img {
  width: 48px;
  height: 36px;
  object-fit: contain;
  position: absolute;
  left: -2px;
}