@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Pretendard", sans-serifs;
}

body {
  background: #000;
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80px;
  z-index: 1001;
  mix-blend-mode: difference;
  display: flex;
  padding: 0 4vw;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  flex: 0 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul {
  flex: 0 0 680px;
  display: flex;
  gap: 10px;
}
header ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  list-style: none;
  color: #fff;
}

body {
  overflow: hidden;
}

.scene01 {
  position: relative;
  width: 100vw;
  height: 150vh;
}
.scene01 .sticky {
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.scene01 .logo_container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}
.scene01 .logo_container h1 {
  position: absolute;
  top: 5vh;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  font-size: 17.5vw;
  line-height: 24.53vw;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.scene01 .h_text_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
}
.scene01 .h_text_container p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.scene01 .h_text_container p:first-of-type {
  text-align: left;
}
.scene01 .h_text_container p:last-of-type {
  text-align: right;
}
.scene01 .h_text_container p span {
  color: #0fffaf;
}
.scene01 .text_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scene01 .text_container p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
}
.scene01 .text_container p span {
  position: relative;
}
.scene01 .text_container p span.glichi::after {
  content: ";&>";
  position: absolute;
  top: -10%;
  left: 100%;
  font-size: 11px;
  color: #fff;
}
.scene01 .mockup_container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  min-height: 980px;
  top: 0;
  left: 0;
  z-index: 1;
  transform-style: preserve-3d;
  perspective: 2000px;
}
.scene01 .mockup_container .video_wrap {
  overflow: hidden;
  border-radius: 16px;
  position: absolute;
  aspect-ratio: 16/9;
  z-index: 2;
  width: 705px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-26%) translateZ(0) rotateX(21deg) rotateY(-20deg) rotateZ(-1deg) skew(-13deg, -3deg) rotate(0deg);
  transform-origin: top left;
}
.scene01 .mockup_container .video_wrap video {
  width: 100%;
  height: 100%;
  background: #000;
}
.scene01 .mockup_container video {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1280px;
  transform: translateX(-50%);
}
.scene01 .button_container {
  z-index: 3;
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  padding: 16px 50px;
  background: rgba(15, 255, 175, 0.1);
  backdrop-filter: blur(2px);
  border-radius: 100px;
  cursor: pointer;
  transition: 0.6s ease-in-out;
}
.scene01 .button_container canvas {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.scene01 .button_container p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.scene01 .button_container:hover {
  background: rgba(15, 15, 15, 0.5);
}
.scene01 .qr_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
}
.scene01 .qr_container .qr_box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scene01 .qr_container .qr_box .qr_tl,
.scene01 .qr_container .qr_box .qr_tr,
.scene01 .qr_container .qr_box .qr_br,
.scene01 .qr_container .qr_box .qr_bl {
  position: absolute;
  width: 16px;
  height: 16px;
}
.scene01 .qr_container .qr_box .qr_tl {
  border-radius: 8px 0 0 0;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  top: -50px;
  left: -80px;
}
.scene01 .qr_container .qr_box .qr_tr {
  border-radius: 0 8px 0 0;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  top: -50px;
  right: -80px;
}
.scene01 .qr_container .qr_box .qr_br {
  border-radius: 0 0 8px 0;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  bottom: -50px;
  right: -80px;
}
.scene01 .qr_container .qr_box .qr_bl {
  border-radius: 0 0 0 8px;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  bottom: -50px;
  left: -80px;
}
.scene01 .qr_container .qr_box img {
  width: 100%;
}
.scene01 .qr_container p {
  position: absolute;
  top: calc(100% + 100px);
  display: flex;
  gap: 5px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
}
.scene01 .qr_container p span {
  transition: 0.2s ease-in-out;
}

.scene02 {
  position: relative;
  width: 100vw;
  height: 75vh;
  overflow: hidden;
}
.scene02::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#111, transparent);
  z-index: 1;
}

