.list-page {
  background: #ffffff;
}
.list-page .change-panel .change-panel-search input,
.list-page .filter-bar .price-range input,
.search-inline input{
  background: #fff;
}

.list-header {
  padding-top:20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-header-left {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: #1a1b1f;
}

.star-icon {
  color: #c4c4c4;
  font-size: 26px;
  margin-right: 14.8px;
  cursor: pointer;
}
.star-icon img{
  width:24px;
  vertical-align: inherit;
}
.list-title{
  letter-spacing: -0.01em;
  margin-right: 12px;
}
.list-subtitle {
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-right: 5px;
}

.change-btn {
  background: #EEE;
  color: #707070;
  border-radius: 5px;
  font-size: 13px;
  padding: 4px 6px;
  border: 0;
  cursor: pointer;
  font-weight: 500;
}

.change-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 428px;
  height: 342px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(91, 89, 158, 0.1);
  z-index: 100;
  display: none;
}

.change-panel.is-open {
  display: block;
}

.change-panel-content {
  position: relative;
  padding: 12px 20px 20px;
  padding-top:0;
  box-sizing: border-box;
  height: 100%;
}

.change-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}

.change-panel-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1b1f;
}

.change-panel-close {
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateX(4px);
}

.change-panel-close img {
  width: 22px;
  height: 22px;
  display: block;
}

.change-panel-divider {
  height: 1px;
  background: #d6d6d6;
  margin: 0 -20px 12px;
}

.change-panel-search {
  position: relative;
  height: 40px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 0 12px 0 43px;
  background: #ffffff;
}

.change-search-icon {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
}

.change-panel-search input {
  border: 0;
  outline: none;
  width: 100%;
  font-size: 14px;
  color: #1a1b1f;
  background: transparent;
  font-weight: 500;
}

.change-panel-search input::placeholder {
  color: #898a8e;
}

.change-chip-list {
    width:100%;
  margin-top: 12px;
  max-height: 154px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
  padding-right: 8px;
  align-items: flex-start;
  align-content: flex-start;
}

.change-chip {
  height: 28px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: -0.04em;
  background: #ffffff;
  font-weight: 400;
  cursor: pointer;
  color: #1A1B1F;
}

.change-chip.is-active {
  background: #3669E8;
  color: #ffffff;
  border-color: #3669E8;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.change-chip-list::-webkit-scrollbar {
  width: 6px;
}

.change-chip-list::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 3px;
}

.change-chip-list::-webkit-scrollbar-track {
  background: transparent;
}

.change-panel-actions {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 8px;
}

.change-apply {
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: #1a1b1f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: -0.02em;
}

.change-reset {
  height: 44px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  background: #ffffff;
  color: #1a1b1f;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: -0.02em;
}

.list-header-right {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}

.header-btn {
  border-radius: 10px;
  border: 1px solid #1A1B1F;
  background: #ffffff;
  color: #1a1b1f;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
  box-sizing: border-box;
  padding: 11px 17px 10px 16px;
}

.header-btn.primary {
  background: #1a1b1f;
  color: #ffffff;
  border-color: #1a1b1f;
}

.scroll-content.list-top {
  top: 0;
  z-index: 30;
  width: 100%;
  background: #fff;
}

.list-top.is-sticky {
  position: sticky;
}

.list-tabs {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 21px 0 25px;
  border-bottom: 2px solid #ededed;
  background: #FFF;
  pointer-events: auto;
}

.tab {
  border: none;
  background: transparent;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  letter-spacing: -0.04em;
}

.tab.is-active {
  color: #1a1b1f;
  font-weight: 700;
}

.tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #1a1b1f;
}

.list-info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0 19px;
  color: #6c7280;
  font-size: 14px;
  background: #FFF;
  pointer-events: auto;
}

.list-info-left {
  display: flex;
  align-items: center;
  gap: 11px;
  height: 23px;
}
.result-text{
  color: #1A1B1F;
  font-size: 14px;
}
.result-text strong {
  color: #1a1b1f;
  font-weight: 700;
}

