@charset "UTF-8";
/*
	comment:	통합프로모션
	pages:		/cjom/event/cjsalefesta/202211_cjsalefesta.html
*/

[class*='ing-'] {
  font-weight: normal;
}
/* 띠배너 */
.primeWeek {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.primeWeek img {
  vertical-align: top;
}
.primeWeek .blind {
  position: absolute !important;
  padding: 0 !important;
}

/* 쿠폰 영역 */
.coupon__wrap {
  position: relative;
}
.coupon__wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  background: url(/cjom/event/cjsalefesta/25_03_images/ico_plus.png) no-repeat 50% 50%;
  background-size: 100% auto;
  transform: translate(-50%, -50%);
}
.coupon__box {
  display: block;
  position: relative;
  width: 358px;
  height: 160px;
  background: #1ba774;
  border: 2px solid #1ba774;
  overflow: hidden;
}
.coupon__box::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 67px;
  width: 355px;
  height: 355px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.coupon__box .inner__cont {
  position: relative;
  padding: 30px 32px 0;
  color: #666;
  text-align: left;
  line-height: 1.3;
}
.coupon__box .inner__cont strong {
  font-size: 16px;
  font-weight: bold;
}
.coupon__box .inner__cont .coupon__title {
  display: block;
  font-size: 36px;
  color: #000;
  line-height: 1;
}
.coupon__box .inner__cont span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
.coupon__box button {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 100%;
  background: url(/cjom/event/cjsalefesta/25_04_images/ico_download.png) no-repeat 50% 50%;
  background-size: 27px auto;
}
.coupon__box.double {
  width: 232px;
  height: 138px;
}
.coupon__box.double::before {
  right: 42px;
  width: 248px;
  height: 248px;
}
.coupon__box.double .inner__cont {
  padding: 20px 28px 0;
}
.coupon__box.double .coupon__title {
  font-size: 50px;
  line-height: 1;
}
.coupon__box.double .coupon__title > em {
  font-size: 34px;
}
.coupon__box.double .coupon__title + span {
  margin-top: 6px;
}
.coupon__box.point {
  width: 232px;
  height: 138px;
}
.coupon__box.point .inner__cont {
  padding: 20px 28px 0;
  color: #fff;
}
.coupon__box.point::before {
  right: 42px;
  width: 248px;
  height: 248px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 20.82%);
}
.coupon__box.point .coupon__title {
  font-size: 40px;
  color: #fff;
  line-height: 1.25;
}
.coupon__box.point .coupon__title + span {
  margin-top: 6px;
}

.coupon__box.complete {
  border-color: #ccc;
  background: #ccc;
}
.coupon__list .coupon__box .coupon__title + span {
  margin-top: 16px;
}
.coupon__wrap .coupon__box + .coupon__box {
  margin-top: 0;
}

.primeWeek .btn {
  border-radius: 8px;
  box-sizing: border-box;
}
.primeWeek .btn__black {
  display: inline-block;
  width: 480px;
  height: 64px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 48px;
  background: #111;
}
.primeWeek .btn__black.complete {
  background: #ccc;
  opacity: 1;
}

.primeWeek .btn__link {
  display: inline-block;
  height: 40px;
  font-size: 15px;
  color: #111;
  border: 1px solid #ddd;
  line-height: 38px;
  background: none;
  border-radius: 8px;
  box-sizing: border-box;
}
.primeWeek .btn__link.type2 {
  width: 480px;
  height: 64px;
  font-size: 18px;
  color: #111;
  font-weight: bold;
  text-align: center;
  border: 1px solid #111;
  line-height: 62px;
}
.primeWeek a.btn__link.type2 {
  padding-top: 20px;
  line-height: 20px;
}