.scene03 {
  position: relative;
  width: 100vw;
  height: 400vh;
}
.scene03 .sticky {
  width: 100vw;
  height: 100vh;
  top: 0;
  position: sticky;
  overflow: hidden;
}
.scene03 .vip_protocol {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scene03 .vip_protocol > div {
  display: flex;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 128px;
  line-height: 174px;
  display: flex;
  align-items: center;
  text-align: center;
}
.scene03 .vip_protocol > div p {
  color: #ffffff;
}
.scene03 .vip_protocol > span {
  color: #0fffaf;
}
.scene03 .text_area {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.scene03 .text_area h3 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  color: #111;
}
.scene03 .text_area p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #444444;
}
.scene03 canvas#background_liner_white {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
}

.scene04 {
  position: relative;
  width: 100vw;
  height: 600vh;
}
.scene04 .sticky {
  width: 100vw;
  height: 100vh;
  top: 0;
  position: sticky;
  overflow: hidden;
}
.scene04 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
}
.scene04 .content .left_area {
  flex: 1.5 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111;
}
.scene04 .content .left_area canvas {
  width: 100%;
  height: 100%;
}
.scene04 .content .right_area {
  flex: 1 0 0;
  position: relative;
  background: #fff;
}
.scene04 .content .right_area .text_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.scene04 .content .right_area .text_wrap h3 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #111;
}
.scene04 .content .right_area .text_wrap p {
  font-family: "Pretendard";
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #444;
}

.scene05 {
  position: relative;
  width: 100vw;
  height: 600vh;
}
.scene05 .sticky {
  width: 100vw;
  height: 100vh;
  top: 0;
  position: sticky;
  overflow: hidden;
}
.scene05 .text_block {
  z-index: 1;
  position: absolute;
  top: 21%;
  left: 60%;
  transform: translate(-54%, 100%) skew(-6deg, 0deg) rotateZ(13deg) rotateX(0deg) rotate(0deg);
  display: flex;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 1.9vw;
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: center;
}
.scene05 .text_block p {
  color: #ffffff;
  white-space: nowrap;
}
.scene05 .text_block > span {
  color: #0fffaf;
}
.scene05 .text_wrapper {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scene05 .left_title {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 160%;
  text-align: left;
  color: #fff;
}
.scene05 .left_sub {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: left;
  color: #fff;
}
.scene05 .left_desc {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  color: #ccc;
}
.scene05 .mockup_layer {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 30vw;
}
.scene05 .mockup_layer img {
  width: 100%;
  max-width: 100%;
}
.scene05 .mockup_layer > img {
  transform: skew(0, 2deg) rotateX(-9deg) rotateY(-1deg);
  position: relative;
  z-index: 0;
}
.scene05 .mockup_layer .img_box {
  position: absolute;
  transform: translate(-50%, -50%) skew(-2deg, 0deg) rotateY(5deg) rotateX(-10deg) rotate(12deg);
  border-radius: 3em;
  top: 49%;
  left: 49%;
  width: 62%;
  overflow: hidden;
  z-index: 1;
}
.scene05 .mockup_layer .img_box .img02 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 2;
}
.scene05 .mockup_layer .img_box .img03 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  z-index: 3;
}
.scene05 .mockup_layer .img_box .img04 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(100%, 100%);
  z-index: 4;
}

.pointed_span {
  color: #0fffaf;
}

