/* id */
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border: 1px solid rgba(11, 12, 37, 0.47);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: 0 1px 0 0 rgba(148, 190, 250, 0.5);
  background-color: rgba(11, 12, 37, 0.47);
  z-index: 999;

}
#banner {
  background: url('../img/bg-hero-2560.png') no-repeat center center;
  background-size: cover;
  background-position: center bottom;
  height: 962px;
}
#story {
  background: url('../img/bg-story-2560.png') no-repeat center center;
  background-size: 100%;
  background-position-y: 10%;
  height: 1000px;
}
#collection {
  background: url('../img/bg-collection-2560.png') no-repeat center center;
  background-size: cover;
  height: 1428px;
  margin-top: -100px;
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
}
#characters {
  background: url('../img/bg-characters-2560.png') no-repeat center center;
  background-size: cover;
  height: 1285px;
  z-index: -1;
  padding-top: 225px;
  margin-top: -100px;
  margin-bottom: -55px;
}
#roadmap {
  background: url('../img/bg-roadmap-2560.png') no-repeat center center;
  background-size: cover;
  height: 1429px;
  padding-top: 180px;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}
#team {
  background: url('../img/bg-team-2560.png') no-repeat center center;
  background-size: cover;
  height: auto;
  z-index: 1;
  position: relative;
  padding-top: 240px;
  margin-bottom: -100px;
}
#last {
  background: url('../img/bg-last-2560.png') no-repeat center center;
  background-size: cover;
  /*height: 3153px;*/
  z-index: -1;
  padding-top: 220px;
}

/* inner */
.inner {max-width: 1280px; height: 100%; margin: 0 auto;}
/**************************** header ****************************/
.mob-menu {display: none;}
.go-top {display: none;}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  max-width: 1280px;
  margin: 0 auto;
}
.header .mob-gnb {display: none;}
.header .logo {width: 89px;}
.header .logo img {width: 100%; display: block;}
.header .gnb a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  margin-right: 32px;
  font-weight: normal;
}
.header .gnb a:hover {
  color: #fff;
}

.header .gnb a:last-child {margin-right: 0;}
.header .rnb a{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  margin-right: 32px;
  font-weight: 600;
}
.header .rnb a:last-child{margin-right: 0;}
.header .rnb .lang {position: relative;}
.header .rnb .lang::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 32px;
  width: 24px;
  height: 24px;
  background: url('../img/ico-24-arrows-caret-down.png') no-repeat center center;
  transition: 0.5s;
}
.header .rnb .lang.on::after  {top: -5px; transform:rotateX(180deg);}
.header .rnb .lang .txt {display: inline-block; width: 40px;color: rgba(255, 255, 255, 0.8)}

.header .rnb .lang .lang-box {
  display: none;
  position: absolute;
  top:150%;
  left:50%;
  transform: translateX(-50%);
  border: 1px solid red;
  width: 144px;
  text-align: center;
  padding: 8px;
  border-radius: 12px;
  border: solid 1px #a184fb;
  background-color: #0c0e20;
}

.header .rnb .lang .lang-box.active {display: block;}

.header .rnb .lang .lang-box span{
  display: block;
  padding: 8px;
  border-radius: 24px;
  font-size: 14px;
}
.header .rnb .lang .lang-box span.eng{
  margin-bottom: 8px;
}
.header .rnb .lang .lang-box span.active{
  background-color: #a184fb;
}
/**************************** banner ****************************/
.banner {
  padding-top:130px;
}
.banner .icon {
  max-width: 575px;
  margin: 0 auto;
}
.banner .icon img {width: 100%; display: block;}

.banner .btn {
  width: 236px;
  margin: 0 auto;
}
.banner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 60px;
  line-height: 1.71;
  letter-spacing: 0.28px;
  color: #fff;
}
.banner .btn a:nth-child(1) {
  border-radius: 32px;
  border: solid 1px #a184fb;
  background-color: #0c0e20;
  margin-bottom: 10px;
}
.banner .btn a:nth-child(1) img{
  width: 22px;
  display: block;
  filter: invert(100%);
}
.banner .btn a:nth-child(2) {
  border-radius: 32px;
  border: solid 1px #ffc9ee;
  backdrop-filter: blur(10px);
}
/**************************** story ****************************/
.story {padding-top:92px;}

