* {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

html,
body {
  height: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style-type: none;
}

body {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@font-face {
  font-family: "Pretendard";
  src: local("Pretendard Medium"), url("https://img.sa.nexon.com/images/event/2025/0807/intro/fonts/Pretendard-Medium.subset.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: local("Pretendard SemiBold"), url("https://img.sa.nexon.com/images/event/2025/0807/intro/fonts/Pretendard-SemiBold.subset.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
.wrap {
  position: relative;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.header {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 48px;
}
.header__logo a {
  display: block;
  width: 146px;
  height: 78px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/logo_black.png") no-repeat center center/cover;
  transition: transform 0.2s ease-in-out;
  pointer-events: auto;
}
.header__logo a:hover {
  transform: scale(1.05);
}
.header__nav {
  padding-top: 6px;
}
.header__link-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__link {
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/sns.png");
  background-position-y: bottom;
  pointer-events: auto;
}
.header__link:hover {
  background-position-y: top;
}
.header__link:nth-child(2) {
  background-position-x: -72px;
}
.header__link:nth-child(3) {
  background-position-x: -144px;
}
.header__link:nth-child(4) {
  background-position-x: -216px;
}
.header__today {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 18px;
  pointer-events: auto;
}
.header__today input,
.header__today label {
  cursor: pointer;
}
.header__today input[type=checkbox] {
  width: 28px;
  height: 18px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/check.png") no-repeat;
  appearance: none;
}
.header__today input[type=checkbox]:checked {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/check_on.png");
}
.header__today label {
  width: 147px;
  height: 16px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/check-label.png") no-repeat center center/cover;
}

.footer {
  position: relative;
  width: 100%;
  height: 260px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/bg_footer.jpg") no-repeat center center/cover;
  overflow: hidden;
}
.footer__link {
  display: block;
  width: 334px;
  height: 80px;
  margin: 79px auto 0;
  border-radius: 1000px;
}
.footer__link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer__copyright {
  visibility: hidden;
  opacity: 0;
}

.aside {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s ease-in-out;
}
.aside.active {
  transform: translateX(0);
}
.aside__toggle {
  position: absolute;
  right: -40px;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #3a3640;
}
.aside__toggle-line {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  margin: 5px auto;
  transition: all 0.2s ease-in-out;
}
.aside.active .aside__toggle-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.aside.active .aside__toggle-line:nth-child(2) {
  opacity: 0;
}
.aside.active .aside__toggle-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.aside__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  width: 210px;
  height: 100%;
  padding: 40px 0 80px;
  background-color: #222;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #4b4751 #222;
}
.aside__logo {
  flex-shrink: 0;
  display: block;
  width: 146px;
  height: 78px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/logo_color.png") no-repeat center center/cover;
  transition: transform 0.2s ease-in-out;
  pointer-events: auto;
}
.aside__logo:hover {
  transform: scale(1.05);
}
.aside__link-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 151px;
  gap: 24px;
}
.aside__link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aside__link figure {
  position: relative;
  height: 66px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid transparent;
}
.aside__link figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease-in-out;
}
.aside__link img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -74.5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
}
.aside__link p {
  color: #f3f3f3;
  text-align: center;
  font-size: 15px;
  line-height: 1.25;
  opacity: 0.4;
  transition: opacity 0.2s ease-in-out;
}
.aside__link.active figure::after, .aside__link:hover figure::after {
  opacity: 0;
}
.aside__link.active img, .aside__link:hover img {
  transform: scale(1.05);
}
.aside__link.active p, .aside__link:hover p {
  opacity: 1;
}
.aside__link.active figure {
  border-color: #fff;
}

.popup {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  overflow-y: auto;
  opacity: 0;
}
.popup__content {
  position: relative;
}
.popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 72px;
}
.popup__button {
  position: absolute;
  right: 22px;
  bottom: 46px;
  display: block;
  width: 274px;
  height: 61px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/button_06.png") no-repeat center bottom;
}
.popup__button:hover {
  background-position-y: top;
}

