@charset "UTF-8";

/* ************** 공통 ************** */
#weekly-report, #weekly-report *{
  font-family: "Pretendard Variable", "Pretendard", 'Noto Sans', sans-serif;
  font-weight: 500;
  word-break: keep-all;
}
#weekly-report .mo-only{
  display: none;
}
#weekly-report section{
  padding: 0 40px;
}
#weekly-report section img,
#weekly-report section picture{
  width: 100%;
  display:inline-block;
}
#weekly-report section .inwrap{
  max-width: 1380px;
  margin: 0 auto;
}

#weekly-report section .inwrap .heading .title{
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: -1px;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 16px;
  vertical-align: middle;
  padding: 0 44px;
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
}

#weekly-report section .inwrap .heading .title::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url('/kr/story/images/weeklyreport/icon-plus-w.png') no-repeat center / contain;
}
#weekly-report section .inwrap .heading .title::after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url('/kr/story/images/weeklyreport/icon-plus-w.png') no-repeat center / contain;
}
#weekly-report section .heading .desc{
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: -0.48px;
  font-weight: 400;
  color: #C6C9CE;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  transition-delay: 0.3s;
}

#weekly-report section .item-info{
  display: flex;
  gap: 30px;
  align-items: center;
  max-width: 528px;
  width: 100%;
}
#weekly-report section .item-info .item-img .icon-rank{
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 46px;
}
#weekly-report section .item-info .item-img .item-product{
  width: 160px;
  height: 160px;
}
#weekly-report section .item-text{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  gap: 16px;
}
#weekly-report section .item-text .item-title{
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: -0.36px;
  word-break: keep-all;
}
#weekly-report section .item-text .item-title .item-code{
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.44;
  letter-spacing:-0.28px;
  font-weight: 400;
  color: #94989C;
}
#weekly-report section .item-text .item-link{
  position: relative;
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: -0.28px;
  color: #fff;
  padding: 8px 16px;
  align-self: flex-start;
  width: auto; 
  background-color: #000;
  border-radius: 8px ;
  border: 1px solid #000;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}
#weekly-report section .item-text .item-link:hover{
  background-color: #fff;
  color: #000;

}


#weekly-report section .content{
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}

#weekly-report section.on .inwrap .heading .title{
  opacity: 1;
  transform: translateY(0);
}
#weekly-report section.on .heading .desc{
  opacity: 1;
  transform: translateY(0);
}
#weekly-report section.on .content{
  opacity: 1;
}

#weekly-report section .content .disclaimer{
  margin-top: 40px;
  text-align: left;
}
#weekly-report section .disclaimer p{
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: -0.28px;
  color: #94989C;
  font-weight: 400;
}
#weekly-report section .disclaimer p::before{
  content: '*';
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: -0.28px;
  color: #94989C;
  font-weight: 400;
  position: absolute;
  top: 2px;
  left: 0;
}
#weekly-report section .disclaimer dl{
  margin-top: 6px;
}
#weekly-report section .disclaimer dl:first-child{
  margin-top: 0;
}

/* ************** kv ************** */
#weekly-report #kv{
  background-color: #000;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  height: calc(100vh - 116px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 820px;
}
#weekly-report #kv .inwrap{
  padding: 60px 0 80px;
}
#weekly-report #kv .eyebrow{
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.3px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 60px;
}
#weekly-report #kv h3 {
  max-width: 606px;
  margin: 0 auto 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: relative;
  height: 540px;
}
#weekly-report #kv h3 .kv-tit-weekly{
  width: 605px;
  display: block;
  overflow: hidden;
  transform: translateY(244px);
  transition: transform 0.6s ease 0.55s;
}
#weekly-report #kv h3 .kv-tit-report{
  height: auto;
  padding-left: 3px;
  display: block;
  overflow: hidden;
  margin-top: 458px;
  transform: translateY(-214px);
  transition: transform 0.6s ease 0.55s;
}
#weekly-report #kv h3 span picture{
  transform: translateY(100%);
}
#weekly-report #kv h3 .kv-product{
  position: absolute;
  width: 100%;
  left:50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#weekly-report #kv h3 .kv-product .kv-video{
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 410px;
  text-align: center;
  z-index: 1;
  position: relative;
  opacity: 0;
  padding: 4px 0 12px;
}

