@charset "UTF-8";
/*-------------------------------------------------
title       : 메인
Author      : ljh
Create date : 2026-07-08
-------------------------------------------------*/
#main {
  color: #fff;
  padding-top: 12rem;
}

section {
  position: relative;
}

.bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.bg_wrap .blur {
  position: absolute;
  border-radius: 3000rem;
  opacity: 0.2;
  background: #00C661;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}

.btn_wrap.center {
  text-align: center;
}

#visual {
  isolation: isolate;
  padding: 8.5rem 0;
  overflow: hidden;
}
#visual .bg_wrap .blur_left {
  width: 58.3rem;
  height: 57.7rem;
  top: 30%;
  left: -28rem;
}
#visual .bg_wrap .blur_right {
  width: 63.5rem;
  height: 63rem;
  bottom: 30%;
  right: -23rem;
}
#visual > .inner {
  position: relative;
  z-index: 1;
  padding: 0 2rem;
}
#visual .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 130rem;
  margin: 0 auto;
}
#visual .title_wrap h2 {
  font-size: 12.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-break: break-all;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 2rem;
}
#visual .title_wrap h2 p {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 12.9121rem;
  font-weight: 100;
  line-height: 100%;
  text-transform: uppercase;
}
#visual .title_wrap h2 p.t_bold {
  font-weight: 900;
}
#visual .title_wrap h2 p.type1 a {
  position: absolute;
  top: -2rem;
  left: -32rem;
  width: 27.4rem;
  height: 17.9rem;
  background: url(../img/main/sticker01.png) no-repeat center center/contain;
}
#visual .title_wrap h2 p.type2 {
  padding-left: 20%;
}
#visual .title_wrap h2 p.type3::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: -5.6rem;
  width: 22.1rem;
  height: 15.1rem;
  background: url(../img/main/sticker03.png) no-repeat center center/contain;
}
#visual .title_wrap h2 p.type4 {
  width: auto;
}
#visual .title_wrap h2 p.type4::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: -26rem;
  width: 18.7rem;
  height: 18.7rem;
  background: url(../img/main/sticker04.png) no-repeat center center/contain;
  -webkit-animation: sticker4 10s linear infinite;
          animation: sticker4 10s linear infinite;
}
@-webkit-keyframes sticker4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sticker4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#visual .title_wrap h2 p.type5 {
  width: auto;
  display: inline-block;
  color: #00CE65;
}
#visual .title_wrap h2 p.type5::before {
  content: "";
  position: absolute;
  bottom: -12rem;
  right: -25rem;
  width: 45rem;
  height: 21.5rem;
  background: url(../img/main/sticker05.png) no-repeat center center/contain;
}
#visual .title_wrap h2 p .btn_sticker {
  position: absolute;
  top: -13rem;
  right: -23rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 50%;
  overflow: hidden;
  -webkit-animation: sticker5 1.8s ease-in-out infinite;
          animation: sticker5 1.8s ease-in-out infinite;
}
@-webkit-keyframes sticker5 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20.081deg);
            transform: rotate(20.081deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes sticker5 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20.081deg);
            transform: rotate(20.081deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#visual .date {
  text-align: center;
  margin-top: 6.8rem;
}
#visual .date div {
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 100%;
  margin-bottom: 1.2rem;
}
#visual .date div span {
  font-size: 2.2rem;
  font-weight: 100;
  line-height: 100%;
}
#visual .date p {
  font-size: 2.2rem;
  font-weight: 100;
  line-height: 100%;
}
#visual .in_section2 {
  padding: 18rem 0 10rem 0;
}
#visual .rolling {
  overflow: hidden;
  height: 10rem;
  padding: 1.9rem 0;
  width: calc(100% + 10rem);
  margin-left: -5rem;
}
#visual .rolling > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#visual .rolling > div.rolling_track {
  -webkit-animation: rollingInfinite var(--rolling-duration, 20s) linear infinite;
          animation: rollingInfinite var(--rolling-duration, 20s) linear infinite;
  will-change: transform;
}
#visual .rolling p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-left: 16rem;
}
#visual .rolling p::before {
  content: "";
  display: block;
  position: absolute;
  left: 5.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#visual .rolling_txt {
  color: #FFF;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  background-color: #000;
  font-size: 4rem;
  font-weight: 900;
  line-height: 140%;
  text-transform: uppercase;
  font-family: "NanumSquare Neo";
}
#visual .rolling_txt p::before {
  width: 6.2rem;
  height: 6.2rem;
  background: url(../img/main/light.png) no-repeat center center/contain;
}
#visual .rolling_bnr {
  -webkit-transform: rotate(5deg) translateY(-5rem);
          transform: rotate(5deg) translateY(-5rem);
  background-color: #fff;
}
#visual .rolling_bnr p::before {
  width: 5rem;
  height: 5rem;
  background: url(../img/main/clover.png) no-repeat center center/contain;
}
@-webkit-keyframes rollingInfinite {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(var(--rolling-distance, -50%), 0, 0);
            transform: translate3d(var(--rolling-distance, -50%), 0, 0);
  }
}
@keyframes rollingInfinite {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(var(--rolling-distance, -50%), 0, 0);
            transform: translate3d(var(--rolling-distance, -50%), 0, 0);
  }
}
#visual .in_section3 .title {
  color: #FFF;
  text-align: center;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.192rem;
}
#visual .in_section3 .title p {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#visual .in_section3 .title p:nth-child(1) {
  -webkit-transform: translateX(-7.5rem);
          transform: translateX(-7.5rem);
}
#visual .in_section3 .title p:nth-child(3) {
  -webkit-transform: translateX(7.5rem);
          transform: translateX(7.5rem);
}
#visual .in_section3 .title.is-show p {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
#visual .in_section3 .title b {
  font-weight: 900;
}
#visual .in_section3 .title b .txt_fill {
  display: inline-grid;
  vertical-align: bottom;
}
#visual .in_section3 .title b .txt_fill > * {
  grid-area: 1/1;
}
#visual .in_section3 .title b .txt_fill_stroke {
  color: transparent;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00C661;
}
#visual .in_section3 .title b .txt_fill_inner {
  color: #00C661;
  -webkit-text-stroke-width: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 1s cubic-bezier(0.4, 0, 0.2, 1);
}
#visual .in_section3 .title b .txt_fill.is-fill .txt_fill_inner {
  clip-path: inset(0 0 0 0);
}

