@charset "UTF-8";
@import url("default.css");
#page6 .pager span, #page4 .group .pager span, #page3 .pager span, #page2 .group .pager span {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  cursor: pointer;
}
#page6 .pager span::before, #page4 .group .pager span::before, #page3 .pager span::before, #page2 .group .pager span::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 100%;
  border: 1px solid #fff;
  content: "";
  transition: all 0.3s;
}
#page6 .pager span[class*=active]::before, #page4 .group .pager span[class*=active]::before, #page3 .pager span[class*=active]::before, #page2 .group .pager span[class*=active]::before {
  background-color: #fff;
}

@keyframes shining {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.bulb {
  animation: shining 1s infinite;
}

/*-------------------------------------------------
title       : 정책브리핑 청년정책 특집페이지
Author      : ㅈㅁㅈ
Create date : 2025-02-18
-------------------------------------------------*/
:root {
  --layout-width: 128rem;
}

html.active .blind {
  opacity: 1;
  visibility: visible;
}

#wrap.active {
  background-color: #1B1D1E;
}
#wrap.active #page3 {
  background-color: #1B1D1E;
}
#wrap.active #page3 h2 {
  color: #fff;
}
#wrap.active #page3 h2 span {
  color: inherit;
}

#wrap {
  position: relative;
}
#wrap:has(.shareContainer[data-share=image]) #resultContainer::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

#logo a {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 2.5rem;
  left: 4rem;
  z-index: 12;
  width: 16.6rem;
  height: 2.4rem;
  background-color: #fff;
  -webkit-mask-image: url("../img/logo.png");
          mask-image: url("../img/logo.png");
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  font-size: 2.6rem;
  color: transparent;
  transition: all 0.3s;
  white-space: nowrap;
  line-height: 0.965;
}
#logo a::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #C164EF, #7239CE);
  opacity: 0;
  transition: all 0.3s;
}
#logo a:hover, #logo a:focus {
  background-color: #111;
}

#gnb {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 100vh;
  z-index: 1;
  padding: 2rem;
  font-size: 105.555%;
  font-weight: 500;
  color: #111;
  text-align: center;
  line-height: 4.5rem;
  z-index: 11;
  white-space: nowrap;
  display: none;
}
#gnb::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  transform: translateX(-50%);
  background-color: #fff;
}
#gnb button {
  display: none;
}
#gnb .active {
  background-color: #111;
  color: #fff !important;
}
#gnb a {
  display: inline-block;
  margin: 0 4rem;
  padding: 0 2rem;
  border-radius: 4.5rem;
  vertical-align: middle;
  transition: all 0.3s;
}
#gnb a:hover, #gnb a:focus {
  background-color: #F3F4F5;
}

#header .search {
  height: 4rem;
  border: 0.2rem solid #fff;
  line-height: 3.6rem;
  position: fixed;
  right: 4rem;
  top: 2.25rem;
  z-index: 12;
  width: 20rem;
  padding: 0 2rem;
  border-radius: 4rem;
  font-size: 88.888%;
  color: #fff;
  transition: all 0.3s;
}
#header .search::after {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-family: "remixicon";
  content: "\f0d1";
  position: absolute;
  right: 2rem;
  font-size: 2.2rem;
}
#header .search:hover {
  border-color: #C164EF !important;
  color: #C164EF !important;
}
#header .share {
  position: absolute;
  right: 4rem;
  top: 1.8rem;
  z-index: 12;
  padding: 0 2rem;
  border: 2px solid #fff;
  border-radius: 3rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 4rem;
  line-height: 1;
}
#header .share::before {
  content: "\f0fe";
  font-family: "remixicon" !important;
  font-size: 2.4rem;
}
#header .share:hover, #header .share:focus {
  background: #fff;
  color: #111;
}
#header.active #gnb {
  position: fixed;
  top: 0;
}
#header.active .search,
#header.active .share {
  border-color: #111;
  color: #111;
}
#header.active #logo a::before {
  opacity: 1;
}
#header.active #logo a:hover::before, #header.active #logo a:focus::before {
  opacity: 0;
}

.sns {
  text-align: center;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.sns li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns a {
  display: inline-block;
  overflow: hidden;
  width: 6rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
  vertical-align: middle;
  border-radius: 100%;
  font-size: 3.5rem;
}
.sns .link {
  border: 1px solid #ddd;
}
.sns .blog::before {
  background: url("../img/blog.png") no-repeat 55% center;
  background-size: 40% auto;
}
.sns .facebook {
  background: #1877F2;
  color: #fff;
}
.sns .facebook::before {
  font-family: "remixicon";
  content: "\ecbc";
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
.sns .x {
  background: #000;
  color: #fff;
}
.sns .x::before {
  font-family: "remixicon";
  content: "\f3e7";
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
.sns .instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
}
.sns .instagram::before {
  font-family: "remixicon";
  content: "\ee66";
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
.sns .kakao {
  background: #FAE300;
  color: #391B1B;
}
.sns .kakao::before {
  font-family: "remixicon";
  content: "\ee6c";
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
.sns .blog {
  background: #00C73C;
  color: #fff;
}
.sns .blog::before {
  font-family: "remixicon";
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
.sns .link {
  background: #fff;
  color: #333;
}
.sns .link::before {
  font-family: "remixicon";
  content: "\eeb2";
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}

.shareContainer {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  width: 45rem;
  max-width: calc(100% - 8rem);
  margin-left: auto !important;
  margin-right: auto !important;
  position: fixed;
  z-index: -999;
  padding: 2rem 2rem 4rem;
  border-radius: 2rem;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}
.shareContainer[data-share=global] {
  top: 9rem;
  right: 4rem;
}
.shareContainer[data-share=image] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shareContainer strong {
  display: block;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  font-weight: 500;
  color: #111;
}
.shareContainer.active {
  visibility: visible;
  overflow: visible;
  width: 45rem;
  height: auto;
  opacity: 1;
  transition: all 0.3s;
  z-index: 999;
  transition: none;
}
.shareContainer .close {
  display: inline-block;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  vertical-align: middle;
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 3rem;
  font-weight: 600;
}
.shareContainer .close::before {
  transform: rotate(0);
  transition: all 0.3s;
}
.shareContainer .close:hover::before, .shareContainer .close:focus::before {
  transform: rotate(180deg);
}
.shareContainer .close::before {
  font-family: "remixicon";
  content: "\eb99";
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
.shareContainer .sns a {
  display: inline-block;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  vertical-align: middle;
  font-size: 3rem;
}

.list2 {
  padding: 10rem 0;
  background-color: #fff;
}
.list2 > li {
  width: 100rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 2rem;
  background-color: #F3F4F5;
}
.list2 > li + li {
  margin-top: 3rem;
}
.list2 > li.active button::after {
  color: #555;
  transform: translateY(-50%) rotate(180deg);
}
.list2 > li.active .bul {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  transition: all 0.3s;
  padding: 0 4rem 4rem;
}
.list2 > li button {
  display: block;
  position: relative;
  width: 100%;
  padding: 3rem 4rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
}
.list2 > li button::after {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-family: "remixicon";
  content: "\ea4e";
  position: absolute;
  right: 4rem;
  font-size: 3rem;
  font-weight: 400;
  color: #aaa;
  transition: all 0.3s;
}
.list2 .bul {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  min-width: 100%;
  padding: 0 4rem;
  transition: all 0.3s;
}
.list2 .bul > li {
  position: relative;
  padding-left: 2rem;
  text-align: left;
}
.list2 .bul > li::before {
  position: absolute;
  left: 0;
  top: auto;
  content: "";
}
.list2 .bul > li::before {
  left: 0.5rem;
  font-weight: 600;
  content: "·";
}
.list2 .bul > li + li {
  margin-top: 2rem;
}

.checklist {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  color: #111;
}
.checklist li {
  position: relative;
}
.checklist li + li {
  margin-top: 2rem;
}
.checklist input {
  position: absolute;
  z-index: -1;
}
.checklist input:hover + label, .checklist input:focus + label {
  background-color: #E5E6E8;
}
.checklist input:checked + label {
  color: #fff;
}
.checklist input:checked + label::before {
  opacity: 1;
}
.checklist label {
  position: relative;
  z-index: 0;
  height: 7rem;
  border: 0.2rem solid #F3F4F5;
  line-height: 6.6rem;
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  background-color: #F3F4F5;
  cursor: pointer;
  transition: all 0.3s;
}
.checklist label::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #C164EF, #7239CE);
  opacity: 0;
  transition: all 0.3s;
}

.btn1 {
  position: relative;
  z-index: 0;
  display: inline-block;
  overflow: hidden;
  height: 7rem;
  padding: 0 3rem;
  border-radius: 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 7rem;
  vertical-align: middle;
  transition: all 0.3s;
}
.btn1::after {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #C164EF, #7239CE);
  transition: all 0.3s;
}
.btn1:hover::after, .btn1:focus::after {
  opacity: 0.9;
}

@keyframes updown {
  100% {
    top: 0.5rem;
  }
}
#intro {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
#intro:hover .cursor, #intro:focus .cursor {
  width: 16rem;
  transition: width 0.3s;
}
#intro video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#intro .text {
  position: absolute;
  bottom: 6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  justify-content: center;
}
#intro .text .visual_txt {
  color: #fff;
  font-size: 18rem;
  line-height: 1.1;
  font-weight: 900;
  padding: 0 8rem;
}
#intro .text .menu {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 8rem;
}
#intro .text .menu .move {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #fff;
  color: #111;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 8rem;
}
#intro .text .menu .move::after {
  content: "\ea4c";
  font-family: "remixicon";
  font-size: 2.8rem;
  position: relative;
  top: 0;
  animation: updown 0.5s infinite alternate;
}
#intro .text .menu .list {
  display: flex;
  justify-content: center;
  height: 8rem;
  gap: 4rem;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  align-items: center;
  -webkit-backdrop-filter: 3.4rem;
          backdrop-filter: 3.4rem;
  border-radius: 6rem;
  overflow: hidden;
  position: relative;
}
#intro .text .menu .list::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#intro .text .menu .list > li > a {
  display: inline-block;
  vertical-align: middle;
  padding: 0.85rem 2rem;
  border-radius: 3rem;
  color: #333;
  font-weight: 500;
}
#intro .text .menu .list > li > a:hover, #intro .text .menu .list > li > a.active {
  background: #111 !important;
  color: #fff !important;
}
#intro .text .menu .list.active::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  transform: translateX(-50%);
  background-color: #fff;
}
#intro .text .menu .share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  color: #111;
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0);
  position: absolute;
  top: 0;
  right: 8rem;
}
#intro .text .menu .share::before {
  content: "\f0fe";
  font-family: "remixicon" !important;
  font-size: 2.4rem;
}
#intro .text .menu::after {
  content: "";
  display: table;
  clear: both;
}
#intro .text .menu:not(.active) .list > li > a {
  background: transparent !important;
  color: #333 !important;
}
#intro .text .menu.active {
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  transition: 0.5s;
}
#intro .text .menu.active .list {
  width: 100%;
  border-radius: 0;
  overflow: visible;
}
#intro .text .menu.active .list::before {
  background: white;
  transition: 0.5s;
}
#intro .text .menu.active .list > li > a {
  color: #333;
}
#intro .text .menu.active .move {
  left: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.425s, background 0s, border-radius 0.35s;
  border-radius: 0;
}
#intro .text .menu.active .share {
  opacity: 1;
  visibility: visible;
  right: 1rem;
  transition: 0.425s;
}
#intro .text .event {
  position: absolute;
  bottom: 0;
  right: 8rem;
}
#intro .text .event > li {
  display: inline-flex;
  padding-bottom: 5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 22rem;
  min-height: 37rem;
  background: linear-gradient(to top, #775FFC, #7C8EFF);
  border-radius: 20rem;
  line-height: 1.3;
  text-align: center;
  overflow: hidden;
}
#intro .text .event > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
#intro .text .event > li > a span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
}
#intro .text .event > li > a .txt {
  display: block;
  margin-top: 2.4rem;
  padding: 0 1.6rem;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: -0.02em;
  word-break: keep-all;
}
#intro .text .event > li > a i {
  position: absolute;
  bottom: -100%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  transition: all 0.3s;
  transition-timing-function: ease-out;
}
#intro .text .event > li > a:hover i, #intro .text .event > li > a:focus i {
  bottom: 0;
}
#intro .text .event > li small {
  font-size: 1.8rem;
  font-weight: 400;
}

