@charset "utf-8";
* {
  font-family: "Pretendard", 맑은 고딕, 微软雅黑, sans-serif;
  font-weight: 400;
  letter-spacing: -0.5px;
}
html {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
body {
  -webkit-text-size-adjust: none;
  background: #000;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 50px;
  height: 100px;
  background: none;
  transition: all 0.5s;
}
.header .fl {
  display: flex;
  align-items: flex-end;
}
.header .fl .logo {
  display: block;
  margin: 0 200px 10px 0;
  height: 74px;
}
.header .fl .logo img {
  display: block;
  width: auto;
  height: 100%;
}

.header .fl .gnb {
  margin: 0 0 30px 0;
}
.header .fl .gnb ul {
  display: flex;
}
.header .fl .gnb ul li {
  margin: 0 30px 0 0;
}
.header .fl .gnb ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header .fl .gnb ul li a p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.header .fl .gnb ul li.active a p {
  color: #ffcc00;
}

.header .fr {
  display: flex;
  align-items: flex-end;
  margin: 0 0 20px 0;
}
.header .fr .btn {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0 50px 0 0;
  padding: 0 15px;
  height: 35px;
  border-radius: 5px;
  background: #ffcc00;
  cursor: pointer;
}
.header .fr .btn p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.header .fr select {
  display: block;
  margin: 0 50px 0 0;
  padding: 0 50px 0 15px;
  width: auto;
  height: 35px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: url(/images/type_select_bai.png) no-repeat center right 15px
    rgba(255, 255, 255, 0);
  background-size: 10px auto;
  line-height: 33px;
  font-size: 18px;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
}
.header .fr select option {
  color: #333;
}

.header .fr .sns {
  display: flex;
}
.header .fr .sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 30px;
  height: 35px;
}
.header .fr .sns a:first-child {
  margin: 0;
}
.header .fr .sns img {
  display: block;
  max-height: 20px;
}
.header.on {
  background: #371c6a;
}
@media (max-width: 1500px) {
  .header .fl .logo {
    margin: 0 50px 10px 0;
  }
  .header .fr .btn {
    margin: 0 30px 0 0;
  }
  .header .fr select {
    margin: 0 30px 0 0;
  }
  .header .fr .sns a {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 1170px) {
  .header {
  }
  .header .fl {
  }
  .header .fl .logo {
    width: 95px;
    height: 60px;
  }
  .header .fl .gnb {
    display: none;
    margin: 15px 0 20px 20px;
  }
  .header .fl .gnb ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .fl .gnb ul li {
    margin: 0 40px 0 0;
  }
  .header .fl .gnb ul li a {
    height: 25px;
  }
  .header .fr {
  }
  .header .fr .btn {
    display: flex;
  }
  .header .fr select {
  }
  .header .fr .sns {
    margin: 0 55px 0 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 0 50px 0 15px;
    height: 80px;
  }
  .header .fl {
  }
  .header .fl .logo {
    margin: 0 0 10px 0;
    width: 80px;
    height: 50px;
  }
  .header .fr {
  }
  .header .fr .btn {
    margin: 0 15px 0 0;
    padding: 0 10px;
    height: 30px;
  }
  .header .fr .btn p {
    font-size: 13px;
  }
  .header .fr select {
    margin: 0 40px 0 0;
    padding: 0 40px 0 10px;
    height: 30px;
    background: url(/images/type_select_bai.png) no-repeat center right 10px
      rgba(255, 255, 255, 0);
    background-size: 8px auto;
    line-height: 28px;
    font-size: 13px;
  }
  .header .fr .sns {
    display: none;
  }
}

.all_menu_btn_close {
  display: none;
  position: fixed;
  z-index: 310;
  top: 42.5px;
  right: 50px;
  width: 25px;
  height: 40px;
  cursor: pointer;
}
.all_menu_btn_close.open {
  display: block;
}
.all_menu_btn {
  display: none;
  position: fixed;
  z-index: 300;
  top: 42.5px;
  right: 50px;
  width: 25px;
  height: 40px;
  cursor: pointer;
}
.all_menu_btn #nav-icon1 {
  margin: 11px auto;
  width: 25px;
}
.all_menu_btn #nav-icon1 span {
  background: #fff;
}
.all_menu_btn #nav-icon1 span:nth-child(1) {
}
.all_menu_btn #nav-icon1 span:nth-child(2) {
}
.all_menu_btn #nav-icon1 span:nth-child(3) {
}
.all_menu_btn #nav-icon1.open span {
  width: 25px;
  background: #fff;
}
.all_menu_btn.scroll #nav-icon1 span {
  background: #000;
}
.all_menu_btn.scroll.open #nav-icon1 span {
  background: #fff;
}
@media (max-width: 1170px) {
  .all_menu_btn_close {
  }
  .all_menu_btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .all_menu_btn_close {
    top: 25px;
    right: 15px;
    margin: 0;
  }
  .all_menu_btn {
    top: 25px;
    right: 15px;
    margin: 0;
  }
}

