@charset "UTF-8";
/*
	comment:	통합프로모션
	pages:		/cjom/event/cjsalefesta/202XXX_cjsalefesta.html
*/
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  src: local('Pretendard'), 	url('../fonts/Pretendard-Regular.subset.woff2') format('woff2'), 	url('../fonts/Pretendard-Regular.subset.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard Bold';
  font-style: normal;
  font-weight: 400;
  src: local('Pretendard Bold'), 	url('../fonts/Pretendard-Bold.subset.woff2') format('woff2'), 	url('../fonts/Pretendard-Bold.subset.woff') format('woff');
}
@font-face {
  font-family: 'RacingSansOne';
  font-style: normal;
  font-weight: 400;
  src: local('RacingSansOne'), 	url('../fonts/RacingSansOne-Regular.woff2') format('woff2'), 	url('../fonts/RacingSansOne-Regular.woff') format('woff');
}
@font-face {
     font-family: 'DungGeunMo';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/DungGeunMo.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
[class*='ing-'] {
  font-weight: normal;
}
/* 띠배너 */
.cjsalefesta {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.cjsalefesta img {
  vertical-align: top;
}
.cjsalefesta .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_09_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;
  box-sizing: border-box;
}
.coupon__box.medium {
  width: 298px;
  height: 143px;
  border-width: 1px;
}
.coupon__box .inner__cont {
  position: relative;
  height: 156px;
  padding: 32px 30px 0;
  color: #666;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.3;
  overflow: hidden;
}
.coupon__box.medium .inner__cont {
  height: 141px;
  padding: 30px 22px 0;
}
.coupon__box .inner__cont strong {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
}
.coupon__box.medium .inner__cont strong {
  font-size: 14px;
}
.coupon__box .inner__cont .coupon__title {
  position: relative;
  display: block;
  font-size: 36px;
  color: #000;
  line-height: 1;
  z-index: 1;
}
.coupon__box.medium .inner__cont .coupon__title {
  font-size: 30px;
}
.coupon__box .inner__cont span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  z-index: 1;
}
.coupon__box.medium .inner__cont span {
  font-size: 14px;
}
.coupon__box .inner__cont::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 67px;
  width: 355px;
  height: 355px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.coupon__box.first:after {
  content: '첫구매 전용';
  display: flex;
  position: absolute;
  top: -25px;
  right: -24px;
  width: 54px;
  height: 54px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #222;
  border-radius: 50%;
  word-break: keep-all;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
}
.coupon__box .bubble__info {
  display: inline-block;
  position: absolute;
  top: -19px;
  left: 21px;
  width: auto;
  height: 36px;
  padding: 0 14px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  background: #e84e4d;
  border-radius: 18px;
  white-space: nowrap;
}
.coupon__box .bubble__info:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: calc(10px * 0.8660254) solid #e84e4d;
  transform: translateX(-50%);
}
.coupon__box button {
  position: absolute;
  top: 0;
  right: 0;
  width: 68px;
  height: 100%;
  background: url(/cjom/event/cjsalefesta/25_05_images/ico_download.png) no-repeat 50% 50%;
  background-size: 27px auto;
  z-index:4;
}
.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.00) 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.first {
  background: #ea302d;
  border-color: #ea302d;
}

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


.new__coupon--box {
  position: relative;
  width: 480px;
  height: 75px;
  background: url(/cjom/event/cjsalefesta/25_12_images_cold/img_double_coupon.png) no-repeat 0 0;
  background-size: contain;
}

.new__coupon--box .inner__cont {
  display: flex;
  height: 75px;
  padding: 0 106px 0 30px;
  align-items: center;
}
.new__coupon--box .inner__cont * {
  line-height: 1;
}
.new__coupon--box .coupon__title {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
}
.new__coupon--box .coupon__title > span.tx_app {
  display: inline-block;
  margin-left: 6px;
  font-size: 18px;
}
.new__coupon--box .coupon__info {
  text-align: right;
  margin-left: auto;
}
.new__coupon--box .coupon__info .coupon__condition {
  display: block;
  font-size: 16.5px;
  color: #fff;
  line-height: 1.3;
}
.new__coupon--box .coupon__info .coupon__period {
  display: block;
  margin-top: 3px;
  font-size: 16.5px;
  color: rgba(255,255,255,0.6);
  line-height: 1.3;
}
.new__coupon--box .coupon__bubble {
  display: flex;
  position: absolute;
  top: -8px;
  right: 45px;
  width: 50px;
  height: 50px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  background: #111;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.new__coupon--box button {
  position: absolute;
  top: 0;
  right: 0;
  width: 69px;
  height: 100%;
  background: url(/cjom/event/cjsalefesta/25_12_images_cold/ico_download.png) no-repeat 50% 50%;
  background-size: auto 22px;
}
.new__coupon--box.first {
  background: url(/cjom/event/cjsalefesta/25_12_images_cold/img_first_coupon.png) no-repeat 0 0;
  background-size: contain;
}
.new__coupon--box.complete {
  background: url(/cjom/event/cjsalefesta/25_12_images_cold/img_coupon_complete.png) no-repeat 0 0 !important;
  background-size: contain !important;
}
.new__coupon--box.complete button {
  pointer-events: none;
}

.cjsalefesta .btn {
  border-radius: 8px;
  box-sizing: border-box;
}
.cjsalefesta .btn__black {
  display: inline-block;
  width: 480px;
  height: 64px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 48px;
  background: #111;
}
.cjsalefesta .btn__black.complete {
  background: #ccc;
  opacity: 1;
}
.cjsalefesta .btn__black > span {
  display: flex;
  height: 64px;
  justify-content: center;
  align-items: center;
}

.cjsalefesta .btn__link {
  display: inline-block;
  height: 40px;
  font-size: 15px;
  line-height: 38px;
  color: #111;
  border: 1px solid #ddd;
  background: none;
  border-radius: 6px;
  box-sizing: border-box;
  align-items: center;
}
.cjsalefesta .btn__link > span {
  display: flex;
  height: 38px;
  justify-content: center;
  align-items: center;
}
.cjsalefesta .btn__link.type2 {
  width: 480px;
  height: 64px;
  font-size: 18px;
  color: transparent;
  font-weight: bold;
  text-align: center;
  border: 1px solid #999;
  line-height: 62px;
}
.cjsalefesta .btn__link.type2 > span {
  width: 99px;
  height: 62px;
  margin: 0 auto;
  background: url(/cjom/event/cjsalefesta/25_09_images/tx_product_more.png) no-repeat 0 50%;
  background-size: auto 17px;
}

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

