body header.header .inner .sub-menu .badge-btn a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100rem;
  background-color: rgba(255, 255, 255, 0.4);
}
body header.header .inner .sub-menu .badge-btn a::after {
  content: "\f189";
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-family: "bootstrap-icons";
  font-weight: bold;
  font-size: 1rem;
  color: white;
}
body main .container .inner .page-title {
  font-size: 2rem;
  color: #fff;
}
body main .container .inner .list-thumb-wrap.vertical .list-thumb-inner .thumb-item a {
  height: auto;
}
body main .container .inner .list-thumb-wrap.vertical .list-thumb-inner .thumb-item a img {
  aspect-ratio: 12/16;
}
body main .container .inner .list-thumb-wrap .no-thumbnail {
  aspect-ratio: 12/16;
  background-color: #cfcfcf;
  color: #000;
  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;
  border-radius: 5px;
}
body main .container .inner .profile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  color: #fff;
}
body main .container .inner .profile-wrapper .thumb {
  width: 25%;
}
body main .container .inner .profile-wrapper .thumb img {
  width: 100%;
  height: auto;
  border: 3px solid #fff;
  border-radius: 15px;
}
body main .container .inner .profile-wrapper .profile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body main .container .inner .profile-wrapper .profile h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
body main .container .inner .profile-wrapper .profile hr {
  margin: 30px 0;
}
body main .container .inner .performed-wrapper {
  margin-top: 100px;
  color: #fff;
}
body main .container .inner .performed-wrapper h3 {
  font-size: 2rem;
}
body main .container .inner .performed-wrapper hr {
  margin: 30px 0;
}
body main .container .inner .login-container .username img {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 75px;
  width: 40px;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body main .container.coming-soon .inner {
  padding: 80px 0 50px;
}
body main .container.coming-soon .inner h1 {
  font-size: 2rem;
  font-weight: bold;
}
body main .general-btn {
  width: 100%;
  max-width: 300px;
  margin: 50px auto 0;
}
body main .general-btn a {
  margin-top: 1rem;
  display: block;
  width: 100%;
  color: white;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 1.2rem 0;
  border-radius: 100rem;
  background: #EB0268;
}
body main #top_matter_ranking .slider .list-item {
  min-width: 330px;
}
body main #top_matter_ranking .slider .list-item > .thumb::before {
  top: -15%;
}
body main #top_matter_ranking .slider .list-item.vertical {
  min-width: 300px;
}
body main #top_matter_ranking .slider .list-item.vertical > .thumb img {
  aspect-ratio: 12/16;
}
body main #top_matter_ranking .slider .list-item.vertical > .thumb::before {
  top: 26%;
}
body main #top_matter_ranking .slider.list .list-item {
  min-width: 250px;
}
body main #top_matter_ranking .slider.list .list-item:first-child {
  min-width: 330px;
  max-width: 330px;
}
body main #top_matter_ranking .slider.list .list-item > .thumb::before {
  display: none;
}
body main #top_matter_ranking .slider.list .list-item.vertical {
  min-width: 100px;
}
body main #top_matter_ranking .slider.list .list-item.vertical:first-child {
  max-width: 300px;
  min-width: 120px;
}
body main #top_matter_ranking .slider.list .list-item.vertical:not(:first-child) {
  max-width: 220px;
}
body main #top_matter_ranking .slider.list .list-item.vertical > .thumb img {
  max-width: 200px;
}
body main .matter-list-thumb-wrap .list-item .thumb img {
  max-width: 230px;
  aspect-ratio: 16/12;
}
body main .matter-list-thumb-wrap .list-item .title {
  padding-left: 100px;
  text-align: left;
}
body main .matter-list-thumb-wrap.list .list-item:not(:first-child) .title {
  padding-left: 20px;
}
body main .subscription-confirm-modal .modal-dialog .modal-content {
  background-color: rgba(255, 255, 255, 0.8);
}
body main .subscription-confirm-modal .modal-dialog .modal-content .modal-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body main .subscription-confirm-modal .modal-dialog .modal-content .modal-header h5 {
  font-size: 1.2rem;
}
body main .subscription-confirm-modal .modal-dialog .modal-content .modal-header button {
  display: none;
}
body main .subscription-confirm-modal .modal-dialog .modal-content .modal-body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}
body main .subscription-confirm-modal .modal-dialog .modal-content .modal-body h6 {
  width: 50%;
  margin: 20px 0 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
body main .subscription-confirm-modal .modal-dialog .modal-content .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
body main .subscription-confirm-modal .modal-dialog .modal-content .modal-footer button {
  width: 35%;
}
body main .subscription-confirm-modal .modal-dialog .modal-content .modal-footer button:nth-child(2) {
  border-color: #EB0268;
  background-color: #EB0268;
}
body main .coin-confirm .modal-dialog .modal-content .modal-body .coin-buy-confirm {
  padding: 30px;
  background-color: #dcdcdc;
  border-radius: 10px;
}
body main .coin-confirm .modal-dialog .modal-content .modal-body .coin-buy-confirm table {
  margin: 20px 0;
}
body main .coin-confirm .modal-dialog .modal-content .modal-body .coin-buy-confirm table tr,
body main .coin-confirm .modal-dialog .modal-content .modal-body .coin-buy-confirm table th {
  background-color: #fff;
}
body main .coin-confirm .modal-dialog .modal-content .modal-body .coin-buy-confirm h6 {
  width: 50%;
  margin: 20px auto 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
body main .about-header #checkoutForm > button {
  margin-top: 20px;
  padding: 15px 60px;
  border-color: #EB0268;
  background-color: #EB0268;
}
body main .regist button {
  padding: 15px 60px;
  color: #fff;
  border-color: #EB0268;
  background-color: #EB0268;
  border: 1px solid #EB0268;
}
body main .regist button:hover {
  background-color: #EB0268;
  opacity: 0.8;
}
@media (max-width: 767px) {
  body main .container .inner .profile-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  body main .container .inner .profile-wrapper .thumb {
    width: 80%;
    margin: 0 auto;
  }
  body main .container .inner .performed-wrapper {
    margin-top: 50px;
  }
  body main .mainvi-wrap .wrapper {
    min-height: 50vh;
  }
  body main .mainvi-wrap .wrapper .box .item {
    top: calc(50% - 180px);
    aspect-ratio: 550/380;
  }
  body main #top_matter_ranking .slider .list-item {
    min-width: 145px;
  }
  body main #top_matter_ranking .slider .list-item > .thumb::before {
    top: 32%;
  }
  body main #top_matter_ranking .slider .list-item.vertical {
    min-width: 125px;
  }
  body main #top_matter_ranking .slider .list-item.vertical > .thumb img {
    max-width: 100px;
    aspect-ratio: 12/16;
  }
  body main #top_matter_ranking .slider .list-item.vertical > .thumb::before {
    top: 55%;
  }
  body main #top_matter_ranking .slider.list .list-item {
    min-width: 120px;
  }
  body main #top_matter_ranking .slider.list .list-item:first-child {
    min-width: 145px;
  }
  body main #top_matter_ranking .slider.list .list-item > .thumb {
    padding-left: 0;
  }
  body main #top_matter_ranking .slider.list .list-item > .thumb::before {
    display: none;
  }
  body main #top_matter_ranking .slider.list .list-item.vertical {
    min-width: 100px;
  }
  body main #top_matter_ranking .slider.list .list-item.vertical:first-child {
    min-width: 120px;
  }
  body main .matter-list-thumb-wrap .list-item .thumb img {
    max-width: 120px;
  }
  body main .matter-list-thumb-wrap .list-item .title {
    padding-left: 25px;
    text-align: left;
  }
  body main .matter-list-thumb-wrap.list .list-item:not(:first-child) .title {
    padding-left: 0;
  }
}
body .premium-overlay .premium-message img {
  width: 50px;
}
body .pagination-wrapper nav > div:nth-child(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body .pagination-wrapper nav > div:nth-child(2) > div:nth-child(1) {
  display: none;
}
body .pagination-wrapper nav > div:nth-child(2) > div:nth-child(2) .pagination li.active span {
  background-color: #EB0268;
  border-color: #EB0268;
}
body .pagination-wrapper nav > div:nth-child(2) > div:nth-child(2) .pagination li a {
  color: #EB0268;
}
body .premium-login-btn {
  margin-top: 1rem;
  display: block;
  width: 100%;
  color: white;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 1.2rem 0;
  border-radius: 100rem;
  background: #EB0268;
}