@charset "UTF-8";
/*
Theme Name: Waterbomb Theme
Theme URI: http://example.com/
Author: Corejs Team
Description: Giao diện water bomb 2025
Version: 1.0
*/
/*---server*/
/*---localhost window*/
@font-face {
  font-family: "Futura BT";
  src: url("./assets/fonts/Futura Bold BT.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura BT";
  src: url("./assets/fonts/Futura Extra Black BT.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("./assets/fonts/Pretendard-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("./assets/fonts/Pretendard-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("./assets/fonts/Pretendard-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("./assets/fonts/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("./assets/fonts/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("./assets/fonts/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("./assets/fonts/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("./assets/fonts/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("./assets/fonts/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
:root {
  --font--size--wcd--min576: calc(17.5 * 100vw / 1440);
  --font--size--ocdt2--min576: calc(104.7489 * 100vw / 1440);
  --font--size--ocdt3--min576: calc(41.99999 * 100vw / 1440);
  --font--size--ocdp1--min576: calc(27.0198 * 100vw / 1440);
  --font--size--ocdp--min576: calc(33.074 * 100vw / 1440);
  --font--size--eecd--min576: calc(20.9408 * 100vw / 1440);
  --font--size--vpc--min576: calc(31.6859 * 100vw / 1440);
  --font--size--wecd--min576: calc(21.2007 * 100vw / 1440);
  --font--size--wtecd--min576: calc(21.2007 * 100vw / 1440);
  --font--size--execd--min576: calc(21.2007 * 100vw / 1440);
  --font--size--strong--min576: calc(55.1213 * 100vw / 1440);
  --font--size--ticket--min576: calc(30 * 100vw / 1440);
  --font--size--wcd--max576: calc(13 * 100vw / 414);
  --font--size--ocdt2--max576: calc(53.9695 * 100vw / 414);
  --font--size--ocdt3--max576: calc(24.8479 * 100vw / 414);
  --font--size--ocdp1--max576: calc(12.9918 * 100vw / 414);
  --font--size--ocdp--max576: calc(14.9028 * 100vw / 414);
  --font--size--eecd--max576: calc(15.7439 * 100vw / 414);
  --font--size--vpc--max576: calc(21.856 * 100vw / 414);
  --font--size--wecd--max576: calc(15.667 * 100vw / 414);
  --font--size--wtecd--max576: calc(15.667 * 100vw / 414);
  --font--size--execd--max576: calc(15.667 * 100vw / 414);
  --font--size--strong--max576: calc(26.5047 * 100vw / 414);
  --font--size--ticket--max576: calc(22 * 100vw / 414);
  --font--size--ocdt3--min576max1024: calc(46.1446 * 100vw / 1024);
}

html {
  /* Lock zoom scaling trên mobile */
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#welcome,
#ticket,
#overview,
#energetic,
#waterFighting,
#waterbombTime,
#exeprience {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #000;
  box-sizing: border-box;
}
.wrapper header {
  width: 100%;
}

div {
  margin: 0;
  padding: 0;
  border: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

@media (max-width: 576px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
}
header {
  background-color: #000;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  display: flex;
  vertical-align: middle;
}
header .header_logo {
  cursor: pointer;
}
header .header_wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_btnTranslate {
  display: flex;
  flex-direction: row;
  gap: 25%;
}
header span {
  cursor: pointer;
  border: none;
  color: #fff;
  background-color: transparent;
  font-size: 1rem;
  font-family: "Pretendard";
  font-weight: 900;
}
header span.active {
  text-decoration: underline;
}

.text_wrapper_scale {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#welcome {
  z-index: 2;
  margin-top: 60px;
}
#welcome .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #000000 100%);
  z-index: 1;
  bottom: 0%;
}
@media (max-width: 576px) {
  #welcome .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 67%, #000000 91%);
  }
}
@media (max-width: 576px) {
  #welcome .welcome_background img {
    width: 100%;
    height: auto;
    transform-origin: center;
  }
}
#welcome .welcome_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: 30% 39% 30%;
  grid-template-rows: 4% 30% 20% 1fr 13%;
}
@media (max-width: 576px) {
  #welcome .welcome_content {
    grid-template-columns: 7.5% 85% 7.5%;
    grid-template-rows: 5% 23% 42% 20% 10%;
  }
}
#welcome .welcome_content--information {
  grid-area: 4/2/5/3;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  #welcome .welcome_content--information {
    grid-area: 4/2/5/3;
  }
}
#welcome .welcome_content--title, #welcome .welcome_content--overview, #welcome .welcome_content--des, #welcome .welcome_content--location {
  display: flex;
  margin: 0 auto;
}
#welcome .welcome_content--title {
  grid-area: 2/2/3/3;
}
#welcome .welcome_content--title img {
  width: auto;
  height: 100%;
}
#welcome .welcome_content--overview {
  width: 50%;
}
@media (max-width: 576px) {
  #welcome .welcome_content--overview {
    width: 82%;
  }
}
#welcome .welcome_content--des {
  margin-top: 3%;
  width: 100%;
  font-family: "Pretendard";
  font-weight: 700;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-size: var(--font--size--wcd--min576);
}
@media (max-width: 576px) {
  #welcome .welcome_content--des {
    width: 80%;
    font-size: var(--font--size--wcd--max576);
    word-spacing: 0px;
  }
}
@media (max-width: 430px) {
  #welcome .welcome_content--des {
    width: 85%;
    font-size: var(--font--size--wcd--max576);
  }
}
#welcome .welcome_content--des p {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 5px;
  background-color: #0000ff;
}
#welcome .welcome_content--location {
  width: 60%;
  margin-top: 3%;
  font-family: "Pretendard";
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media (max-width: 576px) {
  #welcome .welcome_content--location {
    width: 80%;
  }
}
#welcome .welcome_content--location .place {
  background-color: #fff;
  font-size: 0.8rem;
  color: #0000ff;
  font-weight: 900;
  padding: 2px 2px;
}
@media (min-width: 1920px) {
  #welcome .welcome_content--location .place {
    font-size: 0.625vw;
  }
}
@media (max-width: 1024px) {
  #welcome .welcome_content--location .place {
    font-size: 0.5rem;
  }
}
#welcome .welcome_content--location div.official_venue {
  background-color: #0000ff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 4px;
}
#welcome .welcome_content--location div.official_venue p.title {
  font-size: var(--font--size--vpc--min576);
  font-family: "Futura BT";
  font-weight: 900;
  letter-spacing: -2px;
  word-spacing: -4px;
}
@media (max-width: 1024px) {
  #welcome .welcome_content--location div.official_venue p.title {
    letter-spacing: -1px;
    word-spacing: -2px;
  }
}
@media (max-width: 576px) {
  #welcome .welcome_content--location div.official_venue p.title {
    font-size: var(--font--size--vpc--max576);
    letter-spacing: -1px;
    word-spacing: -2px;
  }
}
#welcome .welcome_content--location div.official_venue div.subtitle p {
  font-family: "Pretendard";
  font-size: 0.6rem;
  font-weight: 500;
  white-space: nowrap;
  transform-origin: top left;
}
@media (min-width: 1920px) {
  #welcome .welcome_content--location div.official_venue div.subtitle p {
    font-size: 0.5vw;
  }
}
@media (max-width: 1280px) {
  #welcome .welcome_content--location div.official_venue div.subtitle p {
    font-size: 0.4rem;
  }
}
@media (max-width: 1024px) {
  #welcome .welcome_content--location div.official_venue div.subtitle p {
    font-size: 0.3rem;
  }
}
@media (max-width: 576px) {
  #welcome .welcome_content--location div.official_venue div.subtitle p {
    font-size: 0.2rem;
  }
}

