.sName {
  color: black;
}
.css-1xjocwi > span.name {
  max-width: 636px !important;
}
.hidden {
  display: none;
}
.visible {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .popular-stock {
    width: 100%; /*
    화면이 작아지면 컨테이너의 너비를 100%로 설정 */
  }
}
.home_slider .swiper-pagination {
  position: relative;
  top: 11px;
  margin: 0 auto;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.index-footer {
  width: 100%;
  background: #ededed;
  color: #7e7e7e;
}
.index-footer .footer-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 12px;
}
.pc-only-copyright-wrapper {
  display: flex;
  justify-content: space-between;
}
.cs-title {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.cs-list {
  margin-bottom: 24px;
}
.cs-list li {
  display: flex;
  flex-direction: row;
}
.footer-notice-wrapper {
  display: flex;
}
.footer-notice {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-notice li {
  margin-right: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #595959;
}
.footer-notice-wrapper .footer-notice:last-child li {
  margin-right: 0;
}
a {
  color: #666 !important;
}