.ghost-btn {
  border: 0;
  background: #eee;
  border-radius: 5px;
  font-size: 14px;
  color: #707070;
  min-width: 132px;
  height: 23px;
  cursor: pointer;
  letter-spacing: -0.04em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.ghost-btn img{
  width:6px;
  margin-left: 7px;
}
.list-info-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #1a1b1f;
  font-weight: 600;
}

.toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-ui {
  width: 22px;
  height: 14px;
  background: #707070;
  border-radius: 999px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.toggle-label{
  font-weight: 600;
  letter-spacing: -0.04em;
  cursor: pointer;
}
.toggle-ui::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 4px;
  transition: transform 160ms ease;
}

.toggle input:checked+.toggle-ui {
  background: #2f5bff;
}

.toggle input:checked+.toggle-ui::after {
  transform: translateX(7px);
}

.sort-btn {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #2b2f3a;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.sort-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("/resources/image/list/v2/weui_arrow-outlined.svg") no-repeat center / contain;
}
.filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 20px;
  gap:12px;
  background-color: #f5f5f5;
  flex-wrap: wrap;
  max-height: 240px;
  transition: transform 0.2s ease, opacity 0.2s ease, max-height 0.2s ease, padding 0.2s ease;
  will-change: transform, opacity;
  position: relative;
  z-index: 4;
  box-sizing: border-box;
}
.filter-bar.is-hidden {
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
}

.filter-left {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.filter-group {
  position: relative;
}

.filter-pill {
  padding: 5.5px 10px;
  border-radius: 20px;
  border: none;
  letter-spacing: -0.04em;
  background: #1A1B1F;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
}
.js-filter-reward .filter-pill::after{
  display: none;
}
.filter-pill::after {
  content: "";
  width: 13px;
  height: 10px;
  display: inline-block;
  background: url("/resources/image/list/v2/filter-arrow.svg") no-repeat center / contain;
}

.filter-pill.empty {
  background: #FFF;
  color: #1a1b1f;
  border: 1px solid #d3d3d3;
}

.filter-pill.empty::after {
  background: url("/resources/image/list/v2/filter-arrow-dark.svg") no-repeat center / contain;
}
.list-page .filter-panel *{
  cursor: pointer;
}
.list-page .filter-panel .check-item span{
  width: calc(100% - 32px);
}
.list-page .filter-panel {
  position: absolute;
  left: 0;
  top: 33px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 32px;
  display: none;
  z-index: 10;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 0px 20px rgba(91, 89, 158, 0.1);
  margin:0;
}
.list-page .filter-panel.is-open {
  display: grid;
}
.list-page .filter-bar input[type="checkbox"] {
  -webkit-appearance: none; /* 크롬/사파리 */
  -moz-appearance: none;    /* 파이어폭스 */
  appearance: none;         /* 표준 */
  width: 20px;
  height: 20px;
  background: url("/resources/image/list/v2/check-box.png") no-repeat center / contain;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 2px;
}
.list-page .filter-bar input[type="checkbox"]:checked {
  background: url("/resources/image/list/v2/check-box-on.png") no-repeat center / contain;
}
.list-page .filter-bar input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: url("/resources/image/list/v2/radio-off.png") no-repeat center / contain;
  border: none;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 50%;
}
.list-page .filter-bar input[type="radio"]:checked {
  background: url("/resources/image/list/v2/radio-on.png") no-repeat center / contain;
}
.item-job-panel,
.item-grade-panel,
.item-type-panel,
.path-panel,
.state-panel {
  width: 240px;
  grid-template-columns: 1fr;
  gap: 12px;
}
.character-panel,
.account-panel {
  width: 428px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}
.character-panel .check-item span{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 40px);
}
.check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #191919;
  font-size: 16px;
}

.check-item input {
  width: 20px;
  height: 20px;
  accent-color: #3f6bff;
}