#weekly-report #kv h3 .kv-product .bg{
  position: absolute;
  max-width: 606px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#weekly-report #kv h3 .kv-product .bg .bg-frame-top{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 150%);
  transform-origin: center center;
  opacity: 0;
}
#weekly-report #kv h3 .kv-product .bg .bg-frame-bottom{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -150%);
  transform-origin: center center;
  opacity: 0;
}
#weekly-report #kv h3 .kv-product .bg .bg-plus{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  opacity: 0;
}
#weekly-report #kv h3 .kv-product .bg .bg-circle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  max-width: 181px;
  opacity: 0;
}


#weekly-report #kv h3 .kv-product .bg .bg-deco1{
  position: absolute;
  top: 14px;
  left: 14px;
  width: 70px;
  opacity: 0;
  z-index: 1;
}
#weekly-report #kv h3 .kv-product .bg .bg-deco2{
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 50px;
  opacity: 0;
  z-index: 1;
}

#weekly-report #kv h3 .kv-product .bg .bg-bottom{
  position: absolute;
  left: 50%;
  max-width: 131px;
  top: 100%;
  transform: translate(-50%, 20px);
  opacity: 0;
  z-index: 1;
  margin-top: -23px;
}
#weekly-report #kv h3 .kv-product .bg .bg-bottom img{
  opacity: 0.3;
}
#weekly-report #kv h3 .kv-product .bg .bg-bottom img.bg-bottom-pointer{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 200px;
  margin-top: 2px;
}

#weekly-report #kv h3 .kv-product .label{
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  border: 1px solid #646669;
  border-radius: 4px;
  font-size: 16px;
  padding: 6px 12px;
  box-sizing: border-box;
  line-height: 1.4;
  letter-spacing: -0.32px;
  font-weight: 400;
  background-color: rgba(255,255,255,.05);
  opacity: 0;
  z-index: 1;
  color: #94989C;
}

#weekly-report #kv .kv-desc{
  font-size: 18px;
  color: #DCDCDC;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.18px;
  opacity: 0;
}
#weekly-report #kv.on h3 span picture {
  animation: kv-h3-title-up 0.6s cubic-bezier(0.02, 0.22, 0.41, 1.02) forwards;
}
#weekly-report #kv.on h3 .kv-tit-weekly, 
#weekly-report #kv.on h3 .kv-tit-report {
  transform: translateY(0);
  /* margin-top: 458px; */
  /* animation: kv-h3-title-gap 0.6s ease-in-out 1.2s forwards; */
}

@keyframes kv-h3-title-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes kv-h3-title-gap {
  from {
    gap: 0;
  }
  to {
    gap: 458px;
  }
}

#weekly-report #kv.on h3 .kv-product .bg .bg-frame-top{
  animation: kv-opacity 0.5s ease-in-out 0.6s forwards,
  kv-frame-top 0.5s ease 0.7s forwards,
  kv-frame-bounce 0.5s ease-in-out 1.15s forwards;
}
#weekly-report #kv.on h3 .kv-product .bg .bg-frame-bottom{
  animation: kv-opacity 0.5s ease-in-out 0.6s forwards,
  kv-frame-bottom 0.5s ease 0.7s forwards,
  kv-frame-bounce 0.5s ease-in-out 1.15s forwards;
}

@keyframes kv-frame-top {
  to {
    transform: translate(-50%, 0);
    top: 0;
  }
}

@keyframes kv-frame-bottom {
  to {
    transform: translate(-50%, 0);
    bottom: 0;
  }
}

