#app-guide-popup {
  z-index: 1200;
}
#app-guide-popup .modal-popup__inner {
  position: fixed;
  top: unset;
  left: 5%;
  bottom: 4rem;
  border-radius: 6rem;
  transform: translate(0, 0);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
#app-guide-popup .modal-popup__inner .modal-popup__content {
  padding: clamp(2rem, 2.604vw, 3.5rem);
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
#app-guide-popup .modal-popup__inner .modal-popup__content h2 {
  padding: 0;
  font-size: 2rem;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 550px) {
  #app-guide-popup .modal-popup__inner .modal-popup__content h2 {
    font-size: clamp(1.8rem, 4.5vw, 2rem);
  }
}
#app-guide-popup .modal-popup__inner .modal-popup__content h2 img {
  background-color: #fff;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 0.6rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0.7rem;
}
#app-guide-popup .modal-popup__inner .modal-popup__content article {
  width: 100%;
}
#app-guide-popup .modal-popup__inner .modal-popup__content article h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 550px) {
  #app-guide-popup .modal-popup__inner .modal-popup__content article h3 {
    font-size: clamp(1.6rem, 4vw, 1.8rem);
  }
}
#app-guide-popup .modal-popup__inner .modal-popup__content article .btn-box {
  display: flex;
  margin: 3rem 0;
}
#app-guide-popup .modal-popup__inner .modal-popup__content article .btn-box a:first-child {
  margin-right: 1rem;
}
#app-guide-popup .modal-popup__inner .modal-popup__content article .btn-box .app-store-location {
  padding: 1.3rem;
  background-color: #fff;
  width: 50%;
  height: 5rem;
  color: #000;
  font-weight: 600;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.15);
}
@media (max-width: 550px) {
  #app-guide-popup .modal-popup__inner .modal-popup__content article .btn-box .app-store-location {
    font-size: clamp(1.5rem, 3.75vw, 1.6rem);
  }
}
@media (max-width: 400px) {
  #app-guide-popup .modal-popup__inner .modal-popup__content article .btn-box .app-store-location {
    font-size: clamp(1.3rem, 3.939vw, 1.5rem);
    white-space: nowrap;
  }
}
#app-guide-popup .modal-popup__inner .modal-popup__content article .btn-box .app-store-location img {
  margin-right: 1rem;
}
@media (max-width: 550px) {
  #app-guide-popup .modal-popup__inner .modal-popup__content article .btn-box .app-store-location img {
    width: clamp(1.5rem, 3.75vw, 2rem);
  }
}
@media (max-width: 400px) {
  #app-guide-popup .modal-popup__inner .modal-popup__content article .btn-box .app-store-location img {
    width: clamp(1.3rem, 3.939vw, 1.5rem);
  }
}
#app-guide-popup .modal-popup__inner .modal-popup__content article .btn-box #app-see {
  margin-bottom: 2rem;
  padding: 1.3rem;
  background-color: var(--bg-main);
  width: 100%;
  height: 5rem;
  color: #fff;
  font-weight: 600;
  border-radius: 3rem;
}
#app-guide-popup .modal-popup__inner .modal-popup__content article .btn-box .close-btn {
  border: none;
  right: 30px;
}
#app-guide-popup .modal-popup__inner .modal-popup__content article .btn-box .close-btn span {
  color: #000;
}
#app-guide-popup .modal-popup__inner .modal-popup__content .circle-box li:nth-child(1) {
  border-radius: 50%;
  background-color: var(--bg-main);
  position: absolute;
  width: 84px;
  height: 92px;
  opacity: 0.2;
  top: -30px;
  bottom: unset;
  left: -5px;
  right: unset;
  z-index: -1;
}
#app-guide-popup .modal-popup__inner .modal-popup__content .circle-box li:nth-child(2) {
  border-radius: 50%;
  background-color: var(--bg-main);
  position: absolute;
  width: 63px;
  height: 67px;
  opacity: 0.1;
  top: 70px;
  bottom: unset;
  left: unset;
  right: -22px;
  z-index: -1;
}
#app-guide-popup .modal-popup__inner .modal-popup__content .circle-box li:nth-child(3) {
  border-radius: 50%;
  background-color: var(--bg-main);
  position: absolute;
  width: 62px;
  height: 63px;
  opacity: 0.07;
  top: unset;
  bottom: 50px;
  left: -22px;
  right: unset;
  z-index: -1;
}
#app-guide-popup .modal-popup__inner .modal-popup__content .circle-box li:nth-child(4) {
  border-radius: 50%;
  background-color: var(--bg-main);
  position: absolute;
  width: 227px;
  height: 233px;
  opacity: 0.1;
  top: unset;
  bottom: -97px;
  left: unset;
  right: -75px;
  z-index: -1;
}

/*# sourceMappingURL=app_guide_popup.css.map */
