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

main .wrap .main-wrap .top-banner-wrap {
  width: 100%;
  margin-top: 8rem;
  position: relative;
}
main .wrap .main-wrap .top-banner-wrap .video-banner {
  width: 62rem;
  height: 12rem;
  margin: 0 auto;
}
main .wrap .main-wrap .top-banner-wrap .video-banner video {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  mask-image: none;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
main .wrap .main-wrap .top-banner-wrap .annual-event,
main .wrap .main-wrap .top-banner-wrap .event-banner {
  position: absolute;
  top: 0;
  right: 4rem;
  width: 19rem;
  height: 23rem;
  z-index: 38;
  border-radius: 1rem;
  overflow: hidden;
}
main .wrap .main-wrap .top-banner-wrap .annual-event .annual-event-cls,
main .wrap .main-wrap .top-banner-wrap .annual-event .event-banner-cls,
main .wrap .main-wrap .top-banner-wrap .event-banner .annual-event-cls,
main .wrap .main-wrap .top-banner-wrap .event-banner .event-banner-cls {
  position: absolute;
  top: 0.4rem;
  right: 0.6rem;
}
main .wrap .main-wrap .gnb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
main .wrap .main-wrap .gnb .gnb_search_wrap {
  width: 60rem;
  height: 7rem;
  display: block;
  position: relative;
  margin: 3rem auto;
  text-align: center;
}
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .search-input-container {
  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%);
  position: relative;
  background-clip: padding-box;
  margin: 0 auto;
  width: 60rem;
  height: 7rem;
  padding: 0.2rem;
}
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .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;
}
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .search-input-container .search-input:focus {
  outline: none;
  box-shadow: none;
}
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .search-input-container .search-input:focus::-moz-placeholder {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
}
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .search-input-container .search-input:focus::placeholder {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
}
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .search-input-container .search-input::-moz-placeholder {
  color: #d4d4d4;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
  opacity: 1;
}
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .search-input-container .search-input::placeholder {
  color: #d4d4d4;
  font-size: 2rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: auto;
  opacity: 1;
}
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .search-input-container input::-ms-clear,
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .search-input-container input::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .search-input-container input::-webkit-search-decoration,
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .search-input-container input::-webkit-search-cancel-button,
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .search-input-container input::-webkit-search-results-button,
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .search-input-container input::-webkit-search-results-decoration {
  display: none;
}
main .wrap .main-wrap .gnb .gnb_search_wrap .gnb_searching_box #keyword-search-form .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;
}
main .wrap .nav-wrap {
  min-width: 120rem;
  margin-bottom: 2rem;
  display: block;
  height: 9rem;
}
main .wrap .nav-wrap .nav-box-wrap {
  width: 120rem;
  margin: 0 auto;
  position: relative;
  padding: 0 5.5rem;
  overflow: hidden;
}
main .wrap .nav-wrap .nav-box-wrap .nav {
  width: 120rem;
  position: relative;
  transition: transform 0.5s ease-in-out;
  pointer-events: none;
  --tw-border-opacity: 0;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer {
  width: 200rem;
  height: auto;
  transition: transform 0.5s ease-in-out;
  pointer-events: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox {
  flex: 0 0 auto;
  padding: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 0.1rem solid #e4e8e8;
  border-radius: 3rem;
  background: #fff;
  padding: 0.7rem 2rem 0.7rem 1rem;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box:hover {
  background-color: #3868eb;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box:hover .nav-ttl {
  color: #fff;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box.nav-noto .icon {
  background-image: url("/sellerlife/main/gnb/noti.png");
  background-color: #ffefb8;
  background-repeat: no-repeat;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box.nav-day .icon {
  background-image: url("/sellerlife/main/gnb/reckeyword.png");
  background-color: #e0ffb8;
  background-repeat: no-repeat;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box.nav-pick .icon {
  background-image: url("/sellerlife/main/gnb/pick.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 110%;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box.nav-keyword .icon {
  background-image: url("/sellerlife/main/gnb/sosing.png");
  background-color: #d4ebff;
  background-repeat: no-repeat;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box.nav-finder .icon {
  background-image: url("/sellerlife/main/gnb/finder.png");
  background-color: #ffdbcb;
  background-repeat: no-repeat;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box.nav-scouter .icon {
  background-image: url("/sellerlife/main/gnb/scouter.png");
  background-color: #ffd4d4;
  background-repeat: no-repeat;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box.nav-soma .icon {
  background-image: url("/sellerlife/main/gnb/soma.png");
  background-color: #ffddf8;
  background-repeat: no-repeat;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box.nav-category .icon {
  background-image: url("/sellerlife/main/gnb/category.png");
  background-color: #f3f2ff;
  background-repeat: no-repeat;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box.nav-unipass .icon {
  background-image: url("/sellerlife/main/gnb/unipass.png");
  background-color: #b8ffd9;
  background-repeat: no-repeat;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box.nav-und .icon {
  background-image: url("/sellerlife/main/gnb/und.png");
  background-color: #ffefb8;
  background-repeat: no-repeat;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box.nav-translate .icon {
  background-image: url("/sellerlife/main/gnb/translate.png");
  background-color: #d2e7ff;
  background-repeat: no-repeat;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box.nav-event .icon {
  background-image: url("/sellerlife/main/gnb/event.png");
  background-color: #d2e7ff;
  background-repeat: no-repeat;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .nav-box .nav-ttl {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #2c2e30;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: -0.048rem;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .innerBox__hover-block {
  width: 9.2rem;
  height: 2.9rem;
  border: none;
  border-radius: 3rem;
  background: #f4f7fc;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.4rem;
  padding: 0.8rem 0.6rem;
  margin: 0.4rem auto 0;
  display: none;
  transition: 0.3s;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .innerBox__hover-block p {
  color: #3868eb;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -5%;
  margin: 0;
  text-wrap: nowrap;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .innerBox__hover-block .fa-chevron-up {
  color: #3868eb;
  font-size: 1rem;
  font-weight: 600;
  line-height: 0.2rem;
  letter-spacing: 0;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .innerBox__hover-block.innerBox__hover-block.active {
  display: flex;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox .innerBox__hover-block.innerBox__hover-block.active .fa-chevron-up {
  transform: rotate(180deg);
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox:hover .innerBox__hover-block {
  display: flex;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox.ad {
  position: relative;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox.ad::before {
  width: 2.2rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid #ddd;
  border-radius: 0.6rem;
  background: #fff;
  color: #ddd;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1px;
  letter-spacing: auto;
  content: "AD";
  position: absolute;
  top: 0px;
  right: 1px;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox.ad .nav-pick {
  background: linear-gradient(120deg, #35cb72 0%, #84e783 10%, #a4f490 20%, #b5fac0 30%, #c1ffe8 40%, #a6fad9 50%, #94f7d0 60%, #7bf3ce 70%, #4cedef 80%, #3febf5 90%);
  background-size: 300% 300%;
  animation: move-background 5s infinite alternate;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox.ad .nav-pick:hover {
  border: 1px solid #079455;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox.ad .nav-pick:hover .nav-ttl {
  color: #1e2229;
}
main .wrap .nav-wrap .nav-box-wrap .nav .innercontainer .innerBox.ad .nav-pick .nav-ttl {
  color: #1e2229;
}
main .wrap .nav-wrap .nav-box-wrap .btn-gra {
  width: 8rem;
  height: 5.6rem;
  position: absolute;
  top: 0;
  bottom: none;
  transform: 0;
  background: #fff;
}
main .wrap .nav-wrap .nav-box-wrap .btn-gra.btn-gra-left {
  right: none;
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
main .wrap .nav-wrap .nav-box-wrap .btn-gra.btn-gra-left .btn-left {
  transform: rotate(-90deg);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #fff;
  width: 3.2rem;
  height: 3.2rem;
}
main .wrap .nav-wrap .nav-box-wrap .btn-gra.btn-gra-left .btn-left i {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}
main .wrap .nav-wrap .nav-box-wrap .btn-gra.btn-gra-left .btn-left:hover {
  background-color: rgba(215, 220, 229, 0.2);
}
main .wrap .nav-wrap .nav-box-wrap .btn-gra.btn-gra-right {
  right: 0;
  left: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
}
main .wrap .nav-wrap .nav-box-wrap .btn-gra.btn-gra-right .btn-right {
  transform: rotate(90deg);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #fff;
  width: 3.2rem;
  height: 3.2rem;
}
main .wrap .nav-wrap .nav-box-wrap .btn-gra.btn-gra-right .btn-right i {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}
main .wrap .nav-wrap .nav-box-wrap .btn-gra.btn-gra-right .btn-right:hover {
  background-color: rgba(215, 220, 229, 0.2);
}
main .wrap .nav-wrap .nav-box-wrap .btn-gra :disabled {
  display: none;
  transform: rotate(-90deg);
  border: 1px solid #e4e8e8;
  border-radius: 50%;
  background: #fff;
  width: 3.2rem;
  height: 3.2rem;
}
main .wrap .nav-wrap .nav-box-wrap .btn-gra :disabled i {
  color: #1c1c1c;
  font-size: 1.6rem;
  font-weight: 600;
  transform: rotate(-180deg);
}
main .wrap #hoverView {
  width: 120rem;
  height: auto;
  margin: 0 auto;
  border: 1px solid #e4e8e8;
  border-radius: 2rem;
  background: #fafafa;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  min-height: 0;
  transition: visibility 0.7s, opacity 0.4s, max-height 0.4s ease-out;
}
main .wrap #hoverView.icon-info.visible {
  visibility: visible;
  opacity: 1;
  max-height: 50rem;
  margin-top: 1rem;
}
main .wrap #hoverView .info-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  padding: 3rem;
}
main .wrap #hoverView .info-flex .text-box {
  width: 50%;
  height: 31.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: auto;
  padding: 2rem 0rem 2rem 3rem;
  flex-direction: column;
}
main .wrap #hoverView .info-flex .text-box .top-text .ttl-text {
  color: #2c2e30;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: -0.12rem;
}
main .wrap #hoverView .info-flex .text-box .top-text .sub-text {
  margin: 1rem 0;
  margin-bottom: 2rem;
  color: #a1a1a1;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.08rem;
}
main .wrap #hoverView .info-flex .text-box .top-text .info-text {
  color: #6e6e6e;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
main .wrap #hoverView .info-flex .text-box .bottom-text a {
  color: #6e6e6e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: auto;
  text-decoration: underline;
}
main .wrap #hoverView .info-flex .text-box .bottom-text a.d-none {
  display: none;
}
main .wrap #hoverView .info-flex .youtube-box {
  width: 56rem;
  height: 31.5rem;
  overflow: hidden;
}
main .wrap #hoverView .info-flex .youtube-box.d-none {
  display: none;
}
main .wrap #hoverView .info-flex .youtube-box .video-2 {
  width: 100%;
  height: auto;
}
main .wrap #hoverView .info-flex .noti-img {
  flex-grow: 1;
  width: auto;
  height: 31.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-image: url("/sellerlife/main/hoverView/noti_cat.png");
  background-size: 90%;
  background-position: 8rem 6.4rem;
  background-color: none;
  background-repeat: no-repeat;
}
main .wrap .banner-wrap {
  margin: 0 auto;
  width: 120rem;
  height: 21rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
main .wrap .banner-wrap .swiper {
  width: 120rem;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
main .wrap .banner-wrap .swiper .swiper-slide {
  width: 120rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 2rem;
  position: relative;
}
main .wrap .banner-wrap .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
main .wrap .banner-wrap .swiper .swiper-slide .shipping-coupon-desc {
  position: absolute;
}
main .wrap .banner-wrap .swiper .swiper-slide .shipping-coupon-desc:nth-child(2) {
  color: #ff9bd1;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.076%;
  left: 37.5rem;
  transform: translateY(0.08rem);
}
main .wrap .banner-wrap .swiper .swiper-slide .shipping-coupon-desc:nth-child(3) {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.076%;
  right: 13.4rem;
  transform: rotate(14deg) translateY(0.3rem);
}
main .wrap .banner-wrap .banner-control-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 14.9rem;
  height: 3rem;
  border: 1px solid #e4e8e8;
  border-radius: 2rem;
  background: #fff;
  position: relative;
  margin: 1.2rem auto 0 auto;
  padding: 0.4rem 0.8rem;
}
main .wrap .banner-wrap .banner-control-box .swiper-button-next,
main .wrap .banner-wrap .banner-control-box .swiper-button-prev {
  width: 1.6rem;
  height: 2.2rem;
  position: static;
  top: 2.4rem;
  margin: 0;
  margin-right: 0.4rem;
  font-size: 1.4rem;
  font-weight: 900;
  color: #2c2e30;
}
main .wrap .banner-wrap .banner-control-box .swiper-button-next:hover,
main .wrap .banner-wrap .banner-control-box .swiper-button-prev:hover {
  color: #3868eb;
}
main .wrap .banner-wrap .banner-control-box .swiper-button-next::after,
main .wrap .banner-wrap .banner-control-box .swiper-button-prev::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1.2rem 1rem;
  cursor: pointer;
}
main .wrap .banner-wrap .banner-control-box .swiper-button-next {
  transform: rotate(90deg);
}
main .wrap .banner-wrap .banner-control-box .swiper-button-prev {
  margin-right: 0.8rem;
  transform: rotate(-90deg);
}
main .wrap .banner-wrap .banner-control-box button {
  width: 1.6rem;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  border: none;
  border-radius: none;
  background: #fff;
}
main .wrap .banner-wrap .banner-control-box button.play {
  top: 0;
  padding: 0 0.4rem;
}
main .wrap .banner-wrap .banner-control-box button.play::before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
main .wrap .banner-wrap .banner-control-box button.stop {
  top: 0;
  display: none;
  padding: 0 0.4rem;
}
main .wrap .banner-wrap .banner-control-box button.stop::before {
  content: "\f04c";
  font-family: "FontAwesome";
  font-size: 1.6rem;
  display: block;
  text-align: center;
}
main .wrap .banner-wrap .banner-control-box .swiper-pagination-banner {
  color: #acb9b9;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 22.4rem;
  letter-spacing: auto;
  width: 3.8rem;
  text-wrap: nowrap;
  position: static;
}
main .wrap .banner-wrap .banner-control-box .swiper-pagination-banner .swiper-pagination-current {
  color: #3868eb;
  display: inline-block;
  width: 1.4rem;
  text-align: end;
}

section.keyword-ranking-wrap {
  background: linear-gradient(90deg, rgb(231, 255, 255) 0%, rgb(241, 242, 255) 100%);
  min-width: 120rem;
  padding-bottom: 8rem;
}
section.keyword-ranking-wrap .section-wrap {
  width: 120rem;
  height: 75.9rem;
  margin: 4rem auto 0 auto;
  padding-top: 4rem;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: auto;
  gap: 0.4rem;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn .smc-b {
  color: #2c2e30;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: auto;
  width: 100%;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.top .btn-title {
  color: #2c2e30;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: auto;
  width: 8rem;
  margin: 0;
  text-wrap: nowrap;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.top .btn-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: auto;
  gap: 0.4rem;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.top .btn-wrap .age-btn {
  border: 1px solid #94aef4;
  border-radius: 2rem;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: auto;
  padding: 0.9rem 1.1rem;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.top .btn-wrap .age-btn:hover {
  border: 1px solid #3868eb;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.5647058824);
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.top .btn-wrap .age-btn:hover p {
  color: #3868eb;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.top .btn-wrap .age-btn p {
  color: #959fb1;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: auto;
  height: 1.4rem;
  margin: 0;
  text-wrap: nowrap;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.top .btn-wrap .age-btn.active {
  border: 1px solid #3868eb;
  border-radius: 2rem;
  background: #fff;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.top .btn-wrap .age-btn.active p {
  color: #3868eb;
  font-weight: 800;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom {
  margin-top: 1rem;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .smc-b {
  width: 8rem;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-title {
  color: #2c2e30;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: auto;
  width: 8rem;
  margin: 0;
  text-wrap: nowrap;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.4rem;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: auto;
  border: 1px solid #9d90e9;
  border-radius: 2rem;
  background: transparent;
  padding: 0.8rem 1rem 0.8rem 0.8rem;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn p {
  text-wrap: nowrap;
  height: 1.4rem;
  margin: 0;
  color: #9d90e9;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: auto;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn .icon {
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.4rem;
  background-repeat: no-repeat;
  background-position: 50%;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn .icon.all {
  background: #8688c1;
  border: none;
  border-radius: 50%;
  background: #9d90e9;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: auto;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn .icon.fashion {
  background-image: url("/sellerlife/main/ranking-icon/fashion.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn .icon.shoes {
  background-image: url("/sellerlife/main/ranking-icon/shoes.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn .icon.cosmetics {
  background-image: url("/sellerlife/main/ranking-icon/cosmetics.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn .icon.digital {
  background-image: url("/sellerlife/main/ranking-icon/digital.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn .icon.interior {
  background-image: url("/sellerlife/main/ranking-icon/interior.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn .icon.baby {
  background-image: url("/sellerlife/main/ranking-icon/baby.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn .icon.food {
  background-image: url("/sellerlife/main/ranking-icon/food.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn .icon.sports {
  background-image: url("/sellerlife/main/ranking-icon/sports.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn .icon.life {
  background-image: url("/sellerlife/main/ranking-icon/life.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn .icon.tour {
  background-image: url("/sellerlife/main/ranking-icon/tour.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover {
  background-color: rgba(255, 255, 255, 0.5647058824);
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active {
  background-color: #fff;
  border-color: #4f39d8;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active p {
  font-weight: 800;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover p, section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active p {
  color: #4f39d8;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover .all, section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active .all {
  border: none;
  border-radius: 50%;
  background: #4f39d8;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.9rem;
  letter-spacing: auto;
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover .icon.fashion, section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active .icon.fashion {
  background-image: url("/sellerlife/main/ranking-icon/fashion-hover.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover .icon.shoes, section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active .icon.shoes {
  background-image: url("/sellerlife/main/ranking-icon/shoes-hover.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover .icon.cosmetics, section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active .icon.cosmetics {
  background-image: url("/sellerlife/main/ranking-icon/cosmetics-hover.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover .icon.digital, section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active .icon.digital {
  background-image: url("/sellerlife/main/ranking-icon/digital-hover.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover .icon.interior, section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active .icon.interior {
  background-image: url("/sellerlife/main/ranking-icon/interior-hover.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover .icon.baby, section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active .icon.baby {
  background-image: url("/sellerlife/main/ranking-icon/baby-hover.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover .icon.food, section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active .icon.food {
  background-image: url("/sellerlife/main/ranking-icon/food-hover.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover .icon.sports, section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active .icon.sports {
  background-image: url("/sellerlife/main/ranking-icon/sports-hover.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover .icon.life, section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active .icon.life {
  background-image: url("/sellerlife/main/ranking-icon/life-hover.png");
}
section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn:hover .icon.tour, section.keyword-ranking-wrap .section-wrap .ranking-btn.ranking-btn.bottom .btn-wrap .category-btn.active .icon.tour {
  background-image: url("/sellerlife/main/ranking-icon/tour-hover.png");
}
section.keyword-ranking-wrap .keyword-ranking-bottom {
  width: 120rem;
  height: 58rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 2rem;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0rem;
  border: 1px solid #e4e8e8;
  border-radius: 2rem;
  background: #fff;
  width: 30rem;
  height: 59rem;
  flex-direction: column;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .keyword-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0rem;
  width: 100%;
  height: 6rem;
  padding: 2rem 1.2rem 0 2.4rem;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .keyword-top .top-text {
  color: #2c2e30;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: auto;
  margin: 0;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .keyword-top .top-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .keyword-top .top-btn-wrap button {
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  border: none;
  border-radius: 0rem;
  background: #fff;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .keyword-top .top-btn-wrap button#prevButton {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #fff;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .keyword-top .top-btn-wrap button#prevButton i {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  transform: rotate(-90deg);
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .keyword-top .top-btn-wrap button#prevButton:hover {
  background-color: rgba(215, 220, 229, 0.2);
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .keyword-top .top-btn-wrap button#nextButton {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #fff;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .keyword-top .top-btn-wrap button#nextButton i {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  transform: rotate(90deg);
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .keyword-top .top-btn-wrap button#nextButton:hover {
  background-color: rgba(215, 220, 229, 0.2);
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .keyword-top .top-btn-wrap button:disabled {
  opacity: 0.2;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap {
  width: 30rem;
  height: 48.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  overflow: hidden;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap {
  display: flex;
  transition: transform 0.4s ease;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-10, section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-20 {
  flex: 0 0 100%;
  height: 50rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-10 li, section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-20 li {
  width: 30rem;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-10 li a, section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-20 li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 30rem;
  height: 4.8rem;
  border-left: 0.2rem solid #fff;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-10 li a:hover, section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-20 li a:hover {
  border-left: 0.2rem solid #00caa1;
  background: linear-gradient(90deg, rgba(0, 202, 161, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-10 li .ranking-no, section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-20 li .ranking-no {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  display: inline-block;
  text-align: center;
  line-height: 5rem;
  color: #555555;
  font-size: 1.6rem;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-10 li .ranking-name, section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-20 li .ranking-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 20rem;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-10 li .ranking-name p, section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-20 li .ranking-name p {
  color: #2c2e30;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: auto;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-10 li .ranking-icon .rankin-down, section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-20 li .ranking-icon .rankin-down {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-10 li .ranking-icon .rankin-down::before, section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-20 li .ranking-icon .rankin-down::before {
  content: "\f0d8";
  font-family: "FontAwesome";
  color: #00caa1;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: normal;
  transform: rotate(180deg);
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-10 li .ranking-icon .rankin-stay, section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-20 li .ranking-icon .rankin-stay {
  width: 5rem;
  height: 5rem;
  color: #555555;
  font-size: 1.6rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-10 li .ranking-icon .rankin-up, section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-20 li .ranking-icon .rankin-up {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-10 li .ranking-icon .rankin-up::before, section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .ranking-slide-wrap .ranking-wrap ul.ranking-20 li .ranking-icon .rankin-up::before {
  content: "\f0d8";
  font-family: "FontAwesome";
  color: #ee0412;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: normal;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .keyword-ranking .date-day {
  width: 100%;
  color: #878787;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: auto;
  padding: 1rem 0 1.8rem 2.4rem;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking {
  width: 88rem;
  height: 59rem;
  border: 1px solid #e4e8e8;
  border-radius: 2rem;
  background: #fff;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking p {
  color: #2c2e30;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: auto;
  width: 100%;
  height: 6.4rem;
  margin: 0;
  padding: 2rem 0 0 2.4rem;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper {
  width: 84rem;
  height: auto;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide {
  width: 84rem;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem 1rem;
  flex-wrap: wrap;
  overflow: hidden;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide .product {
  width: 16rem;
  height: 22.5rem;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
  flex-direction: column;
  position: relative;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide a .product-no {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  color: #fff;
  background-color: #2c2e30;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide a .product-img {
  width: 16rem;
  height: 15rem;
  flex-shrink: 0;
  overflow: hidden;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide a .product-img img {
  width: 100%;
  height: 100%;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide a .product-name {
  width: 16rem;
  height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: auto;
  color: #2c2e30 !important;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide a .product-pre {
  width: 16rem;
  height: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  line-height: 1.5rem;
  text-wrap: nowrap;
  flex-wrap: wrap;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide a .product-pre .won {
  color: #2c2e30;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: auto;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide a .product-pre .won span {
  color: #2c2e30;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: auto;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide a .product-pre .percentagr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide a .product-pre .percentagr span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .swiper-wrapper .swiper-slide a .product-pre .percentagr span.free::before {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid #3868eb;
  border-radius: 0.4rem;
  background: #fff;
  padding: 0.2em 0.4rem 0.1rem 0.4rem;
  content: "무료배송";
  color: #3868eb;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: auto;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .ranking-control-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.9rem;
  position: relative;
  margin-top: 1.6rem;
  height: 2.4rem;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .ranking-control-box .pagination-box {
  width: 71rem;
  height: 0.2rem;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .ranking-control-box .pagination-box .swiper-pagination {
  position: static;
  width: 71rem;
  background-color: #e4e8e8;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .ranking-control-box .pagination-box .swiper-pagination span {
  background-color: #000;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .arrow-box {
  width: 11.1rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  position: relative;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .arrow-box .swiper-button-next::after {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 1.4em;
  content: "";
  font-family: "FontAwesome";
  content: "\f061";
  color: #2c2e30;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .arrow-box .swiper-button-prev::after {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 1.4rem;
  content: "";
  font-family: "FontAwesome";
  content: "\f061";
  color: #2c2e30;
  transform: rotate(180deg);
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .arrow-box .swiper-pagination1 {
  width: 4.3rem;
  color: #a1a1a1;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
section.keyword-ranking-wrap .keyword-ranking-bottom .product-ranking .product-swiper .arrow-box .swiper-pagination1 .swiper-pagination-current {
  color: #2c2e30;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: auto;
}
section.youtube-wrap {
  width: 120rem;
  margin: 0 auto;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
section.youtube-wrap .top {
  padding: 0 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
section.youtube-wrap .top p {
  color: #2c2e30;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2.28rem;
  letter-spacing: auto;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.8rem;
}
section.youtube-wrap .top .update {
  border: none;
  border-radius: 1.8rem;
  background: #ff616a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0.2rem 0.8rem;
}
section.youtube-wrap .top .update::after {
  content: "UPDATE";
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: normal;
}
section.youtube-wrap .swiper {
  margin-top: 1rem;
}
section.youtube-wrap .swiper .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
section.youtube-wrap .swiper .swiper-wrapper .swiper-slide {
  width: 28.5rem;
  height: 21.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  flex-direction: column;
  padding: 0 7.2 0.5rem;
}
section.youtube-wrap .swiper .swiper-wrapper .swiper-slide .youtube-img {
  width: 28.5rem;
  height: 16rem;
  border-radius: 1rem;
  overflow: hidden;
}
section.youtube-wrap .swiper .swiper-wrapper .swiper-slide .youtube-img img {
  width: 100%;
  height: 100%;
}
section.youtube-wrap .swiper .swiper-wrapper .swiper-slide .youtube-name {
  color: #2c2e30;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: auto;
  width: 96%;
  height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: keep-all;
}
section.youtube-wrap .banner-control-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 14.9rem;
  height: 3rem;
  border: 1px solid #e4e8e8;
  border-radius: 2rem;
  background: #fff;
  position: relative;
  margin: 1.2rem auto 0 auto;
  padding: 0.4rem 0.8rem;
}
section.youtube-wrap .banner-control-box .swiper-button-next,
section.youtube-wrap .banner-control-box .swiper-button-prev {
  width: 1.2rem;
  height: 2.2rem;
  position: static;
  top: 2.4rem;
  margin: 0;
  margin-right: 0.4rem;
}
section.youtube-wrap .banner-control-box .swiper-button-next::after,
section.youtube-wrap .banner-control-box .swiper-button-prev::after {
  width: 1.2rem;
  height: 2.2rem;
  content: "";
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1.2rem 1rem;
  cursor: pointer;
}
section.youtube-wrap .banner-control-box .swiper-button-next {
  width: 2.4rem;
  transform: rotate(180deg);
}
section.youtube-wrap .banner-control-box .swiper-button-next::after {
  background-image: url(./img/arrow-l.png);
}
section.youtube-wrap .banner-control-box .swiper-button-prev::after {
  background-image: url(./img/arrow-r.png);
}
section.youtube-wrap .banner-control-box button {
  width: 1.6rem;
  margin-right: 0.4rem;
  border: none;
  border-radius: none;
  background: #fff;
}
section.youtube-wrap .banner-control-box button.play {
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("./img/play-button.png");
  background-size: 1rem 1rem;
  background-position: 50%;
  background-color: none;
  background-repeat: no-repeat;
}
section.youtube-wrap .banner-control-box button.stop {
  width: 1.4rem;
  height: 1.4rem;
  display: none;
  background-image: url("./img/stop-button.png");
  background-size: 0.6rem 1rem;
  background-position: 50%;
  background-color: none;
  background-repeat: no-repeat;
}
section.youtube-wrap .banner-control-box .swiper-pagination-banner {
  color: #acb9b9;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 22.4rem;
  letter-spacing: auto;
  width: 3.8rem;
  text-wrap: nowrap;
  position: static;
}
section.youtube-wrap .banner-control-box .swiper-pagination-banner .swiper-pagination-current {
  color: #3868eb;
  display: inline-block;
  width: 1.4rem;
  text-align: end;
}
section.youtube-wrap .swiper-wrapper {
  transition-timing-function: linear;
}

@keyframes move-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}#expireLightMembership .modal-dialog-default {
  max-width: 60rem;
  border-radius: 2rem;
  overflow: hidden;
}
#expireLightMembership .modal-dialog-default .modal-body-default {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  flex-direction: column;
  background-color: #fff;
  padding: 3rem;
  border-bottom-width: 0px;
}
#expireLightMembership .modal-dialog-default .modal-body-default .fa-circle-exclamation {
  color: #3868eb;
  font-size: 5rem;
}
#expireLightMembership .modal-dialog-default .modal-body-default .body-title {
  font-size: 3rem;
  color: #1e2229;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.012rem;
}
#expireLightMembership .modal-dialog-default .modal-body-default .body-desc {
  font-size: 1.8rem;
  color: #94a1b0;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.088rem;
  text-align: center;
  word-break: keep-all;
  white-space: normal;
  overflow-wrap: break-word;
}
#expireLightMembership .modal-dialog-default .modal-body-default .body-badge {
  border: none;
  border-radius: 5rem;
  background-color: #f9f9fa;
  padding: 0.6rem 2rem;
  font-size: 1.8rem;
  color: #3868eb;
  font-weight: 600;
  line-height: 150%;
}
#expireLightMembership .modal-dialog-default .modal-footer {
  padding: 3rem;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
}
#expireLightMembership .modal-dialog-default .modal-footer button,
#expireLightMembership .modal-dialog-default .modal-footer a {
  border: none;
  border-radius: 5rem;
  background-color: #3868eb;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.036rem;
}
#expireLightMembership .modal-dialog-default .modal-footer button:hover,
#expireLightMembership .modal-dialog-default .modal-footer a:hover {
  background-color: #2d53bc;
}
#expireLightMembership .modal-dialog-default .modal-footer button {
  border: 1px solid #d7dce5;
  border-radius: 5rem;
  background-color: #fff;
  color: #858a93;
}
#expireLightMembership .modal-dialog-default .modal-footer button:hover {
  background-color: #f7f8fa;
}

#sellerpick-250610 .modal-dialog-custom {
  position: relative;
  border-radius: 4rem;
  overflow: hidden;
}
#sellerpick-250610 .modal-dialog-custom .fa-xmark {
  position: absolute;
  cursor: pointer;
  font-size: 3.2rem;
  color: #fff;
  top: 3.1%;
  right: 3.1%;
}
#sellerpick-250610 .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;
}
#sellerpick-250610 .modal-footer button,
#sellerpick-250610 .modal-footer a {
  border-radius: 30rem;
  background-color: #15151d;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  min-width: 39rem;
  min-height: 6rem;
}
#sellerpick-250610 .modal-footer button:first-child,
#sellerpick-250610 .modal-footer a:first-child {
  border: 1px solid #15151d;
  border-radius: 30rem;
  color: #15151d;
  font-size: 2rem;
  font-weight: 500;
  transition: 0.2s;
  background-color: transparent;
}
#sellerpick-250610 .modal-footer button:first-child:hover,
#sellerpick-250610 .modal-footer a:first-child:hover {
  background-color: rgba(255, 255, 255, 0.062745098);
}
#sellerpick-250610 .modal-footer button:hover,
#sellerpick-250610 .modal-footer a:hover {
  background-color: #262633;
}