@charset "UTF-8";
.hidden {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

:focus-visible {
  outline: none;
}

input:focus {
  --tw-ring-color: none !important;
}

button,
a {
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

input:focus {
  --tw-ring-color: transparent;
}

main.main {
  margin-top: 7rem;
  padding-bottom: 8rem;
}
main.main ::-webkit-scrollbar {
  width: 0.8rem;
  height: 1rem;
  background-color: #f9f9fa;
}
main.main ::-webkit-scrollbar-thumb {
  background-color: #d9ddde;
  border-radius: 2.4rem;
  min-height: 4rem;
}
main.main ::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.ad-modal .modal-dialog-custom {
  position: relative;
  border-radius: 4rem;
  overflow: hidden;
}
.ad-modal .modal-dialog-custom .fa-xmark {
  position: absolute;
  cursor: pointer;
  font-size: 3.2rem;
  color: #fff;
  top: 3.1%;
  right: 3.1%;
}
.ad-modal .modal-footer {
  background-color: transparent;
  position: absolute;
  bottom: 4rem;
  margin: 0 auto;
  border-radius: 0 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2rem;
  padding: 0;
}
.ad-modal .modal-footer button,
.ad-modal .modal-footer a {
  border-radius: 30rem;
  background-color: #1e2229;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  min-width: 39rem;
  min-height: 6rem;
}
.ad-modal .modal-footer button:first-child,
.ad-modal .modal-footer a:first-child {
  border: 1px solid #1e2229;
  border-radius: 30rem;
  color: #1e2229;
  font-size: 2rem;
  font-weight: 500;
  transition: 0.2s;
  background-color: transparent;
}
.ad-modal .modal-footer button:first-child:hover,
.ad-modal .modal-footer a:first-child:hover {
  background-color: rgba(255, 255, 255, 0.062745098);
}
.ad-modal .modal-footer button:hover,
.ad-modal .modal-footer a:hover {
  background-color: #1e2229;
}

.del-badge {
  border: none;
  border-radius: 0.6rem;
  background: #eef0f1;
  color: #2b3e4f;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.6rem 1rem;
}
.del-badge::after {
  content: "일반배송";
}
.del-badge.rocket {
  background-color: #ebf7fb;
  color: #009ccb;
}
.del-badge.rocket::after {
  content: "로켓배송";
}
.del-badge.install::after {
  content: "로켓설치";
}
.del-badge.merchant {
  background-color: #fff4eb;
  color: #f97000;
}
.del-badge.merchant::after {
  content: "판매자로켓";
}
.del-badge.ovs {
  background-color: #f8f1fe;
  color: #a855f7;
}
.del-badge.ovs::after {
  content: "해외배송";
}
.del-badge.global {
  background-color: #f8f1fe;
  color: #9c27b0;
}
.del-badge.global::after {
  content: "로켓직구";
}
.del-badge.fresh {
  background-color: #ebf7eb;
  color: #009900;
}
.del-badge.fresh::after {
  content: "로켓프레쉬";
}

.wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  flex-direction: column;
  max-width: 120rem;
  min-width: 120rem;
  margin: 0 auto;
}
.wrap .search-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
}
.wrap .search-section .sellerlife-title {
  background: -webkit-linear-gradient(180deg, rgb(13, 172, 255) 50%, rgb(112, 73, 242) 100%);
  color: #3868eb;
  font-size: 5rem;
  line-height: 5rem;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 3.5rem;
  font-weight: 900;
  display: inline-block;
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 4rem;
}
.wrap .search-section .search-input-container {
  width: 75.4rem;
  height: 7rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  border: 2px solid transparent;
  border-radius: 50rem;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #7b3ff3, #00b3ff) border-box;
  padding: 1rem;
}
.wrap .search-section .search-input-container .input-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  height: 100%;
  gap: 0.6rem;
}
.wrap .search-section .search-input-container .input-wrap input {
  border: none;
  border-radius: 4rem;
  background: #f8fafc;
  width: 50%;
  height: 100%;
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 0 2rem;
}
.wrap .search-section .search-input-container .input-wrap input::-moz-placeholder {
  color: #8d939f;
}
.wrap .search-section .search-input-container .input-wrap input::placeholder {
  color: #8d939f;
}
.wrap .search-section .search-input-container .input-wrap input:focus {
  background-color: #eaedf4;
}
.wrap .search-section .search-input-container .input-wrap input:focus::-moz-placeholder {
  color: transparent;
}
.wrap .search-section .search-input-container .input-wrap input:focus::placeholder {
  color: transparent;
}
.wrap .search-section .search-input-container .search-button {
  border: none;
  border-radius: 2.5rem;
  background: #3868eb;
  width: 11rem;
  height: 4.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  padding: 0 1.8rem;
  word-break: keep-all;
}
.wrap .search-section .search-input-container .search-button:hover {
  background-color: #2d53bc;
}
.wrap .search-section .search-input-container .search-button:disabled {
  background-color: #ddd;
}
.wrap .search-section .usage-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 1rem;
}
.wrap .search-section .usage-section .usage-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  gap: 0.6rem;
}
.wrap .search-section .usage-section .usage-block .usage-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.2rem;
}
.wrap .search-section .usage-section .usage-block .usage-cnt .usable-cnt {
  color: #3868eb;
  font-weight: 600;
}
.wrap .search-section .usage-section .usage-block .usage-cnt .total-usage {
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
}
.wrap .info-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 1rem;
  color: #77859c;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
}
.wrap .info-section .update-info {
  border: none;
  border-radius: 1.6rem;
  background: #f8fafc;
  color: #3868eb;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 1.5rem;
  width: 100%;
  padding: 1.4rem;
}
.wrap .info-section .update-info::before {
  content: "";
  background-image: url("/sellerlife/coupang-rank-live/loader.png");
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 1.8rem;
  height: 1.8rem;
  animation: rotate-infinite 2s linear infinite;
}
.wrap .info-section .rank-info {
  border: none;
  border-radius: 1.6rem;
  background: #f8fafc;
  color: #3868eb;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 1.4rem;
}
.wrap .skeleton-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  min-width: 120rem;
}
.wrap .skeleton-block div {
  width: 100%;
  height: 40rem;
  border: none;
  border-radius: 1.6rem;
  background: #d8dde7;
  background: linear-gradient(90deg, #f2f4f7 0%, #e4e7ec 50%, #f2f4f7 100%);
  background-size: 200% 100%;
  animation: skeleton 2.5s linear infinite;
}
.wrap .result-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}
.wrap .result-section:has(.card-block.example:only-child) .card-block.example {
  display: flex;
}
.wrap .result-section .card-block {
  border: 1px solid #d8dde7;
  border-radius: 1.6rem;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 3rem;
}
.wrap .result-section .card-block.example {
  display: none;
}
.wrap .result-section .card-block .prd-info-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  width: 100%;
  position: relative;
}
.wrap .result-section .card-block .prd-info-block .img-block {
  width: 10rem;
  height: 10rem;
  border: 1px solid #e4e8e8;
  border-radius: 0.8rem;
  background: #fff;
  overflow: hidden;
}
.wrap .result-section .card-block .prd-info-block .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrap .result-section .card-block .prd-info-block .prd-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  flex-direction: column;
}
.wrap .result-section .card-block .prd-info-block .prd-info .prd-name {
  color: #1e2229;
  font-size: 2.2rem;
  font-weight: 600;
  width: 90rem;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wrap .result-section .card-block .prd-info-block .prd-info .prd-name:hover {
  text-decoration: underline;
  color: #3868eb;
}
.wrap .result-section .card-block .prd-info-block .prd-info .prd-del-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 1rem;
}
.wrap .result-section .card-block .prd-info-block .prd-info .prd-del-price .price {
  color: #1e2229;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
}
.wrap .result-section .card-block .prd-info-block .prd-info .prd-del-price .price::after {
  content: "원";
}
.wrap .result-section .card-block .prd-info-block .del-prd {
  position: absolute;
  right: 0;
  top: 0;
  color: #8d939f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}
.wrap .result-section .card-block .prd-info-block .del-prd:hover {
  color: #1e2229;
}
.wrap .result-section .card-block .update-info {
  color: #8d8d8d;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  width: 100%;
}
.wrap .result-section .card-block .rank-info {
  border: none;
  border-radius: 1.2rem;
  background: #f9f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 1rem;
  padding-left: 3rem;
}
.wrap .result-section .card-block .rank-info.loading {
  position: relative;
}
.wrap .result-section .card-block .rank-info.loading::after {
  content: "실시간 순위를 확인 중 입니다";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 1.2rem;
  background: #f9f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #3868eb;
  font-size: 1.6rem;
  font-weight: 700;
  z-index: 9;
}
.wrap .result-section .card-block .rank-info.loading::before {
  content: "";
  background-image: url("/sellerlife/coupang-rank-live/loader.png");
  background-size: contain;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 1.8rem;
  height: 1.8rem;
  animation: rotate-infinite 2s linear infinite;
  position: absolute;
  z-index: 10;
  left: 39%;
}
.wrap .result-section .card-block .rank-info .tracking-keyword {
  color: #1e2229;
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90rem;
  cursor: default;
}
.wrap .result-section .card-block .rank-info .rank-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 3rem;
}
.wrap .result-section .card-block .rank-info .rank-block .rank {
  color: #1e2229;
  font-size: 2.2rem;
  font-weight: 700;
}
.wrap .result-section .card-block .rank-info .rank-block .refresh-rank {
  border: none;
  border-radius: 0.8rem;
  background: #2b3e4f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  width: 6.8rem;
  height: 4.4rem;
}
.wrap .result-section .card-block .rank-info .rank-block .refresh-rank:hover {
  background-color: #22323f;
}
.wrap .result-section .card-block .rank-info .rank-block .refresh-rank:disabled {
  background-color: #ddd;
  position: relative;
  cursor: not-allowed;
}

@keyframes rotate-infinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes skeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}