.page h2 {
  padding: 16rem 0 5rem;
  font-size: 5.6rem;
  color: #111;
  text-align: center;
  line-height: 130%;
}
.page h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.page h2 i {
  display: inline-block;
  width: 8rem;
  transform: translateY(-0.25rem);
  margin-left: 0.9rem;
}
.page h2 lottie-player {
  display: block;
  width: 100%;
}
.page .txt {
  margin-top: 16rem;
}
.page .layout {
  width: 100%;
  max-width: var(--layout-width);
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .page .layout {
    padding: 0 2rem;
  }
}

#page1 .cover_page {
  position: relative;
  display: flex;
  gap: 3rem;
}
#page1 .cover_page .cover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: 5rem;
          backdrop-filter: 5rem;
  border-radius: 3rem;
  color: #fff;
  line-height: 1.3;
  transform: translate(-50%, -50%);
  padding: 5rem;
  display: none;
}
#page1 .cover_page .cover h3 {
  font-size: 6rem;
}
#page1 .cover_page .cover p {
  font-size: 2.4rem;
}
#page1 .canvas {
  width: 58.90625%;
}
#page1 .canvas-container {
  position: relative;
  z-index: 0;
  aspect-ratio: 754/496;
  max-width: 100%;
  height: auto;
  min-height: auto;
  background: linear-gradient(to bottom, #C164EF, #7239CE);
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 8rem 4rem;
  border-radius: 3rem;
  word-break: keep-all;
  overflow: hidden;
  gap: 3rem;
  height: 100%;
}
#page1 .canvas-container br.mobile {
  display: none;
}
#page1 .canvas-container strong {
  font-size: 4.8rem;
  color: #fff;
  line-height: 130%;
}
#page1 .canvas-container-link {
  height: 6rem;
  padding: 0 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 2rem;
  border: 2px solid #fff;
  border-radius: 40px;
  flex-shrink: 0;
}
#page1 .canvas-container-link:hover {
  background: #fff;
  color: #C164EF;
}
#page1 .canvas-container #canvas {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 0;
  width: 100%;
}
#page1 #canvas01,
#page1 #canvas02 {
  width: 100% !important;
  height: 100% !important;
}
#page1 #container01,
#page1 #container02 {
  position: absolute;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
#page1 #container02 {
  display: none;
}
#page1 h2 div {
  display: inline-block;
  position: relative;
}
#page1 h2 div .hasEventBox {
  position: absolute;
  left: calc(100% + 2rem);
  top: 1.2rem;
  width: 10rem;
  height: 10rem;
  background: url(../img/hasEventBox-background.png) no-repeat center center/contain;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
  padding-left: 0.65rem;
}
#page1 h2 div .hasEventBox-motion {
  width: 2.4rem;
}
#page1 h2 div .hasEventBox-title {
  width: 6.5rem;
}
#page1 .list {
  max-width: 100%;
  color: #333;
  text-align: center;
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  width: 38.75%;
}
#page1 .list > li {
  width: calc(50% - 0.8rem);
}
#page1 .list > li > a {
  position: relative;
  z-index: 0;
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-radius: 3rem;
  word-break: keep-all;
}
#page1 .list > li > a strong {
  display: block;
  font-size: 3.2rem;
  color: #111;
  transform: translateY(0);
  transition: all 0.3s;
}
#page1 .list > li > a p {
  margin: 2rem 0 3rem;
  transform: translateY(0);
  transition: all 0.3s;
}
#page1 .list > li > a span {
  display: inline-block;
  height: 4.2rem;
  margin-top: 3rem;
  padding: 0 2rem;
  border-radius: 4.2rem;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 88.888%;
  font-weight: 600;
  color: #111;
  vertical-align: middle;
  line-height: 4.2rem;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s;
}
#page1 .list > li > a i {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
#page1 .list > li > a i img {
  min-width: 22rem;
  transform: translateY(100%);
  transition: all 0.3s;
}
#page1 .list > li > a b {
  display: block;
  font-size: 7.8rem;
  line-height: 1.1;
  background: linear-gradient(#fff 0%, transparent 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transform: translateY(100%);
  display: none;
}
#page1 .txt {
  overflow: hidden;
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 2.8rem;
  font-weight: 500;
  color: #333;
  line-height: 16rem;
  white-space: nowrap;
}
#page1 .txt::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 10000%;
  height: 1px;
  background-color: #ddd;
  content: "";
}
#page1 .txt span {
  padding: 0 1.5rem;
}
#page1 .txt p {
  display: flex;
  float: left;
  animation: txt 15s infinite linear;
}
#page1 .txt img {
  display: inline-block;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
}
#page1 .txt li {
  overflow: hidden;
  width: 10000%;
}
#page1 .txt li:nth-child(2) p {
  transform: translateX(-100%);
  animation-direction: reverse;
}
#page1 .eventBox {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: url(../img/eventBox.jpg) no-repeat center center/cover;
  padding: 4rem 2.8rem 2.4rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#page1 .eventBox-title {
  padding: 0 1.6rem;
  font-size: 4.8rem;
  font-weight: 900;
  text-shadow: 0px 0px 1rem rgba(226, 124, 129, 0.5);
  line-height: 1.1;
  color: #fff;
  display: none;
}
#page1 .eventBox-title i {
  color: #FFEE00;
}
#page1 .eventBox-title-mobile {
  display: none;
  color: #fff;
  position: relative;
}
#page1 .eventBox-title-mobile-item {
  display: inline-flex;
  overflow: hidden;
}
#page1 .eventBox-gift {
  position: absolute;
  right: -14px;
  top: -14px;
}
#page1 .eventBox-information {
  border-end-end-radius: 2rem;
  padding: 1.6rem 2.8rem;
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 440/330;
  display: none;
}
#page1 .eventBox-information img {
  display: block;
  width: 100%;
}
#page1 .eventBox-button {
  display: block;
  position: relative;
  z-index: 1;
}
#page1 .eventBox-button a {
  display: flex;
  height: 6.4rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
}
#page1 .eventBox-result {
  justify-content: space-between;
  padding-top: 6rem;
  background: url("../img/eventBox-result.jpg") no-repeat center center/cover;
}
#page1 .eventBox-result-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#page1 .eventBox-result-title i {
  font-weight: 800;
  color: #FFEE00;
  text-shadow: 0px 0px 10px rgba(226, 124, 129, 0.5);
  line-height: 1.1;
  font-size: 3.6rem;
  margin-bottom: 0.5rem;
}
#page1 .eventBox-result-title strong {
  font-weight: 800;
  font-size: 4.8rem;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(226, 124, 129, 0.5);
  margin-bottom: 2.2rem;
}
#page1 .eventBox-result-title p {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-wrap: balance;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  #page1 .cover_page {
    gap: 1.25rem;
  }
  #page1 .canvas-container {
    padding: 4rem;
    gap: 1.5rem;
  }
  #page1 .canvas-container strong {
    font-size: 4rem;
  }
  #page1 .eventBox-title {
    font-size: 4rem;
  }
  #page1 .eventBox-result {
    padding-top: 4rem;
  }
  #page1 .eventBox-result-title i {
    font-size: 3rem;
  }
  #page1 .eventBox-result-title strong {
    font-size: 4rem;
  }
  #page1 .eventBox-result-title p {
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  #page1 .cover_page {
    gap: 20px;
  }
  #page1 .canvas-container {
    padding: 60px 0 0;
    gap: 30px;
  }
  #page1 .canvas-container-link {
    height: 56px;
  }
  #page1 .eventBox {
    background: url(../img/eventBox-mobile.jpg) no-repeat center center/cover;
    padding: 32px 24px 24px;
  }
  #page1 .eventBox-result {
    background: linear-gradient(0deg, #C1B9FE 0%, #FF7F97 100%), #F3F4F5;
  }
  #page1 .eventBox-result-title strong {
    margin-bottom: 1rem;
  }
  #page1 .eventBox-title {
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
    font-size: 28px;
  }
  #page1 .eventBox-title i {
    display: none;
  }
  #page1 .eventBox-title-mobile {
    display: block;
  }
  #page1 .eventBox-title-mobile strong {
    font-weight: 800;
  }
  #page1 .eventBox-information {
    display: none;
  }
  #page1 .eventBox-button a {
    font-size: 15px;
    height: 56px;
  }
}
@media (max-width: 487px) {
  #page1 h2 div .hasEventBox {
    width: 65px;
    height: 65px;
    left: calc(100% + 6px);
  }
  #page1 h2 div .hasEventBox-motion {
    width: 15px;
  }
  #page1 h2 div .hasEventBox-title {
    width: 40px;
  }
  #page1 .canvas-container {
    aspect-ratio: 320/298;
  }
  #page1 .canvas-container strong {
    font-size: 28px;
  }
  #page1 .canvas-container-link {
    height: 56px;
    font-size: 15px;
  }
  #page1 .canvas-container br.mobile {
    display: block;
  }
}