#section2 .inner {
  position: relative;
}
#section2 video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
  opacity: 1;
  border-radius: 1.2rem;
}
#section2 .txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  color: #FFF;
  text-align: center;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.192rem;
}
#section2 .txt b {
  font-weight: 900;
  color: #00C661;
}
#section2 .in_section1 {
  --s2-progress: 0;
  min-height: 180vh;
  position: relative;
  padding-top: 18rem;
}
#section2 .in_section1 .scroll_fixed {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(../img/main/blur.svg) no-repeat center center/cover;
  background-size: 120rem;
}
#section2 .in_section1 .video_wrap {
  position: relative;
  z-index: 1;
  max-width: 100vw;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
  width: calc(58.2rem + (100vw - 58.2rem) * var(--s2-progress));
  height: calc(32.7375rem + (100vh - 32.7375rem) * var(--s2-progress));
}
#section2 .in_section1 .bg_wrap {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}
#section2 .in_section1 video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: calc(1.2rem * (1 - var(--s2-progress)));
  opacity: calc(1 - 0.4 * min(var(--s2-progress) / 0.3, 1));
}
#section2 .in_section1 .txt p {
  display: inline-block;
  width: auto;
  will-change: transform;
}
#section2 .in_section2 {
  padding: 26rem 0 10rem 0;
  overflow: hidden;
}
#section2 .in_section2 > .bg_wrap .blur_right {
  width: 63.5rem;
  height: 63rem;
  top: -28%;
  left: 50%;
  -webkit-transform: translateX(34rem);
          transform: translateX(34rem);
}
#section2 .in_section2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 129.5rem;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
#section2 .in_section2 .left {
  width: calc(50% - 2.5rem);
  max-width: 63.1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
  line-height: 160%;
  letter-spacing: -0.06rem;
}
#section2 .in_section2 .left p + p {
  margin-top: 3rem;
}
#section2 .in_section2 .right {
  width: calc(50% - 2.5rem);
  max-width: 64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#section2 .in_section2 .right > div {
  width: 29rem;
  text-align: center;
}
#section2 .in_section2 .right .count {
  color: #FFF;
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 125%;
  letter-spacing: -0.192rem;
}
#section2 .in_section2 .right .count em {
  font-size: 3.2rem;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-top: 1rem;
}
#section2 .in_section2 .right .count span {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 100;
  line-height: 160%;
  letter-spacing: -0.06rem;
  margin-left: 0.4rem;
}
#section2 .in_section2 .right .s_txt {
  color: #FFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.06rem;
  opacity: 0.6;
  margin-top: 1.2rem;
}
#section2 .in_section2 .h_btn {
  margin-top: 6.4rem;
}

