/* 공통 */
#reviewEvent {
  font-family: Pretendard;
  /*letter-spacing: -0.02em;*/
}

#reviewEvent *,
#reviewEvent *::before,
#reviewEvent *::after {
  font-family: Pretendard;
  /*letter-spacing: -0.02em;*/
}

#reviewEvent .w-600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

#reviewEvent .section-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: normal;
}



/* 컨테이너 */
#reviewEvent .review-event-container {
  /*overflow-x: hidden;*/
  margin-top: -40px;
  padding-bottom: 88px;
}

#reviewEvent .w-600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

#reviewEvent .mo-block {
  display: none;
}

#reviewEvent .mo-none {
  display: block;
}

#reviewEvent .color-blue {
  color: #1351f6 !important;
}

#reviewEvent .color-green {
  color: #49b017 !important;
}

#reviewEvent .section {
}

#reviewEvent .section-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}




#reviewEvent .section.banner {
  width: 100%;
  height: 580px;
  background-color: #02032E;
}

#reviewEvent .section.banner .img {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

#reviewEvent .section.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}




#reviewEvent .section.benefit {
  padding: 40px 0 60px;
  border-bottom: 10px solid #f5f7fa;
}

#reviewEvent .section.benefit {
}

#reviewEvent .section.benefit .section-title {
  margin-bottom: 24px;
}

#reviewEvent .section.benefit .benefit-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

#reviewEvent .section.benefit .benefit-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

#reviewEvent .section.benefit .benefit-item img {
  width: 62px;
  flex-shrink: 0;
}

#reviewEvent .section.benefit .benefit-item .text {
  flex: 1;
  min-width: 0;
}

#reviewEvent .section.benefit .benefit-item .text .desc {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}

#reviewEvent .section.benefit .benefit-item .text .reward {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.36px;
}



#reviewEvent .section.benefit .community-list-block {
  margin-top: 24px;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

#reviewEvent .section.benefit .community-list-block .article-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}

#reviewEvent .section.benefit .community-list {
  display: flex;
  align-items: flex-start;
  gap: 4px 0;
  flex-wrap: wrap;
}

#reviewEvent .section.benefit .community-item {
  width: 50%;
}

#reviewEvent .section.benefit .community-item a {
  position: relative;
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.3px;
  padding-left: 9px;
  padding-right: 16px;
  background: url("../images/renewal/review-event/icon-community-link-arrow.png") no-repeat right center / 10px;
}

#reviewEvent .section.benefit .community-item a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #666;
}



#reviewEvent .section.step {
}

#reviewEvent .section.step .article {
  padding: 60px 0;
}

#reviewEvent .section.step .tag {
  display: block;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 2px 10px;
  border-radius: 42px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.02em;
}

#reviewEvent .section.step .tag.blue {
  color: #1351f6;
  background: #edf3ff;
}

#reviewEvent .section.step .tag.green {
  color: #49b017;
  background: #e8fbe1;
}

#reviewEvent .section.step .title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

#reviewEvent .section.step .desc {
  color: #888;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}

#reviewEvent .section.step .gray-box {
  border-radius: 20px;
  background: #f5f7f8;
  display: flex;
}

#reviewEvent .section.step .article.step-1 {
  border-bottom: 1px solid #eee;
}

#reviewEvent .section.step .article.step-1 .gray-box {
  align-items: flex-start;
  padding: 25px;
  gap: 16px;
  min-width: 0;
}

#reviewEvent .section.step .article.step-1 .gray-box .icon {
  width: 30px;
  flex-shrink: 0;
}

#reviewEvent .section.step .article.step-1 .gray-box .text {
  flex: 1;
  min-width: 0;
}

#reviewEvent .section.step .article.step-1 .gray-box .rule-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 8px;
}

#reviewEvent .section.step .article.step-1 .gray-box .rule-desc {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 0;
}

#reviewEvent .section.step .article.step-1 .gray-box .rule-desc li {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.02em;
  padding-left: 0.7em;
  position: relative;
}

#reviewEvent .section.step .article.step-1 .gray-box .rule-desc li:nth-of-type(1),
#reviewEvent .section.step .article.step-1 .gray-box .rule-desc li:nth-of-type(3) {
  width: 290px;
}

#reviewEvent .section.step .article.step-1 .gray-box .rule-desc li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #666;
}

#reviewEvent .section.step .article.step-2 .gray-box {
  align-items: flex-end;
  justify-content: center;
  padding: 30px 0 0;
}

#reviewEvent .section.step .article.step-2 .gray-box .img {
  width: 245px;
}

#reviewEvent .section.notice {
  background: #f5f7f8;
  padding: 60px 0 93px;
}

#reviewEvent .section.notice .section-title {
  margin-bottom: 16px;
}

#reviewEvent .section.notice .notice-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

#reviewEvent .section.notice .notice-list li {
  width: 100%;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.02em;
  position: relative;
  padding-left: 0.7em;
}

#reviewEvent .section.notice .notice-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #666;
}

#reviewEvent .bottom-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  filter: drop-shadow(0 -4px 14px rgba(0, 0, 0, 0.06));
  z-index: 1;
  padding: 16px 0 20px;
}

#reviewEvent .bottom-bar .btn-apply {
  width: 100%;
  height: 52px;
  line-height: 51px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}


/* 모달 공통 */
#reviewEvent .modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s;
}

#reviewEvent .modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999999999;
}

#reviewEvent .modal .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.2s;
}

#reviewEvent .modal.active .overlay {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

#reviewEvent .modal .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 18px;
  max-width: 410px;
  z-index: 100;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.2s;
}