@keyframes txt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup.active {
  display: flex !important;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.popup#resultContainer {
  align-items: center;
  justify-content: center;
}
.popup:has(.item.active) .item {
  display: none;
}
.popup:has(.item.active) .item.active {
  display: flex;
}
.popup:not(:has(.item.active)) .item:first-of-type {
  display: flex;
}
.popup h3 {
  height: 10rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #111;
  line-height: 1.25;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.popup .group {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 64rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  z-index: 0;
  overflow: hidden;
  border-radius: 4rem;
  background-color: #fff;
}
.popup .policy {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: calc(100dvh - 16rem);
  align-items: center;
  justify-content: center;
  display: none;
}
.popup .policy.active {
  display: flex;
}
.popup .policy-container {
  position: relative;
  max-height: 100%;
  width: 100%;
  min-height: 0;
}
.popup .policy-label {
  position: absolute;
  top: 6rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  transform: translateX(100%);
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
  z-index: 1;
}
.popup .policy-label span {
  width: 4.8rem;
  height: 5rem;
}
.popup .policy-label span:first-of-type {
  width: 6.4rem;
}
.popup .policy-label-pink {
  background: #FB2FB0;
}
.popup .policy-label-yellow {
  background: #C1F933;
}
.popup .policy-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background: linear-gradient(0deg, #775FFC 0%, #7C8EFF 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, #775FFC 0%, #3E337A 100%);
  padding: 2rem;
  overflow: hidden;
}
.popup .policy-contents {
  background: #F7F5FF;
  border-radius: 1.5rem;
  height: 100%;
  padding: 2.4rem 1.2rem;
}
.popup .policy-scroll {
  overflow: auto;
  max-height: 100%;
  padding: 0 2.8rem;
  /* 스크롤 트랙 (배경) */
  /* 스크롤 thumb (실제 드래그 부분) */
}
.popup .policy-scroll::-webkit-scrollbar {
  width: 1.2rem;
}
.popup .policy-scroll::-webkit-scrollbar-track {
  background: #f7f5ff; /* 원하는 배경 색상 */
  border-radius: 36rem;
}
.popup .policy-scroll::-webkit-scrollbar-thumb {
  background-color: #E0E0E0; /* 원하는 색상 */
  border-radius: 36rem;
  background-clip: padding-box;
}
.popup .policy-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  margin-bottom: 2.4rem;
}
.popup .policy-title span {
  color: rgba(17, 17, 17, 0.8);
  text-align: center;
  font-family: "Paperlogy";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.popup .policy-title strong {
  color: #111;
  text-align: center;
  font-family: "Paperlogy";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.popup .policy-information img {
  display: block;
  width: 100%;
}
.popup .policy-button button {
  width: 180px;
  height: 72px;
  background: #fff;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #111;
  font-family: "Paperlogy";
}
@media (max-width: 768px) {
  .popup .policy-label {
    right: 12px;
  }
  .popup .policy-wrapper {
    padding: 12px;
  }
  .popup .policy-contents {
    padding: 24px 12px 12px;
  }
  .popup .policy-scroll {
    padding: 0 8px;
  }
  .popup .policy-title span {
    font-size: 16px;
  }
  .popup .policy-title strong {
    font-size: 32px;
  }
  .popup .policy-button button {
    height: 56px;
    font-size: 15px;
  }
}
.popup-close {
  display: inline-block;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  vertical-align: middle;
  position: absolute;
  right: 3rem;
  top: 3.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #111;
  line-height: 1;
}
.popup-close::before {
  transform: rotate(0);
  transition: all 0.3s;
}
.popup-close:hover::before, .popup-close:focus::before {
  transform: rotate(180deg);
}
.popup-close::before {
  font-family: "remixicon";
  content: "\f4c7";
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
.popup h4 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #111;
  line-height: 130%;
  text-align: center;
}
.popup h4 span {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}
.popup h4 em {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #C164EF;
  line-height: 1;
}
.popup h4 strong {
  display: block;
}
.popup h4 small {
  padding: 0 0.15rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #555;
}
.popup .step {
  width: 100%;
  background: #E2E2E2;
  align-items: flex-start;
  height: 0.6rem;
  margin-bottom: 4rem;
  display: flex;
}
.popup .step span {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #C164EF 0%, #7239CE 100%);
  transition: 0.25s;
}
.popup .loading-progress {
  position: absolute;
  top: calc(50% - 5rem);
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .loader {
  position: absolute;
  top: calc(50% - 5rem);
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup:has([id^=item01].active) .step span {
  width: 33.3333%;
}
.popup:has([id^=item02].active) .step span {
  width: 66.6666%;
}
.popup:has([id^=item03].active) .step span {
  width: 100%;
}
.popup .item {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 66rem;
  max-height: calc(100vh - 30rem);
  padding: 0 4rem 10rem;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.popup .item.active {
  display: flex;
}
.popup#popup-result .item {
  background: linear-gradient(0deg, #C1B9FE 0%, #FF7F97 100%), #F3F4F5;
  padding: 3rem;
  height: 84.2rem;
  display: block;
}
.popup#popup-result .item .btns {
  margin-top: 1.6rem;
}
.popup#popup-result .popup-result-container-title {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 1.6rem;
}
.popup#popup-result .popup-result-container-title span {
  color: #FE0;
}
.popup#popup-result .popup-result-container-desc {
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  text-wrap: balance;
  word-break: keep-all;
}
.popup#popup-result .popup-result-container-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.popup#popup-result .popup-result-container-item {
  border-radius: 2rem;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.4rem 1.6rem;
}
.popup#popup-result .popup-result-container-item strong {
  font-size: 2rem;
  color: #111;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.popup#popup-result .popup-result-container-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0;
}
.popup#popup-result .popup-result-container-item ul li {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  width: 20%;
  padding: 0 0.4rem;
  position: relative;
}
.popup#popup-result .popup-result-container-item ul li::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dotted #aaa;
  position: absolute;
  top: 0;
  right: 0;
}
.popup#popup-result .popup-result-container-item ul li:nth-of-type(5n)::after {
  display: none;
}
@media (max-width: 500px) {
  .popup#popup-result .group {
    padding-top: 64px;
    padding-bottom: 0;
  }
  .popup#popup-result .item {
    padding: 3rem 2rem;
    height: auto;
  }
  .popup#popup-result .popup-result-container-title {
    font-size: 3.2rem;
  }
  .popup#popup-result .popup-result-container-desc {
    font-size: 1.6rem;
  }
  .popup#popup-result .popup-result-container-item ul li {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .popup#popup-result .popup-result-container-title {
    font-size: 2.8rem;
  }
  .popup#popup-result .popup-result-container-desc {
    font-size: 1.5rem;
  }
}
.popup#popup1 .group::before, .popup#popup1 .group::after {
  position: absolute;
  left: 0;
  top: 9.4rem;
  height: 0.6rem;
  content: "";
  transition: all 0.3s;
}
.popup#popup1 .group::before {
  z-index: -1;
  background: linear-gradient(to right, #C164EF, #7239CE);
}
.popup#popup1 .group::after {
  z-index: -2;
  width: 0;
  background-color: #E2E2E2;
}
.popup#popup1 .group[class*=type]::after {
  width: 100%;
}
.popup#popup1 .group.type1::before {
  width: 12.5%;
  transition-delay: 0.1s;
}
.popup#popup1 .group.type2::before {
  width: 25%;
  transition-delay: 0.1s;
}
.popup#popup1 .group.type3::before {
  width: 37.5%;
  transition-delay: 0.1s;
}
.popup#popup1 .group.type4::before {
  width: 50%;
  transition-delay: 0.1s;
}
.popup#popup1 .group.type5::before {
  width: 62.5%;
  transition-delay: 0.1s;
}
.popup#popup1 .group.type6::before {
  width: 75%;
  transition-delay: 0.1s;
}
.popup#popup1 .group.type7::before {
  width: 87.5%;
  transition-delay: 0.1s;
}
.popup#popup1 .group.type8::before {
  width: 100%;
  transition-delay: 0.1s;
}
.popup#popup1 .group.type9::before {
  width: 112.5%;
  transition-delay: 0.1s;
}
.popup#popup1 .group.type10::before {
  width: 125%;
  transition-delay: 0.1s;
}
.popup#popup1 .group a.prev {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  line-height: 10rem;
}
.popup#popup1 .group a.prev::before {
  font-family: "remixicon";
  content: "\ea64";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
  position: relative;
  left: 0;
  margin-right: 1rem;
  font-size: 2.5rem;
  transition: all 0.3s;
}
.popup#popup1 .group a.prev:hover::before, .popup#popup1 .group a.prev:focus::before {
  left: -1rem;
}
.popup .number {
  display: block;
  text-align: center;
  color: #C164EF;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  line-height: 1.4;
}
.popup .icon {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 4rem;
}
.popup .icon-square {
  border-radius: 4rem;
  background: linear-gradient(to bottom, #7C8EFF, #775FFC);
  line-height: inherit;
  display: inline-block;
  overflow: hidden;
  width: 16rem;
  height: 16rem;
  text-align: center;
  line-height: 16rem;
  vertical-align: middle;
  display: block;
  aspect-ratio: 1/1;
}
.popup .icon-square img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.popup .img {
  text-align: center;
  margin-bottom: 2rem;
}
.popup .btns {
  display: flex;
  gap: 1rem;
  margin-top: 4rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.popup .btn {
  border-radius: 2rem;
  padding: 0 3.5rem;
  display: flex;
  align-items: center;
  height: 7.2rem;
  font-size: 2rem;
  font-weight: 600;
  border: 1px solid #aaa;
  color: #111;
  gap: 0.4rem;
  position: relative;
}
.popup .btn i {
  font-size: 2.4rem;
  font-weight: 400;
}
.popup .btn:hover::after {
  display: block;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 2px solid #555;
  border-radius: 2rem;
  position: absolute;
  top: -1px;
  left: -1px;
}
.popup .btn.black {
  background: #272B2F;
  border-color: #272B2F;
  color: #fff;
}
.popup .btn.black:hover, .popup .btn.black:focus-visible {
  background: rgba(39, 43, 47, 0.9);
  border-color: rgba(39, 43, 47, 0.9);
}
.popup .btn.black::after {
  display: none !important;
}
.popup .btn.gradient {
  background: linear-gradient(90deg, #C164EF 0%, #7239CE 100%);
  color: #fff;
  border: none;
}
.popup .btn.gradient:hover, .popup .btn.gradient:focus-visible {
  background: linear-gradient(90deg, rgba(193, 100, 239, 0.9) 0%, rgba(114, 57, 206, 0.9) 100%);
}
.popup .btn.gradient::after {
  display: none !important;
}
.popup .selects {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.popup .selects a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 7.2rem;
  padding: 2rem 2.8rem;
  font-size: 2.4rem;
  font-weight: 600;
  border-radius: 2rem;
  line-height: 1.3;
  justify-content: center;
  text-align: center;
  background: #F3F4F5;
  color: #111;
}
.popup .selects a:hover, .popup .selects a:focus-visible {
  background: #E5E6E8;
}
.popup .selects a:active {
  background: linear-gradient(90deg, #C164EF 0%, #7239CE 100%);
  color: #fff;
}
.popup .back {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.popup .back a {
  display: flex;
  gap: 0.4rem;
  color: #555;
}
.popup .back a i {
  font-size: 2.4rem;
}
.popup .back a span {
  font-size: 1.8rem;
  font-weight: 700;
}
.popup #popup1_8 .btn1 {
  margin: 4rem 0 6rem;
}
.popup #popup1_8 .btn1::before {
  font-family: "remixicon";
  content: "\eb7b";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.popup #popup1_8 i {
  display: block;
  position: relative;
  width: 100%;
  height: 10rem;
}
.popup #popup1_8 i img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: inherit;
}
.popup #popup1_8 i img + img {
  left: 100%;
}
@media (max-width: 500px) {
  .popup:has(.group) .group {
    width: 100%;
    height: 100%;
    border-radius: 0;
    max-width: 100%;
    overflow: auto;
    padding-top: 97px;
    padding-bottom: 128px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .popup h3 {
    font-size: 16px;
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
  }
  .popup h4 {
    font-size: 24px;
  }
  .popup-close {
    font-size: 24px;
    top: 2.6rem;
    z-index: 2;
    position: fixed;
  }
  .popup .btns {
    margin-top: 30px;
  }
  .popup .btn {
    padding: 0 20px;
    height: 56px;
  }
  .popup .step {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: 3px;
  }
  .popup .number {
    margin-bottom: 9px;
    font-size: 18px;
  }
  .popup .icon {
    margin: 20px 0 30px;
  }
  .popup .item {
    padding: 0 20px;
    max-height: none;
    overflow: hidden;
    min-height: 0;
    height: auto;
  }
  .popup .selects {
    gap: 1.5rem;
    margin-top: 72px;
  }
  .popup .selects a {
    min-height: 56px;
    font-size: 18px;
    padding: 16px;
    border-radius: 12px;
  }
  .popup .back {
    position: relative;
    height: auto;
    margin-top: 38px;
  }
  .popup .back a i {
    font-size: 20px;
  }
  .popup .back a span {
    font-size: 14px;
    font-weight: 400;
  }
}
#page2 .group {
  position: relative;
  z-index: 0;
  width: 128rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden;
  padding: 15rem 9rem 6rem;
  border-radius: 4rem;
  background: linear-gradient(to bottom, #775FFC, #7C8EFF);
}
#page2 .group::before {
  position: absolute;
  right: 7.5rem;
  bottom: 0;
  z-index: -1;
  width: 42.8rem;
  height: 30.6rem;
  background: url("../img/page2.png") no-repeat 0 0;
  background-size: 100% auto !important;
  content: "";
}
#page2 .group::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 22rem;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #775FFC);
  content: "";
  opacity: 0.5;
}
#page2 .group .swiper {
  overflow: visible !important;
  padding-bottom: 6.5rem;
}
#page2 .group .item {
  position: relative;
  width: 36rem;
  min-height: 25rem;
  margin-right: 3rem;
  padding: 4.5rem 4rem;
  border-radius: 2.4rem;
  background-color: #fff;
  font-size: 2.8rem;
  color: #111;
  line-height: 130%;
  word-break: keep-all;
  transition: all 0.3s;
}
#page2 .group .item span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2.4rem;
  color: #775FFC;
}
#page2 .group .item::before {
  display: inline-block;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  vertical-align: middle;
  font-family: "remixicon";
  content: "\ea6c";
  position: absolute;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  border-radius: 100%;
  border: 1px solid #111;
  background-color: #111;
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s;
}
#page2 .group .item::after {
  position: absolute;
  left: 7.5rem;
  bottom: -3.4rem;
  width: 6rem;
  height: 6rem;
  background: url("../img/arr.png") no-repeat 0 0;
  content: "";
}
#page2 .group .item:nth-child(odd) {
  top: 6.5rem;
}
#page2 .group .item.swiper-slide-prev {
  opacity: 0;
  transition-delay: 0.1s;
}
#page2 .group .item:hover::before, #page2 .group .item:focus::before {
  background-color: #fff;
  color: #111;
}
#page2 .group .item:hover span::before, #page2 .group .item:focus span::before {
  animation: face 0.5s infinite alternate;
}
#page2 .group .item.item1 span::before, #page2 .group .item.item5 span::before, #page2 .group .item.item7 span::before {
  top: -6rem;
}
#page2 .group .item.item2 span::before, #page2 .group .item.item4 span::before, #page2 .group .item.item6 span::before, #page2 .group .item.item9 span::before {
  bottom: -3.5rem;
}
#page2 .group .item.item1 span::before, #page2 .group .item.item2 span::before, #page2 .group .item.item4 span::before, #page2 .group .item.item5 span::before, #page2 .group .item.item7 span::before, #page2 .group .item.item9 span::before {
  position: absolute;
  z-index: 1;
  width: 10rem;
  height: 10rem;
  content: "";
}
#page2 .group .item.item1.item1 span::before, #page2 .group .item.item2.item1 span::before, #page2 .group .item.item4.item1 span::before, #page2 .group .item.item5.item1 span::before, #page2 .group .item.item7.item1 span::before, #page2 .group .item.item9.item1 span::before {
  background: url("../img/page2_1.png") no-repeat;
  background-size: 100% auto !important;
}
#page2 .group .item.item1.item2 span::before, #page2 .group .item.item2.item2 span::before, #page2 .group .item.item4.item2 span::before, #page2 .group .item.item5.item2 span::before, #page2 .group .item.item7.item2 span::before, #page2 .group .item.item9.item2 span::before {
  background: url("../img/page2_2.png") no-repeat;
  background-size: 100% auto !important;
}
#page2 .group .item.item1.item3 span::before, #page2 .group .item.item2.item3 span::before, #page2 .group .item.item4.item3 span::before, #page2 .group .item.item5.item3 span::before, #page2 .group .item.item7.item3 span::before, #page2 .group .item.item9.item3 span::before {
  background: url("../img/page2_3.png") no-repeat;
  background-size: 100% auto !important;
}
#page2 .group .item.item1.item4 span::before, #page2 .group .item.item2.item4 span::before, #page2 .group .item.item4.item4 span::before, #page2 .group .item.item5.item4 span::before, #page2 .group .item.item7.item4 span::before, #page2 .group .item.item9.item4 span::before {
  background: url("../img/page2_4.png") no-repeat;
  background-size: 100% auto !important;
}
#page2 .group .item.item1.item5 span::before, #page2 .group .item.item2.item5 span::before, #page2 .group .item.item4.item5 span::before, #page2 .group .item.item5.item5 span::before, #page2 .group .item.item7.item5 span::before, #page2 .group .item.item9.item5 span::before {
  background: url("../img/page2_5.png") no-repeat;
  background-size: 100% auto !important;
}
#page2 .group .item.item1.item6 span::before, #page2 .group .item.item2.item6 span::before, #page2 .group .item.item4.item6 span::before, #page2 .group .item.item5.item6 span::before, #page2 .group .item.item7.item6 span::before, #page2 .group .item.item9.item6 span::before {
  background: url("../img/page2_6.png") no-repeat;
  background-size: 100% auto !important;
}
#page2 .group .item.item1.item7 span::before, #page2 .group .item.item2.item7 span::before, #page2 .group .item.item4.item7 span::before, #page2 .group .item.item5.item7 span::before, #page2 .group .item.item7.item7 span::before, #page2 .group .item.item9.item7 span::before {
  background: url("../img/page2_7.png") no-repeat;
  background-size: 100% auto !important;
}
#page2 .group .item.item1.item8 span::before, #page2 .group .item.item2.item8 span::before, #page2 .group .item.item4.item8 span::before, #page2 .group .item.item5.item8 span::before, #page2 .group .item.item7.item8 span::before, #page2 .group .item.item9.item8 span::before {
  background: url("../img/page2_8.png") no-repeat;
  background-size: 100% auto !important;
}
#page2 .group .item.item1.item9 span::before, #page2 .group .item.item2.item9 span::before, #page2 .group .item.item4.item9 span::before, #page2 .group .item.item5.item9 span::before, #page2 .group .item.item7.item9 span::before, #page2 .group .item.item9.item9 span::before {
  background: url("../img/page2_9.png") no-repeat;
  background-size: 100% auto !important;
}
#page2 .group .item.item1 span::before {
  left: 3rem;
}
#page2 .group .item.item2 span::before {
  right: 7.5rem;
}
#page2 .group .item.item4 span::before {
  left: 11.5rem;
}
#page2 .group .item.item5 span::before {
  right: 0;
}
#page2 .group .item.item7 span::before {
  right: 1rem;
}
#page2 .group .item.item9 span::before {
  left: 11.5rem;
}
#page2 .group .pager {
  margin-top: 11.5rem;
  text-align: center;
}
#page2 .group .pager [class*=active] {
  width: 4rem;
}
#page2 .group .pager span {
  transition: all 0.3s;
}
#page2 .group .pager span::before {
  border-radius: 1.2rem;
  border: 0 none;
  background-color: rgba(255, 255, 255, 0.4);
}
#page2 .group .pager span:hover::before, #page2 .group .pager span:focus::before {
  background-color: #fff;
}
#page2 .group .arrs {
  position: absolute;
  right: 6rem;
  top: 6rem;
  z-index: 1;
  width: 11.2rem;
  color: #fff;
}
#page2 .group .arrs button {
  display: inline-block;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  vertical-align: middle;
  font-size: 3rem;
  border-radius: 1.2rem;
  border: 0.2rem solid #fff;
  transition: all 0.3s;
}
#page2 .group .arrs button[class*=prev] {
  position: absolute;
  left: 0;
}
#page2 .group .arrs button[class*=prev]::before {
  font-family: "remixicon";
  content: "\ea64";
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
#page2 .group .arrs button[class*=next] {
  position: absolute;
  right: 0;
}
#page2 .group .arrs button[class*=next]::before {
  font-family: "remixicon";
  content: "\ea6e";
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: inherit;
}
#page2 .group .arrs button:hover, #page2 .group .arrs button:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
#page2 .txt {
  position: relative;
  z-index: 0;
  height: 20rem;
  background-color: #1B1D1E;
  font-size: 0;
  white-space: nowrap;
  line-height: 20rem;
  transform: rotate(-3deg);
}
#page2 .txt::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  transform: translateX(-50%);
  background-color: #1B1D1E;
}
#page2 .txt span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  animation: txt 20s infinite linear;
}
#page2 .txt img {
  max-width: inherit;
  max-height: 65%;
  margin-right: 3rem;
}

