<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sub-visual {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 60px;
  position: relative;
}

.sub-visual p {
  color: #fff;
  font-family: 'Pirulen';
  font-size: 34px;
  line-height: 1em;
  font-weight: 500;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 56%;
  /*left: 50%;
  transform: translate(-50%, -50%);*/
  transform: translate(0, -50%);
  width: 100%;
}

.sub-visual.K02 {
  /* background-image: url(/image/sub/sv01_m.jpg); */
  background-color: #0f111d;
}

.sub-visual.K03 {
  /* background-image: url(/image/sub/sv02_m.jpg); */
  background-color: #0f111d;
}

.sub-visual.K04 {
  /* background-image: url(/image/sub/sv03_m.jpg); */
  background-color: #0f111d;
}

.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&gt;a {
  padding: 15px 0 17px 0;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1em;
  text-align: center;
  font-size: 13px;
  font-family: 'Pirulen';
  font-weight: 500;
  flex: 1;
}

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

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

.sub-tit {
  font-size: 9vw;
  font-family: 'Pirulen';
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.7);
  text-align: center;
}

.silther {
  background-image: url(/image/sub/slithereum_cont_bg_m.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 80px;
}

.silther .silther__coin-img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  position: relative;
}

.silther .silther__coin-img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.silther .silther__coin-img::before {
  content: "";
  width: 453px;
  height: 260px;
  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%, -45%);
  transform: translate(-50%, -45%);
  z-index: 1;
}

.silther .sub-tit {
  margin-bottom: 45px;
}

.silther .silther__tit {
  font-weight: 500;
  color: #b7b7b7;
  font-size: 5.5vw;
  line-height: 1.5em;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.silther .silther__tit::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  bottom: -30px;
  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';
  font-size: 7vw;
}

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

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


.silther .silther__particle-img {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 230px;
}

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

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

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

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

.silther .silther__trader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.silther .silther__trader&gt;a {
  width: 49%;
  margin-bottom: 2%;
  background-color: #0e0b19;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.silther .silther__trader&gt;a&gt;img {
  max-height: 23px;
}


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

.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: 28px;
  font-family: 'Pirulen';
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 45px;
}

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

.board&gt;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: 12px 3%;
}

.board .board__txt {
  margin-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


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

.board .board__notice .board__subject img {
  margin-right: 2px;
  width: 7px;
  display: inline-block;
  vertical-align: middle;
}

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

.board .board__category p {
  width: 110px;
  line-height: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  font-size: 14px;
  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: 14px;
}

.board .board__date {
  color: #666;
  font-size: 12px;
}

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

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

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

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

.board-search-bar&gt;select {
  width: 75px;
  margin-right: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 30px;
  height: 30px;
  color: #666;
  font-size: 13px;
  transform: translateY(1px);
}

.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: 30px;
  height: 30px;
  color: #ccc;
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  width: 100%;
}

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

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

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

.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: 15px;
}

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

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

.board-view .board-view__share {
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
  width: 19px;
  height: 19px;
  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: 12px;
  height: 8px;
  background-image: url(/image/common/nav_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -19px;
  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;
  top: 55px;
  right: 0;
  padding: 12px 10px;
  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 rgb(0 0 0 / 30%);
  box-shadow: 7px 7px 5px 0px rgb(0 0 0 / 30%);
  z-index: 999999;
  display: flex;
  flex-direction: column;
}

.board-view .board-view__share-menu&gt;a {
  display: block;
  color: #666;
  font-size: 11px;
  line-height: 1em;
  font-family: 'Pirulen';
  margin: 6px 12px;
  width: 30px;
}

.board-view .board-view__share-menu #copy_url&gt;div{
  display: inline-block;
  width: 31px;
  height: 31px;
  background-color: rgba(255, 255, 255, 0.438);
  text-align: center;
  border-radius: 50%;
}
.board-view .board-view__share-menu #copy_url&gt;div&gt;p{
  font-size: 7px;
  margin-top: 9px;
  color: white;
}

.board-view .board-view__share-menu&gt;a img {
  width: 100%;
}

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

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

.board-view .board-view__nav&gt;li&gt;p {
  width: 60px;
  padding-left: 0;
  color: #ccc;
  font-weight: 500;
  font-size: 13px;
  margin-right: 10px;
}

.board-view .board-view__nav&gt;li&gt;a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  font-weight: 300;
  color: #999999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board-view .board-view__nav&gt;li:nth-child(1)&gt;p {
  background-image: url(/image/sub/board_view_prev_icon.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 8px;
}

.board-view .board-view__nav&gt;li:nth-child(2)&gt;p {
  background-image: url(/image/sub/board_view_next_icon.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 8px;
}

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

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

.board-view .board-view__cont iframe {
  width: 100%;
  height: 200px;
}

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

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

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


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

.guide iframe{
  width: 100%;
  height: 200px;
}

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

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

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

.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: 35px;
}

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

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

.guide .guide__stit {
  font-size: 5px;
  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: 'â–&nbsp; ';}





.guide .guide__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  width: 100%;
}

.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 {
  text-align: center;
  margin-top: 25px;
}

.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: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.guide .guide__detail-btn img {
  width: 100%;
}

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

