header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4392156863), transparent) !important;
  backdrop-filter: blur(0px) !important;
  -webkit-backdrop-filter: blur(0px) !important;
}
header.gnb > a > img {
  filter: brightness(0) invert(1);
}
header.gnb > h2 {
  color: white;
}

main {
  overflow-x: hidden;
  background: #F7F8FC !important;
}
main #fandombox > article {
  border-radius: var(--radius-outset);
}
main #fandombox > article > .title {
  width: 100%;
  text-align: left;
  margin-bottom: 0.5rem;
}
main #fandombox > article > .title h5 {
  font-weight: 700;
  font-size: 1.125rem;
}
main #fandombox > article > .title p {
  font-weight: 500;
  font-size: 0.875rem;
}
main #fandombox > article > .title > button {
  background: none;
  border: none;
}
main #fandombox > article#popularBannerBg > img {
  position: absolute;
  top: -4rem;
  left: -4rem;
  filter: blur(40px) brightness(0.8) contrast(1);
  max-height: calc(var(--header-height) + 1rem + 150px);
  width: calc(100vw + 8rem);
  max-width: none;
}
main #fandombox > article#popular {
  margin-bottom: var(--section-space);
}
main #fandombox > article#popular.set-product {
  border: none;
}
main #fandombox > article#popular.set-product .title {
  z-index: 10;
}
main #fandombox > article#popular.set-product .title h5 {
  text-align: left;
  color: white;
}
main #fandombox > article#popular.set-product .title > p {
  color: rgba(255, 255, 255, 0.3137254902);
}
main #fandombox > article#popular.set-product .title button {
  justify-content: right;
  text-align: right;
  background: transparent;
  border: none;
}
main #fandombox > article#popular.set-product #bannerProducts {
  width: 100%;
}
main #fandombox > article#popular.set-product #bannerProducts #bannerList {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.062745098);
  border-radius: var(--radius-outset) var(--radius-outset);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