#page2_1 .tab > .tab_btn > li > a::before {
  background: linear-gradient(to right, #7C8EFF, #775FFC);
}

@keyframes face {
  100% {
    transform: rotate(10deg);
  }
}
#wrap {
  transition: all 0.3s;
}
#wrap.active {
  background-color: #1B1D1E;
}
#wrap.active #page3 h2,
#wrap.active #page3 .list a {
  color: #fff;
}

#page6 .pager, #page4 .group .pager, #page3 .pager {
  margin-top: 4rem;
  text-align: center;
}
#page6 .pager span::before, #page4 .group .pager span::before, #page3 .pager span::before {
  border-radius: 1.2rem;
  border: 0 none;
  background-color: rgba(255, 255, 255, 0.3);
}
#page6 .pager span:hover::before, #page4 .group .pager span:hover::before, #page3 .pager span:hover::before, #page6 .pager span:focus::before, #page4 .group .pager span:focus::before, #page3 .pager span:focus::before {
  background-color: #C345C1;
}
#page6 .pager [class*=active], #page4 .group .pager [class*=active], #page3 .pager [class*=active] {
  width: 4rem;
}
#page6 .pager [class*=active]::before, #page4 .group .pager [class*=active]::before, #page3 .pager [class*=active]::before {
  background-color: #C345C1 !important;
}

