@charset "UTF-8";
@import "_reset.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,700&display=swap");

#fullpage {
  width: 100%;
  height: 100vh;
}

.w1000 {
  width: 1000px !important;
}

.box {
  width: 1000px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

h2 {
  color: #d1ff3b;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  word-wrap: break-word;
}

.fs36 {
  font-size: 36px;
}

.emphasis {
  font-weight: 700;
}

#menu {
  width: 564px;
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #d1ff3b;
  border-radius: 9999px;
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  z-index: 10;
}

#menu li {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  display: flex;
  cursor: pointer;

  > image {
    width: 16.527px !important;
    height: 16px;
    max-width: fit-content;
  }
}

#menu li a {
  padding: 10px 16px;
  color: #343a3f;
  font-size: 14px;
  font-weight: 500;
  word-wrap: break-word;
  text-decoration: none;
  flex: 0 0 auto;
  border-radius: 999px;
}

#menu li.active {
  a {
    color: #fff;
    font-weight: 700;
    background: #38584b;
    color: #fff;
  }
}

#menu li:nth-child(1) a {
  .default-icon {
    display: block;
  }
  .active-icon {
    display: none;
  }
}

#menu li.active:nth-child(1) a {
  .default-icon {
    display: none;
  }
  .active-icon {
    display: block;
  }
}

.section {
  text-align: center;
  height: 100vh;
  overflow: hidden;
}

.video-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  opacity: 20%;
  width: 100%;
  height: 100vh;
  video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

#video {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-size: 100% 100vh;
  background-position: center center;
  background-size: contain;
  object-fit: cover; /*cover video background */
  opacity: 20%;
}

#section0 {
  .box {
    color: white;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;

    h2 {
      font-size: 64px;
      line-height: 64px;
      margin-bottom: 16px;
    }

    .box-text {
      margin-top: 64px;
      padding: 16px 24px;
      outline: 1px white solid;
      outline-offset: -1px;
      display: inline-flex;
      > span {
        font-size: 17px;
        font-weight: 700;
        height: 17px;
        line-height: 17px;
      }
    }
  }

  .logo {
    > img {
      width: 316px;
      height: 55px;
    }
  }

  .slogan {
    padding: 24px 0 64px 0;
    > img {
      width: 328px;
      height: 39.7px;
    }
  }
  ul.social-network {
    bottom: 64px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
  ul.social-network li {
    display: inline-block;
  }

  ul.social-network li:not(:last-child)::after {
    content: url(/assets/images/vector.svg);
    display: inline-block;
    height: 24px;
    padding: 0 20px;
    transform: translateY(-50%);
  }

  .socialIcon {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;

    > i {
      display: inline-block;
      cursor: pointer;
      width: 48px;
      height: 48px;
      cursor: pointer;
    }
    .facebook {
      background-image: url(/assets/images/facebook.svg);
    }

    .instagram {
      background-image: url(/assets/images/instagram.svg);
    }

    .youtube {
      background-image: url(/assets/images/youtube.svg);
    }

    .copy {
      background-image: url(/assets/images/copy.svg);
      width: 24px;
      height: 24px;
      vertical-align: text-bottom;
    }
  }

  .socialBar {
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    padding: 0 10px;
    img {
      height: 24px;
      vertical-align: middle;
    }
  }
}

#section0 .bg-gradient {
  width: 1353px;
  height: 1353px;
  flex-shrink: 0;
  border-radius: 1353px;
  background: radial-gradient(
    44.56% 44.56% at 50% 50%,
    rgba(46, 241, 206, 0.8) 0%,
    rgba(56, 88, 75, 0) 100%
  );
  background-blend-mode: overlay;
  position: absolute;
  top: -292px;
  left: 498px;
  z-index: 0;
  opacity: 50%;
}

#section1 {
  video {
    width: 1000px;
    margin-top: 40px;
  }
  .description {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  span {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    word-wrap: break-word;
  }
  .highlight {
    font-style: italic;
    font-weight: 700;
  }
}

