<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
/* =============================================================================
   硫붿씤 index.html
   ========================================================================== */

/* �꾪솚 諛곕꼫 */
#event .MS_img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#event .event-imgs {
  position: relative;
}
#event .MS_img-area {
  float: left;
}
#event .MS_img-area:not(:first-child) {
  display: none;
}
#event .MS_img-area img {
  width: 100%;
}

/* �꾪솚 諛곕꼫 踰꾪듉 */
#event .pagination {
  position: relative;
  left: 0;
  bottom: 22px;
  text-align: center;
  width: 100%;
}
#event .pagination .swiper-pagination-switch {
  display: inline-block;
  margin: 0 2px;
  visibility: hidden;
  background: url(var(--image-path)/event_now@2x.gif) no-repeat 0 50%;
  background-size: 19px 7px;
  width: 10px;
  height: 10px;
}
#event .pagination .swiper-active-switch {
  background-position: -12px 50%;
}

/* 怨듯넻 �꾩씠�� �ㅽ��� */
.items-wrap .items {
  position: relative;
}
.items-wrap .items .icons {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.items-wrap .items .icons span img {
  display: block;
  padding: 3px 0;
}
.items-wrap .items .item-sold-out-overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(var(--image-path)/sold_out.png) no-repeat top center;
  background-size: 100%;
}
.items-wrap .items[data-type="vertical"] .vertical-img {
  position: relative;
  float: left;
  margin: 0;
  width: 95px;
  height: auto;
}
.items-wrap .items[data-type="vertical"] .vertical-img img {
  width: 100%;
  height: auto;
  max-height: none;
}
.items-wrap .items[data-type="vertical"] .item-sold-out-overlay {
  left: 0;
  top: 0;
}

/* 硫붿씤 �ㅽ��� */
.main {
  min-height: 500px !important;
  margin-top: 0 !important;
}

/* 硫붿씤 諛곕꼫 */
.mainBanner {
  position: relative;
  overflow: visible !important;
  margin-top: -20px;
}
.mainBanner a img {
  max-height: 400px;
}

.mainBanner .paginate {
  position: absolute;
  bottom: 5px;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
}
.mainBanner .afterNone {
  display: none;
}

/* 硫붿씤 以묒븰 諛곕꼫 */
.main_img_banner {
  clear: both;
  width: 100%;
  margin: 10px auto 0;
}
.main_img_banner ul li {
  float: left;
  position: relative;
  width: 50%;
}
.main_img_banner ul li a {
  display: block;
  width: auto;
  height: auto;
}
.main_img_banner ul li img {
  width: auto;
  height: auto;
}

/* 諛섏쓳�� 誘몃뵒�� 荑쇰━ */
@media (max-width: 768px) {
  .mainBanner a img {
    max-height: 200px;
  }
  .main_img_banner ul li {
    width: 100%;
  }
}

/* 怨듯넻 �대옒�� �뺤쓽 */
.position-relative {
  position: relative;
}
.width-full {
  width: 100%;
}
.height-auto {
  height: auto;
}
.text-center {
  text-align: center;
}
.hidden-text {
  visibility: hidden;
} /* �띿뒪�� �④� */

/* BASIC css end */

</pre></body></html>