#ticket {
  z-index: 2;
  background-color: #f90094;
}
#ticket .ticket {
  position: relative;
  width: 80%;
  display: flex;
  justify-content: space-evenly;
  font-family: "Futura BT";
  font-weight: 900;
  text-transform: uppercase;
  font-size: var(--font--size--ticket--min576);
  gap: 5%;
  margin: 0 auto;
  padding: 6% 0 3% 0;
}
@media (max-width: 576px) {
  #ticket .ticket {
    flex-direction: column;
    font-size: var(--font--size--ticket--max576);
    align-items: center;
    margin: 0 auto;
    padding-bottom: 20%;
  }
}
@media (max-width: 430px) {
  #ticket .ticket {
    padding-top: 0%;
  }
}
#ticket .ticket .ticket_image {
  width: 40%;
}
@media (max-width: 576px) {
  #ticket .ticket .ticket_image {
    width: 80%;
  }
  #ticket .ticket .ticket_image p {
    padding-bottom: 10px;
  }
}
#ticket .ticket .ticket_detail {
  width: 40%;
}
@media (max-width: 576px) {
  #ticket .ticket .ticket_detail {
    width: 80%;
    text-align: center;
    gap: 10%;
    font-size: 1.2rem;
  }
}
#ticket .ticket .ticket_detail p {
  white-space: nowrap;
}
#ticket .ticket .ticket_detail--des {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
#ticket .ticket .ticket_detail--des p {
  padding-left: 15px;
}
@media (max-width: 576px) {
  #ticket .ticket .ticket_detail--des {
    margin-top: 20%;
    gap: 0px;
  }
  #ticket .ticket .ticket_detail--des p {
    padding-left: 5px;
  }
}
#ticket .ticket .ticket_detail--officalAccount {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  white-space: nowrap;
  height: 100%;
}
#ticket .ticket .ticket_detail--officalAccount p {
  padding-left: 15px;
}
@media (max-width: 576px) {
  #ticket .ticket .ticket_detail--officalAccount {
    margin-top: 20%;
    gap: 0px;
  }
  #ticket .ticket .ticket_detail--officalAccount p {
    padding-left: 5px;
    text-align: left;
    padding-bottom: 10px;
  }
}
#ticket .ticket .ticket_detail--officalAccount .link {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #ticket .ticket .ticket_detail--officalAccount .link {
    gap: 5px;
  }
}
@media (max-width: 430px) {
  #ticket .ticket .ticket_detail--officalAccount .link {
    gap: 0px;
  }
}
#overview {
  z-index: 1;
}
#overview .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 44%, #0000ff 55%);
  z-index: 1;
  bottom: 0%;
}
@media (max-width: 576px) {
  #overview .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 41%, #0000ff 53%);
  }
}
@media (max-width: 376px) {
  #overview .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, #0000ff 46%);
  }
}
#overview .overview {
  width: 100%;
}
#overview .overview_img {
  padding-bottom: 50%;
}
@media (max-width: 576px) {
  #overview .overview_img {
    padding-bottom: 100%;
    display: flex;
    justify-content: center;
    height: 110vh;
  }
  #overview .overview_img img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: auto;
  }
}
#overview .overview_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* màu đen, độ mờ 40% */
  pointer-events: none; /* để click xuyên qua */
}
#overview .overview_content {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 10% 80% 10%;
  grid-template-rows: 6% 28% 16% 26% 24%;
  width: 50%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  width: 100%;
}
@media (max-width: 576px) {
  #overview .overview_content {
    grid-template-rows: 12% 23% 23% 24% 18%;
    grid-template-columns: 3% 94% 3%;
  }
}
@media (max-width: 375px) {
  #overview .overview_content {
    grid-template-rows: 8% 15% 25% 30% 22%;
  }
}
#overview .overview_content .detail--title {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  grid-area: 2/2/3/3;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 576px) {
  #overview .overview_content .detail--title {
    width: 100%;
  }
}
#overview .overview_content .detail--title div:first-child {
  margin: 0 auto;
}
#overview .overview_content .detail--title div:nth-child(2) .title {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  margin: 0 auto;
  font-family: "Futura BT";
  font-weight: 900;
  text-transform: uppercase;
  font-size: var(--font--size--ocdt2--min576);
  letter-spacing: -4px;
  word-spacing: -18px;
  text-shadow: 5px 5px rgba(45, 44, 44, 0.5);
  margin-top: -5px;
}
@media (max-width: 1280px) {
  #overview .overview_content .detail--title div:nth-child(2) .title {
    letter-spacing: -3px;
    word-spacing: -4px;
    text-shadow: 2px 2px rgba(45, 44, 44, 0.5);
  }
}
@media (max-width: 1024px) {
  #overview .overview_content .detail--title div:nth-child(2) .title {
    letter-spacing: -3px;
    word-spacing: -4px;
    text-shadow: 2px 2px rgba(45, 44, 44, 0.5);
  }
}
@media (max-width: 576px) {
  #overview .overview_content .detail--title div:nth-child(2) .title {
    font-size: var(--font--size--ocdt2--max576);
    letter-spacing: -3px;
    word-spacing: -4px;
    text-shadow: 2px 2px rgba(45, 44, 44, 0.5);
  }
}
@media (min-width: 1920px) {
  #overview .overview_content .detail--title div:nth-child(2) .title {
    letter-spacing: -11px;
  }
}
#overview .overview_content .detail--title div:nth-child(2) .subtitle {
  clear: both;
}
#overview .overview_content .detail--title div:nth-child(2) .subtitle p {
  white-space: nowrap;
  margin: 0 auto;
  margin-top: -20px;
  font-family: "Futura BT";
  font-weight: 900;
  text-transform: uppercase;
  font-size: var(--font--size--ocdt3--min576);
  text-shadow: 5px 5px rgba(45, 44, 44, 0.5);
  /* @media (max-width: 1024px) {
      font-size: 1.8rem;
      letter-spacing: -3px;
      word-spacing: -4px;
      margin-top: -10px;
      text-shadow: 2px 2px rgb(45 44 44 / 50%);
  } */
}
@media (max-width: 1280px) {
  #overview .overview_content .detail--title div:nth-child(2) .subtitle p {
    /* font-size: 1.8rem; */
    letter-spacing: -3px;
    word-spacing: -4px;
    margin-top: -10px;
    text-shadow: 2px 2px rgba(45, 44, 44, 0.5);
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  #overview .overview_content .detail--title div:nth-child(2) .subtitle p {
    font-size: var(--font--size--ocdt3--min576max1024);
    letter-spacing: -1px;
    word-spacing: -13px;
    margin-top: -10px;
    text-shadow: 2px 2px rgba(45, 44, 44, 0.5);
  }
}
@media (max-width: 576px) {
  #overview .overview_content .detail--title div:nth-child(2) .subtitle p {
    font-size: var(--font--size--ocdt3--max576);
    letter-spacing: -1px;
    word-spacing: -13px;
    margin-top: -10px;
    text-shadow: 2px 2px rgba(45, 44, 44, 0.5);
  }
}
@media (min-width: 1920px) {
  #overview .overview_content .detail--title div:nth-child(2) .subtitle p {
    /* font-size: calc(100vw / 34); */
    /* letter-spacing: -4px; */
  }
}
#overview .overview_content .detail--description {
  width: 100%;
  text-align: center;
  grid-area: 4/2/5/3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#overview .overview_content .detail--description p {
  width: 100%;
  font-size: var(--font--size--ocdp--min576);
  font-family: "Pretendard";
  font-weight: 900;
  white-space: nowrap;
}
@media (max-width: 576px) {
  #overview .overview_content .detail--description p {
    font-size: var(--font--size--ocdp--max576);
  }
}
@media (max-width: 460px) {
  #overview .overview_content .detail--description p {
    font-size: var(--font--size--ocdp--max576);
    line-height: 22px;
  }
}
#overview .overview_content .detail--description p:first-child {
  font-size: var(--font--size--ocdp1--min576);
}
@media (max-width: 576px) {
  #overview .overview_content .detail--description p:first-child {
    font-size: var(--font--size--ocdp1--max576);
    line-height: 22px;
  }
}
@media (max-width: 460px) {
  #overview .overview_content .detail--description p:first-child {
    font-size: var(--font--size--ocdp1--max576);
    line-height: 19px;
  }
}
#overview .overview_content .detail--description p:last-child {
  font-size: var(--font--size--ocdp1--min576);
}
@media (max-width: 576px) {
  #overview .overview_content .detail--description p:last-child {
    font-size: var(--font--size--ocdp1--max576);
    line-height: 22px;
  }
}
@media (max-width: 460px) {
  #overview .overview_content .detail--description p:last-child {
    font-size: var(--font--size--ocdp1--max576);
    line-height: 19px;
  }
}
#overview .overview_content .detail--description strong {
  color: aqua;
  font-size: var(--font--size--strong--min576);
  font-weight: 900;
}
@media (max-width: 576px) {
  #overview .overview_content .detail--description strong {
    font-size: var(--font--size--strong--max576);
  }
}