.video {
  display: flex;
  max-width: 1655px;
  min-width: 1200px;
  width: calc(80vw - 32px);
  background-color: #222;
}
.video__logo {
  display: block;
  width: 146px;
  height: 78px;
  margin: 34px auto;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/logo_color.png") no-repeat center center/cover;
}
.video__list {
  display: flex;
  width: 215px;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  padding: 0 10px 34px;
}
.video__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.video__item figure {
  position: relative;
  width: 195px;
  height: 110px;
  background-color: #656565;
  overflow: hidden;
  border: 1px solid #333;
}
.video__item figure::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease-in-out;
}
.video__item figure::after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/video-play.png") no-repeat center center/cover;
  transition: background-color 0.2s ease-in-out;
}
.video__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__item p {
  min-width: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}
.video__item.active figure::before, .video__item:hover figure::before {
  opacity: 0;
}
.video__item.active figure::after, .video__item:hover figure::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.video__item.active p, .video__item:hover p {
  opacity: 1;
}
.video__content {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: #333;
  border: 1px solid #4d4848;
}
.video__iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.video__close {
  position: absolute;
  right: -68px;
  top: 0;
  width: 64px;
  height: 64px;
  display: block;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/video-close.png") no-repeat center center/cover;
  transition: filter 0.2s ease-in-out;
}
.video__close:hover {
  filter: brightness(1.2);
}

.introing {
  overflow-y: hidden;
}
.introing .header__logo a {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/logo_white.png");
}
.introing .header__link {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/sns.png");
}
.introing .header__today label {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/check-label.png");
}

.intro {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #050720 no-repeat center center/cover;
  overflow: hidden;
}
.intro__floating {
  position: absolute;
  right: 54px;
  bottom: 55px;
  width: 315px;
  height: 131px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/floating.png") no-repeat center center/cover;
  opacity: 0;
  visibility: hidden;
}
.intro__floating::after {
  content: "";
  position: absolute;
  right: 4px;
  top: -28px;
  width: 128px;
  height: 152px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/floating-sugar.png") no-repeat center center/cover;
  animation: sugar-animation 1s infinite;
}
.intro__scroll {
  position: absolute;
  left: 50%;
  bottom: 45px;
  width: 69px;
  height: 23px;
  margin-left: -34.5px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/scroll-text.png") no-repeat center top;
  opacity: 0;
  visibility: hidden;
}
.intro__scroll::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 9px;
  height: 5px;
  margin-left: -4.5px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/scroll-triangle.png") no-repeat center center/cover;
  animation: triangle-animation 1s infinite;
}

.intro03__scene01, .intro02__scene01, .intro01__scene02, .intro01__scene01 {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.intro01 {
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/bg_intro01.jpg") no-repeat center center/cover;
}
.intro01__scene01 {
  pointer-events: none;
}
.intro01__scene01-text {
  margin-bottom: 8px;
  clip-path: polygon(-100% 0, -50% 0, 100% 0, 0% 0%);
}
.intro01__scene01-title {
  padding-bottom: 66px;
  opacity: 0;
}
.intro01__scene02 {
  z-index: 1;
  background-color: #cdfb52;
  clip-path: polygon(-100% 0, -50% 0, 100% 0, 0 0);
}
.intro01__scene02-logo {
  margin-bottom: 30px;
}
.intro01__scene02-text {
  margin-bottom: 8px;
}
.intro01__scene02-title {
  padding-bottom: 66px;
}

.intro02 {
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/bg_intro02.jpg") no-repeat center center/cover;
}
.intro02__scene01 {
  z-index: 1;
  background-color: #ff7200;
  clip-path: polygon(-100% 0, -50% 0, 100% 0, 0 0);
}

.intro03 {
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/bg_intro03.jpg") no-repeat center center/cover;
}
.intro03__scene01 {
  z-index: 1;
  background-color: #4fecff;
  clip-path: polygon(-100% 0, -50% 0, 100% 0, 0 0);
}

.intro-content {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -213px;
  margin-top: -106.5px;
}
.intro-content__logo {
  position: absolute;
  left: 50%;
  top: -129px;
  margin-left: -84px;
  opacity: 0;
}
.intro-content__title {
  opacity: 0;
}
.intro-content__text {
  position: absolute;
  left: 50%;
  top: -62px;
  max-width: 500px;
  clip-path: polygon(-100% 0, -50% 0, 100% 0, 0% 0%);
}
.intro01 .intro-content__text {
  margin-left: -192px;
}
.intro02 .intro-content__text {
  margin-left: -216.5px;
}
.intro03 .intro-content__text {
  margin-left: -227.5px;
}
.intro-content__play {
  position: absolute;
  left: 50%;
  top: 245px;
  margin-left: -82.5px;
  width: 165px;
  height: 69px;
  opacity: 0;
  visibility: hidden;
}
.intro-content__play span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.intro-content__play span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat left center;
}
.intro01 .intro-content__play span::before {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/play_intro01.png");
}
.intro02 .intro-content__play span::before {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/play_intro02.png");
}
.intro03 .intro-content__play span::before {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/play_intro03.png");
}
.intro-content__play span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat right center;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: 0.3s ease-in-out;
}
.intro01 .intro-content__play span::after {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/play_intro01.png");
}
.intro02 .intro-content__play span::after {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/play_intro02.png");
}
.intro03 .intro-content__play span::after {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/play_intro03.png");
}
.intro-content__play::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 9px;
  display: block;
  width: 50px;
  height: 50px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/play-icon.png") repeat-x center center/cover;
  transition: 0.3s ease-in-out;
}
.intro-content__play:hover span::after {
  clip-path: polygon(0 0, 123% 0, 100% 100%, 0 100%);
}
.intro-content__play:hover::after {
  left: calc(100% - 35px);
}