.all_menu {
  overflow: hidden;
  position: fixed;
  z-index: 200;
  top: 0;
  right: -100%;
  bottom: 0;
  left: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s;
}
.all_menu .row {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -100%;
  padding: 80px;
  border-top: 5px solid #ffcc00;
  background: #371c6a;
  opacity: 0;
  transition: all 0.5s;
}
.all_menu .logo {
  display: inline-block;
  margin: 0 0 20px -15px;
}
.all_menu .logo img {
  display: block;
}
.all_menu .gnb_m {
}
.all_menu .gnb_m ul {
}
.all_menu .gnb_m ul li {
  padding: 0 0 0 0;
}
.all_menu .gnb_m ul li a {
  display: block;
}
.all_menu .gnb_m ul li a p {
  line-height: 80px;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.all_menu .gnb_m ul li.active a p {
  color: #ffcc00;
}

.all_menu .sns {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 80px;
  left: 80px;
}
.all_menu .sns a {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}
.all_menu .sns a img {
  max-height: 30px;
}

.all_menu.on {
  right: 0;
  left: 0;
  opacity: 1;
}
.all_menu.on .row {
  right: 50%;
  left: 0;
  opacity: 1;
}
@media (max-width: 1200px) {
  .all_menu.on .row {
    right: 125px;
  }
}
@media (max-width: 767px) {
  .all_menu .row {
    padding: 30px 50px;
  }
  .all_menu .gnb_m ul li a p {
    line-height: 60px;
    font-size: 25px;
  }
  .all_menu .sns {
    justify-content: center;
    right: 0;
    bottom: 50px;
    left: 0;
  }
  .all_menu .sns a {
    margin: 0 15px;
  }
  .all_menu .sns a img {
    max-height: 25px;
  }
  .all_menu.on .row {
    right: 55px;
  }
}
/* todo: 사전 예약 마감 후 서비스 오픈 시 _로 시작하는 스타일은 전부 제거 해주세요. */

.home ._container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 22;
}

.home ._character {
  position: absolute;
  top: 50%;
}

._character-left {
  padding-left: 11vw;
  left: 0;
  z-index: 21;
  transform: translateY(-25%);
}

._character-right {
  right: 0;
  z-index: 21;
  transform: translateY(-50%);
  padding-right: 12vw;
}

._character-right img {
  width: 20vw;
  height: auto;
  max-width: 490px;
}

._character-left img {
  width: 21vw;
  height: auto;
  max-width: 500px;
}

._container {
  position: relative;
  z-index: 2;
}

.home ._container ._title {
  white-space: nowrap;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 5px;
  color: #fff;
}

.home ._container ._descTitle {
  white-space: nowrap;
  font-size: 70px;
  font-weight: 600;

  padding-bottom: 5%;
  color: #fff;
}

.home ._container ._rewardImg {
  width: 75%;
  height: auto;
  margin-bottom: 5%;
}

.home ._container ._row {
  display: flex;
  flex-direction: row;
  align-self: stretch;
  padding-top: 5%;
}

.home ._container ._row ._input {
  flex: 2;
  color: #fff;
  font-weight: 500;
  width: 100%;
  margin-right: 5%;
  background: none;
  border: none;
  padding: 10px;
  border-bottom: 1px solid #fff;
}

.home ._container ._verificationSection {
  flex: 1;
  width: 100%;
}

.home ._container ._verificationSection ._row ._input::placeholder {
  color: #fff;
}

.home ._container ._verificationSection ._row ._input {
  flex: 2;
  color: #fff;
  font-weight: 500;
  width: 100%;
  margin-right: 5%;
  background: none;
  border: none;
  padding: 10px;
  border-bottom: 1px solid #fff;
}

.home ._container ._row ._input::placeholder {
  color: #fff;
}

.home ._container ._row ._sendBtn {
  flex: 1;
  color: white;
  background: linear-gradient(to right, #ffa500, #ff4500);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 10px;
}

.home ._container ._row ._enterBtn {
  flex: 1;
  color: white;
  background-color: #123f7a;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 10px;
}

.home ._container ._row2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  flex: 1;
}