.h_btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 6.4rem;
  padding: 0 2.8rem 0 2rem;
  border-radius: 36rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(228, 238, 233, 0.12);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  font-size: 1.8rem;
}
.h_btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #00C661;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  pointer-events: none;
  z-index: -1;
}
.h_btn:hover {
  color: #fff;
  border-color: transparent;
}
.h_btn:hover span {
  width: 60rem;
  height: 60rem;
}
.h_btn i {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  color: #011119;
  background-color: #00C661;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.h_btn:hover i {
  color: #fff;
  background-color: #000;
}

#section3 {
  overflow: hidden;
}
#section3 .txt {
  color: #FFF;
  text-align: center;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.192rem;
  margin-bottom: 8rem;
}
#section3 .txt b {
  font-weight: 900;
  color: #00C661;
}
#section3 .inner {
  width: calc(100% - 4rem);
  max-width: 152rem;
  margin: 0 auto 12rem auto;
}
#section3 .in_section1 {
  position: relative;
  padding-top: 16rem;
}
#section3 .in_section1::before {
  content: "";
  position: absolute;
  bottom: -7rem;
  left: -22rem;
  width: 30.6rem;
  height: 30.3rem;
  background: url(../img/main/sticker06.png) no-repeat center center/contain;
}
#section3 .in_section1 h3 {
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 7 0;
  line-height: 140%;
  letter-spacing: -0.084rem;
  padding-left: 3.6rem;
  position: relative;
}
#section3 .in_section1 h3::before {
  content: "";
  width: 2.4rem;
  height: 0.3rem;
  background-color: #00C661;
  position: absolute;
  top: 1.8rem;
  left: 0;
}
#section3 .bnr_list1 {
  position: relative;
}
#section3 .bnr_list1 .list_wrap {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 3.4rem;
}
#section3 .bnr_list1 .list_wrap .ul_line {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
#section3 .bnr_list1 .list_wrap .ul_line .ul_line--before,
#section3 .bnr_list1 .list_wrap .ul_line .ul_line--after {
  position: absolute;
  left: 0;
  width: 25rem;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  will-change: transform;
}
#section3 .bnr_list1 .list_wrap .ul_line .ul_line--before {
  top: 0;
}
#section3 .bnr_list1 .list_wrap .ul_line .ul_line--after {
  bottom: 0;
}
#section3 .bnr_list1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section3 .bnr_list1 ul li {
  position: relative;
  padding: 2rem 2rem 3.2rem 2rem;
  width: 20%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