.price-panel {
  position: absolute;
  left: 0;
  top: 33px;
  min-width: 428px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 20px;
  display: none;
  z-index: 10;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 0px 20px rgba(91, 89, 158, 0.1);
}
.js-filter-quantity .price-panel{
  min-width: 412px;
}
.price-panel.is-open {
  display: block;
}

.price-range {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.price-range input {
  width: 136px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  padding: 0 12px;
  font-size: 13px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.price-range .unit {
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
  width:max-content;
}
.price-range .unit.unit-e{
  margin-right: 9px;
}
.range-sep {
  font-size: 18px;
  font-weight: 600;
  margin: 0 6px;
  color: #1A1B1F;
}

.apply-btn {
  margin-left: auto;
  height: 32px;
  border-radius: 5px;
  border: none;
  background: #1a1b1f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: -0.02em;
  width: 49px;
  text-align: center;
}

.price-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 0px;
  font-size: 16px;
}

.radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
  box-sizing: border-box;
}

.radio-item input {
  width: 16px;
  height: 16px;
  accent-color: #3f6bff;
}


.filter-right {
  display: flex;
  align-items: center;
  gap: 4px;
}


.filter-tags {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  color: #1a1b1f;
  width: 100%;
}

.filter-tag {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #1a1b1f;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.filter-tag img{
  width:8px;
}
.filter-tag span {
  color: #707070;
  font-size: 17px;
}

.filter-reset {
  border: none;
  background: transparent;
  font-size: 13px;
  color: #707070;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
  text-underline-offset: 2px;
  border-color: #707070;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 190px 0;
  color: #1a1b1f;
}

.empty-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.empty-desc {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 18px;
}

.empty-btn {
  height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  border: none;
  background: #1a1b1f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: -0.56px;
  display: flex;
  align-items: center;
}

.empty-btn img{
  width:6.5px;
  margin-left: 7px;
}

.search-inline {
  display: flex;
  align-items: center;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  padding: 0 29px 0 8px;
  gap: 4px;
  background: #ffffff;
  height: 28px;
  width: 200px;
  box-sizing: border-box;
  letter-spacing: -0.02em;
}

.search-inline input {
  border: none;
  outline: none;
  font-size: 14px;
  width: 160px;
  color: #2b2f3a;
  font-weight: 600;
  letter-spacing: -0.28px;
}

.search-inline input::placeholder {
  color: #a0a4b0;
  font-weight: 400;
}

.search-inline.is-filled input::placeholder {
  color: #2b2f3a;
}

.refresh-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  padding: 0;
}

.refresh-btn img {
  width: 18px;
  height: 18px;
}

.search-inline.is-filled .refresh-btn img {
  filter: brightness(0.2);
}

.search-btn {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  border: none;
  background: #1a1b1f;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.search-btn img {
  width: 16px;
  height: 16px;
}

.search-inline.is-filled+.search-btn img {
  filter: brightness(1.2);
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 0 90px;
}

.list-body {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.list-body-left {
  flex: 1;
  min-width: 0;
}

.list-money-sticky {
  position: fixed;
  right: 74px;
  bottom: 43px;
  width: 234px;
  z-index: 1000;
  transform: none;
}

.sticky-card {
  border: 1px solid #EDEDED;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  padding: 12px 16px;
  box-sizing: border-box;
}

.sticky-title {
  font-size: 14px;
  font-weight: 600;
  color: #969AAC;
  margin-bottom: 10px;
  letter-spacing: -0.28px;
  text-align: center;
}

.sticky-item-row {
  display: flex;
  align-items: stretch;
  gap: 4px;
  border-radius: 10px;
  margin-bottom: 4px;
}

.sticky-icon-wrap {
  border-radius: 10px;
  border: 1px solid #EDEDED;
  background: #1A1B1F;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sticky-icon {
  width: 48px;
  height: 48px;
}

.sticky-item-info {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #EDEDED;
  background: #FFF;
  padding: 6px 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.sticky-item-name {
  font-size: 14px;
  font-weight: 700;
  color: #323F95;
  letter-spacing: -0.56px;
}

.sticky-item-date {
  font-size: 12px;
  color: #868BA2;
  margin-top: 2px;
  letter-spacing: -0.48px;
  font-weight: 500;
}

.sticky-price-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}

.sticky-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 12px;
  color: #868BA2;
  border-radius: 10px;
  border: 1px solid #EDEDED;
  background: #FFF;
  padding: 8px;
  font-weight: 700;
  padding-right: 12px;
  letter-spacing: -0.04em;
}
.sticky-price .label{
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 12px;
}
.sticky-price .value {
  font-size: 14px;
  font-weight: 600;
  color: #868BA2;
}