.intro-image-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 7240px;
  height: 100vh;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/intro/bg_group.png") repeat-x left center/5171px 0;
  opacity: 0;
}
.intro-image-group__list {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  height: 582px;
}
.intro-image-group__list li {
  position: absolute;
  left: 0;
  top: 0;
  width: 360px;
  height: 582px;
  opacity: 0.3;
  transition: opacity 0.4s ease-in-out;
}
.intro-image-group__list li.active, .intro-image-group__list li:hover {
  opacity: 1;
}
.intro-image-group__list li.active::after, .intro-image-group__list li:hover::after {
  opacity: 0;
  visibility: hidden;
}
.intro-image-group__list li:nth-child(1) {
  left: 0px;
}
.intro-image-group__list li:nth-child(2) {
  left: 430px;
}
.intro-image-group__list li:nth-child(3) {
  left: 860px;
}
.intro-image-group__list li:nth-child(4) {
  left: 1290px;
}
.intro-image-group__list li:nth-child(5) {
  left: 1720px;
}
.intro-image-group__list li:nth-child(6) {
  left: 2150px;
}
.intro-image-group__list li:nth-child(7) {
  left: 2580px;
}
.intro-image-group__list li:nth-child(8) {
  left: 3010px;
}
.intro-image-group__list li:nth-child(9) {
  left: 3440px;
}
.intro-image-group__list li:nth-child(10) {
  left: 3870px;
}
.intro-image-group__list li:nth-child(11) {
  left: 4300px;
}
.intro-image-group__list li:nth-child(12) {
  left: 4730px;
}
.intro-image-group__list li:nth-child(13) {
  left: 5160px;
}
.intro-image-group__list li:nth-child(14) {
  left: 5590px;
}
.intro-image-group__list li:nth-child(15) {
  left: 6020px;
}
.intro-image-group__list li:nth-child(16) {
  left: 6450px;
}
.intro-image-group__list li:nth-child(17) {
  left: 6880px;
}
.intro-image-group__list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  mix-blend-mode: color;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.intro01 .intro-image-group__list li::after {
  background-color: #192e18;
  border-color: rgba(205, 251, 82, 0.4);
}
.intro02 .intro-image-group__list li::after {
  background-color: #391e08;
  border-color: rgba(255, 170, 102, 0.4);
}
.intro03 .intro-image-group__list li::after {
  background-color: #002024;
  border-color: rgba(114, 255, 237, 0.4);
}

.title__deco-date, .title__deco-desc::after, .title__deco-desc, .title__deco-choi, .title__deco-bread, .title__deco-triangle, .event .reward__deco-sugar {
  position: absolute;
  display: block;
  background: no-repeat center center/cover;
  pointer-events: none;
}

