#t_con .rank-item--sub .sub-rank-details .sub-rank-number {
  margin: 0;
  padding: 0 0 3px 0;
}
#t_con .rank-item--sub .sub-rank-details .product-name {
  margin: 0;
  padding: 0;
}
#t_con .rank-item--sub .sub-rank-details .product-price {
  margin: 0;
  padding: 0 0 3px 0;
}
#t_con .rank-item--sub .sub-rank-details .product-shipping {
  margin: 0;
  padding: 0;
}
#t_con .prbts {
  text-decoration: none;
  width: 87%;
}
#t_con .prbts a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  font-size: 0.9rem;
  border-radius: 20px;
  transition: background-color 0.2s;
  margin: 0 0 10px 0;
  padding: 10px 0;
  text-decoration: none;
}
#t_con .prbts a:hover {
  background-color: #f5f5f5;
}

.ranking-container {
  margin: 0 auto;
  background-color: #fff;
}

.ranking-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #f5a623;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ranking-title .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #f5a623;
  margin-right: 10px;
}

.ranking-body {
  display: flex;
  gap: 20px;
}

#t_con {
  padding: 20px 0 0;
}
#t_con .rank-item--first {
  flex-basis: 55%;
  padding: 0;
}
#t_con .rank-item--first .rank-header {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
}
#t_con .rank-item--first .rank-header .crown {
  font-size: 2.2rem;
  vertical-align: middle;
}
#t_con .rank-item--first .rank-content {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
#t_con .rank-item--first .rank-img-wrapper {
  position: relative;
  flex-shrink: 0;
  text-align: center;
}
#t_con .rank-item--first .rank-img-wrapper a {
  line-height: 1.2rem;
}
#t_con .rank-item--first .rank-img-wrapper a:hover {
  opacity: 0.7;
}
#t_con .rank-item--first .rank-img-wrapper a .product-price-info {
  padding: 0;
}
#t_con .rank-item--first .rank-img-wrapper img {
  display: block;
  width: 125px;
  height: auto;
  margin: 0 0 5px 0;
}
#t_con .rank-item--first .rank-img-wrapper .label-a4 {
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #f5a623;
  color: white;
  padding: 3px 12px;
  font-size: 0.9rem;
  font-weight: bold;
}
#t_con .rank-item--first .rank-img-wrapper .product-shipping-info {
  color: #000;
}
#t_con .rank-item--first .rank-img-wrapper .product-shipping-info:hover {
  text-decoration: none;
}
#t_con .rank-item--first .rank-details {
  display: flex;
  flex-direction: column;
}
#t_con .rank-item--first .rank-details .product-category {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px 0;
}
#t_con .rank-item--first .rank-details .prds {
  font-size: 12px;
  padding: 0 0 10px 0;
}
#t_con .rank-item--first .rank-details .product-description {
  font-size: 10px;
  margin: 0;
  padding: 0 0 5px 0;
  line-height: 1.6;
}
#t_con .rank-item--first .rank-details .price-buttons {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 10px 0;
  width: 87%;
}
#t_con .rank-item--first .rank-details .price-buttons .price-button {
  font-size: 11px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  transition: background-color 0.2s;
  margin: 0;
  padding: 5px 0;
}
#t_con .rank-item--first .rank-details .price-buttons .price-button:hover {
  background-color: #f5f5f5;
}
#t_con .rank-item--first .rank-details .other-materials-link {
  font-size: 11px;
  padding: 5px 0;
  color: #000;
}
#t_con .rank-item--first .rank-details .other-materials-link:hover {
  text-decoration: none;
}
#t_con .rank-item--first .pb-20 {
  padding: 0 0 20px 0 !important;
}
#t_con .sub-ranking {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#t_con .sub-ranking #sraul {
  padding: 0;
  flex-direction: column;
}
#t_con .sub-ranking #sraul li {
  width: 100%;
  text-align: left;
}
#t_con .rank-item--sub {
  padding: 0;
  display: flex;
  align-items: flex-start;
  margin: 0 0 23px 0;
}
#t_con .rank-item--sub:nth-child(3) .sub-rank-content {
  margin: 0;
}
#t_con .rank-item--sub .sub-rank-number {
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  margin: 0;
}
#t_con .rank-item--sub .sub-rank-content {
  display: flex;
  gap: 15px;
  flex-grow: 1;
}
#t_con .rank-item--sub .sub-rank-content a {
  display: flex;
  text-decoration: none;
}
#t_con .rank-item--sub .sub-rank-content a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
#t_con .rank-item--sub .sub-rank-img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #f5a623;
}
#t_con .rank-item--sub .sub-rank-details {
  margin: 0 0 0 10px;
  font-size: 13px;
}
#t_con .rank-item--sub .sub-rank-details p {
  margin: 0 0 8px 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
#t_con .rank-item--sub .sub-rank-details .product-price,
#t_con .rank-item--sub .sub-rank-details .product-shipping {
  font-size: 93%;
}
#t_con .product-shipping {
  color: #000;
}

@media screen and (min-width: 1px) and (max-width: 1024px) {
  #t_con {
    width: 96%;
    margin: 0 auto;
  }
  #t_con .ranking-body {
    flex-direction: column;
  }
  #t_con .ranking-body .rank-item .rank-header {
    display: flex;
  }
  #t_con .ranking-body .rank-item .rank-header img {
    width: 50px !important;
  }
  #t_con .ranking-body .rank-item .rank-img-wrapper {
    font-size: 93%;
    width: 40%;
    text-align: left;
  }
  #t_con .ranking-body .rank-item .rank-img-wrapper a {
    font-size: 93%;
  }
  #t_con .ranking-body .rank-item .rank-img-wrapper img {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  #t_con .ranking-body .rank-item .rank-img-wrapper .product-shipping-info {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  #t_con .ranking-body .rank-details .product-description {
    font-size: 8px;
    font-size: 9px;
  }
  #list #t_con .sub-ranking2 .k_msk_tr {
    width: 100%;
    padding: 0;
    justify-content: space-between;
  }
  #list #t_con .sub-ranking2 .k_msk_tr li {
    width: 143px;
  }
  #list #t_con .sub-ranking2 .k_msk_tr li .li_ranking {
    font-weight: 100;
  }
}