.sticky-price .delta {
  color: #E84057;
  font-size: 12px;
  background: url(/resources/image/list/v2/up.svg) no-repeat 0 50%;
  padding-left: 10px;
  margin-left: 12px;
}

.sticky-price .delta.down {
  color: #4062E8;
  background: url(/resources/image/list/v2/down.svg) no-repeat 0 50%;
}
.sticky-price div{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sticky-btn {
  width: 100%;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: url(/resources/image/list/v2/sticky-w-arrow.png) #1a1b1f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 7.16px;
  background-position: center right 16px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 210px 330px;
  align-items: center;
  padding: 16px 24px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  min-height: 140px;
  box-shadow: 0 0 10px rgba(91, 89, 158, 0.08);
  color:#1a1b1f;
  line-height: normal;
}

.power.product-card {
  position: relative;
  border-radius: 0;
  border: 0;
}

.power.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent url(/resources/image/list/v2/list-bg.svg) no-repeat 0 0;
  z-index: 1;
  pointer-events: none;
}

.power.product-card> :not(.power-ribbon) {
  position: relative;
  z-index: 2;
}

.power.product-card .product-side {
  color: #323F95;
}

.power-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  background: #1a237e;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  border-radius: 10px 0 8px 0;
  z-index: 0;
  background: linear-gradient(90deg, #050505 0%, #00B 82.56%);
  width: 172px;
  height: 55px;
  z-index: 0;
}

.power-ribbon-icon {
  position: absolute;
  top: -5px;
  left: 1px;
}

.product-left {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
  padding-right: 35px;
  box-sizing: border-box;
}

.product-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
  padding: 5px 0;
  padding-right: 10px;
  box-sizing: border-box;
}

.product-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 467px;
  align-items: flex-start;
}

.product-type {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 22px;
}

.product-title {
  font-size: 19px;
  font-weight: 500;
  color: #1a1b1f;
  letter-spacing: -0.76px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-right: 25px;
  display: inline-block;
}

.photo-icon {
  position: absolute;
  right: 0;
  top: 0;
}

.photo-icon img {
  width: 18px;
  height: 18px;
}

.product-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.server-block {
  display: flex;
  flex-direction: column;
  font-size: 11px;
}

.server-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.server-value {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.05em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.badge-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #1a1b1f;
  height: 24px;
}
.badge-row>span:first-child{
  margin-left: 0px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4.5px 6px;
  border-radius: 5px;
  background: #1A1B1F;
  color: #ffffff;
  font-weight: 700;
}

.badge .ticker-lightning {
  width: 8px;
  height: 15px;
}

.seller-name {
  color: #1a1b1f;
  font-size: 14px;
  margin:0px 2px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 84px;
}

.rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #1a1b1f;
}

.rating img {
  width: 10px;
  height: 10px;
}

.product-time {
  font-size: 14px;
  text-align: right;
  position: absolute;
  right: 35px;
  bottom: 8px;
}

.product-middle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  border-left: 1px solid #ececec;
  padding-left: 20px;
  align-self: stretch;
  justify-content: center;
}

.qty-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.qty-label {
  font-size: 14px;
}

.qty-control.compact {
  display: flex;
  align-items: center;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 5px 0;
  min-width: 120px;
  justify-content: space-between;
  width: 142px;
  background: #fff;
}