#section3 .bnr_list1 ul li:not(:nth-child(5n))::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: 0;
  width: 1px;
  height: calc(100% - 2rem);
  background-color: rgba(255, 255, 255, 0.2);
}
#section3 .bnr_list1 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 9.5rem;
}
#section3 .bnr_list1 .name {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.018rem;
  opacity: 0.5;
}
#section3 .bnr_list2 {
  margin-top: 8rem;
}
#section3 .bnr_list2 .rolling {
  margin-top: 2.4rem;
}
#section3 .bnr_list2 .rolling ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
}
#section3 .bnr_list2 .rolling ul.rolling_track {
  -webkit-animation: rollingInfinite var(--rolling-duration, 20s) linear infinite;
          animation: rollingInfinite var(--rolling-duration, 20s) linear infinite;
  will-change: transform;
}
#section3 .bnr_list2 li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2rem;
  background: #374E59;
  text-align: center;
  padding: 1.6rem;
  width: 34.6rem;
}
#section3 .bnr_list2 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 8rem;
}
#section3 .bnr_list2 .name {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.018rem;
  opacity: 0.5;
}
#section3 .btn_wrap {
  position: relative;
  margin-top: 8rem;
}
#section3 .in_section2 {
  position: relative;
  margin-bottom: 12rem;
}
#section3 .in_section2::before {
  content: "";
  position: absolute;
  top: -20rem;
  right: -25rem;
  width: 25.1rem;
  height: 32rem;
  background: url(../img/main/sticker07.png) no-repeat center center/contain;
}
#section3 .in_section2::after {
  content: "";
  position: absolute;
  bottom: 21rem;
  left: -25rem;
  width: 23rem;
  height: 24.4rem;
  background: url(../img/main/sticker08.png) no-repeat center center/contain;
}
#section3 .in_section2 .bg_wrap .blur_left {
  width: 58.3rem;
  height: 57.7rem;
  top: -10%;
  left: -28rem;
}
#section3 .in_section2 .bg_wrap .blur_right {
  width: 58.3rem;
  height: 57.7rem;
  bottom: 0;
  right: -46rem;
}
#section3 .board_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section3 .board_tab .tab_btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16rem;
  height: 6.4rem;
  padding: 1.2rem 2.4rem;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 36rem;
  border: 1px solid #E0E0E0;
}
#section3 .board_tab .tab_btn.active {
  border-color: #00C661;
  background-color: #00C661;
  color: #011119;
}
#section3 .board_tab .tab_btn.active + .tab_content {
  visibility: visible;
  opacity: 1;
  margin-top: 4.8rem;
  height: auto;
}
#section3 .board_tab .tab_content {
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  height: 0;
}
#section3 .board_tab .tab_content ul {
  border-top: 2px solid #ddd;
}
#section3 .board_tab .tab_content li {
  border-bottom: 1px solid #ddd;
}
#section3 .board_tab .tab_content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.8rem;
  padding: 3.2rem 4rem;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#section3 .board_tab .tab_content a:hover {
  background: rgba(255, 255, 255, 0.1);
}
#section3 .board_tab .tab_content a:hover > i {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #00C661;
}
#section3 .board_tab .tab_content a .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.8rem;
  width: 16rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 100;
  line-height: 120%;
  letter-spacing: -0.056rem;
  white-space: nowrap;
}
#section3 .board_tab .tab_content a .time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21rem;
  color: #fff;
  font-size: 7.2rem;
  font-weight: 100;
  line-height: 120%;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
}
#section3 .board_tab .tab_content a .label {
  min-width: 30rem;
  max-width: 35rem;
}
#section3 .board_tab .tab_content a .label span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.4rem;
  width: auto;
  padding: 0.8rem 1.8rem;
  border: 1px solid #00C661;
  border-radius: 300rem;
  color: #00C661;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.032rem;
}
#section3 .board_tab .tab_content a .label span i {
  font-size: 1.6rem;
  line-height: 1;
}
#section3 .board_tab .tab_content a p.title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
  margin: 0;
}
#section3 .board_tab .tab_content a p.title .category {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.04rem;
}
#section3 .board_tab .tab_content a p.title > span.title {
  overflow: hidden;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.036rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#section3 .board_tab .tab_content a > i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  font-size: 4.8rem;
  color: #fff;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#section4 .txt {
  max-width: 152rem;
  margin: 12rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}
#section4 .txt h3 {
  color: #FFF;
  text-align: left;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.192rem;
  margin-bottom: 1.2rem;
}
#section4 .txt b {
  font-weight: 700;
  color: #00C661;
}
#section4 .txt p {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 160%;
  letter-spacing: -0.06rem;
}

