@charset "UTF-8";
body {
  margin: 0;
  background-color: #f6b35c;
}

.container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.top {
  padding-bottom: 10vw;
}

.top img {
  width: 100vw;
}

.content {
  width: calc(92.5333vw - 32px);
  margin: 0 auto;
  padding: 16px 16px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  position: relative;
}

.share_code {
  width: 62.1333vw;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 21px;
  color: #489f5a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  top: -13%;
  background-color: #ffffff;
}

.content_text {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding: 16px 0;
}

.img_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img_list img {
  width: 27.0227vw;
}

.footer {
  padding-top: 10vw;
  width: 92.5333vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer img {
  width: 100%;
}

.btn_down_box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5vw;
}

.btn_down {
  background-color: #fef9f8;
  padding: 2.5px 15px;
  font-weight: 400;
  font-style: Bold;
  font-size: 26px;
  border-radius: 25px;
}

.footer_text {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  padding: 7vw 0 2vw;
}

.none {
  display: none !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  flex-direction: column;
  padding: 12px 0;
}

.popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(80vw - 40px);
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 27px;
}

.popup_title {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  padding-bottom: 10px;
}

.popup_text {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  padding-bottom: 10px;
}

.popup_text.error {
  color: #ff0000;
}

.btn_down_1 {
  width: 46vw;
}

.popup_text strong {
  color: #ff0000;
  font-weight: bold;
}

.code_box {
  padding: 4px 22px;
  background-color: #fceda8;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 22px;
}

.popup .title {
  font-size: 27px;
  text-align: center;
  color: #f81f1f;
}
.popup .text {
  font-size: 24px;
  text-align: center;
  color: #000000;
  padding: 15px;
}
.popup .span {
  font-size: 12px;
  color: #000000;
  padding-bottom: 10px;
  text-align: left;
}

.popup .span.error {
  color: #f81f1f;
  width: 100%;
}

.popup .download_ios {
  border-radius: 50px;
  padding: 10px 20px;
  background-color: #f6b35c;
  margin: 0 auto;
  font-size: 24px;
  color: #ffffff;
  display: inline;
}