#energetic .energetic {
  position: relative;
}
@media (max-width: 576px) {
  #energetic .energetic_background img {
    width: 100%;
    height: auto;
  }
}
#energetic .energetic_ele {
  position: absolute;
  top: -45%;
  z-index: 2;
}
@media (max-width: 576px) {
  #energetic .energetic_ele {
    top: -30%;
  }
}
#energetic .energetic_ele .ele_img {
  width: 100vw;
}
#energetic .energetic_ele .ele_img .mb {
  display: none;
}
@media (max-width: 576px) {
  #energetic .energetic_ele .ele_img .pc {
    display: none;
  }
  #energetic .energetic_ele .ele_img .mb {
    display: block;
  }
}
#energetic .energetic_ele .ele_content {
  width: 100%;
  position: absolute;
  top: 50%;
}
@media (max-width: 820px) {
  #energetic .energetic_ele .ele_content {
    top: 39%;
  }
}
@media (max-width: 576px) {
  #energetic .energetic_ele .ele_content {
    top: 36%;
  }
}
#energetic .energetic_ele .ele_content-title {
  width: 26.6666666667vw;
  margin: 0 auto;
}
@media (max-width: 820px) {
  #energetic .energetic_ele .ele_content-title {
    width: 38%;
  }
}
@media (max-width: 576px) {
  #energetic .energetic_ele .ele_content-title {
    width: 65%;
  }
}
#energetic .energetic_ele .ele_content-des {
  width: 50vw;
  margin: 0 auto;
  font-size: var(--font--size--eecd--min576);
  font-family: "Pretendard";
  font-weight: 900;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  letter-spacing: -1px;
}
@media (max-width: 1280px) {
  #energetic .energetic_ele .ele_content-des {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  #energetic .energetic_ele .ele_content-des {
    width: 90%;
  }
}
@media (max-width: 576px) {
  #energetic .energetic_ele .ele_content-des {
    width: 100%;
    max-width: 95vw;
    font-size: var(--font--size--eecd--max576);
  }
}
@media (max-width: 430px) {
  #energetic .energetic_ele .ele_content-des {
    max-width: 95vw;
    width: 100%;
    font-size: var(--font--size--eecd--max576);
    margin-top: 9px;
  }
}
@media (max-width: 389px) {
  #energetic .energetic_ele .ele_content-des {
    width: 100%;
    max-width: 95vw;
    font-size: var(--font--size--eecd--max576);
  }
}
#energetic .energetic_ele .ele_content-des p {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  color: #0000ff;
  background-color: #fff;
  padding: 1px;
  margin-top: -3px;
}