#section2 {
  i {
    color: #38584b;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    word-wrap: break-word;
  }

  .content {
    margin-top: 24px;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    display: inline-flex;
    height: 482px;
    border-bottom: 1px #38584b solid;

    > div {
      width: 484px;
    }

    .description {
      color: #343a3f;
      font-size: 16px;
      font-weight: 400;
      line-height: 20.8px;
      text-align: left;
    }

    .emphasis {
      color: #38584b;
      font-weight: 600;
      line-height: 4;
    }
  }

  .bottom-description {
    color: #38584b;
    font-size: 36px;
    font-weight: 300;
    margin-top: 40px;
  }
}
#section3 {
  #brands {
    .swiper-wrapper {
      height: 100vh;
    }

    .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;

      .content {
        width: 1000px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* > div {
          flex: 1;
        } */
        > div:nth-of-type(1) {
          width: 300px;
        }
        > div:nth-of-type(2) {
          width: 339.75px;
        }
        > div:nth-of-type(3) {
          width: 360px;
        }
      }

      .title {
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
      }

      .description {
        text-align: left;
        .description-title {
          color: #fff;
          font-size: 24px;
          font-weight: 600;
          line-height: 110%; /* 26.4px */
        }

        .description-content {
          padding-top: 16px;
          color: #fff;
          font-family: Montserrat;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
        }

        .emphasis {
          font-weight: 700;
        }
      }
    }

    .brands1 {
      background: #38584b;
    }

    .brands2 {
      background: #6c6361;
    }

    .brands3 {
      background: #8fd1e1;
    }
  }

  .navigation {
    position: absolute;
    top: calc(50% + 300px);
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }

  .menuicon {
    vertical-align: middle;
  }
  .navigation li {
    display: flex;
    width: 120px;
    padding: 12px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #bdc6c2;
  }

  .navigation li.active {
    border-bottom: 3px solid #fff;
  }
  .navigation li a {
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    width: 64px;
    height: 24px;
    padding: 4.791px 0px 1.219px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .navigation li.active:nth-child(1) a {
    background-image: url("/assets/images/tab1_active.svg") !important;
  }
  .navigation li:nth-child(1) a {
    background-image: url("/assets/images/tab1.svg");
  }

  .navigation li.active:nth-child(2) a {
    background-image: url("/assets/images/tab2_active.svg") !important;
  }
  .navigation li:nth-child(2) a {
    background-image: url("/assets/images/tab2.svg");
  }

  .navigation li.active:nth-child(3) a {
    background-image: url("/assets/images/tab3_active.svg") !important;
  }
  .navigation li:nth-child(3) a {
    background-image: url("/assets/images/tab3.svg");
  }
}

/*solves problem with overflowing video in Mac with Chrome */
#section0 {
  overflow: hidden;
}

#section4 {
  .bg {
    background: url("/assets/images/section4_bg.png");
    width: 100%;
    height: 100vh;
    opacity: 20%;

    position: absolute;
    z-index: 0;
    top: 0;
  }

  .title {
    color: #38584b;
    font-size: 48px;
    font-weight: 700;
  }

  .content {
    margin-top: 24px;
    display: flex;
    gap: 32px;
    > div {
      flex: 1 1 0;
    }
  }
  .group-icon-wrap {
    height: 220px;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .subTitle {
    color: #4c8171;
    font-size: 32px;
    font-weight: 600;
    line-height: 35.2px;
    margin-top: 24px;
    text-align: left;
  }

  .description {
    margin-top: 20px;
    color: #343a3f;
    font-size: 13px;
    font-family: Montserrat;
    font-weight: 400;
    word-wrap: break-word;
    text-align: left;
  }
}

#section5 {
  h2 {
    color: #38584b;
  }
  .subTitle {
    padding-top: 8px;
    color: #343a3f;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
  }

  .register-button {
    padding: 16px 24px;
    background: linear-gradient(90deg, #2ef1ce 0%, #00c2ff 100%);
    display: inline-block;
    text-transform: none;
    cursor: pointer;
    margin-top: 32px;

    a {
      text-box-trim: trim-both;
      text-box-edge: cap alphabetic;
      text-align: center;
      color: white;
      font-size: 24px;
      font-weight: 700;
      word-wrap: break-word;
      height: 17px;
    }
  }

  .button-description {
    color: #878d96;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    margin-top: 8px;
  }

  .content {
    padding-top: 32px;
    color: #487265;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1px; 

    .area {
      color: #38584b;
      font-weight: 700;
      font-size: 24px;
      gap: 8px;
    }

    .date {
      font-size: 14px;
    }

    .location-icon {
      width: 100%;
      position: relative;
      max-height: 100%;
      overflow: hidden;
      flex-shrink: 0;
      object-fit: cover;
    }

    .location{
      color: #343a3f;
    }

    .address {
      color: #343a3f;
      text-transform: capitalize;
      font-weight: 300;
      line-height: 130%; /* 20.8px */
    }

  }

  .line-div {
    width: 45%;
    margin-top: 24px;
    position: relative;
    border-top: 0.5px solid #38584b;
    box-sizing: border-box;
    height: 0.5px;
  }

  .sub-content {
    color: #38584b;
    font-weight: 700;
  }

  .contact {
    color: #343a3f;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 18.2px;
    word-wrap: break-word;
    margin-top: 32px;

    b {
      padding-right: 4px;
      font-weight: 700;
    }
  }
}