.scene06 {
  width: 100vw;
  padding: 200px 0;
  display: flex;
  justify-content: center;
  background: #111;
}
.scene06 .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1480px;
}
.scene06 .content .section_title {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 160%;
  text-align: left;
  color: #fff;
  margin-bottom: 100px;
}
.scene06 .content ul {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.scene06 .content ul li {
  padding: 0 40px;
  display: flex;
  align-items: flex-start;
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.scene06 .content ul li:last-of-type {
  border: none;
}
.scene06 .content ul li .icon {
  flex: 0 0 auto;
  width: 240px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.scene06 .content ul li .icon canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scene06 .content ul li .icon img {
  mix-blend-mode: lighten;
  width: 60px;
  filter: invert(1) hue-rotate(174deg);
}
.scene06 .content .info {
  flex: 0 0 70%;
  margin-left: auto;
  display: flex;
}
.scene06 .content .info p {
  font-family: "Pretendard";
  font-style: normal;
  line-height: 160%;
  text-align: left;
  color: #fff;
  word-break: keep-all;
}
.scene06 .content .info .info_title {
  flex: 0 0 180px;
  font-weight: 700;
  font-size: 20px;
  color: #0fffaf;
}
.scene06 .content .info .info_desc {
  flex: 1 0 0;
  font-weight: 400;
  font-size: 18px;
  color: #ddd;
}

.scene07 {
  width: 100vw;
  padding: 0 0 200px;
  display: flex;
  justify-content: center;
  position: relative;
  background: #111;
}
.scene07::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 20%;
  background: linear-gradient(#111, transparent);
}
.scene07 .section_title {
  z-index: 1;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 270px !important;
}
.scene07 .content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1080px;
}
.scene07 .content .section_title {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 160%;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.scene07 .content > div {
  display: flex;
  gap: 40px;
}
.scene07 .content > div ul {
  flex: 1 0 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.scene07 .content > div ul li {
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(15px);
  flex: 1 0 0;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.scene07 .content > div ul li .info {
  display: flex;
  align-items: center;
  flex: 1;
}
.scene07 .content > div ul li .info .info_title {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #fff;
}
.scene07 .content > div ul li .info .info_desc {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.scene07 .content > div ul li .info .info_desc .percent {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  text-align: center;
  color: #0fffaf;
}
.scene07 .content > div ul li .info .info_desc .percent::before {
  content: "▲";
  font-size: 14px;
  margin-right: 10px;
}
.scene07 .content > div ul li .info .info_desc .percent.down {
  color: #ff330f;
}
.scene07 .content > div ul li .info .info_desc .percent.down::before {
  content: "▼";
}
.scene07 .content > div ul li .info .info_desc .amount {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #ddd;
}
.scene07 .content > div ul li:last-of-type {
  border: none;
}

.scene08 {
  width: 100vw;
  padding: 200px 0 100px;
  display: flex;
  background: #fff;
  justify-content: center;
  overflow: hidden;
}
.scene08 .content {
  display: flex;
  flex-direction: column;
  width: 1280px;
}
.scene08 .content .section_title_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
.scene08 .content .section_title_wrap .section_title {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 160%;
  text-align: center;
  color: #111;
}
.scene08 .content .section_title_wrap .section_desc {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #444;
}
.scene08 .content .swiper_nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.scene08 .content .swiper_nav button {
  cursor: pointer;
  width: 42px;
  height: 42px;
  border: none;
  background: none;
  user-select: none;
  transition: 0.2s ease-in-out;
}
.scene08 .content .swiper_nav button.swiper_left {
  background: url("../assets/images/swiper_left.png") no-repeat center/100%;
}
.scene08 .content .swiper_nav button.swiper_right {
  background: url("../assets/images/swiper_right.png") no-repeat center/100%;
}
.scene08 .content .swiper_nav button:hover {
  transform: scale(0.9);
}
.scene08 .content .scene08_list_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.scene08 .content .scene08_list_content ul {
  display: flex;
  transition: 0.7s ease-in-out;
  align-items: center;
  width: 100%;
  gap: 20px;
  transform-style: preserve-3d;
  perspective: 3200px;
}
.scene08 .content .scene08_list_content ul li {
  flex: 1 0 0;
  aspect-ratio: 1/1.2;
  background: #111;
  border-radius: 16px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  overflow: hidden;
}
.scene08 .content .scene08_list_content ul li .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
}
.scene08 .content .scene08_list_content ul li .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
}
.scene08 .content .scene08_list_content ul li p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #fff;
}
.scene08 .content .scene08_list_content ul li p.card_title {
  font-size: 48px;
  font-weight: 700;
}
.scene08 .content .scene08_list_content ul li p.card_desc {
  color: #ddd;
}
.scene08 .content .scene08_list_content ul li p.deco_txt {
  margin-top: 60px;
}

.scene09 {
  width: 100vw;
  padding: 100px 0 200px;
  display: flex;
  background: #fff;
  justify-content: center;
}
.scene09[data-selected=pb] ul[data-menu=pb] {
  display: flex !important;
}
.scene09[data-selected=pb] li[data-menu=pb] {
  opacity: 1 !important;
}
.scene09[data-selected=offline] ul[data-menu=offline] {
  display: flex !important;
}
.scene09[data-selected=offline] li[data-menu=offline] {
  opacity: 1 !important;
}
.scene09 .content {
  display: flex;
  flex-direction: column;
  width: 1480px;
}
.scene09 .content .section_title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.scene09 .content .section_title_wrap .section_title {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 160%;
  text-align: center;
  color: #111;
}
.scene09 .content .section_title_wrap .tab_warp {
  display: flex;
  gap: 20px;
}
.scene09 .content .section_title_wrap .tab_warp li {
  list-style: none;
  cursor: pointer;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #444;
  opacity: 0.3;
}
.scene09 .content .scene09_list_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.scene09 .content .scene09_list_content ul {
  display: none;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.scene09 .content .scene09_list_content ul li {
  flex: 1 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}
.scene09 .content .scene09_list_content ul li p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #444;
}
.scene09 .content .scene09_list_content ul li .img_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
  background: #111;
}
.scene09 .content .scene09_list_content ul li .img_box .over_text {
  transition: 0.3s ease-in-out;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: #fff;
  z-index: 1;
  position: absolute;
}
.scene09 .content .scene09_list_content ul li .img_box img {
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene10 {
  width: 100vw;
  padding: 0 0 200px;
  display: flex;
  background: #fff;
  overflow: hidden;
  justify-content: center;
}
.scene10 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1480px;
}
.scene10 .content .section_title {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 160%;
  text-align: center;
  color: #111;
  margin-bottom: 60px;
}
.scene10 .content .scene10_swiper {
  width: 40vw;
}
.scene10 .content ul li {
  list-style: none;
  backdrop-filter: blur(5px);
  padding: 40px;
  height: 480px;
  display: flex;
  flex-direction: column;
  border: 1px solid #999;
  box-shadow: inset 0 0 20px 7px rgba(218, 218, 218, 0.03);
  border-radius: 16px;
  transition: 0.4s ease-in-out;
}
.scene10 .content ul li.swiper-slide-active {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 20px 7px rgba(255, 255, 255, 0.03);
  background: #111;
}
.scene10 .content ul li.swiper-slide-active .list_header p {
  color: #fff;
}
.scene10 .content ul li.swiper-slide-active .profile {
  border-color: #0fffaf;
}
.scene10 .content ul li.swiper-slide-active .list_body p {
  color: #ddd;
}
.scene10 .content ul li .list_header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.scene10 .content ul li .list_header p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 160%;
  text-align: left;
  color: #111;
}
.scene10 .content ul li .list_body {
  margin-top: auto;
  flex: 0 0 40%;
}
.scene10 .content ul li .list_body p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-align: left;
  color: #333;
  word-break: keep-all;
}
.scene10 .content ul li .profile {
  box-sizing: content-box;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 56px;
  height: 56px;
  border: 3px solid transparent;
  border-radius: 100px;
}
.scene10 .content ul li .profile img {
  width: 100%;
}