#waterFighting .waterFighting {
  position: relative;
  z-index: 2;
}
#waterFighting .waterFighting_background .mb {
  display: none;
}
@media (max-width: 576px) {
  #waterFighting .waterFighting_background .pc {
    display: none;
  }
  #waterFighting .waterFighting_background .mb {
    display: block;
    margin-top: 15%;
  }
}
#waterFighting .waterFighting_ele {
  position: absolute;
  top: -20%;
  z-index: 2;
}
@media (max-width: 1024px) {
  #waterFighting .waterFighting_ele {
    top: -23%;
  }
}
@media (max-width: 576px) {
  #waterFighting .waterFighting_ele {
    top: -20%;
  }
}
#waterFighting .waterFighting_ele .ele_img {
  width: 100vw;
}
#waterFighting .waterFighting_ele .ele_img .mb {
  display: none;
}
@media (max-width: 576px) {
  #waterFighting .waterFighting_ele .ele_img .pc {
    display: none;
  }
  #waterFighting .waterFighting_ele .ele_img .mb {
    display: block;
  }
}
#waterFighting .waterFighting_ele .ele_content {
  width: 100%;
  position: absolute;
  top: 28%;
}
@media (max-width: 820px) {
  #waterFighting .waterFighting_ele .ele_content {
    top: 20%;
  }
}
@media (max-width: 430px) {
  #waterFighting .waterFighting_ele .ele_content {
    top: 22%;
  }
}
#waterFighting .waterFighting_ele .ele_content-title {
  width: 26.6666666667vw;
  margin: 0 auto;
}
@media (max-width: 820px) {
  #waterFighting .waterFighting_ele .ele_content-title {
    width: 36%;
  }
}
@media (max-width: 576px) {
  #waterFighting .waterFighting_ele .ele_content-title {
    width: 63%;
  }
}
#waterFighting .waterFighting_ele .ele_content-des {
  width: 50vw;
  margin: 0 auto;
  font-size: var(--font--size--wecd--min576);
  font-family: "Pretendard";
  font-weight: 900;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  letter-spacing: -1px;
}
@media (max-width: 1280px) {
  #waterFighting .waterFighting_ele .ele_content-des {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  #waterFighting .waterFighting_ele .ele_content-des {
    width: 90%;
  }
}
@media (max-width: 576px) {
  #waterFighting .waterFighting_ele .ele_content-des {
    width: 100%;
    max-width: 95vw;
    font-size: var(--font--size--wecd--max576);
  }
}
@media (max-width: 430px) {
  #waterFighting .waterFighting_ele .ele_content-des {
    width: 100%;
    max-width: 95vw;
    font-size: var(--font--size--wecd--max576);
    margin-top: 5px;
  }
}
@media (max-width: 389px) {
  #waterFighting .waterFighting_ele .ele_content-des {
    max-width: 95vw;
    width: 100%;
    font-size: var(--font--size--wecd--max576);
  }
}
#waterFighting .waterFighting_ele .ele_content-des p {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  color: #0000ff;
  background-color: #fff;
  padding: 2px;
}
#waterFighting .waterFighting_ele .ele_content-pinkBlue {
  width: 15%;
  margin: 0 auto;
  margin-top: 17%;
}
@media (max-width: 576px) {
  #waterFighting .waterFighting_ele .ele_content-pinkBlue {
    width: 40%;
    margin-top: 50%;
  }
}