@keyframes kv-frame-bounce {
  0% {
    transform: translate(-50%, 0) scale(1);
  }
  70% {
    transform: translate(-50%, 0) scale(0.9);
  }
  100% {
    transform: translate(-50%, 0) scale(1);
  }
}


#weekly-report #kv.on h3 .kv-product .bg .bg-circle{
  /* animation: kv-opacity 0.5s ease-in-out 1.8s forwards,
  kv-circle-bounce 0.5s ease-in-out 1.8s forwards; */
}

@keyframes kv-circle-bounce {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  70% {
    transform: translate(-50%, -50%) scale(0.9) rotate(90deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}

#weekly-report #kv.on h3 .kv-product .bg .bg-plus{
  /* animation: kv-opacity 0.5s ease-in-out 1.5s both; */
}

#weekly-report #kv.on h3 .kv-product .kv-video{
  animation: kv-opacity 0.4s ease-in-out 1.15s both,
  kv-product-bounce 0.5s ease-in-out 1.15s forwards;
}

@keyframes kv-product-bounce {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
#weekly-report #kv.on h3 .kv-product .bg .bg-bottom{
  animation: kv-bottom 0.5s ease-in-out 1.5s forwards;
}

@keyframes kv-bottom{
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
#weekly-report #kv.on h3 .kv-product .label{
  animation: kv-opacity 0.5s ease-in-out 1.5s both;
}
#weekly-report #kv.on h3 .kv-product .bg-deco1{
  animation: kv-opacity 0.5s ease-in-out 1.5s both;
}
#weekly-report #kv.on h3 .kv-product .bg-deco2{
  animation: kv-opacity 0.5s ease-in-out 1.5s both;
}
#weekly-report #kv.on .kv-desc{
  animation: kv-opacity 0.5s ease-in-out 1.5s both;
}

@keyframes kv-opacity{
  to {
    opacity: 1;
  }
}



/* ************** 큐레이션 ************** */
#weekly-report #curation{
  background-color: #000;
  border-top: 1px solid #323437;

}
#weekly-report #curation .inwrap {
  padding: 120px 0;
  color: #fff;
  text-align: center;
  
}

#weekly-report #curation .content{
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 100px 130px;
  box-sizing: border-box;
  margin-top: 84px;
  color: #000;
}
#weekly-report #curation .curation-head{
  padding-bottom:60px;
  text-align: center;
}

#weekly-report #curation .curation-head .eyebrow{
  width: 176px;
  margin: 0 auto;
  line-height: 1;

}
#weekly-report #curation .curation-head .title{
  font-size: 40px;
  line-height: 1.36;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin-top: 32px;
}
#weekly-report #curation .curation-head .desc{
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.56px;
  margin-top: 8px;
}
#weekly-report #curation .curation-list{
  display: flex;
  flex-direction: column;
  height: 100%;
}
#weekly-report #curation .curation-list li{
  border-top: 1px solid #E6E8EB;
  padding: 40px;
  display: flex;
  gap: 38px;
  position: relative;
}
#weekly-report #curation .curation-list li:last-child{
  border-bottom: 1px solid #E6E8EB;
}

#weekly-report #curation .curation-list li .item-pick-point{
  background-color: #F7F7F7;
  border-radius: 20px;
  padding: 28px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 474px;
  width: 100%;
}
#weekly-report #curation .curation-list li .item-pick-point .eyebrow{
  width: 88px;
  margin-bottom: 10px;
  line-height: 1.28;
}
#weekly-report #curation .curation-list li .item-pick-point .title{
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  margin-bottom: 4px;
  font-weight: 700;
}
#weekly-report #curation .curation-list li .item-pick-point .desc{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  color: #646669;
  word-break: keep-all;
}
#weekly-report #curation .content .disclaimer{
  text-align: left;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#weekly-report #curation .content .disclaimer .disclaimer-tab{
  display: flex;
  gap: 24px;
}
#weekly-report #curation .content .disclaimer .disclaimer-tab button{
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: -0.28px;
  color: #94989C;
  font-weight: 700;
  position: relative;
}
#weekly-report #curation .content .disclaimer .disclaimer-tab button::after{
  content: '';
  width: 20px;
  height: 20px;
  background: url('/kr/story/images/weeklyreport/icon-arrow-down.png') no-repeat center / contain;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.44;
  margin-left: 2px;
}
#weekly-report #curation .content .disclaimer .disclaimer-tab button[aria-selected="true"]::after {
  transform: rotate(180deg);
}