.map_wrap {
  position: relative;
  margin-top: 6.4rem;
  background-color: #011119;
}
.map_wrap .map_tone_layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #011119;
}

#section4 .map_wrap #map {
  position: relative;
  width: 100%;
  height: 72.6rem;
  background-color: #011119 !important;
  z-index: 1;
}
#section4 .map_wrap #map img,
#section4 .map_wrap #map canvas {
  -webkit-filter: brightness(0.55) grayscale(1) contrast(1.9);
          filter: brightness(0.55) grayscale(1) contrast(1.9);
}
#section4 .map_wrap #map img[src*=zoom-in],
#section4 .map_wrap #map img[src*=zoom-out],
#section4 .map_wrap #map img[alt*=확대],
#section4 .map_wrap #map img[alt*=축소] {
  -webkit-filter: none !important;
          filter: none !important;
}
#section4 .map_wrap #map .custom_pin {
  position: relative;
  isolation: isolate;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: #000;
  padding: 1.6rem 1.2rem;
  border-radius: 1.2rem;
  z-index: 10;
}
#section4 .map_wrap #map .custom_pin strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
  white-space: nowrap;
}
#section4 .map_wrap #map .custom_pin.img_pin strong {
  margin-bottom: 1rem;
}
#section4 .map_wrap #map .custom_pin img,
#section4 .map_wrap #map .custom_pin canvas,
#section4 .map_wrap #map .custom_pin svg {
  -webkit-filter: none;
          filter: none;
  mix-blend-mode: normal !important;
  opacity: 1;
}
#section4 .map_wrap #map .custom_pin:hover, #section4 .map_wrap #map .custom_pin.hover {
  background-color: #00CE65 !important;
  color: white !important;
}
#section4 .map_wrap #map .custom_pin:hover [class^=pin-arrow] svg path, #section4 .map_wrap #map .custom_pin.hover [class^=pin-arrow] svg path {
  fill: #00CE65 !important;
}
#section4 .map_wrap #map .custom_pin [class^=pin-arrow] {
  position: absolute;
}
#section4 .map_wrap #map .custom_pin [class^=pin-arrow] path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
#section4 .map_wrap #map .custom_pin .pin-arrow1 {
  right: -24px;
  top: 20px;
}
#section4 .map_wrap #map .custom_pin .pin-arrow2 {
  top: -20px;
  left: 24px;
}
#section4 .map_wrap #map .custom_pin .pin-arrow3 {
  bottom: -20px;
  left: 24px;
}

