.list_card {
  /* height: 246px; */
  border: 1px solid #acacac;
  display: flex;
}
.start {
  width: 252px;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 35px;
}



.start a img {

}

.start_with_label {
  padding-top: 35px;
}
.brand_name {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}
.center {
  width: calc(100% - 471px);
  background-color: #f5f5f5;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.end {
  width: 219px;
  /* height: 100%; */
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 16px;
  gap: 20px;
}
/* ---------------------------- */
.rank {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.rank span {
  width: 48px;
  height: 48px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
}
.note {
  height: 35px;
  width: calc(100% - 48px);
  display: flex;
  align-items: center;
  padding-left: 7px;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  letter-spacing: 0em;
  color: #fff;
  clip-path: polygon(0% 0%, 100% 0, 90% 50%, 100% 100%, 0% 100%);
}
.list_card .start a {
  padding-inline: 11px;
}



.list_card .start img {
  width: 166px;
  height: 109px;
  object-fit: contain;
}
.rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.rating-pt {
  padding-top: 8px;
}
.rating span {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  color: #fff;
}
.end .score {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.score .score_num {
  color: #000;
  font-size: 56px;
  font-weight: 800;
  line-height: 68px;
  letter-spacing: 0em;
}
.score .score_text {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
}
.btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.btn a {
  padding: 8px 22px;
  border-radius: 12px;
  background: #fa1313;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.center .card_head {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.center h3 {
  margin: 0px;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
  color: #000;
}
.center .tc_apply {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  margin: 0px;
  color: #000;
  display: flex;
  gap: 4px;
}
.pros {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 8px;
}
.pros div {
  display: flex;
  align-items: start;
  gap: 8px;
}
.pros div p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  word-break: break-word;
  margin: 0px;
}
.pros div span {
  background: #04b800;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-flex;
}
.btn span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
}

.help {
  position: relative;
  cursor: pointer;
}

.help_text {
  display: none;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 10px;
  padding-block: 20px;
  min-width: 300px;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
}

.help:hover .help_text,
.help_text:hover {
  display: block;
  z-index: 2;
}
.rating_desk_none {
  display: none;
}
@media (max-width: 1000px) {
  main .container {
    gap: 8px;
  }
  .list_card {
    width: 100%;
    display: flex;
    justify-content: center;
    border: none;
  }
  .brand_name {
    color: #424242;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    padding-bottom: 4px;
  }
  .mb_title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mb_title h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0px;
  }
  .mb_title span {
    margin: 0px;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .score_mb{
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }
  .score_num {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
  }
  .score .score_text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
  }
  .end {
    gap: 20px;
    border: 1px solid #acacac;
    border-left: none;
    padding: 10px 8px;
  }
  .btn {
    gap: 4px;
  }
  .btn p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    margin-top: 4px;
  }
  .btn a {
    width: 172px;
  }
  .start {
    width: 170px;
    gap: 4px;
    padding-block: 16px;
  }

  .start a img {
    margin-top: 20px;
  }

  .start:has(:not(note)) a img {
    margin-top: 0;
  }

  .start_with_label {
    padding-top: 30px;
  }
  .rank {
    display: flex;
  }
  .rank span {
    width: 27px;
    height: 34px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
  }
  .note {
    height: 29px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    width: calc(100% - 27px);
  }
  .list_card .start a {
    padding-inline: 8px;
  }
  .list_card .start img {
    width: 154px;
    margin-top: 15px;
  }
  .rating {
    display: flex;
    gap: 10px;
  }
  .rating span {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
  }
  .start {
    border: 1px solid #acacac;
    border-right: none;
  }
  .help_text {
    min-width: auto;
    left: 0%;
    transform: translateX(-60%);
  }
}
@media (max-width: 420px) {
  .btn {
    width: 100%;
  }
  .btn a{
    width: calc(100% - 20px);
    padding-inline: 10px;
  }
  .container {
    padding-inline: 0px;
  }
  .list_card .start a {
    padding-inline: 0px;
  }
  .list_card .start img {
    width: 100%;
  }
}

.promo_container {
  width: calc(100% - 24px);
  margin-top: 4px;
}
.promo_text {
  margin: 0px;
  padding-bottom: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.promo {
  display: flex;
  height: 34px;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  border-width: 1px;
  border-style: dashed;
}
.promo_code {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding-inline: 8px;
}
.promo_copy {
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}
.copied {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 10px;
  background: #333;
  color: #fff;
  z-index: 2;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1000px) {
  .promo_container{
    width: 100%;
  }
}

.extra_text p{
  margin: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}