#weekly-report #curation .content .disclaimer .disclaimer-cnt li .disclaimer-tit{
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: -0.28px;
  color: #94989C;
  font-weight: 700;
  position: relative;
  margin-bottom: 6px;
}
#weekly-report #curation .content .disclaimer .disclaimer-cnt li dt{
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: -0.28px;
  color: #94989C;
  font-weight: 600;
}


/* ************** 리뷰 ************** */
#weekly-report #review{
  background-color: #F7F7F7;
  text-align: center;
  padding-top: 120px;
}
#weekly-report #review .inwrap .heading .title::before,
#weekly-report #review .inwrap .heading .title::after{
  background-image: url('/kr/story/images/weeklyreport/icon-plus-b.png');
}
#weekly-report #review .heading .desc{
  color: #323437; 
}
#weekly-report #review .heading .desc span.review-live{
  color: #7333D4;
  font-weight: 700;
}
#weekly-report #review .heading .desc span.review-buy{
  color: #FF3F18;
  font-weight: 700;
}
#weekly-report #review .review-container{
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 100px;
}
#weekly-report #review .review-product{
  background-color: #fff;
  border-radius: 12px;
  padding: 120px 130px 100px;
  box-sizing: border-box;
  position: relative;
}
#weekly-report #review .review-product .review-rank{
  width: 48px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#weekly-report #review .review-product .review-key-point{
  color: #000;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -0.8px;
  font-weight: 700;
}
#weekly-report #review .review-product .review-key-point span{
  position: relative;
  font-weight: 700;
  display: inline;
  background-image: linear-gradient(rgba(206,5,5,0.15), rgba(206,5,5,0.15));
  background-repeat: no-repeat;
  background-size: 0% 37%;
  background-position: 0 100%;
  transition: background-size 0.3s ease-in-out;
}
#weekly-report #review .review-product .review-key-point.rank1 span{
  background-image: linear-gradient(rgba(206,5,5,0.15), rgba(206,5,5,0.15));
}
#weekly-report #review .review-product .review-key-point.rank2 span{
  background-image: linear-gradient(rgba(255,63,24,0.10), rgba(255,63,24,0.10));
}
#weekly-report #review .review-product .review-key-point.rank3 span{
  background-image: linear-gradient(rgba(255,155,16,0.17), rgba(255,155,16,0.17));
}
#weekly-report #review .review-product.on .review-key-point span{
  background-size: 100% 37%;   
}
#weekly-report #review .review-product .review-product-info{
  margin-top: 48px;
}
#weekly-report #review .review-product .review-product-info .item-info{
  border: 1px solid #E6E8EB;
  border-radius: 8px;
  padding: 18px 40px;
  box-sizing: border-box;
  max-width: 600px;
  margin: 0 auto;
  gap: 40px;
}
#weekly-report #review .review-product .review-product-info .item-info .icon-rank{
  width: 48px;
  height: 69px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#weekly-report #review .review-product .review-product-info .item-info .item-product{
  width: 140px;
  height: 140px;
}
#weekly-report #review .review-product .review-product-info .review-list{
  display: flex;
  gap:24px;
  margin-top: 89px;
}
#weekly-report #review .review-product .review-product-info .review-list>li{
  background-color: #F7F7F7;
  border-radius: 12px;
  padding: 54px 40px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1;
  position: relative;
  align-items: stretch;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-live{
  width: 110px;
  position: absolute;
  top:-24px;
  left: 40px;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-user{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-user-info{
  display: flex;
  align-items: center;
  gap: 16px;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-user-star{
  width: 100px;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-user-name{
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: -0.36px;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-user-date{
  position: relative;
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: -0.36px;
  color: #94989C;
  font-weight: 400;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-tag{
  display: flex;
  gap: 8px;
  margin-top: 28px;
  align-items: center;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-tag li{
  background-color: #fff;
  border-radius: 99px;
  padding: 8px 16px;
  color: #868686;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
  font-weight: 600;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-desc{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  flex: 1;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-desc p{
  word-break: keep-all;
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: -0.36px;
  font-weight: 400;
  color: #191C1F;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  max-height: calc(18px * 1.58 * 9);
  position: relative;
  word-break: break-word;

}
#weekly-report #review .review-product .review-product-info .review-list li .re-desc .btn-more{
  display: inline-block;
  font-size: 18px;
  line-height: 1.58;
  letter-spacing: -0.36px;
  color: #94989C;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-desc.on{
  flex-direction: column;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-desc.on .re-desc-copy p{
  display: block;
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-desc.on .btn-more{
  display: none !important;
}
#weekly-report #review .review-product .review-product-info .review-list li .re-desc .re-img{
  width: 234px;
  height: 234px;
  border-radius: 10px;
}
#weekly-report #review .review-product .review-product-info .review-desc{
  font-weight: 500;
  padding: 0;
}
#weekly-report #review .review-product .review-product-info .review-desc.disclaimer button{
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: -0.28px;
  color: #94989C;
  position: relative;
  padding-left: 10px;
  margin-top: 6px;
  font-weight: 700;
}
#weekly-report #review .review-product .review-product-info .review-desc.disclaimer button:before{
  content: '*';
  font-size: 14px;
  line-height: 1.44;
  letter-spacing: -0.28px;
  color: #94989C;
  position: absolute;
  top: 2px;
  left: 0;
}
#weekly-report #review .review-product .review-product-info .review-desc.disclaimer button::after{
  content: '';
  width: 20px;
  height: 20px;
  background: url('/kr/story/images/weeklyreport/icon-arrow-down.png') no-repeat center / contain;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.44;
  margin-left: 2px;
}
#weekly-report #review .review-product .review-product-info .review-desc.disclaimer button[aria-expanded="true"]::after{
  transform: rotate(180deg);
}
#weekly-report #review .review-product .review-product-info .review-desc.disclaimer .disclaimer-copy{
  padding-left: 10px;
  padding-top: 3px;
}


/* ************** 가이드 버튼 ************** */
#weekly-report #guideBtn{
  background-color: #F7F7F7;
  text-align: center;
  padding: 80px 40px 100px;
}
#weekly-report #guideBtn .btn-wrap{
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
#weekly-report #guideBtn .btn-wrap .btn-go-to{
  background-color: #fff;
  border-radius: 8px;
  padding: 17px 0 17px 32px;
  font-size: 17px;
  line-height: 1.5;
  color: #0F0F0F;
  flex: 1;
  text-align: left;
  position: relative;
}
#weekly-report #guideBtn .btn-wrap .btn-go-to::after{
  content: '';
  width: 24px;
  height: 24px;
  background: url('/kr/story/images/weeklyreport/icon-arrow-right.png') no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
#weekly-report #guideBtn .btn-wrap .btn-go-to:hover::after{
  right: 19px;
}



