@charset "UTF-8";
#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;
}

.ad-modal .modal-dialog-custom {
  position: relative;
  border-radius: 4rem;
  overflow: hidden;
  max-width: 88rem;
}
.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 4rem;
}
.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;
  width: 50%;
}
.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;
}

.carousel-modal .modal-dialog-custom .carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}
.carousel-modal .modal-dialog-custom .carousel-slide {
  flex: 0 0 100%;
}
.carousel-modal .modal-dialog-custom .carousel-slide img {
  width: 100%;
  display: block;
}
.carousel-modal .modal-dialog-custom .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: rgba(30, 34, 41, 0.2509803922);
  color: #fff;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  z-index: 10;
}
.carousel-modal .modal-dialog-custom .carousel-arrow:hover {
  background-color: rgba(30, 34, 41, 0.4392156863);
}
.carousel-modal .modal-dialog-custom .carousel-arrow.carousel-arrow-prev {
  left: 2rem;
}
.carousel-modal .modal-dialog-custom .carousel-arrow.carousel-arrow-next {
  right: 2rem;
}
.carousel-modal .modal-dialog-custom .carousel-dots {
  position: absolute;
  bottom: 12rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  z-index: 10;
}
.carousel-modal .modal-dialog-custom .carousel-dots .carousel-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 30rem;
  background-color: rgba(255, 255, 255, 0.3764705882);
  transition: 0.2s;
}
.carousel-modal .modal-dialog-custom .carousel-dots .carousel-dot.active {
  width: 2.4rem;
  background-color: #fff;
}
.carousel-modal .modal-dialog-custom.slide-theme-sourcing-auto .modal-footer button,
.carousel-modal .modal-dialog-custom.slide-theme-sourcing-auto .modal-footer a {
  background-color: #82d1ff;
  border-color: #82d1ff;
}
.carousel-modal .modal-dialog-custom.slide-theme-sourcing-auto .modal-footer button:hover,
.carousel-modal .modal-dialog-custom.slide-theme-sourcing-auto .modal-footer a:hover {
  background-color: #82d1ff;
}
.carousel-modal .modal-dialog-custom.slide-theme-sourcing-auto .modal-footer button:first-child,
.carousel-modal .modal-dialog-custom.slide-theme-sourcing-auto .modal-footer a:first-child {
  background-color: transparent;
  border: 1px solid #82d1ff;
  color: #82d1ff;
}
.carousel-modal .modal-dialog-custom.slide-theme-sourcing-auto .modal-footer button:first-child:hover,
.carousel-modal .modal-dialog-custom.slide-theme-sourcing-auto .modal-footer a:first-child:hover {
  background-color: rgba(130, 209, 255, 0.062745098);
}

#highclass_260119_1 .modal-footer,
#dino_260116 .modal-footer,
#shocktree_260126 .modal-footer {
  position: static;
  background-color: #fff;
  padding: 2rem 4rem;
}

#sellerlife_main_260113 .modal-footer {
  background-color: transparent;
}
#sellerlife_main_260113 .modal-footer a {
  position: relative;
}
#sellerlife_main_260113 .modal-footer a::after {
  content: "~ 2월 18일까지";
  border-radius: 5rem;
  background-color: #e62c2c;
  position: absolute;
  top: -2rem;
  left: -1rem;
  display: flex;
  padding: 0.4rem 1rem;
  font-size: 1.8rem;
  transform: rotate(-14deg);
}

#plusPayment-250811 .modal-footer button,
#plusPayment-250811 .modal-footer a {
  background-color: #3868eb;
}
#plusPayment-250811 .modal-footer button:first-child,
#plusPayment-250811 .modal-footer a:first-child {
  background-color: transparent;
  border-color: #3868eb;
  color: #3868eb;
}
#plusPayment-250811 .modal-footer button:first-child:hover,
#plusPayment-250811 .modal-footer a:first-child:hover {
  background-color: rgba(255, 255, 255, 0.062745098);
}

#cak-ct-250828 #cak-ct-ad {
  background-image: url("/sellerlife/main/img/update-modal/cak-ct-250828.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 88rem;
  height: 77rem;
  position: relative;
}
#cak-ct-250828 #cak-ct-ad a {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 36rem;
  height: 35rem;
  display: block;
  position: absolute;
  bottom: 18%;
  transition: 0.3s;
}
#cak-ct-250828 #cak-ct-ad a:hover {
  transform: scale(1.04);
}
#cak-ct-250828 #cak-ct-ad a.cak {
  background-image: url("/sellerlife/main/img/update-modal/cak-href.png");
  left: 8%;
}
#cak-ct-250828 #cak-ct-ad a.ct {
  background-image: url("/sellerlife/main/img/update-modal/ct-href.png");
  right: 8%;
}

.external-ad-modal .modal-dialog-custom {
  display: flex;
  flex-direction: column;
  overflow: visible;
  background-color: #38383d;
  overflow: hidden;
}
.external-ad-modal img {
  width: 85rem;
  margin: 0 auto;
}
.external-ad-modal .modal-footer {
  position: static;
  padding: 2rem;
  background-color: #fff;
}

#gomad-260903 .modal-dialog-custom {
  max-width: 60rem;
}
#gomad-260903 img {
  width: 100%;
  max-height: calc(100vh - 18rem);
  -o-object-fit: contain;
     object-fit: contain;
}
#gomad-260903 .modal-footer {
  gap: 1.2rem;
}
#gomad-260903 .modal-footer button,
#gomad-260903 .modal-footer a {
  min-width: 0;
  min-height: 5.4rem;
  font-size: 1.8rem;
}

#sourcinglife-taobao-260615 .modal-dialog-custom {
  position: relative;
}
#sourcinglife-taobao-260615 .modal-dialog-custom > .close-modal {
  width: 5.2rem;
  height: 5.2rem;
  position: absolute;
  top: 4.7%;
  right: 4.7%;
  z-index: 11;
  border-radius: 5rem;
}
#sourcinglife-taobao-260615 .modal-footer {
  position: absolute;
  bottom: 15%;
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  padding: 0 5.8rem;
  background: transparent;
  gap: 2rem;
}
#sourcinglife-taobao-260615 .modal-footer .taobao {
  border-radius: 2rem;
  background-color: transparent;
  color: transparent;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 2.2rem 2rem;
  width: 100%;
}
#sourcinglife-taobao-260615 .modal-footer .not-show {
  font-size: 1.6rem;
  color: transparent;
  cursor: pointer;
}