#reviewEvent .modal .container .modal-header,
#reviewEvent .modal .container .modal-cont,
#reviewEvent .modal .container .modal-footer {
  width: 100%;
}

#reviewEvent .modal .container .btn-close {
  position: absolute;
  right: 24px;
  top: 28px;
  width: 18px;
  z-index: 1;
  cursor: pointer;
}

#reviewEvent .modal .container .btn-close img {
  width: 100%;
}

#reviewEvent .modal .container .modal-cont {
  flex: 1;
}

#reviewEvent .modal .container .modal-footer .btn-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin-top: 24px;
}

#reviewEvent .modal .container .modal-footer .btn {
  display: block;
  border-radius: 4px;
  height: 52px;
  line-height: 51px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
}

#reviewEvent .modal .container .modal-footer .btn-white {
  border: 1px solid #EEE;
  flex: 1;
  min-width: 0;
}

#reviewEvent .modal .container .modal-footer .btn-black {
  background: #000;
  color: #fff;
  width: 64.86%;
}



/* 이벤트 신청 모달 */
#reviewEvent .modal.apply-event {}

#reviewEvent .modal.apply-event .container {
  height: 680px;
  padding: 24px 20px 20px;
}

#reviewEvent .modal.apply-event .container .modal-header {
  padding: 0 0 28px;
}

#reviewEvent .modal.apply-event .container .modal-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}

#reviewEvent .modal.apply-event .container .modal-cont .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#reviewEvent .modal.apply-event .container .modal-cont .item {
  width: 100%;
  display: block;
}

#reviewEvent .modal.apply-event .container .modal-cont .item.hidden {
  display: none;
}

#reviewEvent .modal.apply-event .container .modal-cont .item:last-child {
  border-top: 1px solid #eee;
  padding-top: 22px;
  margin-top: 22px;
}

#reviewEvent .modal.apply-event .container .modal-cont .item .item-title {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 14px;
}

#reviewEvent .modal.apply-event .container .modal-cont .item .input-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

#reviewEvent .modal.apply-event .container .modal-cont .item input,
#reviewEvent .modal.apply-event .container .modal-cont .item select {
  width: 100%;
  height: 48px;
  line-height: 47px;
  border-radius: 4px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 0 13px;
}

#reviewEvent .modal.apply-event .container .modal-cont .item select {
  appearance: none;
  padding-right: 40px;
  background: url('../images/renewal/icon-select-arrow.png') no-repeat right 14px
  center / 11px;
}

#reviewEvent .modal.apply-event .container .modal-cont .item select:invalid {
  color: rgba(0, 0, 0, 0.3);
}

#reviewEvent .modal.apply-event .container .modal-cont .input-item input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

#reviewEvent .modal.apply-event .container .modal-footer {
  padding-top: 20px;
}

#reviewEvent .modal.apply-event .container .modal-footer .dont-show-today {
  display: none;
}

#reviewEvent .modal.apply-event .container .modal-footer .dont-show-today+label {
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  padding-left: 30px;
  cursor: pointer;
}

#reviewEvent .modal.apply-event .container .modal-footer .dont-show-today+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-image: url("../images/renewal/home/img-check-off.png");
}

#reviewEvent .modal.apply-event .container .modal-footer .dont-show-today:checked+label::before {
  background-image: url("../images/renewal/home/img-check-on.png");
}




/* 신청 완료 모달 */
#reviewEvent .modal.complete .container {
  height: 424px;
  padding: 45px 20px 20px;
}

#reviewEvent .modal.complete .container .modal-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#reviewEvent .modal.complete .container .modal-cont .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.44px;
  margin-bottom: 16px;
}

#reviewEvent .modal.complete .container .modal-cont .desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  margin-bottom: 60px;
}

#reviewEvent .modal.complete .container .modal-cont img {
  display: block;
  margin: 0 auto;
  width: 136px;
}

#reviewEvent .modal.complete .container .modal-footer .btn {
  width: 100%;
}



@media screen and (max-width: 768px) {
  #reviewEvent .w-600 {
    max-width: 100%;
    padding: 0 20px;
  }

  #reviewEvent .mo-block {
    display: block;
  }

  #reviewEvent .mo-none {
    display: none;
  }




  #reviewEvent .section.banner {
    width: 100%;
    height: auto;
  }

  #reviewEvent .section.banner img {
    object-fit: unset;
  }




  #reviewEvent .section.benefit .community-list {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  #reviewEvent .section.benefit .community-item {
    width: 100%;
  }




  #reviewEvent .section.step .article.step-1 .title .color-blue {
    display: block;
  }

  #reviewEvent .section.step .article.step-1 .gray-box .rule-desc {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 2px;
  }

  #reviewEvent .section.step .article.step-1 .gray-box .rule-desc li {
    width: 100% !important;
  }



  #reviewEvent .modal .container {
    max-width: 100%;
    border-radius: 22px 22px 0 0;
    top: unset;
    transform: translate(-50%, 0);
  }

  #reviewEvent .modal.apply-event .container {
    height: 652px;
    bottom: -652px;
    padding-top: 28px;
  }

  #reviewEvent .modal.apply-event.active .container {
    transform: translate(-50%, -652px);
  }

  #reviewEvent .modal.complete .container {
    height: 398px;
    bottom: -398px;
    padding-top: 45px;
  }

  #reviewEvent .modal.complete.active .container {
    transform: translate(-50%, -398px);
  }



  .page-id-4903897 footer .chatbot-icon {
    bottom: calc(123px + 88px);
  }
  .page-id-4903897 footer .lately {
    bottom: calc(20px + 88px);
  }
}