.suto-sponsor-container {
    background: var(--bodyBg);
    border: var(--border);
    border-radius: 10px;
    margin-bottom: 20px;
  }
  
  .suto-sponsor-header {
    color:var(--fontColor);    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 16px;
    border-radius: 10px 10px 0 0;
    border-bottom: var(--border);
    font-size: 14px;
    font-weight: bold;
  }

  .suto-sponsor-title {
    font-size:16px;
  }
  
  .suto-sponsor-right {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  
  .suto-sponsor-apply {
    font-size: 12px;
    color:var(--mainColorBlue);
    padding: 3px 8px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: normal;
  }
  
  .label-ad {
    color: var(--fontColor2);
    background:var(--inputBg2);
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: normal;
  }
  
  .suto-sponsor-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 16px;
    gap: 0px 20px;
    line-height: 1.6;
    font-size: 14px;
    justify-content: space-between; /* ✅ 이거 추가 */
  }
  .suto-sponsor-item:nth-child(3n) {
    margin-right: 0;
  }
  
  .suto-sponsor-item {
    width: calc(50% - 10px); /* ✅ 고정 너비 지정 */
    flex: none;              /* ✅ flex-grow/shrink 해제 */
    border-bottom: var(--border2);
    padding: 10px 12px;
    box-sizing: border-box;
    color: var(--fontColor);
  }
  
  .sponsor-title {
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
    color:var(--fontColor);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .sponsor-meta {
    font-size: 13px;
    color: var(--fontColor2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .renew_label {
    background:var(--lightGray);
    color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 0px 1px;
    font-size: 11px;
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    line-height: 19px;
  }

  .main_primebanner {
    margin-top:10px;
  }
  .main_primebanner img {
    border-radius: 10px;;
  }