@media (max-width: 1300px) {
  #section2 .in_section2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #section2 .in_section2 .right .count {
    font-size: 5rem;
  }
  #section4 .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem;
  }
  #section4 .txt p {
    text-align: center;
  }
  #section2 .in_section2 .wrap {
    gap: 5rem 0;
  }
  #section2 .in_section2 .left {
    width: 50%;
  }
  #section2 .in_section2 .right {
    gap: 2.4rem 0;
    width: 50%;
  }
  #section3 .bnr_list1 .list_wrap ul li {
    width: 50%;
    padding: 1rem 2.6rem 2rem 2.6rem;
  }
  #section3 .bnr_list1 .list_wrap ul li img {
    max-height: 5rem;
  }
  #section3 .bnr_list1 .list_wrap ul li:not(:nth-child(2n-1))::before {
    display: none;
  }
  #section3 .bnr_list1 .list_wrap ul li:nth-child(5)::before {
    content: "";
    position: absolute;
    top: 1rem;
    right: 0;
    width: 1px;
    height: calc(100% - 2rem);
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1150px) {
  #visual .title_wrap h2 p {
    font-size: 12rem;
  }
  #section4 .txt h3,
  #section2 .txt,
  #section3 .txt,
  #section5 .txt {
    font-size: 4.8rem;
  }
  #section4 .txt h3 p,
  #section2 .txt p,
  #section3 .txt p,
  #section5 .txt p {
    display: inline;
  }
  #section4 .txt h3 p b,
  #section2 .txt p b,
  #section3 .txt p b,
  #section5 .txt p b {
    display: inline;
  }
  #section3 .in_section2 .txt p {
    display: block;
  }
  #section3 .bnr_list2 li {
    width: 28rem;
  }
  #section3 .bnr_list2 li img {
    max-height: 4.8rem;
  }
}
@media (max-width: 1080px) {
  #section2 .in_section1 .scroll_fixed {
    overflow: visible;
  }
  #section2 .in_section1 .video_wrap {
    max-width: none;
    width: auto;
    height: calc(32vh + 68vh * var(--s2-progress));
  }
  #section2 .in_section1 video {
    width: auto;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #section2 .in_section1 .txt br {
    display: none;
  }
  #section2 .in_section1 .txt p {
    display: block;
    width: 100%;
  }
  #section2 .in_section2 {
    padding-top: 40px;
  }
  #section2 .in_section2 .h_btn {
    margin-top: 32px;
  }
  #section4 .map_wrap #map {
    height: 44rem;
  }
  #visual {
    padding: 3rem 0 0 0;
  }
  #visual .in_section3 .title {
    font-size: 4rem;
  }
  #visual .title_wrap {
    padding: 5rem 0;
    max-width: 70rem;
  }
  #visual .title_wrap h2 {
    display: block;
    text-align: center;
  }
  #visual .title_wrap h2 p {
    font-size: 80px;
    margin-bottom: 3px;
  }
  #visual .title_wrap h2 p .btn_sticker {
    right: -15rem;
    top: -20rem;
  }
  #visual .title_wrap h2 p.type1 {
    display: block;
  }
  #visual .title_wrap h2 p.type1 a {
    top: -7rem;
    left: -14rem;
  }
  #visual .title_wrap h2 p.type2 {
    display: block;
  }
  #visual .title_wrap h2 p.type3 {
    display: block;
  }
  #visual .title_wrap h2 p.type4 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px);
    text-align: right;
  }
  #visual .title_wrap h2 p.type4::before {
    left: -15rem;
  }
  #visual .title_wrap h2 p.type5 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px);
    text-align: left;
  }
  #visual .title_wrap h2 p.type5::before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    bottom: -14rem;
    right: -5rem;
  }
  #visual .rolling {
    height: auto;
    padding: 10px 0;
  }
  #visual .rolling p {
    padding-left: 90px;
  }
  #visual .rolling p img {
    height: 25px;
  }
  #visual .rolling p::before {
    width: 25px;
    height: 25px;
    left: 30px;
  }
  #visual .rolling_txt {
    font-size: 20px;
  }
  #section3 .txt {
    font-size: 32px;
  }
  #section3 .board_tab .tab_content li a {
    display: block;
    padding: 3.2rem 1.2rem;
  }
  #section3 .board_tab .tab_content li a > i {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
  }
  #section3 .board_tab .tab_content li a span {
    display: inline-block;
    vertical-align: middle;
  }
  #section3 .board_tab .tab_content li a p.title {
    display: block;
  }
  #section3 .board_tab .tab_content li a p.title span.title {
    margin-top: 0.8rem;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: keep-all;
    font-size: 1.6rem;
  }
  #section3 .board_tab .tab_content li a .date {
    font-size: 2rem;
  }
  #section3 .board_tab .tab_content li a .time {
    font-size: 4rem;
    width: auto;
    margin: 2rem 0;
    margin-right: 1.2rem;
  }
  #section3 .board_tab .tab_content li a .label {
    width: auto;
    margin-left: 0;
    display: inline-block;
    margin-bottom: 2rem;
    min-width: 0;
  }
  #section3 .board_tab .tab_content li a .label span {
    padding: 0.4rem 1.2rem;
    font-size: 1.4rem;
  }
  #section2 .in_section2 .wrap {
    gap: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section2 .in_section2 .wrap .left {
    width: 100%;
    max-width: none;
  }
  #section2 .in_section2 .wrap .left p br {
    display: none;
  }
  #section2 .in_section2 .wrap .right {
    width: 100%;
    max-width: none;
  }
  #section2 .in_section2 .wrap .right > div {
    width: calc(50% - 1.2rem);
  }
  #section2 .in_section2 .wrap .right .count {
    font-size: 4rem;
  }
  #section2 .in_section2 .wrap .right .count em {
    margin-top: 0;
  }
  #section2 .in_section2 .wrap .right .count span {
    font-size: 2rem;
  }
  #section2 .in_section2 .wrap .right .s_txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 970px) {
  #section3 .board_tab .tab_btn {
    width: auto;
    padding: 1.2rem 2.4rem;
  }
}
@media (max-width: 768px) {
  #main {
    padding-top: 80px;
  }
  #section4 .map_wrap #map {
    height: 40rem;
  }
  #visual {
    padding: 0;
  }
  #visual .in_section2 {
    padding: 14rem 0 10rem 0;
  }
  #visual .title_wrap {
    padding: 140px 0 80px 0;
  }
  #visual .title_wrap h2 p {
    font-size: 70px;
  }
  #visual .title_wrap h2 p .btn_sticker {
    right: -6rem;
    top: -200px;
    width: 150px;
  }
  #visual .title_wrap h2 p.type1 {
    display: block;
  }
  #visual .title_wrap h2 p.type1 a {
    top: -16rem;
    left: -4rem;
    width: 21rem;
    z-index: 1;
  }
  #visual .title_wrap h2 p.type2 {
    display: block;
  }
  #visual .title_wrap h2 p.type3 {
    display: block;
  }
  #visual .title_wrap h2 p.type3::before {
    top: -22rem;
    left: -9.6rem;
    width: 20rem;
    z-index: 0;
  }
  #visual .title_wrap h2 p.type4::before {
    left: -10rem;
    top: 11rem;
  }
  #visual .title_wrap h2 p.type5::before {
    left: -6rem;
    right: auto;
    bottom: -14rem;
  }
  #section3 .bnr_list1 .name {
    font-size: 1.6rem;
    word-break: break-all;
  }
  #section3 .bnr_list1 .list_wrap ul li img {
    max-height: 4.4rem;
  }
}
@media (max-width: 700px) {
  #visual .title_wrap h2 p {
    font-size: 66px;
  }
}
@media (max-width: 650px) {
  #visual .title_wrap h2 p {
    font-size: 62px;
  }
}
@media (max-width: 600px) {
  #visual .title_wrap h2 p {
    font-size: 58px;
  }
  #section2 .in_section1 .video_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0 auto;
    width: calc(100% - 6.4rem * (1 - var(--s2-progress)));
    max-width: 100%;
    height: calc((100vw - 6.4rem) * 9 / 16 + (100vh - (100vw - 6.4rem) * 9 / 16) * var(--s2-progress));
  }
  #section2 .in_section1 video {
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 550px) {
  #visual .title_wrap h2 p {
    font-size: 54px;
  }
  #visual .title_wrap h2 p.type4::before {
    width: 12rem;
    height: 12rem;
    left: -8rem;
  }
  #visual .title_wrap {
    padding: 140px 0 20px 0;
  }
}
@media (max-width: 500px) {
  #visual .title_wrap h2 p {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  #visual .title_wrap h2 p {
    font-size: 46px;
  }
  #section3 .in_section2 .txt p {
    display: inline;
  }
}
@media (max-width: 360px) {
  #visual .title_wrap h2 p {
    font-size: 42px;
  }
}
@media (max-width: 320px) {
  #visual .title_wrap h2 p {
    font-size: 32px;
  }
}
.pi-popup {
  border: 0 none;
  border-radius: 20px;
  -webkit-box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.12);
}
.pi-popup .pi-popup-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 5px 20px;
  height: 48px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pi-popup .pi-popup-btn a {
  color: #616161;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.pi-popup .pi-popup-btn a::before {
  content: "닫기";
  font-size: 13px;
}
.pi-popup .pi-popup-btn a i {
  font-size: 24px;
  color: #616161;
}
.pi-popup input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.pi-popup input:checked + label::before {
  color: #00CE65;
}
.pi-popup label {
  margin-right: auto;
  font-size: 13px;
  color: #616161;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.pi-popup label::before {
  content: "\eb80";
  font-family: "remixicon";
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #e0e0e0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}