main #fandombox > article#popular.set-product #bannerProducts #bannerList .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #24232B, rgba(0, 0, 0, 0) 50%);
  z-index: 100;
}
main #fandombox > article#popular.set-product #bannerProducts #bannerList .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 #fandombox > article#popular.set-product #bannerProducts #bannerList .swiper-wrapper .swiper-slide > .info > h5,
main #fandombox > article#popular.set-product #bannerProducts #bannerList .swiper-wrapper .swiper-slide > .info > p {
  color: white;
}
main #fandombox > article#popular.set-product #bannerProducts #bannerList .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 #fandombox > article#popular.set-product #bannerProducts #bannerList .swiper-wrapper .swiper-slide > .info > h5::before, main #fandombox > article#popular.set-product #bannerProducts #bannerList .swiper-wrapper .swiper-slide > .info > h5::after {
  content: "";
  position: absolute;
  top: 50%;
  background-image: url("/images/default/img-bayleaf.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
main #fandombox > article#popular.set-product #bannerProducts #bannerList .swiper-wrapper .swiper-slide > .info > h5::before {
  left: -1.2rem;
  transform: translate(0px, -50%);
}
main #fandombox > article#popular.set-product #bannerProducts #bannerList .swiper-wrapper .swiper-slide > .info > h5::after {
  right: -1.2rem;
  transform: translate(0px, -50%) scaleX(-1);
}
main #fandombox > article#popular.set-product #bannerProducts #bannerList .swiper-wrapper .swiper-slide > .info > p {
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.5);
}
main #fandombox > article#popular.set-product #bannerProducts #bannerList .swiper-wrapper .swiper-slide > img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
}
main #fandombox > article#popular.set-product #bannerProducts #bannerList .swiper-pagination {
  bottom: 1rem;
}
main #fandombox > article#popular.set-product #bannerProducts #bannerList .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid white;
  background: transparent;
  opacity: 1;
}
main #fandombox > article#popular.set-product #bannerProducts #bannerList .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
  width: 1rem;
  border-radius: 10px;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner {
  position: relative;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper {
  align-items: baseline;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide {
  background: white;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: calc(var(--radius-outset) - 0.25rem);
  transition: background 0.25s, filter 0.25s;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide:hover {
  background: var(--gray-800);
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide:hover > a > figure > img {
  transform: scale(1.05) translatey(-10px);
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide:hover > a > figure > div > figcaption {
  color: white;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide:active {
  filter: brightness(0.5);
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .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 var(--gray-200);
  padding: 1rem;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide.empty > img {
  filter: opacity(0.5) brightness(0.5);
  margin-bottom: 0.25rem;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide.empty > h5 {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-500);
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide a {
  display: inline-block;
  height: fit-content;
  width: inherit;
  text-decoration: none;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide a figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide a figure > img {
  transition: transform 0.25s, filter 0.25s;
  width: 5.75rem;
  image-rendering: -webkit-optimize-contrast;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide a figure > div {
  width: 100%;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide a figure > div figcaption {
  color: var(--gray-800);
  text-align: center;
  transition: color 0.25s;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .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 #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-wrapper .swiper-slide a figure > div figcaption#price {
  font-size: 0.875rem;
  color: var(--gray-500);
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-button-next,
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-button-prev {
  --swiper-navigation-size: 40px;
  height: auto;
  background: var(--gray-800);
  color: #fff;
  border-radius: 100px;
  top: 50%;
  transform: translate(0px, -50%);
  margin-top: 0px;
  z-index: 100;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-button-next:after,
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-button-prev:after {
  font-size: 0.75rem !important;
  transform: scale(0.8);
  font-weight: bold;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-button-next {
  right: -0.75rem;
  padding: 7px 13px;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner .swiper-button-prev {
  left: -0.75rem;
  padding: 7px 13px;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner::before, main #fandombox > article#popular.set-product #bannerProducts #boxByBanner::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 1rem;
  height: 100%;
  z-index: 10;
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner::before {
  left: -1rem;
  background: linear-gradient(90deg, var(--gray-100), transparent);
}
main #fandombox > article#popular.set-product #bannerProducts #boxByBanner::after {
  right: -1rem;
  background: linear-gradient(270deg, var(--gray-100), transparent);
}
main #fandombox > article#gameProducts > section.title h5,
main #fandombox > article#gameProducts > section.title p {
  color: var(--gray-800);
}
main #fandombox > article#gameProducts > section.title p {
  color: var(--gray-500);
}
main #fandombox > article#gameProducts > section#gameList {
  position: relative;
  max-width: 100%;
  width: 100%;
}
main #fandombox > article#gameProducts > section#gameList::before, main #fandombox > article#gameProducts > section#gameList::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 1rem;
  height: 100%;
  z-index: 10;
}
main #fandombox > article#gameProducts > section#gameList::before {
  left: -1rem;
  background: linear-gradient(90deg, var(--gray-100), transparent);
}
main #fandombox > article#gameProducts > section#gameList::after {
  right: -1rem;
  background: linear-gradient(270deg, var(--gray-100), transparent);
}
main #fandombox > article#gameProducts > section#gameList.swiper-container .swiper-wrapper .swiper-slide {
  width: 3.875rem !important;
  height: 3.875rem !important;
  overflow: hidden;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.25s filter, margin;
}
main #fandombox > article#gameProducts > section#gameList.swiper-container .swiper-wrapper .swiper-slide input[type=radio] + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(50, 48, 64, 0.8);
  background-image: url("/images/default/ico-checked-light.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 0.75rem;
  border: 4px solid rgba(255, 255, 255, 0.2509803922);
  opacity: 0;
  transition: 0.25s;
}
main #fandombox > article#gameProducts > section#gameList.swiper-container .swiper-wrapper .swiper-slide input:checked[type=radio] + label {
  position: relative;
}
main #fandombox > article#gameProducts > section#gameList.swiper-container .swiper-wrapper .swiper-slide input:checked[type=radio] + label::after {
  opacity: 1;
}
main #fandombox > article#gameProducts > section#gameList.swiper-container .swiper-wrapper .swiper-slide label {
  overflow: hidden;
  cursor: pointer;
}
main #fandombox > article#gameProducts > section#gameList.swiper-container .swiper-wrapper .swiper-slide label > img {
  width: 3.875rem !important;
  height: 3.875rem !important;
  object-fit: cover;
  object-position: center;
}
main #fandombox > article#gameProducts > section#gameList.swiper-container .swiper-wrapper .swiper-slide:first-child {
  border-radius: 0.75rem;
  background: var(--gray-800);
}
main #fandombox > article#gameProducts > section#gameList.swiper-container .swiper-wrapper .swiper-slide:first-child > label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
main #fandombox > article#gameProducts > section#gameList.swiper-container .swiper-wrapper .swiper-slide:first-child > label > img {
  width: auto !important;
  height: auto !important;
  border: none;
}
main #fandombox > article#gameProducts > section#boxByGame {
  position: relative;
  overflow: visible;
  width: 100%;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper {
  align-items: baseline;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide {
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: calc(var(--radius-outset) - 0.25rem);
  transition: background 0.25s, filter 0.25s;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide:hover, main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide:focus {
  background: var(--gray-800);
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide:hover > a > figure > img, main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide:focus > a > figure > img {
  transform: scale(1.05) translatey(-10px);
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide:hover > a > figure > div > figcaption, main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide:focus > a > figure > div > figcaption {
  color: white;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide:active {
  filter: brightness(0.5);
  transform: scale(0.95);
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide > a {
  width: inherit;
  text-decoration: none;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide > a > figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide > a > figure > img {
  transition: transform 0.25s, filter 0.25s;
  width: 5.75rem;
  image-rendering: -webkit-optimize-contrast;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide > a > figure > div {
  width: 100%;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide > a > figure > div figcaption {
  color: var(--gray-800);
  text-align: center;
  transition: color 0.25s;
}
main #fandombox > article#gameProducts > section#boxByGame .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 #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide > a > figure > div figcaption#price {
  font-size: 0.875rem;
  opacity: 0.5;
}
main #fandombox > article#gameProducts > section#boxByGame .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 var(--gray-200);
  padding: 1rem;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide.empty > img {
  filter: opacity(0.5) brightness(0.5);
  margin-bottom: 0.25rem;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-wrapper .swiper-slide.empty > h5 {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-500);
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-button-next,
main #fandombox > article#gameProducts > section#boxByGame .swiper-button-prev {
  --swiper-navigation-size: 40px;
  height: auto;
  background: var(--gray-800);
  color: #fff;
  border-radius: 100px;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 0px;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-button-next:after,
main #fandombox > article#gameProducts > section#boxByGame .swiper-button-prev:after {
  font-size: 0.75rem !important;
  transform: scale(0.8);
  font-weight: bold;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-button-next {
  right: -0.75rem;
  padding: 7px 13px;
}
main #fandombox > article#gameProducts > section#boxByGame .swiper-button-prev {
  left: -0.75rem;
  padding: 7px 13px;
}
main #fandombox > article#guest {
  height: calc(50vh - 4.625rem);
}
main #fandombox > article#guest figure {
  position: relative;
}
main #fandombox > article#guest figure > img {
  object-fit: contain;
}
main #fandombox > article#guest figure figcaption,
main #fandombox > article#guest figure h2 {
  font-weight: 600;
}
main #fandombox > article#guest figure > figcaption {
  font-size: 0.75rem;
  color: rgba(116, 101, 90, 0.4784313725);
  margin-bottom: 0.25rem;
}
main #fandombox > article#guest figure > h2 {
  font-size: 1.25rem;
  color: #74655a;
}
main #fandombox > article#guest figure::before, main #fandombox > article#guest figure::after {
  content: "";
  width: 2rem;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
main #fandombox > article#guest figure::before {
  left: 0px;
  background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
}
main #fandombox > article#guest figure::after {
  right: 0px;
  background: linear-gradient(270deg, white, rgba(255, 255, 255, 0));
}