#page3 {
  overflow: hidden;
  position: relative;
  padding-top: 20rem;
  margin-top: -15rem;
}
#page3 .arrs {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin-top: 31rem;
  width: var(--layout-width);
}
#page3 .swiper {
  width: 128rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
}
#page3 .list > li {
  width: 72.5rem;
  transition: all 0.3s;
}
#page3 .list strong {
  display: block;
  margin: 2rem 0 1rem;
  font-size: 2.4rem;
  font-weight: 500;
}
#page3 .list span {
  display: inline-block;
  height: 3.5rem;
  padding: 0 1rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 88.888%;
  color: #fff;
  vertical-align: middle;
  line-height: 3.5rem;
  display: none;
}
#page3 .list i {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 1.6rem;
}
#page3 .list i::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-family: "remixicon";
  content: "\f008";
  position: absolute;
  z-index: 1;
  font-size: 0;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
#page3 .list a {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  padding: 3rem;
  border-radius: 4rem;
  color: #111;
  text-align: center;
  transition: all 0.3s;
  height: 100%;
}
#page3 .list a::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, #C164EF, #7239CE);
  opacity: 0;
  transition: all 0.3s;
}
#page3 .list a:hover, #page3 .list a:focus {
  color: #fff;
}
#page3 .list a:hover::before, #page3 .list a:focus::before {
  opacity: 1;
}
#page3 .list a:hover i:before, #page3 .list a:focus i:before {
  font-size: 10rem;
  opacity: 1;
}
#page3 .list a:hover img, #page3 .list a:focus img {
  opacity: 0.7;
}
#page3 .control button {
  order: 1;
  display: block;
  z-index: 1;
  width: 7.2rem;
  height: 7.2rem;
  margin-top: -8rem;
  color: #fff;
  background-color: #333;
  border-radius: 2rem;
  transition: all 0.2s;
}
#page3 .control button.prev {
  transform: translateX(-150%);
}
#page3 .control button.next {
  transform: translateX(150%);
}
#page3 .control .next {
  float: right;
}
#page3 .control button:hover {
  background-color: #fff;
  color: #1B1D1E;
}
#page3 .control button:before {
  content: "\ea64";
  font-family: "remixicon";
  color: inherit;
  font-size: 3.2rem;
}
#page3 .control .next:before {
  content: "\ea6e";
}
#page3 .control button span {
  display: block;
  width: 0;
  height: 0;
  text-indent: -9999px;
}
#page3 .control button[class*=-disabled] {
  visibility: hidden;
  opacity: 0;
}
#page3 h2 {
  padding-top: 10rem;
}
#page3 h2 span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #555;
  font-weight: 500;
}
#page3 h2 span b {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin-left: 2rem;
  background: url("../img/page3_1.svg") no-repeat center center/104% auto;
  border: 5px solid #555;
  border-radius: 50%;
  text-indent: -9999px;
}
#page3 .tab > .tab_btn {
  background-color: rgba(255, 255, 255, 0.1);
}
#page3 .tab > .tab_btn > li > a {
  color: #BBB;
}
#page3 .tab > .tab_btn > li > a:hover,
#page3 .tab > .tab_btn > li.on > a {
  color: #fff;
}
#page3 .tab > .tab_cont {
  margin-top: 6rem;
}
#page3 .list strong {
  margin: 2rem 0 0;
  color: #fff;
}
#page3 .more {
  display: none;
  margin-top: 4rem;
  text-align: center;
}
#page3 .more a {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 8rem;
  line-height: 7.2rem;
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4rem;
  transition: all 0.2s;
}
#page3 .more a:after {
  content: "\ea4e";
  display: inline-block;
  margin-left: 0.25rem;
  font-family: "remixicon";
  font-size: 2.4rem;
}
#page3 .more a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