.cjsalefesta .btn .ico__arrow {
  display: none;
  width: 10px;
  height: 18px;
  margin-left: 8px;
  background-image: url(/cjom/event/cjsalefesta/25_06_images/ico_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 10px auto;
}
.cjsalefesta [class^=deco__] {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
.cjsalefesta .inner__contents {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

/* top_visual */
.cjsalefesta .top_visual {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(/cjom/event/cjsalefesta/25_12_images_cold/bg_brandweek_kv.jpg) no-repeat 0 50%;
  background-size: auto 300px;
  overflow: hidden;
}
.cjsalefesta .top_visual .kv_title {
  position: absolute;
  top: 88px;
  left: 50%;
  width: 490px;
  transform: translateX(-50%);
  z-index: 2;
}
.cjsalefesta .top_visual .inner {
  position: relative;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}  

/* 탭 */
.cjsalefesta .top_tab_wrap {
  position: relative;
  height: 62px;
  margin-top: -1px;
}
.cjsalefesta .top_tab_wrap .compactFixed {left: 0 !important;right: 0; }
.cjsalefesta .top_tab_wrap .nav {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 62px;
  margin:0 auto;
  background-color: #162363;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.cjsalefesta .top_tab_wrap .nav ul {
  position: relative;
  display: flex;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: center;
}
.cjsalefesta .top_tab_wrap ul li {
  display: inline-block;
  position: relative;
  width: auto;
  height: 62px;
  padding: 0 50px;
  text-align: center;
}
.cjsalefesta .top_tab_wrap ul li:first-child {
  padding-left: 0;
}
.cjsalefesta .top_tab_wrap ul li:last-child {
  padding-right: 0;
}
.cjsalefesta .top_tab_wrap ul li a {
  display: block;
  position: relative;
  height: 62px;
  padding: 0;
  line-height: 62px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.cjsalefesta .top_tab_wrap ul li a span {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 62px;
  opacity: 0.6;
}
.cjsalefesta .top_tab_wrap ul li.active a span {
  font-weight: bold;
  opacity: 1;
}

/* 더세페, 더프페 타이틀 */
.cjsalefesta .section__title {
  position: relative;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  z-index: 1;
}
.cjsalefesta .section__title > span {
  font-size: 18px;
  color: #222;
  font-weight: normal;
}
.cjsalefesta .section__title > p {
  font-size: 38px;
  color: #222;
  font-weight: bold;
  text-align: center;
}

/* 꼭알아두세요 */
.cjsalefesta .accordion__notice--wrap {
  display: block;
  margin: 32px auto 0;
  text-align: center;
  border: 0;
  box-sizing: border-box;
  background: none;
}
.cjsalefesta .accordion__notice--wrap .accordion__anchor {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 22px;
  color: #333;
  border-bottom: 1px solid #333;
}
.cjsalefesta .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;
}
.cjsalefesta .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);
}
.cjsalefesta .accordion__notice--wrap .accordion__anchor.active .accordion__arrow {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.cjsalefesta .accordion__notice--wrap .accordion__notice--list {
  width: 100%;
  margin-top: 32px;
}
.cjsalefesta .accordion__notice--wrap .accordion__notice--list li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  color: #585858;
  text-align: left;
  line-height: 1.3;
}
.cjsalefesta .accordion__notice--wrap .accordion__notice--list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #585858;
}