.qty-control.compact .qty-button {
  width: 24px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 12px 12px; /* 이미지 크기 */
  cursor: pointer;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.qty-control.compact .qty-button.plus {
  background-image: url('/resources/image/list/v2/qty-plus.svg');
  background-position: center left;
}
.qty-control.compact .qty-button.minus {
  background-image: url('/resources/image/list/v2/qty-minus.svg');
  background-position: center right;
}

.qty-value {
  font-size: 16px;
  font-weight: 600;
  color: #1a1b1f;
  letter-spacing: -0.04em;
  text-align: center;
  width: calc(100% - 48px);
  padding: 0px 12px;
}

.qty-sub {
  font-size: 14px;
  text-align: right;
  align-self: stretch;
  padding: 0 10px;
}

.attr-pill {
  padding: 8px 10px;
  border: 1px solid #e1e3e8;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1b1f;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #fff;
}
.qty-row-b{
  display: flex;
  align-items: center;
  gap: 10px;
}
.qty-row-b .attr-pill{
  gap: 0;
  width: 142px;
  padding: 12px 10px;
}
.qty-row-b .attr-pill .product-value{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.attr-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 13px;
  gap: 10px;
  padding: 0 8px;
}

.attr-value {
  font-weight: 600;
}

.product-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 44px;
}

.price-block {
  text-align: right;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price {
  font-size: 24px;
  font-weight: 700;
  color: #2f3a92;
  letter-spacing: -1.2px;
}

.price-sub {
  font-size: 14px;
  letter-spacing: -0.56px;
}

.card-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.action-btn {
  height: 40px;
  min-width: 105px;
  border-radius: 4px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  font-weight: 500;
}

.action-btn.primary {
  background: #23318D;
  color: #ffffff;
}

.action-btn.dark {
  background: #1A1B1F;
  color: #ffffff;
}

.action-btn.muted {
  background: #c8c8c8;
  color: #ffffff;
  cursor: default;
}

.product-card.normal .price {
  color: #1a1b1f;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 0px 0 204px;
}

.page-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  font-size: 18px;
  color: #6c7280;
  cursor: pointer;
}

.page-list {
  display: flex;
  align-items: center;
  margin: 0 16px;
}

.page-list .page-btn {
  width: 40px;
  border-radius: 0;
  margin-left: -1px;
}

.page-list .page-btn:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.page-list .page-btn:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.page-btn.is-active {
  background: #1a1b1f;
  color: #ffffff;
  border-color: #1a1b1f;
}

.page-btn.icon {
  display: grid;
  place-items: center;
  padding: 0;
  background: rgba(26, 27, 31, 0.20);
  border-color: transparent;
}

.page-btn.is-active {
  background: #1a1b1f;
  border-color: #1a1b1f;
}


.page-btn.icon.prev {
  transform: rotate(180deg);
}

.page-btn.icon {
  display: grid;
  place-items: center;
  padding: 0;
}

.page-btn img {
  width: 30px;
  height: 31px;
}

.trust-banner {
  background: #dfe8f2;
  padding: 18px 0;
  height: 128px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 0;
}

.trust-banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.trust-icon {
  width: 254px;
  margin-top: 40px;
}