#page4 {
  margin-top: 0;
  padding-bottom: 10rem;
  background: linear-gradient(to bottom, #1B1D1E 35.17%, #7239CE 100%);
}
#page4 h2 {
  color: #fff;
}
#page4 .group {
  width: 128rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  color: #fff;
  max-width: 100%;
}
#page4 .group .pager span::before {
  background: rgba(255, 255, 255, 0.3) !important;
}
#page4 .group .pager span[class*=active]::before {
  background-color: #fff !important;
}
#page4 .group .item {
  width: 28rem;
}
#page4 .group .item img {
  transition: all 0.3s;
}
#page4 .group .item strong {
  display: block;
  margin-top: 1.6rem;
  font-weight: inherit;
}
#page4 .group .item i {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  border-radius: 1.6rem;
}
#page4 .group .item i::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-family: "remixicon";
  content: "\f008";
  position: absolute;
  z-index: 1;
  font-size: 0;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
#page4 .group .item:hover i:before, #page4 .group .item:focus i:before {
  font-size: 10rem;
  opacity: 1;
}
#page4 .group .item:hover img, #page4 .group .item:focus img {
  opacity: 0.7;
}

#page5 {
  padding-bottom: 10rem;
  background-color: #fff;
}
#page5 .list {
  width: 128rem;
  max-width: calc(100% - 4rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  max-width: 100%;
}
#page5 .list a {
  display: block;
}
#page5 .list li {
  flex: 1 1;
}
#page5 .list li + li {
  margin-left: 3rem;
}
#page5 .list strong {
  display: block;
  margin-top: 1rem;
  font-weight: 500;
  color: #111;
  word-break: keep-all;
}
#page5 .list strong::after {
  font-family: "remixicon";
  content: "\ea70";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
  margin-left: 0.5rem;
}
#page5 .list img {
  width: 100%;
}
#page5 .list img.mobile {
  display: none;
}

#page5-1 .box {
  padding: 6rem 4rem;
  background-color: #F3F4F5;
}
#page5-1 .box h2 {
  padding: 0 0 3rem;
  font-size: 3.6rem;
  line-height: 1.3;
}
#page5-1 .box .form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
#page5-1 .box .form input[type=text] {
  width: 36rem;
  height: 6rem;
  border: 1px solid #aaa;
  border-radius: 1.2rem;
  background: #fff;
  padding: 1.8rem 2rem;
}
#page5-1 .box .form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 6rem;
  border-radius: 1.2rem;
  padding: 0 2rem;
  background: linear-gradient(to right, #C164EF, #7239CE);
  color: #fff;
  font-size: 2rem;
}
#page5-1 .banner {
  padding: 10rem 2rem;
  background-color: #fff;
  text-align: center;
}
#page5-1 .banner a {
  width: 100rem;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  position: relative;
  padding: 6rem 6rem 6rem 61rem;
  border-radius: 2rem;
  background: linear-gradient(to right, #E2EAFF, #FAE5FF);
  text-align: left;
}
#page5-1 .banner a i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: 50.8rem;
}
#page5-1 .banner a strong {
  display: block;
  font-size: 3.2rem;
  color: #111;
  line-height: 130%;
}
#page5-1 .banner a p {
  margin: 1rem 0 2rem;
  font-size: 105%;
}
#page5-1 .banner a span {
  display: inline-block;
  height: 4.5rem;
  padding: 0 1.5rem;
  border-radius: 1rem;
  background-color: #fff;
  font-size: 88.888%;
  font-weight: 600;
  color: #111;
  vertical-align: middle;
  line-height: 4.5rem;
  transition: all 0.3s;
}
#page5-1 .banner a span::after {
  font-family: "remixicon";
  content: "\ea70";
  display: inline-block;
  position: relative;
  top: -0.1rem;
  vertical-align: middle;
  margin-left: 0.5rem;
  font-weight: 400;
}
#page5-1 .banner a:hover span, #page5-1 .banner a:focus span {
  background-color: #111;
  color: #fff;
}

#page6 {
  background: #fff;
}
#page6 .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page6 .list .item img.mobile {
  display: none;
}
#page6 .list .item-event01 {
  background: #E9DAFF;
}
#page6 .list .item-youtube {
  background: linear-gradient(90deg, #755530 49%, #321E11 51%);
}
#page6 .list .item-insta {
  background: #16093E;
}
#page6 .pager span::before {
  background-color: #ddd;
}
#page6 .pager span:hover::before, #page6 .pager span:focus::before {
  background-color: #7C8EFF;
}
#page6 .pager [class*=active]::before {
  background-color: #7C8EFF !important;
}
@media (max-width: 500px) {
  #page6 .list .item img.pc {
    display: none;
  }
  #page6 .list .item img.mobile {
    display: block;
  }
}

#page7 .group .swiper {
  width: 100%;
}
#page7 .group .swiper:not(.swiper-initialized) .list {
  display: flex;
  gap: 1rem;
}
#page7 .group .swiper:not(.swiper-initialized) .list .item {
  flex: 1;
}
#page7 .group .item .button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  background: #F3F4F5;
  padding: 5rem 0 3.1rem;
  height: 100%;
  border-radius: 3rem;
  white-space: nowrap;
}
#page7 .group .item .button strong {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.3;
  color: #111;
  text-align: center;
  margin-bottom: 0.8rem;
}
#page7 .group .item .button p {
  color: #555;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 3.2rem;
}
#page7 .group .item .button img {
  width: 14rem;
}
#page7 .group .item .button:hover {
  background: linear-gradient(0deg, #775FFC 0%, #7C8EFF 100%), linear-gradient(180deg, #C164EF 0%, #7239CE 100%), #F3F4F5;
}
#page7 .group .item .button:hover strong,
#page7 .group .item .button:hover p {
  color: #fff;
}
@media (max-width: 1024px) {
  #page7 .group .swiper {
    overflow: visible;
  }
  #page7 .group .item {
    flex-basis: 24.8rem;
  }
}
#footer {
  padding: 6rem 2rem;
  border-top: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
}
#footer address {
  display: inline;
}
#footer ul {
  margin-top: 1rem;
}
#footer strong {
  color: #333;
}
#footer li {
  display: inline;
}
#footer li + li {
  margin-left: 2rem;
}

