.sub-visual {
  background-size: cover;
  background-repeat: no-repeat;
  height: 540px;
  text-align: center;
  padding-top: 300px;
}

.sub-visual p {
  color: #fff;
  font-family: 'Pirulen';
  font-size: 55px;
  line-height: 1em;
  font-weight: 500;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}

.sub-visual.K02 {
  background-image: url(/image/sub/sv01.jpg);
}

.sub-visual.K03 {
  background-image: url(/image/sub/sv02.jpg);
}

.sub-visual.K04 {
  background-image: url(/image/sub/sv03.jpg);
}

.lnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #3f414a;
}

.lnb.K02 {
  background-color: #0f111d;
}

.lnb.K03 {
  background-color: #0b0911;
}

.lnb.K04 {
  background-color: #0b0911;
}

.lnb>a {
  padding: 30px 10px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1em;
  min-width: 170px;
  margin: 0 10px;
  text-align: center;
  font-size: 18px;
  font-family: 'Pirulen';
  font-weight: 500;
}

.lnb>a.active {
  color: #fff;
  position: relative;
}

.lnb>a.active::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #4917dd;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sub-tit {
  font-size: 55px;
  font-family: 'Pirulen';
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  text-align: center;
}

.scroll-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scroll-btn>div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 80px;
  height: 80px;
  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;
  cursor: pointer;
}

.scroll-btn>div:hover img {
  opacity: 1;
}

