@charset "UTF-8";
/* stylelint-disable-next-line scss/at-mixin-pattern */
@import "../css/model.css";
@keyframes fade-in {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
/* color */
/* shadow */
/* overlay */
/* 완전 불투명 */
/* 30% 불투명도 */
/* 70% 불투명도 */
/* 80% 불투명도 */
/* stylelint-disable-next-line scss/at-mixin-pattern */
@keyframes fade-in {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
/* color */
/* shadow */
/* overlay */
/* 완전 불투명 */
/* 30% 불투명도 */
/* 70% 불투명도 */
/* 80% 불투명도 */
.overview_wrap .main_wrap {
  position: relative;
  width: 100%;
}
.overview_wrap .main_wrap .img_txt {
  position: absolute;
  color: #FFFFFF;
}
.overview_wrap .main_wrap .img_txt span {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .overview_wrap .main_wrap .img_txt span {
    font-size: 28px;
  }
}
@media (max-width: 670px) {
  .overview_wrap .main_wrap .img_txt span {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.2px;
    margin-bottom: 0;
  }
}
.overview_wrap .main_wrap .img_txt h2 {
  font-size: 120px;
  font-weight: 700;
  line-height: 60%;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 1280px) {
  .overview_wrap .main_wrap .img_txt h2 {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .overview_wrap .main_wrap .img_txt h2 {
    font-size: 80px;
  }
}
@media (max-width: 670px) {
  .overview_wrap .main_wrap .img_txt h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.16px;
    text-align: center;
  }
}
.overview_wrap .main_wrap .img_txt h2.main_txt_sub {
  line-height: 1;
}
.overview_wrap .main_wrap .scroll_txt {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.overview_wrap .main_wrap .scroll_txt span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 133.333%;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.overview_wrap .main_wrap .scroll_txt .arrow_btn {
  animation: aniArrow 3s linear 0.6s infinite normal forwards running;
}
@media (max-width: 670px) {
  .overview_wrap .main_wrap .scroll_txt {
    bottom: 6.4vw;
  }
  .overview_wrap .main_wrap .scroll_txt span {
    margin-bottom: 4px;
  }
}
.overview_wrap .contents_wrap {
  width: 100%;
  padding: 5.2083333333vw 0;
}
@media (max-width: 670px) {
  .overview_wrap .contents_wrap {
    padding: 60px 16px;
  }
}
.overview_wrap .contents_wrap.inner_fit {
  max-width: 1280px;
  width: calc(100% - 32px);
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
@media (max-width: 670px) {
  .overview_wrap .contents_wrap.inner_fit {
    width: 100%;
    margin: 0;
  }
}
.overview_wrap .contents_wrap .inner_wrap {
  max-width: 1280px;
  width: calc(100% - 32px);
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
@media (max-width: 670px) {
  .overview_wrap .contents_wrap .inner_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.overview_wrap .overview_tit_h2 {
  font-size: 104px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  margin-bottom: 2.7083333333vw;
}
@media (max-width: 1280px) {
  .overview_wrap .overview_tit_h2 {
    font-size: 92px;
  }
}
@media (max-width: 670px) {
  .overview_wrap .overview_tit_h2 {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.overview_wrap .overview_tit_h3 {
  font-size: 51px;
  font-weight: 700;
  line-height: 90.196%;
  text-transform: uppercase;
}
.overview_wrap .overview_tit_h3.not_uppercase {
  text-transform: none;
}
@media (max-width: 670px) {
  .overview_wrap .overview_tit_h3 {
    font-size: 25px;
    line-height: 100%;
  }
}
.overview_wrap .overview_tit_h3.text-center {
  text-align: center;
}
.overview_wrap .overview_tit_h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 90.1%;
}
@media (max-width: 1280px) {
  .overview_wrap .overview_tit_h4 {
    font-size: 28px;
  }
}
@media (max-width: 670px) {
  .overview_wrap .overview_tit_h4 {
    font-size: 25px;
    line-height: 100%;
  }
}
.overview_wrap .overview_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: block;
  margin-top: 16px;
}
@media (max-width: 1280px) {
  .overview_wrap .overview_desc {
    font-size: 14px;
  }
}
@media (max-width: 670px) {
  .overview_wrap .overview_desc {
    margin-top: 16px;
  }
}
.overview_wrap .overview_desc_big {
  font-size: 31px;
  font-weight: normal;
  line-height: 1.61em;
  letter-spacing: -1.55px;
  display: block;
  margin: 50px 0;
}
@media (max-width: 670px) {
  .overview_wrap .overview_desc_big {
    font-size: 18px;
    margin: 30px 0;
  }
}
.overview_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview_wrap .type {
  width: 100%;
  max-width: 960px;
  padding: 0 28px;
  box-sizing: border-box;
  margin: 0 auto;
}
.overview_wrap .type .type_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.overview_wrap .type .type_list .type_item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 83px;
  font-size: 20px;
  padding: 16px 8px 8px 24px;
  border: 1px solid #D9D9D6;
}
.overview_wrap .type .type_list .type_item span {
  display: block;
  width: 100%;
  text-align: left;
}
.overview_wrap .type .type_list .type_item.active {
  background-color: #000000;
  color: #ffffff;
}
.overview_wrap .type .type_list .type_item.active .ico_arrow_right {
  background-color: #ffffff;
}
@media (max-width: 670px) {
  .overview_wrap .type {
    padding: 0 16px;
  }
  .overview_wrap .type .type_list {
    flex-direction: column;
    gap: 8px;
    font-size: 18px;
  }
  .overview_wrap .type .type_list .type_item {
    height: 81px;
  }
}

@keyframes aniArrow {
  0% {
    transform: translate3d(0px, -10px, 0px);
    opacity: 0;
  }
  10% {
    transform: translateZ(0px);
    opacity: 1;
  }
  90% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 10px, 0px);
    opacity: 0;
  }
}
:root {
  --main-progress: 0;
  --inside-scroll: 1;
}

body.woohaha_reveal_body {
  background-color: #000;
  color: #ffffff;
}
body.woohaha_reveal_body .gnb_header {
  background-color: #fff;
  transform: translateZ(0);
  will-change: transform;
}
body.woohaha_reveal_body .model_wrap * {
  box-sizing: border-box;
}
@media (max-width: 670px) {
  body.woohaha_reveal_body .model_wrap {
    margin-bottom: 0;
  }
}
body.woohaha_reveal_body .footer_menu {
  color: #000;
}
body.woohaha_reveal_body .dialog {
  display: none;
}
body.woohaha_reveal_body .dialog.is-show {
  display: block;
}
body.woohaha_reveal_body .dialog .dialog_dialog {
  z-index: 101;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  animation: dialog-moveup 0.5s forwards;
  box-shadow: 0 -5px 8px -4px rgba(0, 0, 0, 0.2);
  background-color: #000000;
  color: #ffffff;
}
body.woohaha_reveal_body .dialog .dialog_dialog.is-fullscreen {
  width: 100vw;
  height: 100vh;
  max-height: none;
}
@media (min-width: 670px) {
  body.woohaha_reveal_body .dialog .dialog_dialog {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    bottom: unset;
    width: 400px;
    max-height: calc(100vh - 64px);
    animation: none;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
body.woohaha_reveal_body .dialog .dialog_dialog .dialog_close {
  display: flex;
  justify-content: flex-end;
  padding: 16px 16px 0;
}
body.woohaha_reveal_body .dialog .dialog_dialog .dialog_close .dialog_closeBtn {
  color: #fff;
  display: flex;
  padding: 0;
}
body.woohaha_reveal_body .dialog .dialog_dialog .dialog_close .dialog_closeBtn svg {
  width: 24px;
  fill: #ffffff;
}
@media (min-width: 670px) {
  body.woohaha_reveal_body .dialog .dialog_dialog .dialog_close .dialog_closeBtn svg {
    width: 36px;
  }
}
body.woohaha_reveal_body .dialog .dialog_dialog .dialog_content {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
body.woohaha_reveal_body .dialog .dialog_dialog .dialog_content .dialog_component {
  position: relative;
  height: 100%;
}
body.woohaha_reveal_body .dialog .dialog_dialog .dialog_content .dialog_component .dialog_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
}
body.woohaha_reveal_body .dialog .dialog_dialog .dialog_content .dialog_component .dialog_inner .component_player {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 670px) {
  body.woohaha_reveal_body .model_wrap .sticky_nav.fixed .btns {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }
}
body.woohaha_reveal_body .tab_navigation ul {
  overflow: hidden;
}
body.woohaha_reveal_body .tab_navigation ul .tab_navi:not(.link_overview, .link_filante) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}
body.woohaha_reveal_body .tab_navigation .btns {
  display: flex;
}
body.woohaha_reveal_body .tab_navigation .btns a:not(:last-of-type) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}
body.woohaha_reveal_body.finish-counter .tab_navigation ul {
  overflow: auto;
}
body.woohaha_reveal_body.finish-counter .tab_navigation ul .tab_navi:not(.link_overview, .link_filante) {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  display: block;
}
body.woohaha_reveal_body.finish-counter .tab_navigation .btns a:not(:last-of-type) {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  display: flex;
}
body.woohaha_reveal_body:has(.dialog.is-show) {
  height: 100dvh;
  overflow: hidden;
}

.woohaha_reveal .main_wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.woohaha_reveal .main_wrap .main_container {
  position: relative;
  margin-top: -50vh;
}
@media (max-width: 1024px) {
  .woohaha_reveal .main_wrap .main_container {
    margin-top: 0;
  }
}
.woohaha_reveal .main_wrap .main_container .main_sticky {
  position: sticky;
  top: 0;
  left: 0;
}
.woohaha_reveal .main_wrap .main_container .main_sticky .main_black {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.6s ease-out;
  opacity: 0;
}
.woohaha_reveal .main_wrap .main_container .main_sticky .main_black.show {
  opacity: 1;
}
.woohaha_reveal .main_wrap .main_container .main_sticky .main_background {
  width: 100%;
  height: 100vh;
  position: relative;
}
.woohaha_reveal .main_wrap .main_container .main_sticky .main_background picture {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.woohaha_reveal .main_wrap .main_container .main_sticky .main_background video {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woohaha_reveal .main_wrap .main_container .main_sticky .main_car {
  z-index: 3;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100vh;
  animation-delay: 0.2s;
}
.woohaha_reveal .main_wrap .main_container .img_ground {
  height: calc(var(--vh, 1vh) * 100);
}
.woohaha_reveal .main_wrap .main_container .main_tit_wrap {
  z-index: 2;
  position: fixed;
  top: 120px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 320px);
  transform: translate(-50%);
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .woohaha_reveal .main_wrap .main_container .main_tit_wrap {
    position: absolute;
    transform: translate(-50%, calc(var(--main-progress) * -40px - 50%));
    top: 50%;
    height: calc(var(--vh, 1vh) * 100);
    padding: 0;
    margin: 0;
  }
}
.woohaha_reveal .main_wrap .main_container .main_tit_wrap .main_tit_small {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  letter-spacing: -0.01em;
  text-align: center;
  animation: animLine 1.7s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
@media (max-width: 1280px) {
  .woohaha_reveal .main_wrap .main_container .main_tit_wrap .main_tit_small {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .woohaha_reveal .main_wrap .main_container .main_tit_wrap .main_tit_small {
    font-size: 24px;
  }
}
@media (max-width: 670px) {
  .woohaha_reveal .main_wrap .main_container .main_tit_wrap .main_tit_small {
    font-size: 5vw;
  }
}
.woohaha_reveal .main_wrap .main_container .main_tit_wrap .main_tit_big {
  font-size: 200px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #ffffff;
  opacity: 0;
  transform: translateY(150px);
  animation: animLine 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation-delay: 0.5s;
  text-align: center;
}
@media (max-width: 1280px) {
  .woohaha_reveal .main_wrap .main_container .main_tit_wrap .main_tit_big {
    font-size: 80px;
  }
}
@media (max-width: 1024px) {
  .woohaha_reveal .main_wrap .main_container .main_tit_wrap .main_tit_big {
    font-size: 86px;
  }
}
@media (max-width: 670px) {
  .woohaha_reveal .main_wrap .main_container .main_tit_wrap .main_tit_big {
    font-size: 72px;
    line-height: 68px;
    letter-spacing: -0.03em;
  }
}
.woohaha_reveal .main_wrap .main_container .main_top {
  height: 200vh;
  margin-top: -80vh;
}
@media (max-width: 1024px) {
  .woohaha_reveal .main_wrap .main_container .main_top {
    height: 150vh;
    margin-top: calc(var(--vh, 1vh) * -100);
  }
}
.woohaha_reveal .main_wrap .main_container .main_content {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 20vh;
}
.woohaha_reveal .main_wrap .main_container .main_content .content_line {
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0.3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1280px) {
  .woohaha_reveal .main_wrap .main_container .main_content .content_line {
    font-size: 55px;
  }
}
@media (max-width: 1024px) {
  .woohaha_reveal .main_wrap .main_container .main_content .content_line {
    font-size: 52px;
  }
}
@media (max-width: 670px) {
  .woohaha_reveal .main_wrap .main_container .main_content .content_line {
    font-size: 36px;
  }
}
.woohaha_reveal .main_wrap .main_container .main_content .content_line.is_active {
  opacity: 1;
}
.woohaha_reveal .main_wrap .main_container .main_mentions {
  position: relative;
  max-width: 980px;
  margin: 0 40px;
  padding-bottom: 32px;
}
.woohaha_reveal .main_wrap .main_container .main_mentions p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
}
.woohaha_reveal .main_wrap .main_container .main_mentions p sup {
  position: relative;
  top: 0;
  padding-right: 2px;
}
@media (max-width: 670px) {
  .woohaha_reveal .main_wrap .main_container .main_mentions {
    margin: 0 20px;
  }
}
.woohaha_reveal .main_wrap .main_container .main_buttonWrapper {
  position: fixed;
  right: 0;
  bottom: 160px;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.3s;
}
.woohaha_reveal .main_wrap .main_container .main_buttonWrapper.is-visible {
  opacity: 1;
}
@media (min-width: 1024px) {
  .woohaha_reveal .main_wrap .main_container .main_buttonWrapper {
    right: 40px;
    bottom: 32px;
    left: auto;
    width: auto;
    margin: 0;
  }
}
@media all and (min-width: 1440px) {
  .woohaha_reveal .main_wrap .main_container .main_buttonWrapper {
    right: 64px;
  }
}
.woohaha_reveal .main_wrap .scroll_txt {
  position: fixed;
  opacity: 0;
}
.woohaha_reveal .main_wrap .scroll_txt.show {
  opacity: 1;
}
.woohaha_reveal .pc {
  display: block !important;
}
@media (max-width: 670px) {
  .woohaha_reveal .pc {
    display: none !important;
  }
}
.woohaha_reveal .mo {
  display: none !important;
}
@media (max-width: 670px) {
  .woohaha_reveal .mo {
    display: block !important;
  }
}
.woohaha_reveal img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woohaha_reveal .picture_with_video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.woohaha_reveal .picture_with_video picture {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.woohaha_reveal .picture_with_video video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woohaha_reveal .button.btn_w_border {
  border-color: #fff;
}
.woohaha_reveal .main_content {
  max-width: 1400px;
  margin: 0 40px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .woohaha_reveal .main_content {
    margin: 0 auto;
  }
}
@media all and (max-width: 500px) {
  .woohaha_reveal .main_content .content_line .max-screen {
    display: none;
  }
}
.woohaha_reveal .counter-wrap {
  margin-top: 1px;
}
.woohaha_reveal .counter-content {
  min-height: 105dvh;
  height: auto;
  position: relative;
}
.woohaha_reveal .counter-content .sticky-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: auto;
}
.woohaha_reveal .counter-content .sticky-box .content-wrap {
  position: relative;
  min-height: 100dvh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap:has(.streaming-container.show) {
    height: 100dvh;
    overflow: hidden;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container {
  z-index: 0;
  position: relative;
  padding: 84px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container {
    padding: 40px 0;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .car-name {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .car-name {
    font-size: 32px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .text-strong {
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .text-strong {
    font-size: 32px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .target-date {
  margin-top: 20px;
  font-size: 48px;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .target-date {
    font-size: 32px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box {
  margin: 50px 0 60px;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box {
    margin: 10px 0 20px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
}
@media all and (max-width: 980px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock {
    grid-column-gap: 13px;
  }
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock {
    grid-column-gap: 8px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper {
  position: relative;
  min-width: 210px;
  width: 100%;
  height: 220px;
  transform-style: preserve-3d;
  perspective: 800px;
}
@media all and (max-width: 980px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper {
    min-width: 150px;
    height: 160px;
  }
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper {
    min-width: 78px;
    width: 100%;
    height: 78px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper.flipping .top.new {
  transform-origin: bottom center;
  animation: rotate 0.7s 1 ease-in-out forwards;
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper.flipping .bottom.new {
  animation: rotateBottom 0.7s 1 ease-in-out forwards;
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .gear {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: -2px;
  width: 7.895px;
  height: 37.472px;
  border-radius: 1.522px;
  border: 1px solid #131315;
  background: linear-gradient(180deg, #8b8786 0%, #171719 100%);
  box-shadow: 0 0 6.088px 0 rgba(0, 0, 0, 0.85);
  transform-style: preserve-3d;
  transform: translate3d(0, -50%, 10px);
  perspective: 0;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .gear {
    left: 0;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .gear:first-of-type {
  right: -2px;
  left: unset;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .gear:first-of-type {
    right: 0;
    left: unset;
  }
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .gear {
    border-radius: 1px;
    box-shadow: 0 0 2.223px 0 rgba(0, 0, 0, 0.85);
    width: 2.958px;
    height: 14.039px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .top,
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .bottom {
  z-index: 1;
  position: relative;
  width: 100%;
  height: calc(50% - 12px);
  overflow: hidden;
  background: #131315;
  border: 1.522px solid #303035;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .top,
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .bottom {
    border: 0.556px solid #303035;
    height: calc(50% - 1px);
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .top.new,
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .bottom.new {
  position: absolute;
  left: 0;
  z-index: 12;
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .top {
  border-top-left-radius: 15.22px;
  border-top-right-radius: 15.22px;
  margin-top: 10px;
  margin-bottom: 3px;
  border-bottom: none;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .top {
    margin-top: 0;
    margin-bottom: 1px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .top .text {
  line-height: 180px;
  text-align: center;
}
@media all and (max-width: 980px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .top .text {
    line-height: 119px;
  }
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .top .text {
    line-height: 66px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .top.new {
  top: 0;
  z-index: 1;
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .top.new .text {
  backface-visibility: hidden;
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .bottom {
  border-top: none;
  border-bottom-left-radius: 15.22px;
  border-bottom-right-radius: 15.22px;
  margin-top: 3px;
  margin-bottom: 10px;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .bottom {
    margin-top: 1px;
    margin-bottom: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .bottom .text {
  line-height: 0;
  transform: translateY(-9px);
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .bottom .text {
    transform: translateY(-4px);
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .bottom.new {
  position: absolute;
  top: 0;
  height: calc(100% - 0px);
  transform: rotateX(0.5turn);
  z-index: 1;
  opacity: 0;
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 136px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.72px;
}
@media all and (max-width: 980px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .text {
    font-size: 115px;
  }
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .flipper .text {
    font-size: 50px;
    letter-spacing: -1px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock .tit {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-top: 16px;
  color: #c8c8c8;
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock-slot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock-slot {
    grid-column-gap: 8px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock-slot span {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  display: block;
  margin-top: 6px;
  color: #c8c8c8;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .counter-box .clock-slot span {
    margin-top: 8px;
    font-size: 10px;
    line-height: normal;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .text-normal {
  padding-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 133.333%;
}
@media (max-width: 670px) {
  .woohaha_reveal .counter-content .sticky-box .content-wrap .counter-container .text-normal {
    font-size: 16px;
    line-height: 100%;
    padding-bottom: 20px;
  }
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .streaming-container {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
}
.woohaha_reveal .counter-content .sticky-box .content-wrap .streaming-container.show {
  z-index: 1;
  opacity: 1;
}
.woohaha_reveal .editorial-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.woohaha_reveal .editorial-content .content-wrap {
  position: relative;
  width: 100%;
  padding: 16px;
}
.woohaha_reveal .editorial-content .content-wrap.d-flex-column {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (min-width: 1440px) {
  .woohaha_reveal .editorial-content .content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .woohaha_reveal .editorial-content .content-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap {
    flex-direction: row;
  }
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .media {
    flex: 1;
  }
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .media .inner {
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .media .inner .youtube_overlay {
  z-index: 1;
  grid-template-areas: "main";
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  overflow: hidden;
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .media .inner .youtube_overlay .picture_with_video,
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .media .inner .youtube_overlay .youtube_control {
  grid-area: main;
  overflow: hidden;
  padding: 0;
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .media .inner .youtube_overlay .youtube_button {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .media .inner .youtube_overlay .youtube_control {
  align-self: center;
  justify-self: center;
  margin: 24px;
  z-index: 2;
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .media .inner .youtube_overlay .youtube_control .VideoControlButton {
  color: #fff;
  cursor: pointer;
  aspect-ratio: 1;
  align-items: center;
  justify-items: center;
  width: 40px;
  padding: 0;
  display: grid;
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .media .inner .youtube_overlay .youtube_control .VideoControlButton .VideoControlButton__icon {
  fill: currentColor;
  width: 40px;
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .copy {
  padding-top: 8px;
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .copy {
    flex: 1;
    margin-left: 16px;
    padding-top: 0;
  }
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .copy .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 0 32px;
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .copy .inner .media_sub_tit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .copy .inner .media_sub_tit {
    font-size: 18px;
  }
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .copy .inner .media_tit {
  font-size: 25px;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 0.95;
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .copy .inner .media_tit {
    font-size: 28px;
  }
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .copy .inner .media_introduction {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .copy .inner .media_content {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap .copy .inner .media_content {
    max-width: 700px;
  }
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap:last-of-type .media {
  order: 0;
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap:last-of-type .media {
    order: 1;
  }
}
.woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap:last-of-type .copy {
  order: 1;
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap .mediaCopy-wrap:last-of-type .copy {
    order: 0;
  }
}
.woohaha_reveal .editorial-content .content-wrap .news-letter {
  display: flex;
  background-color: #3e3f40;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 48px 64px;
}
@media (min-width: 1024px) {
  .woohaha_reveal .editorial-content .content-wrap .news-letter {
    padding: 28px 48px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
  }
}
.woohaha_reveal .editorial-content .content-wrap .news-letter .news-letter-contents {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .woohaha_reveal .editorial-content .content-wrap .news-letter .news-letter-contents {
    text-align: left;
    flex: 1;
    font-size: 32px;
  }
}
.woohaha_reveal .editorial-content .content-wrap .news-letter .news-letter-ctas {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
@media (min-width: 1024px) {
  .woohaha_reveal .editorial-content .content-wrap .news-letter .news-letter-ctas {
    flex-direction: row;
    width: auto;
  }
}
.woohaha_reveal .editorial-content .content-wrap .news-letter .news-letter-ctas .button {
  justify-content: center;
}
.woohaha_reveal .editorial-content .content-wrap .news-letter .news-letter-ctas .link-btn {
  min-width: 46px;
  min-height: 45px;
  padding: 10px 15px;
  border-radius: 1px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
.woohaha_reveal .editorial-content .content-wrap .notice-container {
  padding: 40px 10px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .woohaha_reveal .editorial-content .content-wrap .notice-container {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0 0;
  }
}
.woohaha_reveal .editorial-content .content-wrap .notice-container .notice-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.woohaha_reveal .editorial-content .content-wrap .notice-container .notice-list-wrap .notice-list .tit {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}
.woohaha_reveal .editorial-content .content-wrap .notice-container .notice-list-wrap .notice-list .tit svg {
  width: 24px;
  flex-shrink: 0;
  fill: #fff;
}
.woohaha_reveal .editorial-content .content-wrap .notice-container .notice-list-wrap .notice-list .tit p {
  font-size: 25px;
  font-weight: 700;
  line-height: 0.95;
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap .notice-container .notice-list-wrap .notice-list .tit p {
    font-size: 28px;
  }
}
.woohaha_reveal .editorial-content .content-wrap .notice-container .notice-list-wrap .notice-list .desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 28px;
}
.woohaha_reveal .editorial-content .content-wrap .notice-container .notice-list-wrap small {
  padding-left: 28px;
}
.woohaha_reveal .editorial-content .content-wrap .notice-container .img-wrap {
  width: 100%;
}
@media (min-width: 1024px) {
  .woohaha_reveal .editorial-content .content-wrap .notice-container .img-wrap {
    width: 50%;
  }
}
.woohaha_reveal .editorial-content .content-wrap.reveal-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .woohaha_reveal .editorial-content .content-wrap.reveal-title {
    align-items: flex-start;
  }
}
.woohaha_reveal .editorial-content .content-wrap.reveal-title .reveal-title-tit {
  font-size: 45px;
  font-weight: 700;
  line-height: 0.95;
}
@media (min-width: 1024px) {
  .woohaha_reveal .editorial-content .content-wrap.reveal-title .reveal-title-tit {
    font-size: 58px;
  }
}
.woohaha_reveal .editorial-content .content-wrap.content-cards {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap.content-cards {
    padding-bottom: 40px;
  }
}
.woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media all and (min-width: 1004px) {
  .woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "card-1 card-2";
  }
}
.woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards {
  background-color: #000;
  display: grid;
  border: 1px solid;
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards {
    overflow: hidden;
    grid-template-columns: 40% 60%;
  }
}
.woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards:first-of-type {
  grid-area: card-1;
}
.woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards:nth-of-type(2) {
  grid-area: card-2;
}
.woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards .card-textContent {
  z-index: 1;
  padding: 32px;
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards .card-textContent {
    grid-area: 1/1/-1/-1;
  }
}
.woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards .card-textContent .card-title {
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 0.95;
  font-size: 28px;
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards .card-textContent .card-title {
    max-width: 40%;
    padding-right: 16px;
    font-size: 34px;
  }
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards .card-textContent .card-ctaWrapper {
    white-space: nowrap;
  }
}
.woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards .card-textContent .card-ctaWrapper .cta-link-btn {
  min-width: 46px;
  min-height: 46px;
  padding: 10px 15px;
  border-radius: 0;
  color: #fff;
  background-color: transparent;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
.woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards .card_imgWrapper {
  aspect-ratio: unset;
  overflow: hidden;
}
@media (min-width: 670px) {
  .woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards .card_imgWrapper {
    grid-area: 1/2/-1/3;
    align-items: flex-end;
    display: flex;
    transform: translateX(1px);
  }
}
.woohaha_reveal .editorial-content .content-wrap.content-cards .cards-box .cards .card_imgWrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes flipTop {
  from {
    transform: rotateX(0);
  }
  to {
    transform: rotateX(-90deg);
  }
}
@keyframes flipBottom {
  from {
    transform: rotateX(180deg);
  }
  to {
    transform: rotateX(0);
  }
}
@keyframes rotateBottom {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  48% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotateX(0) translateY(0);
  }
  100% {
    transform: rotateX(-180deg) translateY(0px);
  }
}
@keyframes animLine {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}