@media (max-width: 1550px) {
  #page3 .swiper {
    overflow: visible !important;
  }
  #page4 .swiper {
    overflow: visible !important;
  }
  #intro .text .visual_txt {
    padding: 0 4rem;
  }
  #intro .text .menu {
    padding: 0 4rem;
  }
  #intro .text .menu .list {
    gap: 0.5rem;
  }
  #intro .text .menu .move {
    display: none;
  }
}
@media (max-width: 1024px) {
  #header .search {
    visibility: hidden;
    left: 2rem;
    top: 33rem;
    z-index: -1;
    width: calc(100% - 4rem);
    border-color: #F3F4F5 !important;
    background-color: #F3F4F5;
    color: #111;
    opacity: 0;
    transform: translateX(100%);
  }
  #header.active {
    height: 7.5rem;
  }
  #header.active::before {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 7.5rem;
    background-color: #fff;
    content: "";
  }
  #header.active #gnb button {
    color: #111;
  }
  #header.type1 .search {
    visibility: visible;
    z-index: 3;
    opacity: 1;
    transform: translateX(0);
  }
  #header.type1 #logo a::before {
    opacity: 1;
  }
  #header.type1 #logo a:hover::before, #header.type1 #logo a:focus::before {
    opacity: 0;
  }
  #header.type1 #gnb {
    transform: translateX(0) !important;
  }
  #header.type1 #gnb button {
    right: 4rem;
    color: #111;
  }
  #header.type1 #gnb button::before {
    transform: rotate(0);
    transition: all 0.3s;
  }
  #header.type1 #gnb button:hover::before, #header.type1 #gnb button:focus::before {
    transform: rotate(180deg);
  }
  #header.type1 #gnb button::before {
    content: "\eb99";
  }
  #header.type1 .share {
    color: #000;
  }
  #header .share {
    display: inline-block;
    overflow: hidden;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    vertical-align: middle;
    top: 2.5rem;
    right: 4rem;
    padding: 0;
    border: 0 none;
    font-size: 0;
  }
  #header .share::before {
    font-size: 2rem;
  }
  #header .share:hover, #header .share:focus {
    background: none !important;
  }
  #gnb {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 11rem 4rem;
    background-color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: left;
    transform: translate(100%) !important;
    transition: all 0.3s;
  }
  #gnb::before {
    display: none;
  }
  #gnb button {
    display: inline-block;
    overflow: hidden;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    vertical-align: middle;
    display: block;
    position: fixed;
    right: calc(100% + 4rem);
    top: 2.5rem;
    color: #fff;
    transition: all 0.3s;
  }
  #gnb button::before {
    font-family: "remixicon";
    content: "\ef3e";
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: inherit;
  }
  #gnb button:hover, #gnb button:focus {
    color: #C164EF;
  }
  #gnb a {
    display: block;
    margin: 0 0 2rem;
    border-radius: 0;
    background: none !important;
  }
  #gnb .active {
    color: #111 !important;
  }
}
@media (max-width: 1024px) {
  .shareContainer {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 260px !important;
    z-index: 102;
    right: auto !important;
  }
  .shareContainer .sns {
    justify-content: flex-start;
    width: 176px;
    margin: 0 auto;
  }
  .shareContainer .sns li {
    width: calc(33.3333333333% - 1.6666666667rem);
  }
  html:has(.shareContainer.active)::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 101;
  }
  #header .share {
    right: 2rem;
    z-index: 10;
  }
  #header .share::before {
    margin-right: -0.5rem;
    color: #fff;
  }
  html:has(#intro .menu.active) #header .share {
    position: fixed;
    top: auto;
    bottom: 2rem;
    box-shadow: 0.25rem 0.25rem 1.6rem rgba(0, 0, 0, 0.1);
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
  }
  html:has(#intro .menu.active) #header .share::before {
    color: #000;
  }
  html:has(#intro .menu.active) #header .share:hover, html:has(#intro .menu.active) #header .share:focus {
    background: #fff !important;
  }
  #intro .text {
    bottom: 0;
  }
  #intro .text .event {
    right: 4rem;
  }
  #intro .text .visual_txt {
    padding: 0 4rem;
    font-size: 10rem;
  }
  #intro .text .menu {
    padding: 0;
  }
  #intro .text .menu .move {
    display: none;
  }
  #intro .text .menu:not(.active) .list > li > a {
    color: #fff !important;
  }
  #intro .text .menu .list {
    width: 100%;
    border-radius: 0;
  }
  #intro .text .menu .list::before {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #intro .text .menu .list > li > a {
    color: #fff;
  }
  #intro .text .menu .share {
    display: none;
  }
  #intro .text .menu .visual_txt {
    margin-bottom: 12rem;
    font-size: 15rem;
  }
  #intro .text .menu .list > li span {
    display: none;
  }
  #page1 .list {
    padding-right: 0;
    background: none;
  }
  #page1 .list a {
    min-width: 100%;
  }
  #footer {
    text-align: left;
  }
  #footer li {
    display: block;
    margin: 0 !important;
  }
  #page3 .list a {
    padding: 2.5rem 2.5rem 4.5rem;
  }
  #page5-1 .banner a {
    padding: 6rem;
    text-align: center;
  }
  #page5-1 .banner a i {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: translate(0, 0);
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5rem;
    vertical-align: middle;
  }
  #page5-1 .banner a img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #intro .text {
    gap: 40px;
  }
  #intro .text .menu {
    /*margin-bottom: 15rem;*/
    white-space: nowrap;
    transition: margin 0.3s;
  }
  #intro .text .menu .list {
    gap: 1rem;
  }
  #intro .text .menu.active {
    margin-bottom: 0;
  }
  #intro .text .menu.active .list {
    padding-left: 1rem;
  }
  #intro .text .menu.active + .event {
    transform: translateY(100%);
  }
  #intro .text .event {
    right: 2rem;
    bottom: -6rem;
    transform: translateY(0);
    transition: all 0.3s;
  }
  #intro .text .event > li {
    min-height: 30rem;
    padding-bottom: 5rem;
    border-radius: 20rem 20rem 0 0;
    transition-delay: 0.2s;
  }
  #page3 .list > li {
    width: 42rem;
  }
  #page3 .control button {
    display: none !important;
  }
  #page2_1 .group .tab > .tab_cont .arrow {
    display: none !important;
  }
  #page2_1 .group .tab > .tab_cont .pager {
    min-width: 100%;
  }
  .tab > .tab_btn > li:not(:last-child) {
    margin-right: 0 !important;
  }
  .tab > .tab_btn > li > a {
    padding: 0 !important;
    font-size: inherit !important;
  }
  #page5 .list li + li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 768px) {
  #intro .menu .list .mobile_hidden {
    display: none !important;
  }
  #page1 .cover_page {
    flex-direction: column;
  }
  #page1 .canvas,
  #page1 .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .shareContainer {
    max-width: 38rem;
  }
  #intro .text {
    bottom: 0;
  }
  #intro .text .visual_txt {
    font-size: 7rem;
  }
  #intro .text .menu .move {
    display: none;
  }
  #intro .text .menu .list {
    gap: 0;
  }
  #intro .text .menu .list > li {
    padding: 1.5rem 0;
  }
  #intro .text .menu .list > li > a {
    padding: 10px;
    font-size: 14px;
  }
  .page h2 {
    padding: 6rem 0 3rem;
    font-size: 4.2rem;
  }
  .page h2 i {
    width: 5.4rem;
    transform: translateY(-0.4rem);
    margin-left: 4px;
  }
  .page .txt {
    margin-top: 6rem;
  }
  #page1 .cover_page .cover h3 {
    font-size: 3rem;
  }
  #page1 .cover_page .cover p {
    font-size: inherit;
  }
  #page1 .list > li:first-child > a {
    height: auto;
    padding: 8rem 3rem 3rem;
    font-size: inherit;
  }
  #page1 .list > li:first-child > a strong {
    font-size: 3.5rem;
  }
  #page1 .list > li > a b {
    position: absolute;
    left: 0;
    top: 3rem;
    width: 100%;
    font-size: 4.5rem;
  }
  #page1 .list > li > a i {
    width: 100%;
  }
  #page1 .list > li > a i img {
    width: 80%;
    max-width: 20rem;
  }
  #page1 .list > li:nth-child(n+2) a {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: calc(100% - 1.5rem);
  }
  #page1 .txt {
    font-size: 2.4rem;
    line-height: 12rem;
  }
  #page1 .txt img {
    max-width: 2.5rem;
    max-height: 2.5rem;
  }
  #page1 .txt span {
    padding: 0 0.75rem;
  }
  #page1 .canvas > a strong {
    font-size: 28px;
  }
  [id*=page2] .txt {
    height: 10rem !important;
    line-height: 10rem !important;
  }
  #page2_1 .group .tab > .tab_cont .swiper .list .item {
    max-width: 100%;
  }
  #page3 .list strong {
    font-size: 2rem;
  }
  #page3 .list a {
    padding: 0 !important;
    border-radius: 1.5rem;
  }
  #page3 .list a::before {
    display: none;
  }
  #page4 h2 {
    font-size: 3.7rem;
  }
  #page4 h2::before {
    margin-top: 0;
  }
  #page5 .list {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    grid-template-areas: "card01 card01 card01 card01" "card02 card02 card03 card03";
  }
  #page5 .list .card01 {
    grid-area: card01;
  }
  #page5 .list .card02 {
    grid-area: card02;
  }
  #page5 .list .card03 {
    grid-area: card03;
  }
  #page5 .list li {
    margin: 0 !important;
  }
  #page5 .list strong {
    display: none;
  }
  #page5 .list img.pc {
    display: none;
  }
  #page5 .list img.mobile {
    display: block;
  }
  #page5-1 .box .form input[type=text] {
    width: 28rem;
    font-size: 90%;
  }
  #page5-1 .box .form button {
    font-size: 90%;
    word-break: keep-all;
  }
  #page5-1 .banner a {
    padding: 3rem;
  }
  #page5-1 .banner a i {
    margin-bottom: 2rem;
  }
  #page5-1 .banner a span {
    display: block;
  }
}
/* 탭 공통(기준: 모아서 보는 정책 뉴스) */
.tab {
  text-align: center;
}

.tab > .tab_btn {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #F3F4F5;
  border-radius: 3rem;
}

.tab > .tab_btn > li {
  flex: 1 1;
}

.tab > .tab_btn > li:not(:last-child) {
  margin-right: 1rem;
}

.tab > .tab_btn > li > a {
  display: block;
  position: relative;
  padding: 0 2rem;
  color: #7A7A7A;
  font-size: 2.2rem;
  line-height: 6rem;
  font-weight: 500;
  background: transparent;
  transition: all 0.2s;
}

.tab > .tab_btn > li > a:hover,
.tab > .tab_btn > li.on > a {
  color: #fff;
  font-weight: 600;
}

.tab > .tab_btn > li > a:before {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-270deg, #C164EF 0%, #7239CE 100%), #111;
  border-radius: 2rem;
  transition: all 0.2s;
}

.tab > .tab_btn > li > a:hover:before,
.tab > .tab_btn > li.on > a:before {
  opacity: 1;
}

.tab > .tab_btn > li > a > span {
  position: relative;
}

.tab > .tab_cont > div {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  min-width: 100%;
}

.tab > .tab_cont > div.on {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  transition: all 0.3s;
}

#page2_1 {
  position: relative;
  z-index: 1;
}

#page2_1 .tab > .tab_btn {
  max-width: 100%;
}

#page2_1 .group {
  position: relative;
  /*var(--layout-width)*/
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