.cjsalefesta .accordion__notice--wrap.white .accordion__anchor {
  color: #fff;
  border-bottom: 1px solid #fff;
  opacity: 0.6;
}
.cjsalefesta .accordion__notice--wrap.white .accordion__anchor:before {
  background: url(/cjom/event/cjsalefesta/25_06_images/ico_notice_alim.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.cjsalefesta .accordion__notice--wrap.white .accordion__anchor .accordion__arrow {
  background: url(/cjom/event/cjsalefesta/25_07_images/ico_notice_arrow.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.cjsalefesta .accordion__notice--wrap.white .accordion__notice--list li {
  color: #fff;
  opacity: 0.5;
}
.cjsalefesta .accordion__notice--wrap.white .accordion__notice--list li:before {
  background-color: #fff;
}

/* 더페세 쿠폰 영역 */
.cjsalefesta .coupon__benefit--wrap {
  padding: 57px 0;
  background: #fff url(/cjom/event/cjsalefesta/25_12_images_cold/bg_cart_coupon.png) no-repeat 50% 9px;
  background-size: 540px auto;
}
.cjsalefesta .coupon__benefit--wrap .section__title img {
  width: 594px;
  margin: 0 auto;
}
.cjsalefesta .coupon__benefit--wrap .coupon__list {
  position: relative;
  width: 480px;
  margin: 16px auto 0;
}
.cjsalefesta .coupon__benefit--wrap .coupon__list .new__coupon--box + .new__coupon--box {
  margin-top: 6px;
}
.cjsalefesta .coupon__benefit--wrap .coupon__list .new__coupon--box.first {
  margin-top: 24px;
}

.cjsalefesta .coupon__benefit--wrap .coupon__info--txt {
  margin: 16px auto 0;
  font-size: 15px;
	line-height: 19px;
  color: #888;
  text-align: center;
}
.cjsalefesta .coupon__benefit--wrap .coupon__btn--area {
  width: 480px;
  margin: 48px auto 0;     
  text-align: center;
  font-size: 0;
}
.cjsalefesta .coupon__benefit--wrap .coupon__btn--area .btn__link {
  width: 128px;
  color: #111;
  background: #fff;
}
.cjsalefesta .coupon__benefit--wrap .coupon__btn--area .btn__link + .btn__link {
  margin-left: 12px;
}

.cjsalefesta .coupon__benefit--wrap .accordion__notice--wrap {
  width: 600px;
  margin: 52px auto 0;
}
.cjsalefesta .coupon__benefit--wrap .accordion__notice--wrap > div > p {
  padding-top: 24px;
  font-size: 16px;
  text-align: left;
}
.cjsalefesta .coupon__benefit--wrap .accordion__notice--wrap .accordion__notice--list {
  margin: 4px 0 0 8px;
}

/* 브랜드 초특가 릴레이 */
.cjsalefesta .special__price--wrap {
  padding: 56px 0;
  background: #e5f6ff url(/cjom/event/cjsalefesta/25_12_images_cold/bg_brand_special.png) no-repeat 50% 24px;
  background-size: 726px auto;
}
.cjsalefesta .special__price--wrap .section__title > span + p {
  margin-top: 4px;
}
.cjsalefesta .special__price--wrap .section__title > p {
  line-height: 1.2;
}
.cjsalefesta .special__price--wrap .section__title > p span {
  color: #1ba774;
}
.cjsalefesta .special__price--wrap .remain__time--info {
  display: flex;
  margin-top: 26px;
  font-size: 24px;
  color: #0297e5;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  line-height: 24px;
}
.cjsalefesta .special__price--wrap .remain__time--info:before {
  content: '';
  width: 22px;
  height: 24px;
  margin-right: 6px;
  background: url(/cjom/event/cjsalefesta/25_12_images_cold/ico_clock.png) no-repeat 0 2px;
  background-size: contain;
}
.cjsalefesta .special__price--wrap .btn__brand--alim {
  position: absolute;
  top: -34px;
  right: 60px;
  width: 99px;
  height: 22px;
  color: transparent;
  text-indent: -9999px;
  background-image: url(/cjom/event/cjsalefesta/25_11_images_cold/ico_alim_off.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  overflow: hidden;
}
.cjsalefesta .special__price--wrap .btn__brand--alim.active {
  background-image: url(/cjom/event/cjsalefesta/25_11_images_cold/ico_alim_on.png);
}
.cjsalefesta .special__price--wrap .date__tab--list ul {
  display: flex;
  justify-content: center;
  gap: 0 16px;
}
.cjsalefesta .special__price--wrap .date__tab--list ul > li {
  width: 70px;
}
.cjsalefesta .special__price--wrap .date__tab--list ul > li > a {
  display: block;
  width: 70px;
  height: 75px;
  padding: 11px 0 0;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
}
.cjsalefesta .special__price--wrap .date__tab--list ul > li.past > a {
  color: rgba(34, 34 ,34, 0.4);
  background: #e9e9e9;
}
.cjsalefesta .special__price--wrap .date__tab--list ul > li.scheduled > a {
  padding: 10px 0 0;
  color: #222;
  background: #fff;
  border: 1px solid #fff;
}
.cjsalefesta .special__price--wrap .date__tab--list ul > li.active > a {
  position: relative;
  background: #53c4ff;
}
.cjsalefesta .special__price--wrap .date__tab--list ul > li.active > a::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #53c4ff;
  transform: translateX(-6px) rotate(45deg);
}
.cjsalefesta .special__price--wrap .date__tab--list .tx__weekday {
  display: block;
  font-size: 16px;
}
.cjsalefesta .special__price--wrap .date__tab--list .tx__weekday {
  display: block;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.7);
  line-height: 1.4;
}
.cjsalefesta .special__price--wrap .date__tab--list .tx__date {
  display: block;
  margin-top: -6px;
  font-size: 28px;
  color: #222;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cjsalefesta .special__price--wrap .date__tab--list .active .tx__weekday,
.cjsalefesta .special__price--wrap .date__tab--list .active .tx__date {
  color: #fff;
}
.cjsalefesta .special__price--wrap .special__tab--wrap {
  margin-top: 26px;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .date__tab--cont {
  display: none;
  margin-top: 26px;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .date__tab--cont.active {
  display: block;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list {
  display: flex;
  width: 1090px;
  margin: 0 auto;
  padding: 0 16px;
  flex-wrap: nowrap;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list > li {
  width: 250px;
  min-height: 380px;
  padding: 0;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list > li + li {
  margin-left: 30px;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list .product-title {
  max-height: 33px;
  font-size: 15px;
  color: #333;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list .product-price-box {
  margin-top: 8px;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list .product-price-box .product-price {
  font-size: 13px;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list .product-price-box .product-price-discount {
  margin-top: 3px;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list .product-price-box .product-price-discount .per {
  font-size: 17px;
  color: #b00000;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list .product-price-box .product-price-discount .price {
  font-size: 17px;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list .product-benefit__price.gray {
  margin: 4px 0 9px;
  line-height: 1;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list .product-benefit__price.gray, 
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list .badge-o-ne,
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list .category {
  display: none;
}
.cjsalefesta .special__price--wrap .product-list .item {
  position: relative;
}
.cjsalefesta .special__price--wrap .special__tab--wrap .product-list .item .details .sale {
  margin-top: 6px;
}
.cjsalefesta .special__price--wrap .product-list .item .btn-cart {
  position: absolute;
  top: 194px;
  right: 10px;
  width: 46px;
  height: 46px;
  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;
}
.cjsalefesta .special__price--wrap .product-list .item .btn-cart:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 1px auto 0;
  background: url(/cjom/event/cjsalefesta/25_10_images_cold/ico-product-cart2_pc.png) no-repeat;
  background-size: cover;
}
.cjsalefesta .product-list .item.soldout .btn-cart,
.cjsalefesta .product-list .item.timeout .btn-cart,
.cjsalefesta .product-list .item.timesale-opening .btn-cart {
  display: none;
}

.cjsalefesta .wintersale__product--wrap {
  padding: 12px 0 56px;
  background: #a5dae8 url(/cjom/event/cjsalefesta/25_12_images_cold/bg_wintersale.png) no-repeat 50% 100%;
  background-size: 1920px auto;
}
.cjsalefesta .wintersale__product--wrap .section__title img {
  width: 678px;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper {
  width: 1016px;
  margin: 14px auto 0;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide {
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item {
  padding: 0 14px 16px;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .inner {
  padding: 0 4px;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .thumb {
  display: flex;
  margin: 0 -18px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .title {
  margin-top: 14px;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .price-info {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .price-info .dis-rate {
  font-size: 17px;
  color: #b00000;
  font-weight: bold;
  line-height: 17px;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .price-info .price {
  font-size: 17px;
  color: #111;
  line-height: 17px;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .price-info .price strong {
  font-size: 17px;
  color: #111;
  font-weight: bold;
  line-height: 17px;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .price-info del {
  text-decoration: none;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .price-info del em,
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .price-info del .num {
  font-size: 13px;
  color: #888;
  text-decoration: line-through;
  line-height: 17px;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .btn-cart {
  top: 188px;
  width: 32px;
  height: 32px;
}
.cjsalefesta .wintersale__product--wrap .scrolling-swiper .swiper-slide .product-item .btn__purchase {
  display: block;
  height: 36px;
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  background: #111;
  border-radius: 4px;
}
.cjsalefesta .wintersale__product--wrap .product__swiper--wrap .swiper-button-prev {
  left: 73px;
}
.cjsalefesta .wintersale__product--wrap .product__swiper--wrap .swiper-button-next {
  right: 73px;
}



.cjsalefesta .recommend__product--wrap {
  position: relative;
  padding: 56px 0;
}
.cjsalefesta .recommend__product--wrap .section__title .ico__txt {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.cjsalefesta .recommend__product--wrap .section__title .ico__txt.coffee {
  background-image: url(/cjom/event/cjsalefesta/25_12_images_cold/ico_txt_coffee.png);
}
.cjsalefesta .recommend__product--wrap .section__title .ico__txt.fruits {
  background-image: url(/cjom/event/cjsalefesta/25_12_images_cold/ico_txt_fruits.png);
}
.cjsalefesta .recommend__product--wrap .section__title .ico__txt.flash {
  background-image: url(/cjom/event/cjsalefesta/25_12_images_cold/ico_txt_flash.png);
}
.cjsalefesta .recommend__product--wrap .section__title .ico__txt.snack {
  background-image: url(/cjom/event/cjsalefesta/25_12_images_cold/ico_txt_snack.png);
}
.cjsalefesta .recommend__product--wrap .section__title .ico__txt.soup {
  background-image: url(/cjom/event/cjsalefesta/25_12_images_cold/ico_txt_soup.png);
}
.cjsalefesta .recommend__product--wrap.theme__product1,
.cjsalefesta .recommend__product--wrap.theme__product3,
.cjsalefesta .recommend__product--wrap.theme__product5 {
  background: #fff;
}
.cjsalefesta .recommend__product--wrap.theme__product2 {
  background: #e4ebf1;
}
.cjsalefesta .recommend__product--wrap.theme__product4 {
  background: #fff0dd;
}

.cjsalefesta .recommend__product--wrap .product__btn--area .btn {
  display: block;
  width: 480px;
  margin: 0 auto;
}
.cjsalefesta .recommend__product--wrap .section__title > p {
  display: flex;
  margin-top: 6px;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.cjsalefesta .recommend__product--wrap .section__title > span {
  font-size: 18px;
  color: #777;
}
.cjsalefesta .recommend__product--wrap .section__title {
  line-height: 1.4;
}
.cjsalefesta .recommend__product--wrap .section__title + p {
  font-size: 18px;
  color: #777;
  text-align: center;
}

.recommend__product--wrap.best__product {
  background: #fffbe7;
}
.recommend__product--wrap.best__product .section__title > p > span {
  display: inline-block;
  width: 37px;
  height: 38px;
  background: url(/cjom/event/cjsalefesta/25_12_images_cold/ico_text_award.png) no-repeat 100% 50%;
  background-size: auto 38px;
}
.cjsalefesta .recommend__product--wrap.bundle_set {
  background: #e1eaff;
}
.cjsalefesta .recommend__product--wrap.bundle_set .section__title > p > span {
  display: inline-block;
  width: 39px;
  height: 38px;
  background: url(/cjom/event/cjsalefesta/25_12_images_cold/ico_text_box.png) no-repeat 100% 50%;
  background-size: auto 38px;
}
.cjsalefesta .recommend__product--wrap.new_product {
  background: #ffe7e7;
}
.cjsalefesta .recommend__product--wrap.new_product .section__title > p > span {
  display: inline-block;
  width: 36px;
  height: 38px;
  background: url(/cjom/event/cjsalefesta/25_12_images_cold/ico_text_speaker.png) no-repeat 100% 50%;
  background-size: auto 38px;
}
.cjsalefesta .recommend__product--wrap.best__rank .swiper {
  padding-bottom: 11px;
}
.cjsalefesta .recommend__product--wrap .product__btn--area {
  margin-top: 32px;
  text-align: center;
}
.cjsalefesta .recommend__product--wrap .best-ranking-content {
  width: 1280px;
  margin: 0 auto;
}
.cjsalefesta .recommend__product--wrap .product-list {
  display: flex;
  width: 1160px;
  margin: 0 auto;
}
.cjsalefesta .recommend__product--wrap .product-list > li {
  width: 180px;
  padding: 0;
}
.cjsalefesta .recommend__product--wrap .product-list > li + li {
  margin-left: 16px;
}
.cjsalefesta .recommend__product--wrap .product-item .title {
	display: -webkit-box;
	max-height: 42px;
	margin: 16px 0 0 0;
	padding-right: 0;
	line-height: 18px;
	letter-spacing: -0.5px;
	-webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cjsalefesta .recommend__product--wrap .product-item .price-info {
  font-size: 20px;
  line-height: 20px;
}
.cjsalefesta .recommend__product--wrap .product-item .price-info del {
  display: block;
  margin: 0 0 3px 0;
	font-size: 13px;
	line-height: 13px;
	text-decoration: underline;
  text-underline-offset: -0.4em;
	text-decoration-skip-ink: none;
}
.cjsalefesta .recommend__product--wrap .product-item .price-info del .num {
	color: #888;
  font-size: 13px;
  line-height: 13px;
}
.cjsalefesta .recommend__product--wrap .product-item .price-info .dis-rate {
  font-size: 20px;
	line-height: 20px;
  color: #b00000;
  font-weight: bold;
	vertical-align: top;
}
.cjsalefesta .recommend__product--wrap .product-item .price-info .price {
	margin: 0;
  font-size: 19px;
  color: #111;
  line-height: 20px;
	vertical-align: top;
}
.cjsalefesta .recommend__product--wrap .product-item .price-info .price .num {
  font-size: 20px;
  line-height: 20px;
	vertical-align: top;
}
.cjsalefesta .recommend__product--wrap .product-item .product-benefit__price {
	margin: 3px 0 0 0;
	font-size: 12px;
	line-height: 16px;
}
.cjsalefesta .recommend__product--wrap .product-item .product-benefit__price.gray {
	color: #666;
}
.cjsalefesta .recommend__product--wrap .product-item .product-price-primediscount {
	margin: 6px 0;
	color: #b00000;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.cjsalefesta .recommend__product--wrap .product-item .product-price-primediscount .price {
	color: #b00000;
	font-size: 17px;
	font-weight: bold;
}
.cjsalefesta .recommend__product--wrap .product-item .badge-o-ne {
  margin: 5px 0 0 0;
}
.cjsalefesta .recommend__product--wrap .product-item .price-info + .badge-o-ne {
  /*margin-top: 8px;*/
}
.cjsalefesta .recommend__product--wrap .product-item .festa-delivery-tit {
  margin-top: 2px;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}
/* 세일페스타 상품 스와이프 */
.cjsalefesta .swiper {
  position: relative;
  width: 1160px;
  padding-bottom: 43px;
  overflow: hidden;
}
.cjsalefesta .swiper-slide .product-list {
  display: flex;
  width: 1280px;
  margin-top: 0;
  padding: 0;
}
.cjsalefesta .swiper-slide .product-list > li {
  padding: 0;
}
.cjsalefesta .swiper-slide .product-list > li + li {
  margin-left: 28px;
}
.cjsalefesta .swiper-slide .product-list .product-list-top {
  height: auto;
  margin-bottom: 0;
}
.cjsalefesta .swiper-slide .product-list .product-list-cont {
  margin-top: 6px;
  
}
.cjsalefesta .swiper-slide .product-item .title + .price-info {
  margin-top: 6px;
}
.cjsalefesta .swiper-slide .product-item .price-info {
  margin-top: 21px;
  line-height: 1;
}
.cjsalefesta .swiper-slide .product-item .btn-cart {
  top: 135px;
}

.cjsalefesta .swiper-slide .product-item .badge-o-ne .arrive-date {
  white-space: nowrap;
}


.cjsalefesta .swiper-slide .product-list .product-top-badge {
  position: absolute;
  left: 0;
  top: 0; 
  z-index: 1;
} 
.cjsalefesta .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: -.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;
} 
.cjsalefesta .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;
}

.cjsalefesta .swiper-slide .product-top-badge .badge-default.percent { 
  height: 27px;
  padding: 0 6px;
  height: auto;
  font-size: 15px;
  background-color: #e84e4d;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
  line-height: 27px;
} 
.cjsalefesta .product__swiper--wrap {
  position: relative;
}
.cjsalefesta .product__swiper--wrap .swiper-pagination {
  bottom: 0;
  display: block;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.cjsalefesta .product__swiper--wrap .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0;
  background: rgba(86, 86, 86, 0.2);
  border-radius: 50%;
}
.cjsalefesta .product__swiper--wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #565656;
  opacity: 1;
}
.cjsalefesta .product__swiper--wrap .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 11px;
}
.cjsalefesta .product__swiper--wrap .swiper-button-prev {
  top: calc(50% - 43px);
  left: 0;
  width: 42px;
  height: 102px;
  background: url(/cjom/event/cjsalefesta/25_12_images_cold/btn_swiper.png) no-repeat 0 0;
  background-size: contain;
  transform: rotate(180deg);
}
.cjsalefesta .product__swiper--wrap .swiper-button-next {
  top: calc(50% - 43px);
  right: 0;
  width: 42px;
  height: 102px;
  background: url(/cjom/event/cjsalefesta/25_12_images_cold/btn_swiper.png) no-repeat 0 0;
  background-size: contain;
}

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


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


/* 베스트 상품 */
.cjsalefesta .best-ranking-tab {
  margin: 32px 0;
}
.cjsalefesta .best-ranking-tab > ul{
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.cjsalefesta .best-ranking-tab > ul > li a {
  display: block;
  height: 54px;
  padding:12px 24px 0;
  font-size: 18px;
  color: #000;
  border: 1px solid #111;
  box-sizing: border-box;
  border-radius: 27px;
	font-weight: bold;
}
.cjsalefesta .best-ranking-tab > ul > li.active a {
  color: #fff;
  background: #000;
  border-color: #000;
}

/* 프라임 배너 */
.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;
}
 
.cjsalefesta .product-item .label{position:absolute;top:0;left:0;padding:2px 4px;color:#fff;font-size:20px;background:#fc3c45;z-index:10;}

.cjsalefesta .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;}
.cjsalefesta .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;}
.cjsalefesta .product-item .sold-out .btn-cart,
.cjsalefesta .product-item .sold-out.soldout-alarm .btn-cart{display:none;}

.cjsalefesta .product-item .sold-out .thumb::before,
.cjsalefesta .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;}
.cjsalefesta .product-item .sold-out .thumb::after,
.cjsalefesta .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;}
.cjsalefesta .product-item .sold-out.soldout-alarm .thumb::after{top:40%;}

.cjsalefesta .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;}
.cjsalefesta .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;}
.cjsalefesta .product-item .sold-out .btn-cart,
.cjsalefesta .product-item .sold-out.soldout-alarm .btn-cart{display:none;}

.cjsalefesta .product-item .sold-out .thumb::before,
.cjsalefesta .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;border-radius: 0;}
.cjsalefesta .product-item .sold-out .thumb::after,
.cjsalefesta .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;}
.cjsalefesta .product-item .sold-out.soldout-alarm .thumb::after{top:40%;}



.cjsalefesta .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;}
.cjsalefesta .product-item .sold-out .product-alarm a{display:block;}
.cjsalefesta .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);}
.cjsalefesta .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%);}
.cjsalefesta .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;}

.cjsalefesta .best-product-wrap .product_sec{position:relative;}
.cjsalefesta .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
}
.cjsalefesta .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;
}
.cjsalefesta .best-product-wrap .product_sec .swiper-button-next, 
.cjsalefesta .best-product-wrap .product_sec .swiper-button-prev {
    width: 42px;
    height: 102px;
    opacity: 1;
    margin-top: 0;
    top: 195px;
}

.cjsalefesta .swiper-button-prev:after, 
.cjsalefesta .swiper-button-next:after{
  display:none;
}
.cjsalefesta .best-product-wrap .product_sec .swiper-button-next.swiper-button-disabled, 
.cjsalefesta .best-product-wrap .product_sec .swiper-button-prev.swiper-button-disabled{
  opacity: .3;
}

.cjsalefesta .best-product-wrap dd #best-sale .product_sec .swiper-button-next,
.cjsalefesta .best-product-wrap dd #best-sale .product_sec .swiper-button-prev{top:450px;}


.cjsalefesta .swiper-pagination-bullet{width:10px;height:10px;background:#d9d9d9;opacity:1;}
.cjsalefesta .swiper-pagination-bullet-active{background:#666;}

.cjsalefesta .best-product-wrap .product_sec{position:relative;}
.cjsalefesta .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
}
.cjsalefesta .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;
}
.cjsalefesta .best-product-wrap .product_sec .swiper-button-next, 
.cjsalefesta .best-product-wrap .product_sec .swiper-button-prev {
    width: 42px;
    height: 102px;
    opacity: 1;
    margin-top: 0;
    top: 295px;
}

.cjsalefesta .swiper-button-prev:after, 
.cjsalefesta .swiper-button-next:after{
  display:none;
}
.cjsalefesta .best-product-wrap .product_sec .swiper-button-next.swiper-button-disabled, 
.cjsalefesta .best-product-wrap .product_sec .swiper-button-prev.swiper-button-disabled{
  opacity: .3;
}

.cjsalefesta .best-product-wrap dd #best-sale .product_sec .swiper-button-next,
.cjsalefesta .best-product-wrap dd #best-sale .product_sec .swiper-button-prev{top:450px;}

.cjsalefesta #best-sale .swiper{padding-bottom:60px;}
.cjsalefesta #best-sale .swiper .app-product{padding-bottom: 0;}
.cjsalefesta #best-sale .swiper .app-product li+li{margin-left:0;}

.cjsalefesta .best-product{padding:30px 0 80px;}
.cjsalefesta .best-product .inner{width:1280px;margin:0 auto;}
.cjsalefesta .best-product .best-product-wrap{position:relative;padding-top:50px;}
.cjsalefesta .best-product .best-product-wrap h3{text-align:center;}
.cjsalefesta .best-product .best-product-wrap .swiper{margin-top:30px;}
.cjsalefesta .best-product .best-product-wrap .product-item .inner{width:200px;}
.cjsalefesta .best-product .best-product-wrap .product_btn{position:absolute;top:80px;right:0;}

.cjsalefesta .best-product .best-product-wrap .swiper-pagination{display:none;}

.cjsalefesta .prime-banner{height:160px;background:#cbae7c url(/cjom/event/cjsalefesta/25_02_images/salefesta_25_02_pc_banner.jpg) no-repeat 50% 0; position: relative;}
.cjsalefesta .prime-banner .inner{position:relative;width:1280px;height:160px;margin:0 auto;}
.cjsalefesta .prime-banner .inner a{position:absolute;top:48px;right:80px;width:230px;height:60px;text-indent:-9999px;overflow:hidden;}

.cjsalefesta .giftset-banner{position:relative;height:709px;background:url(/cjom/event/cjsalefesta/25_01_images/salefesta_25_01_pc_4.jpg) no-repeat 50% 0;}
.cjsalefesta .giftset-banner.employee{background:url(/cjom/event/cjsalefesta/25_01_images/salefesta_25_01_pc_5.jpg) no-repeat 50% 0;}
.cjsalefesta .giftset-banner .btn-go-giftset{position:absolute;top:593px;left:50%;width:430px;height:60px;text-indent:-9999px;transform:translateX(-50%);overflow:hidden;}
.cjsalefesta .giftset-banner .btn-go-giftset.employee{top:467px;}



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

.cjsalefesta .best-ranking-content .product-item .thumb:before {
  border-radius: 0;
}
.cjsalefesta .prime__membership--wrap .product-item .thumb{
  background: #fff;
}
.cjsalefesta .product-top-badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.cjsalefesta .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;
}
.cjsalefesta .product-top-badge.percent { 
  height: 27px;
  padding: 0 6px;
  height: auto;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #e84e4d;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
  line-height: 27px;
} 

.cjsalefesta .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: -.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;
}
.cjsalefesta .product-top-badge .badge-exclusive {
  background: #000;
}
.cjsalefesta .product-top-badge .badge-prime {
  background: #000;
}
/*.cjsalefesta .product-top-badge .badge-prime:before {
  background: #FF957B;
}*/
.cjsalefesta .product-top-badge .badge-emph {
  padding-left: 6px;
  background: linear-gradient(103deg, #fc5f4b 0%, #de301a 101%);
}

.cjsalefesta .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;
}
.cjsalefesta .product-top-badge .badge-emph:before {
  z-index: -1;
}

.cjsalefesta .product-top-badge .badge-emph .ico-badge-star {
  background-image: url(/cjom/web/images/icon/ico-badge-star.svg);
}
.cjsalefesta .product-amount-badge {
  top: 116px;
  bottom: auto;
}
.cjsalefesta .product-amount-badge .badge-amount {
  margin-top: 18px;
}
.cjsalefesta .product-amount-badge .badge-amount-circle {
  margin-top: -6px;
}
.cjsalefesta .product__awards--bar {
  position:relative;
  height: 24px;
  padding: 3px 6px;
  text-align: center;
  background: #d30000;
  box-sizing: border-box;
  line-height: 1;
  z-index: 1;
}
.cjsalefesta .product__awards--bar > span {
  display: inline-block;
  padding-left: 20px;
  font-size: 11px;
  color: #fff04d;
  font-weight: bold;
  line-height: 1.2;
  background: url(/cjom/event/cjsalefesta/25_06_images/ico_crown.png) no-repeat 0 50%;
  background-size: 17px auto;
}
.cjsalefesta .product__awards--bar + .product-item {
  margin-top: -0.5px;
}

/*sold out 처리*/
.cjsalefesta .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;
}

.cjsalefesta .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%);
}

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

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

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

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

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

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

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

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

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

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

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

.cjsalefesta .product-list .item.soldout .product-time-box,
.cjsalefesta .product-list .item.timeout .product-time-box,
.cjsalefesta .product-list .item.timesale-opening .product-time-box {
  display: none;
}

.cjsalefesta .product-list .item .product-time-box {
  position: relative;
  width: 100%;
  height: 36px;
}
.cjsalefesta .product-list .item .product-time-box .time-graph-bar {
  margin-left: 0;
  border-radius: 0;
}
.cjsalefesta .product-list .item .product-time-box .time-txt {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  padding: 0;
  font-size: 15px;
  background: none;
  line-height: 1;
  justify-content: center;
  align-items: center;
}
.cjsalefesta .product-list .item .product-time-box .time-txt:before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(/cjom/web/images/icon/ico_clock.svg) no-repeat 0 0;
  background-size: cover;
}
.cjsalefesta .product-list .item .product-time-box .time-num {
  height: auto;
  margin-left: 6px;
  color: #fff;
  line-height: 1;
}

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

.cjsalefesta .product-list .item .product-time-box + .details .tit {
  margin-top: 44px;
}
.cjsalefesta .product-list .item.soldout .product-time-box + .details .tit,
.cjsalefesta .product-list .item.timeout .product-time-box + .details .tit,
.cjsalefesta .product-list .item.timesale-opening .product-time-box + .details .tit {
  margin-top: 11px;
}

.cjsalefesta .product-list .item .details .sale {
  margin-top: 3px;
  font-size: 13px;
  color: #888;
  text-decoration: line-through;
  line-height: 1;
}
.cjsalefesta .product-list .item .details .price {
  margin-top: 3px;
  font-size: 19px;
  color: #111;
  line-height: 1;
}
.cjsalefesta .product-list .item .details .price .percent{
  font-size: 20px;
  color: #b00000;
  font-weight: bold;
}
.cjsalefesta .product-list .item .details .price .percent em {
  font-weight: bold;
}
.cjsalefesta .product-list .item .details .price .price{
  font-size: 20px;
  font-weight: bold;
}

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

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

.cjsalefesta .product-list .item.soldout .product-wrap:before, 
.cjsalefesta .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;
}

.cjsalefesta .product-list .item.soldout .product-wrap:after, 
.cjsalefesta .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: '';
}

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

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

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

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

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

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

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

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

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

.cjsalefesta .event__banner--wrap a,
.cjsalefesta .event__banner--wrap img {display:block;max-width:1920px;margin:0 auto;}

.cjsalefesta .event__banner--wrap img{position:relative;left:50%;transform:translateX(-50%);}

/* 모달 팝업 */
.modal__new--wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding-bottom: 40px;
  background: #fff;
  border: 1px solid #ddd;
  transform: translate(-50%, -50%);
  z-index: 20205;
}
.modal__new--wrap .modal-contents {
  width: 468px;
  padding: 45px 30px 0 !important;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.modal__new--wrap .modal-contents h3 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 1.3;
}
.modal__new--wrap .modal-contents h3 > span {
  color: #1ba774;
}
.modal__new--wrap .modal-contents p {
  margin-top: 16px;
  font-size: 16px;
  color: #888;
}
.modal__new--wrap > p {
  margin: 10px auto 0;
  font-size: 14px;
  color: #888;
  line-height: 1.3;
}
.modal__new--wrap .coupon__list {
  width: 358px;
  margin: 28px auto 0;
}
.modal__new--wrap .coupon__wrap {
  display: flex;
  margin: 24px auto 32px;
  padding: 0 14px;
  gap: 16px;
}
.modal__new--wrap .coupon__wrap:after {
  border-radius: 50%;
}
/* .modal__new--wrap .coupon__wrap .coupon__box {
  width: 218px;
  height: 196px;
  border-width: 1px;
  border-radius: 4px;
  overflow: hidden;
}
.modal__new--wrap .coupon__wrap .coupon__box {
  width: 360px;
  height: 163px;
  border-width: 1px;
  border-radius: 4px;
  overflow: hidden;
}
.modal__new--wrap .coupon__wrap .coupon__box .inner__cont {
  height: 196px;
  padding: 35px 0 0;
  text-align: center;
}
.modal__new--wrap .coupon__wrap .coupon__box .inner__cont:before {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 43px;
  width: 460px;
  height: 460px;
  transform: translateX(-50%);  
}
.modal__new--wrap .coupon__wrap .coupon__box .coupon__title {
  font-size: 48px;
  line-height: 1;
}*/
.modal__new--wrap .coupon__wrap .coupon__box {
  width: 360px;
  height: 163px;
  margin: 0 auto;
  overflow: hidden;
}
.modal__new--wrap .coupon__wrap .coupon__box .inner__cont {
  height: 163px;
  padding: 28px 27px;
}
.modal__new--wrap .coupon__wrap .coupon__box .inner__cont:before {
  bottom: 63px;
  width: 320px;
  height: 320px;
}
.modal__new--wrap .coupon__wrap .coupon__box .coupon__title {
  font-size: 36px;
  line-height: 1;
}
.modal__new--wrap .coupon__wrap .coupon__box .coupon__sub-title {
  display: block;
  font-size: 21px;
  color: #111;
  font-weight: bold;
}
.modal__new--wrap .coupon__wrap .coupon__box.percent {
  border-color: #ffaa66;
  background: #fa6729;
}
.modal__new--wrap .coupon__wrap .coupon__box.percent .inner__cont {
  padding-top: 14px;
}
.modal__new--wrap .coupon__wrap .coupon__box.percent .coupon__title {
  display: flex;
  font-size: 36px; 
  align-items: baseline;
  justify-content: center;
}
.modal__new--wrap .coupon__wrap .coupon__box.percent .coupon__title > span {
  font-size: 56px;
}
.modal__new--wrap .coupon__wrap .coupon__box .coupon__title + span {
  margin-top: 11px;
  font-size: 18px;
  color: #666;
}
.modal__new--wrap .coupon__wrap .coupon__box.percent .coupon__title + span {
  margin-top: -4px;
}
.modal__new--wrap .coupon__wrap .coupon__box.point .coupon__title {
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
}
.modal__new--wrap .coupon__wrap .coupon__box.point .coupon__title > span {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  vertical-align: -2px;
}
.modal__new--wrap .coupon__wrap .coupon__box.point .coupon__title + span {
  margin-top: -2px;
}
.modal__new--wrap .coupon__btn--area {
  width: 408px;
  margin: 0 auto;
  font-size: 0;
}
.modal__new--wrap .coupon__btn--area .btn__black {
  width: 408px;
  font-size: 20px;
}
.modal__new--wrap .coupon__btn--area .btn .ico__arrow {
  background: url(/cjom/event/cjsalefesta/25_06_images/ico_arrow2_wh.png) no-repeat 100% 50%;
  background-size: auto 16px;
}
.modal__new--wrap .btn-modal-close {
  position: absolute;
  top: 12px;
  right: 10px;
}
.modal__new--wrap .btn-modal-close,
.modal__new--wrap .btn-modal-close span {
  width: 42px;
  height: 42px;
}
.modal__new--wrap .btn-modal-close span {  
  display: block;
  text-indent: -9999px;
  background: url(/cjom/event/cjsalefesta/25_05_images/btn_popup_close.png) no-repeat 50% 50%;
}


.modal__new--wrap.header__bar .modal-contents {
  width: 100%;
  padding: 0 !important;
}
.modal__new--wrap.header__bar .modal__header {
  height: 48px;
  border-bottom: 1px solid #eee;
}
.modal__new--wrap.header__bar .modal__header h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 48px;
}
.modal__new--wrap.header__bar .btn-modal-close {
  top: 4px;
  right: 8px;
  width: 40px;
  height: 40px;
}
.modal__new--wrap.header__bar .btn-modal-close > span {
  width: 40px;
  height: 40px;
}


.modal__new--wrap.app_modal {
  width: 320px;
}
.modal__new--wrap.app_modal .modal-contents {
  width: 320px;
}
.modal__new--wrap.app_modal h3 {
  font-size: 24px;
  color: #000;
}
.modal__new--wrap.app_modal h3 > span {
  color: #ef151e;
}
.modal__new--wrap.app_modal h3 + p {
  margin-top: 6px;
  font-size: 16px;
  color: rgba(0,0,0,0.7);
}
.modal__new--wrap.app_modal .app__qr--area {
  width: 125px;
  margin: 20px auto 0;
}

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

/* 팝업이 딤드 위에 오도록 설정 */
.coupon-popup_02.is-active {
  z-index: 20204;
}
/* 스크롤을 막는 클래스 */
html.no-scroll {
  overflow: hidden;
}

/* 눈 */
.snow__dot {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}
.snow__falls {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1024px;
  height: 300px;
  transform: translateX(-50%);
  z-index: 1;
}
.snow__falls > li {
  opacity:0;
  position:absolute;
  top:0;
  border-radius:100%;
  -webkit-animation-name: snow-drop;
          animation-name: snow-drop;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.snow__falls > li:nth-child(1) {
  left: 21%;
  width: 5px;
  height: 5px;
  -webkit-animation-duration: 9477ms;
          animation-duration: 9477ms;
  -webkit-animation-delay: 3111ms;
          animation-delay: 3111ms;
  filter: blur(1px);
}
.snow__falls > li:nth-child(2) {
  left: 85%;
  width: 5px;
  height: 5px;
  -webkit-animation-duration: 11718ms;
          animation-duration: 11718ms;
  -webkit-animation-delay: 148ms;
          animation-delay: 148ms;
  filter: blur(1px);
}
.snow__falls > li:nth-child(3) {
  left: 42%;
  width: 7px;
  height: 7px;
  -webkit-animation-duration: 13079ms;
          animation-duration: 13079ms;
  -webkit-animation-delay: 1826ms;
          animation-delay: 1826ms;
  filter: blur(1px);
}
.snow__falls > li:nth-child(4) {
  left: 15%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 5555ms;
          animation-duration: 5555ms;
  -webkit-animation-delay: 4785ms;
          animation-delay: 4785ms;
}
.snow__falls > li:nth-child(5) {
  left: 80%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 10794ms;
          animation-duration: 10794ms;
  -webkit-animation-delay: 4177ms;
          animation-delay: 4177ms;
  filter: blur(1px);
}
.snow__falls > li:nth-child(6) {
  left: 43%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 11502ms;
          animation-duration: 11502ms;
  -webkit-animation-delay: 4391ms;
          animation-delay: 4391ms;
}
.snow__falls > li:nth-child(7) {
  left: 102%;
  width: 12px;
  height: 12px;
  -webkit-animation-duration: 8242ms;
          animation-duration: 8242ms;
  -webkit-animation-delay: 2807ms;
          animation-delay: 2807ms;
}
.snow__falls > li:nth-child(8) {
  left: 19%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 7971ms;
          animation-duration: 7971ms;
  -webkit-animation-delay: 379ms;
          animation-delay: 379ms;
}
.snow__falls > li:nth-child(9) {
  left: 45%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 6773ms;
          animation-duration: 6773ms;
  -webkit-animation-delay: 3682ms;
          animation-delay: 3682ms;
}
.snow__falls > li:nth-child(10) {
  left: 78%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 9464ms;
          animation-duration: 9464ms;
  -webkit-animation-delay: 4278ms;
          animation-delay: 4278ms;
}
.snow__falls > li:nth-child(11) {
  left: 9%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 8079ms;
          animation-duration: 8079ms;
  -webkit-animation-delay: 1877ms;
          animation-delay: 1877ms;
}
.snow__falls > li:nth-child(12) {
  left: 28%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 5285ms;
          animation-duration: 5285ms;
  -webkit-animation-delay: 4520ms;
          animation-delay: 4520ms;
}
.snow__falls > li:nth-child(13) {
  left: 25%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 6642ms;
          animation-duration: 6642ms;
  -webkit-animation-delay: 2685ms;
          animation-delay: 2685ms;
}
.snow__falls > li:nth-child(14) {
  left: 25%;
  width: 5px;
  height: 5px;
  -webkit-animation-duration: 8556ms;
          animation-duration: 8556ms;
  -webkit-animation-delay: 2539ms;
          animation-delay: 2539ms;
}
.snow__falls > li:nth-child(15) {
  left: 97%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 5856ms;
          animation-duration: 5856ms;
  -webkit-animation-delay: 4743ms;
          animation-delay: 4743ms;
}
.snow__falls > li:nth-child(16) {
  left: 38%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 8577ms;
          animation-duration: 8577ms;
  -webkit-animation-delay: 1347ms;
          animation-delay: 1347ms;
}
.snow__falls > li:nth-child(17) {
  left: 60%;
  width: 6px;
  height: 6px;
  -webkit-animation-duration: 9836ms;
          animation-duration: 9836ms;
  -webkit-animation-delay: 2461ms;
          animation-delay: 2461ms;
}
.snow__falls > li:nth-child(18) {
  left: 88%;
  width: 5px;
  height: 5px;
  -webkit-animation-duration: 5877ms;
          animation-duration: 5877ms;
  -webkit-animation-delay: 2398ms;
          animation-delay: 2398ms;
}
.snow__falls > li:nth-child(19) {
  left: 29%;
  width: 10px;
  height: 10px;
  -webkit-animation-duration: 10129ms;
          animation-duration: 10129ms;
  -webkit-animation-delay: 1921ms;
          animation-delay: 1921ms;
}
.snow__falls > li:nth-child(20) {
  left: 70%;
  width: 8px;
  height: 8px;
  -webkit-animation-duration: 5276ms;
          animation-duration: 5276ms;
  -webkit-animation-delay: 4108ms;
          animation-delay: 4108ms;
}

@-webkit-keyframes snow-drop {
  0% {
    transform: translate(0, 0);
    opacity: 0.5;
    margin-left: 0;
  }
  10% {
    margin-left: 15px;
  }
  20% {
    margin-left: 25px;
  }
  25% {
    transform: translate(0, 200px);
    opacity: 0.75;
  }
  30% {
    margin-left: 15px;
  }
  40% {
    margin-left: 0;
  }
  50% {
    transform: translate(0, 400px);
    opacity: 1;
    margin-left: -15px;
  }
  60% {
    margin-left: -25px;
  }
  70% {
    margin-left: -15px;
  }
  75% {
    transform: translate(0, 600px);
    opacity: 0.5;
  }
  80% {
    margin-left: 0;
  }
  100% {
    transform: translate(0, 800px);
    opacity: 0;
  }
}

@keyframes snow-drop {
  0% {
    transform: translate(0, 0);
    opacity: 0.5;
    margin-left: 0;
  }
  10% {
    margin-left: 15px;
  }
  20% {
    margin-left: 25px;
  }
  25% {
    transform: translate(0, 200px);
  }
  30% {
    margin-left: 15px;
  }
  40% {
    margin-left: 0;
  }
  50% {
    transform: translate(0, 400px);
    opacity: 1;
    margin-left: -15px;
  }
  60% {
    margin-left: -25px;
  }
  70% {
    margin-left: -15px;
  }
  75% {
    transform: translate(0, 600px);
    opacity: 0.5;
  }
  80% {
    margin-left: 0;
  }
  100% {
    transform: translate(0, 800px);
    opacity: 0;
  }
}