.guide .guide__txt-list&gt;li:not(:last-child) {
  margin-bottom: 75px;
}

.warship {
  background-image: url(/image/sub/warship_bg_m.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 100px;
}

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

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







/* ë§ˆì¼“ ì›Œì‹­ë¦¬ìŠ¤íŠ¸ì˜ ì¹´í…Œê³&nbsp;ë¦¬ */
.warship .warship__category{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;

  /* margin: 0px 80px;*/
  gap: 5px;

  color: rgb(123, 123, 123);
  font-size: 16px;
}

.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: default;
}
.warship .warship__category .warship__category__item&gt;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__recently {
  display: grid;
  grid-template-columns: 1;
  justify-content: center;
  align-content: center;
  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: 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: flex-end;
  align-items: center;
  gap: 6px;

  box-sizing: border-box;
  padding: 0 20px;
  
}
.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 &gt; span:before{
  width : 100px;
  height : 100px;
  
}

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

  /* padding: 5px 5px; */
  margin: 7px;

  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);
}












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

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

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

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

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

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

.warship .counter .counter__area {
  width: 33.3333%;
  text-align: center;
}

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

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

.warship .warship__carrier {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.warship .warship__tit--line {
  padding-bottom: 20px;
  position: relative;
}

.warship .warship__list {
  margin-top: 100px;
}

.warship .warship__list .item {
  height: 400px;
  position: relative;
  background-image: url(/image/sub/warship_effect_img.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200px;
}

.warship .warship__list .item p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 30px;
  background-image: url(/image/sub/warship_list_tit_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 160px;
  text-align: center;
  line-height: 1em;
}

.warship .warship__list .item img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 95px;
  z-index: 1;
  width: 280px;
}

.warship .warship__list .slick-prev {
  width: 10px;
  height: 23px;
  background-image: url(/image/sub/warship_prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}

.warship .warship__list .slick-next {
  width: 10px;
  height: 23px;
  background-image: url(/image/sub/warship_next.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}

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

.warship .warship__list.soldout::before {
  content: "";
  width: 250px;
  height: 147px;
  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: 100px;
}

.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;
  margin-top: 30px;
  width: 320px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.warship .warship__character .warship__character-box .slick-list,
.warship .warship__character .warship__character-box .slick-track {
  height: 100%;
}

.warship .warship__character .warship__character-box .item {
  text-align: center;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.warship .warship__character .warship__character-box .item p {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.3em;
}

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

.warship .warship__getit&gt;img {
  margin-top: 25px;
  width: 100%;
}

.warship .warship__character .warship__character-box .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  z-index: 10;
}

.warship .warship__character .warship__character-box .slick-dots li {
  display: inline;
  margin: 0 3px;
}

.warship .warship__character .warship__character-box .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;
}

.warship .warship__character .warship__character-box li.slick-active button {
  background-color: #fff;
  border-color: #fff;
}

.warship .warship__link {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  width: 250px;
  display: block;
}

.warship .warship__link img {
  width: 100%;
}

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

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

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

}

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

.board-view-file li&gt;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: 14px;
  line-height: 1em;
  padding-bottom: 3px;
}

.msg {
  color: #999;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  font-size: 2.5vw;
}


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

.faq .faq-q {
  padding: 25px 35px 25px 55px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  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: 30px;
  height: 30px;
  background-image: url(/image/sub/faq_q.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 25px;
  left: 10px;
}

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

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

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

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

.price .price__market {
  background-color: #100c1a;
  padding-top: 45px;
}

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

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

.virtual-price {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
}


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

.virtual-price .virtual-price__tit {
  color: #b7b7b7;
  font-size: 12px;
  line-height: 1em;
  font-weight: 600;
  font-family: 'Pirulen';
  /* margin-bottom: 15px; */
  text-align: center;
}

.virtual-price .virtual-price__price&gt;p {
  font-size: 12px;
  color: #fff;
  font-family: 'Pirulen';
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.virtual-price .virtual-price__price&gt;p.wemix {
  padding-left: 30px;
  position: relative;
}

.virtual-price .virtual-price__price&gt;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;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.virtual-price .virtual-price__price--badge {
  width: 50px;
  line-height: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 15px; */
}

.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 &gt; div{
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 0;
}

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

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

.virtual-price.isFixed .virtual-price__tit{
  font-size: 12px;
  margin-right: 0;
  /* margin-bottom: 5px; */
  margin-right : 12px;
}

.virtual-price.isFixed .virtual-price__price p{
  /* margin-bottom: 5px; */
  margin-right : 12px;
}

.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: 45px 0;
  text-align: center;
  flex-wrap: wrap;
}

.price-info .price-info__tit {
  width: 100%;
  margin-bottom: 20px;
}

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

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

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

.chart {
  margin-top: 100px;
}

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

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

.chart .chart__tit p {
  color: #878787;
  line-height: 1em;
  font-weight: 500;
  font-size: 3.5vw;
  text-align: center;
}

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

.chart .chart__tab button {
  width: 50px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 3vw;
  background-color: #231e29;
  cursor: pointer;
}

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

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

.chart canvas {
  background-color: #11091c;
}</pre></body></html>