@import url("https://fonts.googleapis.com/css2?family=Pretendard:wght@400;500;600;700&family=Noto+Sans:wght@400;700&display=swap");
.widget-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.header-icon svg {
  width: 100%;
  height: 100%;
}
.header-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.015em;
  color: #333;
  margin: 0;
}
.top1-card {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.top1-image {
  position: relative;
  width: 100%;
  height: 358px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
}
.top1-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-indicator {
  position: absolute;
  top: 7px;
  left: 7px;
  padding: 0 4px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #FDFDFD;
  z-index: 2;
}
.top1-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  background: #600FC9;
  border: 3px solid #FDFDFD;
  border-radius: 24px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  z-index: 2;
}
.top1-text {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #FDFDFD;
}
.star-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.ranking-number-mobile {
  display: none;
}
.item-image-wrapper {
  flex-shrink: 0;
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
}
.item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.item-image-placeholder {
  width: 100%;
  height: 100%;
  background: #F5F5F6;
  border-radius: 12px;
}
.item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.kso-thumbnailContainer .category {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.015em;
  color: #333;
}
.item-content .title {
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.015em;
  color: #333;
  margin: 0;
}
.item-content .title a {
  color: #333;
  text-decoration: none;
}
.item-content .title a:hover {
  text-decoration: underline;
}
.tags {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.kso-thumbnailContainer .list-item.sort-download-count .item-header .category.category-in-content, .kso-thumbnailContainer .list-item.sort-download-count .item-header .category-in-content {
  height: 13px !important;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 8px !important;
  line-height: 160% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  letter-spacing: -0.015em !important;
  color: #CFCFCF !important;
  flex: none !important;
  order: 0 !important;
  flex-grow: 0 !important;
  white-space: nowrap !important;
  margin-left: auto !important;
  text-align: right !important;
}
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  background: #F5F5F6;
  border-radius: 4px;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: -0.015em;
  color: #56595D;
}
.item-image-wrapper .ranking-badge {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  background: rgba(96, 15, 201, 0.9);
  border: 2px solid #FDFDFD;
  border-radius: 16px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  z-index: 2;
}
.item-image-wrapper .ranking-badge .ranking-text {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #FDFDFD;
}
.item-image-wrapper .ranking-badge .star-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.swiper-slide {
  position: relative;
}
.swiper-slide .ranking-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(96, 15, 201, 0.9);
  border: 2px solid #FDFDFD;
  border-radius: 24px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  z-index: 2;
}
.swiper-slide .ranking-badge .ranking-text {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #FDFDFD;
}
.swiper-slide .ranking-badge .star-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .top1-image {
    height: 250px;
  }
  .list-item {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 10px !important;
    padding: 0;
    height: 64px;
    width: 100%;
    max-width: 360px;
  }
  .item-image-wrapper {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .item-content {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    min-width: 0;
    height: 36px;
  }
  .item-header {
    flex-direction: row;
    align-items: center;
    gap: 0;
    flex: 1;
    min-width: 0;
  }
  .kso-thumbnailContainer .category {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.015em;
    color: #333;
    margin-right: 20px;
    white-space: nowrap;
  }
  .item-content .title {
    font-family: "Pretendard", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: -0.015em;
    color: #333;
    margin: 0;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .item-content .title a {
    color: #333;
    text-decoration: none;
  }
  .tags {
    display: none;
  }
  .header-title {
    font-size: 13px;
  }
  .ranking-number-mobile {
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.015em;
    color: #333;
    width: 9px;
    height: 22px;
    margin-right: 12px;
    flex-shrink: 0;
  }
  .item-image-wrapper .ranking-badge {
    display: none;
  }
  .list-item.sort-download-count {
    gap: 0;
  }
  .list-item.sort-download-count .item-image-wrapper {
    width: 64px;
    height: 64px;
  }
  .list-item.sort-download-count .item-content {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    gap: 5px;
  }
  .list-item.sort-download-count .item-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin-top: 0;
    max-height: none;
    text-align: left;
  }
  .list-item.sort-download-count .item-header .category.category-in-content, .list-item.sort-download-count .item-header .category-in-content {
    height: 13px !important;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 8px !important;
    line-height: 160% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    letter-spacing: -0.015em !important;
    color: #CFCFCF !important;
    flex: none !important;
    order: 0 !important;
    flex-grow: 0 !important;
    white-space: nowrap !important;
    margin-left: auto !important;
    text-align: right !important;
  }
  .list-item.sort-download-count .tags {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
  }
  .list-item.sort-download-count .tags .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border-radius: 4px;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: -0.015em;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .list-item.sort-download-count .title {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .swiperWg.swiper {
    width: 458px !important;
    max-width: 458px !important;
    min-width: 458px;
    height: 350px !important;
    position: relative;
    padding-left: 0;
  }
  .swiperWg .swiper-wrapper {
    overflow: visible;
    margin-left: 0;
  }
  .swiperWg .swiper-slide {
    width: 458px !important;
    height: 350px !important;
    position: relative;
    overflow: hidden;
  }
  .swiperWg .swiper-slide img {
    width: 458px !important;
    height: 350px !important;
    object-fit: cover;
  }
  .swiperWg .swiper-slide .img {
    width: 458px !important;
    height: 350px !important;
    overflow: hidden;
  }
  .swiperWg .swiper-pagination {
    position: absolute !important;
    bottom: 7px !important;
    left: 0 !important;
    right: 0 !important;
    width: 458px !important;
    height: auto !important;
    pointer-events: none;
  }
  .swiperWg .swiper-pagination-fraction {
    position: absolute !important;
    right: 7px !important;
    bottom: 12px !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    min-width: 36px;
    padding: 0 6px;
    z-index: 10;
    max-width: calc(458px - 14px);
    pointer-events: none;
  }
}
/*# sourceMappingURL=18327c941ea48b6b922b9ba9360c7b002935abfc.widget.scss.map */
