@charset "UTF-8";
/* font-wight ****************************/
/* font-wight font-size (font-size에 따라 line-height 결정됨)****/
@font-face {
  font-family: "Mulmaru";
  font-weight: 500;
  font-display: swap;
  src: url("/public/fonts/mulmaru/Mulmaru.woff2") format("woff2");
}
:root {
  --text-gradient-green: linear-gradient(180deg, #E6FAF2 0%, #3CFF00 100%);
  --draw-pink: #FA2A55;
  --draw-orange: #FFA600;
  --draw-yellow: #FFF131;
  --draw-c-gradient-pink: radial-gradient(50% 50% at 50% 50%, rgba(250, 42, 85, 1) 0%, rgba(250, 42, 85, 0.00) 100%);
  --draw-c-gradient-orange: radial-gradient(50% 50% at 50% 50%, rgba(255, 145, 0, 1) 0%, rgba(255, 145, 0, 0.00) 100%);
  --draw-c-gradient-yellow: radial-gradient(50% 50% at 50% 50%, rgba(255, 241, 49, 1) 0%, rgba(255, 241, 49, 0.00) 100%);
  --text-gradient-pink: linear-gradient(180deg, #FFF 0%, #FA2A55 100%);
  --text-gradient-orange: linear-gradient(180deg, #FFF 0%, #FFA600 100%);
  --text-gradient-yellow: linear-gradient(180deg, #FFF 0%, #FFF131 100%);
  --shadow-outer-pink: 0 75px 21px 0 rgba(250,42,85,0), 0 48px 19px 0 rgba(250,42,85,0.03), 0 27px 16px 0 rgba(250,42,85,0.1), 0 12px 12px 0 rgba(250,42,85,0.17), 0 3px 7px 0 rgba(250,42,85,0.2);
  --shadow-outer-orange: 0 75px 21px 0 rgba(255,166,0,0), 0 48px 19px 0 rgba(255,166,0,0.03), 0 27px 16px 0 rgba(255,166,0,0.1), 0 12px 12px 0 rgba(255,166,0,0.17), 0 3px 7px 0 rgba(255,166,0,0.2);
  --shadow-outer-yellow: 0 75px 21px 0 rgba(255,241,49,0), 0 48px 19px 0 rgba(255,241,49,0.03), 0 27px 16px 0 rgba(255,241,49,0.1), 0 12px 12px 0 rgba(255,241,49,0.17), 0 3px 7px 0 rgba(255,241,49,0.2);
}

@property --angle {
  syntax: "<angle>";
  initial-value: 240deg;
  inherits: false;
}
@property --primary-color {
  syntax: "<color>";
  initial-value: #0AD881;
  inherits: false;
}
@-webkit-keyframes rotate-gradient {
  to {
    --angle: 600deg ;
  }
}
@keyframes rotate-gradient {
  to {
    --angle: 600deg ;
  }
}
@-webkit-keyframes pop-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pop-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pop-bounce-flicker {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pop-bounce-flicker {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scale-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes confirm-icon-screen-pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes confirm-icon-screen-pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes shot-to-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    opacity: 0;
  }
}
@keyframes shot-to-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    opacity: 0;
  }
}
@-webkit-keyframes collapse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes collapse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes collapse-reverse {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes collapse-reverse {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes easter-egg-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes easter-egg-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes easter-egg-fade-in-out {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes easter-egg-fade-in-out {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes easter-egg-fade-in-out2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes easter-egg-fade-in-out2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes easter-egg-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes easter-egg-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes tremble {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
    color: #FFF;
  }
  3% {
    -webkit-transform: rotate(1.4deg) translateY(-2px);
            transform: rotate(1.4deg) translateY(-2px);
    color: #f4f4f4;
  }
  6% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
    color: #f4f4f4;
  }
  9% {
    -webkit-transform: rotate(-1.06deg) translateY(-2px);
            transform: rotate(-1.06deg) translateY(-2px);
    color: #eaebeb;
  }
  12% {
    -webkit-transform: rotate(0deg) translateY(-1px);
            transform: rotate(0deg) translateY(-1px);
    color: #FFF;
  }
  15% {
    -webkit-transform: rotate(1.2deg) translateY(-2px);
            transform: rotate(1.2deg) translateY(-2px);
    color: #eaebeb;
  }
  18% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
    color: #FFF;
  }
  24%, 100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
    color: #FFF;
  }
}
@keyframes tremble {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
    color: #FFF;
  }
  3% {
    -webkit-transform: rotate(1.4deg) translateY(-2px);
            transform: rotate(1.4deg) translateY(-2px);
    color: #f4f4f4;
  }
  6% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
    color: #f4f4f4;
  }
  9% {
    -webkit-transform: rotate(-1.06deg) translateY(-2px);
            transform: rotate(-1.06deg) translateY(-2px);
    color: #eaebeb;
  }
  12% {
    -webkit-transform: rotate(0deg) translateY(-1px);
            transform: rotate(0deg) translateY(-1px);
    color: #FFF;
  }
  15% {
    -webkit-transform: rotate(1.2deg) translateY(-2px);
            transform: rotate(1.2deg) translateY(-2px);
    color: #eaebeb;
  }
  18% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
    color: #FFF;
  }
  24%, 100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
    color: #FFF;
  }
}
.goBurst * {
  font-family: "Mulmaru";
  word-break: keep-all;
}
.goBurst__icon-star {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M11.6139 7.51582L15.6828 4.48281L12.7332 8.43945L20 10L12.5205 11.6061L15.6828 15.8482L11.5525 12.7693L10 20L8.44727 12.7693L4.31719 15.8482L7.4793 11.6061L0 10L7.2666 8.43945L4.31719 4.48281L8.38594 7.51582L10 0L11.6139 7.51582Z' fill='white'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M11.6139 7.51582L15.6828 4.48281L12.7332 8.43945L20 10L12.5205 11.6061L15.6828 15.8482L11.5525 12.7693L10 20L8.44727 12.7693L4.31719 15.8482L7.4793 11.6061L0 10L7.2666 8.43945L4.31719 4.48281L8.38594 7.51582L10 0L11.6139 7.51582Z' fill='white'/%3E%3C/svg%3E") no-repeat center/contain;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5A5A5));
  background: linear-gradient(180deg, #FFFFFF 0%, #A5A5A5 100%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.goBurst__gradient-circle {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.goBurst__gradient-border::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  /* 마스킹 기법: 패딩(테두리) 영역만 남기고 내부를 투명하게 뚫음 */
  padding: 2px;
  inset: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-combine: destination-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-animation: rotate-gradient 3000ms cubic-bezier(0.3, 0.36, 0.72, 0.83) infinite;
          animation: rotate-gradient 3000ms cubic-bezier(0.3, 0.36, 0.72, 0.83) infinite;
}
.goBurst__gradient-border.green::after {
  background: conic-gradient(from var(--angle) at 50% 50%, rgba(10, 216, 129, 0) -25deg, rgba(10, 216, 129, 0.2) 10deg, #0AD881 45deg, rgba(10, 216, 129, 0) 360deg);
}
.goBurst__gradient-border.pink::after {
  background: conic-gradient(from var(--angle) at 50% 50%, rgba(250, 42, 85, 0) -25deg, rgba(250, 42, 85, 0.2) 10deg, #FA2A55 45deg, rgba(250, 42, 85, 0) 360deg);
}
.goBurst__gradient-border.orange::after {
  background: conic-gradient(from var(--angle) at 50% 50%, rgba(255, 145, 0, 0) -25deg, rgba(255, 145, 0, 0.2) 10deg, #FF9100 45deg, rgba(255, 145, 0, 0) 360deg);
}
.goBurst__gradient-border.yellow::after {
  background: conic-gradient(from var(--angle) at 50% 50%, rgba(255, 241, 49, 0) -25deg, rgba(255, 241, 49, 0.2) 10deg, #FFF131 45deg, rgba(255, 241, 49, 0) 360deg);
}
.goBurst__boxshadow {
  -webkit-box-shadow: 0 66px 18px 0 rgba(0, 255, 149, 0), 0 42px 17px 0 rgba(0, 255, 149, 0.03), 0 24px 14px 0 rgba(0, 255, 149, 0.1), 0 10px 10px 0 rgba(0, 255, 149, 0.17), 0 3px 6px 0 rgba(0, 255, 149, 0.2);
          box-shadow: 0 66px 18px 0 rgba(0, 255, 149, 0), 0 42px 17px 0 rgba(0, 255, 149, 0.03), 0 24px 14px 0 rgba(0, 255, 149, 0.1), 0 10px 10px 0 rgba(0, 255, 149, 0.17), 0 3px 6px 0 rgba(0, 255, 149, 0.2);
}
.goBurst__text-gradient-green {
  background: -webkit-gradient(linear, left top, left bottom, from(#E6FAF2), to(#0AD881));
  background: linear-gradient(180deg, #E6FAF2 0%, #0AD881 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goBurst__text-gradient-pink {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F04));
  background: linear-gradient(180deg, #FFF 0%, #F04 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goBurst__text-gradient-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF2E6), to(#FF9100));
  background: linear-gradient(180deg, #FFF2E6 0%, #FF9100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goBurst__text-gradient-yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF131));
  background: linear-gradient(180deg, #FFF 0%, #FFF131 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goBurst__tooltip__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding: 9px 0 7px;
}
.goBurst__tooltip__inner h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  -webkit-animation: tremble 1800ms cubic-bezier(1, 0, 0, 1.3) 2500ms infinite;
          animation: tremble 1800ms cubic-bezier(1, 0, 0, 1.3) 2500ms infinite;
}
.goBurst__anim-arrow {
  position: absolute;
  z-index: 1;
  top: 85%;
  left: -37px;
  width: calc(100% + 74px);
  -webkit-animation: shot-to-top 4250ms cubic-bezier(0.48, 0.5, 0.58, 0.52) infinite;
          animation: shot-to-top 4250ms cubic-bezier(0.48, 0.5, 0.58, 0.52) infinite;
  opacity: 0;
}
.goBurst__anim-arrow span:first-child {
  display: block;
  width: 100%;
  aspect-ratio: 408/306;
  background: url("/public/img/obj_top_arrow_1.png") no-repeat center/contain;
}
.goBurst__anim-arrow span:nth-child(2) {
  display: block;
  width: 100%;
  margin-top: 200px;
  aspect-ratio: 408/306;
  background: url("/public/img/obj_top_arrow_1.png") no-repeat center/contain;
}
.goBurst__anim-arrow span:last-child {
  display: block;
  width: 100%;
  margin-top: 300px;
  aspect-ratio: 408/306;
  background: url("/public/img/obj_top_arrow_1.png") no-repeat center/contain;
}
.goBurst__btn-gradient-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 12px;
  min-height: 48px;
  height: auto;
  border-radius: 10px;
  background: #000;
  -webkit-box-shadow: inset 0 0 20px 0 #0AD881;
          box-shadow: inset 0 0 20px 0 #0AD881;
}
.goBurst__btn-gradient-green span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#A5A5A5));
  background: linear-gradient(180deg, #FFF 0%, #A5A5A5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goBurst__btn-go-burst {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.goBurst__btn-go-burst__inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 48px;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.goBurst__btn-go-burst__inner-text {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  gap: 8px;
  padding: 0 12px;
  -webkit-box-shadow: 0 0 20px 0 var(--primary-color) inset;
          box-shadow: 0 0 20px 0 var(--primary-color) inset;
  background: #000;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.goBurst__btn-go-burst__inner-text .goBurst__icon-star {
  position: relative;
  z-index: 3;
}
.goBurst__btn-go-burst__inner-text span {
  position: relative;
  z-index: 3;
  font-size: 17px;
  font-weight: 600;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: #FFF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.goBurst__btn-go-burst__inner-text .goBurst__btn-remain-count {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #0AD881;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #0AD881;
}
.goBurst__btn-go-burst__inner::after {
  border-radius: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .goBurst__btn-go-burst:hover .goBurst__btn-go-burst__inner {
    -webkit-box-shadow: 0 66px 18px 0 rgba(0, 255, 149, 0), 0 42px 17px 0 rgba(0, 255, 149, 0.03), 0 24px 14px 0 rgba(0, 255, 149, 0.1), 0 10px 10px 0 rgba(0, 255, 149, 0.17), 0 3px 6px 0 rgba(0, 255, 149, 0.2);
            box-shadow: 0 66px 18px 0 rgba(0, 255, 149, 0), 0 42px 17px 0 rgba(0, 255, 149, 0.03), 0 24px 14px 0 rgba(0, 255, 149, 0.1), 0 10px 10px 0 rgba(0, 255, 149, 0.17), 0 3px 6px 0 rgba(0, 255, 149, 0.2);
  }
  .goBurst__btn-go-burst:hover .goBurst__btn-go-burst__inner-text {
    -webkit-box-shadow: 0 0 48px 0 var(--primary-color) inset;
            box-shadow: 0 0 48px 0 var(--primary-color) inset;
  }
  .goBurst__btn-go-burst:hover .goBurst__btn-go-burst__inner-text span {
    background: var(--text-gradient-green);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .goBurst__btn-go-burst:hover .goBurst__btn-go-burst__inner-text::before {
    -webkit-animation: none;
            animation: none;
  }
  .goBurst__btn-go-burst:hover .goBurst__icon-star {
    background: -webkit-gradient(linear, left top, left bottom, from(#E6FAF2), to(#3CFF00));
    background: linear-gradient(180deg, #E6FAF2 0%, #3CFF00 100%);
  }
}
.goBurst__btn-go-burst:active .goBurst__btn-go-burst__inner {
  -webkit-box-shadow: 0 66px 18px 0 rgba(0, 255, 149, 0), 0 42px 17px 0 rgba(0, 255, 149, 0.03), 0 24px 14px 0 rgba(0, 255, 149, 0.1), 0 10px 10px 0 rgba(0, 255, 149, 0.17), 0 3px 6px 0 rgba(0, 255, 149, 0.2);
          box-shadow: 0 66px 18px 0 rgba(0, 255, 149, 0), 0 42px 17px 0 rgba(0, 255, 149, 0.03), 0 24px 14px 0 rgba(0, 255, 149, 0.1), 0 10px 10px 0 rgba(0, 255, 149, 0.17), 0 3px 6px 0 rgba(0, 255, 149, 0.2);
}
.goBurst__btn-go-burst:active .goBurst__btn-go-burst__inner-text {
  -webkit-box-shadow: 0 0 48px 0 var(--primary-color) inset;
          box-shadow: 0 0 48px 0 var(--primary-color) inset;
}
.goBurst__btn-go-burst:active .goBurst__btn-go-burst__inner-text span {
  background: var(--text-gradient-green);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goBurst__btn-go-burst:active .goBurst__btn-go-burst__inner-text::before {
  -webkit-animation: none;
          animation: none;
}
.goBurst__btn-go-burst:active .goBurst__icon-star {
  background: -webkit-gradient(linear, left top, left bottom, from(#E6FAF2), to(#3CFF00));
  background: linear-gradient(180deg, #E6FAF2 0%, #3CFF00 100%);
}
.goBurst__btn-purchase {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.goBurst__btn-purchase.pink .goBurst__btn-go-burst__inner-text {
  --primary-color: var(--draw-pink);
}
@media (hover: hover) and (pointer: fine) {
  .goBurst__btn-purchase.pink:hover .goBurst__btn-go-burst__inner {
    -webkit-box-shadow: var(--shadow-outer-pink);
            box-shadow: var(--shadow-outer-pink);
  }
  .goBurst__btn-purchase.pink:hover .goBurst__btn-go-burst__inner-text span {
    background: var(--text-gradient-pink);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.goBurst__btn-purchase.pink:active .goBurst__btn-go-burst__inner {
  -webkit-box-shadow: var(--shadow-outer-pink);
          box-shadow: var(--shadow-outer-pink);
}
.goBurst__btn-purchase.pink:active .goBurst__btn-go-burst__inner-text span {
  background: var(--text-gradient-pink);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goBurst__btn-purchase.orange .goBurst__btn-go-burst__inner-text {
  --primary-color: var(--draw-orange);
}
@media (hover: hover) and (pointer: fine) {
  .goBurst__btn-purchase.orange:hover .goBurst__btn-go-burst__inner {
    -webkit-box-shadow: var(--shadow-outer-orange);
            box-shadow: var(--shadow-outer-orange);
  }
  .goBurst__btn-purchase.orange:hover .goBurst__btn-go-burst__inner-text span {
    background: var(--text-gradient-orange);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.goBurst__btn-purchase.orange:active .goBurst__btn-go-burst__inner {
  -webkit-box-shadow: var(--shadow-outer-orange);
          box-shadow: var(--shadow-outer-orange);
}
.goBurst__btn-purchase.orange:active .goBurst__btn-go-burst__inner-text span {
  background: var(--text-gradient-orange);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goBurst__btn-purchase.yellow .goBurst__btn-go-burst__inner-text {
  --primary-color: var(--draw-yellow);
}
@media (hover: hover) and (pointer: fine) {
  .goBurst__btn-purchase.yellow:hover .goBurst__btn-go-burst__inner {
    -webkit-box-shadow: var(--shadow-outer-yellow);
            box-shadow: var(--shadow-outer-yellow);
  }
  .goBurst__btn-purchase.yellow:hover .goBurst__btn-go-burst__inner-text span {
    background: var(--text-gradient-yellow);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.goBurst__btn-purchase.yellow:active .goBurst__btn-go-burst__inner {
  -webkit-box-shadow: var(--shadow-outer-yellow);
          box-shadow: var(--shadow-outer-yellow);
}
.goBurst__btn-purchase.yellow:active .goBurst__btn-go-burst__inner-text span {
  background: var(--text-gradient-yellow);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goBurst__round-wrap {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 600px;
  max-height: 66dvh;
  min-height: 550px;
  border-radius: 24px;
  padding: 3px;
  inset: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-combine: destination-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00B270));
  background: linear-gradient(180deg, #000 0%, #00B270 100%);
}
@media screen and (max-width: 720px) {
  .goBurst__round-wrap {
    border-radius: 0 0 24px 24px;
    max-height: 100dvh;
  }
}
.goBurst__round-wrap--with-content {
  background: none;
  -webkit-mask: none;
  mask: none;
}
.goBurst__round-wrap__border {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 24px;
  padding: 3px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-combine: destination-out;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00B270));
  background: linear-gradient(180deg, #000 0%, #00B270 100%);
}
@media screen and (max-width: 720px) {
  .goBurst__round-wrap__border {
    border-radius: 0 0 24px 24px;
  }
}
.goBurst__round-wrap__content {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width: 720px) {
  .goBurst__round-wrap__content {
    border-radius: 0;
  }
}
.goBurst .go-burst-ad {
  position: relative;
  z-index: 1;
  width: 100%;
}
.goBurst .go-burst-ad__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 16px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #007047), to(#000));
  background: linear-gradient(90deg, #000 0%, #007047 50%, #000 100%);
  margin-bottom: 10px;
}
.goBurst .go-burst-ad__title h3 {
  white-space: pre-line;
  word-break: keep-all;
  text-wrap: balance;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
}
.goBurst__draw-icon-box {
  position: relative;
  padding-bottom: 20px;
}
.goBurst__draw-icon-box::before {
  content: "";
  position: relative;
  z-index: 2;
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  -webkit-animation: pop-bounce 1300ms cubic-bezier(0.32, -0.75, 0.74, 0.64) infinite;
          animation: pop-bounce 1300ms cubic-bezier(0.32, -0.75, 0.74, 0.64) infinite;
}
.goBurst__draw-icon-box.pink::before {
  background: url(https://file.burstexpress.com/storage/objects/obj_draw_item_pink_1.png) no-repeat center/contain;
}
.goBurst__draw-icon-box.orange::before {
  background: url(https://file.burstexpress.com/storage/objects/obj_draw_item_orange_1.png) no-repeat center/contain;
}
.goBurst__draw-icon-box.yellow::before {
  background: url(https://file.burstexpress.com/storage/objects/obj_draw_item_yellow_1.png) no-repeat center/contain;
}
.goBurst__draw-icon-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: calc(50% - 49.5px);
  display: block;
  width: 99px;
  height: 54px;
  margin: 0 auto;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgb(0, 0, 0) 5%, rgba(0, 0, 0, 0) 100%);
  -webkit-animation: scale-bounce 1300ms cubic-bezier(0.32, -0.75, 0.74, 0.64) infinite;
          animation: scale-bounce 1300ms cubic-bezier(0.32, -0.75, 0.74, 0.64) infinite;
}
.goBurst__draw-coupon-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
}
.goBurst__draw-coupon-price b {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.goBurst__draw-coupon-price.pink b {
  color: var(--draw-pink);
}
.goBurst__draw-coupon-price.orange b {
  color: var(--draw-orange);
}
.goBurst__draw-coupon-price.yellow b {
  color: var(--draw-yellow);
}
.goBurst__draw__product-price.pink {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F04));
  background: linear-gradient(180deg, #FFF 0%, #F04 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goBurst__draw__product-price.orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFA600));
  background: linear-gradient(180deg, #FFF 0%, #FFA600 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goBurst__draw__product-price.yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF131));
  background: linear-gradient(180deg, #FFF 0%, #FFF131 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.goBurst__draw-result {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 66dvh;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #111;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .goBurst__draw-result {
    border-radius: 0;
    max-height: 100dvh;
  }
}
.goBurst__draw-result-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.goBurst__draw-result-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.goBurst__draw-result-coupon-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  width: 100%;
  gap: 16px;
  padding: 16px;
  overflow: hidden;
}
.goBurst__draw-result-coupon-info::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(50% - 240px);
  top: calc(50% - 240px);
  width: 480px;
  height: 480px;
  opacity: 0.4;
  -webkit-animation: easter-egg-fade-in-out 3s ease infinite;
          animation: easter-egg-fade-in-out 3s ease infinite;
}
.goBurst__draw-result-coupon-info.pink::before {
  background: var(--draw-c-gradient-pink);
}
.goBurst__draw-result-coupon-info.orange::before {
  background: var(--draw-c-gradient-orange);
}
.goBurst__draw-result-coupon-info.yellow::before {
  background: var(--draw-c-gradient-yellow);
}
.goBurst__draw-result-coupon-info__sub-title {
  font-family: "pretendard";
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
}
.goBurst__draw-result-coupon-info__aply_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}
.goBurst__draw-result-coupon-info__product-count {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}
.goBurst__draw-result-coupon-info__product-expire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  min-height: 32px;
  padding: 4px 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  font-family: "pretendard";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}
.goBurst__draw-result-coupon-info__product-expire .icon-alarm-clock {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: url(https://file.burstexpress.com/storage/objects/obj_alarm_clock_1.png) no-repeat center/contain;
}
.goBurst__draw-result-coupon-info .goBurst__draw__product-price {
  font-size: 44px;
  font-weight: 500;
}
.goBurst__draw-result-before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF;
}
.goBurst__draw-result .goBurst__bg-circle {
  position: absolute;
  z-index: 1;
  display: block;
  width: 880px;
  height: 880px;
  opacity: 0.8;
}
.goBurst__draw-result .goBurst__bg-circle.pink {
  background: var(--draw-c-gradient-pink);
}
.goBurst__draw-result .goBurst__bg-circle.orange {
  background: var(--draw-c-gradient-orange);
}
.goBurst__draw-result .goBurst__bg-circle.yellow {
  background: var(--draw-c-gradient-yellow);
}
.goBurst__draw-result .goBurst__bg-circle.top-right {
  bottom: calc(50% + 60px);
  left: -69px;
}
.goBurst__draw-result .goBurst__bg-circle.bottom-left {
  top: 69%;
  right: -71px;
}
.goBurst__draw-result .goBurst__bg-sparkle {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 76%;
  height: 72%;
  opacity: 0.6;
}
.goBurst__draw-result .goBurst__bg-sparkle.pink span {
  background-color: var(--draw-pink);
}
.goBurst__draw-result .goBurst__bg-sparkle.orange span {
  background-color: var(--draw-orange);
}
.goBurst__draw-result .goBurst__bg-sparkle.yellow span {
  background-color: var(--draw-yellow);
}
.goBurst__draw-result .goBurst__bg-sparkle span {
  position: absolute;
  display: block;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: left 0.6s cubic-bezier(0.16, 1, 0.3, 1), top 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: left 0.6s cubic-bezier(0.16, 1, 0.3, 1), top 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: left 0.6s cubic-bezier(0.16, 1, 0.3, 1), top 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: left 0.6s cubic-bezier(0.16, 1, 0.3, 1), top 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(1) {
  width: 22px;
  height: 22px;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.7;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(2) {
  width: 15px;
  height: 15px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.2;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(3) {
  width: 15px;
  height: 15px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.5;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(4) {
  width: 10px;
  height: 10px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0.2;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(5) {
  width: 7px;
  height: 7px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.2;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(6) {
  width: 17px;
  height: 17px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.3;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(7) {
  width: 17px;
  height: 17px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.3;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(8) {
  width: 15px;
  height: 15px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0.2;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(9) {
  width: 15px;
  height: 15px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.5;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(10) {
  width: 22px;
  height: 22px;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.7;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(11) {
  width: 15px;
  height: 15px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.2;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(12) {
  width: 15px;
  height: 15px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.5;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(13) {
  width: 10px;
  height: 10px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0.2;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(14) {
  width: 7px;
  height: 7px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.2;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(15) {
  width: 17px;
  height: 17px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.3;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(16) {
  width: 17px;
  height: 17px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.3;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(17) {
  width: 15px;
  height: 15px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0.2;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(18) {
  width: 15px;
  height: 15px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.5;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(19) {
  width: 15px;
  height: 15px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.5;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(20) {
  width: 10px;
  height: 10px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.2;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(21) {
  width: 7px;
  height: 7px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.2;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(4), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(5), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(14), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(17), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(20) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(2), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(6), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(7), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(8), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(13) {
  -webkit-transition-delay: 30ms;
          transition-delay: 30ms;
}
.goBurst__draw-result .goBurst__bg-sparkle span:nth-child(1), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(3), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(9), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(10), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(11), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(12), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(15), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(16), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(18), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(19), .goBurst__draw-result .goBurst__bg-sparkle span:nth-child(21) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(1) {
  left: 93.1%;
  top: 96.5%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(2) {
  left: 78.1%;
  top: 83.7%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(3) {
  left: 93.6%;
  top: 82.5%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(4) {
  left: 72.3%;
  top: 71.9%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(5) {
  left: 61.6%;
  top: 78.3%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(6) {
  left: 23.4%;
  top: 73.4%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(7) {
  left: 23.4%;
  top: 19.9%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(8) {
  left: 39.3%;
  top: 78.8%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(9) {
  left: 9.8%;
  top: 98.7%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(10) {
  left: 4%;
  top: 19.8%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(11) {
  left: 10.2%;
  top: 1.6%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(12) {
  left: 2.6%;
  top: 33.4%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(13) {
  left: 36.8%;
  top: 2.3%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(14) {
  left: 35.3%;
  top: 32.4%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(15) {
  left: 83.4%;
  top: 17%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(16) {
  left: 95.5%;
  top: 80%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(17) {
  left: 56.6%;
  top: 24.1%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(18) {
  left: 76.7%;
  top: 4.4%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(19) {
  left: 97.9%;
  top: 33.3%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(20) {
  left: 40.9%;
  top: 72.7%;
}
.goBurst__draw-result .goBurst__bg-sparkle.burst span:nth-child(21) {
  left: 14.1%;
  top: 77.8%;
}
.goBurst__draw-remain-count {
  height: 18%;
  max-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.goBurst__modal-overlay {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goBurst__modal {
  position: relative;
  width: 100%;
  max-width: 361px;
  margin: 0 16px;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  background: var(--Coolgray-500);
  border: 1px solid #313236;
}
.goBurst__modal--share::after, .goBurst__modal--confirm::after {
  content: "";
  position: absolute;
  width: 727px;
  height: 727px;
  left: calc(50% - 80px);
  top: calc(50% + 251.5px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10, 216, 129, 0.35) 0%, transparent 70%);
  pointer-events: none;
}
.goBurst__modal, .goBurst__modal * {
  font-family: "Pretendard Variable", sans-serif;
}
.goBurst__modal--confirm .goBurst__modal-title, .goBurst__modal--confirm .goBurst__modal-title * {
  font-family: "Mulmaru", sans-serif;
}
.goBurst__modal--confirm .goBurst__modal-body, .goBurst__modal--confirm .goBurst__modal-body * {
  font-family: "Mulmaru", sans-serif;
}
.goBurst__modal--timeover .goBurst__modal-title, .goBurst__modal--share .goBurst__modal-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Mulmaru", sans-serif;
}
.goBurst__modal--timeover .goBurst__modal-title *, .goBurst__modal--share .goBurst__modal-title * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.goBurst__modal-header {
  position: relative;
  z-index: 1;
  padding: 40px 16px 10px;
  text-align: center;
}
.goBurst__modal--timeover .goBurst__modal-header {
  padding-bottom: 0;
}
.goBurst__modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background-image: url("/public/img/icons/close_m.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.goBurst__modal-body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  overflow: hidden;
}
.goBurst__modal-footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 16px;
}
.goBurst__modal-btn-sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 48px;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .goBurst__modal-btn-sub:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}
.goBurst__modal-btn-sub:active {
  background: rgba(255, 255, 255, 0.3);
}
.goBurst__modal-btn-primary {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 48px;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .goBurst__modal-btn-primary:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}
.goBurst__modal-btn-primary:active {
  background: rgba(255, 255, 255, 0.3);
}
.goBurst__confirm-level-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.5);
}
.goBurst__confirm-level-box .goBurst__confirm-icon {
  position: relative;
  width: 72px;
  height: 96px;
  -webkit-animation: pop-bounce 650ms cubic-bezier(0.32, -0.75, 0.74, 0.64) infinite;
          animation: pop-bounce 650ms cubic-bezier(0.32, -0.75, 0.74, 0.64) infinite;
}
.goBurst__confirm-level-box .goBurst__confirm-icon img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 10px;
}
.goBurst__confirm-level-box .goBurst__confirm-icon-screen {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-animation: confirm-icon-screen-pulse 650ms ease-in-out infinite;
          animation: confirm-icon-screen-pulse 650ms ease-in-out infinite;
}
.goBurst__confirm-label {
  font-size: 16px;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
}
.goBurst__confirm-price-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  line-height: 1.4;
}
.goBurst__confirm-current-price {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.goBurst__confirm-current-price.pink {
  color: var(--draw-pink);
}
.goBurst__confirm-current-price.orange {
  color: var(--draw-orange);
}
.goBurst__confirm-current-price.yellow {
  color: var(--draw-yellow);
}
.goBurst__confirm-arrow {
  font-size: 17px;
  color: #ABABAD;
}
.goBurst__confirm-next-price {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFF;
}
.goBurst__confirm-warning {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
}
.goBurst__confirm-warning p {
  margin: 0;
  line-height: inherit;
}
.goBurst__confirm-warning-red {
  color: #FF4848;
}
.goBurst__share-highlight {
  color: #0AD881;
}
.goBurst__share-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.goBurst__share-product-img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  background: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.goBurst__share-product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.goBurst__share-product-name {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goBurst__share-condition {
  width: 100%;
  background: #000;
  border-radius: 8px;
  padding: 16px 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.goBurst__share-condition * {
  font-family: "Mulmaru", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: 15px;
}
.goBurst__share-condition-desc {
  font-size: 16px;
  font-weight: 500;
  color: #DEDEDE;
}
.goBurst__share-condition-desc * {
  line-height: 1.4;
}
.goBurst__share-condition-green {
  color: #0AD881;
}
.goBurst__time-over-body {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.goBurst__time-over-body p {
  line-height: inherit;
}
.goBurst__time-over-body .sub-text {
  color: #ABABAD;
}
.goBurst__time-over-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 48px;
  height: auto;
  background: #00B270;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  color: #FFF;
  cursor: pointer;
}
.goBurst__coupon-buy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 16px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.goBurst__coupon-buy::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(50% - 240px);
  left: 28%;
  width: 480px;
  height: 480px;
  opacity: 40%;
  -webkit-animation: easter-egg-fade-in-out 3s ease infinite;
          animation: easter-egg-fade-in-out 3s ease infinite;
}
.goBurst__coupon-buy.pink::before {
  background: var(--draw-c-gradient-pink);
}
.goBurst__coupon-buy.orange::before {
  background: var(--draw-c-gradient-orange);
}
.goBurst__coupon-buy.yellow::before {
  background: var(--draw-c-gradient-yellow);
}
.goBurst__coupon-buy::after {
  border-radius: 16px;
}
.goBurst__coupon-buy__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4px;
  width: 100%;
}
.goBurst__coupon-buy__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 0;
}
.goBurst__coupon-buy__price .time-limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 3px 8px;
}
.goBurst__coupon-buy__price .time-limit-text {
  color: var(--Coolgray-75);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4em;
}
.goBurst__coupon-buy__price .time-limit-time {
  padding-top: 2px;
  font-family: "Mulmaru";
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}
.goBurst__coupon-buy__price .total-box-con {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.goBurst__coupon-buy__price .total-box-con .total-cnt-box {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}
.goBurst__coupon-buy__price .total-box-con .total-price-box .total-price {
  margin: 0 !important;
  font-family: "Mulmaru";
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.4em !important;
}
.goBurst__coupon-buy__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.goBurst__coupon-buy__benefit-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.goBurst__coupon-buy__benefit-text.pink {
  color: var(--draw-pink);
}
.goBurst__coupon-buy__benefit-text.orange {
  color: var(--draw-orange);
}
.goBurst__coupon-buy__benefit-text.yellow {
  color: var(--draw-yellow);
}
.goBurst__coupon-buy__benefit-text span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4em;
}
.goBurst__coupon-buy__btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .goBurst__coupon-buy__btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.goBurst__coupon-buy__btn button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.goBurst__coupon-buy__btn .goBurst__btn-share-burst {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 13.5px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .goBurst__coupon-buy__btn .goBurst__btn-share-burst:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}
.goBurst__coupon-buy__btn .goBurst__btn-share-burst:active {
  background: rgba(255, 255, 255, 0.3);
}
.goBurst__coupon-buy__btn .goBurst__btn-share-burst span {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}
.goBurst__coupon-buy__close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 1;
}
.goBurst__coupon-buy__close svg {
  width: 24px;
  height: 24px;
  color: #ABABAD;
}
.goBurst__btn-get-chance {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  width: 100%;
  min-height: 48px;
  height: auto;
  background: var(--Coolgray-500);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.goBurst__btn-get-chance::before {
  -webkit-animation: easter-egg-fade-in-out2 3650ms linear infinite;
          animation: easter-egg-fade-in-out2 3650ms linear infinite;
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 112%;
  height: 240px;
  border-radius: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #0AD881 0%, rgba(10, 216, 129, 0) 100%);
  pointer-events: none;
}
.goBurst__btn-get-chance span {
  position: relative;
  font-family: "Pretendard Variable", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: #FFF;
}
.goBurst__btn-get-chance {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .goBurst__btn-get-chance:hover {
    background: var(--Coolgray-400);
  }
}
.goBurst__btn-get-chance:active {
  background: var(--Coolgray-400);
}
.goBurst .toast-message-modal * {
  font-family: "Pretendard Variable", sans-serif;
}
.goBurst .toast-message-modal .toast-message-modal-con {
  top: auto;
  bottom: 30px;
  background-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 720px) {
  .goBurst__tooltip {
    padding-top: 10px;
    margin-bottom: -2px;
  }
  .goBurst__tooltip__inner {
    margin-bottom: 0;
  }
  .prod-buy-floating-tab .goBurst__coupon-buy-tab {
    padding: 10px 12px 0;
  }
  .prod-buy-floating-tab .goBurst__coupon-buy .goBurst__coupon-buy__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prod-buy-floating-tab .goBurst__coupon-buy .goBurst__coupon-buy__price .time-limit {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 999px;
    height: 24px;
    padding: 0 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prod-buy-floating-tab .goBurst__coupon-buy .goBurst__coupon-buy__price .total-box-con {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prod-buy-floating-tab .goBurst__coupon-buy .goBurst__coupon-buy__benefit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prod-buy-floating-tab .goBurst__btn-get-chance {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-flex: 1.2;
        -ms-flex-positive: 1.2;
            flex-grow: 1.2;
    min-width: 0;
    margin-bottom: 0;
  }
  .prod-buy-floating-tab .goBurst__btn-purchase {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .prod-buy-floating .goBurst__tooltip {
    padding-top: 0;
  }
  .prod-buy-floating .goBurst__coupon-buy {
    margin-bottom: 10px;
  }
}
.cc-main-container,
.cc-main-container * {
  position: relative;
  font-family: "Mulmaru", sans-serif !important;
  font-weight: normal;
}

.cc-main-container {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 66dvh;
  min-height: 550px;
  min-width: 320px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  top: 0;
  left: 0;
  z-index: 10000;
}
@media screen and (max-width: 720px) {
  .cc-main-container {
    border-radius: 0 0 24px 24px;
    max-height: 100dvh;
  }
}

.cc-spotlight-mover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  z-index: 1;
  will-change: transform;
  -webkit-transform: translate3d(0, 150%, 0);
          transform: translate3d(0, 150%, 0);
  -webkit-filter: url(#cc-pixelate);
          filter: url(#cc-pixelate);
}

.cc-center-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(14, 220, 133, 0.4) 0%, transparent 60%);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.cc-spotlight-cone {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 200%;
  height: 150%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 220, 133, 0.3)), color-stop(50%, rgba(14, 220, 133, 0.05)), to(transparent));
  background: linear-gradient(to bottom, rgba(14, 220, 133, 0.3) 0%, rgba(14, 220, 133, 0.05) 50%, transparent 100%);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  -webkit-filter: blur(80px);
          filter: blur(80px);
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.cc-spotlight-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(40px, 10vw, 70px);
  height: clamp(40px, 10vw, 70px);
  margin-top: calc(clamp(40px, 10vw, 70px) / -2);
  margin-left: calc(clamp(40px, 10vw, 70px) / -2);
  background-color: rgba(14, 220, 133, 0.4);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 10px rgba(14, 220, 133, 0.5), 0 0 60px 30px rgba(14, 220, 133, 0.2);
          box-shadow: 0 0 30px 10px rgba(14, 220, 133, 0.5), 0 0 60px 30px rgba(14, 220, 133, 0.2);
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.cc-number-container {
  position: relative;
  z-index: 5;
  font-size: clamp(3rem, 12vw, 3rem);
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  -webkit-transform: scale3d(0, 0, 1);
          transform: scale3d(0, 0, 1);
}

.cc-main-number {
  position: relative;
  z-index: 20;
  color: #ffffff;
  will-change: color;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.cc-main-number::before, .cc-main-number::after {
  content: attr(data-val);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: inherit;
  text-shadow: none;
  mix-blend-mode: screen;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.cc-main-number::before {
  -webkit-transform: scale3d(1.15, 1.15, 1);
          transform: scale3d(1.15, 1.15, 1);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: var(--cc-glow-near, 0);
}
.cc-main-number::after {
  -webkit-transform: scale3d(1.3, 1.3, 1);
          transform: scale3d(1.3, 1.3, 1);
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: var(--cc-glow-far, 0);
}

.cc-bg-whiteout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  z-index: 10;
  mix-blend-mode: screen;
  pointer-events: none;
  will-change: opacity;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 24px;
}
@media screen and (max-width: 720px) {
  .cc-bg-whiteout {
    border-radius: 0 0 24px 24px;
  }
}

.cc-final-whiteout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  z-index: 999;
  pointer-events: none;
  -webkit-transition: opacity 0.05s ease-out;
  transition: opacity 0.05s ease-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 24px;
}
@media screen and (max-width: 720px) {
  .cc-final-whiteout {
    border-radius: 0 0 24px 24px;
  }
}