.scroll-btn>div>img {
  opacity: 0.3;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.scroll-btn .scroll-btn__down {
  border-top: none;
}

.silther .sub-tit {
  margin-top: -100px;
}

.silther {
  background-image: url(/image/sub/slithereum_cont_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 145px 0;
}

.silther .silther__tit {
  font-weight: 500;
  color: #b7b7b7;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: -.06em;
  position: relative;
  text-align: center;
  margin-top: 113px;
}

.silther .silther__tit::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  bottom: -45px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.silther .silther__tit strong {
  font-weight: 500;
  color: #7446ff;
}

.silther .silther__tit--eng {
  font-family: 'Pirulen';
}

.silther .silther__img img {
  margin-left: auto;
  margin-right: auto;
}

.silther .silther__txt01 {
  text-align: center;
  color: #b7b7b7;
  font-size: 20px;
  line-height: 1.5em;
  margin-top: 120px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.silther .silther__txt01 strong {
  font-weight: 400;
  color: #7446ff;
}

.silther .silther__particle-img {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.silther .silther__particle-txt {
  margin-top: 45px;
  line-height: 1.6em;
  text-align: center;
  color: #c1c0c0;
  font-size: 20px;
}

.silther .silther__particle-txt strong {
  font-weight: 400;
  color: #7446ff;
}

.silther .silther__flow-img {
  margin-top: 120px;
}

.silther .silther__flow-img img {
  width: 100%;
}

.silther .silther__trader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
}

.silther .silther__trader>a {
  width: 33.3333%;
  background-color: #0e0b19;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: -1px;
  margin-top: -1px;
  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;
}
.silther .silther__trader.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.silther .silther__trader.off {
  display: none;
}

.silther .trader_page_arrow{
  position:relative;
  top: 220px;
  height:10px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
  .silther .trader_page_arrow .trader_page_arrow_prev{
    position:relative;
    left: -4%;
    cursor: pointer;
  }
  .silther .trader_page_arrow .trader_page_arrow_next{
    position:relative;
    left: 101%;

    cursor: pointer;
  }


.board-page {
  background-color: #0f111d;
  padding-bottom: 200px;
}

.board-top-banner .slick-list {
  position: relative;
  z-index: 2;
}

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

.board-top-banner .slick-dots li {
  display: inline;
  margin: 0 4px;
}

.board-top-banner .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;
}

.board-top-banner .slick-dots li.slick-active button {
  background-color: #fff;
  border-color: #fff;
}

.board-top-banner .item img {
  width: 100%;
}

.board-tit {
  font-size: 34px;
  font-family: 'Pirulen';
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  text-align: center;
  margin-top: 95px;
  margin-bottom: 75px;
}

.board {
  border-top: 2px solid #3f414a;
}

.board>a {
  border-bottom: 1px solid #3f414a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.board .board__notice {
  background-color: #191e3d;
}

.board .board__notice .board__subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board .board__notice .board__subject img {
  margin-right: 10px;
}

.board .board__category {
  width: 270px;
  text-align: center;
}

.board .board__category p {
  width: 240px;
  line-height: 54px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Montserrat';
}

.board .board__category p.purple {
  background-color: #261948;
  color: #906bff;
}

.board .board__category p.black {
  background-color: #4b4b4b;
  color: #999999;
}

.board .board__category p.update {
  background-color: #1a1557;
  color: #a19fff;
}

.board .board__category p.red {
  background-color: #bd2828;
  color: #fff;
}

.board .board__category p.event_blue {
  background-color: #31859C;
  color: #fff;
}

.board .board__category p.guide_green {
  background-color: #77933C;
  color: #fff;
}

.board .board__category p.finished_gray {
  background-color: #7F7F7F;
  color: #fff;
}

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

.board .board__date {
  width: 140px;
  text-align: center;
  color: #666;
  font-size: 16px;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pager>a {
  margin: 0 12.5px;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.pager>a.active,
.pager>a:hover {
  color: #fff;
}

.board-search-bar {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.board-search-bar>select {
  width: 90px;
  margin-right: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 40px;
  height: 40px;
  color: #666;
  font-size: 16px;
}

.board-search-bar .board-search-bar__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.board-search-bar .board-search-bar__box input {
  line-height: 40px;
  height: 40px;
  color: #ccc;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}

.board-search-bar .board-search-bar__box button {
  width: 30px;
  padding: 0;
  cursor: pointer;
}

.board-search-bar .board-search-bar__box button img {
  margin-left: auto;
}

.board-view {
  padding-top: 125px;
}

.board-view .board-view__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #acacac;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
}

.board-view .board-view__date span {
  color: #7446ff;
  margin-right: 14px;
}

.board-view .board-view__subject {
  margin-top: 20px;
  line-height: 1.2em;
  font-size: 36px;
  color: #fff;
  padding: 0 50px;
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 2px solid #3f414a;
  position: relative;
}

.board-view .board-view__share {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: url(/image/sub/share_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.board-view .board-view__share.active {
  background-image: url(/image/sub/share_icon_on.png);
}

.board-view .board-view__share.active::after {
  opacity: 1;
}

.board-view .board-view__share::after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url(/image/common/nav_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  z-index: 1;
}

.board-view .board-view__share-menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#081431), to(#04060b));
  background: linear-gradient(to bottom, #081431, #04060b);
  border: 1px solid #38393d;
  display: none;
  opacity: 0;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.3);
  text-align: left;
  cursor: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding: 25px 15px;
}

.board-view .board-view__share-menu>a {
  display: block;
  color: #666666;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Pirulen';
  opacity: 0.5;
  transition: all ease .3s;
  padding-left: 0;
  margin: 6px 12px;
}

.board-view .board-view__share-menu>a:hover {
  opacity: 1;
}

.board-view .board-view__share-menu #copy_url>div{
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.438);
  text-align: center;
  border-radius: 50%;
}
.board-view .board-view__share-menu #copy_url>div>p{
  margin-top: 13px;
  color: white;
}

.board-view .board-view__cont {
  padding: 50px 0;
  color: #acacac;
  line-height: 1.4em;
  font-size: 14px;
  border-bottom: 1px solid #3f414a;
}

.board-view .board-view__cont em {
  font-style: italic;
}

.board-view .board-view__cont ol {
  list-style: decimal;
  padding-left: 24px;
}

.board-view .board-view__cont ul {
  list-style: disc;
  padding-left: 24px;
}

.board-view .board-view__nav>li {
  border-bottom: 1px solid #3f414a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.board-view .board-view__nav>li>p {
  width: 170px;
  padding-left: 30px;
  color: #ccc;
  font-weight: 500;
  font-size: 20px;
}

.board-view .board-view__nav>li>a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 300;
  color: #999999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.4em;
}

.board-view .board-view__nav>li:nth-child(1)>p {
  background-image: url(/image/sub/board_view_prev_icon.png);
  background-repeat: no-repeat;
  background-position: 100px 11px;
}

.board-view .board-view__nav>li:nth-child(2)>p {
  background-image: url(/image/sub/board_view_next_icon.png);
  background-repeat: no-repeat;
  background-position: 100px 11px;
}

.board-view .board-view__btn {
  width: 140px;
  line-height: 45px;
  height: 45px;
  font-size: 20px;
  color: #fff;
  font-family: 'Pirulen';
  background-color: #666666;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 500;
  margin-top: 45px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.board-view .board-view__btn:hover {
  background-color: #4917dd;
}

.guide {
  padding-top: 135px;
  padding-bottom: 185px;
  background-image: url(/image/sub/guide_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.guide__video{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.guide iframe{
  width: 600px;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
}

.guide.bg-bottom {
  background-position: center bottom;
}

.guide .guide__tit {
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  font-family: 'Pirulen';
  margin-bottom: 30px;
  font-weight: 500;
}

.guide .guide__tit span {
  display: block;
  font-weight: 300;
}

.guide .guide__tit:not(:first-child) {
  margin-top: 135px;
}

.guide .guide__tit--line {
  position: relative;
  padding-bottom: 20px;
  font-family: 'Montserrat';
  color: #ccc;
}

.guide .guide__tit--line::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #616064;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.guide .guide__tit02 {
  font-size: 22px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
  text-align: center;
  color: #b7b7b7;
  margin-top: 110px;
}

.guide .guide__tit02 span {
  color: #7446ff;
}

.guide .guide__tit02.mb {
  margin-bottom: 75px;
}

.guide .guide__stit {
  font-size: 14px;
  line-height: 1.4em;
  color: #b7b7b7;
  text-align: center;
}

.step3_list {
  font-size: 20px;
  line-height: 1.4em;
  color: #b7b7b7;
  margin-left: 50px;
  padding-left: 24px;
  text-indent: -24px;
}

.textmaker_square::before {content: '■ ';}



.guide .guide__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.guide .guide__step2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.guide .guide__step2-box {
  width: 800px;
  margin: 0 20px;

  text-align: center;
}

.guide .guide__step2-box img{
  margin-left: auto;
  margin-right: auto;
}

.guide .guide__step2-box p {
  color: #b7b7b7;
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 10px;
}

.guide .guide__step2-box p strong {
  display: block;
  color: #e3e3e3;
  font-weight: 500;
}

.guide .guide__detail-btn {
  display: block;
  width: 509px;
  height: 143px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  opacity: 0.5;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.guide .guide__detail-btn:hover {
  opacity: 1;
}

.guide .guide__txt-list {
  margin-top: 135px;
}

.guide .guide__txt-list>li {
  margin-bottom: 150px;
}

.warship {
  background-image: url(/image/sub/warship_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 135px;
  padding-bottom: 185px;
}

.warship .warship__tit {
  line-height: 1em;
  color: #fff;
  font-family: 'Pirulen';
  text-align: center;
  font-size: 42px;
  letter-spacing: .15em;
}












/* 마켓 타이틀 */
.warship .warship__carrier .warship__tit.nftmarket {
  margin-bottom: 20px;
}

/* 위믹스월렛 영역 */
.wallet {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;

  position: sticky;
  top:120px;

  width: auto;
  height: auto;

  margin-bottom: 20px;
}
  .wallet_login{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;

    background-color: #002815cc;
    color: white;

    width: 300px;
    height: 80px;

    border-style: solid;
    border-color:  #004e29cc;
    border-width: 1px;

    cursor: default;
  }
    .wallet_login_btn{
      width: 140px;
      height: 30px;

      padding: 4px 15px;
      text-align: right;

      background: url(/image/common/wemix_wallet_login_btn.png) 10px 50%/50% auto no-repeat;

      background-color: rgba(39,234,132,.2);

      cursor: pointer;
    }
      .wallet_login_btn:hover{
        background-color: rgba(42, 252, 144, 0.611)
      }
    .wallet_login_btn+div{
      font-size:12px;
    }

  .wallet_info{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr auto;

    gap: 10px;
    padding: 10px;

    background-color: #181818e0;
    color: white;

    width: 500px;
    height: auto;

    border-style: solid;
    border-color:  #434343cc;
    border-width: 1px;

    cursor: default;
  }
    .wallet_info div:nth-child(2){
      /* 주소 가 있는 셀*/
      grid-column: 2 / span 2;
      grid-row: 1;
      text-align: right;
    }
    .wallet_info>div:last-child{
      /* 로그아웃버튼 이 있는 셀 */
      grid-column: 3;
      grid-row: 3;
      justify-self: right;
      align-self: center;
    }
    
    .wallet_info_my{
      font-size: 19px;
      font-weight: 700;
    }
    .wallet_logout_btn{
      padding: 2px 6px;
      color: black;
      font-weight: 700;
      background-image: linear-gradient(90deg,#fd0,#fb0 23%,#fe5 49%,#fb0 77%,#fd0);
      cursor: pointer;
    }
      .wallet_logout_btn:hover{
        background-image: linear-gradient(90deg,#fd0,rgb(255, 198, 41) 23%,#fe5 49%,rgb(255, 210, 85) 77%,#fd0);
      }

    .wallet_item{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      width: auto;
      padding: 5px 10px;
      gap: 4px;

      background-image: linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(180deg,rgba(68,68,68,.75),rgba(68,68,68,.75)),radial-gradient(circle at 50% 0,#fff,hsla(0,0%,100%,0) 87%),linear-gradient(132deg,#888,#000 10%,#dcdcdc 52%,#393939 80%,#b2b2b2 89%,#655c51);
    }
      .wallet_balance_img{
        transform: translate(0,3px);
      }
      .wallet_balance_img.silthereum{
        /* 실더리움은 이미지크기가 달라서 추가작업이 필요하다. */
        transform: translate(0,6px);
      }
    .wallet_market_link{
      cursor:pointer;
    }


/* 마켓 워십리스트의 카테고리 */
.warship .warship__category{
  display: flex;
  flex-direction: row;

  margin: 0px 80px;
  gap: 50px;

  color: rgb(123, 123, 123);
  font-family: 'Pirulen';
  font-size: 20px;
}

.warship .warship__category .warship__category__item{
  display:flex;
  justify-content: center;
  align-content: center;

  width: 250px;
  height: 62px;

  border-width: 1px;
  border-style: solid;
  border-color: rgb(56, 0, 213);
  border-bottom: none;
  border-radius: 5%/20%;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 0%;

  padding-top: 10px;

  text-align: center;
  cursor: pointer;
}
.warship .warship__category .warship__category__item>span{
  margin-top: 5px;
}

.warship .warship__category .warship__category__item:hover{
  color: white;
}
.warship .warship__category .warship__category__item.on{
  color: white;
  background-image: url(/image/sub/warship_list_tit_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;

  background-color: rgb(11, 0, 40);
}

.warship .warship__category .warship__category__item#go_recently_sold_list{
  border-color: rgb(28, 66, 134);
}
.warship .warship__category .warship__category__item.on#go_recently_sold_list{
  background-color: rgb(11, 27, 54);
}

.warship .warship__category .warship__category__refresh{
  display:flex;

  cursor: pointer;

  width:50px;
  height: auto;

  background: url("data:image/webp;base64,UklGRmYBAABXRUJQVlA4WAoAAAAQAAAAMAAALwAAQUxQSPcAAAABgFVbexXnjwMk/HUwElIHOIBRgISJA1BAxsE4aCRUwi8BB5zecuOtbxExAfLPPywvgyNtepFhPch/6BXGg+Lz8esOe7sHwBFGVb8kgL3XAhyTZN8M2PsoYCqFbgP2LgamUuw2IHaYAZVK9wSsXYIo1e7J70YDoHXinj0OopT7+OfRTnQeKu4UtqovChe5hfwiLX3Ij7nOnsJ4kbmDH3uk+HuquHP6DqZS7xLn1AHTunc4tZkBpjXOYJdmcQZMy9wKp3aQGTAtcSsQpIcEwKac/wRW6SMBwDavelsSQJTmo9kmIjIa5atcUJ8lycs1dX4ZHCl4+d8HAFZQOCBIAAAAMAQAnQEqMQAwAD5ZIIxFo6IhHVQAOAWEtIAAZrcZY1D6ONhNUpjWGBQAAP71Of//Vl//6ri//9TfV+z8qr/zb//508AAAAAA") center/50% auto no-repeat;
}
  .warship .warship__category .warship__category__refresh.active{
    animation: spinX 0.56s infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
  }
  @-webkit-keyframes spinX
  {  
    0%   {-webkit-transform: rotateZ(0deg); -webkit-transform-origin: 50% 50% 0;}  
    100% {-webkit-transform: rotateZ(360deg); -webkit-transform-origin: 50% 50% 0;}  
  }
  @keyframes spinX
  {  
    0%   {transform: rotateZ(0deg); transform-origin: 50% 50% 0;}  
    100% {transform: rotateZ(360deg); transform-origin: 50% 50% 0;}  
  }

.warship .warship__category__caution{
  padding-top: 20px;
  font-size: 14px;
  font-family: 'Noto Sans KR', sans-serif;
}





/* 마켓에서 거래된 워십 리스트 */
.warship .warship__recently {
  display: grid;
  grid-template-columns: 20% 20% 20% 20%;
  justify-content: center;
  /* align-content: start; */
  gap: 50px;

  border-width: 1px;
  border-style: solid;
  border-radius: 1%;

  border-color: rgb(29, 1, 109);
  background-color: rgb(13, 0, 43);

  padding: 50px 0px;
}
.warship .warship__recently#warship_sold_recently {
  border-color: rgb(17, 40, 80);
  background-color: rgb(7, 18, 36);
}
.warship .warship__recently__item {
  border-width: 1px;
  border-style: solid;
  border-color: #363636;
  border-radius: 7%/5%;

  width: 250px;
  height: 330px;

  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center 10px;

  color: white;

  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 6px;

  box-sizing: border-box;
  padding: 0 20px;

  cursor: pointer;
  transition: 0.3s;
}
.warship .warship__recently__item:hover {
  border-color: rgb(199, 196, 0);
  background-color: rgb(46, 46, 0);
  transition: 0.1s;
}

.warship .warship__recently__item .warship__recently__item_id{
  font-size: 14px;
  color:rgb(161, 161, 161)
}
.warship .warship__recently__item .warship__recently__item_name{
  font-size: 16px;
}
.warship .warship__recently__item .warship__recently__item_price{
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 22px;
  
  background-size: 100%;
  background: url(/image/common/p.WEMIX_96.png) 0 0/20px 20px no-repeat;
}
.warship .warship__recently__item .warship__recently__item_price > span:before{
  width : 100px;
  height : 100px;
  
}

.warship__recently__total{
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 5px 20px;
  
  margin-left: auto;
  margin-right: 50px;
  margin-bottom: 20px;

  border-width: 1px;
  border-style: solid;
  border-radius: 3%/7%;

  border-color: rgb(56, 0, 213);
  background-color: rgb(11, 0, 40);
  color: white;
}
.warship__recently__total#recently_sold_total
{
  border-color: rgb(28, 66, 134);
  background-color: rgb(11, 27, 54);
}




.QR_popup{
  background-color: #081431CC;

  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;

  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  
  z-index: 99998;
  outline: none;
  cursor: default;

  font-family: Roboto,sans-serif;
  font-weight: 500;
}
  .QR_popup.on{
    opacity: 1;
    transform: scale(100%);
    transition: 0.17s;
  }
  .QR_popup.off{
    opacity: 0;
    transform: scale(0%);
    transition: 0.17s;
  }
.QR_content{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  
  width: 480px;
  height: 510px;

  border-top-left-radius: 5%;
  border-top-right-radius: 5%;

  color: black;
  background-color: white;
}
  .QR_close{
    width:100%;
    padding-top: 10px;
    padding-right: 15px;
    text-align: right;
  }
    .QR_close #QR_close_btn{
      font-size: 40px;
      padding: 5px;
      
      cursor: pointer;
    }
  .QR_title{
    display:flex;
    justify-content: center;
    align-items: end;
    font-family: 'Pirulen';
    font-weight: 400;
    font-size: 32px;

    width: 300px;
    height: 80px;
    margin-top: -55px;
    margin-bottom: -10px;

    background: url("/image/common/header_logo.png") center/70% auto no-repeat;
  }
  .QR_left_time_text{
    font-weight: 500;
    font-size: 18px;

    margin-top: -25px;
  }
  #QR_left_time{
    margin-left: 10px;
    font-weight: 700;
    color:red;
  }
  .QRcode{
    width: 450px;
    height: 450px;
  }
  .QR_wemix_logo{
    width: 65px;
    height: 18px;
    /* background: url(data:image/webp;base64,UklGRnAEAABXRUJQVlA4WAoAAAAQAAAAgQAAIwAAQUxQSOUCAAABoBXbtlXXGhKWhCkBCVMCEpaDsxwEB8EB20FwMOOAOJgSloT+wSP3ks1/REyALltbskPfvprpkcfg8lafxxN6tNGKzNsXkPVZyif0qehiqQlLeRD7gbnotxOkPYYl6foPLUl7ih/SdF6LrJadLMnyDJ+k6XzEFbQDWbL8ERtr9SKpDLW6/W8Ogy42BiXzkawznjmQuwlYdgm4pOCi7zw4/NBHZ7/ZQQBVciAOEqhSMunqTBGsJ2pkuZ9z3jn3SwrAJVUgpUrapbXLYJOGulPSbvK9HA6SEvgZ/cV+dk8grjkQkjagSkHV5djkkFIy7hpxk6pzAzBJAaySDKBcUgAuBzbJwE7+bYPUQyOJCsy70vG7OZCS9AImSdoN1xwIrYBLldDpxiQxa2LFHLadphjfg19TAA6EpBdNUnFJsGhg0kzFGxtld/G9OMcuKXBJiWuAkDMqulNnGq4xMzPekeIgJCkZpAqTRkhVXFsYU3RjVvYIuMcW+6/7+IHvwKTMHpr4QROmvoqlhzIqVbrLcd5HAYTOKnXtWvuMvVBhVn4z69UzdZ+e+7hRAnmQRPRUw7doDJEaaNqgqUGVyl2qzm9S2dfdmpk5ymmsI3ULOaNe4BpISQPbW8qD3J33pA20vqrhmqFIQ5FUWd9RBX6AJmmM5SDACy8mTZgaXacv2jtKyKFDL1Khl90Mpp40rUi2tbPOcDS8kwosmoBJUjDtnJQSRkXqcmXTsQGYpBUISQZQ/kYCJgN6kZxeJKm6tMKgjGtJPVEAm/sn+8XHHyB18r0cjvf4ByySApgkBdNu/4IilksfpM6d8+Tcz06nW1gCLsmBXiSH4WSiy5iuGNQLsu2gT5qPwvUnPoDQPoBJ0kzaUWXTQL1gyaLr5rV6kVS81tH0PjfSDlQHaSxnlmT5xfu2JO3gl5ak6Sltg4/ffXTS9KAzZC1XSkuYix51TOCruUk2tKVDuh63Bpej6pGtfm0dei7N9KAAVlA4IGQBAAAQCwCdASqCACQAPm02mEgkIyKhJNQJuIANiWIA1avC+3cjNxdG1eG7D/bB2gPEl6SnmA/WP9JfeH6QD+udQx+x3sAfpL6S37LfBR+3foyACgjJkH5SJwdOGZl6a7isf/5AAP7sl43wG6GF/XmID+uhG3//7TohYy0TZHtB+ffk0Ab5evP+e+G7ZOiXvPHz/+3S6PNKhfSDueVqyOR+Hw6HQlweMWuhKDemkZuuz3o1tUnIRavOMmURb9nv//1//bCYh00cbrRCcuHTQf7EgFTNSWdjKRzx/IVhDW8th/rqZcEE5zO/6GXz/8LW03A1JxfK0WNgbn8tgeFfcqgLwLIjEc4w8faeYk+db75+++jqp+ycrmYbIEJNV3zU563FRHD81zi8OWEAPlXv1WsrVf7Kl5dHE6Ihxd2neOX66/zTKWfw2OymRxsn0ID0hRmtMUPzdkYJmxWueXV/Ier/6oiC7gAAAA==) 0 0/100% auto no-repeat; */
    /* font-size: 0; */
    background: url("/image/common/link_icon03.png") 0 0/25% auto no-repeat;
    margin-top: -10px;
    margin-bottom: 10px;
  }
    .QR_wemix_logo_text{
      margin-left: 20px;
      font-weight: 600;
    } 
.QR_guide{
  display: flex;
  flex-direction: column;
  justify-content: center;

  border-radius: 5%/10%;
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;

  width: 480px;
  height: 210px;

  color: black;
  background-color: rgb(226, 226, 226);

}
  .QR_guide_steps{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(89.73deg,#e90387 .24%,#fc6866 100.6%);
  }
    .QR_guide_step{
      width: 112px;
      height: 150px;

      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      gap: 5px;

      text-align: center;

      padding: 0px;
      color: white;
    }
      .QR_guide_step_img1{
        width: 54px;
        height: 54px;
        background-color: #000;
        /* background: url(data:image/webp;base64,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) 0 0/100% auto no-repeat; */
      }
        .QR_guide_step_img1_inner{
          width: 54px;
          height: 54px;

          background: url("/image/common/link_icon02.png") 0 0/60% auto no-repeat;
          background-position : 13px 10px;
          
        } 
      .QR_guide_step_img2{
        width: 54px;
        height: 54px;
        background: url(data:image/webp;base64,UklGRgQCAABXRUJQVlA4WAoAAAAQAAAAbwAAbwAAQUxQSLgAAAABZ2CQbeTYHcHX5D4iIvj1OgBqtW3Lm+cEF2D+VLJDXDx7js4CTEswx7Lncvt9W5W/R1U1ov8TgPfRnlTaHis2fF6SSu/wJ2mlvf0D8abf2vBupQgjAMQbw9oALBSlB3jkyEAoUkObxXJj8T6wxF5Y6q8sY8lyVP/+/3uXLMdXlvELS/2BJXZg8RVYrILFgCeOMrDg8ADijWFtALBiiACAeNNvbXiHon4OfNzV7BjC59G+1OdYseE9VlA4ICYBAADwDACdASpwAHAAPm0ylEckIyIhKwgAgA2JaQDV2UG/q/AH8z/CCOAvwD8M3gAam7/AfbMKa/XTxiCIvAJsDbov2Z0vLxEZAJ3ecYK6RnZEfItsUpKGvFMIfj92sn+rHClNYuHrztIKJ54fBRgsREgAAP77IYAdXOWSBdfwWK6cwTRbBxrd9t/J7cU6cMRzlt8kEQdpJfsKJ1tSX/05A/rH/n5Lfe2g4qWH/dz29OPeMmillipL+WUDiC24vmMv4JvPk1OR/wTf+TG20eZsRqQzVnVbRnfpX//yQT+0lJKeZcovQ0Qi+Ib1UPD/+ncP7fSJW0OHgogccrZ38b85UvXGeYeaUIEgtmbr55kAHKO4Jx5YbW/Jd0M/AmMQFqzcrrV7AAAAAAA=) 0 0/100% auto no-repeat;
      }
      .QR_guide_step_img3{
        width: 54px;
        height: 54px;
        background: url(data:image/webp;base64,UklGRigDAABXRUJQVlA4WAoAAAAQAAAAbwAAbwAAQUxQSLgAAAABZ2CQbeTYHcHX5D4iIvj1OgBqtW3Lm+cEF2D+VLJDXDx7js4CTEswx7Lncvt9W5W/R1U1ov8TgPfRnlTaHis2fF6SSu/wJ2mlvf0D8abf2vBupQgjAMQbw9oALBSlB3jkyEAoUkObxXJj8T6wxF5Y6q8sY8lyVP/+/3uXLMdXlvELS/2BJXZg8RVYrILFgCeOMrDg8ADijWFtALBiiACAeNNvbXiHon4OfNzV7BjC59G+1OdYseE9VlA4IEoCAADQDgCdASpwAHAAPm00mUekIyKhJV35kIANiWdEdyF/yC3XnXK+Azddi7n+Z5Qfp/9aeGqPyqqqqqqqqg3mM0I2QU7TQWutJMo2Prq5q3/dXA+YK9ujXZ9JLgbW7Ohgrn/N2g7F5LqoV5CMZQ9KzraGzwG7gAKn0Fm9sCIiIhMAAP779gAACeV88ccQn9PyzTvZRzHt0mKcaXin+PzgfTPQJ/yEqwW3e0WrlC7jufDOKKsSKr2B+0K2CLlhcfnMvlESQQKjhinOBGrm56cgIUVYoTZq6GpWZUo4EAunhEmYC7Hg7qRrNyVoGynZS0xlLsmdyOVbsC7UoSMTRaWBuzyrrYSKbZ/XqfnLsFIHzgzIUDvC8x+Tehw81Dxrf9/wnobhj6HOmHdYOPEa0PBNib7N8rWlzmYUD7i6XE8MTPg/3cBldtjsBeOxdiqeggMfduj+oW91WpKcCox+yywG9JYon88/RbbgRbuaQ3qUamwFAMTyLSc/KT5bNrMLnA4Y/eSSy+jp7gE/aAR2CF2FHcQUHj+nsebUAf9tA292oNOVrsThhUeEBcZHcqyAJqKLYfyla2Zryci522oABEoJpBvs3yuRdtTboRCOloloi9+D/dwGV22Ovr8f1h1ZRhKSpwoQOOcWKYjh0J/W1735rsH403boV1YTIkQPFg/5DGYIsh07001remTqsZp38MXNsi1uMrm86c9u4zwAVPGSntTSib4bL0QfLgCtU3y9RT/ETrJI8HCvRgbA7jus+J8vMKzEFcRtIQAAAAAA) 0 0/100% auto no-repeat;
      }
      .QR_guide_step_text{
        font-size: 12px;
        font-weight: 200;
        color: white;
      }
    .QR_guide_arrow{
      display: block;
      width: 32px;
      height: 32px;
      background: url(data:image/webp;base64,UklGRqQAAABXRUJQVlA4WAoAAAAQAAAAPwAAPwAAQUxQSFAAAAABL0AmYJnbfgLIISKCdwaqIUl2to5gD+IAHsJDiP44Of5F9F9t2zaMnd7GHIHvJqUXwbpReh3Lqzut0De4Uqf0oy9xxeae4sN7BBvwl/6aAFZQOCAuAAAAkAMAnQEqQABAAD5tNphJJCMioSIIAIANiWkAABA3U1AFeIW5AAD++5zAAAAAAA==) 0 0/100% auto no-repeat;
    }
      
      
  .QR_guide_footer{
    display:flex;
    flex: 1;
    justify-content: center;
    align-items: center;

    font-weight: 200;
    font-size: 12px;
    
    color: white;
    background: linear-gradient(89.73deg,#e90387 .24%,#fc6866 100.6%);
    border-radius: 0 0 20px 20px;
  }








/* ---------------------------------------------------- */


.warship .warship__para {
  font-size: 24px;
  line-height: 1.4em;
  text-align: center;
  color: #b7b7b7;
}

.warship .warship__para span {
  color: #7446ff;
}

.warship .warship__para:not(:last-child) {
  margin-bottom: 30px;
}

.warship .warship__sale-btn {
  margin-top: 115px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 372px;
  opacity: 0.5;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.warship .warship__sale-btn:hover {
  opacity: 1;
}

.warship .warship__sale-btn img {
  width: 100%;
}

.warship .counter {
  margin-top: 115px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.warship .counter .counter__area {
  width: 125px;
  text-align: center;
}

.warship .counter .counter__area span {
  font-size: 100px;
}

.warship .counter .counter__area p {
  font-size: 20px;
}

.warship .counter-utc {
  margin-top: 45px;
  font-size: 24px;
}

.warship .warship__carrier {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.warship .warship__carrier .warship__tit {
  margin-bottom: 178px;
}

.warship .warship__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
}

.warship .warship__list>li {
  width: 25%;
  height: 500px;
  position: relative;
  background-image: url(/image/sub/warship_effect_img.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.warship .warship__list>li p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 42px;
  background-image: url(/image/sub/warship_list_tit_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
}

.warship .warship__list>li img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 135px;
  z-index: 1;
}

.warship .warship__list.soldout {
  position: relative;
}

.warship .warship__list.soldout::before {
  content: "";
  width: 403px;
  height: 237px;
  background-image: url(/image/sub/soldout_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 10;
}

.warship .warship__character {
  margin-top: 140px;
}

.warship .warship__character .warship__tit {
  color: #09abad;
  text-shadow: 0px 0px 10px #008a8c;
}

.warship .warship__character .warship__character-box {
  background-image: url(/image/sub/character_box_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1200px;
  height: 483px;
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 80px;
  padding-right: 80px;
}

.warship .warship__character .warship__character-box>p {
  font-size: 24px;
  color: #cccccc;
  line-height: 1.3em;
  padding-left: 20px;
  position: relative;
}

.warship .warship__character .warship__character-box>p::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #09abad;
  border-radius: 50%;
  left: 0;
  top: 13px;
  position: absolute;
}

.warship .warship__character .warship__character-box>p:not(:last-child) {
  margin-bottom: 38px;
}

.warship .warship__getit {
  margin-top: 185px;
}

.warship .warship__getit .warship__getit-img {
  margin-top: 70px;
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.warship .warship__getit .warship__getit-img-box {
  width: 581px;
}

.warship .warship__getit .warship__getit-img-box img {
  width: 100%;
}

.warship .warship__getit .warship__getit-img-box .msg {
  width: 100%;
}


.warship .warship__qr-img {
  margin-top: 185px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}


.no-ct {
  padding: 100px 0;
  border-bottom: 1px solid #666;
  text-align: center;
  color: #666;
}

.board-view-file {
  margin-top: 45px;
}

.board-view-file li {
  font-size: 18px;
  letter-spacing: 0.01em;
  padding-left: 25px;
  background-image: url(/image/sub/paper-clip.png);
  background-repeat: no-repeat;
  background-position: 10px 14px;
  background-size: 15px;
  background-color: #666;
  padding: 10px 10px 10px 30px;
  width: 250px;
}

.board-view-file li:not(:last-child) {
  margin-bottom: 6px;
}

.board-view-file li>a {
  color: #fff;
  display: block;
  padding-right: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  background-image: url(/image/sub/download_icon.png);
  background-repeat: no-repeat;
  background-position: 99% center;
  background-size: 16px;
  line-height: 1em;
  padding-bottom: 4px;
}

.msg {
  color: #999;
  text-align: right;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  font-size: 16px;
}

.faq {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.faq .faq-q {
  padding: 60px 75px 60px 135px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  line-height: 1.4em;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.faq .faq-q.active::after {
  transform: rotate(-180deg);
}

.faq .faq-q::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(/image/sub/faq_q.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50px;
  left: 50px;
}

.faq .faq-q::after {
  content: "";
  width: 19px;
  height: 10px;
  background-image: url(/image/sub/faq_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 70px;
  right: 46px;
  transition: all ease .3s;
}

.faq .faq-a {
  padding: 60px 75px 60px 135px;
  background-color: rgba(255, 255, 255, 0.02);
  color: #acacac;
  font-size: 19px;
  line-height: 1.4em;
  position: relative;
  display: none;
}

.faq .faq-a::before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(/image/sub/faq_a.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50px;
  left: 50px;
}

.price {
  background-color: #0b0911;
  padding-top: 90px;
  padding-bottom: 200px;
}

.price .price__market {
  background-color: #100c1a;
}

.price .price__market .virtual-price {
  padding-left: 160px;
  padding-right: 160px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.price .price__msg {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
  font-size: 18px;
  color: #878787;
  text-align: center;
}

.virtual-price {
  display: flex;
  padding: 70px 0;
  justify-content: center;
}

.virtual-price>div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.virtual-price .virtual-price__tit {
  color: #b7b7b7;
  font-size: 28px;
  line-height: 1em;
  font-weight: 600;
  font-family: 'Pirulen';
  margin-bottom: 45px;
}

.virtual-price .virtual-price__price {
  display: flex;
  align-items: center;
}

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

.virtual-price .virtual-price__price>p.wemix {
  padding-left: 50px;
  position: relative;
}

.virtual-price .virtual-price__price>p.wemix::before {
  content: "";
  /* background-image: url(/image/sub/price_wemix.png); 이전 */ 
  background-image: url(/image/sub/WEMIX$.svg); /* 위믹스달러 신규*/
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 62px;
  height: 63px;
  position: absolute;
  top: -17px;
  left: -10px;
  transform: translateY(-50%);
  transform: scale(0.7)
}

.virtual-price .virtual-price__price--badge {
  width: 120px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.virtual-price .virtual-price__price--badge.plus {
  background-color: #ff1133;
}

.virtual-price .virtual-price__price--badge.minus {
  background-color: #2a9aea;
}

.virtual-price.isFixed{
  background-color: #110a25;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  justify-content: center ;
}

.virtual-price.isFixed > div{
  flex-direction: row;
  flex-wrap: wrap;
}

.virtual-price.isFixed > div:first-child{
  /* position: relative; */
}

.virtual-price.isFixed > div:first-child::before{
  content: "";
  width: 1px;
  height: 160px;
  background-color: rgba(256, 256, 256, .1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.virtual-price.isFixed .virtual-price__tit{
  margin-bottom: 0;
  font-size: 16px;
  margin-right: 13px;
}

.virtual-price.isFixed .virtual-price__msg{
  width: 100%;
  text-align: center;
  color: #8b8b8b;
  font-size: 12px;
  margin-top: 15px;
  font-weight: 300;
}

.price-info {
  display: flex;
  align-items: center;
  padding: 60px 160px 60px 0;
  text-align: center;
}

.price-info .price-info__tit {
  width: 160px;
}

.price-info .price-info__tit p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 10px;
  color: #fff;
}

.price-info .price-info__tit span {
  font-size: 16px;
  color: #878787;
}

.price-info .price-info__price {
  flex: 1;
  font-size: 28px;
  color: #fff;
  font-family: 'Pirulen';
  line-height: 1em;
  font-weight: 600;
}



.chart {
  margin-top: 200px;
}

.chart .chart__tit {
  padding-bottom: 25px;
  border-bottom: 1px solid #b7b7b7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.chart .chart__tit h2 {
  color: #b7b7b7;
  line-height: 1em;
  font-family: 'Pirulen';
  font-weight: 700;
  font-size: 28px;
}

.chart .chart__tit p {
  color: #878787;
  line-height: 1em;
  font-weight: 500;
  font-size: 18px;
}

.chart .chart__tab {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.chart .chart__tab button {
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background-color: #231e29;
  cursor: pointer;
}

.chart .chart__tab button:not(:last-child) {
  margin-right: 10px;
}

.chart .chart__tab button.active {
  background-color: #261948;
}

.chart canvas {
  background-color: #11091c;
}