.trust-title {
  font-size: 26px;
  font-weight: 600;
  color: #1a1b1f;
  line-height: 32px;
}
.trust-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #1A1B1F;
  opacity: 0.7;
}
* {
  font-family: inherit;
}
.f_bold{
  font-weight: 600 !important;
}
.f_blue {
  color:#0000BB !important;
}
.sort-list-box{
  position: relative;
}
.sort-panel{
  background: #fff;
  box-sizing: border-box;
  width:150px;
  border:1px solid #DADADA;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 28px;
  display: none;
  box-shadow: 0px 0px 20px rgba(91, 89, 158, 0.1);
}
.sort-panel.is-open{
  display: block;
}
.sort-panel li{
  padding:0px 16px;
  color:#1A1B1F;
  letter-spacing: -0.02em;
  font-size: 14px;
  cursor: pointer;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  position: relative;
}
.sort-panel li:hover{
  background: #F5F5F5;
}
.sort-panel li.selected-sort{
  font-weight: 700;
}
.sort-panel li.selected-sort::after{
  content: "";
  display: block;
  position: absolute;
  background: url("/resources/image/list/v2/sort-img.png") no-repeat center;
  background-size:contain;
  top:50%;
  transform: translateY(-50%);
  right: 11px;
  width:24px; height: 24px;
}
.product-trade-done-text{
  display: none;
}
.product-trade-done-text p{
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.product-card.trade_done .product-trade-done-text{
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
.product-trade-done-text img{
  height:30px;
  cursor: pointer;
}
.product-trade-done-text-black img{
  cursor: default;
}
.product-card.trade_done::after{
  content: "";
  position: absolute;
  cursor: default;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #E2E2E2;
  opacity: 0.6;
  z-index: 2;
}
.product-card:hover{
  background: #ebf9ff !important;
}
.product-card.trade_done:hover{
  background: #fff !important;
}
.product-card.power:hover::before{
  background: transparent url(/resources/image/list/v2/list-bg-hover.svg) no-repeat 0 0;
}
.product-card.power.trade_done:hover::before{
  background: transparent url(/resources/image/list/v2/list-bg.svg) no-repeat 0 0;
}
.badge_t{
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  min-width:60px;
  border:1px solid #000;
  box-sizing: border-box;
}
.badge_t p{
  font-weight: 700;
  color: #1A1B1F;
  font-size: 12px;
}
.badge_message{
  background: #fff;
}
.badge_message_g{
  background: #6BFFB5;
}
.list-page .price-range input[type="text"]{
  text-align: right;
}
/*공통 css대응*/
.cont_wrap{
  overflow: visible;
}
.page{
  padding:0px !important;
}
.topbar.fixed{
  border: 0px !important;
  box-shadow: none !important;
  position: relative !important;
}
#middle{
  padding:0px !important;
}
.footer .line{
  box-sizing: inherit;
}
.footer .link .line{
  height: 74px;
  line-height: normal;
}
.sub-gnb .top-links{
  letter-spacing: -0.01em;
  font-size: 15px;
}
.topbar{
  height: 72px !important;
}
/*공통 css대응 END*/
/*26.03.06 유료 아이콘 6종 스타일 추가*/
.badge-row .ico.label_item{
  border: 1px solid #000;
  height: 24px;
  width: 62px;
  border-radius: 5px;
  font-family: 'Pretendard';
  color: #1A1B1F;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
}
.badge-row .ico.label_item[class*="label0"]{
  border: 0;
  color: #fff;
}
.badge-row .ico.label_item.label01 {background: linear-gradient(90deg, #FF012F 0%, #FF35F5 100%);}
.badge-row .ico.label_item.label02 {background: linear-gradient(90deg, #FFA900 0%, #FB6500 100%);}
.badge-row .ico.label_item.label03 {background: linear-gradient(90deg, #00A2BB 0%, #00FAB6 100%);}
.badge-row .ico.label_item.label04 {background: linear-gradient(90deg, #001AFF 0%, #3592FF 100%);}
.badge-row .ico.label_item.label05 {background: linear-gradient(90deg, #8201FF 0%, #EA36FF 100%);}
/*26.03.06 유료 아이콘 6종 스타일 추가 END*/

/*26.03.09 추가 스타일 수정*/
#MainTopBanner{
  display: none;
}
div.slide .btn_detail,
div.slide div.slide_page{
  font-family: 'Pretendard' !important;
}
div.slide div.slide_page span.current{
  color:#fff;
  margin-right: 6px;
}
div.slide div.slide_page span.current::after{
  display: none;
}
div.slide .btn_detail{
  border:1px solid #1A1B1F;
  color:#1A1B1F;
}
/*26.03.09 추가 스타일 수정 END*/