.home ._container ._row2 ._checkboxContainer {
  display: flex;
  cursor: pointer;
  color: #fff;
  flex: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
}

.home ._container ._row2 ._checkboxContainer ._checkText {
  white-space: nowrap;
  font-size: 14px;
  line-height: 10px;
  padding-left: 5px;
  padding-right: 10px;
}

.home ._container ._row2 ._learnMoreBtn {
  padding: 2px 10px;
  font-size: 14px;
}

.home ._container ._containerButton {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 8%;
  width: 100%;
}

.home ._container ._containerButton ._wrapperButton {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home ._containerButton ._wrapperButton a {
  display: block;
  width: 100%;
}

.home ._containerButton ._wrapperButton a._blueStack {
  background: #178fdb;
  border-radius: 10px;
  padding: 5px 15px;
}

.home ._containerButton ._wrapperButton a._google {
  background: #000000;
  border: 2px solid #808080;
  border-radius: 10px;
  padding: 5px 15px;
}

.home ._containerButton ._wrapperButton img {
  max-width: 100%;
  height: auto;
}

/* --- */
.home {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
  background: #000;
}

.home .row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 30;
  transform: translateY(-5%);
}

.home .row .txtContainer {
  color: #fff;
  flex: 1;
  position: relative;
  right: -2%;
}

.home .row .txtContainer .subTitle {
  font-size: 40px;
  font-weight: 500;
}