.event {
  position: relative;
  width: 100%;
  height: 1744px;
  padding-top: 232px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/bg_event.jpg") no-repeat center center/cover;
  overflow: hidden;
  letter-spacing: -0.02em;
  content-visibility: auto;
}
.event .line {
  display: block;
  width: 100%;
  height: 2px;
  margin: 68px 0 48px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/line.png") no-repeat center center/cover;
}
.event .reward {
  position: relative;
  display: block;
  width: 100%;
  height: 254px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/reward.jpg") no-repeat center center/cover;
}
.event .reward__deco-sugar {
  position: absolute;
  left: -36px;
  top: -76px;
  width: 194px;
  height: 232px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/char_sugar-stroke.png");
  animation: sugar-animation 1s infinite;
}

.title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 54px;
}
.title__title {
  width: 396px;
  height: 56px;
  margin-bottom: 35px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/title.png") no-repeat center center/cover;
}
.title__slogan {
  width: 612px;
  height: 289px;
  margin-bottom: 33px;
  margin-left: 44px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/slogan.png") no-repeat center center/cover;
}
.title__sub-title {
  width: 420px;
  height: 49px;
  margin-bottom: 20px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/sub-title.png") no-repeat center center/cover;
}
.title__date {
  width: 464px;
  height: 46px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/date.png") no-repeat center center/cover;
}
.title__deco-triangle {
  left: 50%;
  top: -34px;
  margin-left: -7px;
  width: 14px;
  height: 9px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/triangle.png");
  animation: triangle-animation 1s infinite alternate;
}
.title__deco-bread {
  left: 86px;
  bottom: -127px;
  width: 280px;
  height: 442px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/char_bread.png");
}
.title__deco-choi {
  right: 42px;
  bottom: -112px;
  width: 312px;
  height: 404px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/char_choi.png");
}
.title__deco-desc {
  left: 90px;
  top: 2px;
  width: 271px;
  height: 191px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/balloon_01.png");
}
.title__deco-desc::after {
  content: "";
  left: -25px;
  top: -10px;
  width: 65px;
  height: 61px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/balloon-deco.png");
  animation: balloon-deco-animation 0.8s linear infinite;
}
.title__deco-date {
  right: 80px;
  top: 35px;
  width: 278px;
  height: 182px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/balloon_02.png");
}

