main {
  overflow-x: hidden;
}
main #home > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-outset);
}
main #home > article > .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  width: 100%;
  text-align: left;
}
main #home > article > .title > h2 {
  font-weight: var(--section-title-weight);
  font-size: var(--section-title-size);
}
main #home > article > .title > button {
  background: none;
  border: none;
}
main #home > article:last-child {
  margin-bottom: 0px;
}
main #home > article#serviceInfo {
  position: relative;
  overflow: hidden;
  height: 30vh;
  max-height: 340px;
  background: url("/images/default/service.png");
  background-size: cover;
  background-position: bottom;
}
main #home > article#serviceInfo .title {
  z-index: 10;
  height: 100%;
  align-items: flex-start;
}
main #home > article#serviceInfo .title h2 {
  color: white;
}
main #home > article#serviceInfo .title img {
  filter: invert(1);
}
main #home > article#event {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 278px;
  border-radius: var(--radius-outset) var(--radius-outset);
  margin-bottom: 1rem;
}
main #home > article#event > section.title {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  padding: 1rem;
}
main #home > article#event > section.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
main #home > article#event > section.swiper-container .swiper-wrapper .swiper-slide > .info {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0px);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
  width: 100%;
}
main #home > article#event > section.swiper-container .swiper-wrapper .swiper-slide > .info > h5,
main #home > article#event > section.swiper-container .swiper-wrapper .swiper-slide > .info > p {
  color: white;
}
main #home > article#event > section.swiper-container .swiper-wrapper .swiper-slide > .info > h5 {
  position: relative;
  font-size: 1.125rem;
  margin-bottom: 0px;
  max-width: calc(100% - 2.25rem);
  word-wrap: break-word;
  text-align: center;
}
main #home > article#event > section.swiper-container .swiper-wrapper .swiper-slide > .info > p {
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.5);
}
main #home > article#event > section.swiper-container .swiper-wrapper .swiper-slide > a {
  display: block;
  position: relative;
}
main #home > article#event > section.swiper-container .swiper-wrapper .swiper-slide > a > img {
  max-height: 278px;
}
main #home > article#event > section.swiper-container .swiper-wrapper .swiper-slide > a > img:first-child {
  margin: 0px auto;
  display: block;
}
main #home > article#event > section.swiper-container .swiper-wrapper .swiper-slide > a > img:last-child {
  position: absolute;
  top: -3rem;
  left: -3rem;
  width: calc(100% + 6rem);
  height: calc(100% + 6rem);
  z-index: -1;
  filter: blur(40px) brightness(0.8) contrast(1);
  max-height: none;
}
main #home > article#event > section.swiper-container .swiper-pagination {
  bottom: 1rem;
}
main #home > article#event > section.swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid white;
  background: transparent;
  opacity: 1;
}
main #home > article#event > section.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
  width: 1rem;
  border-radius: 10px;
}
main #home > article#mydata .no-login {
  display: flex;
}
main #home > article#mydata .no-login > img {
  width: 128px;
}
main #home > article#mydata .no-login > h2 {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.025rem;
}
main #home > article#mydata .no-login > h2 strong {
  font-weight: 600;
  color: #7a3cfe;
}
main #home > article#mydata .no-login > .separate {
  display: block;
  text-align: center;
  height: 1rem;
  position: relative;
  margin-bottom: 1rem;
}
main #home > article#mydata .no-login > .separate > p {
  color: #939CAA;
  background: white;
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 0.75rem;
  margin-bottom: 0px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.025rem;
  line-height: 1.2;
}
main #home > article#mydata .no-login > .separate::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 100%;
  background: #ECEFF4;
  height: 0.1px;
}
main #home > article#mydata .no-login > .separate::after {
  right: 0px;
}
main #home > article#mydata .no-login > .action > button {
  width: 100%;
  border: none;
  background: none;
  padding: 0px;
}
main #home > article#mydata .description h2 {
  font-weight: 700;
  text-align: center;
}
main #home > article#mydata .description:last-child {
  margin-bottom: 0px;
}
main #home > article#mydata .no-login > img {
  margin-bottom: 1rem;
}
main #home > article#mydata .no-login > div h2 {
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
}
main #home > article#mydata .no-login > div h2 strong {
  color: #7a3cfe;
  font-weight: 600;
}
main #home > article#mydata .no-login > div button {
  width: 100%;
  border: none;
  background: none;
  padding: 0px;
}
main #home > article#mydata .profile {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
main #home > article#mydata .profile .info > img {
  width: 52px;
  height: 52px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  object-fit: cover;
  object-position: center;
}
main #home > article#mydata .profile .info > div figcaption {
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray-800);
}
main #home > article#mydata .profile .info > div p {
  font-size: 0.875rem;
  color: var(--gray-500);
}
main #home > article#mydata .profile > a {
  margin-top: 0.25rem;
  border: 1px solid var(--gray-200);
  padding: var(--btn-padding-md);
  line-height: var(--font-line-height);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--gray-800);
}
main #home > article#mydata .price {
  position: relative;
  background: var(--gray-100);
  padding: 0.25rem;
  border-radius: var(--radius-inner);
  width: 100%;
  display: flex;
}
main #home > article#mydata .price > section {
  position: relative;
  flex: 1;
  margin-bottom: 0px;
}
main #home > article#mydata .price > section > h5,
main #home > article#mydata .price > section > p {
  font-size: 0.875rem;
  color: var(--gray-500);
}
main #home > article#mydata .price > section::after {
  content: "";
  height: 50%;
  width: 0.1px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  background: var(--gray-300);
}
main #home > article#mydata .price > section:last-child {
  border-right: none;
}
main #home > article#mydata .price > section:last-child::after {
  display: none;
}
main #home > article#mydata .action > button {
  font-weight: 500;
  font-size: 1rem;
}
main #home > article#mydata .action #btnSettlement {
  background: none;
  border: 1px solid var(--gray-200);
  color: var(--gray-800);
}
main #home > article#mydata .action #btnDonation {
  background: var(--brand-500);
  border: none;
}
main #home > article#gamelist .list > .item {
  text-decoration: none;
}
main #home > article#gamelist .list > .item > figure {
  flex: 1;
  gap: 0.75rem;
}
main #home > article#gamelist .list > .item > figure > img {
  height: 52px;
  width: 52px;
  border-radius: calc(var(--radius-outset) - 1rem);
  object-fit: cover;
  object-position: center;
}
main #home > article#gamelist .list > .item > figure > .info {
  width: 100%;
}
main #home > article#gamelist .list > .item > figure > .info > .state {
  width: 52px;
  height: 52px;
  line-height: 3.8;
  text-align: center;
  border-radius: calc(var(--radius-outset) - 1rem);
}
main #home > article#gamelist .list > .item > figure > .info > .state.paused {
  background: var(--gray-100);
  color: var(--gray-500);
}
main #home > article#gamelist .list > .item > figure > .info > .state.proceed {
  background: var(--green-100);
  color: var(--green-500);
}
main #home > article#gamelist .list > .item:hover {
  color: var(--gray-800);
}
main #home > article#gamelist .list > .item:last-child {
  margin-bottom: 0px !important;
}
main #home > article#gamelist .list > .no-items p {
  color: var(--gray-500);
}
main #home > article#popular {
  position: relative;
}
main #home > article#popular.set-product {
  background: #18171d;
  border: none;
}
main #home > article#popular.set-product .title {
  z-index: 10;
  padding: 1rem;
  padding-bottom: 0px;
}
main #home > article#popular.set-product .title h2 {
  color: white;
}
main #home > article#popular.set-product .title button img {
  filter: invert(1);
}
main #home > article#popular.set-product #ad #gameSwiper {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  border-radius: var(--radius-outset);
}
main #home > article#popular.set-product #ad #gameSwiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #18171d, rgba(24, 23, 29, 0));
  z-index: 100;
}
main #home > article#popular.set-product #ad #gameSwiper .swiper-wrapper .swiper-slide > img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
}
main #home > article#popular.set-product #ad #gameSwiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid white;
  background: transparent;
}
main #home > article#popular.set-product #ad #gameSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 1rem;
  border-radius: 10px;
}
main #home > article#popular.set-product #ad #box {
  position: relative;
  margin-top: 150px;
  padding: 0.25rem;
}
main #home > article#popular.set-product #ad #box .swiper-wrapper {
  align-items: baseline;
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide {
  border-radius: calc(var(--radius-outset) - 0.25rem);
  transition: background 0.25s, filter 0.25s, transform 0.25s;
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide:hover {
  background: #24232b;
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide:hover > a > figure > img {
  transform: scale(1.05) translatey(-10px);
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide:hover > a > figure > div > figcaption {
  color: white;
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide:active {
  filter: brightness(0.5);
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide a {
  display: inline-block;
  height: fit-content;
  width: inherit;
  text-decoration: none;
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide a figure {
  padding: 0.25rem;
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide a figure > img {
  transition: transform 0.25s, filter 0.25s;
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide a figure > div figcaption {
  color: white;
  text-align: center;
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide a figure > div figcaption#title {
  font-size: 0.875rem;
  font-weight: 600;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide a figure > div figcaption#price {
  color: rgba(255, 255, 255, 0.5);
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide.empty {
  width: 100% !important;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: 4px solid #24232b;
  padding: 1rem;
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide.empty > img {
  filter: contrast(0.5);
  margin-bottom: 0.25rem;
}
main #home > article#popular.set-product #ad #box .swiper-wrapper .swiper-slide.empty > h5 {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-700);
}
main #home > article#popular.set-product #ad #box .swiper-button-next,
main #home > article#popular.set-product #ad #box .swiper-button-prev {
  --swiper-navigation-size: 40px;
  height: auto;
  background: #24232b;
  color: #fff;
  border-radius: 100px;
  top: 50%;
  transform: translate(0px, -50%);
  margin-top: 0px;
  z-index: 100;
}
main #home > article#popular.set-product #ad #box .swiper-button-next:after,
main #home > article#popular.set-product #ad #box .swiper-button-prev:after {
  font-size: 0.75rem !important;
  transform: scale(0.8);
  font-weight: bold;
}
main #home > article#popular.set-product #ad #box .swiper-button-next {
  right: -0.75rem;
  padding: 7px 13px;
}
main #home > article#popular.set-product #ad #box .swiper-button-prev {
  left: -0.75rem;
  padding: 7px 13px;
}
main #home > article#popular.set-product #ad #box::before, main #home > article#popular.set-product #ad #box::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 1rem;
  height: 100%;
  background: white;
  z-index: 10;
}
main #home > article#popular.set-product #ad #box::before {
  left: -1rem;
}
main #home > article#popular.set-product #ad #box::after {
  right: -1rem;
}
main #home > article#popular #box {
  width: 100%;
  position: relative;
}
main #home > article#popular #empty {
  display: flex;
  flex-direction: column;
}
main #home > article#popular #empty h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #ccd1de;
}
main #home > article#commercial {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 90px;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}
main #home > article#commercial > section.swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
main #home > article#commercial > section.swiper-container .swiper-wrapper .swiper-slide > .info {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0px);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
  width: 100%;
}
main #home > article#commercial > section.swiper-container .swiper-wrapper .swiper-slide > .info > h5,
main #home > article#commercial > section.swiper-container .swiper-wrapper .swiper-slide > .info > p {
  color: white;
}
main #home > article#commercial > section.swiper-container .swiper-wrapper .swiper-slide > .info > h5 {
  position: relative;
  font-size: 1.125rem;
  margin-bottom: 0px;
  max-width: calc(100% - 2.25rem);
  word-wrap: break-word;
  text-align: center;
}
main #home > article#commercial > section.swiper-container .swiper-wrapper .swiper-slide > .info > p {
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.5);
}
main #home > article#commercial > section.swiper-container .swiper-wrapper .swiper-slide > a {
  display: block;
  position: relative;
}
main #home > article#commercial > section.swiper-container .swiper-wrapper .swiper-slide > a > img {
  width: 100%;
}
main #home > article#commercial > section.swiper-container .swiper-wrapper .swiper-slide > a > img:first-child {
  margin: 0px auto;
  display: block;
  max-width: 494px;
}
main #home > article#commercial > section.swiper-container .swiper-wrapper .swiper-slide > a > img:last-child {
  position: absolute;
  top: -3rem;
  left: -3rem;
  width: calc(100% + 6rem);
  height: calc(100% + 6rem);
  z-index: -1;
  filter: blur(40px) brightness(0.8) contrast(1);
  max-height: none;
}
main #home > article#commercial > section.swiper-container .swiper-pagination {
  bottom: 1rem;
}
main #home > article#commercial > section.swiper-container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid white;
  background: transparent;
  opacity: 1;
}
main #home > article#commercial > section.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
  width: 1rem;
  border-radius: 10px;
}
main #home > article#terms {
  border: none;
}
main #home > article#terms ul {
  gap: 0.5rem;
}
main #home > article#terms ul li {
  padding: 0px;
  color: var(--gray-500);
  font-size: 0.75rem;
  border-bottom: none;
}