@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;
}

.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;
}

.nav-section {
  margin-bottom: 16px;
  /* =============================
     가격비교 탭
  ============================== */
  /* =============================
     플러스스토어 탭
  ============================== */
}
.nav-section .results-tab-block {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #e5e7eb;
}
.nav-section .nav-item {
  list-style: none;
}
.nav-section .nav-item-btn {
  position: relative;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  background: transparent;
  border: none;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nav-section .nav-item-btn:hover {
  background-color: #f9fafb;
}
.nav-section .nav-item-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}
.nav-section .nav-item-btn.active {
  font-weight: 600;
  background-color: #fff;
}
.nav-section .nav-item-btn.price_compare.active {
  color: rgb(3, 199, 90);
}
.nav-section .nav-item-btn.price_compare.active::after {
  width: 100%;
  background-color: rgb(3, 199, 90);
}
.nav-section .nav-item-btn.price_compare:hover:not(.active) {
  color: rgb(3, 199, 90);
  opacity: 0.8;
}
.nav-section .nav-item-btn.plus_store.active {
  color: rgb(115, 70, 243);
}
.nav-section .nav-item-btn.plus_store.active::after {
  width: 100%;
  background-color: rgb(115, 70, 243);
}
.nav-section .nav-item-btn.plus_store:hover:not(.active) {
  color: rgb(115, 70, 243);
  opacity: 0.85;
}

.wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  flex-direction: column;
  max-width: 120rem;
  margin: 0 auto;
  min-width: 120rem;
  padding-bottom: 8rem;
}
.wrap .search-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  position: relative;
}
.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: center;
  align-items: center;
  gap: 0;
  border: 2px solid transparent;
  border-radius: 3.5rem;
  background: linear-gradient(90deg, rgb(120, 67, 240) 0%, rgb(0, 195, 255) 100%);
  background-clip: padding-box;
  padding: 0.2rem;
  margin: 0 auto;
  position: relative;
}
.wrap .search-section .search-input-container .search-input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 3.5rem;
  background: #fff;
  color: #1e2229;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
  text-align: center;
  padding: 0 8rem 0 4rem;
}
.wrap .search-section .search-input-container .search-input:focus {
  outline: none;
  box-shadow: none;
}
.wrap .search-section .search-input-container .search-input:focus::-moz-placeholder {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
}
.wrap .search-section .search-input-container .search-input:focus::placeholder {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
}
.wrap .search-section .search-input-container .search-input::-moz-placeholder {
  color: #d4d4d4;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
  opacity: 1;
}
.wrap .search-section .search-input-container .search-input::placeholder {
  color: #d4d4d4;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
  opacity: 1;
}
.wrap .search-section .search-input-container input::-ms-clear,
.wrap .search-section .search-input-container input::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
.wrap .search-section .search-input-container input::-webkit-search-decoration,
.wrap .search-section .search-input-container input::-webkit-search-cancel-button,
.wrap .search-section .search-input-container input::-webkit-search-results-button,
.wrap .search-section .search-input-container input::-webkit-search-results-decoration {
  display: none;
}
.wrap .search-section .search-input-container .search-icon {
  width: 3.6rem;
  height: 3.6rem;
  background-image: url("/sellerlife/gra-search-icon.svg");
  background-size: 3.2rem 3.2rem;
  background-position: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(-50%, -50%);
  transition: ease 0.2s;
  cursor: pointer;
}
.wrap .search-section .search-input-container .search-input {
  padding-right: 11rem;
}
.wrap .search-section .search-input-container .search-button {
  border: none;
  border-radius: 2.5rem;
  background: #3868eb;
  width: 10rem;
  height: 4.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.4rem;
  position: absolute;
  right: 1rem;
}
.wrap .search-section .search-input-container .search-button::before {
  content: "+";
  font-size: 2.8rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.6rem;
}
.wrap .search-section .search-input-container .search-button:disabled {
  background-color: #ddd;
}
.wrap .search-section .search-input-container .search-button:hover {
  background-color: #2d53bc;
}
.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 .feedback-banner-wrap {
  position: absolute;
  top: 9.5rem;
  z-index: 10;
  left: -30rem;
  overflow: visible;
}
.wrap .feedback-banner-wrap .banner-link {
  display: block;
  text-decoration: none;
  position: relative;
  left: 4.15rem;
  top: 0;
}
.wrap .feedback-banner-wrap .banner-link .banner-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.wrap .feedback-banner-wrap .banner-link .banner-wrap .feedback-banner {
  display: block;
}
.wrap .feedback-banner-wrap .banner-link .banner-wrap .banner-text {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #111;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  pointer-events: none;
}
.wrap .feedback-banner-wrap .banner-link .banner-wrap .banner-text span {
  font-weight: 700;
  color: #3a48e8;
}
.wrap .feedback-banner-wrap:hover .banner-wrap {
  transform: translateY(-3px);
  transition: all 0.2s ease;
}
.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;
  width: 100%;
  padding: 1.4rem;
}
.wrap .result-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
}
.wrap .result-section:has(.card-block[data-rank-product-id="0"]:only-child) .card-block[data-rank-product-id="0"] {
  display: flex;
}
.wrap .result-section .skeleton-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  min-width: 120rem;
}
.wrap .result-section .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 .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: 4rem;
  width: 100%;
  padding: 3rem;
}
.wrap .result-section .card-block[data-rank-product-id="0"] {
  display: none;
}
.wrap .result-section .card-block .top-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.wrap .result-section .card-block .top-block .info-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  width: 95%;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .img-block {
  width: 18rem;
  height: 18rem;
  border: 1px solid #e4e8e8;
  border-radius: 0.8rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .img-block img {
  -o-object-fit: contain;
     object-fit: contain;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  flex-direction: column;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .goods-title {
  color: #1e2229;
  font-size: 2.2rem;
  font-weight: 600;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 80rem;
  text-align: start;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .goods-title:hover {
  text-decoration: underline;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  flex-direction: column;
  cursor: default;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block .price-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  height: 2rem;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block .price-info .price {
  color: #3868eb;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block .price-info .ship {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  color: #8f9499;
  font-size: 1.4rem;
  font-weight: 600;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block .price-info .ship:before {
  content: "\f0d1";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  line-height: 1.4rem;
  transition: ease 0.2s;
  color: #aeaeae;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block .price-info .product-type {
  font-size: 1.4rem;
  padding: 6px 12px;
  border-radius: 4px;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block .price-info .product-type.single {
  background-color: #e5f9ef;
  color: rgb(3, 199, 90);
  border: 1px solid rgba(3, 199, 90, 0.4);
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block .price-info .product-type.bundle {
  background-color: #f0ebff;
  color: rgb(115, 70, 243);
  border: 1px solid rgba(115, 70, 243, 0.4);
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block .price-info .product-type.pending {
  background-color: #f3f4f6;
  color: #6b7280;
  border: 1px solid #d1d5db;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block .mall-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block .mall-info .mall-name {
  color: #1e2229;
  font-size: 1.2rem;
  font-weight: 500;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block .mall-info .mall-grade-img {
  width: auto;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: 0.5rem;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .price-block .mall-info .mall-grade-name {
  color: #1e2229;
  font-size: 1.2rem;
  font-weight: 500;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .category-block,
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .tag-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  cursor: default;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .category-block .category,
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .tag-block .category {
  color: #8f9499;
  font-size: 1.2rem;
  font-weight: 500;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .category-block .tag-label,
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .tag-block .tag-label {
  color: #495364;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .category-block .tag-box,
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .tag-block .tag-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .category-block .tag-box span,
.wrap .result-section .card-block .top-block .info-wrap .info-block .goods-info .tag-block .tag-box span {
  color: #77859c;
  font-size: 1.2rem;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  white-space: nowrap;
}
.wrap .result-section .card-block .top-block .info-wrap .review-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #1e2229;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: default;
}
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-amount,
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-score,
.wrap .result-section .card-block .top-block .info-wrap .review-block .zzim,
.wrap .result-section .card-block .top-block .info-wrap .review-block .open-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-amount span,
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-score span,
.wrap .result-section .card-block .top-block .info-wrap .review-block .zzim span,
.wrap .result-section .card-block .top-block .info-wrap .review-block .open-date span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3868eb;
  margin-left: 8px;
}
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-amount i,
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-score i,
.wrap .result-section .card-block .top-block .info-wrap .review-block .zzim i,
.wrap .result-section .card-block .top-block .info-wrap .review-block .open-date i {
  margin-right: 4px;
}
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-amount i.pencil,
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-score i.pencil,
.wrap .result-section .card-block .top-block .info-wrap .review-block .zzim i.pencil,
.wrap .result-section .card-block .top-block .info-wrap .review-block .open-date i.pencil {
  width: 14px;
  height: 14px;
  background: url("/sellerlife/review/extension/pencil.png") no-repeat;
  background-size: cover;
}
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-amount i.star,
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-score i.star,
.wrap .result-section .card-block .top-block .info-wrap .review-block .zzim i.star,
.wrap .result-section .card-block .top-block .info-wrap .review-block .open-date i.star {
  width: 13px;
  height: 13.6px;
  background: url("/sellerlife/review/extension/star.png") no-repeat;
  background-size: cover;
}
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-amount i.heart,
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-score i.heart,
.wrap .result-section .card-block .top-block .info-wrap .review-block .zzim i.heart,
.wrap .result-section .card-block .top-block .info-wrap .review-block .open-date i.heart {
  width: 13.83px;
  height: 11.8px;
  background: url("/sellerlife/review/extension/heart.png") no-repeat;
  background-size: cover;
}
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-amount i.calendar,
.wrap .result-section .card-block .top-block .info-wrap .review-block .review-score i.calendar,
.wrap .result-section .card-block .top-block .info-wrap .review-block .zzim i.calendar,
.wrap .result-section .card-block .top-block .info-wrap .review-block .open-date i.calendar {
  width: 13.5px;
  height: 13.5px;
  background: url("/sellerlife/review/extension/calendar.png") no-repeat;
  background-size: cover;
}
.wrap .result-section .card-block .top-block .info-wrap .review-block > :not(.hidden) + :not(.hidden)::before {
  content: "|";
  color: #d0d4dd;
  margin: 0 16px 0 12px;
}
.wrap .result-section .card-block .top-block .info-wrap .del {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0;
  color: #8d939f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
  width: 5%;
}
.wrap .result-section .card-block .top-block .info-wrap .del:hover {
  color: #1e2229;
}
.wrap .result-section .card-block .top-block .add-keyword-wrap {
  border: none;
  border-radius: 0.8rem;
  background: #f8fafc;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  width: 100%;
}
.wrap .result-section .card-block .top-block .add-keyword-wrap input {
  border: 1px solid #e4e8e8;
  border-radius: 0.8rem;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem 2rem;
  height: 4.8rem;
  width: 99rem;
}
.wrap .result-section .card-block .top-block .add-keyword-wrap input:focus {
  border-color: #8d939f;
}
.wrap .result-section .card-block .top-block .add-keyword-wrap .add-keyword {
  border: none;
  border-radius: 0.8rem;
  background: #2b3e4f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 2rem;
  height: 4.8rem;
  word-break: keep-all;
}
.wrap .result-section .card-block .top-block .add-keyword-wrap .add-keyword:hover {
  background-color: #1e2229;
}
.wrap .result-section .card-block .top-block .table-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
  flex-direction: column;
  width: 114rem;
  border-radius: 0.8rem;
  overflow-x: auto;
  position: relative;
}
.wrap .result-section .card-block .top-block .table-wrap::-webkit-scrollbar {
  width: 0.8rem;
  height: 1rem;
  background-color: #fff;
}
.wrap .result-section .card-block .top-block .table-wrap::-webkit-scrollbar-thumb {
  background-color: #d9dce3;
  border-radius: 2.4rem;
  min-height: 4rem;
}
.wrap .result-section .card-block .top-block .table-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head,
.wrap .result-section .card-block .top-block .table-wrap .table-data {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li,
.wrap .result-section .card-block .top-block .table-wrap .table-data li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #8d939f;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem;
  border-bottom: 1px solid #d8dde7;
  min-width: 15rem;
  width: 100%;
  height: 4.6rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li[data-td=keyword],
.wrap .result-section .card-block .top-block .table-wrap .table-data li[data-td=keyword] {
  min-width: 20rem;
  max-width: 20rem;
  width: 100%;
  position: sticky;
  left: 0;
  top: auto;
  z-index: 10;
  background-color: #f8fafc;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li .keyword,
.wrap .result-section .card-block .top-block .table-wrap .table-data li .keyword {
  width: -moz-fit-content;
  width: fit-content;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li .del-keyword,
.wrap .result-section .card-block .top-block .table-wrap .table-data li .del-keyword {
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 0.4rem;
  background: #edeff2;
  cursor: pointer;
  z-index: 9;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li .del-keyword::after,
.wrap .result-section .card-block .top-block .table-wrap .table-data li .del-keyword::after {
  content: "\f00d";
  color: #77859c;
  font-family: "fontAwesome";
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li .del-keyword:hover,
.wrap .result-section .card-block .top-block .table-wrap .table-data li .del-keyword:hover {
  background-color: #d0d4dd;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li.bundle-rank,
.wrap .result-section .card-block .top-block .table-wrap .table-data li.bundle-rank {
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li.bundle-rank .rank-main,
.wrap .result-section .card-block .top-block .table-wrap .table-data li.bundle-rank .rank-main {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li.bundle-rank .bundle-info,
.wrap .result-section .card-block .top-block .table-wrap .table-data li.bundle-rank .bundle-info {
  font-size: 1.2rem;
  color: #77859c;
  line-height: 1.2;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head:has(> li:nth-child(1):last-child) > li[data-td=keyword] {
  width: 100%;
  text-align: center;
  max-width: 120rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li {
  background-color: #f8fafc;
  flex-direction: column;
  height: 6rem;
  position: relative;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li.today {
  color: #3868eb;
  font-weight: 700;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li.today::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #3868eb;
  position: absolute;
  top: 0;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li.today .review-block::before {
  color: #ffb222;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li .review-block::before {
  content: "\f005";
  font-family: "FontAwesome";
  color: #8d939f;
  margin-right: 0.2rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-head li[data-td=keyword] {
  background-color: #f8fafc;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data {
  position: relative;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  position: relative;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul.dragging {
  background-color: rgba(56, 104, 235, 0.2509803922);
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul:hover {
  background-color: #eff6ff;
  cursor: default;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul:hover li {
  background-color: #eff6ff;
  color: #3868eb;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul:hover li[data-td=keyword] {
  background-color: #eff6ff;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul:last-child li {
  border-bottom: none;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul:has(> li:nth-child(1):last-child)::after {
  content: "데이터 수집 후 표기됩니다";
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  width: calc(100% - 20rem);
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  left: 20rem;
  text-align: center;
  position: absolute;
  border-bottom: 1px solid #d8dde7;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.6rem;
  border-right: 1px dashed #e4e8e8;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li[data-td=keyword] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  background-color: #f8fafc;
  cursor: pointer;
  padding-left: 4.5rem;
  position: relative;
  color: #1e2229;
  position: sticky;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li[data-td=keyword]::before {
  content: "\f0c9";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-family: "FontAwesome";
  font-size: 1.6rem;
  font-weight: 900;
  background: linear-gradient(to bottom, #a7abb0, #d8dde7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: ease 0.2s;
  cursor: pointer;
  position: absolute;
  left: 1.6rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li[data-td=keyword] .keyword:hover {
  text-decoration: underline;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li:last-child {
  border-right: none;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .rank-change {
  color: #1e2229;
  font-size: 1.4rem;
  font-weight: 600;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .change-badge {
  color: #959fb1;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  border-radius: 0.6rem;
  background: #eff6ff;
  padding: 0 0.6rem;
  gap: 0.2rem;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .change-badge.down {
  background-color: #eff6ff;
  color: #3868eb;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .change-badge.down::before {
  content: "\f0d7";
  color: #3868eb;
  font-family: "fontAwesome";
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .change-badge.up {
  background-color: #fff0f1;
  color: #ee0412;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .change-badge.up::before {
  content: "\f0d8";
  font-family: "fontAwesome";
  color: #ee0412;
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .change-badge.stay::before {
  content: "-";
}
.wrap .result-section .card-block .top-block .table-wrap .table-data ul li .cur-page {
  color: #1e2229;
  font-size: 1.4rem;
  font-weight: 600;
}
.wrap .result-section .card-block .chart-access-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  border-radius: 0.6rem;
  background: #f8fafc;
  color: #8d939f;
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  padding: 0.6rem;
  margin-top: -1rem;
}
.wrap .result-section .card-block .top20-change-chart {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  flex-direction: column;
  width: 100%;
}
.wrap .result-section .card-block .top20-change-chart .chart-title-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.2rem;
  flex-direction: column;
}
.wrap .result-section .card-block .top20-change-chart .chart-title-block .chart-title {
  color: #1e2229;
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 1rem;
}
.wrap .result-section .card-block .top20-change-chart .chart-title-block .chart-title strong {
  color: #3868eb;
  font-size: 2.2rem;
  font-weight: 700;
}
.wrap .result-section .card-block .top20-change-chart .chart-title-block .chart-desc {
  color: #495364;
  font-size: 1.6rem;
  font-weight: 500;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 37rem;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap canvas {
  width: 100%;
  height: 100%;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip {
  width: 32rem;
  height: auto;
  box-shadow: 0 10px 20px 0 rgba(141, 147, 159, 0.6);
  border: none;
  border-radius: 0.8rem;
  background: #fff;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .tooltip-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 1rem;
  gap: 2rem;
  overflow: hidden;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .img-wrapper {
  width: 6rem;
  height: 6rem;
  border: none;
  border-radius: 0.8rem;
  overflow: hidden;
  min-width: 6rem;
  min-height: 6rem;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 6rem;
  min-height: 6rem;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .tooltip-info {
  color: #1e2229;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
  flex-direction: column;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .tooltip-info .tooltip-title {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 21rem;
  word-break: keep-all;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .tooltip-info .tooltip-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .tooltip-info .tooltip-meta .date {
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
  background: #f5f5f5;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .tooltip-info .tooltip-meta .rank {
  color: #3868eb;
  font-size: 1.4rem;
  font-weight: 600;
  background: rgba(56, 104, 235, 0.1);
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
}
.wrap .result-section .card-block .top20-change-chart .chart-wrap .custom-tooltip .tooltip-info .tooltip-meta .price {
  color: #1e2229;
  font-size: 1.4rem;
  font-weight: 700;
}

@keyframes skeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
[data-keyword-area].is-loading {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.15s ease;
}