#section6 {
  .gradient-wrap {
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    .gradient {
      width: 1353px;
      height: 1353px;
      background: radial-gradient(
        44.56% 44.56% at 50% 50%,
        rgba(46, 241, 206, 0.8) 0%,
        rgba(56, 88, 75, 0) 100%
      );
      background-blend-mode: overlay;
      border-radius: 9999px;
      margin: 0 auto;
      opacity: 80%;
    }
  }
  .subTitle {
    color: white;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    word-wrap: break-word;
  }

  .country-link {
    justify-content: center;
    align-items: center;
    gap: 40px;
    display: inline-flex;
    span {
      display: flex;
      color: #e4e3dd;
      font-size: 20px;
      font-style: italic;
      font-weight: 700;
      word-wrap: break-word;
      text-decoration: none;
    }

    span:not(:first-child) {
      margin-top: 32px;
    }

    span::before {
      content: url("/assets/images/location.svg");
      display: inline-block;
      width: 24px; /* 원하는 크기로 조정 */
      height: 24px;
      vertical-align: middle;
      margin-right: 2px; /* 텍스트와 간격 */
    }
  }

  .global {
    background-image: url(/assets/images/global.webp);
    background-size: 492px 492px;
    background-repeat: no-repeat;
    background-position: center;
    width: 492px;
    height: 492px;
    display: flex;
    align-items: center;
    justify-content: center;

    span {
      color: white;
      font-size: 48px;
      font-style: italic;
      font-weight: 700;
      word-wrap: break-word;
      text-shadow: 0px 0px 29px rgba(78, 168, 50, 1);
      line-height: 3.7rem;
    }
  }
}
/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
  color: #fff;
}

/* Hiding video controls 
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */
video::-webkit-media-controls {
  display: none !important;
}

.footer {
  height: 346px;
  display: flex;
  justify-content: center;
  align-items: center;

  .footer-content {
    display: flex;
    flex-direction: column;
    width: 1000px;
  }

  .title {
    display: inline;
    line-height: 41.6px;
    font-size: 32px;
    margin-right: 32px;
  }
  .register-button > div {
    width: 174px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    word-wrap: break-word;
    cursor: pointer;
  }
  .download {
    padding: 8px 16px;
    border: 1px white solid;
    width: 225px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    word-wrap: break-word;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;

    span::before {
      content: url("/assets/images/download.svg");
      display: inline-block;
      width: 24px; /* 원하는 크기로 조정 */
      height: 24px;
      vertical-align: middle;
      margin-right: 2px; /* 텍스트와 간격 */
    }
  }
  .download:nth-of-type(1) {
    margin-right: 16px;
  }

  .event-wrap {
    margin-top: 16px;
  }

  .register-button {
    padding: 8px 16px;
    background: linear-gradient(90deg, #2ef1ce 0%, #00c2ff 100%);
    display: inline-block;
    text-transform: none;
    cursor: pointer;
  }

  .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 18.2px;
    word-wrap: break-word;
    margin-top: 40px;
  }
}

.floating-menu {
  position: absolute;
  top: 20px;
  width: 1000px;
  text-align: right;

  .top-btn {
    z-index: 9;
    width: 56px;
    height: 56px;
    background-image: url(/assets/images/top.png);
    display: inline-block;
    background-size: cover;
    cursor: pointer;
  }
}

.fp-controlArrow {
  display: none;
}

.top-icon-wrap {
  display: flex;
  justify-content: end;
  .top-icon {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 1.4px solid #fff;
    background: #38584b;
    backdrop-filter: blur(28.000001907348633px);
    cursor: pointer;
    > img {
      width: 15px;
      height: 15px;
      z-index: 3;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
}