.team {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
  padding: 10px;
}
.team__item {
  position: relative;
  background: no-repeat center center/cover;
  width: 570px;
  height: 311px;
  border-radius: 12px;
  box-shadow: 0 0 0 10px rgba(249, 249, 249, 0.3);
  transition: all 0.3s ease-in-out;
}
.team__item--bread {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/team_bread.png");
  background-color: #70b6e0;
}
.team__item--choi {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/team_choi.png");
  background-color: #ff0069;
}
.team__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) no-repeat center center;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
}
.team__check {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 32px;
  height: 32px;
  background: no-repeat center top;
}
.team__item--bread .team__check {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/check_bread.png");
}
.team__item--choi .team__check {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/check_choi.png");
}
.team__char {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100% - 90px);
}
.team__char::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.team__item--bread .team__char::before {
  margin-left: -46.5px;
  margin-top: -71px;
  width: 93px;
  height: 142px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/char_bread-stroke.png");
}
.team__item--choi .team__char::before {
  margin-left: -45px;
  margin-top: -69px;
  width: 90px;
  height: 138px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/char_choi-stroke.png");
}
.team__char::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.team__item--bread .team__char::after {
  margin-left: -54.5px;
  margin-top: -73px;
  width: 109px;
  height: 146px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/char_bread-stroke_on.png");
}
.team__item--choi .team__char::after {
  margin-left: -47px;
  margin-top: -67.5px;
  width: 94px;
  height: 135px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/char_choi-stroke_on.png");
}
.team__button {
  display: block;
  width: 380px;
  height: 60px;
  margin: 0 auto;
  background: no-repeat center top;
}
.team__item--bread .team__button {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/button_bread.png");
}
.team__item--choi .team__button {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/button_choi.png");
}
.team__result {
  display: flex;
  width: 380px;
  height: 60px;
  padding: 5px;
  margin: 0 auto;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/team-result.png") no-repeat center center/cover;
}
.team__result-title {
  width: 144px;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.team__result-code {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.team__item {
  pointer-events: none;
}
.team__item:has(.team__button:hover).team__item--bread {
  background-color: #7fbde3;
  box-shadow: 0 0 0 10px #f9f9f9;
}
.team__item:has(.team__button:hover).team__item--choi {
  background-color: #ff1a78;
  box-shadow: 0 0 0 10px #f9f9f9;
}
.team__item:has(.team__button:hover) .team__char::before {
  opacity: 0;
  visibility: hidden;
}
.team__item:has(.team__button:hover) .team__char::after {
  opacity: 1;
  visibility: visible;
}
.team__item.selected {
  pointer-events: none;
}
.team__item.selected.team__item--bread {
  background-color: #7fbde3;
  box-shadow: 0 0 0 10px #f9f9f9;
}
.team__item.selected.team__item--choi {
  background-color: #ff1a78;
  box-shadow: 0 0 0 10px #f9f9f9;
}
.team__item.selected .team__check {
  background-position-y: bottom;
}
.team__item.selected .team__char::before {
  opacity: 0;
  visibility: hidden;
}
.team__item.selected .team__char::after {
  opacity: 1;
  visibility: visible;
}
.team__item.selected .team__button {
  background-position-y: center;
}
.team__item.unselected {
  pointer-events: none;
}
.team__item.unselected::after {
  opacity: 1;
  visibility: visible;
}
.team__item.closed {
  pointer-events: none;
}
.team__item.closed::after {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/label_01.png");
  opacity: 1;
  visibility: visible;
}
.team__item.closed .team__check {
  opacity: 0;
  visibility: hidden;
}
.team__item.closed .team__button {
  background-position-y: bottom;
}
.team__item.end {
  pointer-events: none;
}
.team__item.end::after {
  opacity: 1;
  visibility: visible;
}
.team__item.end.team__item--bread::after {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/label_02_bread.png");
}
.team__item.end.team__item--choi::after {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/label_02_choi.png");
}
.team__item.end .team__check {
  opacity: 0;
  visibility: hidden;
}
.team__item.end .team__button {
  background-position-y: bottom;
}
.team__item.completed {
  pointer-events: none;
}
.team__item.completed.team__item--bread {
  background-color: #7fbde3;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/team_bread_on.png");
  box-shadow: 0 0 0 10px #fff;
}
.team__item.completed.team__item--choi {
  background-color: #ff1a78;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/team_choi_on.png");
  box-shadow: 0 0 0 10px #fff;
}
.team__item.completed .team__check {
  opacity: 0;
  visibility: hidden;
}
.team__item.completed .team__char::before {
  opacity: 0;
  visibility: hidden;
}
.team__item.completed .team__char::after {
  opacity: 1;
  visibility: visible;
}
.team__item::after {
  opacity: 1;
  visibility: visible;
}
.team__item.team__item--bread::after {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/label_02_bread.png");
}
.team__item.team__item--choi::after {
  background-image: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/label_02_choi.png");
}
.team__item .team__check {
  opacity: 0;
  visibility: hidden;
}
.team__item .team__button {
  background-position-y: bottom;
}

.info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 136px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/info.jpg") no-repeat center top/cover;
}
.info__content {
  display: flex;
  width: 830px;
  height: 65px;
  padding: 6px;
}
.info__title {
  width: 245px;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.info__status {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.info__text {
  flex: 1;
  color: #bcbcbc;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.info__code {
  flex: 1;
  color: #333;
  font-size: 22px;
  font-weight: 600;
}
.info__team {
  padding: 8px 20px;
  border: 1px solid #a6a6a6;
  border-radius: 100px;
  color: #666;
  font-weight: 600;
  line-height: 1;
}
.info__button {
  position: absolute;
  right: 0;
  top: 100%;
  width: 220px;
  height: 40px;
  background: url("https://img.sa.nexon.com/images/event/2025/0807/intro/desktop/button_more.png") no-repeat center top/cover;
}
.info__button:hover {
  background-position-y: bottom;
}

@keyframes triangle-animation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes sugar-animation {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.04, 0.93);
  }
  60% {
    transform: scale(0.98, 1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes balloon-deco-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}