#waterbombTime .waterbombTime {
  position: relative;
}
#waterbombTime .waterbombTime_background {
  margin-top: -10%;
}
@media (max-width: 576px) {
  #waterbombTime .waterbombTime_background img {
    width: 1440px;
    transform: translateX(-35%);
    margin-top: -54%;
  }
}
#waterbombTime .waterbombTime_ele {
  position: absolute;
  top: -25%;
  z-index: 2;
}
@media (max-width: 1024px) {
  #waterbombTime .waterbombTime_ele {
    top: -25%;
  }
}
@media (max-width: 576px) {
  #waterbombTime .waterbombTime_ele {
    top: 12%;
  }
}
#waterbombTime .waterbombTime_ele .ele_img {
  width: 100vw;
}
#waterbombTime .waterbombTime_ele .ele_img .mb {
  display: none;
}
@media (max-width: 576px) {
  #waterbombTime .waterbombTime_ele .ele_img .pc {
    display: none;
  }
  #waterbombTime .waterbombTime_ele .ele_img .mb {
    display: block;
  }
}
#waterbombTime .waterbombTime_ele .ele_content {
  width: 100%;
  position: absolute;
  top: 28%;
}
@media (max-width: 820px) {
  #waterbombTime .waterbombTime_ele .ele_content {
    top: 22%;
  }
}
#waterbombTime .waterbombTime_ele .ele_content-title {
  width: 26.6666666667vw;
  margin: 0 auto;
}
@media (max-width: 820px) {
  #waterbombTime .waterbombTime_ele .ele_content-title {
    width: 45%;
  }
}
@media (max-width: 576px) {
  #waterbombTime .waterbombTime_ele .ele_content-title {
    width: 75%;
  }
}
#waterbombTime .waterbombTime_ele .ele_content-des {
  width: 50vw;
  margin: 0 auto;
  font-size: var(--font--size--wtecd--min576);
  font-family: "Pretendard";
  font-weight: 900;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  letter-spacing: -1px;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  #waterbombTime .waterbombTime_ele .ele_content-des {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  #waterbombTime .waterbombTime_ele .ele_content-des {
    width: 65%;
  }
}
@media (max-width: 576px) {
  #waterbombTime .waterbombTime_ele .ele_content-des {
    max-width: 95vw;
    width: 100%;
    font-size: var(--font--size--wtecd--max576);
  }
}
@media (max-width: 430px) {
  #waterbombTime .waterbombTime_ele .ele_content-des {
    max-width: 95vw;
    width: 100%;
    font-size: var(--font--size--wtecd--max576);
  }
}
@media (max-width: 389px) {
  #waterbombTime .waterbombTime_ele .ele_content-des {
    max-width: 95vw;
    width: 100%;
    font-size: var(--font--size--wtecd--max576);
  }
}
#waterbombTime .waterbombTime_ele .ele_content-des p {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  color: #0000ff;
  background-color: #fff;
  padding: 2px;
  margin-top: -3px;
}

