.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab .tab__btn {
  font-family: 'Pirulen';
  font-weight: 500;
  color: #c7c7c7;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.tab .tab__btn:not(:last-child) {
  margin-right: 60px;
}

.tab .tab__btn:not(:last-child)::before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #454545;
  position: absolute;
  top: 3px;
  right: -33px;
}

.tab .tab__btn--active {
  color: #fff;
}

.tab--bg .tab__btn {
  width: 186px;
  height: 67px;
  line-height: 1.2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.tab--bg .tab__btn:not(:last-child) {
  margin-right: 60px;
}

.tab--bg .tab__btn:not(:last-child)::before {
  top: 27px;
  right: -43px;
}

.tab--bg .tab__btn--active {
  background-image: url(/image/main/tab_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.main {
  background-image: url(/image/main/main_section01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  padding-top: 250px;
  padding-bottom: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main>.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main .main__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main .main__video {
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  padding-top: 38.4%;
  height: 0;
  overflow: hidden;
  width: 590px;
}

.main .main__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.main .main__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main .board-s {
  width: 100%;
}

.main .pre-box {
  width: 49%;
  margin-top: 29px;
}

.board-s .board-s__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Pirulen';
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
}

.board-s .board-s__tit p {
  font-size: 26px;
  color: #7446ff;
  font-weight: 600;
  line-height: 1.2em;
}

.board-s .board-s__tit a {
  color: #fff;
}

.board-s>a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board-s .board-s__subject {
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  line-height: 1.4em;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.board-s .board-s__date {
  width: 100px;
  text-align: right;
  color: #999999;
  font-size: 16px;
  font-family: 'Montserrat';
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.pre-box {
  background-color: #000;
  height: 210px;
  text-align: center;
  padding-top: 35px;
  display: block;
}

.pre-box .hide{
  display: none;
}

.pre-box .pre-box__tit {
  color: #7446ff;
  font-family: 'Pirulen';
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 16px;
}

.pre-box .pre-box__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 234px;
  opacity: 0.7;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
  position: relative;
  z-index: 2;
}

.pre-box .pre-box__link:hover {
  opacity: 1;
}

.pre-box.pre-box__emp {
  position: relative;
}

.pre-box.pre-box__emp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 3px solid;
  -o-border-image: linear-gradient(to bottom, #645dc4, #08898b);
  border-image: -webkit-gradient(linear, left top, left bottom, from(#645dc4), to(#08898b));
  border-image: linear-gradient(to bottom, #645dc4, #08898b);
  border-image-slice: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.pre-box__price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.pre-box__price p {
  font-size: 28px;
  color: #fff;
  font-family: 'Pirulen';
  line-height: 1em;
  font-weight: 600;
  margin-right: 15px;
}

.pre-box__price span {
  width: 80px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.pre-box__price span.plus {
  background-color: #f13;
}

.pre-box__price span.minus {
  background-color: #2a9aea;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.counter .counter__area {
  width: 33.3333%;
  color: #ccc;
}

.counter .counter__area span {
  font-size: 42px;
  font-family: 'Montserrat';
  font-weight: 100;
  line-height: 1em;
}

.counter .counter__area p {
  font-family: 'Pirulen';
  line-height: 1em;
  font-size: 12px;
  margin-top: 3px;
}

.counter-utc {
  color: #fff;
  text-align: center;
  margin-top: 17px;
  font-family: 'Pirulen';
  font-size: 14px;
}

.blockchain {
  background-image: url(/image/main/main_section02_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 195px;
  padding-bottom: 195px;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.blockchain .blockchain__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
}

.blockchain .blockchain__box--hidden {
  display: none;
}

.blockchain .blockchain__txt-pack {
  text-align: right;
  position: relative;
  margin-right: 75px;
  width: 440px;
  margin-top: 65px;
  z-index: 2;
}

.blockchain .blockchain__txt-pack::before {
  content: "";
  width: 327px;
  height: 327px;
  background-image: url(/image/main/main_blockchain_rolling.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(-327px / 2);
  left: calc(-327px / 2);
  -webkit-animation: rolling linear infinite 8s;
  animation: rolling linear infinite 8s;
}

.blockchain .blockchain__txt01 {
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  line-height: 1em;
  font-family: 'Pirulen';
  margin-bottom: 27px;
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.7);
}

.blockchain .blockchain__txt02 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  color: #ccc;
  margin-bottom: 53px;
}

.blockchain .blockchain__more {
  font-size: 16px;
  color: #fff;
  font-family: 'Pirulen';
  font-weight: 500;
  width: 186px;
  height: 67px;
  line-height: 67px;
  position: relative;
  display: block;
  margin-left: auto;
  text-align: center;
}

.blockchain .blockchain__more::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/image/main/more_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.blockchain .blockchain__more:hover::before {
  opacity: 1;
}

.blockchain .blockchain__img {
  position: relative;
  width: 562px;
  height: 416px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blockchain .blockchain__img::before {
  content: "";
  width: 899px;
  height: 516px;
  background-image: url(/image/main/main_blockchain_ele_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.blockchain .blockchain__img img {
  z-index: 2;
  position: relative;
}

.char {
  background-image: url(/image/main/main_section03_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 195px;
  padding-bottom: 195px;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.char .char__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.char .char__list>li {
  margin: 0 32px;
  cursor: pointer;
  position: relative;
}

.char .char__list>li::before {
  content: "";
  width: 217px;
  height: 506px;
  background-image: url(/image/main/main_char_ele_outer.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.char .char__list>li>img {
  position: relative;
  z-index: 2;
}

.char .char__list-name {
  width: 165px;
  height: 125px;
  background-image: url(/image/main/main_char_name_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 17px;
  font-family: 'Bidulgi';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 125px;
  color: #c94926;
}

.char .char-active {
  width: 310px;
  height: 574px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 215px;
  padding-left: 35px;
  padding-right: 35px;
  display: none;
  opacity: 0;
}

.char .char-active .char-active__tit {
  font-size: 30px;
  color: #a78458;
  font-family: 'Bidulgi';
  text-align: center;
  line-height: 1em;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.char .char-active .char-active__desc {
  color: #d9d9d9;
  line-height: 1.5em;
  font-size: 15px;
  text-align: center;
}

.growth {
  background-image: url(/image/main/main_section04_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 195px;
  padding-bottom: 195px;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.growth .growth__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 75px;
}

.growth .growth__box--hidden {
  position: absolute;
  top: -99999999px;
  left: -99999999px;
  visibility: hidden;
}

.growth .growth__img {
  width: 432px;
  height: 432px;
  margin-right: 112px;
  position: relative;
}

.growth .growth__img::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(/image/main/growth_border.png);
  width: 470px;
  height: 470px;
  z-index: 1;
}

.growth .growth__img .slick-list {
  position: relative;
  z-index: 2;
}

.growth .growth__img .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 12px;
  z-index: 3;
}

.growth .growth__img .slick-dots li {
  display: inline;
  margin: 0 4px;
}

.growth .growth__img .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #7a7b7b;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.growth .growth__img .slick-dots li.slick-active button {
  background-color: #fff;
  border-color: #fff;
}

.growth .growth__txt-pack {
  width: 500px;
  padding-top: 95px;
}

.growth .growth__txt01 {
  color: #fff;
  font-family: 'Pirulen';
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1em;
  font-size: 14px;
}

.growth .growth__txt02 {
  color: #fff;
  font-family: 'Pirulen';
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 20px;
  font-size: 50px;
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.7);
}

.growth .growth__txt03 {
  color: #fff;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 300;
}

.roadmap {
  background-image: url(/image/main/main_section05_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 195px;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.roadmap .roadmap__tit img {
  margin-left: auto;
  margin-right: auto;
}

.roadmap .roadmap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-left: 40px;
}

.roadmap .roadmap__list>li {
  width: 33.3333%;
  text-align: center;
  cursor: pointer;
  background-image: url(/image/main/roadmap_light.png);
  background-repeat: no-repeat;
  background-position: 55px 10px;
  background-size: 150px;
  -webkit-transition: background-image ease .3s;
  transition: background-image ease .3s;
}

.roadmap .roadmap__list>li:hover,
.roadmap .roadmap__list>li.active {
  background-image: url(/image/main/roadmap_light_on.png);
}

.roadmap .roadmap__list>li:hover .roadmap__data,
.roadmap .roadmap__list>li.active .roadmap__data {
  opacity: 1;
}
.roadmap .roadmap__list>li:hover .roadmap__data__item,
.roadmap .roadmap__list>li.active .roadmap__data__item{
  opacity: 1;
}

.roadmap .roadmap__month {
  font-size: 20px;
  font-family: 'Pirulen';
  font-weight: 600;
  color: #fff;
  margin-left: -40px;
}

.roadmap .roadmap__list .roadmap__data {
  display: flex;
  
  opacity: 0.5;
  font-size: 15px;
  line-height: 1.4em;
  margin-top: 100px;
  padding-left: 25px;
  color: #fff;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  text-align: left;
}
.roadmap .roadmap__list .roadmap__data__item{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: top;
  margin: 5px 0px;
  color: #fff;
  opacity: 0.5;
}
.roadmap .inner .roadmap__list .roadmap__data__dot{
  width: 20px;
  
}
.roadmap .roadmap__list .roadmap__data__content{
  width: 100%;
  text-align: left;
  
}


.roadmap__progress{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  height: 50px;

  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 40px;
  
  
  font-weight: 700;
}
.roadmap__progress .roadmap__progress__complete{
  text-align: center;
  
  background-color: rgb(35, 35, 35);
  color: white;
  padding: 5px 10px;
  margin: 2px;
  width : 300px;

  border: solid 1px rgb(173, 173, 173);
}
.roadmap__progress .roadmap__progress__gap{
  width : 300px;
}
.roadmap__progress .roadmap__progress__comingsoon{
  text-align: center;
  background-color: rgb(255, 255, 255);
  color: black;
  padding: 5px 10px;
  margin: 2px;
  width : 300px;
}

.roadmap__alert{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;

  height: 50px;
  color: rgb(192, 192, 192);
}

@-webkit-keyframes rolling {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rolling {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.popup {
  width: 890px;
  padding: 60px 65px 70px 65px;
  background-color: #fff;
  border-radius: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: none;
  opacity: 0;
}

.popup .popup__tit {
  font-size: 24px;
  font-family: 'Pirulen';
  font-weight: 500;
  margin-bottom: 50px;
}

.popup .popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-qr .popup-qr__box {
  width: 50%;
  text-align: center;
}

.popup-qr .popup-qr__box:first-child {
  border-right: 1px solid #ddd;
}

.popup-qr .popup-qr__box img {
  max-width: 100%;
  display: inline-block;
}

.popup-qr .popup-qr__steam {
  display: block;
}

.popup-dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: none;
  opacity: 0;
}