.scene11 {
  padding: 200px 0;
  display: flex;
  justify-content: center;
  background: #111;
}
.scene11 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scene11 .content p {
  text-align: center;
  color: #fff;
}
.scene11 .content .section_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
}
.scene11 .content .section_sub {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ddd;
}
.scene11 .content .section_deco {
  margin: 100px 0;
  width: 480px;
  height: 240px;
  position: relative;
}
.scene11 .content .section_deco canvas {
  width: 100%;
  height: 100%;
}
.scene11 .content .section_deco::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#111, transparent);
  z-index: 1;
}
.scene11 .content .scene11_large_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.scene11 .content .scene11_desc {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #ddd;
}
.scene11 .content .qr_container {
  margin: 120px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scene11 .content .qr_container .qr_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
}
.scene11 .content .qr_container .qr_box img {
  width: 100%;
}
.scene11 .content .qr_container p {
  display: flex;
  gap: 5px;
  margin-top: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.scene11 .content .qr_container p span {
  transition: 0.2s ease-in-out;
}

.scene12 {
  overflow: hidden;
  position: relative;
  background: #111;
}
.scene12 .flow_text {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 0;
  position: relative;
}
.scene12 .flow_text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, transparent, #111);
}
.scene12 .flow_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(275deg, transparent, #111);
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.scene12 .flow_text p {
  opacity: 0.4;
  animation: marquee 40s linear infinite;
  flex: 0 0 auto;
  white-space: nowrap;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 240px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  padding-right: 0.5ch;
}
.scene12 .flow_text p:last-of-type {
  text-align: right;
}
.scene12 .content {
  padding: 100px 0 0;
  width: 1600px;
  margin: 0 auto;
}
.scene12 .content ul li {
  list-style: none;
  backdrop-filter: blur(5px);
  padding: 60px 40px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 20px 7px rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  transition: 0.7s ease-in-out;
}
.scene12 .content ul li:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.scene12 .content ul li .list_header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.scene12 .content ul li .list_header p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: left;
  color: #fff;
}
.scene12 .content ul li .list_header span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  color: #0fffaf;
}
.scene12 .content ul li .list_body {
  margin-top: auto;
  flex: 0 0 40%;
}
.scene12 .content ul li .list_body p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  color: #ccc;
  word-break: keep-all;
  opacity: 0.7;
}