.primeWeek .btn__link.type3 {
  width: 480px;
  height: 64px;
  font-size: 18px;
  color: #111;
  font-weight: bold;
  text-align: center;
  border: 1px solid #999;
  line-height: 62px;
}
.primeWeek .ico__download {
  display: inline-block;
  width: 16px;
  height: 48px;
  margin-left: 4px;
  background: url(/cjom/event/cjsalefesta/25_03_images/ico_download.png) no-repeat 0 50%;
  background-size: 100% auto;
  vertical-align: bottom;
}
.primeWeek .ico__arrow {
  display: inline-block;
  width: 10px;
  height: 48px;
  margin-left: 4px;
  background-image: url(/cjom/event/cjsalefesta/25_04_images/ico_link_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
  vertical-align: bottom;
}
.primeWeek .ico__arrow.type2 {
  width: 10px;
  height: 20px;
  background-image: url(/cjom/event/cjsalefesta/25_03_images/ico_link_arrow2.png);
  vertical-align: -4px;
}

.primeWeek a.btn__black {
  padding-top: 20px;
  line-height: 22px;
}
.primeWeek a.btn__black .ico__arrow {
  height: 20px;
  vertical-align: -2px;
}

@keyframes floatImg1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes floatImg2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes floatImg3 {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
}
@keyframes floatImg4 {
  0%,
  100% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes changeImg {
  0%,
  100% {
    background-image: url(/cjom/event/cjsalefesta/25_04_images/deco_kv5_1.png);
  }
  50% {
    background-image: url(/cjom/event/cjsalefesta/25_04_images/deco_kv5_2.png);
  }
}
.primeWeek [class^='deco__'] {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}

/* 띠배너 */
.line-banner {
  height: 52px;
  line-height: 52px;
  background: #1a1a7b;
}
.line-banner a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

/* top_visual */
.primeWeek .top_visual {
  position: relative;
  width: 100%;
  height: 379px;
  background: url(/cjom/event/25_10_event/primeWeek/images/pc/bg_kivisual.jpg) 50% 0 no-repeat;
  background-size: 1920px auto;
  overflow: hidden;
}
.primeWeek .top_visual .inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.primeWeek .inner__contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* 배너 */
.primeWeek .top_banner {
  width: 100%;
  height: 90px;
  background: #911818 url(/cjom/event/25_10_event/primeWeek/images/mo/top_banner.jpg) no-repeat center;
  background-size: contain;
}
.primeWeek .top_banner a {
  display: flex;
  height: 100%;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 26px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 탭 */
.primeWeek .top_tab_wrap {
  position: relative;
  height: 254px;
}
.primeWeek .top_tab_wrap .compactFixed {
  left: 0 !important;
  right: 0;
}
.primeWeek .top_tab_wrap .nav {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 254px;
  margin: 0 auto;
  text-align: center;
  background-color: #000;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding-top: 29px;
  box-sizing: border-box;
}
.primeWeek .top_tab_wrap .nav .nav_title {
  font-size: 38px;
  line-height: 54px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.primeWeek .top_tab_wrap .nav ul {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  gap: 24px;
}
.primeWeek .top_tab_wrap .nav ul:after {
  content: '';
  display: block;
  clear: both;
}
.primeWeek .top_tab_wrap ul li {
  position: relative;
  width: auto;
  text-align: center;
}
.primeWeek .top_tab_wrap ul li a {
  display: block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.primeWeek .top_tab_wrap ul li a span {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  opacity: 0.6;
}
.primeWeek .top_tab_wrap ul li.active a span {
  font-weight: bold;
  opacity: 1;
}

/* 프라임 멤버십 가입비 0원 영역 */
.primeWeek .benefit1--wrap {
  position: relative;
  width: 100%;
  height: 478px;
  background: url(/cjom/event/25_10_event/primeWeek/images/pc/bg_benefit1.jpg) 50% 0 no-repeat;
  background-size: 1920px auto;
}
.primeWeek .benefit1--wrap:before {
  content: '';
  position: absolute;
  width: 38px;
  height: 29px;
  background: url(/cjom/event/25_10_event/primeWeek/images/pc/benefit1-deco.png) no-repeat;
  background-size: 100%;
  top: -17px;
  left: 50%;
}
.primeWeek .benefit1--wrap .section__title p > span {
  color: #1ba774;
}
.primeWeek .benefit1--wrap .bubble {
  position: absolute;
  top: 339px;
  left: 50%;
  width: 188px;
  height: 36px;
  margin-left: -94px;
  background: url(/cjom/event/25_10_event/primeWeek/images/pc/bubble.png) no-repeat;
  animation: floatImg2 1.6s ease-in-out infinite;
}
.primeWeek .benefit1--wrap .btn {
  position: absolute;
  width: 480px;
  height: 64px;
  top: 359px;
  left: 50%;
  transform: translateX(-50%);
}

/* 선택한 혜택 응모하기 영역 */
.primeWeek .benefit2--wrap {
  padding: 40px 0 42px;
}
.primeWeek .benefit2--wrap .inner__contents {
  text-align: center;
}
.primeWeek .benefit2--wrap .badge {
  width: 139px;
  height: 29px;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 29px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background: #dfdfdf;
  margin: 0 auto;
}
.primeWeek .benefit2--wrap .section__title {
  font-size: 38px;
  line-height: 57px;
  color: #000;
  margin-top: 7px;
  text-align: center;
}
.primeWeek .benefit2--wrap .section__title + p {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 26px;
  margin-top: 5px;
}
.primeWeek .benefit2--wrap .evt-vote {
  padding: 15px 0 0;
}
.primeWeek .benefit2--wrap .evt-vote .vote-list {
  display: flex;
  width: 332px;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
}
.primeWeek .benefit2--wrap .evt-vote .vote-list li {
  width: 100%;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  margin: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 10px 12px;
  padding-right: 50px;
}
.primeWeek .benefit2--wrap .evt-vote .vote-list li:has(.on) {
  border: 1px solid #b66d0c;
}
.primeWeek .benefit2--wrap .evt-vote .vote-list li .thumb img {
  display: block;
  position: static;
  transform: translate(0, 0);
  border-radius: 0;
  object-fit: none;
}
.primeWeek .benefit2--wrap .evt-vote .vote-list .vote-list-top {
  display: flex;
}
.primeWeek .benefit2--wrap .evt-vote .vote-list .vote-list-top em{
  font-size:12px;
  color:#9b9b9b;
  font-weight: 500;
  line-height: 16px;
  margin-top:5px;
}
.primeWeek .benefit2--wrap .evt-vote .vote-list .vote-list-top p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  color: #000;
  text-align: left;
  line-height: 23px;
  font-weight: 600;
}
.primeWeek .benefit2--wrap .evt-vote .vote-list .vote-list-top p span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  line-height: 15px;
}
.primeWeek .benefit2--wrap .evt-vote .vote-list .vote-list-top .thumb {
  width: 74px;
  /* height: 83px; */
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.primeWeek .benefit2--wrap .evt-vote .vote__btn--area {
  margin: 24px 0 0;
  text-align: center;
}
.primeWeek .benefit2--wrap .evt-vote .vote__btn--area .btn__black:disabled {
  text-align: center;
  background: #d6d6d6;
  cursor: auto;
}
.primeWeek .benefit2--wrap .evt-vote .vote__btn--area .btn__preview--vote {
  display: block;
  margin: 36px auto 0;
  font-size: 16px;
  color: #e6613f;
  text-decoration: underline;
  border: 0;
}
.primeWeek .benefit2--wrap .evt-vote .vote__info {
  display: inline-block;
  text-align: left;
  margin-top: 10px;
}
.primeWeek .benefit2--wrap .evt-vote .vote__info p {
  position: relative;
  font-size: 18px;
  line-height: 27px;
  color: #1e1e1e;
}
.primeWeek .benefit2--wrap .evt-vote .vote__info p::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -12px;
  width: 4px;
  height: 4px;
  background: #1e1e1e;
  border-radius: 50%;
}

.primeWeek .benefit2--wrap .evt-vote .vote-list li .input-radio {
  top: 50%;
  left: auto;
  right: -34px;
  transform: translateY(-50%);
  width: 28px;
  height: 26px;
  background: url(/cjom/event/25_10_event/primeWeek/images/pc/ico_checkbox.png) no-repeat 0 0;
  background-size: 28px 26px;
}
.primeWeek .benefit2--wrap .evt-vote .vote-list li .input-radio.on {
  background: url(/cjom/event/25_10_event/primeWeek/images/pc/ico_checkbox_on.png) no-repeat 0 0;
}

.primeWeek .benefit2--wrap .evt-vote .vote-list li .input-radio.on + .thumb:after {
  display: none;
}

/* 프라임 멤버십 전용 혜택 영역 */
.primeWeek .benefit3--wrap {
  position: relative;
  padding: 37px 0 62px;
  background: #f7f1e3;
}
.primeWeek .benefit3--wrap .deco {
  position: absolute;
  left: 50%;
  top: -129px;
  transform: translateX(-420px);
}
.primeWeek .benefit3--wrap .section__title {
  text-align: center;
}
.primeWeek .benefit3--wrap .section__title p {
  font-size: 38px;
  line-height: 57px;
  font-weight: 600;
}
.primeWeek .benefit3--wrap .section__title span {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.primeWeek .benefit3--wrap .swiper {
  padding-bottom: 24px;
}
.primeWeek .benefit3--wrap .scrolling-swiper {
  margin-top: 15px;
}

.primeWeek .benefit3--wrap .product__btn--area {
  text-align: center;
}
.primeWeek .benefit3--wrap .product__btn--area .btn__black {
  font-size: 20px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
}

/* 꼭알아두세요 */
#slot_acd2{
  margin-top:24px;
}
.primeWeek .accordion__notice--wrap {
  display: block;
  width: 628px;
  margin: 48px auto 67px;
  text-align: center;
  border: 0;
  box-sizing: border-box;
  background: none;
}
.primeWeek .accordion__notice--wrap p {
  font-size:16px;
  font-weight: 700;
  line-height: 21px;
  color:#000;
  text-align: left;
}
.primeWeek .accordion__notice--wrap .accordion__anchor {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 22px;
  color: #333;
  border-bottom: 1px solid #333;
}
.primeWeek .accordion__notice--wrap .accordion__anchor:before {
  content: '';
  position: absolute;
  top: 3px;
  left: -22px;
  width: 17px;
  height: 17px;
  background: url(/cjom/web/images/icon/ico_evt_notice_info_black.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.primeWeek .accordion__notice--wrap .accordion__anchor .accordion__arrow {
  position: absolute;
  top: 5px;
  right: -20px;
  margin-right: 0;
  width: 14px;
  height: 14px;
  background: url(/cjom/web/images/icon/ico_evt_notice_arrow_black.png) no-repeat 50% 50%;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.primeWeek .accordion__notice--wrap .accordion__anchor.active .accordion__arrow {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.primeWeek .accordion__notice--wrap .accordion__notice--list {
  width: 100%;
  margin-top:0;
}
.primeWeek .accordion__notice--wrap .accordion__notice--list li {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  color: #585858;
  text-align: left;
  line-height: 1.3;
}
.primeWeek .accordion__notice--wrap .accordion__notice--list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 2px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #585858;
}

/* 세일페스타 상품 스와이프 */
.primeWeek .swiper {
  position: relative;
  width: 1160px;
  padding-bottom: 43px;
  overflow: hidden;
}
.primeWeek .swiper-slide .product-list {
  display: flex;
  width: 1280px;
  margin-top: 0;
  padding: 0;
}
.primeWeek .swiper-slide .product-list > li {
  padding: 0;
}
.primeWeek .swiper-slide .product-list > li + li {
  margin-left: 28px;
}
.primeWeek .swiper-slide .product-list .product-list-top {
  height: auto;
  margin-bottom: 0;
}
.primeWeek .swiper-slide .product-list .product-list-cont {
  margin-top: 6px;
}
.primeWeek .swiper-slide .product-item .title {
  display: -webkit-box;
  max-height: 42px;
  margin: 16px 0 0;
  padding-right: 0;
  font-size: 15px;
  color: #333;
  letter-spacing: -0.5px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.primeWeek .swiper-slide .product-item .title + .price-info {
  margin-top: 6px;
}
.primeWeek .swiper-slide .product-item .price-info {
  margin-top: 21px;
  line-height: 1;
}
.primeWeek .swiper-slide .product-item .btn-cart {
  top: 135px;
}
.primeWeek .swiper-slide .product-item .product-price-primediscount {
  margin: 6px 0;
  color: #b00000;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.primeWeek .swiper-slide .product-item .product-price-primediscount .price {
  color: #b00000;
  font-size: 17px;
  font-weight: bold;
}
.primeWeek .swiper-slide .product-item .badge-o-ne {
  margin-bottom: 6px;
}
.primeWeek .swiper-slide .product-item .badge-o-ne .arrive-date {
  white-space: nowrap;
}
.primeWeek .swiper-slide .product-item .festa-delivery-tit {
  font-size: 11px;
}

.primeWeek .swiper-slide .product-item .price-info del {
  display: block;
  margin-bottom: 3px;
}
.primeWeek .product-item .price-info del .num,
.primeWeek .swiper-slide .product-item .price-info del .num {
  font-size: 13px;
  color: #888;
  font-family: system-ui, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Dotum', '돋움', 'Apple SD Gothic Neo', sans-serif;
}
.primeWeek .swiper-slide .product-item .price-info .dis-rate {
  font-size: 20px;
  color: #ae0000;
  font-weight: bold;
  font-family: system-ui, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Dotum', '돋움', 'Apple SD Gothic Neo', sans-serif;
  vertical-align: initial;
  line-height: 1;
}
.primeWeek .swiper-slide .product-item .price-info .price {
  margin-left: 0;
  font-size: 19px;
  color: #111;
}
.primeWeek .swiper-slide .product-item .price-info .price .num {
  font-size: 20px;
  font-family: system-ui, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Dotum', '돋움', 'Apple SD Gothic Neo', sans-serif;
}
.primeWeek .swiper-slide .product-item .price-info + .badge-o-ne {
  margin-top: 8px;
}
.primeWeek .swiper-slide .product-list .product-top-badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.primeWeek .swiper-slide .product-list .product-top-badge .badge-default {
  display: inline-block;
  padding: 0 14px 0 8px;
  height: 24px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 24px;
  background-color: #f07f00;
  vertical-align: top;
  clip-path: polygon(100% 0, 100% 0, 90% 100%, 0 100%, 0 0);
  box-sizing: border-box;
}
.primeWeek .swiper-slide .product-list .product-top-badge.rank {
  width: 27px;
  height: 27px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ff3a40;
  line-height: 26px;
  clip-path: none;
  box-sizing: border-box;
}
.primeWeek .product__swiper--wrap {
  position: relative;
  width: 1160px;
  margin: 0 auto;
}
.primeWeek .product__swiper--wrap .swiper-button-prev {
  top: calc(50% - 43px);
  left: -60px;
  width: 42px;
  height: 102px;
  background: url(/cjom/event/cjsalefesta/25_03_images/btn_swiper.png) no-repeat 0 0;
  transform: rotate(180deg);
}
.primeWeek .product__swiper--wrap .swiper-button-next {
  top: calc(50% - 43px);
  right: -60px;
  width: 42px;
  height: 102px;
  background: url(/cjom/event/cjsalefesta/25_03_images/btn_swiper.png) no-repeat 0 0;
}

.primeWeek .recommend__product--wrap.bundle .product__swiper--wrap .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.primeWeek
  .recommend__product--wrap.bundle
  .product__swiper--wrap
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #565656;
  opacity: 1;
}

.primeWeek .scrolling-swiper {
  width: 1160px;
  margin: 32px auto 0;
}
.primeWeek .scrolling-swiper .swiper-wrapper {
  display: flex;
  width: 1280px;
  align-items: stretch;
}
.primeWeek .scrolling-swiper .swiper-slide {
  height: auto;
  background: #fff;
}
.primeWeek .scrolling-swiper .product-list {
  width: auto;
  padding: 0;
}
.primeWeek .scrolling-swiper .product-list li {
  width: 100%;
  padding: 0;
  background: #fff;
}
.primeWeek .scrolling-swiper .product-list li .product-list-top {
  height: auto;
  margin-bottom: 0;
}
.primeWeek .scrolling-swiper .product-list li .product-thumb {
  border-radius: 0;
}
.primeWeek .scrolling-swiper .product-list li .product-list-cont {
  margin-top: 0;
  padding: 10px;
}
.primeWeek .scrolling-swiper.type2 .product-list li .product-list-cont {
  padding: 10px 0 0;
}
.primeWeek .scrolling-swiper .product-list li .product-title {
  max-height: 36px;
  font-size: 15px;
  color: #333;
  line-height: 1.2;
}
.primeWeek .scrolling-swiper .product-list li .product-title + .product-price-box {
  margin-top: 6px;
}
.primeWeek .scrolling-swiper .product-list li .product-price {
  font-size: 13px;
}
.primeWeek .scrolling-swiper .product-item .thumb:before {
  border-radius: 0;
}

.primeWeek .scrolling-swiper.type2 .swiper-slide .product-item .inner > a {
  padding: 0 16px 16px;
}
.primeWeek .scrolling-swiper.type2 .swiper-slide .product-item .thumb {
  margin: 0 -16px;
}

/* 프라임 배너 */
.banner__prime--wrap {
  display: block;
  position: relative;
  height: 160px;
  background: url(/cjom/event/cjsalefesta/25_03_images/banner_theprime.jpg) no-repeat 50% 0;
}
.banner__prime--wrap .link__banner--prime {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  height: 68px;
  margin-left: 300px;
  text-indent: -9999px;
  transform: translateY(-50%);
  overflow: hidden;
}

/* 팝업 */
.primeWeek .result {
  display: none;
  position: absolute;
  left: 50%;
  padding: 0 0 30px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 30px 1px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.primeWeek .result.result-q1 {
  top: 100px;
  width: 520px;
  border: 2px solid #333333;
  transform: translateX(-50%);
}
.primeWeek .result.result-q1 .result-inner {
  padding-top: 181px;
  background: url(/cjom/event/cjsalefesta/25_01_images/laye_coupon_1_pc.jpg) no-repeat 50% 0;
}
.primeWeek .result.result-q1 .result-inner .btns {
  width: 461px;
  margin: 0 auto;
}
.primeWeek .result.result-q1 .result-inner .noti {
  padding: 16px 0 0 0;
  font-size: 20px;
  color: #111111;
  text-align: center;
}
.primeWeek .result.result-q1 .result-inner .link-wrap + .link-wrap {
  margin-top: 10px;
}
.primeWeek .result .result-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  background: url(/cjom/event/cjsalefesta/24_11_images/btn_popup_close.png) no-repeat 50% 50%;
}
.primeWeek .result .result-close a {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
}

/* 팝업 */
.primeWeek .prime-banner .result {
  display: none;
  position: absolute;
  left: 50%;
  padding: 0 0 30px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 30px 1px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.primeWeek .prime-banner .result.result-q1 {
  top: -550px;
  width: 520px;
  border: 2px solid #333333;
  transform: translateX(-50%);
}
.primeWeek .prime-banner .result.result-q1 .result-inner {
  padding-top: 181px;
  background: url(/cjom/event/cjsalefesta/25_01_images/laye_coupon_1_pc.jpg) no-repeat 50% 0;
}
.primeWeek .prime-banner .result.result-q1 .result-inner .btns {
  width: 461px;
  margin: 0 auto;
}
.primeWeek .prime-banner .result.result-q1 .result-inner .noti {
  padding: 16px 0 0 0;
  font-size: 20px;
  color: #111111;
  text-align: center;
}
.primeWeek .prime-banner .result.result-q1 .result-inner .link-wrap + .link-wrap {
  margin-top: 10px;
}
.primeWeek .prime-banner .result .result-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  background: url(/cjom/event/cjsalefesta/24_11_images/btn_popup_close.png) no-repeat 50% 50%;
}
.primeWeek .prime-banner .result .result-close a {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
}

.primeWeek .result.result-q1.prime .result-inner {
  background: url(/cjom/event/cjsalefesta/25_01_images/laye_coupon_2_pc.jpg) no-repeat 0 0;
}
.primeWeek .result.result-q1.not-prime .result-inner {
  padding-top: 329px;
  background: url(/cjom/event/cjsalefesta/25_01_images/laye_coupon_3_pc.jpg) no-repeat 0 0;
}
.primeWeek .result.result-q1.new .result-inner {
  background: url(/cjom/event/cjsalefesta/25_01_images/laye_coupon_4_pc.jpg) no-repeat 0 0;
}

.primeWeek .result .result-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  background: url(/cjom/event/cjsalefesta/24_11_images/btn_popup_close.png) no-repeat 50% 50%;
}
.primeWeek .result .result-close a {
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
}

.primeWeek .product-item .label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 4px;
  color: #fff;
  font-size: 20px;
  background: #fc3c45;
  z-index: 10;
}

.primeWeek .product-item .btn-cart {
  position: absolute;
  top: 153px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: none;
  background-color: #fff;
  line-height: 1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.primeWeek .product-item .btn-cart:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 18px;
  margin: 1px auto 0;
  background: url(/cjom/event/cjsalefesta/images/ico-product-cart2_pc.png) no-repeat;
  background-size: cover;
}
.primeWeek .product-item .sold-out .btn-cart,
.primeWeek .product-item .sold-out.soldout-alarm .btn-cart {
  display: none;
}

.primeWeek .product-item .sold-out .thumb::before,
.primeWeek .product-item .sold-out.soldout-alarm .thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  z-index: 10;
}
.primeWeek .product-item .sold-out .thumb::after,
.primeWeek .product-item .sold-out.soldout-alarm .thumb::after {
  content: '일시품절';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.primeWeek .product-item .sold-out.soldout-alarm .thumb::after {
  top: 40%;
}

.primeWeek .product-item .btn-cart {
  position: absolute;
  top: 153px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: none;
  background-color: #fff;
  line-height: 1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.primeWeek .product-item .btn-cart:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 18px;
  margin: 1px auto 0;
  background: url(/cjom/event/cjsalefesta/images/ico-product-cart2_pc.png) no-repeat;
  background-size: cover;
}
.primeWeek .product-item .sold-out .btn-cart,
.primeWeek .product-item .sold-out.soldout-alarm .btn-cart {
  display: none;
}

.primeWeek .product-item .sold-out .thumb::before,
.primeWeek .product-item .sold-out.soldout-alarm .thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  z-index: 10;
}
.primeWeek .product-item .sold-out .thumb::after,
.primeWeek .product-item .sold-out.soldout-alarm .thumb::after {
  content: '일시품절';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.primeWeek .product-item .sold-out.soldout-alarm .thumb::after {
  top: 40%;
}

.primeWeek .product-item .sold-out .product-alarm {
  position: absolute;
  top: 132px;
  left: 50%;
  width: 100%;
  height: 48px;
  margin-top: 0;
  text-align: center;
  line-height: 1;
  transform: translate(-50%, 0);
  z-index: 10;
}
.primeWeek .product-item .sold-out .product-alarm a {
  display: block;
}
.primeWeek .product-item .sold-out .product-alarm a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.primeWeek .product-item .sold-out .product-alarm a .txt {
  display: inline-block;
  position: absolute;
  bottom: 31%;
  left: 49%;
  height: 17px;
  padding-left: 15px;
  color: #fff;
  line-height: 16px;
  background-size: 16px 16px;
  vertical-align: top;
  background: url(/cjom/web/images/hotdeal/icon-bell.svg) no-repeat 0 1px;
  transform: translateX(-50%);
}
.primeWeek .product-item .sold-out .product-alarm a .txt::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 1px;
  right: -11px;
  width: 7px;
  height: 12px;
  line-height: 13px;
  background: url(/cjom/web/images/common/icon-plist-arrow02.svg) no-repeat 0 0;
  background-size: 7px 10px;
}

.primeWeek .best-product-wrap .product_sec {
  position: relative;
}
.primeWeek .best-product-wrap .product_sec .swiper-button-next {
  right: -55px;
  background: url(/cjom/event/cjsalefesta/24_11_images/btn_next.png) 0 0 no-repeat;
}
.primeWeek .best-product-wrap .product_sec .swiper-button-prev {
  left: -55px;
  background: url(/cjom/event/cjsalefesta/24_11_images/btn_prev.png) 0 0 no-repeat;
}
.primeWeek .best-product-wrap .product_sec .swiper-button-next,
.primeWeek .best-product-wrap .product_sec .swiper-button-prev {
  width: 42px;
  height: 102px;
  opacity: 1;
  margin-top: 0;
  top: 195px;
}

.primeWeek .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  opacity: 1;
}
.primeWeek .swiper-pagination-bullet-active {
  background: #666;
}
.primeWeek .swiper-button-prev:after,
.primeWeek .swiper-button-next:after {
  display: none;
}

.primeWeek .best-ranking-content {
  display: none;
}
.primeWeek .best-ranking-content.active {
  display: block;
}

.primeWeek .best-ranking-content .product-item .thumb:before {
  border-radius: 0;
}

.primeWeek .product-top-badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.primeWeek .product-top-badge.rank {
  width: 27px;
  height: 27px;
  padding-top: 2px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #eb4e4d;
  box-sizing: border-box;
}

.primeWeek .product-top-badge .badge-default {
  display: inline-block;
  padding: 0 14px 0 8px;
  height: 24px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.3px;
  line-height: 23px;
  background-color: #f07f00;
  vertical-align: top;
  clip-path: polygon(100% 0, 100% 0, 90% 100%, 0 100%, 0 0);
  box-sizing: border-box;
}
.primeWeek .product-top-badge .badge-exclusive,
.primeWeek .product-top-badge .badge-prime {
  background: #000;
}
.primeWeek .product-top-badge .badge-emph {
  padding-left: 6px;
  background: linear-gradient(105deg, #ff4d42 0%, #f07f00 101%);
}

.primeWeek .product-top-badge .badge-emph .ico-badge {
  display: inline-block;
  margin: 6px 2px 0 0;
  width: 12px;
  height: 12px;
  background: url(/cjom/web/images/icon/ico-badge-rise.svg) no-repeat;
  background-size: 12px 12px;
  vertical-align: top;
}
.primeWeek .product-top-badge .badge-emph:before {
  z-index: -1;
}

.primeWeek .product-top-badge .badge-emph .ico-badge-star {
  background-image: url(/cjom/web/images/icon/ico-badge-star.svg);
}

/*sold out 처리*/
.primeWeek .inner.sold-out .thumb::before {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.primeWeek .inner.sold-out .thumb::after {
  font-size: 15px;
  height: 16px;
  line-height: 16px;
  content: '일시품절';
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: 400;
  text-align: center;
  transform: translate(-50%, -50%);
}

.primeWeek .inner.sold-out.soldout-alarm a .thumb::after {
  top: 40%;
}

.primeWeek .inner.sold-out .product-alarm {
  margin-top: 0;
  text-align: center;
  width: 100%;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 132px;
  z-index: 10;
  line-height: 1;
  transform: translate(-50%, 0);
}

.primeWeek .inner.sold-out .product-alarm a::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
}

.primeWeek .inner.sold-out .product-alarm a .txt {
  color: #fff;
  bottom: 31%;
  line-height: 16px;
  background-size: 16px 16px;
  position: absolute;
  height: 17px;
  vertical-align: top;
  transform: translate(-50%);
  padding-left: 15px;
  background: url(/cjom/web/images/hotdeal/icon-bell.svg) no-repeat 0 1px;
  left: 49%;
  display: inline-block;
}

.primeWeek .inner.sold-out .product-alarm a .txt::after {
  top: 1px;
  right: -11px;
  width: 7px;
  height: 12px;
  background-size: 7px 10px;
  display: inline-block;
  content: '';
  background: url(/cjom/web/images/common/icon-plist-arrow02.svg) no-repeat 0 0;
  position: absolute;
  line-height: 13px;
}

.primeWeek .product-list .item .product-wrap {
  position: relative;
}

.primeWeek .product-list .item.timeout .product-wrap:before,
.primeWeek .product-list .item.soldout .product-wrap:before,
.primeWeek .product-list .item.timeout .product-wrap:after,
.primeWeek .product-list .item.soldout .product-wrap:after {
  content: '';
  display: block;
  position: absolute;
}

.primeWeek .product-list .item.timeout .product-wrap:before {
  background-image: url(/cjom/event/23_05_event/savingWeek/images/bg-timesale-timeout.png);
}

.primeWeek .product-list .item.soldout .product-wrap:before {
  background-image: url(/cjom/event/23_05_event/savingWeek/images/bg-timesale-soldout.png);
}

.primeWeek .product-list .item.timesale-opening .product-wrap .opening-msg {
  display: block;
  position: absolute;
  top: auto;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  transform: translate(0, 0);
  z-index: 15;
}

.primeWeek .product-list .item.timesale-opening .product-wrap .open-msg {
  background-image: url(/cjom/event/savingWeek_06/images/bg-timesale-opening.png);
  display: block;
  top: 53px;
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  width: 130px;
  height: 130px;
  font-size: 0;
  background-size: 130px 130px;
  z-index: 10;
}

.primeWeek .product-list .item .details .tit {
  display: -webkit-box;
  max-height: 36px;
  margin: 11px 0 0;
  font-size: 15px;
  color: #333;
  letter-spacing: -0.5px;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.primeWeek .product-list .item .details .sale {
  margin-top: 3px;
  font-size: 13px;
  color: #888;
  text-decoration: line-through;
  line-height: 1;
}
.primeWeek .product-list .item .details .price {
  margin-top: 3px;
  font-size: 19px;
  color: #111;
  line-height: 1;
}
.primeWeek .product-list .item .details .price .percent {
  font-size: 20px;
  color: #b00000;
  font-weight: bold;
}
.primeWeek .product-list .item .details .price .percent em {
  font-weight: bold;
}
.primeWeek .product-list .item .details .price .price {
  font-size: 20px;
  font-weight: bold;
}

.primeWeek .product-list .item.timesale-timeout .product-wrap:before {
  background: url(/cjom/event/23_05_event/savingWeek/images/bg-timesale-timeout.png) no-repeat 0 0;
  background-size: 180px;
}
.primeWeek .product-list .item.timesale-soldout .product-wrap:before {
  background: url(/cjom/event/23_05_event/savingWeek/images/bg-timesale-soldout.png) no-repeat 0 0;
  background-size: 180px;
}

.primeWeek .product-list .item.timesale-opening .product-wrap:before {
  background: url(/cjom/event/savingWeek_06/images/bg-timesale-opening.png) no-repeat 0 0;
  background-size: 180px;
}

.primeWeek .product-list .item.soldout .product-wrap:before,
.primeWeek .product-list .item.timeout .product-wrap:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
  z-index: 9;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 130px 130px;
  display: block;
}

.primeWeek .product-list .item.soldout .product-wrap:after,
.primeWeek .product-list .item.timeout .product-wrap:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
}

.primeWeek .product-list .item.timesale-opening .product-wrap .opening-msg .emp,
.primeWeek .product-list .item.timesale-opening .thumbnail-img .opening-msg .emp {
  color: #1ba774;
}

.primeWeek .product-list .item.timesale-opening .product-wrap::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  z-index: 5;
}

.primeWeek .product-list .item .category {
  margin-top: 5px;
  font-size: 0;
  overflow: hidden;
}

.primeWeek .product-list .item .category li {
  width: auto;
  margin-right: 0;
  padding-left: 0;
  line-height: 18px;
  position: relative;
  float: left;
  font-size: 12px;
  color: #424242;
  margin-left: 5px;
}

.primeWeek .product-list .item .category li::before {
  display: none;
}

.primeWeek .product-list .item .category li:first-child {
  margin-left: 0;
}

.primeWeek .product-list .item .category .temperature-badge {
  display: inline-block;
  width: 40px;
  height: 18px;
  background: url(/cjom/web/images/common/icon_temperature.png) no-repeat;
  background-size: 40px 18px;
  text-indent: -9999px;
  vertical-align: top;
}

.primeWeek .product-list .item .category .temperature-badge.frozen {
  width: 40px;
  height: 18px;
  background-image: url(/cjom/web/images/common/icon_temperature_frozen.png);
  background-size: 40px 18px;
}

.primeWeek .product-list .item .category .temperature-badge.cold {
  width: 40px;
  height: 18px;
  background-image: url(/cjom/web/images/common/icon_temperature_cold.png);
  background-size: 40px 18px;
}

.primeWeek .special__price--wrap .product-list .item .btn-cart {
  top: 200px;
  left: 200px;
}

/* 모달 팝업 */
.modal__new--wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 20210;
}
.modal__new--wrap .modal-contents {
  width: 100%;
  padding: 35px 0 42px !important;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.modal__new--wrap > p {
  margin: 10px auto 0;
  font-size: 14px;
  color: #888;
  line-height: 1.3;
}

.modal__new--wrap {
  width: 340px;
  border: 2px solid #e9d07a;
  background: #fff;
}
.vote__modal--contents h4 {
  font-size: 28px;
  color: #000;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: -0.84px;
}
.vote__modal--contents h4 strong {
  letter-spacing: -0.84px;
}
.vote__modal--contents h4 strong span {
  color: #e1990f;
  letter-spacing: -0.84px;
}
.vote__modal--contents .btn__black {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 44px;
  border-radius: 4px;
  padding: 0 !important;
  font-size: 16px;
  line-height: 44px !important;
  color: #fffefe;
  text-align: center;
  margin: 25px auto 0;
}
.vote__modal--contents .btn__black .ico__arrow {
  width: 8px !important;
  height: 15px !important;
  margin-left: 8px;
}

.vote__modal--contents .bubble {
  position: absolute;
  top: 122px;
  left: 50%;
  width: 125px;
  height: 28px;
  margin-left: -63px;
  background: url(/cjom/event/25_10_event/primeWeek/images/pc/bubble.png) no-repeat;
  background-size: 100%;
  animation: floatImg2 1.6s ease-in-out infinite;
  pointer-events: none;
}

html.dim::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20209;
}

/* 스크롤을 막는 클래스 */
html.no-scroll {
  overflow: hidden;
}
