.media .photo-pagination{width: fit-content}

.border-detail-cont img{
  width: 100%;
  height: auto;
}

.emblem-hwa {
  background-image: url("/img/logo/emblem-hwa-cc5c47484d274682f90476b4249b6173.svg");
}

.board-acco-cont ul li .accordion-cont img{width: 100%; height: auto;}
.more-layer{display: none;}
.more-layer.active{display: flex;}

.search-wrap .search-box input[type=search]{font-size: 1.6rem;}
.main .video-box ul li:first-child .info-box p{display: block;}

footer.navi-footer{height: 7.8rem;width: 100%;margin-top: -1rem; position: relative;bottom: 0;z-index: 2;background: #fff;}
@media (min-width: 1024px) {
  footer.navi-footer{display: none;}
}
footer.app-navi-footer{padding: 2rem;}

.ic-delete-wh-24 {
  background-image: url("/img/icon/ic-delete-wh-24-371594eac5bceb2ff1019368c99725c8.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.download-btn-box {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 2.4rem;
}
.download-btn-box button {
  background-color: #F4F4F5;
  border-radius: 8px;
  width: 100%;
  height: 4.2rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.42px;
  padding: 1.1rem 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.download-btn-box button:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-size: contain;
  background-image: url("/img/icon/ic-file-down-d06c94258625da7598ccd8e1ab8cb78f.svg");
}

.photo-detail-box img{width: 100%; height: auto;}

/* 메인 스폰서 */
.sponsor-list {display: flex; width: max-content; list-style: none; padding: 0; margin: 0; justify-content: flex-start; flex-wrap: nowrap; gap: 4rem; align-items: center;}
.sponsor-list.active{ animation: flow 33s linear infinite; -webkit-animation: flow 33s linear infinite;}
@keyframes flow {
  0% {transform: translateX(0);}
  100% {transform: translateX(-50%);}
}
@media (min-width: 1024px) {
  .sponsor-container{width: 100vw; max-width: 98vw; margin: 0; position: relative; left: 50%; transform: translateX(-50%);}
  .main-sponsor-box ul{gap: 10rem;}
}
/* // 메인 스폰서 */

.eland-ticket-cont .eland-ticket-box {
  padding-bottom: 10px;
}

.media .photo-pagination{z-index: 1;}

.player-my-box ul li{margin-bottom: 1.4rem;}

.main .table-box .tab-cont-box tbody tr{ height: 4rem; }
@media (max-width: 1024px) {
    .main .table-box .tab-cont-box tbody tr{ height: 4.8rem; }
}