.story .tit-txt {
  text-shadow: 0 0 13px #ff00c7;
  font-family: JosefinSans;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.5;
  letter-spacing: 1.85px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.story .tit-txt img {
  width: 48px;
  display: block;
  margin: 0 16px;
  object-fit: contain;
}
.story .tit-txt img:nth-child(2) {
  transform: rotateY(-180deg);
}
.story .card-box {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  background: url('../img/card.png') no-repeat center center;
  padding: 64px 60px;
  border-radius: 40px;
  backdrop-filter: blur(1px);
  box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.15), inset -2px -2px 4px 0 rgba(45, 32, 172, 0.94);
}
.story .card-box .card-txt span{
  font-family: 'GyeonggiBatang';
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.story .card-box .card-txt span:last-child{
  margin-bottom: 0;
}

.story .view-more {text-align: center; margin-top: 32px;}

.story .view-more a{
  padding: 13px 39px 11px 40px;
  border-radius: 32px;
  border: solid 1px #a184fb;
  background-color: #0c0e20;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.28px;
  color: #fff;
}
/**************************** collection ****************************/
.collection {padding-top: 199px; text-align: center;}
.collection .tit-txt {
  text-shadow: 0 0 13px #ff00c7;
  font-family: JosefinSans;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.5;
  letter-spacing: 1.85px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection .tit-txt img {
  width: 48px;
  display: block;
  margin: 0 16px;
  object-fit: contain;
}

.collection .tit-txt img:nth-child(2) {
  transform: rotateY(-180deg);
}

.collection h2 {
  margin-top: 64px;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.67px;
  text-align: center;
  color: #fff;
}
.collection .desc{
  margin-top: 24px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.collection .desc span{
  display: inline-block;
  font-family: NEXONLv2GothicOTF;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 20px;
}
.collection .desc span:nth-child(2){margin-bottom: 0;}
.collection .collection-swiper1 {margin-top: 99px; width: 100%;}
.collection .collection-swiper1 .swiper-wrapper .swiper-slide{
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../img/img-pfp-neon-border.png') no-repeat center center;
  background-size: 100% 100%;
  border-radius: 16px;
  /* box-shadow: 0 0 3px 4px rgba(229, 38, 217, 0.5), 0 2px 6px 2px rgba(255, 49, 191, 0.5); */
  /* border: 1px solid #ffb2ff; */
  overflow: hidden;
}
.collection .collection-swiper1 .swiper-wrapper .swiper-slide img{
  width: 230px;
  height: 230px;
  display: block;
}
.collection .collection-swiper2 {margin-top: 40px; width: 100%;}
.collection .collection-swiper2 .swiper-wrapper .swiper-slide{
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../img/img-pfp-neon-border.png') no-repeat center center;
  background-size: 100% 100%;
  border-radius: 16px;
  overflow: hidden;
}
.collection .collection-swiper2 .swiper-wrapper .swiper-slide img{
  width: 230px;
  height: 230px;
  display: block;
}

.characters .tit-txt {
  text-shadow: 0 0 13px #ff00c7;
  font-family: JosefinSans;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.5;
  letter-spacing: 1.85px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.characters .tit-txt img {
  width: 48px;
  display: block;
  margin: 0 16px;
  object-fit: contain;
}
.characters .tit-txt img:nth-child(2) {
  transform: rotateY(-180deg);
}
.characters .card-box {
  margin-top: 80px;
  width: 960px;
  height: 743px;
  margin-left: auto;
  margin-right: auto;
  background: url('../img/card.png') no-repeat center center;
  position: relative;
  padding: 50px 45px;
  border-radius: 40px;
  display: flex;
  backdrop-filter: blur(4px);
  box-shadow: inset 0 4px 4px 0 rgba(255, 255, 255, 0.15), inset -2px -2px 4px 0 rgba(45, 32, 172, 0.94);
}
.characters .card-box .light {
  position: absolute;
  top: 0%;
  left:50%;
  transform: translateX(-50%);
}
.characters .card-box .shine1 {
  position: absolute;
  top: 25%;
  left:40%;
  transform: translateX(-50%);
}
.characters .card-box .shine2 {
  position: absolute;
  top: 45%;
  left:40%;
  transform: translateX(-50%);
}
.characters .card-box .profile-list{margin-right: 10px;}
.characters .card-box .profile-list .profile{
  width: 115px;
  height: 115px;

  background-size: cover;
  margin-bottom: 16px;
}
.characters .card-box .profile-list .profile:last-child {margin-bottom: 0;}
.characters .card-box .profile-list .profile img {width: 100%;   cursor: pointer;}
.characters .card-box .profile-slider {width: 740px; position: relative;}
.characters .card-box .profile-slider .slick-dots{position: absolute; top:0; left: -125px}
.characters .card-box .profile-slider .slick-dots li {
  width: 116px;
  height: 116px;
  margin-bottom: 15px;
  cursor: pointer;

}
.characters .card-box .profile-slider .slick-dots li.slick-active {
  object-fit: contain;
  box-shadow: 0 0 6px 4px rgba(229, 38, 217, 0.5), 0 2px 6px 2px rgba(255, 49, 191, 0.5);
  border: 1px solid #ffb2ff;
  border-radius: 8px;
}
.characters .card-box .profile-slider .slick-dots li button {
  font-size: 0;
  border: none;
  outline: none;

  background-color: transparent;
}
.characters .card-box .profile-slider .profile-item {margin-left: 20px; display: flex;}
.characters .card-box .profile-slider .profile-item .profile-main{margin-right: 30px;}
.characters .card-box .profile-slider .profile-item .profile-main img{width: 400px;}
.characters .card-box .profile-slider .profile-item .profile-desc {
  width: 288px;
  height: 644px;
  padding: 22px 22px 150px;
  border-radius: 16px;
  background-color: #d8d8d81c;
}
.characters .card-box .profile-slider .profile-item .profile-desc .tit{
  font-family: "JosefinSans";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #fff;
}
.characters .card-box .profile-slider .profile-item .profile-desc .tit em{
  font-family: NEXONLv2GothicOTF;
  font-size: 32px;
  font-weight: 500;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin-right: 3px;
}
.characters .card-box .profile-slider .profile-item .profile-desc .stars{
  margin-top: 16px;
  margin-bottom: 24px;
}
.characters .card-box .profile-slider .profile-item .profile-desc .information {
  color: #fff;
}
.characters .card-box .profile-slider .profile-item .profile-desc .information .min-tit {font-size: 16px;}
.characters .card-box .profile-slider .profile-item .profile-desc .information .line {
  display: block;
  height: 3px;
  width: 240px;
  margin: 4px 0 12px 0;
  opacity: 0.4;
  background-color: #161234;
}
.characters .card-box .profile-desc .information .gender{
  font-family: NEXONLv2GothicOTF;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
}
.characters .card-box .profile-desc .information .personality{
  font-family: NEXONLv2GothicOTF;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
}
.characters .card-box .profile-desc .information .symbol{
  font-family: NEXONLv2GothicOTF;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
}

.characters .card-box .profile-desc .story {color: #fff;}
.characters .card-box .profile-desc .story .min-tit {font-size: 16px;}
.characters .card-box .profile-desc .story .line {
  display: block;
  height: 3px;
  width: 240px;
  margin: 4px 0 12px 0;
  opacity: 0.4;
  background-color: #161234;
}

.characters .card-box .profile-desc .story .text {
  font-family: NEXONLv2GothicOTF;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
}

.characters .mob-box {
  display: none;
}

.roadmap .tit-txt {
  text-shadow: 0 0 13px #ff00c7;
  font-family: JosefinSans;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.5;
  letter-spacing: 1.85px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roadmap .tit-txt img {
  width: 48px;
  display: block;
  margin: 0 16px;
  object-fit: contain;
}
.roadmap .tit-txt img:nth-child(2) {
  transform: rotateY(-180deg);
}
.roadmap .roadmap-tab {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  height: 858px;
  background: url('../img/tap-1.png') no-repeat center center;
  border-radius: 30px;
  box-shadow: 0 2px 80px 0 rgb(96 99 212 / 50%);
  position: relative;
}
.roadmap .roadmap-tab .tab-menu {
  position: absolute;
  height: 80px;
  width: 960px;
}
.roadmap .roadmap-tab .tab-menu a {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fcfcfd;
  padding: 25px 20px;
}
.roadmap .roadmap-tab .tab-menu a.community {
  margin-left: 22px;
  margin-right: 40px;
}
.roadmap .roadmap-tab .tab-menu a.in_real_life {
  margin-right: 46px;
}
.roadmap .roadmap-tab .tab-menu a.metaverse {
  margin-right: 55px;
}

.roadmap .roadmap-tab .tab-body {
  position: absolute;
  top:15%;
  left:50%;
  transform: translateX(-50%);
  width: 864px;
  height: 720px;
}
.roadmap .roadmap-tab .tab-body {
  position: absolute;
  top:15%;
  left:50%;
  transform: translateX(-50%);
  width: 864px;
  height: 720px;
}
.roadmap .roadmap-tab .tab-body .tab-item {
  display: none;
}
.roadmap .roadmap-tab .tab-body .tab-item.active {
  display: block;
}
.roadmap .roadmap-tab .tab-body .tab-item.wait::before {
  content: "";;
  background: url("../img/roadmap-wait.png") no-repeat;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3%;
  z-index: 10;
}

.roadmap .roadmap-tab .tab-body .rectangle {
  width: 864px;
  height: 104px;
  display: flex;
  align-items: center;
  gap: 52px;
  margin-bottom: 40px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}

.roadmap .roadmap-tab .tab-body.active .rectangle.completed {
  box-shadow: 0 0 6px 4px rgba(229, 38, 217, 0.5), 0 2px 6px 2px rgba(255, 49, 191, 0.5);
  border: 1px solid #ffb2ff;
  background-color: #2b1648;
}

.roadmap .roadmap-tab .tab-body .rectangle:last-child {margin-bottom: 0;}
.roadmap .roadmap-tab .tab-body .rectangle .progress{
  width: 160px;
  height: 48px;
  opacity: 0.8;
  /*border-radius: 24px;*/
  /*border-style: solid;*/
  /*border-width: 2px;*/
  /*border-image-source: linear-gradient(to bottom, #bedfff, #ffb2ff);*/
  /*border-image-slice: 1;*/
  /*background-image: linear-gradient(to bottom, #000, #000), linear-gradient(to bottom, #bedfff, #ffb2ff);*/
  /*background-origin: border-box;*/
  /*background-clip: content-box, border-box;*/
  margin-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #fcfcfd;
  position: relative;
}
.roadmap .roadmap-tab .tab-body .rectangle .progress::before {
  content: "";
  display: inline-block;
  background: url("../img/bg-pc-roadmap.png") no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  width: 135px;
  height: 48px;
  z-index: -1;
}


.roadmap .roadmap-tab .tab-body .rectangle .progress.completed {
  border-style: none;
  color: #000;
  background-image: linear-gradient(to bottom, #bedfff, #ffb2ff);
}
.roadmap .roadmap-tab .tab-body .rectangle .text {
  display: block;
  width: calc(100% - 160px);
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #fcfcfd;
  margin-right: 35px;
}
.roadmap .roadmap-slider {display: none;}
.team .tit-txt {
  text-shadow: 0 0 13px #ff00c7;
  font-family: JosefinSans;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.5;
  letter-spacing: 1.85px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team .tit-txt img {
  width: 48px;
  display: block;
  margin: 0 16px;
  object-fit: contain;
}
.team .tit-txt img:nth-child(2) {
  transform: rotateY(-180deg);
}
.team .ogq {
  text-align: center;
  margin-top: 60px;
}
.team .ogq img{width: 343px;}
.team .ogq-exp {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  font-family: NEXONLv2GothicOTF;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.team .ogq-box {
  margin-top: 80px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 23px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 150px;
}
.team .ogq-box .ogq-card{
  padding: 24px 32px 56px;
  max-width: 304px;
  height: 576px;
  background:url('../img/card-bg.png') no-repeat center center;

}
.team .ogq-box .ogq-card .img-box{
  width: 240px;
  height: 240px;
  border-radius: 50%;
  box-shadow: 0 0 6px 4px rgba(229, 38, 217, 0.5), 0 2px 6px 2px rgba(255, 49, 191, 0.5);
  border: 1px solid #ffb2ff;
  position: relative;
}

.team .ogq-box .ogq-card .img-box:hover .front {
  transform: rotateX(180deg);
}
.team .ogq-box .ogq-card .img-box img {
  transition: 1s;
  position:absolute;
  border-radius: 50%;
  top:0;
  left:0;
  width:100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.team .ogq-box .ogq-card .img-box .back{
  transform:rotateY(180deg);
}

.team .ogq-box .ogq-card .img-box:hover .front {
  transform: rotateY(-180deg);
}

.team .ogq-box .ogq-card .img-box:hover .back {
  transform: rotateY(0);
}
.team .ogq-desc{ margin-top: 32px;}
.team .ogq-desc .name {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;

}
.team .ogq-desc .rank {
  color: #dd64f1;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
}
.team .ogq-desc .stars{margin: 16px 0; text-align: center;}
.team .ogq-desc .career{
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
}
.last .partner .tit-txt {
  text-shadow: 0 0 13px #ff00c7;
  font-family: JosefinSans;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.5;
  letter-spacing: 1.85px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.last .partner .tit-txt img {
  width: 48px;
  display: block;
  margin: 0 16px;
  object-fit: contain;
}
.last .partner .tit-txt img:nth-child(2) {
  transform: rotateY(-180deg);
}

.last .partner .supporters {
  margin-top: 80px;
  padding: 32px;
  max-width: 960px;
  border-top: 1px solid #a184fb;
  border-bottom: 1px solid #a184fb;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.last .partner .supporters .supporter img{
  width: 224px;
  display: block;
}
.last .partner .more {
  margin-top: 32px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 47px;
  border: solid 1px #a184fb;
  background-color: #0c0e20;
  width: 150px;
  height: 48px;
  text-align: center;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.28px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.last .faq {padding-top: 200px; margin-bottom: 200px;}
.last .faq .tit-txt {
  text-shadow: 0 0 13px #ff00c7;
  font-family: JosefinSans;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.5;
  letter-spacing: 1.85px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.last .faq .tit-txt img {
  width: 48px;
  display: block;
  margin: 0 16px;
  object-fit: contain;
}

.last .faq .tit-txt img:nth-child(1) {
  transform: rotateY(-180deg);
}

.last .faq .faq-accordion {
  margin-top: 80px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.last .faq .faq-accordion .accordion{
  margin-top: 40px;
}
.last .faq .faq-accordion .que{
  margin-top: 40px;
  padding: 15px 30px;
  position: relative;
  border-bottom: 1px solid #a184fb;
  transition: 0.3s;
}
.last .faq .faq-accordion .que.on{
  border-bottom: 1px solid transparent;
}
.last .faq .faq-accordion .que:nth-child(1){margin-top: 0;}
.last .faq .faq-accordion .que::after{
  content: '';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 30px;
  width: 24px;
  height: 24px;
  background: url('../img/ico-24-arrows-caret-down.png') no-repeat center center;
  transition: 0.3s;
}
.last .faq .faq-accordion .que.on::after{
  top:40%;
  transform: rotateX(180deg);
}
.last .faq .faq-accordion .que .no{
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #dd64f1;
  width: 45px;
  margin-right: 25px;
}
.last .faq .faq-accordion .que .q{
  font-family: NEXONLv2GothicOTF;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
.last .faq .faq-accordion .anw{
  display: none;
  padding: 32px 100px;
  font-family: NEXONLv2GothicOTF;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
  border-bottom: 1px solid #a184fb;
}
.last .faq .faq-accordion .anw.active{display: block;}

.last .media {margin-bottom: 200px;}
.last .media .tit-txt {
  text-shadow: 0 0 13px #ff00c7;
  font-family: JosefinSans;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.5;
  letter-spacing: 1.85px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.last .media .tit-txt img {
  width: 48px;
  display: block;
  margin: 0 16px;
  object-fit: contain;
}
.last .media .tit-txt img:nth-child(2) {
  transform: rotateY(-180deg);
}

.last .media  .media-slider {margin-top: 80px;}
.last .media  .media-slider .slick-list{margin: 0 -20px;}
.last .media  .media-slider .slick-slide {margin: 0 20px;}
.last .media  .media-slider .slick-arrow {
  position: absolute;
  top: 30%;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
}
.last .media  .media-slider .slick-arrow.slick-prev  {left: -70px;}
.last .media  .media-slider .slick-arrow.slick-prev::before {
  content: '';
  position: absolute;
  top: 0px;
  width: 48px;
  height: 48px;
  background: url('../img/icons-arrow-right-simple-line.png') no-repeat center center;
  transform: rotate(-180deg);
}
.last .media  .media-slider .slick-arrow.slick-next  {right: -20px;}
.last .media  .media-slider .slick-arrow.slick-next::before {
  content: '';
  position: absolute;
  top: 0px;
  width: 48px;
  height: 48px;
  background: url('../img/icons-arrow-right-simple-line.png') no-repeat center center;
}
.last .media  .media-slider .slick-dots {text-align: center; margin-top: 62px;}
.last .media  .media-slider .slick-dots li{display: inline-block;}
.last .media .media-slider .slick-dots li button {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  outline: none;
  border: none;
  font-size: 0;
  margin: 0 3px;
  background-color: #a184fb;
  opacity: 0.2;
}
.last .media .media-slider .slick-dots li.slick-active button {
  opacity: 1;
}

/*.last .media  .media-slider > div .media-box .media-img {*/
/*  width: 348px;*/
/*  height: 240px;*/
/*}*/
.last .media  .media-slider > div .media-box.media-none .media-img {
  background-color: #0c0e20;
}

.last .media  .media-slider > div .media-box .media-img img{
  width: 100%; display: block;
}
.last .media  .media-slider > div .media-box .media-desc{
  padding-top:24px;
  padding-left: 20px;
  padding-right: 20px;
}
.last .media  .media-slider > div .media-box .media-desc .desc-text{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #fff;
}
.last .media  .media-slider > div .media-box .media-desc .desc-date{
  font-family: NEXONLv2GothicOTF;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #fcfcfd;
}

.last .footer { padding-bottom: 50px; }
.last .footer .bitmap{width: 300px; margin-left: auto; margin-right: auto;}
.last .footer .bitmap img {width: 100%; object-fit: cover;}
.last .footer .icon-box {margin-top: 40px; text-align: center;}
.last .footer .icon-box a {margin: 0 16px;}
.last .footer .icon-box a.hide { opacity: 0.3}
.last .footer .text  {
  text-align: center;
  margin-top: 16px;
}
.last .footer .text span {
  font-family: NEXONLv2GothicOTF;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #a184fb;
}

.last .footer .company{
    margin-top: 40px;
}

.last .footer .company .logo { text-align: center}
.last .footer .company .text { margin-top: 5px; }

.header .mob-gnb-episode  {display: none;}

#episode {
  background: url('../img/episode-bg.png') no-repeat center center;
  background-size: cover;
  background-position: center bottom;
  height: 100vh;
  padding-top:166px;
}

#episode .episode .tit-txt {
  text-shadow: 0 0 13px #ff00c7;
  font-family: JosefinSans;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.5;
  letter-spacing: 1.85px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#episode .episode .tit-txt::after {
  content: '';
  position: absolute;
  bottom: -24px;
  width: 147px;
  height: 4px;
  background-color: #a184fb;
}
#episode .episode .tit-txt img {
  width: 48px;
  display: block;
  margin: 0 16px;
  object-fit: contain;
}
#episode .episode .tit-txt img:nth-child(1) {
  transform: rotateY(-180deg);
}

#episode .episode  .episode-slider {margin-top: 88px;}
#episode .episode  .episode-slider .slick-list{margin: 0 -20px;}
#episode .episode  .episode-slider .slick-slide {margin: 0 20px;}
#episode .episode  .episode-slider .slick-arrow {
  position: absolute;
  top: 30%;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
}
#episode .episode  .episode-slider .slick-arrow.slick-prev  {left: -70px;}
#episode .episode  .episode-slider .slick-arrow.slick-prev::before {
  content: '';
  position: absolute;
  top: 0px;
  width: 48px;
  height: 48px;
  background: url('../img/icons-arrow-right-simple-line.png') no-repeat center center;
  transform: rotate(-180deg);
}
#episode .episode  .episode-slider .slick-arrow.slick-next  {right: -20px;}
#episode .episode  .episode-slider .slick-arrow.slick-next::before {
  content: '';
  position: absolute;
  top: 0px;
  width: 48px;
  height: 48px;
  background: url('../img/icons-arrow-right-simple-line.png') no-repeat center center;
}
#episode .episode  .episode-slider .slick-dots {text-align: center; margin-top: 32px;}
#episode .episode  .episode-slider .slick-dots li{display: inline-block;}
#episode .episode .episode-slider .slick-dots li button {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  outline: none;
  border: none;
  font-size: 0;
  margin: 0 3px;
  background-color: #a184fb;
  opacity: 0.2;
}
#episode .episode .episode-slider .slick-dots li.slick-active button {
  opacity: 1;
}
#episode .episode  .episode-slider > div .episode-box .episode-img img{width: 100%; display: block;}
#episode .episode  .episode-slider > div .episode-box .episode-desc{
  padding-top:24px;
  padding-left: 20px;
  padding-right: 20px;
}
#episode .episode  .episode-slider > div .episode-box .episode-desc .desc-text{
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #fff;
}
#episode .episode  .episode-slider > div .episode-box .episode-desc .desc-date{
  font-family: NEXONLv2GothicOTF;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #fcfcfd;
}