#page2_1 .group .tab > .tab_cont {
  position: relative;
}

#page2_1 .group .tab > .tab_cont > div {
  width: calc(100% + 8rem + 14.4rem);
  margin-left: -11.2rem;
  padding: 0 11.2rem;
  overflow: hidden;
}

#page2_1 .group .tab > .tab_cont .swiper {
  margin: 0 auto;
  overflow: visible;
}

#page2_1 .group .tab > .tab_cont .swiper .list {
  position: relative;
  z-index: 1;
  padding: 6rem 0 5.2rem;
}

#page2_1 .group .tab > .tab_cont .swiper .list .item {
  display: block;
  position: relative;
  border-radius: 3rem;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

#page2_1 .group .tab > .tab_cont .swiper .list .item[target=_blank]:before {
  content: "\ecaf";
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  background: linear-gradient(270deg, #775FFC 0%, #7C8EFF 100%);
  border-radius: 50%;
  font-family: "remixicon";
  opacity: 0;
  transition: all 0.3s;
}

#page2_1 .group .tab > .tab_cont .swiper .list .item[target=_blank]:hover::before, #page2_1 .group .tab > .tab_cont .swiper .list .item[target=_blank]:focus::before {
  opacity: 1;
}

#page2_1 .group .tab > .tab_cont .swiper .list .item .img {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 66.765%;
  border-radius: 3rem 3rem 0 0;
}

#page2_1 .group .tab > .tab_cont .swiper .list .item .img:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

#page2_1 .group .tab > .tab_cont .swiper .list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 100%;
  transform-origin: top left;
  transform: scale(1) translate(-50%, -50%);
  transition: all 0.2s;
  border-radius: 3rem 3rem 0 0;
}

#page2_1 .group .tab > .tab_cont .swiper .list .item:hover .img img {
  transform: scale(1.15) translate(-50%, -50%);
}

#page2_1 .group .tab > .tab_cont .swiper .list .item div {
  display: block;
  padding: 2rem 2rem 4rem;
  text-align: center;
}

#page2_1 .group .tab > .tab_cont .swiper .list .item div em {
  display: block;
  color: #775FFC;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

#page2_1 .group .tab > .tab_cont .swiper .list .item div strong {
  overflow: hidden;
  display: -webkit-box;
  height: 8.7rem;
  margin-top: 1.2rem;
  color: #111;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

#page2_1 .group .tab > .tab_cont .control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: calc(100% + 8rem);
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
  text-align: center;
  z-index: -1;
}

#page2_1 .group .tab > .tab_cont .pager {
  order: 2;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 100%;
}

#page2_1 .group .tab > .tab_cont .pager .swiper-pagination-bullet {
  display: block;
  width: 1.2rem;
  height: 1.26rem;
  background-color: #ddd;
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.2s;
}

#page2_1 .group .tab > .tab_cont .pager .swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.2rem;
}

#page2_1 .group .tab > .tab_cont .pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3rem;
  background-color: #7C8EFF;
}

#page2_1 .group .tab > .tab_cont .arrow {
  order: 1;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 7.2rem;
  height: 7.2rem;
  color: #111;
  background-color: #f3f4f5;
  border-radius: 2rem;
  transition: all 0.2s;
}

#page2_1 .group .tab > .tab_cont .prev {
  right: calc(100% + 4rem);
}

#page2_1 .group .tab > .tab_cont .next {
  left: calc(100% + 4rem);
}

#page2_1 .group .tab > .tab_cont .arrow:hover {
  background-color: #1B1D1E;
  color: #fff;
}

#page2_1 .group .tab > .tab_cont .arrow:before {
  content: "\ea64";
  font-family: "remixicon";
  color: inherit;
  font-size: 3.2rem;
}

#page2_1 .group .tab > .tab_cont .arrow.next:before {
  content: "\ea6e";
}

#page2_1 .group .tab > .tab_cont .arrow span {
  display: block;
  width: 0;
  height: 0;
  text-indent: -9999px;
}

#page2_1 .group .tab > .tab_cont .arrow[class*=-disabled] {
  visibility: hidden;
  opacity: 0;
}

#page2_1 .txt {
  position: relative;
  z-index: 0;
  margin-bottom: -4rem;
  height: 20rem;
  background-color: #1B1D1E;
  font-size: 0;
  white-space: nowrap;
  line-height: 20rem;
  transform: rotate(-3deg);
  display: flex;
  align-items: center;
}

#page2_1 .txt::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  width: 10000%;
  height: 100%;
  background-color: #1B1D1E;
  transform: translateX(-50%);
}

#wrap.active #page2_1 .txt::after {
  background: #1B1D1E;
}

#page2_1 .txt span {
  display: flex;
  align-items: center;
  height: 100%;
  vertical-align: middle;
  animation: txt 20s infinite linear;
}

#page2_1 .txt img {
  max-width: inherit;
  max-height: 65%;
  margin-right: 3rem;
}

#page2_1 .swiper-slide-prev, #page2_1 .swiper-slide-prev + .item + .item + .item + .item + .item {
  opacity: 0;
}

#page2_1 .swiper-slide-active + .item + .item + .item + .item {
  opacity: 0;
}
@keyframes face {
  100% {
    transform: rotate(10deg);
  }
}
@media (max-width: 768px) {
  #page2_1 .group {
    padding: 0;
  }
}
.result {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 4rem);
  max-width: 128rem;
  background: #fff;
  max-height: calc(100% - 4rem);
  overflow: auto;
  border-radius: 4rem;
  position: relative;
}
.result .layout {
  max-width: 120rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.result-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 17, 17, 0.3);
  color: #fff;
  font-size: 3.2rem;
  border-radius: 50%;
}
.result-close.goback {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  font-size: initial;
  background: transparent;
  border-radius: 0;
}
.result-image {
  width: 100%;
  max-width: 192rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
  text-align: center;
}
.result-image img {
  max-width: 100%;
}
.result-image img.mobile {
  display: none;
  width: 100%;
}
.result-image01 {
  background: #E8FFD2;
}
.result-image02 {
  background: #E6E6FF;
}
.result-image0301 {
  background: #FFF6C6;
}
.result-image0302 {
  background: #FFE3CB;
}
.result-image04 {
  background: #FFE7F4;
}
.result-image05 {
  background: #D5F3FF;
}
.result-detail {
  display: flex;
  margin: 0 -1.5rem;
  margin-bottom: 1.5rem;
}
.result-detail-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1.5rem;
  position: relative;
  flex: auto;
  flex-grow: 2;
}
.result-detail-item::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: calc(100% - 0.5px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #ddd;
}
.result-detail-item:first-of-type {
  flex-grow: 1;
}
.result-detail-item:last-of-type::after {
  display: none;
}
.result-detail-title {
  color: #111;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
.result-detail-title:first-of-type {
  margin-top: 0;
}
.result-detail-links {
  display: flex;
  gap: 2rem;
}
.result-detail-links a {
  flex: 1;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  height: 5rem;
  padding: 0.5rem 2.4rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  gap: 1rem;
  justify-content: space-between;
  color: #111;
  background: #F3F4F5;
}
.result-detail-links a i {
  color: #aaa;
  font-weight: 400;
  font-size: 2.4rem;
}
.result-detail-links-gradient a {
  background: linear-gradient(90deg, #C164EF 0%, #7239CE 100%);
  color: #fff;
}
.result-detail-links-gradient a i {
  color: #fff;
}
.result-utils {
  padding: 1.5rem 0;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
.result-utils a {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  line-height: 1.3;
  color: #111;
  height: 5rem;
  justify-content: center;
  text-align: center;
}
.result-utils a i {
  font-size: 1.8rem;
  line-height: 1;
}
.result-utils a span {
  font-size: 1.6rem;
  font-weight: 700;
}
.result-utils a.shareImage, .result-utils a.downloadImage {
  border: 1px solid #aaa;
  border-radius: 1.6rem;
}
.result-utils a.downloadImage {
  padding: 0 2.8rem;
  margin-left: auto;
}
.result-utils a.shareImage {
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .result-detail {
    flex-direction: column;
    gap: 3rem;
    margin-left: 0;
    margin-right: 0;
  }
  .result-detail-item {
    padding: 0;
  }
  .result-detail-item::after {
    display: none;
  }
}
@media (max-width: 500px) {
  .result-image img.pc {
    display: none;
  }
  .result-image img.mobile {
    display: block;
  }
  .result-detail-item::after {
    display: none;
  }
  .result-detail-links {
    flex-direction: column;
    gap: 1.5rem;
  }
  .result-detail-links a {
    flex: auto;
    height: 6.4rem;
    font-size: 2rem;
  }
  .result-utils a {
    height: 40px;
    gap: 3px;
  }
  .result-utils a i {
    font-size: 18px;
  }
  .result-utils a span {
    font-size: 15px;
  }
  .result-utils a span span {
    display: none;
  }
  .result-utils a.downloadImage {
    padding: 0 10px;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0.3;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}
.loading-progress {
  display: block;
  width: 48px;
  height: 36px;
  position: relative;
}
.loading-progress-item {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: loading 1.2s ease-in-out infinite;
  left: 0;
  background: #000;
}
.loading-progress-item:nth-of-type(2) {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.2s;
}
.loading-progress-item:nth-of-type(3) {
  left: auto;
  right: 0;
  animation-delay: 0.4s;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader i {
  animation: loader 1.25s linear infinite;
  font-size: 10rem;
  color: #ccc;
  opacity: 0.75;
}