#exeprience .exeprience {
  position: relative;
}
#exeprience .exeprience_background {
  padding-bottom: 8%;
}
#exeprience .exeprience_background .mb {
  display: none;
}
@media (max-width: 576px) {
  #exeprience .exeprience_background {
    padding-top: 29%;
    padding-bottom: 41%;
  }
  #exeprience .exeprience_background .pc {
    display: none;
  }
  #exeprience .exeprience_background .mb {
    display: block;
  }
}
#exeprience .exeprience_ele {
  position: absolute;
  top: -20%;
  z-index: 2;
}
@media (max-width: 576px) {
  #exeprience .exeprience_ele {
    top: -10%;
  }
}
#exeprience .exeprience_ele .ele_img {
  width: 100vw;
}
#exeprience .exeprience_ele .ele_img .mb {
  display: none;
}
@media (max-width: 576px) {
  #exeprience .exeprience_ele .ele_img .pc {
    display: none;
  }
  #exeprience .exeprience_ele .ele_img .mb {
    display: block;
  }
}
#exeprience .exeprience_ele .ele_content {
  width: 100%;
  position: absolute;
  top: 40%;
}
@media (max-width: 830px) {
  #exeprience .exeprience_ele .ele_content {
    top: 27%;
  }
}
@media (max-width: 576px) {
  #exeprience .exeprience_ele .ele_content {
    top: 32%;
  }
}
@media (max-width: 430px) {
  #exeprience .exeprience_ele .ele_content {
    top: 29%;
  }
}
#exeprience .exeprience_ele .ele_content-title {
  width: 26.6666666667vw;
  margin: 0 auto;
}
@media (max-width: 820px) {
  #exeprience .exeprience_ele .ele_content-title {
    width: 41%;
  }
}
@media (max-width: 576px) {
  #exeprience .exeprience_ele .ele_content-title {
    width: 75%;
  }
}
#exeprience .exeprience_ele .ele_content-des {
  white-space: nowrap;
  width: 50vw;
  margin: 0 auto;
  font-size: var(--font--size--execd--min576);
  font-family: "Pretendard";
  font-weight: 900;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  letter-spacing: -1px;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  #exeprience .exeprience_ele .ele_content-des {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  #exeprience .exeprience_ele .ele_content-des {
    width: 90%;
  }
}
@media (max-width: 576px) {
  #exeprience .exeprience_ele .ele_content-des {
    width: 100%;
    max-width: 95vw;
    font-size: var(--font--size--execd--max576);
  }
}
@media (max-width: 430px) {
  #exeprience .exeprience_ele .ele_content-des {
    width: 100%;
    max-width: 95vw;
    font-size: var(--font--size--execd--max576);
    margin-top: 5px;
  }
}
@media (max-width: 389px) {
  #exeprience .exeprience_ele .ele_content-des {
    width: 100%;
    max-width: 95vw;
    font-size: var(--font--size--execd--max576);
  }
}
#exeprience .exeprience_ele .ele_content-des p {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  color: #0000ff;
  background-color: #fff;
  padding: 2px;
  margin-top: -3px;
}
#exeprience .exeprience_ele2 {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100vw;
}
#exeprience .exeprience_ele2 .mb {
  display: none;
}
@media (max-width: 576px) {
  #exeprience .exeprience_ele2 .pc {
    display: none;
  }
  #exeprience .exeprience_ele2 .mb {
    display: block;
  }
}