@media screen and (max-width: 1379px) {
  #weekly-report #curation .curation-list li{
    flex-wrap: wrap;
  }
  #weekly-report section .item-info{
    max-width: 100%;
  }
  #weekly-report #curation .curation-list li .item-pick-point{
    max-width: 100%;
  }
  #weekly-report #review .review-product .review-product-info .review-list{
    flex-direction: column;
    gap: 50px;
  }
  #weekly-report #curation .content .disclaimer .disclaimer-tab{
    display: flex;
    gap: 8px;
  }
}




@media screen and (max-width: 767px) {
  #weekly-report .mo-only{
    display: block !important;
  }
  #weekly-report .pc-only{
    display: none !important;
  }
  #weekly-report section{
    padding: 0 20px;
  }
  #weekly-report section .inwrap{
    max-width: 100%;
  }
  #weekly-report section .inwrap .heading .title{
    font-size: 32px;
    line-height: 1.36;
    letter-spacing: -0.64px;
    padding: 0 28px;
    margin-bottom: 12px;
  }
  #weekly-report section .inwrap .heading .title::before,
  #weekly-report section .inwrap .heading .title::after{
    width: 24px;
    height: 24px;
  }
  #weekly-report section .heading .desc{
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.32px;
  }
  #weekly-report section .item-info{
    gap: 12px;
  }
  #weekly-report section .item-info .item-img .icon-rank{
    width: 26px;
    height: auto;
  }
  #weekly-report section .item-info .item-img .item-product{
    width: 104px;
    height: auto;
  }
  #weekly-report section .item-text{
    gap: 10px;
  }
  #weekly-report section .item-text .item-title{
    font-size: 14px;
    line-height: 1.44;
    letter-spacing: -0.28px;
  }
  #weekly-report section .item-text .item-title .item-code{
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.42;
    letter-spacing: -0.22px;
  }
  #weekly-report section .item-text .item-link{
    border-radius: 4px;
    padding: 6px 14px;
    font-size: 11px;
    line-height: 1.42;
    letter-spacing: -0.22px;
  }
  #weekly-report section .content .disclaimer{
    margin-top: 24px;
    padding: 0 16px;
  }
  #weekly-report section .disclaimer p,
  #weekly-report section .disclaimer p::before{
    font-size: 11px;
    line-height: 1.42;
    letter-spacing: -0.22px;
  }



  #weekly-report #kv{
    min-height: 708px;
    height: calc(100vh - 112px);
  }
  #weekly-report #kv .inwrap{
    padding: 40px 20px 56px;
  }
  #weekly-report #kv .eyebrow{
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -0.36px;
    margin-bottom: 39px;
  }
  #weekly-report #kv h3 {
    max-width: 100%;
    margin: 0 auto 73px;
    height: 405px;
  }
  #weekly-report #kv h3 span.kv-tit-weekly{
    width: 100%;
    max-width: 308px;
    transform: translateY(160px);
  }
  #weekly-report #kv h3 span.kv-tit-report{
    height: auto;
    max-width: 305px;
    margin-top: 320px;
    transform: translateY(-160px);
  }
  #weekly-report #kv.on h3 .kv-tit-report{
  }
  #weekly-report #kv h3 .kv-product .kv-video{
    max-width: 218px;
    padding: 16px 0 24px;
  }
  #weekly-report #kv h3 .kv-product .label{
    border-radius: 4px;
    padding: 4px 8px;
    top: 8px;
    right: 8px;
    font-size: 12px;
    line-height: 1.54;
    letter-spacing: -0.24px;
  }
  #weekly-report #kv h3 .kv-product .bg .bg-frame-top,
  #weekly-report #kv h3 .kv-product .bg .bg-frame-bottom{
    max-width: 310px;
  }
  #weekly-report #kv h3 .kv-product .bg .bg-frame-top img,
  #weekly-report #kv h3 .kv-product .bg .bg-frame-bottom img{
    height: auto;
  }
  
  #weekly-report #kv h3 .kv-product .bg .bg-plus{
    width: 16px;
    height: 16px;
  }
  #weekly-report #kv h3 .kv-product .bg .bg-circle{
    width: 150px;
  }
  #weekly-report #kv h3 .kv-product .bg .bg-deco1{
    top: 11px;
    left: 8px;
  }
  #weekly-report #kv h3 .kv-product .bg .bg-deco2{
    width: 45px;
    left: 8px;
    bottom: 10px;
  }
  #weekly-report #kv h3 .kv-product .bg .bg-bottom img.bg-bottom-pointer{
    width: 180px;
    margin-top: 2px;
  }
  #weekly-report #kv .kv-desc{
    color: #C6C9CE;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
  }


  #weekly-report #curation .inwrap{
    padding: 40px 0;
  }
  #weekly-report #curation .content{
    border-radius: 8px;
    margin-top: 40px;
    padding: 32px 0;
  }
  #weekly-report #curation .curation-head{
    padding: 0 16px 8px;
  }
  #weekly-report #curation .curation-head .eyebrow{
    width: 117px;
    line-height: 1.28;
  }
  #weekly-report #curation .curation-head .title{
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.48px;
    margin-top: 24px;
  }
  #weekly-report #curation .curation-head .desc{
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-top: 4px;
  }
  #weekly-report #curation .curation-list{
    padding: 32px 16px 0;
    gap: 24px;
  }
  #weekly-report #curation .curation-list li{
    flex-direction: column;
    border: 0;
    padding: 24px 0 0;
    gap: 20px;
    border-top: 1px solid #E6E8EB;
  }
  #weekly-report #curation .curation-list li:last-child{
    border-bottom: 0;
  }
  #weekly-report #curation .curation-list li .item-pick-point{
    padding: 20px 8px;
    text-align: center;
    border-radius: 8px;
  }
  #weekly-report #curation .curation-list li .item-pick-point .eyebrow{
    line-height: 1.4;
    margin:0 auto 8px;
  }
  #weekly-report #curation .curation-list li .item-pick-point .title{
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 8px;
  }
  #weekly-report #curation .curation-list li .item-pick-point .desc{
    font-size: 12px;
    line-height: 1.54;
    letter-spacing: -0.32px;
  }
  #weekly-report #curation .content .disclaimer .disclaimer-cnt{
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  #weekly-report #curation .content .disclaimer .disclaimer-cnt li{
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
  #weekly-report #curation .content .disclaimer .disclaimer-cnt li button{
    font-size: 11px;
    line-height: 1.42;
    letter-spacing: -0.22px;
    font-weight: 700;
    color: #94989C;
    position: relative;
  }
  #weekly-report #curation .content .disclaimer .disclaimer-cnt li button::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/kr/story/images/weeklyreport/icon-arrow-down.png') no-repeat center / contain;
    vertical-align: middle;
  }
  #weekly-report #curation .content .disclaimer .disclaimer-cnt li button[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }
  #weekly-report #curation .content .disclaimer .disclaimer-cnt li dt{
    font-size: 11px;
    line-height: 1.42;
    letter-spacing: -0.22px;
  }



  #weekly-report #review{
    padding-top: 60px;
  }
  #weekly-report #review .review-container{
    margin-top: 44px;
    gap: 40px;
  }
  #weekly-report #review .review-product{
    padding: 28px 16px 24px;
    border-radius: 8px;
  }
  #weekly-report #review .review-product .review-key-point{
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -0.36px;
  }
  #weekly-report #review .review-product .review-key-point span::after{
    height: 12px;
  }
  #weekly-report #review .review-product .review-product-info{
    margin-top: 20px;
  }
  #weekly-report #review .review-product .review-product-info .item-info{
    padding: 8px;
    gap: 8px;
    max-width: 100%;
  }
  #weekly-report #review .review-product .review-product-info .item-info .icon-rank{
    width: 26px;
    height: auto;
    top: -16px;
  }
  #weekly-report #review .review-product .review-product-info .item-info .item-product{
    width: 104px;
    height: auto;
  }
  #weekly-report #review .review-product .review-product-info .review-list{
    margin-top: 46px;
    gap: 46px;
  }
  #weekly-report #review .review-product .review-product-info .review-list>li{
    border-radius: 8px;
    padding: 28px 16px 24px;
  }
  #weekly-report #review .review-product .review-product-info .review-list li .re-live{
    width: 79px;
    top: -15px;
    left: 16px;
  }
  #weekly-report #review .review-product .review-product-info .review-list li .re-user-info{
    gap: 9px; 
  }
  #weekly-report #review .review-product .review-product-info .review-list li .re-user-star{
    width: 88px;
  }
  #weekly-report #review .review-product .review-product-info .review-list li .re-user-name{
    font-size: 14px;
    line-height: 1.44;
    letter-spacing: -0.28px;
  }
  #weekly-report #review .review-product .review-product-info .review-list li .re-user-date{
    font-size: 12px;
    line-height: 1.54;
    letter-spacing: -0.24px;
  }
  #weekly-report #review .review-product .review-product-info .review-list li .re-tag{
    margin-top: 12px;
    gap: 6px;
  }
  #weekly-report #review .review-product .review-product-info .review-list li .re-tag li{
    border-radius: 100px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.54;
    letter-spacing: -0.24px;
  }
  #weekly-report #review .review-product .review-product-info .review-list li .re-desc{
    margin-top: 12px;
    flex-direction: row;
  }

  #weekly-report #review .review-product .review-product-info .review-list li .re-desc .re-desc-copy p{
    font-size: 14px;
    line-height: 1.44;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    max-height: calc(14px * 1.44 * 4);
    position: relative;
    word-break: break-word;
  }
  #weekly-report #review .review-product .review-product-info .review-list li .re-desc .btn-more{
    display: inline-block;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: -0.26px;
    color: #94989C;
  }
  #weekly-report #review .review-product .review-product-info .review-list li .re-desc .re-img{
    width: 80px;
    height: 80px;
  }
  #weekly-report #review .review-product .review-product-info .review-list li .re-desc.on .re-img{
    width: 100%;
    height: auto;
  }
  #weekly-report #review .review-product .review-product-info .review-desc{
    font-size: 11px;
    line-height: 1.42;
    letter-spacing: -0.22px;
    margin-top: 24px;
  }
  #weekly-report #review .review-product .review-product-info .review-desc a{
    word-wrap: break-word;
  }
  #weekly-report #review .review-product .review-product-info .review-desc.disclaimer button,
  #weekly-report #review .review-product .review-product-info .review-desc.disclaimer button::before{
    font-size: 11px;
    line-height: 1.42;
    letter-spacing: -0.22px;
  }
  #weekly-report #review .review-product .review-product-info .review-desc.disclaimer button::after{
    width: 16px;
    height: 16px;
  }
  #weekly-report #review .review-product .review-product-info .review-desc.disclaimer .disclaimer-copy{
    padding: 2px 8px 0;
    font-weight: 400;
  }


  #weekly-report #guideBtn{
    padding: 40px 20px 80px;
  }
  #weekly-report #guideBtn .btn-wrap{
    flex-direction: column;
    gap: 2px;
  }
  #weekly-report #guideBtn .btn-wrap .btn-go-to{
    font-size: 16px;
    padding: 18px 20px;
  }
  #weekly-report #guideBtn .btn-wrap .btn-go-to::after{
    right: 20px;
  }
  #weekly-report #guideBtn .btn-wrap .btn-go-to.btn-guide1{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #weekly-report #guideBtn .btn-wrap .btn-go-to.btn-guide2{
    border-radius: 0;
  }
  #weekly-report #guideBtn .btn-wrap .btn-go-to.btn-guide3{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #weekly-report #guideBtn .btn-wrap .btn-go-to:hover::after{
    right: 10px;
  }
  
}



