/* 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 */