.home .row .txtContainer .title {
  white-space: nowrap;
  font-size: 80px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home .row .txtContainer .desc {
  font-size: 20px;
  line-height: 150%;
}

.home .row .character {
  display: block;
  flex: 0 1 auto;
  max-width: 50%;
  position: relative;
  top: 125px;
  left: -2%;
}

.home .row .containerButton {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  margin-top: 8%;
}

.home .row .containerButton .wrapperButton {
  margin-right: 5%;
  /* defailt width 130 */
  width: 250px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.home .row .containerButton .wrapperButton .blueStack {
  background: #178fdb;
  border-radius: 10px;
}

.home .row .containerButton .wrapperButton .google {
  background: #000000;
  border-radius: 10px;
  border: 2px solid #808080;
}

.home .row .containerButton .wrapperButton img {
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-right: 30px;
  width: 100%;
}

.home .bg {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  background-image: url("/images/background.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}
.home #play {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 1400px) {
  /* todo: 사전예약이 끝나면 _로 시작하는 스타일은 제거해주세요 */
  ._character-left img,
  ._character-right img {
    display: none;
  }
  .home {
    padding: 0 50px;
  }

  .home .row .txtContainer .subTitle {
    font-size: 35px;
  }

  .home .row .txtContainer .title {
    font-size: 70px;
    white-space: nowrap;
  }

  .home .row .txtContainer .desc {
    font-size: 18px;
  }

  .home .row .containerButton {
    margin-top: 4%;
  }
}

@media (max-width: 767px) {
  .home ._container {
    max-width: 767px;
  }

  .home ._container ._title {
    text-align: center;
    font-size: 20px;
  }
  .home ._container ._descTitle {
    text-align: center;
    padding-top: 5px;
    font-size: 40px;
  }
  .home ._container ._row2 ._learnMoreBtn {
    text-wrap: nowrap;
  }

  .home .row {
    flex-direction: column;
  }

  .home .row .character {
    max-width: 80%;
    top: 0;
    margin-top: 20px;
  }

  .home .row .txtContainer {
    text-align: center;
    padding: 0 20px;
  }

  .home .row .txtContainer .subTitle {
    font-size: 22px;
    line-height: 1.2;
  }

  .home .row .txtContainer .title {
    font-size: 36px;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .home .row .txtContainer .desc {
    font-size: 16px;
    line-height: 1.3;
  }

  .home .row .containerButton .wrapperButton {
    margin-top: 10px;
    width: 100%;
    margin-right: 20px;
  }

  .home .row .containerButton .wrapperButton img {
    width: 100%;
    max-width: 100%;
    padding: 5px 25px;
  }

  .home .row .character {
    flex: 0 1 auto;
    position: relative;
    top: 75px;
    margin-top: 0px;
    left: 0px;
  }
}

.playtoearn {
  /* background-size: 1920px auto; */
  background-size: cover;
  background: url("/images/playtoearn_bg_01.jpg") center top no-repeat;
  /* background: url("/images/playtoearn_bg_01.jpg") center top -50px no-repeat #3b71e8; */
}
.playtoearn .ft {
  overflow: hidden;
  position: relative;
  padding: 400px 100px 400px 100px;
}
.playtoearn .ft .row {
  margin: 0 auto;
  max-width: 1200px;
}
.playtoearn .ft .row .fl {
  margin: 0 400px 0 0;
  text-align: center;
}
/* todo: 폰트 변경 */
.playtoearn .ft .row .fl .title {
  font-size: 75px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 3px #fff;
  opacity: 0.9;
}
.playtoearn .ft .row .fl .title img {
  display: block;
  margin: 0 auto 30px auto;
}
.playtoearn .ft .row .fl .txt {
  margin: 40px 0 0 0;
  line-height: 40px;
  font-size: 25px;
  color: #fff;
}
.playtoearn .fb {
  overflow: hidden;
  position: relative;
  z-index: 10;
  /* padding: 100px 100px 0 100px; */
  padding: 0px 100px 0px 100px;
}

.playtoearn .fb .row {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0px 0px 20px 0px;
  text-align: center;
}

.playtoearn .fb .row .title {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  font-size: 36px;
  font-weight: 900;
  color: #211156;
  padding: 10px 25px;
  border-radius: 5px;
  text-wrap: nowrap;
}

.playtoearn .fb .row .title img {
  display: block;
  margin: 0 auto 30px auto;
}
.playtoearn .fb .row .list {
  margin: 80px 0 0 0;
}
.playtoearn .fb .row .list li {
  margin: 40px 0 0 0;
}
.playtoearn .fb .row .list li:first-child {
  margin: 0;
}
.playtoearn .fb .row .list li .box {
  display: flex;
  align-items: center;
  height: 370px;
  border-radius: 25px;
  background: #211156;
}
.playtoearn .fb .row .list li .box .fl {
  flex: 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}

.playtoearn .fb .row .list li .box .fl img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.playtoearn .fb .row .list li .box .fr {
  padding: 0 100px 0 0;
  width: 570px;
}
.playtoearn .fb .row .list li .box .fr .tit {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: start;
}
.playtoearn .fb .row .list li .box .fr .txt {
  margin: 20px 0 0 0;
  line-height: 25px;
  font-size: 18px;
  color: #fff;
  text-align: start;
}
.playtoearn .fb .row .list li .box .fr .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 0;
  width: 180px;
  height: 60px;
  border-radius: 5px;
  background: #ffcc00;
  cursor: pointer;
}
.playtoearn .fb .row .list li .box .fr .btn img {
  display: block;
  margin: 0 10px 0 0;
}
.playtoearn .fb .row .list li .box .fr .btn p {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.playtoearn .fb .row .list li .box .fr .btn.off {
  background: #bbbbbb;
}

.playtoearn .img_01 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -400px 0 0 100px;
}
.playtoearn .img_02 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -850px;
}
.playtoearn .img_03 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 -100px -900px;
}
.playtoearn .img_04 {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 400px;
}
.playtoearn .img_05 {
  display: block;
  position: absolute;
  right: 50%;
  bottom: 0;
  margin: 0 650px 0 0;
  z-index: -1;
}
.playtoearn .title-img {
  width: 30%;
}
@media (min-width: 1921px) {
  .playtoearn {
    background: url("/images/playtoearn_bg_01.jpg") center top -200px no-repeat #3b71e8;
    background-size: cover;
  }
}
@media (max-width: 1400px) {
  .playtoearn {
    background: url("/images/playtoearn_bg_01.jpg") center top -50px no-repeat #3b71e8;
    background-size: 1920px auto;
  }
  .playtoearn .ft {
    padding: 300px 50px 400px 50px;
  }
  .playtoearn .ft .row .fl {
    margin: 0 500px 0 0;
  }
  .playtoearn .fb {
    /* background: url(/images/playtoearn_bg_02.png) center bottom 150px no-repeat; */
    /* background-size: 150% auto; */
  }
  .playtoearn .img_01 {
    margin: -500px 0 0 -100px;
  }
  .playtoearn .img_02 {
    margin: -350px 0 0 -650px;
  }
  .playtoearn .img_03 {
    margin: 0 0 -100px -600px;
  }
  .playtoearn .img_04 {
    margin: 0 0 0 300px;
  }
  .playtoearn .img_05 {
    margin: 0 400px 0 0;
  }
}
@media (max-width: 1000px) {
  .playtoearn .ft .row .fl {
    margin: 0 300px 0 0;
  }
  .playtoearn .fb .row .list li .box {
    display: block;
    height: auto;
  }
  .playtoearn .fb .row .list li .box .fl {
    padding: 50px 0;
  }
  .playtoearn .fb .row .list li .box .fr {
    padding: 0 50px 50px 50px;
  }
  .playtoearn .img_01 {
    margin: -350px 0 0 -50px;
    height: 600px;
  }
  .playtoearn .img_02 {
    margin: -350px 0 0 -400px;
    height: 100px;
  }
  .playtoearn .img_03 {
    margin: 0 0 0 -400px;
    height: 400px;
  }
  .playtoearn .img_04 {
    margin: 0 0 0 150px;
    height: 200px;
  }
  .playtoearn .img_05 {
    margin: 0 300px 0 0;
    height: 130px;
  }
  .playtoearn .title-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .playtoearn {
    background: url("/images/playtoearn_bg_01.jpg") center top 0 no-repeat
      #3b71e8;
    background-size: 1200px auto;
  }
  .playtoearn .ft {
    padding: 130px 15px 230px 15px;
  }
  .playtoearn .ft .row {
    margin: 0 auto;
    max-width: 1200px;
  }
  .playtoearn .ft .row .fl {
    margin: 0;
  }
  .playtoearn .ft .row .fl .title {
    font-size: 40px;
  }
  .playtoearn .ft .row .fl .title img {
    margin: 0 auto 10px auto;
    height: 30px;
  }
  .playtoearn .ft .row .fl .txt {
    margin: 20px 0 0 0;
    line-height: 30px;
    font-size: 18px;
  }

  .playtoearn .fb {
    padding: 50px 50px 0 50px;
    /* background: url(/images/playtoearn_bg_02.png) center bottom 100px no-repeat; */
    background-size: 140% auto;
  }
  .playtoearn .fb .row {
    margin: 0 auto;
    max-width: 1200px;
  }
  .playtoearn .fb .row .title {
    font-size: 40px;
  }
  .playtoearn .fb .row .title img {
    margin: 0 auto 20px auto;
    height: 30px;
  }
  .playtoearn .fb .row .list {
    margin: 30px 0 0 0;
  }
  .playtoearn .fb .row .list li {
    margin: 15px 0 0 0;
  }
  .playtoearn .fb .row .list li .box {
    border-radius: 15px;
  }
  .playtoearn .fb .row .list li .box .fl {
    padding: 30px;
  }
  .playtoearn .fb .row .list li .box .fr {
    padding: 0 30px 30px 30px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .playtoearn .fb .row .list li .box .fr .tit {
    font-size: 25px;
  }
  .playtoearn .fb .row .list li .box .fr .txt {
    margin: 15px 0 0 0;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
  }
  .playtoearn .fb .row .list li .box .fr .btn {
    margin: 20px 0 0 0;
    width: 150px;
    height: 40px;
  }
  .playtoearn .fb .row .list li .box .fr .btn p {
    font-size: 15px;
  }
  .playtoearn .fbb {
    margin: -100px 0 0 0;
    height: 200px;
  }

  .playtoearn .img_01 {
    top: inherit;
    bottom: 0;
    margin: 150px 0 0 -10px;
    height: 250px;
  }
  .playtoearn .img_02 {
    margin: -150px 0 0 -180px;
    height: 60px;
  }
  .playtoearn .img_03 {
    margin: 0 0 80px -200px;
    height: 200px;
  }
  .playtoearn .img_04 {
    margin: 0 0 0 50px;
    height: 100px;
  }
  .playtoearn .img_05 {
    margin: 0 300px 0 0;
    height: 130px;
  }
  .playtoearn .title-img {
    width: 60%;
  }
}

.tokens {
  overflow: hidden;
  padding: 50px 100px 100px 100px !important;
  background: url("/images/BG.png?v=20240328");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tokens .row {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tokens .row .title {
  display: inline-block;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  background-color: #371c6a;
  border-radius: 10px;
  padding: 5px 15px 10px 15px;
}
.tokens .row .title img {
  display: block;
  margin: 0 auto 30px auto;
}
.tokens .row .fb {
  display: flex;
  margin: 80px 0 0 0;
  justify-content: center;
}
.tokens .row .fb .fl {
  width: 50%;
}
.tokens .row .fb .fl .ftit {
  line-height: 45px;
  font-size: 30px;
  font-weight: 700;
  color: #371c6a;
}

.tokens .row .ftit {
  padding-top: 40px;
  line-height: 45px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #371c6a;
}
.tokens .row .fb .fl ul {
  margin: 50px 30px 0 0;
}
.tokens .row .fb .fl ul li {
  margin: 30px 0 0 0;
}
.tokens .row .fb .fl ul li:first-child {
  margin: 0;
}
.tokens .row .fb .fl ul li a {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
}

.tokens .row li {
  display: flex;
  justify-content: center;
}

.tokens .row li a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.tokens .row .fb .fl ul li a .ffl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
}
.tokens .row .fb .fl ul li a .ffl img {
  display: block;
}

.tokens .row .fb .fl ul li a .ffr {
  flex: 1 0;
  padding: 20px 30px 20px 0;
}

.tokens .row li a .ffl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
}

.tokens .row li a .ffl img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tokens .row .fb .fl ul li a .ffr .tit {
  font-size: 22px;
  font-weight: 800;
  color: #371c6a;
}
.tokens .row .fb .fl ul li a .ffr .txt {
  margin: 10px 0 0 0;
  line-height: 20px;
  font-size: 14px;
  color: #371c6a;
}

.tokens .row li a .txt {
  line-height: 30px;
  font-size: 18px;
  color: #371c6a;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

.tokens .row .fb .fr {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
}
.tokens .row .fb .fr .img_01 {
  display: block;
  width: 100%;
  height: auto;
}
.tokens .row .fb .fr .img_02 {
  display: block;
  position: absolute;
  right: -100px;
  bottom: -100px;
}
@media (max-width: 1400px) {
  .tokens {
    padding: 150px 50px 200px 50px;
  }
  .tokens .row .fb .fr .img_02 {
    right: 0;
    height: 150px;
  }
}
@media (max-width: 1000px) {
  .tokens .row .fb {
    display: block;
  }
  .tokens .row .fb .fl {
    width: 100%;
  }
  .tokens .row .fb .fl ul {
    margin: 50px 0 0 0;
  }
  .tokens .row .fb .fr {
    margin: 50px 0 0 0;
    width: 100%;
  }
}
/* ++ */
@media (max-width: 767px) {
  .tokens {
    padding: 150px 15px 100px 15px !important;
  }

  .tokens .row .title {
    font-size: 40px;
  }

  .tokens .row .title img {
    margin: 0 auto 10px auto;
    height: 30px;
  }

  .tokens .row .ftit {
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    padding-top: 5%;
  }
  .tokens .row li {
    width: 100%;
  }
  .tokens .row li a {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .tokens .row li a .ffl {
    padding: 30px 0 30px 0;
    width: 100%;
    height: auto;
  }

  .tokens .row li a .ffl img {
    margin: 0 auto;
    height: 60px;
  }

  .tokens .row li a .ffr {
    width: 100%;
  }

  .tokens .row li a .ffr .txt {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 25px;
    font-size: 16px;
    color: #371c6a;
    font-weight: 600;
    text-align: center;
  }
  .tokens .row .fb .fr .img_01 {
    padding-left: 20px;
    padding-right: 40px;
  }
  .tokens .row .fb .fr .img_02 {
    display: none;
  }
}

.roadmap {
  padding: 100px 100px 200px 100px !important;
  background: url("/images/roadmap_bg.jpg?v=20240328") center no-repeat;
  background-size: cover;
}
.roadmap .row {
  margin: 0 auto;
  max-width: 1400px;
}
.roadmap .row .title {
  text-align: center;
  font-size: 65px;
  font-weight: 900;
  color: #63e7dc;
}
.roadmap .row .title img {
  display: block;
  margin: 0 auto 30px auto;
}
.roadmap .row ul {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.roadmap .row ul li {
  margin: 50px 0 0 0;
  width: 25%;
}
.roadmap .row ul li a {
}
.roadmap .row ul li a .tit {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}
.roadmap .row ul li a .tit:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -15px 0 0 0;
  width: 30px;
  height: 30px;
  background: url(/images/roadmap_icon.png) no-repeat;
}
.roadmap .row ul li a .txt {
  position: relative;
  padding: 3px 0 3px 50px;
  font-size: 14px;
  color: #fff;
}
.roadmap .row ul li a .txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 40px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 1400px) {
  .roadmap {
    padding: 150px 50px 200px 50px !important;
  }
}
@media (max-width: 1000px) {
  .roadmap {
    padding: 150px 50px 200px 50px !important;
  }
  .roadmap .row ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .roadmap {
    padding: 150px 15px 80px 15px !important;
  }
  .roadmap .row .title {
    font-size: 40px;
  }
  .roadmap .row .title img {
    margin: 0 auto 10px auto;
    height: 30px;
  }
  .roadmap .row ul {
    margin: 10px 0 0 0;
  }
  .roadmap .row ul li {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .roadmap .row ul li a .tit {
    margin: 0 0 10px 0;
    padding: 0 0 0 35px;
    font-size: 30px;
  }
  .roadmap .row ul li a .tit:before {
    margin: -12.5px 0 0 0;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
  }
  .roadmap .row ul li a .txt {
    padding: 10px 0 10px 50px;
  }
  .roadmap .row ul li a .txt:before {
    top: 16px;
  }
}

.partners {
  padding: 100px 100px 200px 100px !important;
  background: #49147e center no-repeat;
  background-size: cover;
}
.partners .row {
  margin: 100px auto 0 auto;
  max-width: 1400px;
}
.partners .row .title {
  text-align: center;
  font-size: 65px;
  font-weight: 900;
  color: #63e7dc;
}
.partners .row .title img {
  display: block;
  margin: 0 auto 30px auto;
}
.partners .row ul {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.partners .row ul li {
  margin: 50px auto 0 auto;
  width: 25%;
  position: relative;
  height: 150px;
}
.partners .row:nth-child(3) ul li:nth-child(1) {
  width: 50%;
}
.partners .row:nth-child(3) ul li:nth-child(2) {
  width: 50%;
}
.partners .row ul img {
  max-width: 80%;
  max-height: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partners .row ul li a {
}
.partners .row ul li a .tit {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}
.partners .row ul li a .tit:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -15px 0 0 0;
  width: 30px;
  height: 30px;
  background: url(/images/partners_icon.png) no-repeat;
}
.partners .row ul li a .txt {
  position: relative;
  padding: 3px 0 3px 50px;
  font-size: 14px;
  color: #fff;
}
.partners .row ul li a .txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 40px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 1400px) {
  .partners {
    padding: 150px 50px 200px 50px !important;
  }
}
@media (max-width: 1000px) {
  .partners {
    padding: 150px 50px 200px 50px !important;
  }
  .partners .row ul li {
    width: 50%;
    position: relative;
    height: 150px;
  }
  .partners .row ul img {
    max-width: 80%;
    max-height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .partners {
    padding: 150px 15px 80px 15px !important;
  }
  .partners .row .title {
    font-size: 40px;
  }
  .partners .row .title img {
    margin: 0 auto 10px auto;
    height: 30px;
  }
  .partners .row ul {
    margin: 10px 0 0 0;
  }
  .partners .row ul li {
    margin: 30px auto 0 auto;
    width: 80%;
    position: relative;
    height: 150px;
  }
  .partners .row:nth-child(3) ul li:nth-child(1) {
    width: 80%;
  }
  .partners .row:nth-child(3) ul li:nth-child(2) {
    width: 80%;
  }
  .partners .row ul img {
    max-width: 80%;
    max-height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .partners .row ul li a .tit {
    margin: 0 0 10px 0;
    padding: 0 0 0 35px;
    font-size: 30px;
  }
  .partners .row ul li a .tit:before {
    margin: -12.5px 0 0 0;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
  }
  .partners .row ul li a .txt {
    padding: 10px 0 10px 50px;
  }
  .partners .row ul li a .txt:before {
    top: 16px;
  }
}

.footer {
  padding: 0 100px;
  background: #49147e;
}
.footer .row {
  display: flex;
  margin: 0 auto;
  padding: 80px 0 100px 0;
  max-width: 1200px;
}
.footer .row .fl {
  width: 500px;
}
.footer .row .fl .logo {
  display: block;
  margin: 0 auto;
  width: 318px;
  height: 200px;
}
.footer .row .fl .logo img {
  display: block;
  width: auto;
  height: 100%;
}
.footer .row .fl .copy {
  margin: 40px 0 0 0;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
}
.footer .row .fr {
  flex: 1 0;
  width: 100%;
}
.footer .row .fr .ft {
}
.footer .row .fr .ft .menu {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 0 150px;
}
.footer .row .fr .ft .menu li {
  display: flex;
  margin: 30px 0 0 0;
  width: 33.333%;
}
.footer .row .fr .ft .menu li a {
  display: block;
  cursor: pointer;
}
.footer .row .fr .ft .menu li a p {
  font-size: 14px;
  color: #fff;
}
.footer .row .fr .fb {
  margin: 70px 0 0 0;
  text-align: center;
}
.footer .row .fr .fb .tit {
  font-size: 14px;
  color: #fff;
}
.footer .row .fr .fb .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0 0;
}
.footer .row .fr .fb .sns a {
  display: flex;
  margin: 0 25px;
}
.footer .row .fr .fb .sns a img {
  display: block;
  height: 30px;
}
@media (max-width: 1400px) {
  .footer {
    padding: 0 50px;
  }
  .footer .row .fr .ft .menu {
    margin: -30px 0 0 100px;
  }
}
@media (max-width: 1000px) {
  .footer .row {
    display: block;
  }
  .footer .row .fl {
    width: auto;
  }
  .footer .row .fr {
    margin: 60px 0 0 0;
  }
  .footer .row .fr .ft .menu {
    justify-content: center;
    margin: -30px 0 0 0;
  }
  .footer .row .fr .ft .menu li {
    width: auto;
  }
  .footer .row .fr .ft .menu li a {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 0;
  }
  .footer .row {
    padding: 50px 0 80px 0;
  }
  .footer .row .fl .logo {
    width: 160px;
    height: 100px;
  }
  .footer .row .fl .copy {
    margin: 20px 0 0 0;
    line-height: 20px;
    font-size: 10px;
  }
  .footer .row .fr {
    margin: 40px 0 0 0;
  }
  .footer .row .fr .ft .menu {
    margin: -20px 0 0 0;
  }
  .footer .row .fr .ft .menu li {
    margin: 20px 0 0 0;
  }
  .footer .row .fr .ft .menu li a {
    margin: 0 20px;
  }
  .footer .row .fr .ft .menu li a p {
    font-size: 14px;
    color: #fff;
  }
  .footer .row .fr .fb {
    margin: 40px 0 0 0;
  }
  .footer .row .fr .fb .sns {
    margin: 20px 0 0 0;
  }
  .footer .row .fr .fb .sns a {
    margin: 0 15px;
  }
  .footer .row .fr .fb .sns a img {
    height: 20px;
  }
}

.type_popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 50px;
  background: rgba(0 0 0 / 70%);
}
.type_popup .row {
  position: relative;
  max-width: 800px;
  padding: 50px;
  border-radius: 20px;
  background: #fff;
}
.type_popup .row .xi-close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.type_popup.on {
  display: flex;
}
@media (max-width: 767px) {
  .type_popup {
    padding: 0 15px;
  }
  .type_popup .row {
    padding: 25px;
  }
}

.popup_video {
  position: relative;
  width: 100%;
}
.popup_video iframe {
  display: block;
  max-width: 100%x;
}
@media (max-width: 767px) {
  .popup_video iframe {
    width: 100%;
    height: 200px;
  }
}

.token-title-color {
  color: #371c6a !important;
}



/* 240621 팝업 */

.coupon_popup {
	display: none;
	width: 100vw;
	height: 100vh;
  background-color: rgba(0,0,0,0.45);
	position: fixed;
	z-index: 500;
	top: 0;
}
.close-today {
	display: none !important;
}
.coupon_popup .row {
  position: absolute; 
  width: 400px;
  height: 700px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 50%; 
  left: 50%; 
  transform: translate(-50%,-50%);
}
.coupon_popup .row .exit {
  position: absolute;
  top: -27px;
  right: -59px;
  cursor: pointer;
}
.coupon_popup .row .view-today {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.coupon_popup .row .view-today input {
	margin-right: 10px;
}

.coupon_popup .row .view-today label {
	color: #FFF;
}

.coupon_popup .row .main-img img {
  width: 100%;
  height: 100px;
}

.coupon_popup .form-group .input-group {
  height: 100px;
}

.coupon_popup .form-group .submit-button {
  margin-top: 15px;
}

.coupon_popup .form-group .input-check-message {
  padding: 14px 0 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
}



@media(max-width: 767px) {
	.coupon_popup .row .main-img img {
		width: 350px;
	}
	.coupon_popup .row .exit {
		top: -50px;
		right: 0;
	}
}
@media(max-width: 480px) {
	.coupon_popup .row .main-img img {
		width: 250px;
	}
}


.coupon_popup .form-group {
  padding: 20px 25px;
}
.coupon_popup .form-group input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.coupon_popup .popup_btn_close {
  font-size: 20px;
}
.coupon_popup .form-group button {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #3b5998;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.coupon_popup .form-group button:hover {
  background-color: #2e4b87;
}
.coupon_popup .notice {
  padding: 20px;
  font-size: 14px;
  color: #555;
}
.coupon_popup .notice div {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.coupon_popup .notice ul {
  padding-left: 20px;
}
.coupon_popup .notice ul li { 
  display: list-item; 
  list-style: disc !important;
  height: 25px;
}
.coupon_popup .privacy-policy {
  text-align: right;
  padding: 20px;
  font-size: 12px;
  color: #aaa;
  margin-top: 30px;
  cursor: pointer;
}

.coupon_popup .privacy-policy a {
	color: #aaa;
}
