.main_page_style {
  min-height: 100vh;
  background: white;
}
@media (min-width: 1024px) {
  .main_page_style {
    height: 150vh;
    overflow-y: auto;
    transform: scale(0.65) translateY(-25.5%) translateX(-25%);
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
  }
  .main_page_style::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
}
@media (max-width: 1024px) {
  .main_page_style {
    width: 100%;
  }
}
.main_page_style .countdown_wrapper {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6600FF;
  padding-top: 3px;
  width: 273px;
  height: 50px;
}
.main_page_style .content_container {
  margin-top: -80px;
}
@media (min-width: 1024px) {
  .main_page_style .content_container {
    margin-top: -30px;
  }
}
.main_page_style .content_wrapper {
  position: relative !important;
  padding: 28px 30px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.main_page_style .time-over {
  border: 1px solid #e5e5e5 !important;
  color: #ccc !important;
  opacity: 1;
  background: #e5e5e5 !important;
}

.sub_main_page_style {
  transform: scale(0.65) translateY(-25.5%) translateX(25%);
}
@media (max-width: 1024px) {
  .sub_main_page_style {
    display: none;
  }
}

.blog_page_style {
  padding-bottom: 10px;
  min-height: 100vh;
  background-color: white;
}
@media (min-width: 1024px) {
  .blog_page_style {
    border: 1px solid #d8d8d8;
    height: 150vh;
    max-width: 768px;
    overflow-y: auto;
    transform: scale(0.65) translateY(-25.5%) translateX(-25%);
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
  }
  .blog_page_style::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
}
.blog_page_style .go_back_button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  padding: 30px;
  font: normal normal normal 28px/28px AppleSDGothicNeoEB00;
}
.blog_page_style .go_back_button .back_image {
  width: 11px;
  height: 22px;
  object-fit: contain;
}
.blog_page_style .campaign_info_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 329px;
  width: 100%;
  height: 50px;
  background-color: black;
}
.blog_page_style .step_image {
  width: 100%;
  margin: 40px 0;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blog_page_style .download_image_wrapper {
  display: flex;
}
.blog_page_style .download_image_wrapper .download_image {
  flex: 0.5;
}
.blog_page_style .download_image_wrapper .download_image:first-child {
  margin-right: 30px;
}
.blog_page_style .image_download_button {
  position: absolute;
  width: 86px;
  height: 86px;
  padding: 20px;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.blog_page_style .required_text {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}
.blog_page_style .required_text::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.blog_page_style .copy_button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 70px;
  font: normal normal bold 24px/26px AppleSDGothicNeoB00;
  border-radius: 35px;
}
.blog_page_style .go_next_button {
  border: none;
  border-radius: 37px;
  text-align: center;
  width: 100%;
  height: 80px;
  margin-top: 122px;
  padding: 0px 33px;
  font: normal normal normal 24px/26px AppleSDGothicNeoB00;
}
.blog_page_style .stop_drag {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sub_main_page_style {
  transform: scale(0.65) translateY(-25.5%) translateX(25%);
}
@media (max-width: 1024px) {
  .sub_main_page_style {
    display: none;
  }
}

body {
  background-color: #f2f2f2;
  touch-action: pan-y;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

#wrapper {
  max-width: 1536px;
  min-width: 375px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #wrapper {
    height: 100vh;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
  }
  #wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }
}

.width_wrapper {
  max-width: 768px;
  min-width: 375px;
}

.padding_wrapper {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.slider_front_info {
  position: absolute;
  top: 265px;
  left: 0px;
  opacity: 1;
  display: flex;
  justify-content: end;
  width: 100%;
}
@media (min-width: 1024px) {
  .slider_front_info {
    top: 270px;
  }
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_width {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-height: 70vh;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}
.modal_width::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
@media (min-width: 1024px) {
  .modal_width {
    max-width: 400px;
  }
}

.no_scrollbar {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}
.no_scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.p_margin {
  max-height: 45vh;
}
.p_margin p {
  margin-bottom: 0px;
}

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