footer {
  height: 35.625vw;
  background-color: #00f;
  position: relative;
  width: 100%;
}
@media (max-width: 576px) {
  footer {
    height: 300px;
  }
}
@media (max-width: 430px) {
  footer {
    height: 250px;
  }
}
footer .scrollTop {
  width: 100%;
  align-items: center;
  text-align: center;
  padding-top: 5%;
}
footer .scrollTop button {
  background: none;
  border: none;
  cursor: pointer;
  width: 3.1944444444vw;
}
footer .scrollTop .mb {
  display: none;
}
@media (max-width: 576px) {
  footer .scrollTop .pc {
    display: none;
  }
  footer .scrollTop .mb {
    display: block;
    width: 20px;
  }
}
footer .contact {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 15%;
  padding: 0 5%;
}
footer .contact_logo {
  width: 7.8472222222vw;
}
@media (max-width: 576px) {
  footer .contact_logo {
    width: 10%;
  }
}
footer .contact_link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 35.625vw;
}
@media (max-width: 576px) {
  footer .contact_link {
    width: 75%;
  }
}
footer .contact_link--button {
  display: flex;
  width: 60%;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
  gap: 5%;
  cursor: pointer;
}
@media (max-width: 576px) {
  footer .contact_link--button {
    width: 65%;
    gap: 5%;
  }
}
footer .contact_link--copyright {
  margin-top: 3%;
}/*# sourceMappingURL=style.css.map */