.scene13 {
  padding: 200px 0;
  display: flex;
  justify-content: center;
  background: #111;
}
.scene13 .content {
  width: 100%;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 200px;
}
.scene13 .content .section_title {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 160%;
  text-align: center;
  color: #fff;
}
.scene13 .content ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 70px;
}
.scene13 .content ul li {
  display: flex;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.scene13 .content ul li:last-of-type {
  border: none;
}
.scene13 .content ul li p {
  font-family: "Pretendard";
  font-style: normal;
  line-height: 160%;
  text-align: left;
  color: #fff;
  word-break: keep-all;
}
.scene13 .content ul li .list_title {
  flex: 0 0 30%;
  font-weight: 700;
  font-size: 20px;
  color: #0fffaf;
}
.scene13 .content ul li .list_desc {
  margin-left: auto;
  flex: 0 0 50%;
  font-weight: 400;
  line-height: 1.6;
  font-size: 20px;
  color: #ccc;
}
.scene13 .content ul li .list_desc strong {
  color: #fff;
}

footer {
  background: #111;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer > p {
  font-family: "Libre Baskerville";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 17.5vw;
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
footer > div {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
}
footer > div ul {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
footer > div ul li {
  flex: 1;
  list-style: none;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-align: left;
  color: #fff;
}
footer > div div {
  width: 160px;
  filter: invert(1);
}
footer > div div img {
  width: 100%;
}

.main_background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.main_background canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.button_wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button_wrap button {
  padding: 10px 30px;
  border: none;
  background: #111;
  backdrop-filter: blur(2px);
  border-radius: 100px;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0fffaf;
}