@charset "UTF-8";
@import url("https://rsms.me/inter/inter.css");
:root {
  --sole-mainC1: color(display-p3 1 0.4706 0.4706);
  --sole-mainC2: color(display-p3 1 0.4706 0.4706 / 0.15);
  --sole-mainC3: color(display-p3 1 0.4706 0.4706 / 0.1);
  --sole-maintxtC1: color(display-p3 1 0.4706 0.4706);
  --sole-btnC1: color(display-p3 1 0.4706 0.4706);
  --sole-btnC1over: color(display-p3 1 0.4706 0.4706);
  --sole-red: color(display-p3 1 0.4706 0.4706);
}

.color_red,
.wl_message {
  color: color(display-p3 1 0.4706 0.4706);
}

.contwrapTy1 .inputBoxTy01 .error,
.contwrapTy7 .inputBoxTy01 .error {
  color: color(display-p3 1 0.4706 0.4706) !important;
}

@keyframes donationBtnGray {
  100% {
    background-position: 100%;
  }
}
@keyframes donationBtnGrayTxt {
  100% {
    color: color(display-p3 0.6235 0.6235 0.6235);
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes drawDown {
  from {
    top: -300px;
  }
  to {
    top: 14px;
  }
}
@keyframes drawBack {
  from {
    right: 50px;
  }
  to {
    right: 130px;
  }
}
@keyframes redrawBack {
  from {
    right: 130px;
  }
  to {
    right: 50px;
  }
}
@font-face {
  font-family: "Pretendard", "Pretendard Variable", sans-serif;
  font-style: normal;
  font-display: block;
  unicode-range: U+0030-0039;
  src: local("InterVariable"), url("font-files/InterVariable.woff2?v=4.0") format("woff2");
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html,
body,
div,
form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
em,
p,
span,
textarea,
pre,
label,
fieldset,
th,
td,
button,
input,
select,
hr,
figure {
  font-family: "Pretendard", "Pretendard Variable", sans-serif;
  font-weight: 500;
  color: #202020;
  letter-spacing: -1px;
  line-height: normal;
  word-break: normal;
  vertical-align: baseline;
}

a {
  font-family: "Pretendard", "Pretendard Variable", sans-serif;
  font-weight: 500;
  color: color(display-p3 0.402 0.5089 1);
  letter-spacing: -1px;
  line-height: normal;
  word-break: normal;
  vertical-align: baseline;
}

button,
button:hover,
li:hover,
a:hover,
li,
a,
*:hover,
* {
  -webkit-tap-highlight-color: transparent;
}

.swiper-container {
  overflow: hidden;
}
.swiper-container .swiper-wrapper {
  display: flex;
}
.swiper-container .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
}

.newCherry {
  /* 기부 완료 화면 */
  /* 카테고리 공통 */
}
.newCherry .resultContainer .lottie_run {
  position: absolute;
  top: -100px;
  left: -40%;
  width: 180%;
  animation: booom 2.6s both;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
@media (min-width: 768px) {
  .newCherry .resultContainer .lottie_run {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
  }
}
.newCherry .resultContainer .resultTitWrap {
  width: 100%;
  height: auto;
  background: none;
  padding: 0;
  margin: 0;
}
.newCherry .resultContainer .resultTitWrap .fromCherry {
  font-size: 24px;
  font-weight: 700;
}
.newCherry .resultContainer .resultTitWrap .fromCherry:before {
  content: "";
  position: relative;
  top: 7px;
  display: inline-block;
  width: 180px;
  height: 34px;
  background: url(/assets/web/images/ico/logo-cherry-thankyou@3x-fa3d3f5e928622502daa56bdcc2810ab.png) center no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.newCherry .resultContainer .resultTitWrap .resultTit {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
  transform: none;
  margin-top: 10px;
}
.newCherry .resultContainer .resultImgWrap .cherryImg {
  position: relative;
  bottom: -19px;
  width: 100px;
  height: 117px;
  background: url(/assets/web/images/content/img-cherry-thankyou@3x-9c01f212329c841997a3736c9d50d451.png) center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  z-index: 1;
}
.newCherry .resultContainer .resultImgWrap .sponInfo {
  height: 256px;
}
.newCherry .resultContainer .resultImgWrap .sponInfo .info {
  bottom: 30px;
}
.newCherry .resultContainer .resultImgWrap .sponInfo .info .cname {
  max-height: 75px;
}
.newCherry .resultContainer .resultImgWrap .sponInfo .info .group {
  margin-top: 15px;
}
.newCherry .resultContainer .resultImgWrap .sponInfo .info .progressBarWrap {
  margin-top: 15px;
}
.newCherry .resultContainer .resultImgWrap .sponInfo .info .progressBarWrap .amount {
  letter-spacing: 0;
}
.newCherry .resultContainer .resultImgWrap .sponInfo .info .progressBarWrap .percent {
  letter-spacing: 0;
}
.newCherry .resultContainer .exhibitInfo .resultCount {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background-color: #f0f0f0;
  border-radius: 30px;
  padding: 8px 14px;
  margin-top: 5px;
}
.newCherry .resultContainer .exhibitInfo .resultCount .resultNumber {
  font-size: 16px;
  font-weight: 700;
  color: #ff7878;
}
.newCherry .resultContainer .optionalWrap button {
  border: solid 1px #cbcbcb;
}
.newCherry .resultContainer .optionalWrap .optionShare:after {
  top: 49%;
  left: 48%;
  width: 24px;
  height: 24px;
  background: url(/assets/web/images/ico/ic-share@3x-12cfa389cb1f7153fe939f3cdbdf878b.png) center no-repeat;
  background-position: center;
  background-size: 100%;
}
.newCherry .btnArea [class*=btnPrimary] > span {
  font-size: 18px;
  line-height: normal;
}
.newCherry .btnPrimaryTy01 {
  background-color: color(display-p3 1 0.4706 0.4706);
  border: none;
}
.newCherry .btnPrimaryTy01.newColorBtn {
  background-color: color(display-p3 0.9098 0.2353 0.3569);
}
.newCherry .btnPrimaryTy01:hover {
  background-color: color(display-p3 1 0.4706 0.4706);
  border: none;
}
.newCherry .btnPrimaryTy01:hover.newColorBtn {
  background-color: color(display-p3 0.9098 0.2353 0.3569);
}
.newCherry .btnPrimaryTy01:disabled {
  background-color: #c8c6c6;
  border: none;
}
.newCherry .btnPrimaryTy01:disabled:hover {
  background-color: #c8c6c6;
  border: none;
}
@media (max-width: 767px) {
  .newCherry section.ctgry .title {
    display: none;
  }
}
.newCherry section.ctgry .ctgryWrap {
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 5px;
  position: relative;
  overflow: scroll;
}
.newCherry section.ctgry .ctgryWrap::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .newCherry section.ctgry .ctgryWrap {
    padding-right: 60px;
    margin-right: -19px;
  }
}
@media (min-width: 768px) {
  .newCherry section.ctgry .ctgryWrap {
    flex-wrap: wrap;
  }
  .newCherry section.ctgry .ctgryWrap button {
    display: none;
  }
}
.newCherry section.ctgry .ctgryWrap .tab {
  border-radius: 100px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
}
.newCherry section.ctgry .ctgryWrap .tab.on {
  background: #353535;
}
.newCherry section.ctgry .ctgryWrap .tab .tabBtn {
  display: none;
}
.newCherry section.ctgry .ctgryWrap .tab .tabBtn:checked + label span {
  color: #FFFFFF;
}
.newCherry section.ctgry .ctgryWrap .tab label {
  font-size: 13.5px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}
.newCherry section.ctgry .ctgryWrap .tab label img {
  width: 18px;
  height: 19px;
}
.newCherry section.ctgry .ctgryWrap ::-webkit-scrollbar {
  display: none;
}
.newCherry section.ctgry .blurOverlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), transparent);
  backdrop-filter: blur(0.5px);
}
@media (min-width: 768px) {
  .newCherry section.ctgry .blurOverlay {
    display: none;
  }
}
.newCherry section.ctgry .ctgryBtn {
  position: absolute;
  top: 0;
  right: 19px;
  height: 38px;
  width: 37px;
  background: url(/assets/web/images/ctgry/ic-ctgry-check-btn-c439dc5fb8f32fe8fc06f33f27bc1254.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .newCherry section.ctgry .ctgryBtn {
    display: none;
  }
}

.cherryphotoWrap #header .menuListWrap {
  min-width: 200px;
  height: 38px;
  display: inline-block;
  background: url(/assets/web/images/cherryphoto/cherryphoto_logo-a2fbeb165f57963b61fe6039238cbc81.png) 0 0 no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: bottom;
}
.cherryphotoWrap #header .menuListWrap .menuList {
  display: hidden !important;
}
.cherryphotoWrap #header .icoSearch,
.cherryphotoWrap #header .icoCart {
  display: none;
}
.cherryphotoWrap #gnb.externalAccess {
  display: inline-block;
  width: 100%;
  background: url(/assets/web/images/cherryphoto/cherryphoto_logo-a2fbeb165f57963b61fe6039238cbc81.png) 0 0 no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #ffffff;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: bottom;
}
.cherryphotoWrap #gnb.externalAccess .gnbLeft {
  visibility: hidden;
}
.cherryphotoWrap #gnb .gnbRight .hamburgerMenuBtn {
  width: 30px;
  height: 30px;
  background: url(/assets/web/images/cherryphoto/cherryphoto_hamburger_menu-1b1adaf4ef23d01f36daf33d1c2cfa26.png) center no-repeat;
  background-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 5.1282, 26px);
  display: block;
}
.cherryphotoWrap #gnb .gnbRight .hamburgerMenuBtn.hide {
  display: none;
}
.cherryphotoWrap .cherryphoto {
  padding-top: 50px;
  position: relative;
}
.cherryphotoWrap .cherryphoto .photo_common_h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}
.cherryphotoWrap .cherryphoto .photo_common_h3.margin20 {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_common_h3 {
    font-size: 15px;
  }
}
.cherryphotoWrap .cherryphoto .line {
  max-width: 1200px;
  width: calc(100% - 36px);
  margin: 0 auto;
  height: 1px;
  background-color: #e8e8e8;
}
.cherryphotoWrap .cherryphoto .line.red {
  background-color: color(display-p3 0.9098 0.2353 0.3569);
  height: 3px;
}
.cherryphotoWrap .cherryphoto .tabMenu {
  position: fixed;
  z-index: 99;
  top: 70px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #ffffff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.cherryphotoWrap .cherryphoto .tabMenu li {
  height: 100%;
  line-height: 50px;
  width: fit-content;
  position: relative;
  padding: 0 13px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cherryphotoWrap .cherryphoto .tabMenu li {
    letter-spacing: 0.7px;
  }
}
.cherryphotoWrap .cherryphoto .tabMenu li::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-out;
}
.cherryphotoWrap .cherryphoto .tabMenu li.on::before {
  transform: scaleX(1);
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .tabMenu {
    top: 53px;
  }
}
@media (min-width: 768px) {
  .cherryphotoWrap .cherryphoto .tab-section {
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .tab-section {
    padding-top: 50px;
  }
}
.cherryphotoWrap .cherryphoto .thumbnailWrap {
  height: 750px;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .thumbnailWrap {
    height: 300px;
  }
}
.cherryphotoWrap .cherryphoto .thumbnailWrap .text_wrap {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding-left: 10%;
  gap: 10px;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .thumbnailWrap .text_wrap {
    height: 300px;
  }
}
.cherryphotoWrap .cherryphoto .thumbnailWrap .text_wrap span {
  color: rgb(255, 255, 255);
  font-size: 96px;
}
.cherryphotoWrap .cherryphoto .thumbnailWrap .text_wrap button {
  padding: 15px 30px;
  border-radius: 40px;
  background-color: rgb(232, 60, 91);
  color: rgb(255, 255, 255);
  font-weight: 700;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .thumbnailWrap .text_wrap button {
    padding: 8px 22px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .thumbnailWrap .text_wrap span {
    font-size: 32px;
  }
}
.cherryphotoWrap .cherryphoto .thumbnailWrap .thumbnail {
  width: 100%;
  height: 100%;
  background: url(/assets/web/images/cherryphoto/cherryphoto_thumbnail-70498d0eaa885fcfa241041f22b3e860.png) 0 0 no-repeat;
  background-color: #fff6f6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.cherryphotoWrap .cherryphoto .photo_merit {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 18px 0 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_merit {
    margin-top: 30px;
  }
}
.cherryphotoWrap .cherryphoto .photo_merit h2 {
  background-color: color(display-p3 0.9098 0.2353 0.3569);
  color: #fff;
  padding-left: 40px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_merit h2 {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-weight: bold;
  }
}
.cherryphotoWrap .cherryphoto .photo_merit .flex-merit {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_merit .flex-merit {
    flex-direction: column;
    font-size: 16px;
  }
}
.cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_info {
  flex-basis: 60%;
  padding: 10px;
}
.cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_info .merit {
  padding: 20px 0 60px;
  border-bottom: 1px solid #e8e8e8;
}
.cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_info .merit h3 {
  font-weight: bold;
  color: color(display-p3 0.9098 0.2353 0.3569);
  font-size: 18px;
  padding-bottom: 5px;
}
.cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_info .merit p {
  padding-left: 20px;
}
.cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_info .merit ul {
  list-style-type: circle;
  padding-left: 40px;
}
.cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_info .merit ul li {
  padding: 2px;
}
.cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_info .merit:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_info .merit h3 {
    font-size: 16px;
  }
  .cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_info .merit p {
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: -2px;
  }
  .cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_info .merit ul {
    padding-left: 25px;
    font-size: 14px;
  }
}
.cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_img {
  flex-basis: 40%;
  width: 100%;
}
.cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_img .kiosk_back_img {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 700px;
  top: 0px;
  left: 0px;
  background: url(/assets/web/images/cherryphoto/cherryphoto_kiosk-a47e62be581140232169a1cc9882d80c.png) no-repeat center/contain;
}
.cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_img .kiosk_back_img:hover {
  background: url(/assets/web/images/cherryphoto/cherryphoto_kiosk2-39e3f66e99d52269ec96e6b5f7fa7b01.png) no-repeat center/contain;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_merit .flex-merit .merit_img .kiosk_back_img {
    height: 300px;
  }
}
.cherryphotoWrap .cherryphoto .photo_price_info {
  padding: 40px 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_price_info {
    padding: 40px 18px 35px;
  }
}
.cherryphotoWrap .cherryphoto .photo_price_info table {
  margin-top: 40px;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-color: #e8e8e8;
  box-sizing: border-box;
  text-align: center;
}
.cherryphotoWrap .cherryphoto .photo_price_info table tbody {
  border-top: 40px solid #ececec;
}
.cherryphotoWrap .cherryphoto .photo_price_info table tbody tr td {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  padding: 10px 0;
}
.cherryphotoWrap .cherryphoto .photo_price_info table tbody tr td strong {
  font-weight: bold;
}
.cherryphotoWrap .cherryphoto .photo_price_info table tbody tr td:first-child {
  width: 35% !important;
  background-color: rgb(255, 248, 248);
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_price_info table tbody tr td:first-child {
    font-size: 14px;
  }
}
.cherryphotoWrap .cherryphoto .photo_price_info table tbody tr td:last-child {
  padding: 15px;
  padding-left: 30px;
  text-align: left;
  width: 65%;
}
.cherryphotoWrap .cherryphoto .photo_price_info table tbody tr td:last-child ul {
  list-style-type: circle;
}
.cherryphotoWrap .cherryphoto .photo_price_info table tbody tr td:last-child ul li {
  padding: 5px;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_price_info table tbody tr td:last-child ul li {
    font-size: 14px;
  }
}
.cherryphotoWrap .cherryphoto .price_more_btn {
  display: block;
  margin: 0 auto 40px;
  padding: 10px 50px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #474242;
  border: 1px solid rgba(42, 42, 42, 0.15);
  border-radius: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .price_more_btn {
    font-size: 12px;
  }
}
.cherryphotoWrap .cherryphoto .photo_reservation_info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_reservation_info {
    padding: 15px 18px;
  }
}
.cherryphotoWrap .cherryphoto .photo_reservation_info .info_bg_img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%; /* 필요에 따라 설정 */
  height: 300px; /* 필요에 따라 설정 */
  background-image: url(/assets/web/images/cherryphoto/cherryphoto_reservationPc-e4e3b5b61a0f7118aa21598ea9089d33.png);
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_reservation_info .info_bg_img {
    background-image: url(/assets/web/images/cherryphoto/cherryphoto_reservationMb-5d03bf13328cffa1793349b984f3398d.png);
  }
}
.cherryphotoWrap .cherryphoto .photo_calendar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_calendar {
    padding: 15px 18px;
    font-size: 12px;
  }
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar {
  width: 100%;
  margin-bottom: 10px;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar a {
  color: #474742;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-event .fc-event-title,
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-event .fc-event-time {
  color: white;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-event.active {
  background-color: #ff5722 !important; /* 클릭된 이벤트의 배경색 */
  border-color: #ff5722 !important; /* 클릭된 이벤트의 테두리 색 */
  color: purple;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-view-harness-active {
  height: 100%;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-toolbar {
  position: relative;
  justify-content: unset;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) {
  float: left;
  order: 2;
  padding-left: 10px;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
  float: left;
  order: 1;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
  position: absolute;
  right: 0;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc .fc-button .fc-icon {
  font-size: 16px;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-toolbar-title {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-toolbar-title {
    font-size: 15px;
  }
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-button-group .fc-button-primary {
  background-color: #fff;
  border-color: #e8e8e8;
  color: black;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-button-group .fc-button-primary:focus {
  box-shadow: none;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-button-group .fc-button-primary.fc-button-active {
  background-color: #605757;
  color: #fff;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-day-sun,
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-day-sat {
  color: red;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-day-sun .fc-scrollgrid-sync-inner,
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-day-sat .fc-scrollgrid-sync-inner {
  color: inherit;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-day-sun .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion,
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-day-sat .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  color: inherit;
}
.cherryphotoWrap .cherryphoto .photo_calendar #calendar .fc-daygrid-day {
  color: red;
  min-height: 100px !important;
}
.cherryphotoWrap .cherryphoto .photo_calendar .tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  z-index: 1000;
  transform: translate(-50%, -120%); /* 툴팁 위치 조정 */
  pointer-events: none; /* 클릭 이벤트를 툴팁에서 무시 */
}
.cherryphotoWrap .cherryphoto .photo_calendar .tooltip.hidden {
  display: none;
}
.cherryphotoWrap .cherryphoto .photo_reservation_form {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_reservation_form {
    padding: 15px 18px;
    font-size: 12px;
  }
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .inputBoxTyAD01 {
  font-size: 12px;
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .input-group {
  position: relative;
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .input-group .style_input {
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  font-size: 1rem;
  outline: none;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  margin-bottom: 12px;
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .input-group .style_input.noEvent {
  color: #202020;
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .input-group .style_input:focus, .cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .input-group .style_input:valid {
  outline: none;
  border: 1.5px solid #1a73e8;
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .input-group .style_input:focus ~ .style_label, .cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .input-group .style_input:valid ~ .style_label {
  transform: translateY(-50%);
  top: 0;
  font-size: 1em;
  background-color: white;
  color: #2196f3;
  padding: 0 2px;
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .input-group .style_input::-webkit-outer-spin-button, .cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .input-group .style_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .input-group .style_label {
  position: absolute;
  top: 20px; /* input의 중앙 */
  transform: translateY(-50%); /* 세로 중앙 정렬 */
  left: 15px;
  color: #a3a3a3;
  pointer-events: none;
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .input-group .style_label.noEvent {
  color: #202020;
  transform: translateY(-50%);
  top: 0;
  font-size: 1.2em;
  background-color: white;
  background: none;
  padding: 0 2px;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .input-group .style_label.noEvent {
    font-size: 1em;
  }
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .photoWallCheck .checkItem {
  display: flex;
  align-items: baseline;
  gap: 13px;
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .photoWallCheck .checkItem .settingRadio {
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .photoWallCheck .checkItem .settingRadio:checked {
  border: 2px solid color(display-p3 1 0.4706 0.4706);
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .photoWallCheck .checkItem .settingRadio:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: color(display-p3 1 0.4706 0.4706);
  border-radius: 50%;
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .photoWallCheck .checkItem label {
  font-size: 14px;
}
.cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .resveBtn {
  display: block;
  margin: 10px auto 20px;
  padding: 10px 50px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #474242;
  border: 1px solid rgba(42, 42, 42, 0.15);
  border-radius: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_reservation_form .resve_form .resveBtn {
    font-size: 12px;
  }
}
.cherryphotoWrap .cherryphoto .photo_kakao {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_kakao {
    padding: 15px 18px;
  }
}
.cherryphotoWrap .cherryphoto .photo_kakao .kakaoBtn {
  cursor: pointer;
  width: 56px;
  height: 56px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(/assets/web/images/ico/btn-kakaotalk@3x-bb9687cb16ba2029c0214b63b268ddfa.png);
}
.cherryphotoWrap .cherryphoto .photo_kakao h3 {
  font-weight: bold;
  color: color(display-p3 0.9098 0.2353 0.3569);
  font-size: 18px;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_kakao h3 {
    font-size: 16px;
  }
}
.cherryphotoWrap .cherryphoto .photo_kakao span {
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: -2px;
}
.cherryphotoWrap .cherryphoto .photo_photo_wall {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_photo_wall {
    padding: 15px 18px;
  }
}
.cherryphotoWrap .cherryphoto .photo_photo_wall .wall_img {
  width: 100%;
  object-fit: cover;
}
.cherryphotoWrap .cherryphoto .photo_photo_wall .photo_wall_more_view {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cherryphotoWrap .cherryphoto .photo_photo_wall .photo_wall_more_view .photo_wall_grid_view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.cherryphotoWrap .cherryphoto .photo_photo_wall .photo_wall_more_view .photo_wall_grid_view > :nth-child(n+4) {
  display: none;
}
.cherryphotoWrap .cherryphoto .photo_photo_wall .photo_wall_more_view .photo_wall_grid_view img {
  border: 1px solid #eee;
  width: 100%;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_photo_wall .photo_wall_more_view .photo_wall_grid_view {
    grid-template-columns: repeat(2, 1fr);
  }
  .cherryphotoWrap .cherryphoto .photo_photo_wall .photo_wall_more_view .photo_wall_grid_view > :nth-child(n+3) {
    display: none;
  }
}
.cherryphotoWrap .cherryphoto .photo_photo_wall .photo_wall_more_view .wall_more_btn {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(42, 42, 42, 0.15);
  color: #474242;
  font-size: 12px;
  margin: 20px auto 0;
  display: block;
  padding: 10px 50px;
  border-radius: 40px;
}
.cherryphotoWrap .cherryphoto .photo_props {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_props {
    padding: 15px 18px;
  }
}
.cherryphotoWrap .cherryphoto .photo_props .photo_props_grid_view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  cursor: pointer;
}
.cherryphotoWrap .cherryphoto .photo_props .photo_props_grid_view img {
  width: 100%;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_props .photo_props_grid_view {
    grid-template-columns: repeat(1, 1fr);
  }
  .cherryphotoWrap .cherryphoto .photo_props .photo_props_grid_view > :nth-child(n+2) {
    display: none;
  }
}
.cherryphotoWrap .cherryphoto .photo_props .props_more_btn {
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(42, 42, 42, 0.15);
  color: #474242;
  font-size: 12px;
  margin: 20px auto 0;
  display: block;
  padding: 10px 50px;
  border-radius: 40px;
  display: none;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_props .props_more_btn {
    display: block;
  }
}
.cherryphotoWrap .cherryphoto .photo_gallery_site {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 18px;
}
.cherryphotoWrap .cherryphoto .photo_gallery_site .photo_site_grid {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .cherryphotoWrap .cherryphoto .photo_gallery_site .photo_site_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_gallery_site .photo_site_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cherryphotoWrap .cherryphoto .photo_gallery_site .photo_site_grid .site-grid {
  height: 216px;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_gallery_site .photo_site_grid .site-grid {
    height: 122px;
  }
}
.cherryphotoWrap .cherryphoto .photo_gallery_site .photo_site_grid .site-grid .site_item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cherryphotoWrap .cherryphoto .center_info {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 18px 0;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .center_info {
    flex-direction: column;
    gap: 20px;
  }
}
.cherryphotoWrap .cherryphoto .center_info h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0;
  letter-spacing: 0.6px;
}
.cherryphotoWrap .cherryphoto .center_info .info {
  font-size: 13px;
  color: #969696;
}
@media (min-width: 768px) {
  .cherryphotoWrap .cherryphoto .center_info .info {
    width: 41%;
  }
}
.cherryphotoWrap .cherryphoto .center_info .info a {
  color: inherit;
}
@media (min-width: 768px) {
  .cherryphotoWrap .cherryphoto .center_info .info a {
    letter-spacing: 0.3px;
  }
}
.cherryphotoWrap .cherryphoto .center_info .info p {
  color: inherit;
}
@media (min-width: 768px) {
  .cherryphotoWrap .cherryphoto .center_info .info p {
    letter-spacing: 0.5px;
  }
}
.cherryphotoWrap .cherryphoto .center_info .account {
  text-align: start;
  font-size: 13px;
}
.cherryphotoWrap .cherryphoto .center_info .account p {
  font-size: inherit;
}
@media (min-width: 768px) {
  .cherryphotoWrap .cherryphoto .center_info .account p {
    letter-spacing: 0.1px;
  }
}
.cherryphotoWrap .cherryphoto .center_info .account span {
  color: #ff6e84;
  font-size: inherit;
}
@media (min-width: 768px) {
  .cherryphotoWrap .cherryphoto .center_info .account span {
    letter-spacing: 0.2px;
  }
}
.cherryphotoWrap .cherryphoto .photo_map {
  max-width: 1700px;
  height: 700px;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 40px 18px;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_map {
    height: calc(100vh - 104px);
    padding: 0;
  }
}
.cherryphotoWrap .cherryphoto .photo_map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cherryphotoWrap .cherryphoto .photo_map #map .customoverlay {
  position: relative;
  bottom: 40px;
  border-radius: 6px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ddd;
  float: left;
  border: 0;
  box-shadow: 0px 1px 2px #888;
}
.cherryphotoWrap .cherryphoto .photo_map #map .customoverlay div {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  background: #d95050;
  background: #d95050 url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;
}
.cherryphotoWrap .cherryphoto .photo_map #map .customoverlay .title {
  display: block;
  text-align: center;
  background: #fff;
  margin-right: 35px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
}
.cherryphotoWrap .cherryphoto .photo_map #map .customoverlay::after {
  content: "";
  position: absolute;
  margin-left: -12px;
  left: 50%;
  bottom: -12px;
  width: 22px;
  height: 12px;
  background: url("https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png");
}
.cherryphotoWrap .cherryphoto .photo_map .map_list {
  min-width: 330px;
  width: 20%;
  height: 90%;
  top: 40px;
  right: 20px;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  border-collapse: collapse;
  overflow-y: scroll;
  display: block;
}
.cherryphotoWrap .cherryphoto .photo_map .map_list::-webkit-scrollbar {
  display: none;
}
.cherryphotoWrap .cherryphoto .photo_map .map_list li {
  height: 100px;
  border-bottom: 1px solid #e8e8e8;
  border-collapse: collapse;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 15px;
}
.cherryphotoWrap .cherryphoto .photo_map .map_list li img {
  object-fit: cover;
  border-radius: 20%;
  width: 100px;
  height: 100%;
}
.cherryphotoWrap .cherryphoto .photo_map .map_list li div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 5px;
}
.cherryphotoWrap .cherryphoto .photo_map .map_list li div h4 {
  font-size: 15px;
}
.cherryphotoWrap .cherryphoto .photo_map .map_list li div p {
  font-size: 12px;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_map .map_list.mbHidden {
    display: none;
  }
}
.cherryphotoWrap .cherryphoto .photo_map .select_list_info {
  position: absolute;
  z-index: 2;
  border-radius: 30px;
  bottom: 10px;
  left: 50%;
  width: 300px;
  height: 150px;
  background-color: #fff;
  padding: 30px 15px;
  box-sizing: border-box;
  transform: translateX(-50%);
  display: none;
}
.cherryphotoWrap .cherryphoto .photo_map .select_list_info::after {
  content: "";
  background-image: url(/assets/web/images/cherryphoto/cherryphoto_marker4-fb1722b91f8b47680fb2cfe5f6b6ea15.png);
  background-size: 100% 100%;
  width: 60px;
  height: 69px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.cherryphotoWrap .cherryphoto .photo_map .select_list_info button {
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: bold;
  font-size: 18px;
}
.cherryphotoWrap .cherryphoto .photo_map .select_list_info .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.cherryphotoWrap .cherryphoto .photo_map .select_list_info .info h3 {
  font-size: 18px;
  font-weight: bold;
}
.cherryphotoWrap .cherryphoto .photo_map .select_list_info .info p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .cherryphotoWrap .cherryphoto .photo_map .map_list {
    top: 0;
    right: 0;
    min-width: 75%;
    height: 100%;
    border: 1px solid #e8e8e8;
    border-left: 2px;
    border-radius: 0;
    transition: 0.5s;
    display: block;
  }
}

.tgrdntWrap .tgrdntBase {
  padding: 0 19px;
}
.tgrdntWrap .tgrdntMain {
  background: linear-gradient(180deg, color(display-p3 1 1 1) 0%, color(display-p3 0.988 0.918 0.929) 49.04%, color(display-p3 1 0.961 0.969) 100%);
  padding-bottom: 130px !important;
  padding: 0 19px;
}
.tgrdntWrap .tabBarWrap {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 80px);
  background: color(display-p3 1 1 1);
  border-radius: 40px 40px 0 0;
  box-shadow: 0px -3px 5px color(display-p3 0 0 0/0.1);
  padding: 12px 40px;
  z-index: 20;
  gap: 30px;
}
@media (max-width: 350px) {
  .tgrdntWrap .tabBarWrap {
    width: calc(100% - 60px);
    padding: 12px 30px;
  }
}
.tgrdntWrap .tabBarWrap button {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 55px;
  height: clamp(60px, 3.75rem + (1vw - 3.75px) * 12.8205, 65px);
}
.tgrdntWrap .tabBarWrap button span {
  font-size: clamp(12.5px, 0.78125rem + (1vw - 3.75px) * 3.8462, 14px);
  color: #202020;
  font-weight: 500;
  word-break: keep-all;
}
.tgrdntWrap .tabBarWrap .rankingBtn {
  background: url(/assets/web/images/ico/ic-walk-ranking@3x-38de3bc54e0b9e7c074da234b67c745f.png) top center no-repeat;
  background-size: 23.15px 29px;
  background-position: center 4px;
}
.tgrdntWrap .tabBarWrap .certiRalayBtn {
  background: url(/assets/web/images/ico/ic-walk-certi-relay@3x-18e9c6cdd634124b8e208d8ee4084c6c.png) top center no-repeat;
  background-size: 24px 24px;
  background-position: center 6px;
}
.tgrdntWrap .tabBarWrap .giveHisotryBtn {
  background: url(/assets/web/images/tgrdnt/ic-tgrdnt-history@3x-b591c761714b5c7cc38e76caf3ba8178.png) top center no-repeat;
  background-size: 31px 27px;
  background-position: center 5px;
}
.tgrdntWrap .mainBanner {
  padding-top: 15px;
}
.tgrdntWrap .mainBanner .mainBannerSwiper {
  position: relative;
  border-radius: 15px;
}
.tgrdntWrap .mainBanner .swiper-pagination {
  position: absolute;
  top: 11px;
  right: 12.5px;
  font-size: 13px;
  font-weight: 400;
  color: color(display-p3 1 1 1/0.6);
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.55);
  padding: 2px 10px;
  z-index: 10;
}
.tgrdntWrap .mainBanner .swiper-pagination .swiper-pagination-current {
  color: #ffffff;
}
.tgrdntWrap .mainBanner .swiper-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.6);
}
.tgrdntWrap .mainBanner .swiper-wrapper {
  height: 218px;
}
.tgrdntWrap .mainBanner .swiper-wrapper .bannerItem {
  position: relative;
  width: 100%;
  height: 100%;
}
.tgrdntWrap .mainBanner .swiper-wrapper .bannerItem .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tgrdntWrap .mainBanner .swiper-wrapper .bannerItem .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 19px 6px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tgrdntWrap .mainBanner .swiper-wrapper .bannerItem .info .title {
  text-align: left;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.5px;
}
.tgrdntWrap .mainBanner .swiper-wrapper .bannerItem .info .amount {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.4px;
  backdrop-filter: blur(3px);
  background: rgba(232, 60, 91, 0.6509803922);
  border-radius: 100px;
  margin: 0 auto;
  width: fit-content;
  font-family: Jalnan Gothic;
  padding: 2px 14px;
}
.tgrdntWrap .mainBanner .swiper-wrapper .bannerItem .info .name {
  font-family: Jalnan Gothic;
  font-weight: bold;
  font-size: 34px;
  color: #ffffff;
  letter-spacing: -2px;
}
.tgrdntWrap .titWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 33px 0 12px;
}
.tgrdntWrap .titWrap .tit {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
}
.tgrdntWrap .titWrap .btnAllView {
  display: flex;
  align-items: center;
}
.tgrdntWrap .titWrap .btnAllView span {
  font-size: 14px;
  color: color(display-p3 0.9098 0.2353 0.3569);
  font-weight: 400;
}
.tgrdntWrap .titWrap .btnAllView::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/assets/web/images/new/ic-new-cherry-arrow-right-red-22a1ba9cfc4b996b47e9939a661ee367.svg) center no-repeat;
  background-size: 100%;
}
.tgrdntWrap .completeGroupWrap {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin-bottom: 14px;
  /* 스크롤바 숨기기 */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tgrdntWrap .completeGroupWrap::-webkit-scrollbar {
  display: none;
}
.tgrdntWrap .celebrityWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 15px;
}
.tgrdntWrap .celebrityWrap .commonGroupItem {
  width: 100%;
  height: 240px;
}
.tgrdntWrap .celebrityWrap .commonGroupItem .info .bottom {
  width: 100%;
}
.tgrdntWrap .commonGroupItem {
  width: 86%;
  flex-shrink: 0;
  height: 190px;
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tgrdntWrap .commonGroupItem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tgrdntWrap .commonGroupItem .info {
  padding: 13px 15px 16px 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tgrdntWrap .commonGroupItem .info .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tgrdntWrap .commonGroupItem .info .top .subName {
  color: #FFFFFF;
  font-size: 11px;
  letter-spacing: -0.5pxpx;
}
.tgrdntWrap .commonGroupItem .info .top .people {
  font-weight: 400;
  font-size: 10px;
  letter-spacing: -0.4px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.tgrdntWrap .commonGroupItem .info .top .people::before {
  content: "";
  display: inline-block;
  background: url(/assets/web/images/tgrdnt/ic-tgrdnt-people@3x-672d206ee8b7fb3c24602b3190d75306.png) center/cover no-repeat;
  background-size: 100%;
  width: 15px;
  height: 18px;
}
.tgrdntWrap .commonGroupItem .info .bottom {
  width: 85%;
}
.tgrdntWrap .commonGroupItem .info .bottom .name {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.5px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 2px;
}
.tgrdntWrap .commonGroupItem .info .bottom .title {
  margin-top: 5px;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}
.tgrdntWrap .commonGroupItem .info .d-day {
  position: absolute;
  right: 15px;
  bottom: 16px;
  height: 22px;
  display: inline-block;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: normal;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 0px 8px;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  line-height: 22px;
}
.tgrdntWrap .commonGroupItem .info .d-day.on {
  background-color: color(display-p3 0.9098 0.2353 0.3569);
  border: 1px solid color(display-p3 0.9098 0.2353 0.3569);
}
.tgrdntWrap .commonGroupItem.checkGroup .name::after {
  content: "";
  display: inline-block;
  background: url(/assets/web/images/tgrdnt/ic-tgrdnt_red-check-btn@3x-47471f06f9a069c11462c0bee5b57751.png) center/cover no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}
.tgrdntWrap .commonGroupItem.secretGroup img {
  filter: blur(15px);
}
.tgrdntWrap .commonGroupItem.secretGroup .name::after {
  content: "";
  display: inline-block;
  background: url(/assets/web/images/tgrdnt/ic-tgrdnt_lock-btn@3x-630d0948417f1f0ebdbcba1f6dec433f.png) center/cover no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
}
.tgrdntWrap .mainInfoWrap {
  padding: 28px 25px 27px 25px;
  background-color: #FFFFFF;
  height: 100px;
  border-radius: 12px;
  position: relative;
  box-sizing: border-box;
  margin: 28px 0 13px;
}
.tgrdntWrap .mainInfoWrap .subTitle {
  color: #787878;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.tgrdntWrap .mainInfoWrap .subTitle.red {
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.tgrdntWrap .mainInfoWrap .title {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.tgrdntWrap .mainInfoWrap .title img {
  width: 18px;
  height: 18px;
}
.tgrdntWrap .mainInfoWrap .bgCherry {
  position: absolute;
  width: 125px;
  object-fit: contain;
  bottom: -26px;
  right: 8px;
}
.tgrdntWrap .emptyGroupItem {
  position: relative;
  width: 100%;
  height: 190px;
  padding: 0 28px 25px;
  border: 0.5px solid #E7E5E6;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  box-sizing: border-box;
}
.tgrdntWrap .emptyGroupItem .infoBtn {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 15px;
  right: 15px;
}
.tgrdntWrap .emptyGroupItem .center {
  display: flex;
  align-items: end;
}
.tgrdntWrap .emptyGroupItem .center img {
  width: 99px;
}
.tgrdntWrap .emptyGroupItem .center p {
  padding-bottom: 18px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.tgrdntWrap .emptyGroupItem button {
  background-color: color(display-p3 0.9098 0.2353 0.3569);
  height: 51px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.tgrdntWrap .emptyGroupItem button img {
  width: 24px;
  height: 24px;
  color: #fff;
}
.tgrdntWrap .emptyGroupItem button span {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.tgrdntWrap .commonTabWrap {
  position: fixed;
  width: calc(100% - 38px);
  background-color: #fff;
  padding: 0px 19px 35px;
  z-index: 10;
}
.tgrdntWrap .commonTabWrap .tabList {
  position: relative;
  display: flex;
  background: color(display-p3 0.947 0.947 0.947);
  border-radius: 100px;
}
.tgrdntWrap .commonTabWrap .tabList .tabBtn {
  display: none;
}
.tgrdntWrap .commonTabWrap .tabList .tabBtn:checked + label span {
  font-weight: 700;
  color: color(display-p3 1 1 1);
}
.tgrdntWrap .commonTabWrap .tabList .tabBtn.tab-01:checked ~ .activeBg {
  left: 0;
  transition: left 0.2s ease;
}
.tgrdntWrap .commonTabWrap .tabList .tabBtn.tab-02:checked ~ .activeBg {
  left: 50%;
  transition: left 0.2s ease;
}
.tgrdntWrap .commonTabWrap .tabList label {
  width: 50%;
  text-align: center;
  padding: 7px 0;
  z-index: 10;
}
.tgrdntWrap .commonTabWrap .tabList label span {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 2.5641, 15px);
  color: color(display-p3 0.5804 0.5804 0.5804);
}
.tgrdntWrap .commonTabWrap .tabList .activeBg {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: color(display-p3 0.9098 0.2353 0.3569);
  border-radius: 100px;
}
.tgrdntWrap .tgrdntSearchWrap .searchCallBackWrap {
  padding-top: 27px;
}
.tgrdntWrap .tgrdntSearchWrap .searchCallBackWrap .searchKeyword {
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 5px;
}
.tgrdntWrap .tgrdntSearchWrap .searchCallBackWrap .searchKeyword span {
  font-weight: 700;
}
.tgrdntWrap .tgrdntSearchWrap .searchCallBackWrap .serachResultCount {
  font-size: 18px;
}
.tgrdntWrap .tgrdntSearchWrap .searchCallBackWrap .serachResultCount span {
  font-weight: 700;
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.tgrdntWrap .tgrdntSearchWrap .tabWrap {
  padding-bottom: 22px;
}
.tgrdntWrap .groupWrap {
  padding: 0 19px;
}
.tgrdntWrap .groupWrap .celebrityWrap {
  z-index: 0;
  padding-top: 22px;
}
.tgrdntWrap .groupWrap .campaignWrapSub .celebrityWrap {
  padding-top: 127px;
}
.tgrdntWrap .groupWrap .campaignWrapSub .fixTop {
  width: 100%;
  position: fixed;
  left: 0;
  padding: 15px 19px 0;
  background-color: #fff;
  z-index: 100;
  top: 54px;
}
.tgrdntWrap .groupWrap .campaignWrapSub .fixTop .commonTabWrap {
  position: relative;
  padding: 0;
}
.tgrdntWrap .groupWrap .campaignWrapSub .fixTop .tabWrap {
  padding-left: 3px;
}
.tgrdntWrap .proposeWrap .red {
  color: color(display-p3 0.9098 0.2353 0.3569);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.5px;
  margin: 22px 0 7px;
}
.tgrdntWrap .proposeWrap .division {
  padding: 12px 18px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.tgrdntWrap .proposeWrap .division img {
  width: 12px;
}
.tgrdntWrap .proposeWrap textarea {
  padding: 14px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  height: 220px;
}
.tgrdntWrap .proposeWrap .countWrap span {
  color: #888888;
  font-size: 13px;
}
.tgrdntWrap .proposeWrap .countWrap .count {
  float: right;
}
.tgrdntWrap .proposeWrap .countWrap .count > span {
  color: #505151;
  padding-right: 0.5px;
}
.tgrdntWrap .emptyWrap {
  margin: 170px auto 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.tgrdntWrap .emptyWrap img {
  width: 115px;
  height: 167px;
}
.tgrdntWrap .emptyWrap .emptyTxt {
  text-align: center;
}
.tgrdntWrap .makeGroupWrap .inputsContainer {
  padding: 30px 0 0 0;
  margin: 0;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .selectBox {
  display: flex;
  align-items: center;
  gap: 9px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .selectBox .title {
  flex-shrink: 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.4px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .selectBox .tabBtn {
  display: none;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .selectBox .tabBtn:checked + label {
  border: 1px solid color(display-p3 0.9098 0.2353 0.3569);
  background: color(display-p3 0.9098 0.2353 0.3569);
  color: #FFFFFF;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .selectBox label {
  width: 100%;
  text-align: center;
  padding: 9px 0;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  background: #F1F1F1;
  color: #9D9999;
  font-size: 13.5px;
  letter-spacing: -0.9px;
  box-sizing: border-box;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .inputWrap {
  margin-top: 33px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .inputWrap .inputBoxTy01 {
  min-height: unset;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .inputWrap .inputBoxTy01 input {
  border-bottom: 1px solid #9d9999;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .inputWrap .tit {
  font-size: 14px;
  letter-spacing: -0.7px;
  font-weight: 600;
  position: relative;
  width: fit-content;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .inputWrap .tit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: color(display-p3 0.9098 0.2353 0.3569);
  top: 6px;
  right: -8px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .inputWrap .txtCount {
  position: absolute;
  right: 0px;
  top: 12px;
  font-size: 14px;
  color: #A5A6A6;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .inputWrap .txtCount > span {
  color: #505151;
  padding-right: 2px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .inputWrap .error {
  font-size: 13px;
  font-weight: 600;
  color: color(display-p3 0.9098 0.2353 0.3569) !important;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .proposeWrap {
  margin-top: 22px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .proposeWrap textarea {
  height: 133px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .proposeWrap textarea::placeholder {
  color: #A5A6A6;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap {
  margin-top: 42px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .title {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.9px;
  margin-bottom: 12px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .emptyFund {
  height: 220px;
  background: rgba(232, 60, 91, 0.0705882353);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .emptyFund img {
  width: 26px;
  height: 26px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .emptyFund span {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.5px;
  line-height: 26px;
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund {
  border-radius: 15px;
  border: 0.7px solid rgba(32, 32, 32, 0.2);
  box-sizing: border-box;
  overflow: hidden;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .txt {
  background: rgba(232, 60, 91, 0.0705882353);
  color: color(display-p3 0.9098 0.2353 0.3569);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.4px;
  text-align: center;
  padding: 8px 0;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .cmpgnWrap {
  background-color: #FFFFFF;
  width: 100%;
  padding: 19px 17px 16px;
  display: flex;
  box-sizing: border-box;
  gap: 16px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .cmpgnWrap .cmpgnImg {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 12px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .cmpgnWrap .cmpgnInfo {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .cmpgnWrap .cmpgnInfo .cmpgnNm {
  font-size: 15px;
  letter-spacing: -0.9px;
  text-align: left;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .cmpgnWrap .cmpgnInfo .grpNm {
  color: #8A8A8A;
  font-size: 13px;
  letter-spacing: -0.4px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .cmpgnWrap .cmpgnInfo .cmpgnBtnWrap {
  height: 29px;
  display: flex;
  gap: 5px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .cmpgnWrap .cmpgnInfo .cmpgnBtnWrap .ctgryBtn {
  padding: 6px 12px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .cmpgnWrap .cmpgnInfo .cmpgnBtnWrap .ctgryBtn img {
  width: 18px;
  height: 19px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .cmpgnWrap .cmpgnInfo .cmpgnBtnWrap .ctgryBtn p {
  font-size: 14px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .cmpgnWrap .cmpgnInfo .cmpgnBtnWrap .selectBtn {
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 100px;
  background-color: color(display-p3 0.9098 0.2353 0.3569);
  padding: 3px 12px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .changeFundBtnWrap {
  width: 100%;
  background: #FFF;
  padding: 0 17px;
  text-align: center;
  box-sizing: border-box;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .selectFund .changeFundBtnWrap button {
  border: 1px solid color(display-p3 0.9098 0.2353 0.3569);
  color: color(display-p3 0.9098 0.2353 0.3569);
  width: 100%;
  border-radius: 25px;
  padding: 11px 0;
  margin-bottom: 17px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .imgInfoWrap {
  display: flex;
  gap: 14px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .imgInfoWrap .imgWrap {
  background: rgba(232, 60, 91, 0.0705882353);
  position: relative;
  width: 156px;
  height: 160px;
  box-sizing: border-box;
  border-radius: 12px;
  flex-shrink: 0;
  overflow: hidden;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .imgInfoWrap .imgWrap p {
  z-index: 1;
  position: absolute;
  width: 100%;
  color: #878788;
  font-family: Pretendard;
  font-size: 14px;
  letter-spacing: -0.6px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .imgInfoWrap .imgWrap .cameraBtn {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 3;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .imgInfoWrap .imgWrap .selectImg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .imgInfoWrap .previewWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .imgInfoWrap .previewWrap p {
  color: #A5A6A6;
  font-size: 14px;
  letter-spacing: -0.6px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .fundWrap .imgInfoWrap .previewWrap button {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 13px 0;
  width: 100%;
  color: #878788;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .settingWrap {
  background: #F6F6F6;
  border-radius: 15px;
  padding: 18px 16px;
  margin: 33px 0 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .settingWrap .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .settingWrap .flex > span {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.5px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .settingWrap .flex .switchWrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .settingWrap .flex .switchWrap .onOff {
  color: #878788;
  font-weight: 500;
  font-size: 15px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .settingWrap .flex .switchWrap .switchBtn .toggleSwitch {
  position: relative;
  display: flex;
  align-items: center;
  width: 51px;
  height: 31px;
  border-radius: 31px;
  background: color(display-p3 0.4706 0.4706 0.502/0.16);
  transition: all 0.2s ease-in;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .settingWrap .flex .switchWrap .switchBtn .toggleSwitch .toggleButton {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: color(display-p3 1 1 1);
  box-shadow: 0px 3px 1px color(display-p3 0 0 0/0.06);
  transition: all 0.2s ease-in;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .settingWrap .flex .switchWrap .switchBtn input:checked ~ .toggleSwitch {
  background: color(display-p3 0.9098 0.2353 0.3569);
}
.tgrdntWrap .makeGroupWrap .inputsContainer .settingWrap .flex .switchWrap .switchBtn input:checked ~ .toggleSwitch .toggleButton {
  left: calc(100% - 29px);
  background: color(display-p3 1 1 1);
}
.tgrdntWrap .makeGroupWrap .inputsContainer .settingWrap .settingTxt {
  color: #9D9999;
  font-size: 13px;
  letter-spacing: -0.4px;
  position: relative;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .settingWrap.info .settingTxt {
  padding-left: 16px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .settingWrap.info .settingTxt::before {
  content: "";
  width: 2px;
  height: 2px;
  background: #9D9999;
  position: absolute;
  top: 8px;
  left: 7px;
}
.tgrdntWrap .makeGroupWrap .inputsContainer .groupMakeBtn {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -1px;
  text-align: center;
  color: #FFFFFF;
  padding: 17px 0;
  background-color: color(display-p3 0.9098 0.2353 0.3569);
  width: 100%;
  border-radius: 50px;
}
.tgrdntWrap.popTyBackDrop {
  padding: 0 24px 50px;
  box-sizing: border-box;
}
.tgrdntWrap.popTyBackDrop .comm_popTitWrap h1 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.5px;
  color: #000000;
}
.tgrdntWrap.popTyBackDrop .titleWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tgrdntWrap.popTyBackDrop .titleWrap > span {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.8px;
}
.tgrdntWrap.popTyBackDrop .titleWrap .sort {
  color: #524E4E;
  font-size: 14px;
  letter-spacing: -0.4px;
  width: 126px;
  position: relative;
}
.tgrdntWrap.popTyBackDrop .makeGroupWrap .inputsContainer .fundWrap {
  margin-top: 12px;
}
.tgrdntWrap.popTyBackDrop .makeGroupWrap .inputsContainer .fundWrap.select {
  margin-bottom: 38px;
}
.tgrdntWrap.popTyBackDrop .makeGroupWrap .inputsContainer .fundWrap.select .selectFund {
  border: none;
}
.tgrdntWrap.popTyBackDrop .makeGroupWrap .inputsContainer .fundWrap.select .selectFund .cmpgnWrap {
  background: rgba(232, 60, 91, 0.1019607843);
  padding: 17px 24px;
}

/* 리뷰 유도 팝업 */
.newCherry.popTyLayer .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-top: 10px;
}
.newCherry.popTyLayer .img + .txt {
  margin-top: 32px;
}
.newCherry.popTyLayer .img .popupImg {
  width: 90px;
}
.newCherry.popTyLayer .img .fiveStarImg {
  width: 230px;
  height: 40px;
}

/* 체리워크 리뉴얼 */
.cherryWalkWrap {
  /* 25.02.18 체리워크 기부금 이력*/
  /* 25.07.08 체리워크 당첨자 후기*/
}
.cherryWalkWrap #gnb .gnbInner {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.cherryWalkWrap #gnb .gnbInner .gnbLeft {
  display: flex;
  align-items: center;
  gap: 2px;
  width: 100%;
}
.cherryWalkWrap #gnb .gnbInner .gnbLeft .backBtn {
  width: 30px;
  height: 30px;
  background: url(/assets/web/images/ico/btn-walk-back@3x-14b5a8165796f4d58264e3223fe11dc9.png) center no-repeat;
  background-size: 24px;
}
.cherryWalkWrap #gnb .gnbInner .gnbLeft .tit {
  font-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 6.4103, 26.5px);
  font-weight: 700;
  color: color(display-p3 0.1255 0.1255 0.1255);
  padding-left: 0;
  margin-left: 0;
}
.cherryWalkWrap #gnb .gnbInner .gnbLeft .tit.ellipsis {
  display: block;
}
.cherryWalkWrap #gnb .gnbInner .gnbRight {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cherryWalkWrap #gnb .gnbInner .gnbRight .infoBtn {
  width: 30px;
  height: 30px;
  background: url(/assets/web/images/ico/btn-walk-info@3x-fc6d2772a1c4352aaa691326a0b648fe.png) center no-repeat;
  background-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 5.1282, 26px);
}
.cherryWalkWrap #gnb .gnbInner .gnbRight .settingBtn {
  width: 30px;
  height: 30px;
  background: url(/assets/web/images/ico/btn-walk-setting@3x-1a4ee62b094a918c3ab4ed1b44659798.png) center no-repeat;
  background-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 5.1282, 26px);
}
.cherryWalkWrap #gnb .gnbInner .gnbRight .giveInfoBtn {
  width: 18px;
  height: 18px;
  background: url(/assets/web/images/ico/btn-walk-donation-info@3x-6a96bd671617618c44aece711b3ffb47.png) center no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.cherryWalkWrap #gnb .gnbInner .gnbRight .relayMyPage {
  color: color(display-p3 0.9098 0.2353 0.3569);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.4px;
  white-space: nowrap;
  padding-right: 9px;
}
.cherryWalkWrap #container {
  padding-bottom: 84px;
}
.cherryWalkWrap #container .campaignWrap {
  position: absolute;
  z-index: 1;
  left: 19px;
  right: 19px;
  background-color: #ffffff;
  border-radius: 15px;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo {
  display: block;
  border: 0.7px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
  padding: 12px;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .monthlyCampaign {
  width: 100%;
  text-align: left;
  margin-bottom: 12px;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .monthlyCampaign .title {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 3.8462, 15.5px);
  font-weight: 700;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .monthlyCampaign .title .monthly {
  font-weight: 700;
  color: color(display-p3 1 0.4706 0.4706);
  padding-right: 5px;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 3px;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationWalk {
  display: flex;
  gap: 6px;
  justify-content: space-between;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationWalk .campaignImg {
  width: clamp(45px, 2.8125rem + (1vw - 3.75px) * 12.8205, 50px);
  height: clamp(45px, 2.8125rem + (1vw - 3.75px) * 12.8205, 50px);
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationWalk .campaignImg img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 45px;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationWalk .walkCountWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationWalk .walkCountWrap .title span {
  font-family: Pretendard;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.7px;
  font-size: clamp(13px, 0.8125rem + (1vw - 3.75px) * 2.5641, 14px);
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationWalk .walkCountWrap .title span.monthly {
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationWalk .walkCountWrap .walkCount {
  display: flex;
  align-items: center;
  gap: 3px;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationWalk .walkCountWrap .walkCount .text {
  font-family: Pretendard;
  font-weight: 500;
  letter-spacing: -0.7px;
  font-size: 12px;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationWalk .walkCountWrap .walkCount .countNumber {
  font-family: Pretendard;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.7855rem + 0.4474vw, 1rem);
  line-height: 21px;
  letter-spacing: -0.7px;
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationWalk .walkCountWrap .walkCount .certiBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 21px;
  background: color(display-p3 0.851 0.851 0.851/0.69);
  border-radius: 50px;
  padding: 0 11px 1px;
  margin-left: 3px;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationWalk .walkCountWrap .walkCount .certiBtn span {
  font-size: clamp(0.6875rem, 0.6428rem + 0.2237vw, 0.75rem);
  font-weight: 500;
  letter-spacing: -0.9px;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationInfoBtn {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  padding: 4px 0;
  min-width: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationInfoBtn .title {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  letter-spacing: -0.8px;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationInfoBtn .donationCount {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 5.1282, 16px);
  padding-top: 3px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
}
.cherryWalkWrap #container .campaignWrap .campaignWalkInfo .donationWalkWrap .donationInfoBtn .donationCount span {
  font-weight: inherit;
}
.cherryWalkWrap #container .walkStatusWrap {
  margin-top: 36px;
  padding: 0 19px;
  height: 428px;
  background: url(/assets/web/images/bg/bg-new-cherrywalk-fbc159a25d5ef7b651b576d327a61e24.png) center no-repeat;
  background-size: cover;
  z-index: 0;
  position: relative;
  display: flex;
}
.cherryWalkWrap #container .walkStatusWrap .attendBtn {
  position: absolute;
  top: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  border: 1px solid color(display-p3 0 0 0/0.1);
  padding: 6px 12px 6px 7px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.cherryWalkWrap #container .walkStatusWrap .attendBtn:before {
  content: "";
  display: inline-block;
  width: clamp(23px, 1.4375rem + (1vw - 3.75px) * 7.6923, 26px);
  height: clamp(20px, 1.25rem + (1vw - 3.75px) * 7.6923, 23px);
  background: url(/assets/web/images/ico/ic-walk-main-attend@3x-e3686731a972b2dd98192277df103bbb.png) center no-repeat;
  background-size: 100%;
}
.cherryWalkWrap #container .walkStatusWrap .attendBtn span {
  font-size: clamp(13px, 0.8125rem + (1vw - 3.75px) * 2.5641, 14px);
  font-weight: 600;
  line-height: 20px;
  color: rgba(32, 32, 32, 0.8980392157);
}
.cherryWalkWrap #container .walkStatusWrap .attendBtn span .attendCount {
  font-weight: 600;
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus {
  margin-top: auto;
  width: 100%;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.green .progressBg {
  stroke: color(display-p3 0.9549 0.9817 0.9423);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.green .progressBar {
  stroke: color(display-p3 0.7101 0.8902 0.6254);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.green .walkNumber {
  color: color(display-p3 0.7101 0.8902 0.6254);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.green .donationBtn {
  background: linear-gradient(90deg, color(display-p3 0.7101 0.8902 0.6254) 50%, color(display-p3 0.1255 0.1255 0.1255/0.05) 50%);
  background-size: 200%;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.green .bar {
  background-color: color(display-p3 0.7101 0.8902 0.6254);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.yellow .progressBg {
  stroke: color(display-p3 1 0.9675 0.9039);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.yellow .progressBar {
  stroke: color(display-p3 1 0.7952 0.3977);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.yellow .walkNumber {
  color: color(display-p3 1 0.7952 0.3977);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.yellow .donationBtn {
  background: linear-gradient(90deg, color(display-p3 1 0.7952 0.3977) 50%, color(display-p3 0.1255 0.1255 0.1255/0.05) 50%);
  background-size: 200%;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.yellow .bar {
  background-color: color(display-p3 1 0.7952 0.3977);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.peach .progressBg {
  stroke: color(display-p3 1 0.928 0.9052);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.peach .progressBar {
  stroke: color(display-p3 1 0.6124 0.5273);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.peach .walkNumber {
  color: color(display-p3 1 0.6124 0.5273);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.peach .donationBtn {
  background: linear-gradient(90deg, color(display-p3 1 0.6124 0.5273) 50%, color(display-p3 0.1255 0.1255 0.1255/0.05) 50%);
  background-size: 200%;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.peach .bar {
  background-color: color(display-p3 1 0.6124 0.5273);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.pink .progressBg {
  stroke: color(display-p3 1 0.9511 0.9631);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.pink .progressBar {
  stroke: color(display-p3 1 0.4574 0.5911);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.pink .walkNumber {
  color: color(display-p3 1 0.4574 0.5911);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.pink .donationBtn {
  background: linear-gradient(90deg, color(display-p3 1 0.4574 0.5911) 50%, color(display-p3 0.1255 0.1255 0.1255/0.05) 50%);
  background-size: 200%;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.pink .bar {
  background-color: color(display-p3 1 0.4574 0.5911);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.red .progressBg {
  stroke: color(display-p3 1 0.9054 0.9092);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.red .progressBar {
  stroke: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.red .walkNumber {
  color: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.red .donationBtn {
  background: linear-gradient(90deg, color(display-p3 1 0.4706 0.4706) 50%, color(display-p3 0.1255 0.1255 0.1255/0.05) 50%);
  background-size: 200%;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus.red .bar {
  background-color: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .progressBg {
  fill: none;
  stroke: color(display-p3 0.9126 0.9126 0.9126/0.8);
  stroke-width: 1.5px;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .progressBar {
  fill: none;
  stroke: color(display-p3 0.5184 0.5184 0.5184);
  stroke-width: 1.5px;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease-in-out;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .walkNumber {
  font-size: clamp(34px, 2.125rem + (1vh - 6.47px) * 9.5808, 50px);
  font-weight: 600;
  color: color(display-p3 0.5184 0.5184 0.5184);
  letter-spacing: normal;
  line-height: clamp(49px, 3.0625rem + (1vh - 6.47px) * 6.5868, 60px);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .walkNumber:after {
  content: "걸음";
  display: inline-block;
  bottom: -7px;
  font-size: clamp(11px, 0.6875rem + (1vh - 6.47px) * 2.3952, 15px);
  font-weight: 500;
  margin-left: 4px;
  word-break: keep-all;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap {
  position: relative;
  text-align: center;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .walkProgress {
  width: clamp(243px, 15.1875rem + (1vw - 3.75px) * 64.1026, 268px);
  height: clamp(243px, 15.1875rem + (1vw - 3.75px) * 64.1026, 268px);
  transform: rotate(-90deg);
}
@media (max-height: 690px) {
  .cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .walkProgress {
    height: calc(100vh - 470px);
  }
}
@media (max-height: 660px) {
  .cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .walkProgress {
    height: 180px;
  }
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .walkCountTxt {
  position: absolute;
  top: clamp(40px, 3.875rem + (1vh - 8.96px) * 12.5, 62px);
  left: 50%;
  transform: translateX(-50%);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .walkCountTxt .title {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 2.5641, 15px);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .cherryAniWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -25px;
  z-index: 1;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .cherryAniWrap .randomTxt {
  position: absolute;
  top: clamp(120px, 7.5rem + (1vh - 6.51px) * 18.3673, 165px);
  left: calc(50% + 42px);
  width: clamp(95px, 5.9375rem + (1vw - 3px) * 21.9298, 120px);
  font-size: clamp(13px, 0.8125rem + (1vw - 3px) * 1.7544, 15px);
  color: color(display-p3 0.3216 0.3059 0.3059);
  text-align: left;
  line-height: clamp(18px, 1.125rem + (1vw - 3.75px) * 5.1282, 20px);
  background: color(display-p3 1 1 1);
  border: 1px solid color(display-p3 0.847 0.847 0.847);
  box-shadow: 0px 10px 20px color(display-p3 0 0 0/0.07);
  border-radius: 15px;
  padding: 9px 12px 8px;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .cherryAniWrap .randomTxt:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -6px;
  display: block;
  width: 7px;
  height: 20px;
  background: url(/assets/web/images/bg/bg-walk-message-tail@3x-5d866266dcb55fb565e3786e1d4b6341.png) center no-repeat;
  background-size: 100%;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .cherryAniWrap .randomTxt .certiBtn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: color(display-p3 0.1255 0.1255 0.1255/0.7);
  border-radius: 50px;
  padding: 1px 7px 2px;
  margin-top: 2px;
  z-index: 10;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .cherryAniWrap .randomTxt .certiBtn span {
  font-size: clamp(12px, 0.75rem + (1vw - 3.75px) * 2.5641, 13px);
  color: color(display-p3 1 1 1);
}
@media (max-width: 374px) {
  .cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .cherryAniWrap .randomTxt {
    left: calc(50% + 30px);
  }
}
@media (max-width: 330px) {
  .cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .cherryAniWrap .randomTxt {
    left: calc(50% + 22px);
  }
}
@media (max-height: 650px) {
  .cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .cherryAniWrap .randomTxt {
    display: none;
  }
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .cherryAniWrap .cherryAni {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: clamp(366px, 22.875rem + (1vh - 6.51px) * 54.6012, 455px);
}
@media (max-height: 650px) {
  .cherryWalkWrap #container .walkStatusWrap .walkStatus .walkProgressWrap .cherryAniWrap .cherryAni {
    display: none;
  }
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .donationBtn {
  position: relative;
  border-radius: 100px;
  background-position: 0%;
  z-index: 10;
}
@media (max-height: 650px) {
  .cherryWalkWrap #container .walkStatusWrap .walkStatus .donationBtn {
    margin-top: 10px;
  }
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .donationBtn span {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 3.8462, 16.5px);
  color: color(display-p3 1 1 1);
  line-height: 30px;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .donationBtn span .number {
  font-weight: 600;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .donationBtn:disabled {
  background: color(display-p3 0.1255 0.1255 0.1255/0.05);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .donationBtn:disabled span {
  color: color(display-p3 0.1255 0.1255 0.1255/0.4);
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .donationBtn.disabled {
  animation: donationBtnGray 1s forwards;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .donationBtn.disabled span {
  animation: donationBtnGrayTxt 1s forwards;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatus .buttonAni {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 412px;
  z-index: 10;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatusSubWrap {
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.0705882353);
  background: rgba(255, 255, 255, 0.3490196078);
  border-radius: 15px;
  padding: 10px 19px;
  display: flex;
  flex-direction: column;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatusSubWrap .title {
  font-family: Pretendard;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.9px;
  margin-bottom: 3px;
  line-height: 26px;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatusSubWrap .walkProgressBar {
  width: 100%;
  border-radius: 100px;
  background-color: #F1F1F1;
  height: 5px;
  position: relative;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatusSubWrap .bar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  height: 5px;
  animation: animate-width 1.5s both;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatusSubWrap .stepCountWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3px;
  margin-top: 7px;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatusSubWrap .stepCountWrap .walkNumber {
  position: relative;
  letter-spacing: -0.7px;
  font-size: clamp(1.71875rem, 1.6516rem + 0.3356vw, 1.8125rem);
  white-space: nowrap;
  word-break: keep-all;
  line-height: 35px;
  height: 35px;
  margin-bottom: 1px;
}
.cherryWalkWrap #container .walkStatusWrap .walkStatusSubWrap .stepCountWrap .donationBtn {
  padding: 0px 12px;
  font-family: Pretendard;
  font-weight: 700;
  font-size: clamp(0.90625rem, 0.8615rem + 0.2237vw, 0.96875rem);
  letter-spacing: -0.9px;
  white-space: nowrap;
}
.cherryWalkWrap #container .weekEventWrap {
  margin: 12px 19px;
  border: 0.7px solid #EFEFEF;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.0705882353);
  border-radius: 15px;
  padding: 20px;
}
.cherryWalkWrap #container .weekEventWrap .weekEventBtnWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cherryWalkWrap #container .weekEventWrap .weekEventBtnWrap .title {
  white-space: nowrap;
}
.cherryWalkWrap #container .weekEventWrap .weekEventBtnWrap .title span {
  font-weight: 700;
  font-size: clamp(0.9375rem, 0.6783rem + 0.6711vw, 1rem);
  line-height: 22px;
  letter-spacing: -0.8px;
}
.cherryWalkWrap #container .weekEventWrap .weekEventBtnWrap .title img {
  width: 22px;
  padding-left: 2px;
}
.cherryWalkWrap #container .weekEventWrap .weekEventBtnWrap .eventBtn {
  white-space: nowrap;
  background-color: #3F3F3F;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 6px 19px 6px 16px;
}
.cherryWalkWrap #container .weekEventWrap .weekEventBtnWrap .eventBtn:before {
  content: "";
  display: inline-block;
  width: clamp(16px, 1.4375rem + (1vw - 3.75px) * 7.6923, 18px);
  height: clamp(14px, 1.25rem + (1vw - 3.75px) * 7.6923, 16px);
  background: url(/assets/web/images/ico/ic-walk-main-attend@3x-e3686731a972b2dd98192277df103bbb.png) center no-repeat;
  background-size: 100%;
}
.cherryWalkWrap #container .weekEventWrap .weekEventBtnWrap .eventBtn span {
  font-weight: 700;
  font-size: clamp(0.75rem, 0.7053rem + 0.2237vw, 0.8125rem);
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
}
.cherryWalkWrap #container .weekEventWrap .weekEventBtnWrap .sub span {
  font-size: clamp(0.8125rem, 0.7678rem + 0.2237vw, 0.875rem);
  font-weight: 600;
}
.cherryWalkWrap #container .weekEventWrap .weekEventBtnWrap .line {
  border: 1px solid #E7E7E7;
  margin-left: 5px;
  width: 100%;
}
.cherryWalkWrap #container .weekEventWrap .weekEventBtnWrap .moreBtn {
  border: 0.7px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  padding: 2px 6px 2px 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: -0.8px;
  height: 100%;
  position: relative;
  line-height: 100%;
}
.cherryWalkWrap #container .weekEventWrap .weekEventBtnWrap .moreBtn span {
  font-size: clamp(0.75rem, 0.7053rem + 0.2237vw, 0.8125rem);
  letter-spacing: -0.8px;
  height: 100%;
  line-height: 100%;
}
.cherryWalkWrap #container .weekEventWrap .weekEventBtnWrap .moreBtn::after {
  content: "";
  display: inline-block;
  background: url(/assets/web/images/ico/ic-walk-arrow-right-black-a0496321f93eb03e2d773b77a2de920d.svg) center no-repeat;
  background-size: 100%;
  width: 6px;
  height: 12px;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 13px 0;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .imgWrap {
  border: 0.5px solid #E3E3E3;
  width: 84px;
  height: 90px;
  border-radius: 12px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .imgWrap .giftimg {
  height: 100%;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .infoWrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .infoWrap .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .infoWrap .info p {
  font-family: Pretendard;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8303rem + 0.2237vw, 0.9375rem);
  line-height: 100%;
  letter-spacing: -0.5px;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .infoWrap .info p .myCount {
  font-weight: 600;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .infoWrap .info .all {
  font-size: clamp(0.8125rem, 0.7678rem + 0.2237vw, 0.875rem);
  color: #A0A0A0;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .infoWrap .info .all span {
  color: inherit;
  font-size: inherit;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .infoWrap .info .myCount::before {
  content: "";
  display: inline-block;
  width: 16.5px;
  height: 17.5px;
  background: url(/assets/web/images/ico/ic-walk-main-attend@3x-e3686731a972b2dd98192277df103bbb.png) center no-repeat;
  background-size: 100%;
  margin: 0 2px -3px 2px;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .infoWrap .date {
  margin-top: 12px;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .infoWrap .date .ing {
  font-family: Pretendard;
  font-size: clamp(0.8125rem, 0.7678rem + 0.2237vw, 0.875rem);
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .infoWrap .date .end {
  font-family: Pretendard;
  font-weight: 700;
  font-size: clamp(0.8125rem, 0.7678rem + 0.2237vw, 0.875rem);
  letter-spacing: -0.5px;
}
.cherryWalkWrap #container .weekEventWrap .weekEventInfo .infoWrap .date .end span {
  font-family: Pretendard;
  font-weight: 600;
  font-size: inherit;
}
.cherryWalkWrap #container .weekEventWrap .winnerInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 8px;
}
.cherryWalkWrap #container .weekEventWrap .winnerInfo img {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
}
.cherryWalkWrap #container .weekEventWrap .winnerInfo .remarkWrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.cherryWalkWrap #container .weekEventWrap .winnerInfo .remarkWrap .giftNm {
  font-family: Pretendard;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.4px;
}
.cherryWalkWrap #container .weekEventWrap .winnerInfo .remarkWrap .giftNm span {
  all: inherit;
}
.cherryWalkWrap #container .weekEventWrap .winnerInfo .remarkWrap .remark {
  color: color(display-p3 0.9098 0.2353 0.3569);
  font-size: 13px;
  letter-spacing: -0.4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cherryWalkWrap #container .weekEventWrap .winnerInfo .date {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-align: right;
  color: #A0A0A0;
  flex-shrink: 0;
}
.cherryWalkWrap #container .eventWrap {
  margin: 0 19px 26px;
}
.cherryWalkWrap #container .eventWrap .swiper-container {
  border-radius: 15px;
  will-change: transform;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cherryWalkWrap #container .eventWrap .swiper-container .swiper-slide {
  width: 100%;
}
.cherryWalkWrap #container .eventBanner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  padding: 25px 15px 20px 20px;
}
.cherryWalkWrap #container .eventBanner .txtWrap {
  height: 100%;
  text-align: left;
}
@media (max-width: 350px) {
  .cherryWalkWrap #container .eventBanner .txtWrap {
    flex-shrink: inherit;
  }
}
.cherryWalkWrap #container .eventBanner .txtWrap .titleTag {
  display: inline-flex;
  align-items: center;
  font-size: clamp(13px, 0.8125rem + (1vw - 3.75px) * 2.5641, 14px);
  background: color(display-p3 1 1 1);
  border-radius: 50px;
  padding: 3px 10px 3px 9px;
}
.cherryWalkWrap #container .eventBanner .txtWrap .titleTag:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(/assets/web/images/ico/ic-walk-event-arrow-right@3x-2c2bf9178af4cd2be132cabacdb1721d.png) center no-repeat;
  background-size: 100%;
  margin-left: 6px;
}
.cherryWalkWrap #container .eventBanner .txtWrap .titleTag.end {
  color: color(display-p3 1 1 1);
  background: color(display-p3 0.6209 0.6209 0.6209);
}
.cherryWalkWrap #container .eventBanner .txtWrap .titleTag.end:after {
  background: url(/assets/web/images/ico/ic-walk-event-arrow-right-white@3x-fcccee7a850fa03fdd0db1a244cfded9.png) center no-repeat;
  background-size: 100%;
}
.cherryWalkWrap #container .eventBanner .txtWrap .title {
  font-size: clamp(15px, 0.9375rem + (1vw - 3px) * 6.1404, 22px);
  font-weight: 700;
  color: color(display-p3 1 1 1);
  text-align: left;
  line-height: clamp(22px, 1.375rem + (1vw - 3px) * 7.0175, 30px);
  margin-top: 16px;
}
.cherryWalkWrap #container .eventBanner .txtWrap .date {
  font-size: clamp(13px, 0.8125rem + (1vw - 3.75px) * 2.5641, 14px);
  color: color(display-p3 1 1 1);
  letter-spacing: normal;
  text-align: left;
  margin-top: 3px;
}
.cherryWalkWrap #container .eventBanner .imgWrap {
  position: relative;
  flex-shrink: 0;
}
.cherryWalkWrap #container .eventBanner .imgWrap .eventPeople {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(36px, 2.25rem + (1vw - 3.75px) * 10.2564, 40px);
  height: clamp(36px, 2.25rem + (1vw - 3.75px) * 10.2564, 40px);
  font-size: clamp(10px, 0.625rem + (1vw - 3.75px) * 2.5641, 11px);
  font-weight: 600;
  color: color(display-p3 1 1 1);
  background: color(display-p3 0.1255 0.1255 0.1255);
  border-radius: 50px;
}
.cherryWalkWrap #container .eventBanner .imgWrap .giftImg {
  width: clamp(100px, 6.25rem + (1vw - 3.75px) * 20.5128, 108px);
  height: clamp(100px, 6.25rem + (1vw - 3.75px) * 20.5128, 108px);
}
.cherryWalkWrap #container .eventBanner.launching {
  background: color(display-p3 0.9529 0.8039 0.4902);
}
.cherryWalkWrap #container .eventBanner.launching .txtWrap .title:after {
  content: "";
  display: inline-block;
  width: clamp(24px, 1.625rem + (1vw - 3.75px) * 2.6667, 26px);
  height: clamp(20.83px, 1.410625rem + (1vw - 3.75px) * 2.32, 22.57px);
  background: url(/assets/web/images/ico/ic-walk-main-attend@3x-e3686731a972b2dd98192277df103bbb.png) center no-repeat;
  background-size: 100%;
  margin-left: 8px;
  margin-bottom: -5px;
}
.cherryWalkWrap #container .eventBanner.launching .imgWrap .giftImg {
  width: 110px;
  height: 110px;
}
.cherryWalkWrap #container .eventBanner.weekly {
  background: color(display-p3 0.7725 0.702 0.9529);
}
.cherryWalkWrap #container .eventBanner.weekly.orange {
  background: color(display-p3 0.9509 0.7378 0.5411);
}
.cherryWalkWrap #container .eventBanner.weekly.green {
  background: color(display-p3 0.7251 0.8593 0.5909);
}
.cherryWalkWrap #container .eventBanner.cherry {
  background: color(display-p3 1 0.6255 0.6255);
}
.cherryWalkWrap #container .tabBarWrap {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 80px);
  background: color(display-p3 1 1 1);
  border-radius: 40px 40px 0 0;
  box-shadow: 0px -3px 5px color(display-p3 0 0 0/0.1);
  padding: 12px 40px;
  z-index: 20;
}
@media (max-width: 350px) {
  .cherryWalkWrap #container .tabBarWrap {
    width: calc(100% - 60px);
    padding: 12px 30px;
  }
}
.cherryWalkWrap #container .tabBarWrap button {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 55px;
  height: clamp(60px, 3.75rem + (1vw - 3.75px) * 12.8205, 65px);
}
.cherryWalkWrap #container .tabBarWrap button span {
  font-size: clamp(12.5px, 0.78125rem + (1vw - 3.75px) * 3.8462, 14px);
  font-weight: 700;
  color: #202020;
  word-break: keep-all;
}
.cherryWalkWrap #container .tabBarWrap .cherryBasketBtn {
  background: url(/assets/web/images/ico/ic-walk-basket@3x-85f16c78c79d8aee4350039cb449b708.png) top center no-repeat;
  background-size: 31px 27px;
  background-position: center 5px;
}
.cherryWalkWrap #container .tabBarWrap .rankingBtn {
  background: url(/assets/web/images/ico/ic-walk-ranking@3x-38de3bc54e0b9e7c074da234b67c745f.png) top center no-repeat;
  background-size: 23.15px 29px;
  background-position: center 4px;
}
.cherryWalkWrap #container .tabBarWrap .certiRalayBtn {
  background: url(/assets/web/images/ico/ic-walk-certi-relay@3x-18e9c6cdd634124b8e208d8ee4084c6c.png) top center no-repeat;
  background-size: 24px 24px;
  background-position: center 6px;
}
.cherryWalkWrap #container .tabBarWrap .eventBtn {
  background: url(/assets/web/images/ico/ic-walk-event@3x-54b178782320647d753270992377f210.png) top center no-repeat;
  background-size: 26.14px 28.67px;
  background-position: center 1px;
}
.cherryWalkWrap #container .test {
  position: absolute;
  top: 195px;
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: right;
}
.cherryWalkWrap #container .test p {
  font-size: 13px;
}
.cherryWalkWrap #container .test button {
  font-size: 13px;
}
.cherryWalkWrap .btnWrap {
  position: fixed;
  bottom: 31px;
  width: calc(100% - 38px);
  margin: 0 19px;
}
.cherryWalkWrap .btnWrap button {
  width: 100%;
  border-radius: 50px;
  padding: 14px 0 13px;
}
.cherryWalkWrap .btnWrap button span {
  font-size: clamp(17px, 1.0625rem + (1vw - 3.75px) * 5.1282, 19px);
  font-weight: 700;
}
.cherryWalkWrap .btnWrap button.bgPinkBtn {
  background: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap .btnWrap button.bgPinkBtn span {
  color: color(display-p3 1 1 1);
}
.cherryWalkWrap .btnWrap button.bgPinkBtn:disabled {
  background: color(display-p3 0.9569 0.9569 0.9569);
}
.cherryWalkWrap .btnWrap button.bgPinkBtn:disabled span {
  color: color(display-p3 0.1255 0.1255 0.1255/0.4);
}
.cherryWalkWrap .btnWrap button.bgWhiteBtn span {
  font-weight: 500;
  color: color(display-p3 0.5922 0.5922 0.5922);
}
.cherryWalkWrap .btnWrap button.bgBlackBtn {
  background: color(display-p3 0 0 0);
}
.cherryWalkWrap .btnWrap button.bgBlackBtn span {
  color: color(display-p3 1 1 1);
}
.cherryWalkWrap .btnWrap button.lineBlackBtn {
  border: 1px solid color(display-p3 0 0 0);
}
.cherryWalkWrap .btnWrap button.bgBlueBtn {
  min-width: 0;
  max-width: 500px;
  background: #5468f7;
}
.cherryWalkWrap .btnWrap button.bgBlueBtn span {
  color: #fff;
}
.cherryWalkWrap .emptyWrap {
  text-align: center;
  padding: 0 19px;
}
.cherryWalkWrap .emptyWrap .emptyImg {
  width: 195px;
  height: 215px;
  margin-top: clamp(90px, 9.375rem + (1vh - 8.12px) * 24.5902, 150px);
}
.cherryWalkWrap .emptyWrap .emptyTxt {
  font-size: 15px;
  font-weight: 700;
  margin-top: 22px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .titleWrap {
  padding: 18px 19px 12px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .titleWrap .cherryCount {
  font-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 7.6923, 27px);
  font-weight: 700;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .titleWrap .cherryCount .number {
  font-weight: 700;
  color: color(display-p3 0.9098 0.2353 0.3569);
  letter-spacing: normal;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .titleWrap .cherryCount:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 24px;
  background: url(/assets/web/images/ico/ic-walk-main-attend@3x-e3686731a972b2dd98192277df103bbb.png) center no-repeat;
  background-size: 100%;
  margin-left: 9px;
  margin-bottom: -3px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .titleWrap .title {
  font-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 7.6923, 27px);
  font-weight: 700;
  line-height: 1.3;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap {
  padding: 0px 35px 18px 35px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressMarkers {
  width: 100%;
  position: relative;
  height: 18px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressMarkers span {
  position: absolute;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: -0.4px;
  transform: translateX(-50%);
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar {
  width: 100%;
  height: 11px;
  border-radius: 11.5px;
  background-color: #F0F0F0;
  position: relative;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar::after {
  content: "";
  position: absolute;
  background: url(/assets/web/images/ico/ic-walk-attd-goal-box@3x-d0f5682cd25be85e1f70c813f06e0321.png) center/cover no-repeat;
  width: 35.9px;
  height: 40px;
  right: -18.2px;
  top: 5%;
  transform: translateY(-50%);
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar .bar {
  position: absolute;
  height: 100%;
  border-radius: 11.5px;
  background-color: color(display-p3 0.9098 0.2353 0.3569);
  animation: animate-width 1.5s both;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar .bar::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 31.5px;
  height: 27.5px;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar .bar.bar-01::after {
  background-image: url("/assets/web/images/ico/ic-walk-attend-01@3x-b7ed9d2cc152f818a807409c17a5f478.png");
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar .bar.bar-02::after {
  background-image: url("/assets/web/images/ico/ic-walk-attend-02@3x-777b7875cf8d56c5ab0ec6814c5b8c33.png");
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar .bar.bar-03::after {
  background-image: url("/assets/web/images/ico/ic-walk-attend-03@3x-888eb0f8979df8e9e988c771ede1e7b1.png");
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar .bar.bar-04::after {
  background-image: url("/assets/web/images/ico/ic-walk-attend-04@3x-d3dee250517a61facb41f10d5db93bd2.png");
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar .bar.bar-05::after {
  background-image: url("/assets/web/images/ico/ic-walk-attend-05@3x-f5afa941f2aa2454c93c84bc975b5e32.png");
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar .bar.bar-06::after {
  background-image: url("/assets/web/images/ico/ic-walk-attend-06@3x-044cdc495959a326241eeebdee1efd8c.png");
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar .bar.bar-07::after {
  background-image: url("/assets/web/images/ico/ic-walk-attend-07@3x-12d8da804378c772916c3ca773d3748c.png");
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar .bar.bar-08::after {
  background-image: url("/assets/web/images/ico/ic-walk-attend-08@3x-5e0bbace4e5e6772709a9c09c66a1e66.png");
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar .bar.bar-09::after {
  background-image: url("/assets/web/images/ico/ic-walk-attend-09@3x-1a91e76bb0c849803f50932c2e16e528.png");
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .progressBar .baseLine {
  position: absolute;
  width: 1px;
  height: 100%;
  border: 1px solid color(display-p3 0.9098 0.2353 0.3569);
  box-sizing: border-box;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .textWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .textWrap .left {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.4px;
  color: color(display-p3 0.9098 0.2353 0.3569);
  padding-left: 16px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .textWrap .center {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: -0.4px;
  color: #524E4E;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .textWrap .center span {
  font-weight: 600;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .goalWrap .textWrap .right {
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  letter-spacing: -0.4px;
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .progressWrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .progressWrap .sl_progressBarWrap {
  width: 5px;
  height: 300px;
  position: relative;
  background-color: #e8e8e8;
  border-radius: 2.5px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .progressWrap .sl_progressBarWrap .sl_bar {
  background-color: color(display-p3 1 0.4706 0.4706);
  width: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2.5px;
  -webkit-animation: animate-height 1.5s forwards;
  animation: animate-height 1.5s forwards;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .contentWrap {
  border-radius: 50px 50px 0 0;
  box-shadow: 0px -3px 15px color(display-p3 0 0 0/0.07);
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .titleWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid color(display-p3 0.1255 0.1255 0.1255/0.15);
  padding: 36px 0 12px;
  margin: 0 19px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .titleWrap .title {
  font-size: clamp(19px, 1.1875rem + (1vw - 3.75px) * 2.5641, 20px);
  font-weight: 700;
  line-height: normal;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .titleWrap .swiper-button-prev {
  width: clamp(9px, 0.5625rem + (1vw - 3.75px) * 2.5641, 10px);
  height: clamp(13px, 0.8125rem + (1vw - 3.75px) * 2.5641, 14px);
  background: url(/assets/web/images/ico/btn-walk-attend-calendar-prev@3x-df14a68336a54bccd6da5b5e816c6eae.png) center no-repeat;
  background-size: 100%;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .titleWrap .swiper-button-next {
  width: clamp(9px, 0.5625rem + (1vw - 3.75px) * 2.5641, 10px);
  height: clamp(13px, 0.8125rem + (1vw - 3.75px) * 2.5641, 14px);
  background: url(/assets/web/images/ico/btn-walk-attend-calendar-next@3x-ef92b0709918295c693a4f33af67df92.png) center no-repeat;
  background-size: 100%;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap {
  border-radius: 0;
  box-shadow: none;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap .calendarHeader {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 16.5px;
  padding: 18px clamp(20px, 1.25rem + (1vw - 3px) * 7.0175, 28px);
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap .calendarHeader .dayTitle {
  width: clamp(22.5px, 1.40625rem + (1vw - 3px) * 10.9649, 35px);
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 5.1282, 16px);
  text-align: center;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap .calendarHeader .dayTitle:first-child {
  color: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap .calendarHeader .dayTitle:last-child {
  color: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap .calendarBody {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 16.5px;
  padding: 0 clamp(20px, 1.25rem + (1vw - 3px) * 7.0175, 28px);
  padding-bottom: 10px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap .calendarBody div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(22.5px, 1.40625rem + (1vw - 3px) * 10.9649, 35px);
  height: clamp(19.66px, 1.22875rem + (1vw - 3px) * 9.8421, 30.88px);
  margin-bottom: 10px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap .calendarBody div img {
  position: absolute;
  top: 0;
  left: 0;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap .calendarBody div span {
  font-family: "D-DIN", sans-serif;
  font-size: clamp(13px, 0.8125rem + (1vw - 3.75px) * 5.1282, 15px);
  letter-spacing: 0;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap .calendarBody div p {
  position: absolute;
  top: 30px;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 500;
  line-height: 13.13px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap .calendarBody div p.step1 {
  color: #878788;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap .calendarBody div p.step2 {
  color: #ffaeae;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .contentWrap .calendarBody div p.step3 {
  color: #ff7878;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .calendarFooter {
  padding: 0 clamp(20px, 1.25rem + (1vw - 3px) * 7.0175, 28px);
  display: flex;
  justify-content: end;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .calendarFooter ul {
  margin-top: 10px;
  width: 50%;
  font-size: 11px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .calendarFooter ul li {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 5px 0;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .calendarFooter ul li div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .calendarFooter ul li div.circle1 {
  background-color: #878788;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .calendarFooter ul li div.circle2 {
  background-color: #ffaeae;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .calendarFooter ul li div.circle3 {
  background-color: #ff7878;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .calendar .calendarFooter ul li p {
  line-height: 17px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .guideTxtWrap {
  background: color(display-p3 0.9444 0.9444 0.9444);
  border-radius: 15px;
  padding: 14px 14px 14px 26px;
  margin: 36.5px 19px 18px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .guideTxtWrap .guideTxt {
  font-size: clamp(12px, 0.75rem + (1vw - 3.75px) * 2.5641, 13px);
  color: color(display-p3 0.1255 0.1255 0.1255/0.55);
  letter-spacing: -0.5px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .guideTxtWrap .guideTxt:before {
  content: "";
  position: relative;
  top: -3.5px;
  right: 4px;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: color(display-p3 0.1255 0.1255 0.1255/0.55);
  border-radius: 50%;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap {
  margin: 0 19px 31px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent {
  display: flex;
  gap: 11px;
  width: 100%;
  background: color(display-p3 0.9444 0.9444 0.9444);
  border-radius: 15px;
  padding: 19px 19px 17px 17px;
}
@media (max-width: 319px) {
  .cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent {
    flex-direction: column;
    align-items: center;
  }
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .imgWrap {
  position: relative;
  flex-shrink: 0;
  width: clamp(100px, 6.25rem + (1vw - 3.2px) * 21.2766, 120px);
  height: auto;
  background: color(display-p3 1 1 1);
  border: 1px solid color(display-p3 0.8898 0.8907 0.8917);
  border-radius: 12px;
  box-shadow: 1px 2px 3px color(display-p3 0 0 0/0.06);
}
@media (max-width: 374px) {
  .cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .imgWrap {
    height: clamp(135.19px, 8.449375rem + (1vw - 3.2px) * 11.0741, 141.17px);
  }
}
@media (max-width: 319px) {
  .cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .imgWrap {
    width: 110px;
    height: 118px;
  }
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .imgWrap .eventPeople {
  position: absolute;
  top: 9px;
  right: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(40px, 2.5rem + (1vw - 3.75px) * 10.2564, 44px);
  height: clamp(40px, 2.5rem + (1vw - 3.75px) * 10.2564, 44px);
  font-size: clamp(10px, 0.625rem + (1vw - 3.75px) * 5.1282, 12px);
  font-weight: 600;
  color: color(display-p3 1 1 1);
  background: color(display-p3 0.1255 0.1255 0.1255);
  border-radius: 50px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .imgWrap .giftImg {
  width: clamp(85px, 5.3125rem + (1vw - 3.75px) * 20.5128, 93px);
  height: clamp(85px, 5.3125rem + (1vw - 3.75px) * 20.5128, 93px);
  margin-top: 10px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .imgWrap .giftTitle {
  font-size: clamp(8px, 0.5rem + (1vw - 3.75px) * 2.5641, 9px);
  color: color(display-p3 0.3147 0.3157 0.3167);
  line-height: 1.4;
  word-wrap: break-word;
  margin: 2px 0 7px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap {
  flex-grow: 1;
}
@media (max-width: 319px) {
  .cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap {
    width: 100%;
  }
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .titleWrap {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid color(display-p3 0.1255 0.1255 0.1255/0.3);
  padding: 0;
}
@media (max-width: 319px) {
  .cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .titleWrap {
    text-align: center;
  }
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .titleWrap .subTitle {
  font-size: clamp(13px, 0.8125rem + (1vw - 3.75px) * 5.1282, 15px);
  font-weight: 700;
  color: color(display-p3 0.1255 0.1255 0.1255/0.35);
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .titleWrap .title {
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 4.2553, 18px);
  font-weight: 700;
  margin-top: 3px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .titleWrap .date {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 5.1282, 16px);
  margin-bottom: 6px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap {
  font-size: clamp(13px, 0.8125rem + (1vw - 3.2px) * 2.1277, 15px);
  border-radius: 0;
  box-shadow: none;
  margin-top: 6px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap .applyWrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 374px) {
  .cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap .applyWrap {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 319px) {
  .cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap .applyWrap {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
  }
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap .applyWrap .myApplyCount {
  display: flex;
  gap: clamp(5px, 0.3125rem + (1vw - 3px) * 2.6316, 8px);
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap .applyWrap .myApplyCount .myCount {
  margin-top: 2px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap .applyWrap .myApplyCount .myCount:before {
  content: "";
  display: inline-block;
  width: 16.5px;
  height: 14.5px;
  background: url(/assets/web/images/ico/ic-walk-main-attend@3x-e3686731a972b2dd98192277df103bbb.png) center no-repeat;
  background-size: 100%;
  margin-right: 3px;
  margin-bottom: -3px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap .applyWrap .totalApplyCount {
  display: flex;
  gap: clamp(5px, 0.3125rem + (1vw - 3px) * 2.6316, 8px);
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap .applyWrap .totalApplyCount p {
  color: color(display-p3 0.1255 0.1255 0.1255/0.35);
  letter-spacing: 0;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap .applyWrap .totalApplyCount .totalCount {
  margin-top: 2px;
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap .announceWrap {
  display: flex;
  gap: clamp(5px, 0.3125rem + (1vw - 3px) * 2.6316, 8px);
}
@media (max-width: 319px) {
  .cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap .announceWrap {
    justify-content: center;
  }
}
.cherryWalkWrap #container.cherryWalkBasket .calendarWrap .eventWrap .weeklyEvent .txtWrap .contentWrap .announceWrap .date {
  margin-top: 2px;
}
.cherryWalkWrap #container.cherryWalkRanking {
  padding-bottom: 0;
}
.cherryWalkWrap #container.cherryWalkRanking .tabWrap {
  position: fixed;
  width: calc(100% - 38px);
  background: color(display-p3 1 1 1);
  padding: 0px 19px 35px;
  z-index: 10;
}
.cherryWalkWrap #container.cherryWalkRanking .tabWrap .tabList {
  position: relative;
  display: flex;
  background: color(display-p3 0.947 0.947 0.947);
  border-radius: 100px;
}
.cherryWalkWrap #container.cherryWalkRanking .tabWrap .tabList .tabBtn {
  display: none;
}
.cherryWalkWrap #container.cherryWalkRanking .tabWrap .tabList .tabBtn:checked + label span {
  font-weight: 700;
  color: color(display-p3 1 1 1);
}
.cherryWalkWrap #container.cherryWalkRanking .tabWrap .tabList .tabBtn.tab-01:checked ~ .activeBg {
  left: 0;
  transition: left 0.2s ease;
}
.cherryWalkWrap #container.cherryWalkRanking .tabWrap .tabList .tabBtn.tab-02:checked ~ .activeBg {
  left: 50%;
  transition: left 0.2s ease;
}
.cherryWalkWrap #container.cherryWalkRanking .tabWrap .tabList label {
  width: 50%;
  text-align: center;
  padding: 7px 0;
  z-index: 10;
}
.cherryWalkWrap #container.cherryWalkRanking .tabWrap .tabList label span {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 2.5641, 15px);
  color: color(display-p3 0.5804 0.5804 0.5804);
}
.cherryWalkWrap #container.cherryWalkRanking .tabWrap .tabList .activeBg {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: color(display-p3 0.1255 0.1255 0.1255);
  border-radius: 100px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap {
  margin-top: 64px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .profileImg img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap {
  position: fixed;
  width: calc(100% - 38px);
  background: color(display-p3 1 1 1);
  padding: 36px 19px 0;
  z-index: 10;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  border-radius: 50px 50px 0 0;
  box-shadow: 0px -3px 15px color(display-p3 0 0 0/0.07);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap .myRanking {
  display: flex;
  gap: 5px;
  border-bottom: 1px solid color(display-p3 0 0 0/0.1);
  padding-bottom: 18px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap .myRanking .profileImg {
  margin-left: 4px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap .myRanking .profileImg img {
  border: 3px solid color(display-p3 1 1 1);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap .myRanking .txtWrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2px;
  width: calc(100% - 70px);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap .myRanking .txtWrap div {
  width: 100%;
  text-align: center;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap .myRanking .txtWrap .title {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 2.5641, 15px);
  margin-bottom: 8px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap .myRanking .txtWrap .content {
  font-size: clamp(18px, 1.125rem + (1vw - 3.75px) * 5.1282, 20px);
  font-weight: 800;
  line-height: 1;
  padding: 0 5px;
  letter-spacing: -0.8px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap .myRanking .txtWrap .content .total {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #B6B6B6;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap .myRanking .txtWrap .myRankWrap {
  position: relative;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap .myRanking .txtWrap .myRankWrap:after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: -2px;
  display: inline-block;
  width: 2px;
  height: 12px;
  background: color(display-p3 0.1255 0.1255 0.1255/0.2);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .myRankingWrap .myRanking .txtWrap .myWalkWrap .content {
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList {
  padding: 139px 19px 9px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 7px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking .rankingInfoWrap {
  display: flex;
  align-items: center;
  gap: 17px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking .rankingInfoWrap .rankingNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 54px;
  font-size: clamp(13px, 0.8125rem + (1vw - 3.75px) * 2.5641, 14px);
  font-weight: 900;
  margin-left: 4px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking .rankingInfoWrap .profileImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking .rankingInfoWrap .profileImg img {
  width: 50px;
  height: 50px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking .walkCountWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: calc(100% - 114px);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking .walkCountWrap .userName {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 2.5641, 15px);
  padding-right: 2px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking .walkCountWrap .walkCount {
  flex-shrink: 0;
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 5.1282, 17px);
  font-weight: 600;
  margin-right: 9px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking .walkCountWrap .walkCount .unit {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 2.5641, 15px);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking.rank1 .rankingNumber {
  color: color(display-p3 1 1 1);
  background: url(/assets/web/images/ico/ic-walk-ranking-01@3x-efd3ecd686a2451bcd0fff9f6339f20b.png) center no-repeat;
  background-size: 100%;
  background-position: center 13px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking.rank1 .walkCount {
  color: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking.rank1 .walkCount .unit {
  color: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking.rank2 .rankingNumber {
  color: color(display-p3 1 1 1);
  background: url(/assets/web/images/ico/ic-walk-ranking-02@3x-7ba8a9588a1f8477f89f8b1e4038ec59.png) center no-repeat;
  background-size: 100%;
  background-position: center 13px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking.rank2 .walkCount {
  color: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking.rank2 .walkCount .unit {
  color: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking.rank3 .rankingNumber {
  color: color(display-p3 1 1 1);
  background: url(/assets/web/images/ico/ic-walk-ranking-03@3x-1b9c4587ed8c5405e2dad1b3cb6bb5ca.png) center no-repeat;
  background-size: 100%;
  background-position: center 13px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking.rank3 .walkCount {
  color: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .ranking.rank3 .walkCount .unit {
  color: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap {
  display: flex;
  align-items: end;
  justify-content: center;
  background-color: rgba(232, 60, 91, 0.0509803922);
  border-radius: 20px;
  padding: 22px 27px 20px;
  margin-bottom: 12px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking {
  display: flex;
  flex-direction: column;
  width: 80px;
  padding: 0;
  position: relative;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking .rankingInfoWrap {
  position: relative;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking .rankingInfoWrap .rankingNumber {
  position: absolute;
  right: -11px;
  top: -13px;
  text-indent: -9999px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking .rankingInfoWrap .profileImg {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking .rankingInfoWrap .profileImg img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  box-sizing: border-box;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking .walkCountWrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking .walkCountWrap .userName {
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking .walkCountWrap .walkCount {
  margin-right: 0;
  color: color(display-p3 0.9098 0.2353 0.3569);
  font-weight: 700;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking.rank1 {
  order: 2;
  margin: 0 24px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking.rank1 .profileImg {
  width: 80px;
  height: 80px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking.rank2 {
  order: 1;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking.rank2::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(32, 32, 32, 0.2);
  bottom: 0;
  height: 12px;
  box-sizing: border-box;
  top: 78px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking.rank2::after {
  right: -8px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking.rank3 {
  order: 3;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking.rank3::before {
  content: "";
  position: absolute;
  border: 1px solid rgba(32, 32, 32, 0.2);
  bottom: 0;
  height: 12px;
  box-sizing: border-box;
  top: 78px;
}
.cherryWalkWrap #container.cherryWalkRanking .rankingWrap .rankingList .top3Wrap .ranking.rank3::before {
  left: -8px;
}
.cherryWalkWrap .profileBtn {
  padding: 5px;
}
.cherryWalkWrap .profileBtn img {
  width: 30px;
  height: 30px;
  border: 1px solid color(display-p3 0.1255 0.1255 0.1255/0.1);
  border-radius: 50%;
}
.cherryWalkWrap .downloadBtn {
  width: 30px;
  height: 30px;
  background: url(/assets/web/images/ico/btn-walk-certi-download@3x-78d4e9e9029ebc53238b5456a0918a67.png) center no-repeat;
  background-size: 24px;
}
.cherryWalkWrap .shareBtn {
  width: 30px;
  height: 30px;
  background: url(/assets/web/images/ico/btn-walk-certi-share@3x-810aecf647e6c5ff5fec48dc25b84130.png) center no-repeat;
  background-size: 24px;
  margin-right: 3px;
}
.cherryWalkWrap #container.cherryWalkCerti.main .tabWrap {
  position: fixed;
  background-color: #fff;
}
.cherryWalkWrap #container.cherryWalkCerti.main .tabWrap .tabList {
  display: flex;
  gap: 22px;
  padding: 11px 25px;
}
.cherryWalkWrap #container.cherryWalkCerti.main .tabWrap .tabList .tab .tabBtn {
  display: none;
}
.cherryWalkWrap #container.cherryWalkCerti.main .tabWrap .tabList .tab .tabBtn:checked + label span {
  font-weight: 700;
  color: color(display-p3 0.1255 0.1255 0.1255);
}
.cherryWalkWrap #container.cherryWalkCerti.main .tabWrap .tabList .tab .tabBtn:checked + label span:before {
  background: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container.cherryWalkCerti.main .tabWrap .tabList .tab label span {
  font-size: clamp(13.5px, 0.84375rem + (1vw - 3.75px) * 3.8462, 15px);
  color: color(display-p3 0.5804 0.5804 0.5804);
}
.cherryWalkWrap #container.cherryWalkCerti.main .tabWrap .tabList .tab label span:before {
  content: "";
  position: relative;
  top: -3px;
  right: 4px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: color(display-p3 1 1 1);
  border-radius: 50%;
}
.cherryWalkWrap #container.cherryWalkCerti.main .mainUploadBtn {
  position: fixed;
  right: 19px;
  bottom: 19px;
  box-shadow: 0px 4px 5px 1px color(display-p3 0 0 0/0.4);
  width: 76px;
  height: 76px;
  background: url(/assets/web/images/ico/btn-walk-certi-upload@3x-40ebd65ccde91cdc01eb9f7bf3226bd3.png) center no-repeat;
  background-size: 100%;
  border-radius: 50%;
}
.cherryWalkWrap #container.cherryWalkCerti.main .certiFeedWrap {
  margin-top: 46px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap {
  position: relative;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardBtnWrap {
  position: absolute;
  top: clamp(90px, 5.625rem + (1vw - 3px) * 44.9679, 300px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 252px;
  text-align: center;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardBtnWrap .title {
  font-size: 18px;
  font-weight: 700;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardBtnWrap .guideTxt {
  font-size: 15px;
  font-weight: 400;
  color: #534e4e;
  margin-top: 2px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardBtnWrap .uploadBtn {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  margin-top: 24px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardTxtWrap .topWrap {
  position: absolute;
  top: 3vh;
  left: 6vw;
  width: calc(100% - 12vw);
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardTxtWrap .topWrap .date {
  font-size: 4.25vw;
  color: #fff;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardTxtWrap .topWrap .cherryLogo {
  position: absolute;
  top: 0;
  right: 0;
  width: 25vw;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardTxtWrap .topWrap .cherryImg {
  position: absolute;
  top: 2.5vh;
  right: 0;
  width: 17vw;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardTxtWrap .bottomWrap {
  position: absolute;
  left: 6vw;
  bottom: 3vh;
  width: calc(100% - 12vw);
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardTxtWrap .bottomWrap .userName {
  font-size: 5vw;
  color: #fff;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardTxtWrap .bottomWrap .walkCount {
  font-size: 11vw;
  font-weight: 600;
  color: #fff;
  letter-spacing: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardTxtWrap .bottomWrap .walkCount .unit {
  font-size: 5vw;
  font-weight: 500;
  color: #fff;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiCardImgWrap .certiCardTxtWrap .bottomWrap .title {
  font-size: 3.7vw;
  color: #fff;
  margin-top: 9px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiInputWrap {
  padding: 20px 19px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiInputWrap textarea {
  width: calc(100% - 34px);
  font-size: 15px;
  border: 1px solid color(display-p3 0.851 0.851 0.851);
  border-radius: 7px;
  padding: 11px 17px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiInputWrap textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: color(display-p3 0.6157 0.6 0.6);
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiInputWrap .textCountWrap {
  text-align: right;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiInputWrap .textCountWrap .textCount {
  font-size: 12px;
  font-weight: 400;
  color: color(display-p3 0.3216 0.3059 0.3059);
  letter-spacing: 0;
  line-height: 20px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiInputWrap .textCountWrap .textCount .count {
  font-size: 12px;
  font-weight: 400;
  color: color(display-p3 0.3216 0.3059 0.3059);
  letter-spacing: 0;
  line-height: 20px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiUploadWrap .certiInputWrap .errorTxt {
  font-size: 14px;
  font-weight: 400;
  color: color(display-p3 1 0.4706 0.4706);
  margin-top: -20px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap {
  padding-bottom: 66px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .inputDate {
  font-size: 12px;
  font-weight: 400;
  color: color(display-p3 0.6078 0.6078 0.6078);
  letter-spacing: 0;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 13px 13px 9px 19px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .titleWrap .profileBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 40px);
  padding: 0;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .titleWrap .profileBtn img {
  width: 41px;
  height: 41px;
  border: 0.5px solid color(display-p3 0.8375 0.8375 0.8375);
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .titleWrap .profileBtn .userName {
  font-size: 14px;
  font-weight: 700;
  color: color(display-p3 0.1412 0.1412 0.1412);
  padding-right: 2px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .titleWrap .etcBtn {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: url(/assets/web/images/ico/btn-walk-certi-etc@3x-14a7ea0e2dac90b31c418414f1703f06.png) center no-repeat;
  background-size: 24px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .actionBtnWrap {
  display: flex;
  gap: 14px;
  padding: 19px 19px 12px;
  align-items: center;
  height: 26px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .actionBtnWrap button {
  padding-left: 32px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .actionBtnWrap button span {
  font-size: 13px;
  font-weight: 700;
  color: color(display-p3 0 0 0);
  letter-spacing: -0.5px;
  line-height: 24px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .actionBtnWrap .imageLikeCount {
  font-size: 13px;
  font-weight: 700;
  color: color(display-p3 0 0 0);
  letter-spacing: -0.5px;
  margin-left: -13px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .actionBtnWrap .likeBtn {
  background: url(/assets/web/images/ico/btn-lent-heart@3x-b9d88dd663803aea431f4a96b3d707e1.png) left center no-repeat;
  background-size: 24px;
  height: 24px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .actionBtnWrap .likeBtn.active {
  background: url(/assets/web/images/ico/btn-walk-certi-like-active@3x-a1186ebbe18241dd9e7adb19afd7238e.png) left center no-repeat;
  background-size: 24px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .actionBtnWrap .commentBtn {
  display: flex;
  align-items: center;
  background: url(/assets/web/images/ico/btn-walk-certi-comment@3x-05a40077af81103fb874ad44579e9294.png) left center no-repeat;
  background-size: 24px;
  height: 24px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .contentWrap {
  padding: 0 19px 23px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .contentWrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  word-break: normal;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .certiCardBlock .contentWrap .inputDate {
  font-size: 12px;
  margin-top: 5px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap {
  border-top: 1px solid color(display-p3 0.9255 0.9255 0.9255);
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock {
  padding: 22px 19px 1px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .titleWrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .titleWrap .profileBtn {
  display: flex;
  gap: 13px;
  max-width: calc(100% - 30px);
  padding: 0;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .titleWrap .profileBtn img {
  width: 32px;
  height: 32px;
  border: 0.5px solid color(display-p3 0.8375 0.8375 0.8375);
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .titleWrap .profileBtn .txtWrap {
  max-width: calc(100% - 45px);
  text-align: left;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .titleWrap .profileBtn .txtWrap .userName {
  font-size: 14px;
  font-weight: 700;
  color: color(display-p3 0.1412 0.1412 0.1412);
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .titleWrap .profileBtn .txtWrap .inputDate {
  margin-top: 2px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .titleWrap .etcBtn {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(/assets/web/images/ico/btn-walk-certi-comment-etc@3x-3936b428b5600e2e4a370c87bde93d0a.png) center no-repeat;
  background-size: 18px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .contentWrap {
  display: flex;
  gap: 42px;
  margin-top: 10px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .contentWrap p {
  width: calc(100% - 107px);
  font-size: 14px;
  font-weight: 400;
  word-break: break-word;
  padding-left: 45px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .contentWrap .likeBtnWrap {
  flex-shrink: 0;
  width: 20px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .contentWrap .likeBtnWrap .likeBtn {
  width: 19px;
  height: 48px;
  background: url(/assets/web/images/ico/btn-lent-heart@3x-b9d88dd663803aea431f4a96b3d707e1.png) top center no-repeat;
  background-size: 15px;
  padding-top: 10px;
  opacity: 0.5;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .contentWrap .likeBtnWrap .likeBtn.active {
  background: url(/assets/web/images/ico/btn-walk-certi-like-active@3x-a1186ebbe18241dd9e7adb19afd7238e.png) top center no-repeat;
  background-size: 15px;
  opacity: 1;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .contentWrap .likeBtnWrap .likeBtn.active .likeCount {
  opacity: 0.5;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentWrap .commentBlock .contentWrap .likeBtnWrap .likeBtn .likeCount {
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  color: color(display-p3 0.1255 0.1255 0.1255);
  text-align: center;
  padding-left: 0;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentInputWrap {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  width: calc(100% - 38px);
  background: color(display-p3 1 1 1);
  border-top: 1px solid color(display-p3 0.9255 0.9255 0.9255);
  padding: 14px 19px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentInputWrap .profileImg {
  width: 41px;
  height: 41px;
  border: 0.5px solid color(display-p3 0.8375 0.8375 0.8375);
  border-radius: 50%;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentInputWrap .inputWrap {
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(100% - 20px);
  border: 1px solid color(display-p3 0.851 0.851 0.851);
  border-radius: 10px;
  padding: 13px 10px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentInputWrap .inputWrap textarea {
  width: calc(100% - 45px);
  max-height: 59px;
  font-size: 14px;
  font-weight: 400;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentInputWrap .inputWrap textarea::placeholder {
  color: color(display-p3 0.775 0.775 0.775);
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentInputWrap .inputWrap textarea::-webkit-scrollbar {
  display: none;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentInputWrap .inputWrap .commentSubmit {
  width: 40px;
  height: 24px;
  background: color(display-p3 1 0.4706 0.4706);
  border-radius: 5px;
}
.cherryWalkWrap #container.cherryWalkCerti .certiFeedWrap .commentInputWrap .inputWrap .commentSubmit span {
  font-size: 13px;
  color: color(display-p3 1 1 1);
}
.cherryWalkWrap #container.cherryWalkEvent .tabWrap {
  padding: 11px 19px 24px;
}
.cherryWalkWrap #container.cherryWalkEvent .tabWrap .tabList {
  display: flex;
  gap: 22px;
}
.cherryWalkWrap #container.cherryWalkEvent .tabWrap .tabList .tab .tabBtn:checked + label span {
  font-weight: 700;
  color: color(display-p3 0.1255 0.1255 0.1255);
}
.cherryWalkWrap #container.cherryWalkEvent .tabWrap .tabList .tab .tabBtn:checked + label span:before {
  background: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container.cherryWalkEvent .tabWrap .tabList .tab label span {
  font-size: clamp(13.5px, 0.84375rem + (1vw - 3.75px) * 3.8462, 15px);
  color: color(display-p3 0.5804 0.5804 0.5804);
}
.cherryWalkWrap #container.cherryWalkEvent .tabWrap .tabList .tab label span:before {
  content: "";
  position: relative;
  top: -3px;
  right: 4px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: color(display-p3 1 1 1);
  border-radius: 50%;
}
.cherryWalkWrap #container.cherryWalkEvent .eventWrap {
  margin: 0 19px 19px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventWrap .eventList {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventWrap .eventList .event .eventBanner {
  height: clamp(171.5px, 12.21875rem + (1vw - 3px) * -21.0526, 195.5px);
  border-radius: 15px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap {
  padding-bottom: 31px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .bannerWrap .eventBanner {
  width: calc(100% - 35px);
  padding: 25px 19px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .bannerWrap .eventBanner .txtWrap {
  padding: 0;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .bannerWrap .eventBanner .txtWrap .titleTag:after {
  display: none;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .bannerWrap .eventBanner .txtWrap .title {
  font-size: clamp(17px, 1.0625rem + (1vw - 3px) * 3.5088, 21px);
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .bannerWrap .eventBanner .txtWrap .giftTitle {
  font-size: 15px;
  font-weight: 400;
  color: color(display-p3 1 1 1);
  line-height: 24px;
  margin-top: 5px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .bannerWrap .eventBanner .imgWrap .eventPeople {
  font-size: 12px;
  width: 45px;
  height: 45px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .bannerWrap .eventBanner .imgWrap .giftImg {
  width: clamp(100px, 6.25rem + (1vw - 3px) * 40, 130px);
  height: clamp(100px, 6.25rem + (1vw - 3px) * 40, 130px);
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .titleWrap {
  border-bottom: 1px solid color(display-p3 0 0 0/0.3);
  padding-bottom: 15px;
  margin: 27px 19px 0;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .titleWrap .title {
  font-size: clamp(18px, 1.125rem + (1vw - 3.75px) * 5.1282, 20px);
  font-weight: 700;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .titleWrap .applyWrap {
  display: flex;
  gap: 16px;
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 2.5641, 15px);
  margin-top: 6px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .titleWrap .applyWrap .title {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 2.5641, 15px);
  font-weight: 500;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .titleWrap .applyWrap .myApplyCount {
  display: flex;
  gap: 12px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .titleWrap .applyWrap .myApplyCount .myCount {
  margin-top: 2px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .titleWrap .applyWrap .myApplyCount .myCount:before {
  content: "";
  display: inline-block;
  width: 16.5px;
  height: 14.5px;
  background: url(/assets/web/images/ico/ic-walk-main-attend@3x-e3686731a972b2dd98192277df103bbb.png) center no-repeat;
  background-size: 100%;
  margin-right: 3px;
  margin-bottom: -3px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .titleWrap .applyWrap .totalApplyCount {
  display: flex;
  gap: 7px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .titleWrap .applyWrap .totalApplyCount p {
  color: color(display-p3 0.1255 0.1255 0.1255/0.35);
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .titleWrap .applyWrap .totalApplyCount .totalCount {
  margin-top: 2px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .contentWrap {
  border-radius: 0;
  box-shadow: none;
  margin: 0 19px 27px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .editorArea p {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 2.5641, 15px);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: 28px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .editorArea ul {
  list-style: none;
  margin-top: 10px;
  margin-left: 16px;
  margin-bottom: 0;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .editorArea ul li {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 2.5641, 15px);
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 2;
  text-indent: -4px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .editorArea ul li:before {
  content: "";
  position: relative;
  top: -3px;
  right: 8px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: color(display-p3 0.1255 0.1255 0.1255);
  border-radius: 50%;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .editorArea ol {
  margin-top: 10px;
  margin-left: 16px;
  margin-bottom: 0;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .editorArea ol li {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 2.5641, 15px);
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.7;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .editorArea ol li + li {
  margin-top: 8px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .editorArea a {
  font-weight: 400;
  color: color(display-p3 0.3764 0.3764 0.3764);
  text-decoration: underline;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .guideTxtWrap {
  background: color(display-p3 0.947 0.947 0.947);
  padding: 0 19px 24px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .guideTxtWrap .editorArea p {
  color: color(display-p3 0.3764 0.3764 0.3764);
  padding-top: 24px;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .guideTxtWrap .editorArea li {
  color: color(display-p3 0.3764 0.3764 0.3764);
  line-height: 1.6;
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .guideTxtWrap .editorArea li:before {
  background: color(display-p3 0.3764 0.3764 0.3764);
}
.cherryWalkWrap #container.cherryWalkEvent .eventDetailWrap .txtWrap .guideTxtWrap .editorArea li + li {
  margin-top: 20px;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap {
  padding: 10px 22px;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .topApplyCount {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.68px;
  margin-bottom: 25px;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .topApplyCount span {
  font-weight: 700;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .topApplyCount.ladingAni {
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: loading 1s infinite linear alternate;
  margin-left: 23px;
}
@keyframes loading {
  0% {
    box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
    background: #000;
  }
  33% {
    box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
    background: rgba(0, 0, 0, 0.1333333333);
  }
  66% {
    box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
    background: rgba(0, 0, 0, 0.1333333333);
  }
  100% {
    box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
    background: #000;
  }
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem {
  border-radius: 35px;
  border: 1px solid #dadada;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 25px 30px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .eventTitle {
  font-size: 19px;
  font-weight: 700;
  line-height: 25.95px;
  letter-spacing: -0.8px;
  text-align: center;
  color: #524e4e;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .eventImg {
  height: 181px;
  object-fit: contain;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .eventGoodsNm,
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .eventPrzwinDe {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.9px;
  text-align: left;
  margin-bottom: 15px;
  color: #524e4e;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .eventPrzwinDe {
  margin-bottom: 11px;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .applyWrap {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 25px;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .applyWrap .myApplyCount {
  display: flex;
  gap: 4px;
  font-size: 14px;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .applyWrap .myApplyCount .myCount {
  margin-top: 2px;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .applyWrap .myApplyCount .myCount:before {
  content: "";
  display: inline-block;
  width: 16.5px;
  height: 14.5px;
  background: url(/assets/web/images/ico/ic-walk-main-attend@3x-e3686731a972b2dd98192277df103bbb.png) center no-repeat;
  background-size: 100%;
  margin-right: 3px;
  margin-bottom: -3px;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .applyWrap .totalApplyCount {
  display: flex;
  color: rgba(32, 32, 32, 0.3490196078);
  gap: 5px;
  font-size: 14px;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .applyWrap .totalApplyCount .title {
  color: inherit;
  letter-spacing: 0;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .applyWrap .totalApplyCount .totalCount {
  color: inherit;
  margin-top: 2px;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .eventApplyBtn {
  width: 270px;
  height: 41px;
  gap: 0px;
  border-radius: 50px;
  background-color: #ff7878;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
}
.cherryWalkWrap #container.cherryWalkEvent .cherryWalkEventApplyHstWrap .applyHstListWrap .hstItem .eventApplyBtn.gray {
  background-color: #e2e2e2;
  color: #979797;
}
.cherryWalkWrap #container.cherryWalkTuto {
  text-align: center;
  padding-bottom: 0;
}
.cherryWalkWrap #container.cherryWalkTuto .titleWrap {
  position: relative;
  z-index: 10;
  margin: 50px 19px 0;
}
.cherryWalkWrap #container.cherryWalkTuto .titleWrap .title {
  font-size: clamp(26px, 1.625rem + (1vw - 3.75px) * 7.6923, 29px);
  font-weight: 700;
}
.cherryWalkWrap #container.cherryWalkTuto .titleWrap .title .pinkTxt {
  font-weight: 700;
  color: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container.cherryWalkTuto .titleWrap .guideTxt {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 5.1282, 16px);
  color: color(display-p3 0.1255 0.1255 0.1255/0.5);
  margin-top: 8px;
}
.cherryWalkWrap #container.cherryWalkTuto .contentWrap {
  position: relative;
  width: auto;
  height: calc(100vh - 202px);
  margin: -20px 0 0;
}
.cherryWalkWrap #container.cherryWalkTuto .contentWrap.tuto-01 {
  background: url(/assets/web/images/content/img-walk-tuto-01_2@3x-d1d41b33611a7d7d8c65075449a1c967.png) center no-repeat;
  background-size: contain;
}
.cherryWalkWrap #container.cherryWalkTuto .contentWrap.tuto-02 {
  background: url(/assets/web/images/content/img-walk-tuto-02@3x-993c50ffeb06e188a2d08ad3d41409b3.png) center no-repeat;
  background-size: contain;
}
.cherryWalkWrap #container.cherryWalkTuto .contentWrap .guideTxt {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  font-size: 12px;
}
.cherryWalkWrap #container.cherryWalkTuto .btnWrap {
  bottom: 21px;
  display: flex;
  gap: 10px;
  margin: 0 19px;
}
.cherryWalkWrap #container.cherryWalkTuto .btnWrap button span {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 5.1282, 17px);
}
.cherryWalkWrap #container.cherryWalkSetting {
  padding-bottom: 0;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap {
  padding: 14px 19px;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap + .settingWrap {
  border-top: 1px solid color(display-p3 0.1255 0.1255 0.1255/0.1);
  padding-top: 30px;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .titleWrap .title {
  font-size: 14px;
  color: color(display-p3 0.5216 0.5137 0.502);
  letter-spacing: -0.5px;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap {
  display: flex;
  flex-direction: column;
  margin-top: 11px;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .settingBtn {
  text-align: left;
  background: url(/assets/web/images/ico/ic-walk-setting-arrow-right@3x-67a6b2fb1608dc6e40c514a3182186cb.png) center right no-repeat;
  background-size: 22px;
  padding: 16px 0;
  margin-right: -2px;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .settingBtn span {
  font-size: 16px;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap {
  padding: 16px 0;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap .switchBtnWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap .switchBtnWrap .txtWrap .title {
  font-size: 16px;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap .switchBtnWrap .txtWrap .guideTxt {
  font-size: 12px;
  font-weight: 400;
  color: color(display-p3 0.6644 0.6635 0.6617);
  letter-spacing: -0.3px;
  margin-top: 1px;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap .switchBtnWrap .switchBtn .toggleSwitch {
  position: relative;
  display: flex;
  align-items: center;
  width: 51px;
  height: 31px;
  border-radius: 31px;
  background: color(display-p3 0.4706 0.4706 0.502/0.16);
  transition: all 0.2s ease-in;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap .switchBtnWrap .switchBtn .toggleSwitch .toggleButton {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: color(display-p3 1 1 1);
  box-shadow: 0px 3px 1px color(display-p3 0 0 0/0.06);
  transition: all 0.2s ease-in;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap .switchBtnWrap .switchBtn input:checked ~ .toggleSwitch {
  background: color(display-p3 1 0.4706 0.4706);
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap .switchBtnWrap .switchBtn input:checked ~ .toggleSwitch .toggleButton {
  left: calc(100% - 29px);
  background: color(display-p3 1 1 1);
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap .timeSettingBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 1px solid color(display-p3 0.851 0.851 0.851);
  border-radius: 7px;
  padding: 14px 19px 13px;
  margin-top: 18px;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap .timeSettingBtn span {
  font-size: 16px;
  letter-spacing: -0.5px;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap .timeSettingBtn:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/assets/web/images/ico/ic-walk-setting-arrow-right@3x-67a6b2fb1608dc6e40c514a3182186cb.png) center right no-repeat;
  background-size: 100%;
  margin-right: -4px;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap .timeSettingBtn:disabled span {
  opacity: 0.3;
}
.cherryWalkWrap #container.cherryWalkSetting .settingWrap .contentWrap .switchWrap .timeSettingBtn:disabled:after {
  opacity: 0.3;
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .tabWrap {
  margin-top: 10px;
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .tabWrap.fixed {
  position: fixed;
  top: 56px;
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .tabWrap .tabList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .tabWrap .tabList .tab {
  border: 0.5px solid color(display-p3 0.847 0.847 0.847);
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .tabWrap .tabList .tab .tabBtn {
  display: none;
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .tabWrap .tabList .tab .tabBtn:checked + label {
  background: color(display-p3 0.1255 0.1255 0.1255);
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .tabWrap .tabList .tab .tabBtn:checked + label span {
  color: color(display-p3 1 1 1);
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .tabWrap .tabList .tab label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 47px;
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .tabWrap .tabList .tab label span {
  font-size: 14px;
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .contentWrap {
  margin-top: 17px;
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .contentWrap .faqList .faq summary {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 19px;
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .contentWrap .faqList .faq summary::-webkit-details-marker {
  display: none;
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .contentWrap .faqList .faq summary:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/assets/web/images/ico/ic-walk-setting-arrow-right@3x-67a6b2fb1608dc6e40c514a3182186cb.png) center right no-repeat;
  background-size: 100%;
  transform: rotate(90deg);
  flex-shrink: 0;
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .contentWrap .faqList .faq[open] summary:after {
  transform: rotate(270deg);
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .contentWrap .faqList .faq .editorArea {
  background: color(display-p3 0.947 0.947 0.947);
  padding: 33px 20px;
}
.cherryWalkWrap #container.cherryWalkSetting .faqWrap .contentWrap .faqList .faq .editorArea p {
  font-size: 14px;
  font-weight: 400;
  color: color(display-p3 0.3764 0.3764 0.3764);
  letter-spacing: -0.5px;
}
.cherryWalkWrap .cherryWalkGiveHst .totalGive {
  padding: 27px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  margin: 12px 22px;
}
.cherryWalkWrap .cherryWalkGiveHst .totalGive h3 {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.cherryWalkWrap .cherryWalkGiveHst .totalGive p {
  color: #202020;
  line-height: 18px;
  font-size: 15px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.cherryWalkWrap .cherryWalkGiveHst .totalGive p span {
  color: color(display-p3 0.9098 0.2353 0.3569);
  font-weight: 700;
  font-size: 32px;
  line-height: 18px;
  gap: 3px;
}
.cherryWalkWrap .cherryWalkGiveHst .center_line {
  width: calc(100% + 50px);
  margin-left: -25px;
  border-bottom: 6px solid #f5f5f5;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap {
  padding: 0 25px;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .donate_title {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.5px;
  margin: 27px 0 21px;
  color: #202020;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .donate_title.second {
  margin: 20px 0 0;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item {
  display: flex;
  gap: 18px;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item.hst_item_bottom {
  padding: 20px 0;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item img {
  width: 91px;
  height: 91px;
  border-radius: 12px;
  object-fit: cover;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  overflow: hidden;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info .hst_top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info .hst_top button {
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
  line-height: 18px;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info .hst_top button.ing {
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info .hst_top button.complete {
  color: #A5A6A6;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info .hst_top span {
  font-weight: 400;
  font-size: 14px;
  color: #A5A6A6;
  letter-spacing: -0.5px;
  line-height: 18px;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info .hst_top span.ing {
  color: color(display-p3 0.9098 0.2353 0.3569);
  line-height: 20px;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info .title {
  width: 100%;
  margin: 5px 0 1px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #202020;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info .grp_nm {
  font-weight: 400;
  font-size: 13px;
  color: #8A8A8A;
  width: 100%;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info .give_info {
  margin-top: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info .give_info span {
  position: relative;
  font-weight: 600 !important;
  font-size: inherit;
  color: inherit;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info .give_info span.line {
  margin: 0 7px;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .hst_item .hst_item_info .give_info span.line::before {
  position: absolute;
  content: "";
  height: 12px;
  background: #d8d8d8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  box-sizing: border-box;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .donating {
  padding: 0px 0px 20px;
}
.cherryWalkWrap .cherryWalkGiveHst .donate_hst_wrap .donated {
  width: 100%;
}
.cherryWalkWrap #container.cherryWalkPrzwin .ticketArea {
  padding-top: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative;
}
.cherryWalkWrap #container.cherryWalkPrzwin .ticketArea img {
  width: 50px;
}
.cherryWalkWrap #container.cherryWalkPrzwin .ticketArea h3 {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0px;
}
.cherryWalkWrap #container.cherryWalkPrzwin .ticketArea h3 span {
  color: color(display-p3 0.9098 0.2353 0.3569);
  font-weight: inherit;
}
.cherryWalkWrap #container.cherryWalkPrzwin .ticketArea .top {
  text-align: center;
  position: relative;
  width: 100%;
}
.cherryWalkWrap #container.cherryWalkPrzwin .ticketArea .bottom {
  margin-top: 8px;
}
.cherryWalkWrap #container.cherryWalkPrzwin .ticketArea .bottom p {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: -0.4px;
  color: #A0A0A0;
}
.cherryWalkWrap #container.cherryWalkPrzwin .btnLineWrap {
  text-align: center;
  position: relative;
  margin: 20px 24px 0;
}
.cherryWalkWrap #container.cherryWalkPrzwin .btnLineWrap button {
  padding: 1px 11px;
  background-color: color(display-p3 0.9098 0.2353 0.3569);
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  border-radius: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cherryWalkWrap #container.cherryWalkPrzwin .btnLineWrap::before {
  content: "";
  position: absolute;
  border: 1px solid #E7E7E7;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.cherryWalkWrap #container.cherryWalkPrzwin .weekEventWrap {
  box-shadow: none;
  margin: 0;
  border: none;
  gap: 23px;
  display: flex;
  flex-direction: column;
  padding: 20px 36px 10px 30px;
}
.cherryWalkWrap #container.cherryWalkPrzwin .weekEventWrap .winnerInfo {
  height: fit-content;
}
.cherryWalkWrap #container.cherryWalkPrzwin .flowerAni {
  position: fixed;
  top: -37%;
}

/* 체리워크 리뉴얼 팝업 */
.cherryWalkPopup .btnWrap button {
  width: 100%;
  border-radius: 50px;
  padding: 14px 0 13px;
}
.cherryWalkPopup .btnWrap button span {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 5.1282, 17px);
  font-weight: 700;
  letter-spacing: -0.5px;
}
.cherryWalkPopup .btnWrap button.bgPinkBtn {
  background: color(display-p3 0.9098 0.2353 0.3569);
}
.cherryWalkPopup .btnWrap button.bgPinkBtn span {
  color: color(display-p3 1 1 1);
}
.cherryWalkPopup .btnWrap button.bgWhiteBtn {
  padding: 8px 0;
}
.cherryWalkPopup .btnWrap button.bgWhiteBtn span {
  color: color(display-p3 0.4275 0.4588 0.5098);
}
.cherryWalkPopup .btnWrap button.bgGrayBtn {
  background: color(display-p3 0.9354 0.9354 0.9354);
}
.cherryWalkPopup.popTyBackDrop {
  text-align: left;
  border-radius: 22px 22px 0 0;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 {
  z-index: 179;
  height: 100vh;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .scrollArea {
  padding: 0;
  height: calc(100% - 41px);
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2.hideAnswer .commentInputWrap {
  display: none;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .commentInputWrap {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: color(display-p3 1 1 1);
  border-top: 1px solid color(display-p3 0.9255 0.9255 0.9255);
  padding: 14px 19px;
  box-sizing: border-box;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .commentInputWrap .profileImg {
  width: 41px;
  height: 41px;
  border: 0.5px solid color(display-p3 0.8375 0.8375 0.8375);
  border-radius: 50%;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .commentInputWrap .inputWrap {
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(100% - 20px);
  border: 1px solid color(display-p3 0.851 0.851 0.851);
  border-radius: 10px;
  padding: 11px 10px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .commentInputWrap .inputWrap textarea {
  width: calc(100% - 45px);
  max-height: 59px;
  font-size: 14px;
  font-weight: 400;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .commentInputWrap .inputWrap .commentSubmit {
  width: 40px;
  height: 24px;
  background: color(display-p3 0.9098 0.2353 0.3569);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .commentInputWrap .inputWrap .commentSubmit span {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup {
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup > .contentWrap {
  height: 100%;
  overflow: scroll;
  padding: 14px 25px 85px;
  box-sizing: border-box;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock {
  padding-top: 22px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .titleWrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .titleWrap .profileBtn {
  display: flex;
  gap: 13px;
  max-width: calc(100% - 30px);
  padding: 0;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .titleWrap .profileBtn img {
  width: 32px;
  height: 32px;
  border: 0.5px solid color(display-p3 0.8375 0.8375 0.8375);
  border-radius: 50%;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .titleWrap .profileBtn .txtWrap {
  max-width: calc(100% - 45px);
  text-align: left;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .titleWrap .profileBtn .txtWrap .userName {
  font-size: 14px;
  font-weight: 700;
  color: color(display-p3 0.1412 0.1412 0.1412);
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .titleWrap .profileBtn .txtWrap .inputDate {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  color: color(display-p3 0.6078 0.6078 0.6078);
  letter-spacing: 0;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .titleWrap .etcBtn {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(/assets/web/images/ico/btn-walk-certi-comment-etc@3x-3936b428b5600e2e4a370c87bde93d0a.png) center no-repeat;
  background-size: 18px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .contentWrap {
  display: flex;
  gap: 42px;
  margin-top: 9px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .contentWrap p {
  width: calc(100% - 107px);
  font-size: 14px;
  font-weight: 400;
  word-break: break-word;
  padding-left: 45px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .contentWrap .likeBtnWrap {
  flex-shrink: 0;
  width: 20px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .contentWrap .likeBtnWrap .likeBtn {
  width: 19px;
  height: 48px;
  background: url(/assets/web/images/ico/btn-lent-heart@3x-b9d88dd663803aea431f4a96b3d707e1.png) top center no-repeat;
  background-size: 15px;
  padding-top: 10px;
  opacity: 0.5;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .contentWrap .likeBtnWrap .likeBtn.active {
  background: url(/assets/web/images/ico/btn-walk-certi-like-active@3x-a1186ebbe18241dd9e7adb19afd7238e.png) top center no-repeat;
  background-size: 15px;
  opacity: 1;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .contentWrap .likeBtnWrap .likeBtn.active .likeCount {
  opacity: 0.5;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .commentBlock .contentWrap .likeBtnWrap .likeBtn .likeCount {
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  color: color(display-p3 0.1255 0.1255 0.1255);
  text-align: center;
  padding-left: 0;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .bgPinkBtn {
  display: none;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .likePopup .contentWrap {
  margin-top: 0;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .likePopup .imageIntrstWrap {
  padding: 17px 32px 30px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .likePopup .imageIntrstWrap .likeCount {
  padding-left: 32px;
  background: url(/assets/web/images/ico/btn-walk-certi-like-active@3x-a1186ebbe18241dd9e7adb19afd7238e.png) left center no-repeat;
  background-size: 24px;
  font-size: 13px;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
  line-height: 24px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .likePopup .imageIntrstWrap .imageLikeList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .likePopup .imageIntrstWrap .imageLikeList li {
  display: flex;
  align-items: center;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .likePopup .imageIntrstWrap .imageLikeList li img {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  object-fit: contain;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .likePopup .imageIntrstWrap .imageLikeList li span {
  padding-left: 10px;
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .likePopup .bgPinkBtn {
  display: none;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .emptyWrap, .cherryWalkPopup.popTyBackDrop#apBottomPopup2 .likePopup .emptyWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 111px;
  gap: 8px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .emptyWrap .emptyImg, .cherryWalkPopup.popTyBackDrop#apBottomPopup2 .likePopup .emptyWrap .emptyImg {
  width: 219px;
  height: 242px;
  margin-top: 0;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .emptyWrap .emptyTitle, .cherryWalkPopup.popTyBackDrop#apBottomPopup2 .likePopup .emptyWrap .emptyTitle {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.6px;
}
.cherryWalkPopup.popTyBackDrop#apBottomPopup2 .answerPopup .emptyWrap .emptySubTitle, .cherryWalkPopup.popTyBackDrop#apBottomPopup2 .likePopup .emptyWrap .emptySubTitle {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.6px;
}
.cherryWalkPopup.popTyBackDrop .touchArea {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 500;
}
.cherryWalkPopup.popTyBackDrop .touchArea .handleBarBtn {
  width: 100%;
  height: 36px;
  background: #ffffff;
}
.cherryWalkPopup.popTyBackDrop .touchArea .handleBarBtn:after {
  content: "";
  position: relative;
  left: calc(50% - 20px);
  display: block;
  width: 40px;
  height: 4.5px;
  background: color(display-p3 0.8311 0.836 0.8417);
  border-radius: 42px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea {
  padding: 14px 25px 20px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .titleWrap .title {
  font-size: clamp(17px, 1.0625rem + (1vw - 3.75px) * 5.1282, 19px);
  font-weight: 700;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .contentWrap .title {
  font-size: clamp(17px, 1.0625rem + (1vw - 3.75px) * 5.1282, 19px);
  font-weight: 700;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .contentWrap .content {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 2.5641, 15px);
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .contentWrap .content + .title {
  margin-top: 27px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 60px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  margin: 0 -6px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .lineGrayBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 53px;
  border: 1px solid color(display-p3 0.851 0.851 0.851);
  border-radius: 7px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .lineGrayBtn.red > span {
  color: #FF0000;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .lineGrayBtn span {
  min-width: 79px;
  font-size: 17px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .cameraBtn {
  gap: 21px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .cameraBtn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/web/images/ico/ic-walk-certi-camera@3x-07170dce79624aae4aeaa3c1e7b837d8.png) center no-repeat;
  background-size: 100%;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .gallaryBtn {
  gap: 21px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .gallaryBtn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/web/images/ico/ic-walk-certi-gallary@3x-65c44c6ae104cf17b55f84197ec00e1c.png) center no-repeat;
  background-size: 100%;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .downloadBtn {
  gap: 21px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .downloadBtn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/web/images/ico/ic-walk-certi-download-popup@3x-be71ae1c178e0418e5921bcebe70f078.png) center no-repeat;
  background-size: 100%;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .deleteBtn {
  gap: 21px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .deleteBtn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/web/images/ico/ic-walk-certi-delete@3x-13254182319b5fe85f578fffb7b7c9d1.png) center no-repeat;
  background-size: 100%;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .complainBtn {
  gap: 21px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .btnList .complainBtn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/web/images/ico/ic-walk-certi-complain@3x-6780ac2455d1439f327c88d93a9f47af.png) center no-repeat;
  background-size: 100%;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .agreePopup .btnWrap button span {
  font-weight: 500;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .eventPopup {
  text-align: center;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .eventPopup .contentWrap .eventImg {
  width: 195px;
  height: 215px;
  margin-top: 8px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .eventPopup .btnWrap {
  margin-top: 16px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .groupInfoPopup ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 31px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .groupInfoPopup ul li {
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 15px;
  letter-spacing: -0.5px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .groupInfoPopup ul li span {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.5px;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .groupInfoPopup ul li.first {
  background-color: #FFE1E9;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .groupInfoPopup ul li.second {
  background-color: #FFE9E7;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .groupInfoPopup ul li.third {
  background-color: #FFF2DE;
}
.cherryWalkPopup.popTyBackDrop .scrollArea .groupInfoPopup ul li.four {
  background-color: #F7F4F4;
}
.cherryWalkPopup.popTyLayer {
  min-width: 234px;
  max-width: 490px;
  width: calc(100% - 66px);
  border-radius: 22px;
  padding: 30px 20px 20px;
}
.cherryWalkPopup.popTyLayer .paymentMsg {
  padding-top: 60px;
}
.cherryWalkPopup.popTyLayer .paymentMsg dd {
  min-height: 0;
}
.cherryWalkPopup.popTyLayer .contentArea .radioBtnWrap .radioBtnBlock input[type=radio] + label span {
  font-weight: 400;
}
.cherryWalkPopup.popTyLayer .contentArea .radioBtnWrap .radioBtnBlock input[type=radio]:checked + label:after {
  top: 7px;
}
.cherryWalkPopup.popTyLayer .contentArea .textCountWrap .textCount {
  letter-spacing: 0;
}
.cherryWalkPopup.popTyLayer .btnWrapTy02 {
  margin-top: 25px;
}
.cherryWalkPopup.popTyLayer .btnWrapTy02 [class*=btnPrimary] {
  height: 48px;
  border-radius: 30px;
}
.cherryWalkPopup.popTyLayer .btnWrapTy02 [class*=btnPrimary] > span {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.cherryWalkPopup.popTyLayer .btnWrapTy02 .btnPrimaryTy03 {
  border: 1px solid color(display-p3 0.6157 0.6 0.6);
}
.cherryWalkPopup.popTyLayer .btnWrap {
  display: flex;
  gap: 8px;
  margin: 27px 5px 10px;
}
.cherryWalkPopup.popTyLayer .attendPopup .titleWrap .title {
  font-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 7.6923, 27px);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 15px;
}
.cherryWalkPopup.popTyLayer .attendPopup .contentWrap {
  margin-top: 115px;
}
.cherryWalkPopup.popTyLayer .attendPopup .contentWrap .attendAni {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 309px;
  z-index: -1;
}
.cherryWalkPopup.popTyLayer .attendPopup .contentWrap .applyAni {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 309px;
  z-index: -1;
}
.cherryWalkPopup.popTyLayer .attendPopup .contentWrap .title {
  font-size: clamp(31px, 1.9375rem + (1vw - 3.75px) * 10.2564, 35px);
  font-weight: 600;
  letter-spacing: normal;
}
.cherryWalkPopup.popTyLayer .attendPopup .contentWrap .content {
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 5.1282, 16px);
  color: color(display-p3 0.1255 0.1255 0.1255/0.65);
  margin-top: 11px;
}
.cherryWalkPopup.popTyLayer .attendPopup .contentWrap .content.attd {
  color: #202020;
}
.cherryWalkPopup.popTyLayer .attendPopup .contentWrap .content.attd .red {
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.cherryWalkPopup.popTyLayer .attendPopup.przwinPopup .titleWrap .title p {
  font-weight: 700;
}
.cherryWalkPopup.popTyLayer .attendPopup.przwinPopup .titleWrap .title .goodsNm {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 0 5px 0 5px;
}
.cherryWalkPopup.popTyLayer .attendPopup.przwinPopup .titleWrap .title .goodsNm::before {
  content: "[";
  position: absolute;
  transform: translateY(-50%);
  top: 57%;
  left: -2px;
}
.cherryWalkPopup.popTyLayer .attendPopup.przwinPopup .titleWrap .title .goodsNm::after {
  content: "]";
  position: absolute;
  transform: translateY(-50%);
  top: 57%;
  right: 2px;
}
.cherryWalkPopup.popTyLayer .attendPopup.przwinPopup .contentWrap {
  margin-top: 125px;
}
.cherryWalkPopup.popTyLayer .attendPopup.przwinPopup .contentWrap .title .remark {
  height: 37px;
  padding: 10px 13px;
  border: 0.7px solid #000000;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
.cherryWalkPopup.popTyLayer .attendPopup.przwinPopup .contentWrap .title .remarkLen {
  text-align: right;
  font-size: 12px;
  margin-top: 4px;
  letter-spacing: -0.4px;
}
.cherryWalkPopup.popTyLayer .noticePopup .contentArea .walkNoticeImg-01 {
  max-width: 500px;
}
.cherryWalkPopup.popTyFull .btnWrap {
  position: fixed;
  bottom: 0;
  display: flex;
  gap: 8px;
  width: calc(100% - 38px);
  margin: 30px 19px 19px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  overflow-y: auto;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .flowerAni {
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  width: 253px;
  height: 253px;
  z-index: 100;
}
@media (min-width: 768px) {
  .cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .flowerAni {
    width: 300px;
    height: 300px;
  }
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .logo {
  width: 140px;
  height: 26.39px;
  margin-top: 39px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .payTitle {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 35.61px;
  text-align: center;
  letter-spacing: -0.5px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .payComment {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 7px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap {
  width: 273px;
  border-radius: 15px;
  margin: 44px 51px 0;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .swiper-container {
  position: relative;
  padding-bottom: 41px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
  display: flex;
  gap: 9px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 50%;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 219px;
  height: 222px;
  border-radius: 15px;
  position: relative;
  padding: 29px 27px 22px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .cardBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 5px;
  z-index: 1;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .imgWrap {
  display: flex;
  align-items: center;
  gap: 7px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .imgWrap .medal {
  width: 39px;
  height: 49.29px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .imgWrap .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .imgWrap .right span {
  font-weight: 700;
  line-height: 24px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .imgWrap .right .pinkTxt {
  color: #e73c5a;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .infoWrap {
  position: relative;
  z-index: 1;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .infoWrap p {
  display: flex;
  align-items: flex-start;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .infoWrap p + p {
  margin-top: 5px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .infoWrap p:last-child {
  margin-top: 24px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .infoWrap p .tit {
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  letter-spacing: -0.5px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .infoWrap p .content {
  width: 64px;
  padding-left: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  letter-spacing: -0.5px;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .cmpgnInfo {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.4509803922);
  z-index: 1;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .cmpgnInfo .cmpgn {
  position: relative;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .cmpgnInfo .cmpgn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 7px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .cmpgnInfo img {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 7px;
  object-fit: cover;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .cmpgnInfo .payCampaignInfo span {
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  letter-spacing: normal;
  line-height: 18px;
  word-break: break-all;
  z-index: 1;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .resultContainer {
  width: 273px;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .resultContainer p {
  text-align: center;
  padding: 26px 0 10px;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .resultContainer .optionalWrap {
  padding-bottom: 111px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .resultContainer .optionalWrap .optionShare:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url(/assets/web/images/new/btn-new-cherry-share-02-0b0366cb2f3619364a84f3a38b0f969e.svg) center no-repeat;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .resultContainer .optionalWrap .optionSave {
  margin-left: 10px;
}
.cherryWalkPopup.popTyFull .newPaySuccessWrap .newPaySuccess .resultContainer .optionalWrap .optionSave:after {
  width: 24px;
  height: 24px;
  background: url(/assets/web/images/new/btn-new-cherry-download-a83b5ea0bed6f8707eec0c6e80a3bfcb.svg) center no-repeat;
}
.cherryWalkPopup.ctgryPopup .contentWrap {
  margin-top: 15px !important;
}
.cherryWalkPopup.ctgryPopup .ctgryWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-sizing: border-box;
  margin-bottom: 40px;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 320px) {
  .cherryWalkPopup.ctgryPopup .ctgryWrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cherryWalkPopup.ctgryPopup .ctgryWrap .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  max-width: 74px;
}
.cherryWalkPopup.ctgryPopup .ctgryWrap .tab div {
  border-radius: 26px;
  width: 100%;
  background-color: #F6F6F6;
  padding: 20px 0;
  text-align: center;
}
.cherryWalkPopup.ctgryPopup .ctgryWrap .tab div img {
  width: 33px;
  height: 31px;
}
.cherryWalkPopup.ctgryPopup .ctgryWrap .tab p {
  font-size: 14px;
  letter-spacing: -0.4px;
  white-space: nowrap;
}

.cherryWalkDim {
  background-color: rgba(0, 0, 0, 0.8);
}
.cherryWalkDim#apDimWalkPopup2 {
  z-index: 178;
}

/* 체리 리뉴얼 */
.cherry-loading {
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
}

.editContent > * {
  word-break: normal;
}

.editorArea > * {
  word-break: normal;
}

.newCherry {
  /* 기부금 영수증 신청 화면 */
  /* 마이크로트래킹 화면 */
  /* 스니커즈 데이 챌린지 화면 */
  /* 회원 탈퇴 화면 */
  /* PIN 설정 팝업 */
  /* 결제 수단 등록 팝업 */
  /* 간편 결제 카드 등록 화면 */
  /* 단체 상세 화면 */
  /* 단체 게시판 화면 */
  /* 명예의 전당 화면 */
  /* NFT 보내기 화면 */
  /* 체리 카드 지출 상세 화면 */
  /* 스니커즈 데이 신청하기 화면 */
  /* yana 소개 화면 */
  /* 결제하기 화면 */
  /* 간편 결제 카드 등록 화면 */
  /* 우리 단체 - 정기 헌금 화면 */
  /* 야나 소개 페이지 상단 마진제거 , container 패딩 제거*/
}
.newCherry .level-white > img {
  border: 1px solid color(display-p3 0.6824 0.6824 0.6824) !important;
}
.newCherry .level-green > img {
  border: 2px solid color(display-p3 0.5288 0.8065 0.1691) !important;
}
.newCherry .level-yellow > img {
  border: 2px solid color(display-p3 0.9382 0.81 0.1132) !important;
}
.newCherry .level-orange > img {
  border: 2px solid color(display-p3 1 0.6275 0.4196) !important;
}
.newCherry .level-red > img {
  border: 2px solid color(display-p3 1 0.4706 0.4706) !important;
}
.newCherry .level-realRed > img {
  border: 2px solid color(display-p3 0.9373 0.3961 0.3961) !important;
}
.newCherry #header {
  max-height: 70px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 0 103px;
}
@media (max-width: 1000px) {
  .newCherry #header {
    padding: 0 24px;
  }
}
.newCherry #header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 70px;
  padding: 0 48px 0 57px;
}
.newCherry #header .headerInner .logo {
  height: 23px;
}
.newCherry #header .headerInner .menuListWrap.additem {
  width: auto;
  max-width: none;
  min-width: auto;
}
.newCherry #header .headerInner .menuListWrap.additem .menuList {
  gap: clamp(0px, 0rem + (1vw - 7.68px) * 4.4643, 30px);
}
.newCherry #header .headerInner .menuListWrap.additem .menuList .menu {
  font-weight: 700;
  color: #202020;
  letter-spacing: -0.5px;
  padding: 23px 14px;
}
.newCherry #header .headerInner .menuListWrap.additem .menuList .menu.on {
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.newCherry #header .headerInner .menuListWrap.additem .menuList .menu.on::after {
  transform: translateX(-50%) scaleX(1);
}
.newCherry #header .headerInner .menuListWrap.additem .menuList .menu::after {
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry #header .headerInner .utilWrap .util > * {
  margin-left: 25px;
}
.newCherry #header .headerInner .utilWrap .util .btnLogin {
  margin-left: 12.5px;
}
.newCherry #header .headerInner .utilWrap .util .btnLogin > span {
  font-size: 15px;
  line-height: 39px;
}
.newCherry #header .headerInner .utilWrap .util .btnLogin > span::before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 1.5px;
  height: 15px;
  background: rgba(0, 0, 0, 0.25);
  margin-right: 12.5px;
}
.newCherry #header .headerInner .utilWrap .util .userInfo {
  width: 40px;
  height: 40px;
}
.newCherry #header .headerInner .utilWrap .util .layer {
  right: 17px;
}
.newCherry #header.admin .headerInner h1 {
  position: absolute;
  left: 25px;
  display: flex;
  align-items: center;
}
.newCherry #header.admin .headerInner h1 .logo + span {
  line-height: normal;
  margin-left: 0;
}
.newCherry #header.admin .headerInner .utilWrap {
  position: absolute;
  right: clamp(65px, 4.0625rem + (1vw - 7.68px) * 15.0316, 160px);
}
@media (max-width: 767px) {
  .newCherry #gnb {
    height: 54px;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb ~ #container {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.depth01 {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.depth01 .tit {
    font-size: 24px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.depth02 {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.depth02 .tit {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.noLine {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.campaign {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.campaign .gnbLeft .icoArrowLeft {
    background-image: url(/assets/web/images/new/btn-new-cherry-back-white-0fccba7af259d50fb571279b6c01465f.svg);
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.on {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.on .gnbLeft .icoArrowLeft {
    background-image: url(/assets/web/images/new/btn-new-cherry-back-d0e3158a81870af751d92f644239ff78.svg);
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.on .gnbRight .icoWrapTy01 .icoHeartWhite {
    background-image: url(/assets/web/images/new/btn-new-cherry-heart-215905ac0ecfc3e17d7a2df61c85e4e1.svg);
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.on .gnbRight .icoWrapTy01 .icoHeartWhite.on {
    background-image: url(/assets/web/images/new/btn-new-cherry-heart-on-c9601d896027fdad1c3f62a06631a513.svg);
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.on .gnbRight .icoWrapTy01 .icoShare {
    background-image: url(/assets/web/images/new/btn-new-cherry-share-e310616765c4ad964ed2ca6cc29200ae.svg);
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.search {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.search .gnbLeft {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.search .gnbLeft .inputBoxTy03 {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.search .gnbLeft .inputBoxTy03 input {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb.search .gnbLeft .inputBoxTy03 .btnDelete,
  .newCherry #gnb.search .gnbLeft .inputBoxTy03 .btnSearch {
    top: 14px;
  }
}
.newCherry #gnb.search.newSearch input {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 10px 70px 9px 16px;
  margin-top: 0 !important;
  height: 40px;
}
@media (max-width: 767px) {
  .newCherry #gnb.search.newSearch {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  }
  .newCherry #gnb.search.newSearch .btnDelete, .newCherry #gnb.search.newSearch .btnSearch {
    top: 9px !important;
  }
}
.newCherry #gnb.search.newSearch .btnSearch {
  right: 11px;
}
.newCherry #gnb .gnbInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .newCherry #gnb .gnbInner.pcHidden {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb .gnbLeft {
    width: auto;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb .gnbLeft .icoArrowLeft {
    background-image: url(/assets/web/images/new/btn-new-cherry-back-d0e3158a81870af751d92f644239ff78.svg);
  }
}
.newCherry #gnb .tit {
  color: #000;
}
.newCherry #gnb .gnbRight {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 16px;
  /* NFT 화면 */
}
@media (max-width: 767px) {
  .newCherry #gnb .gnbRight .btnText {
    margin-left: 0;
  }
}
.newCherry #gnb .gnbRight .groupBtn {
  background: url(/assets/web/images/tgrdnt/ic-tgrdnt-group-add-c1cf9eb75bfe3030af7ed39bf2b4fbb3.svg) no-repeat center/100%;
  width: 24px;
  height: 24px;
}
.newCherry #gnb .gnbRight .infoBtn {
  width: 30px;
  height: 30px;
  background: url(/assets/web/images/ico/btn-walk-info@3x-fc6d2772a1c4352aaa691326a0b648fe.png) center no-repeat;
  background-size: clamp(24px, 1.5rem + (1vw - 3.75px) * 5.1282, 26px);
}
@media (max-width: 767px) {
  .newCherry #gnb .gnbRight.unroll .icoWrapTy01 {
    display: block;
  }
}
@media (max-width: 767px) {
  .newCherry #gnb .gnbRight.unroll .icoWrapTy01.drawDown {
    width: auto;
  }
}
.newCherry #gnb .gnbInner > .gnbRight .icoWrapTy01 > * {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .newCherry .icoRun {
    background-image: url(/assets/web/images/new/btn-new-cherry-sneakers-6d5fa84eb7aaf75ba60bef7ce50dec1b.svg);
  }
}
.newCherry .icoSearch {
  background-image: url(/assets/web/images/new/btn-new-cherry-search-ca57ce2d36b022cc0ee0c8cd6c1e4698.svg);
}
@media (max-width: 767px) {
  .newCherry .icoNotice {
    background-image: url(/assets/web/images/new/btn-new-cherry-notice-6e18a0a6953c6ab6acdbf327cbd3991c.svg);
  }
}
@media (max-width: 767px) {
  .newCherry .icoNotice.on {
    background-image: url(/assets/web/images/new/btn-new-cherry-notice-on-d524fc1a156092d688a30f8d9acaee93.svg);
  }
}
@media (max-width: 767px) {
  .newCherry .icoMore {
    background-image: url(/assets/web/images/new/btn-new-cherry-more-19a1b4dc6c636e9dd026477a88a31211.svg);
  }
}
@media (max-width: 767px) {
  .newCherry .icoMore.on {
    background-image: url(/assets/web/images/new/btn-new-cherry-more-on-498338697001b56be35b5d5c6d8dd15a.svg);
  }
}
@media (max-width: 767px) {
  .newCherry .icoScan {
    background-image: url(/assets/web/images/new/btn-new-cherry-scan-c5a2bb4a73d61fb1d190a4a6839584db.svg);
  }
}
.newCherry .icoCart {
  background-image: url(/assets/web/images/new/btn-new-cherry-cart-e71bd27495037bd00cfe44ddbf42581f.svg);
}
.newCherry .icoCart > span {
  top: -2px;
  width: 15px;
  height: 15px;
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .main {
  max-width: 962px;
  padding-top: 100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .newCherry .main {
    padding: 56px 0 0 0;
  }
}
.newCherry .main .topBanner {
  padding: 0 19px;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .newCherry .main .topBanner {
    padding: 23px 19px 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .newCherry .main .topBanner {
    max-width: clamp(357px, 22.3125rem + (1vw - 7.68px) * 100, 529px);
  }
}
.newCherry .main .topBanner .mainBannerSwiper {
  position: relative;
  border-radius: 15px;
}
.newCherry .main .topBanner .mainBannerSwiper .swiper-pagination {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  padding: 4px 10px 2px;
  z-index: 10;
}
.newCherry .main .topBanner .mainBannerSwiper .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.newCherry .main .topBanner .mainBannerSwiper .swiper-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.6);
}
.newCherry .main .topBanner .mainBannerSwiper .swiper-slide {
  width: 100%;
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  width: 100%;
  height: 148px;
  padding: 22px 18px 20px 20px;
}
@media (min-width: 768px) {
  .newCherry .main .topBanner .mainBannerSwiper .mainBanner {
    max-width: clamp(357px, 22.3125rem + (1vw - 7.68px) * 100, 529px);
  }
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.full {
  justify-content: center;
  align-items: center;
  padding: 0;
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.full .bannerImg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.bazaar {
  background: color(display-p3 0.8392 0.7294 0.9216);
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.cherry {
  background: color(display-p3 1 0.6255 0.6255);
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.receipt {
  background: color(display-p3 0.9177 0.8293 0.5157);
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.imBank {
  background: linear-gradient(90deg, #bcecc8 0%, #eaeda4 100%);
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.incheon {
  background: #4c89e5;
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.incheon .txtWrap + .bannerImg {
  width: clamp(75px, 4.6875rem + (1vw - 3px) * 55.5556, 125px);
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.receipt-1 {
  background: color(display-p3 0.9176 0.8275 0.5176);
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.receipt-2 {
  background: color(display-p3 0.9176 0.6843 0.5176);
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.receipt-3 {
  background: color(display-p3 1 0.6255 0.6255);
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.blueLight {
  background: color(display-p3 0.7843 0.8824 0.949);
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.blueLight .txtWrap .titleTag {
  border: 0.5px solid #000;
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.blueLight .txtWrap p {
  color: #000;
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.blueLight .txtWrap + .bannerImg {
  width: clamp(75px, 4.6875rem + (1vw - 3px) * 55.5556, 125px);
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.impactAward {
  background: color(display-p3 0.2706 0.8196 0.8706);
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.impactAward .txtWrap .content {
  font-size: clamp(12px, 0.75rem + (1vw - 3px) * 1.1111, 13px);
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner.cherrykong {
  background: color(display-p3 1 0.6255 0.6255);
}
@media (min-width: 768px) {
  .newCherry .main .topBanner .mainBannerSwiper .mainBanner.cherrykong .txtWrap + .bannerImg {
    width: clamp(75px, 4.6875rem + (1vw - 3px) * 55.5556, 122px);
  }
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner .txtWrap {
  position: relative;
  height: 96px;
  text-align: left;
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner .txtWrap p {
  color: #fff;
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner .txtWrap .titleTag {
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  font-size: 14px;
  border: 0.5px solid #fff;
  border-radius: 50px;
  padding: 3px 10px;
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner .txtWrap .title {
  font-size: clamp(14px, 0.875rem + (1vw - 3px) * 6.6667, 20px);
  line-height: 24px;
  word-break: normal;
  margin-top: 42px;
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner .txtWrap .content {
  font-size: clamp(12px, 0.75rem + (1vw - 3px) * 2.2222, 14px);
  letter-spacing: -1px;
  line-height: 16px;
  word-break: normal;
  margin: 6px 0 13px;
}
.newCherry .main .topBanner .mainBannerSwiper .mainBanner .txtWrap + .bannerImg {
  width: clamp(75px, 4.6875rem + (1vw - 3px) * 22.6667, 92px);
}
.newCherry .main .mainVisual {
  padding-top: 0;
}
@media (max-width: 767px) {
  .newCherry .main .mainVisual {
    padding-top: 39px;
  }
}
.newCherry .main .mainVisual + .contents {
  background-color: transparent;
}
@media (min-width: 768px) {
  .newCherry .main .mainVisual .section {
    max-width: clamp(357px, 22.3125rem + (1vw - 7.68px) * 100, 529px);
  }
}
@media (min-width: 768px) {
  .newCherry .main .mainVisual .section::after {
    display: none;
  }
}
.newCherry .main .section {
  margin-bottom: 47px;
}
.newCherry .main .section .inner {
  padding: 0 19px;
}
.newCherry .main .section .inner .tit {
  display: block;
  font-size: 24px;
  font-family: pretendard;
  font-weight: bold;
  color: #000;
  line-height: 30px;
}
@media (max-width: 767px) {
  .newCherry .main .section .inner .tit {
    font-size: 20px;
  }
}
.newCherry .main .section .inner .titWrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
}
.newCherry .main .section .inner .titWrap .btnAllView {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  padding-bottom: 6px;
  margin-top: -2px;
}
.newCherry .main .section .inner .titWrap .btnAllView span {
  font-size: 14px;
  color: color(display-p3 0.9098 0.2353 0.3569);
  font-weight: 400;
}
.newCherry .main .section .inner .titWrap .btnAllView::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13.307px;
  background: url(/assets/web/images/new/ic-new-cherry-arrow-right-red-22a1ba9cfc4b996b47e9939a661ee367.svg) center no-repeat;
  background-size: 100%;
}
.newCherry .main .section .inner .itemWrap {
  border-radius: 15px;
  margin-top: 12px;
}
.newCherry .main .section .inner .itemWrap .item {
  width: 100%;
  height: 310px;
  border-radius: 15px;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.newCherry .main .section .inner .itemWrap .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 240px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .newCherry .main .section .inner .itemWrap .item::before {
    height: 200px;
  }
}
.newCherry .main .section .inner .itemWrap .item + .item {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .newCherry .main .section .inner .itemWrap .item {
    height: 270px;
  }
}
.newCherry .main .section .inner .itemWrap .item .img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .newCherry .main .section .inner .itemWrap .item .img {
    height: 200px;
  }
}
.newCherry .main .section .inner .itemWrap .item .info {
  bottom: 21px;
}
@media (max-width: 767px) {
  .newCherry .main .section .inner .itemWrap .item .info {
    bottom: 0;
    padding: 0 16px 20px 20px;
  }
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap {
  position: relative;
  margin-bottom: 19px;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .label {
  height: 24px;
  border-radius: 50px;
  padding: 2px 10px;
  animation: none;
  letter-spacing: -0.4px;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .label em {
  vertical-align: top;
  font-weight: 600;
  line-height: 20px;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .label.red {
  background: #F75656;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .label.pink {
  background: #FF839B;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .label.orange {
  background: #EBC815;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .label.blue {
  background: #4D76DE;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .label.green {
  background: color(display-p3 0.2392 0.8 0.5645);
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .label.walk {
  background: color(display-p3 1 0.4574 0.5911);
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .label.ticket {
  background: #ADB2F8;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .label.white {
  background: #FFFFFF;
  color: #202020;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .label.white em {
  color: inherit;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .label img {
  width: 18px;
  height: 100%;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .name {
  display: block;
  width: 70%;
  max-height: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  white-space: normal;
  overflow: initial;
  text-overflow: inherit;
  letter-spacing: -0.4px;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .group {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 8px;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .d-day {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: normal;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 3px 8px;
  margin-top: 0;
  margin-bottom: 0;
}
.newCherry .main .section .inner .itemWrap .item .info .infoWrap .d-day.on {
  background-color: #F53838;
  border: 1px solid #F53838;
}
.newCherry .main .section .inner .itemWrap .item .info .progressBarWrap {
  background: #fff;
  padding: 20px 32px;
  margin: 0 -32px -20px -32px;
}
@media (max-width: 767px) {
  .newCherry .main .section .inner .itemWrap .item .info .progressBarWrap {
    padding: 20px;
    margin: 0 -16px -20px -20px;
  }
}
.newCherry .main .section .inner .itemWrap .item .info .progressBarWrap .progressBar {
  height: 3px;
  background: #e9e9e9;
}
.newCherry .main .section .inner .itemWrap .item .info .progressBarWrap .progressBar .bar {
  height: 3px;
  background: color(display-p3 0.9098 0.2353 0.3569);
}
.newCherry .main .section .inner .itemWrap .item .info .progressBarWrap .progressInfo .percent {
  font-size: 16px;
  font-weight: 600;
  color: color(display-p3 0.9098 0.2353 0.3569);
  letter-spacing: -0.5px;
}
.newCherry .main .section .inner .itemWrap .item .info .progressBarWrap .progressInfo .amount {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  letter-spacing: -0.5px;
}
.newCherry .main .section .inner .itemWrap .item .info .progressBarWrap .progressInfo .amount .unit {
  font-weight: 700;
}
.newCherry .main .section .inner .itemWrap .item .info .statusWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 0.875rem + (1vw - 3px) * 1.1111, 15px);
  background: #fff;
  padding: 21px 32px 20px;
  margin: 0 -32px -20px;
}
@media (max-width: 767px) {
  .newCherry .main .section .inner .itemWrap .item .info .statusWrap {
    padding: 21px 16px 20px 20px;
    margin: 0 -16px -20px -20px;
  }
}
.newCherry .main .section .inner .itemWrap .item .info .statusWrap .status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  width: 100%;
  font-weight: 700;
}
.newCherry .main .section .inner .itemWrap .item .info .statusWrap .status::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 29.04px;
  background: url(/assets/web/images/new/ic-new-cherry-sneakers-black-d383f9158a96ed70a1146af651a03e0e.svg) center no-repeat;
  background-size: 100%;
}
.newCherry .main .section .inner .itemWrap .item .info .statusWrap.black {
  background: #202020;
}
.newCherry .main .section .inner .itemWrap .item .info .statusWrap.black .status {
  color: #fff;
}
.newCherry .main .section .inner .itemWrap .item .info .statusWrap.black .status::before {
  background: url(/assets/web/images/new/ic-new-cherry-sneakers-white-88aa8edab40e9376c50f63a673492d80.svg) center no-repeat;
  background-size: 100%;
}
.newCherry .main .section .inner .itemWrap .item .info .statusWrap.black .peopleCount {
  color: #fff;
}
.newCherry .main .section .inner .itemWrap .btnAllView {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  padding: 11px 27px;
  margin: 30px auto 30px;
}
.newCherry .main .section .inner .itemWrap .btnAllView span {
  font-size: 14.5px;
  color: #202020;
}
.newCherry .main .section .inner .itemWrap .btnAllView::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url(/assets/web/images/new/ic-new-cherry-arrow-right-black-12e143095092f81fb155bc2d9d9502af.svg) center no-repeat;
  background-size: 100%;
}
.newCherry .main .section .inner .mainCampaignSwiper {
  position: relative;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
}
.newCherry .main .section .inner .mainCampaignSwiper .swiper-pagination {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  padding: 4px 10px 2px;
  z-index: 10;
}
.newCherry .main .section .inner .mainCampaignSwiper .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.newCherry .main .section .inner .mainCampaignSwiper .swiper-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.6);
}
.newCherry .main .section .inner .mainCampaignSwiper .item {
  border-radius: 0;
  box-shadow: none;
}
.newCherry .main .section .inner .mainCampaignSwiper .item + .item {
  margin-top: 0;
}
.newCherry .main .section .inner .loveBanner {
  position: relative;
  width: 100%;
  text-align: left;
  background: color(display-p3 1 0.7294 0.7961);
  border-radius: 10px;
  padding: 24px 20px 17px;
}
.newCherry .main .section .inner .loveBanner .tit {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
}
.newCherry .main .section .inner .loveBanner .date {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.3px;
  margin-top: 3px;
}
.newCherry .main .section .inner .loveBanner:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 20px;
  display: inline-block;
  width: 99px;
  height: 105px;
  background: url(/assets/web/images/new/img-new-cherry-love-section@3x-65e6a2a5f2fd04bd3b0ffcf46c0dc877.png) center no-repeat;
  background-size: 100%;
}
.newCherry .main .section .inner .loveBanner .donationWrap {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 12px 15px 10px 13px;
  margin-top: 9px;
  z-index: 1;
}
.newCherry .main .section .inner .loveBanner .donationWrap .donation {
  display: flex;
  justify-content: space-between;
}
.newCherry .main .section .inner .loveBanner .donationWrap .donation .title {
  font-size: 15px;
}
.newCherry .main .section .inner .loveBanner .donationWrap .donation .content {
  display: flex;
  align-items: center;
}
.newCherry .main .section .inner .loveBanner .donationWrap .donation .content span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 21px;
}
.newCherry .main .section .inner .loveBanner .donationWrap .donation .content .unit {
  font-size: 16px;
  font-weight: 500;
}
.newCherry .main .section .inner .loveBanner .donationWrap .donation + .donation {
  margin-top: 5px;
}
.newCherry .main .section .inner .homeBanner {
  width: 100%;
  text-align: center;
  background: color(display-p3 0.6222 0.7269 0.9905);
  border-radius: 10px;
  margin-bottom: 15px;
}
.newCherry .main .section .inner .homeBanner .homeImg {
  width: 100%;
  height: 100%;
}
.newCherry .main .section .inner .yanaBanner {
  width: 100%;
  text-align: center;
  background: color(display-p3 0.9529 0.6745 0.2471);
  border-radius: 15px;
  margin-top: 44px;
}
.newCherry .main .section .inner .yanaBanner .yanaImg {
  width: 100%;
  height: 100%;
}
.newCherry .main .section .inner .contentWrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
  padding: 28px 20px;
  margin-top: 12px;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper {
  border-radius: 0;
  margin-top: 0;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  gap: 9px;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 50%;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .item {
  display: flex;
  gap: 14px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .item::before {
  display: none;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .item + .item {
  margin-top: 9px;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .item .itemImg {
  flex-shrink: 0;
  width: clamp(90px, 5.625rem + (1vw - 3px) * 32, 114px);
  height: 83px;
  border-radius: 5px;
  object-fit: cover;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .item .info {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .item .info .name {
  font-size: 15px;
  font-weight: 400;
  color: #202020;
  line-height: 18px;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .item .info .group {
  font-size: 13px;
  font-weight: 400;
  color: #8a8a8a;
  margin-top: 1px;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .item .info .progressBarWrap {
  background: transparent;
  padding: 0;
  margin: 6px 0 0 0;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .item .info .progressBarWrap .progressBar {
  height: 2px;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .item .info .progressBarWrap .progressBar .bar {
  height: 2px;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .item .info .progressBarWrap .progressInfo .percent {
  font-size: 14px;
}
.newCherry .main .section .inner .contentWrap .newCampaignSwiper .item .info .progressBarWrap .progressInfo .amount {
  font-size: 14px;
}
.newCherry .main .section.love {
  margin-top: -29px;
}
@media (min-width: 768px) {
  .newCherry .main .section.love {
    position: absolute;
    top: 100px;
    right: 38px;
    width: 337px;
    margin-top: 0;
  }
}
.newCherry .main .section.sneakers {
  background: linear-gradient(180deg, color(display-p3 0.976 0.71 0.753) 0%, color(display-p3 0.929 0.929 0.929) 100%);
  border-radius: 50px 50px 0 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .newCherry .main .section.sneakers {
    max-width: clamp(395px, 24.6875rem + (1vw - 7.68px) * 100, 567px);
    border-radius: 50px;
  }
}
.newCherry .main .section.sneakers .inner {
  padding-top: 48px;
  padding-bottom: 31px;
}
@media (min-width: 768px) {
  .newCherry .main .section.sneakers .inner {
    width: calc(100% - 38px);
  }
}
.newCherry .main .section.sneakers .inner .tit {
  color: #fff;
}
.newCherry .main .section.sneakers .inner .titWrap {
  align-items: end;
}
.newCherry .main .section.sneakers .inner .titWrap .btnAllView {
  padding-bottom: 6px;
}
.newCherry .main .section.sneakers .inner .titWrap .btnAllView span {
  color: #fff;
}
.newCherry .main .section.sneakers .inner .titWrap .btnAllView::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13.307px;
  background: url(/assets/web/images/new/ic-new-cherry-arrow-right-white-b7a1a10230698a9cd52660a5b30cfaae.svg) center no-repeat;
  background-size: 100%;
}
.newCherry .main .section.sneakers .inner .itemWrap .btnAllView {
  background: rgba(255, 255, 255, 0.65);
  border: none;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .newCherry .main .section.homeTown {
    margin-bottom: 18px;
  }
}
@media (min-width: 768px) {
  .newCherry .main .section.homeTown {
    position: absolute;
    top: 332px;
    right: 38px;
    width: 337px;
    display: none;
  }
}
@media (min-width: 768px) {
  .newCherry .main .section.homeTown .inner {
    width: 337px;
  }
}
@media (min-width: 768px) {
  .newCherry .main .section.homeTown .inner .homeBanner {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .newCherry .main .section.yana {
    position: absolute;
    top: 640px;
    right: 38px;
    width: 337px;
  }
}
@media (min-width: 768px) {
  .newCherry .main .section.yana .inner {
    width: 337px;
  }
}
@media (min-width: 768px) {
  .newCherry .main .section.yana .inner .yanaBanner {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .newCherry .main .section.new {
    position: absolute;
    top: 860px;
    right: 38px;
    width: 337px;
  }
}
@media (min-width: 768px) {
  .newCherry .main .section.new .inner {
    width: 337px;
  }
}
.newCherry .main .section.new .inner .contentWrap {
  padding: 28px 20px 42px;
}
@media (min-width: 768px) {
  .newCherry .main .section.new .inner .item {
    width: 295px;
  }
}
@media (max-width: 767px) {
  .newCherry .main .section.new .inner .item .info {
    width: auto;
  }
}
@media (max-width: 375px) {
  .newCherry .main .section.new .inner .item .info {
    width: clamp(116px, 7.25rem + (1vw - 3px) * 68, 167px);
  }
}
@media (min-width: 768px) {
  .newCherry .main .section.new .inner .item .info {
    bottom: 0;
  }
}
.newCherry .main .section.new .inner .item .info .name {
  max-height: 36px;
  height: 36px;
  word-break: break-all;
}
.newCherry .main .section.new .inner .item .info .progressBarWrap .progressInfo {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .newCherry .main .section.about {
    position: absolute;
    top: 1280px;
    right: 38px;
    width: 337px;
  }
}
@media (min-width: 768px) {
  .newCherry .main .section.about .inner {
    width: 337px;
  }
}
.newCherry .main .section.about .contentWrap {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.newCherry .main .section.about .contentWrap .aboutBanner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border-radius: 15px;
  padding: 20px 24px 21px 21px;
  padding: 23px 28px 26px 20px;
}
.newCherry .main .section.about .contentWrap .aboutBanner.cherry {
  background: color(display-p3 1 0.7294 0.7961);
}
.newCherry .main .section.about .contentWrap .aboutBanner.tracking {
  background: color(display-p3 0.749 0.8824 0.9176);
}
.newCherry .main .section.about .contentWrap .aboutBanner.school {
  background: color(display-p3 1 0.8588 0.8902);
}
.newCherry .main .section.about .contentWrap .aboutBanner.award {
  background: color(display-p3 0.7804 0.8275 0.9412);
}
.newCherry .main .section.about .contentWrap .aboutBanner.donation {
  background: color(display-p3 0.9294 0.7412 0.7882);
}
.newCherry .main .section.about .contentWrap .aboutBanner.partner {
  background: rgb(220, 213, 240);
}
.newCherry .main .section.about .contentWrap .aboutBanner.photo {
  background: color(display-p3 0.7804 0.8275 0.9412);
}
.newCherry .main .section.about .contentWrap .aboutBanner.new_red {
  background-color: color(display-p3 0.8902 0.302 0.4078);
}
.newCherry .main .section.about .contentWrap .aboutBanner.new_pink {
  background-color: #f9b5c0;
}
.newCherry .main .section.about .contentWrap .aboutBanner.new_gray {
  background-color: #b1b1b1;
}
.newCherry .main .section.about .contentWrap .aboutBanner .title {
  color: #ffffff;
  font-size: clamp(13px, 0.8125rem + (1vw - 3px) * 3.3333, 16px);
  line-height: 20px;
  font-family: Pretendard;
  letter-spacing: -0.6px;
}
.newCherry .main .section.about .contentWrap .aboutBanner .icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .newCherry .main .section.ctgry {
    position: absolute;
    top: 323px;
    right: 38px;
    width: 337px;
    margin-top: 0;
  }
  .newCherry .main .section.ctgry .title {
    font-family: Pretendard;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.6px;
    color: #000000;
    padding-left: 7px;
    margin-bottom: 13px;
  }
  .newCherry .main .section.ctgry .innerWrap {
    border: 1px solid rgba(0, 0, 0, 0.0705882353);
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.0705882353);
    border-radius: 15px;
    padding: 30px 18px 21px 18px;
  }
  .newCherry .main .section.ctgry .ctgryWrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
    gap: 10px;
  }
  .newCherry .main .section.ctgry .ctgryWrap .tab {
    width: 62px;
    height: 87px;
    padding: 0;
    border: none;
  }
  .newCherry .main .section.ctgry .ctgryWrap .tab label {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 64px;
    text-align: center;
    cursor: pointer;
  }
  .newCherry .main .section.ctgry .ctgryWrap .tab label img {
    width: 62px;
    height: 62px;
    padding: 18px;
    box-sizing: border-box;
    background-color: #F6F6F6;
    border-radius: 20px;
  }
  .newCherry .main .section.ctgry .ctgryWrap .tab label span {
    font-family: Pretendard;
    font-weight: 600;
    font-size: clamp(10px, 2vw, 13px);
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #202020;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.newCherry .main .adContainer {
  width: 100%;
  height: 85px;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .newCherry .main .adContainer {
    position: absolute;
    top: 2070px;
    right: 19px;
    width: 337px;
  }
}
.newCherry .main .adContainer .coupangBanner {
  max-width: none;
  height: 85px;
  background: #000;
  margin: 0;
}
.newCherry #container.weGrp {
  max-width: 580px;
}
.newCherry #container.weGrp .mainVisual {
  min-height: calc(100vh - 126px);
  padding-top: 0;
  padding-bottom: 85px;
}
@media (min-width: 768px) {
  .newCherry #container.weGrp .mainVisual {
    min-height: calc(100vh - 389.91px);
  }
}
@media (min-width: 768px) {
  .newCherry #container.weGrp .mainVisual .section {
    max-width: 580px;
  }
}
@media (min-width: 768px) {
  .newCherry #container.weGrp .mainVisual .section .inner {
    width: calc(100% - 38px);
  }
}
.newCherry #container.weGrp .grpProfileWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
  padding: 16px 16px 16px 19px;
}
@media (min-width: 768px) {
  .newCherry #container.weGrp .grpProfileWrap {
    padding: 16px 19px;
  }
}
.newCherry #container.weGrp .grpProfileWrap .grpProfile {
  display: flex;
  align-items: center;
  gap: 11px;
  width: calc(100% - 67px);
  cursor: pointer;
}
.newCherry #container.weGrp .grpProfileWrap .grpProfile.noGrp {
  width: 100%;
}
.newCherry #container.weGrp .grpProfileWrap .grpProfile .grpImg {
  border: 0.5px solid rgba(0, 0, 0, 0.1019607843);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
}
.newCherry #container.weGrp .grpProfileWrap .grpProfile .grpImg.plus {
  background: url(/assets/web/images/new/btn-new-cherry-follow-d15ae6274b0d913107c75d9a04b50a76.svg) center no-repeat;
  background-size: 100%;
  border: none;
}
.newCherry #container.weGrp .grpProfileWrap .grpProfile p {
  font-size: clamp(17px, 1.0625rem + (1vw - 3px) * 4.4444, 21px);
  font-weight: 700;
  word-break: break-all;
}
.newCherry #container.weGrp .grpProfileWrap button {
  border: 1px solid color(display-p3 1 0.4706 0.4706);
  color: color(display-p3 1 0.4706 0.4706);
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  word-break: keep-all;
}
.newCherry #container.weGrp .grpNotiWrap {
  width: 100%;
  background-color: #f1f1f1;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.newCherry #container.weGrp .grpNotiWrap .grpNotiInnerWrap {
  padding: 15px 19px;
  display: flex;
  gap: 7px;
}
.newCherry #container.weGrp .grpNotiWrap .grpNotiInnerWrap p {
  flex-shrink: 0;
  color: color(display-p3 1 0.4706 0.4706);
  font-size: 15px;
  font-weight: 600;
}
.newCherry #container.weGrp .grpNotiWrap .grpNotiInnerWrap span {
  color: #242424;
  font-size: 15px;
  font-weight: 400;
}
.newCherry #container.weGrp .fundRegularTitle {
  padding: 14px 19px;
  margin: 13px 0 29px -19px;
  background-color: color(display-p3 1 0.4706 0.4706);
  border-radius: 0 50px 50px 0;
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .newCherry #container.weGrp .fundRegularTitle {
    margin: 13px -19px 30px -19px;
  }
}
.newCherry #container.weGrp .fundRegularTitle span {
  font-weight: 700;
  color: inherit;
  font-size: 17px;
}
.newCherry #container.weGrp .fundRegularTitle::after {
  content: "";
  position: absolute;
  background: url(/assets/web/images/new/ic-new-cherry-arrow-right-white-b7a1a10230698a9cd52660a5b30cfaae.svg) transparent no-repeat;
  right: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
}
.newCherry #container.weGrp .fundItemList {
  gap: 18px;
  display: flex;
  flex-direction: column;
}
.newCherry #container.weGrp .fundItemList .fundItem {
  position: relative;
  height: 194px;
  cursor: pointer;
}
.newCherry #container.weGrp .fundItemList .fundItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 57.73%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
}
.newCherry #container.weGrp .fundItemList .fundItem img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.newCherry #container.weGrp .fundItemList .fundItem .fundInfoWrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 17px;
  box-sizing: border-box;
  padding: 0 19px;
  color: #ffffff;
}
.newCherry #container.weGrp .fundItemList .fundItem .fundInfoWrap p {
  color: inherit;
  display: block;
  width: 70%;
  max-height: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  white-space: normal;
  overflow: auto;
  text-overflow: inherit;
  margin-bottom: 18px;
}
.newCherry #container.weGrp .fundItemList .fundItem .fundInfoWrap .fundBtnWrap {
  display: flex;
  gap: 9px;
}
.newCherry #container.weGrp .fundItemList .fundItem .fundInfoWrap .fundBtnWrap button {
  padding: 12px 0;
  width: 100%;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: normal;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
}
.newCherry #container.weGrp .fundItemList .fundItem .fundInfoWrap .fundBtnWrap button.btnBack {
  background: #ffffff;
  color: #202020;
}
.newCherry #container.weGrp .adContainer {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .newCherry #container.weGrp .adContainer {
    top: auto;
    right: auto;
    width: 100%;
  }
}
.newCherry #container.weGrp .swiperWrap {
  margin-top: 23px;
}
.newCherry #container.weGrp .swiperWrap .swiper-wrapper-campaign {
  display: flex;
}
@media (max-width: 300px) {
  .newCherry #container.weGrp .swiperWrap .swiper-slide-campaign .thumb {
    width: 60px;
    height: 60px;
  }
}
.newCherry #container.weGrp .swiperWrap .swiper-slide-campaign .thumb > img {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.newCherry #container.weGrp .swiperWrap .swiper-slide-campaign .name {
  display: -webkit-box;
  word-wrap: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newCherry #container.weGrp .weGrpEmptyWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newCherry #container.weGrp .weGrpEmptyWrap img {
  width: 195px;
  height: 215px;
  margin: 0 auto;
}
.newCherry #container.weGrp .weGrpEmptyWrap p {
  font-size: 16px;
  font-weight: 700;
  color: #202020;
  padding-top: 22px;
}
.newCherry .usageWrap .usageList .usage .thumb {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.newCherry .highLightsColorTy01 {
  color: color(display-p3 1 0.4706 0.4706) !important;
}
.newCherry .highLightsColorTy02 {
  color: color(display-p3 1 0.4706 0.4706) !important;
}
.newCherry .crd_usList .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
}
.newCherry .crd_usList .crd_rego {
  left: 50%;
  transform: translateX(-50%);
}
.newCherry #container {
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .newCherry #container.subPage {
    padding-top: 91px;
  }
}
.newCherry #container .campaignWrapSub .inner {
  padding: 0 19px;
  position: relative;
}
.newCherry #container .campaignWrapSub .tabWrap {
  padding-top: 28px;
  /* 검색 화면 */
}
.newCherry #container .campaignWrapSub .tabWrap.division {
  padding-top: 8px;
}
@media (max-width: 767px) {
  .newCherry #container .campaignWrapSub .tabWrap.division:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .newCherry #container .campaignWrapSub .tabWrap.division + .tabConWrap .tabCon:nth-child(3) .campaignListWrap {
    padding-top: 20px;
  }
}
.newCherry #container .campaignWrapSub .tabWrap.division + .tabConWrap .campaignListWrap {
  margin-top: 0;
}
@media (max-width: 767px) {
  .newCherry #container .campaignWrapSub .tabWrap.division + .tabConWrap .campaignListWrap {
    padding: 0;
  }
}
.newCherry #container .campaignWrapSub .tabWrap .tabList {
  display: flex;
  gap: 22px;
}
.newCherry #container .campaignWrapSub .tabWrap .tabList .tab .tabBtn:checked + label span {
  font-weight: 700;
  color: color(display-p3 0.1255 0.1255 0.1255);
}
.newCherry #container .campaignWrapSub .tabWrap .tabList .tab .tabBtn:checked + label span:before {
  background: color(display-p3 1 0.4706 0.4706);
}
.newCherry #container .campaignWrapSub .tabWrap .tabList .tab label span {
  font-size: clamp(13.5px, 0.84375rem + (1vw - 3.75px) * 3.8462, 15px);
  color: color(display-p3 0.5804 0.5804 0.5804);
}
.newCherry #container .campaignWrapSub .tabWrap .tabList .tab label span:before {
  content: "";
  position: relative;
  top: -3px;
  right: 4px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: color(display-p3 1 1 1);
  border-radius: 50%;
}
.newCherry #container .campaignWrapSub .tabWrap .tabList.weGrp {
  display: flex;
  gap: 6px;
}
.newCherry #container .campaignWrapSub .tabWrap .tabList.weGrp .tab .tabBtn {
  display: none;
}
.newCherry #container .campaignWrapSub .tabWrap .tabList.weGrp .tab .tabBtn:checked + label {
  background: #202020;
}
.newCherry #container .campaignWrapSub .tabWrap .tabList.weGrp .tab .tabBtn:checked + label span {
  color: #fff;
}
.newCherry #container .campaignWrapSub .tabWrap .tabList.weGrp .tab .tabBtn:checked + label span:before {
  display: none;
}
.newCherry #container .campaignWrapSub .tabWrap .tabList.weGrp .tab label {
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 100px;
  padding: 7px 15px;
}
.newCherry #container .campaignWrapSub .tabWrap .tabList.weGrp .tab label span {
  font-size: clamp(13.5px, 0.84375rem + (1vw - 3.75px) * 3.8462, 15px);
  font-weight: 700;
  color: #202020;
}
.newCherry #container .campaignWrapSub .tabWrap .tabList.weGrp .tab label span:before {
  display: none;
}
.newCherry #container .campaignWrapSub .tabWrap + .campaignListWrap {
  margin-top: 22px;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign {
  margin-top: 13px;
}
@media (min-width: 768px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign {
    margin-top: 24px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .thumb {
  position: relative;
  border: 1px solid #dddddd;
  background-color: #dddddd;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .thumb {
    width: clamp(102px, 6.375rem + (1vw - 3px) * 45.3333, 136px);
    height: 102px;
    margin-right: 16px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .thumb.sneakers:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  width: 30px;
  min-width: 0;
  height: 22.39px;
  background: url(/assets/web/images/new/ic-new-cherry-sneakers-badge-bf8ca8bc3d321ece57d7cfadcbd0d7c4.svg) center no-repeat;
  background-size: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .thumb.sneakers:after {
    width: 50px;
    height: 37.31px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .thumb.end img {
  opacity: 0.5;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .thumb .badgeTy02 {
  left: 8px;
  right: auto;
  bottom: 0px;
  top: 8px !important;
  min-width: 0;
  font-size: 13px;
  background-color: #000;
  border-radius: 50px;
  padding-left: 7px;
  padding-right: 7px;
  bottom: unset;
}
@media (min-width: 768px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .thumb .badgeTy02 {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .thumb .badgeTy02.pink {
  background-color: color(display-p3 0.9098 0.2353 0.3569);
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .thumb .badgeTy02.white {
  font-weight: 700;
  color: #202020;
  background-color: #ffffff;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .thumb .badgeTy02.black {
  background: #202020;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .thumb .badgeTy02.blue {
  background: #5867ef;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .thumb.is-off::before {
  content: "이벤트가 종료되었습니다";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 0 30%;
  z-index: 1;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description {
    width: auto;
    height: auto;
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .tit {
    font-size: 14px;
    color: #202020;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .name {
    font-size: 12px;
    color: #8a8a8a;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info {
    position: relative;
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info {
    bottom: 20px;
    min-height: 42px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info.is-off .progressBarWrap .bar {
  background-color: #7c7676;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info.is-off .current .percent {
  color: #7c7676;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info.is-off .current .amount {
  color: #7c7676;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info.is-off .current .amount .unit {
  color: #7c7676;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .progressBarWrap {
  background-color: #e9e9e9;
}
@media (max-width: 767px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .progressBarWrap {
    height: 2px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .progressBarWrap .bar {
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .progressBarWrap .bar.is-off {
  background-color: #7c7676;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .progressBarWrap .bar.blue {
  background-color: #5867ef;
}
@media (max-width: 767px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .progressBarWrap .bar {
    height: 2px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .current {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .current {
    margin-top: 5px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .current .percent {
  float: none;
  font-size: 13px;
  font-weight: 600;
  color: color(display-p3 1 0.4706 0.4706);
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .current .percent {
    font-size: 16px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .current .percent.is-off {
  color: #7c7676;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .current .percent.blue {
  color: #5867ef;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .current .amount {
  float: none;
  font-size: 13px;
  font-weight: 600;
  color: #202020;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .current .amount {
    font-size: 16px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .current .amount .unit {
  font-weight: 700;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .statusWrap {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #202020;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .statusWrap {
    padding-top: 10px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .statusWrap .status::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 25.001px;
  height: 19.107px;
  background: url(/assets/web/images/new/ic-new-cherry-sneakers-black-d383f9158a96ed70a1146af651a03e0e.svg) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .statusWrap .status::before {
    width: 40px;
    height: 29.85px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .statusWrap p {
  display: flex;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.9px;
}
@media (min-width: 768px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .statusWrap p {
    font-size: 16px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .statusWrap.running {
  background: #202020;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .statusWrap.running p {
  color: #fff;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .giveBtnWrap {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .giveBtnWrap button {
  width: 100%;
  height: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
  border: 1px solid rgba(53, 53, 53, 0.2);
  border-radius: 50px;
}
@media (min-width: 768px) {
  .newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .giveBtnWrap button {
    height: 45px;
    font-size: 18px;
  }
}
.newCherry #container .campaignWrapSub .campaignListWrap .campaign .description .info .giveBtnWrap button.fdrm {
  color: color(display-p3 0.9098 0.2353 0.3569);
  background: rgba(232, 60, 91, 0.1490196078);
  border: 1px solid rgba(232, 60, 91, 0.3019607843);
}
.newCherry #container .campaignWrapSub .campaignListWrap .intrstEmptyWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.newCherry #container .campaignWrapSub .campaignListWrap .intrstEmptyWrap img {
  width: 195px;
  height: 215px;
}
.newCherry #container .campaignWrapSub .campaignListWrap .intrstEmptyWrap p {
  margin: 22px 0 13px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}
.newCherry #container .campaignWrapSub .campaignListWrap .intrstEmptyWrap button {
  text-align: center;
  padding: 17px 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background-color: #ff7878;
  border-radius: 9px;
}
.newCherry #container .campaignWrapSub section.ctgry {
  padding-top: 18px;
  padding-bottom: 0;
}
.newCherry #container .campaignWrapSub .wordSearch .recentSearch {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.newCherry #container .campaignWrapSub .wordSearch .recentSearch .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
.newCherry #container .campaignWrapSub .wordSearch .recentSearch .top span {
  font-size: 15px;
  color: #202020;
  font-weight: 700;
}
.newCherry #container .campaignWrapSub .wordSearch .recentSearch .top .clearBtn {
  color: #888888;
  font-size: 13px;
  font-weight: 500;
}
.newCherry #container .campaignWrapSub .wordSearch .recentSearch .recentSearchEmpty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A3A3A3;
  font-size: 15px;
  padding-top: 30px;
}
.newCherry #container .campaignWrapSub .wordSearch .recentSearch .recentSearchItemWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 3px;
  align-items: flex-start;
}
.newCherry #container .campaignWrapSub .wordSearch .recentSearch .recentSearchItemWrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
  border-radius: 100px;
  position: relative;
  padding: 7px 14px;
}
.newCherry #container .campaignWrapSub .wordSearch .recentSearch .recentSearchItemWrap button span {
  font-size: 13px;
}
.newCherry #container .campaignWrapSub .wordSearch .recentSearch .recentSearchItemWrap button .recentDeleteBtn {
  width: 13px;
  height: 13px;
  background: url(/assets/web/images/hometown/btn-plus@3x-3a81a6f06e57b9e79b27b4b5d0bbbbc7.png) center no-repeat;
  transform: rotate(45deg);
  background-size: 100%;
  margin-left: 8px;
  cursor: pointer;
}
.newCherry #container .campaignWrapSub .wordSearch .titleWrap {
  padding-top: 40px;
}
.newCherry #container .campaignWrapSub .wordSearch .titleWrap p {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.newCherry #container .campaignWrapSub .wordSearch .ctgryWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-sizing: border-box;
  margin-bottom: 40px;
  justify-content: space-between;
  gap: 10px;
  place-items: center;
}
.newCherry #container .campaignWrapSub .wordSearch .ctgryWrap .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  max-width: 74px;
  width: 74px;
}
.newCherry #container .campaignWrapSub .wordSearch .ctgryWrap .tab div {
  border-radius: 26px;
  width: 100%;
  background-color: #F6F6F6;
  padding: 20px 0;
  text-align: center;
}
.newCherry #container .campaignWrapSub .wordSearch .ctgryWrap .tab div img {
  width: 33px;
  height: 31px;
}
.newCherry #container .campaignWrapSub .wordSearch .ctgryWrap .tab p {
  font-size: 14px;
  letter-spacing: -0.4px;
  white-space: nowrap;
}
.newCherry #container .campaignWrapSub .tabWrap2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.newCherry #container .campaignWrapSub .tabWrap2 .tab {
  box-sizing: border-box;
  height: 35px;
  width: 100%;
  line-height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-radius: 100px;
  text-align: center;
  color: #202020;
}
.newCherry #container .campaignWrapSub .tabWrap2 .tab span {
  font-weight: 500;
  font-size: 13.5px;
  letter-spacing: -0.5px;
}
.newCherry #container .campaignWrapSub .tabWrap2 .tab span span {
  font-weight: 600;
}
.newCherry #container .campaignWrapSub .tabWrap2 .tab.on {
  background-color: #202020;
}
.newCherry #container .campaignWrapSub .tabWrap2 .tab.on span {
  color: #FFFFFF;
}
.newCherry #container .campaignWrapSub .tabWrap2 .tab.on::after {
  display: none;
}
.newCherry #container.newRegistFormWrap * {
  font-family: Pretendard;
}
.newCherry #container.newRegistFormWrap .inner {
  padding: 16px 24px;
}
.newCherry #container.newRegistFormWrap .inner .formTitle {
  text-align: center;
  padding-bottom: 27px;
}
.newCherry #container.newRegistFormWrap .inner .formTitle h3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.newCherry #container.newRegistFormWrap .inner .formTitle p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.4px;
  text-align: center;
}
.newCherry #container.newRegistFormWrap .inner .line {
  border-bottom: 4px solid rgba(228, 229, 231, 0.2392156863);
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
}
.newCherry #container.newRegistFormWrap .inner .formWrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 27px;
}
.newCherry #container.newRegistFormWrap .inner .formWrap .row {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.newCherry #container.newRegistFormWrap .inner .formWrap .row label {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.7px;
}
.newCherry #container.newRegistFormWrap .inner .formWrap .row label span {
  color: color(display-p3 0.9098 0.2353 0.3569);
}
.newCherry #container.newRegistFormWrap .inner .formWrap .row p {
  color: #9D9D9D;
  font-size: 12px;
  letter-spacing: -0.7px;
}
.newCherry #container.newRegistFormWrap .inner .formWrap .row input {
  border-bottom: 1px solid #9D9D9D;
  padding: 2px 3px 10px 0;
  font-size: 16px;
}
.newCherry #container.newRegistFormWrap .inner .formWrap .row input::placeholder {
  color: #CACACC;
}
.newCherry #container.newRegistFormWrap .inner .formWrap .row .checkWrap {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.newCherry #container.newRegistFormWrap .inner .formWrap .row .checkWrap .checkItem {
  display: flex;
  align-items: center;
}
.newCherry #container.newRegistFormWrap .inner .formWrap .row .checkWrap .settingRadio {
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
}
.newCherry #container.newRegistFormWrap .inner .formWrap .row .checkWrap .settingRadio:checked {
  border: 2px solid color(display-p3 0.9098 0.2353 0.3569);
}
.newCherry #container.newRegistFormWrap .inner .formWrap .row .checkWrap .settingRadio:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: color(display-p3 1 0.4706 0.4706);
  border-radius: 50%;
}
.newCherry #container.newRegistFormWrap .inner .registSuccess {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 64px;
}
.newCherry #container.newRegistFormWrap .inner .registSuccess img {
  width: 118px;
}
.newCherry #container.newRegistFormWrap .inner .registSuccess .title {
  padding: 64px 0 11px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.4px;
  text-align: center;
  color: #514E4E;
}
.newCherry #container.newRegistFormWrap .inner .registSuccess .subTitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.4px;
  text-align: center;
  color: #514E4E;
}
@media (min-width: 768px) {
  .newCherry #container.newRegistFormWrap .inner .registSuccess .subTitle {
    padding-bottom: 100px;
  }
}
.newCherry .myPageCherryWrap .userProfileWrap .picture .front.level-white > img {
  border: 1px solid color(display-p3 0.6824 0.6824 0.6824) !important;
}
.newCherry .myPageCherryWrap .userProfileWrap .picture .front.level-green > img {
  border: 3px solid color(display-p3 0.5288 0.8065 0.1691) !important;
}
.newCherry .myPageCherryWrap .userProfileWrap .picture .front.level-yellow > img {
  border: 3px solid color(display-p3 0.9382 0.81 0.1132) !important;
}
.newCherry .myPageCherryWrap .userProfileWrap .picture .front.level-orange > img {
  border: 3px solid color(display-p3 1 0.6275 0.4196) !important;
}
.newCherry .myPageCherryWrap .userProfileWrap .picture .front.level-red > img {
  border: 3px solid color(display-p3 1 0.4706 0.4706) !important;
}
.newCherry .myPageCherryWrap .userProfileWrap .picture .front.level-realRed > img {
  border: 3px solid color(display-p3 0.9373 0.3961 0.3961) !important;
}
.newCherry .myPageCherryWrap .newUserProfileWrap {
  padding: 20px 20px 0 20px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: column;
  width: 580px;
  margin: 0 auto;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .userProfile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .userProfile .userInfo {
  display: flex;
  align-items: center;
  width: calc(100% - 77px);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .userProfile .level-white > img {
  border: 1px solid color(display-p3 0.6824 0.6824 0.6824) !important;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .userProfile .level-green > img {
  border: 3px solid color(display-p3 0.5288 0.8065 0.1691) !important;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .userProfile .level-yellow > img {
  border: 3px solid color(display-p3 0.9382 0.81 0.1132) !important;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .userProfile .level-orange > img {
  border: 3px solid color(display-p3 1 0.6275 0.4196) !important;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .userProfile .level-red > img {
  border: 3px solid color(display-p3 1 0.4706 0.4706) !important;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .userProfile .level-realRed > img {
  border: 3px solid color(display-p3 0.9373 0.3961 0.3961) !important;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .userProfile img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0 !important;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .userProfile .myName {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.9px;
  line-height: 24px;
  word-break: break-all;
  margin: 0 10px;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .userProfile .editBtn {
  width: 82px;
  height: 28px;
  border-radius: 50px;
  border: 1px solid rgba(32, 32, 32, 0.2);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.9px;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap {
  margin-top: 16px;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(241, 241, 241, 0.8);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .profileInfoItem {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .profileInfoItem + .profileInfoItem {
  margin-top: 10px;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .profileInfoItem p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .profileInfoItem .amount {
  font-size: clamp(18px, 1.125rem + (1vw - 3px) * 3.3333, 21px);
  font-weight: 700;
  color: #242424;
  letter-spacing: normal;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level {
  font-weight: 400;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level span {
  color: inherit; /* 부모의 색상을 상속받음 */
  background-color: transparent;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level span:first-child {
  font-weight: 700;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level::before {
  width: 11px;
  height: 11px;
  content: "";
  position: absolute;
  left: -18px;
  top: 4px;
  border-radius: 50%;
  border: 1px solid;
  background-color: inherit;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level::after {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.white {
  color: color(display-p3 0.6824 0.6824 0.6824);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.white::before {
  background-color: color(display-p3 0.6824 0.6824 0.6824);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.white::after {
  background: url(/assets/web/images/new/ic-new-cherry-my-cherry-arrow-white-6d317dc24900edeccaa0983a985d2529.svg);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.green {
  color: color(display-p3 0.5288 0.8065 0.1691);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.green::before {
  background-color: color(display-p3 0.5288 0.8065 0.1691);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.green::after {
  background: url(/assets/web/images/new/ic-new-cherry-my-cherry-arrow-green-2bc01ce2a682cd407ab65ddded8486df.svg);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.yellow {
  color: color(display-p3 0.9382 0.81 0.1132);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.yellow::before {
  background-color: color(display-p3 0.9382 0.81 0.1132);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.yellow::after {
  background: url(/assets/web/images/new/ic-new-cherry-my-cherry-arrow-yellow-a91f1b65a0627ab34ce16b21537e1f19.svg);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.orange {
  color: color(display-p3 1 0.6275 0.4196);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.orange::before {
  background-color: color(display-p3 1 0.6275 0.4196);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.orange::after {
  background: url(/assets/web/images/new/ic-new-cherry-my-cherry-arrow-orange-75640c75984ab3b940c5e2d2f895b4fc.svg);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.red {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.red::before {
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.red::after {
  background: url(/assets/web/images/new/ic-new-cherry-my-cherry-arrow-red-6b710c472d05a689ebd508ca328afa49.svg);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.realRed {
  color: color(display-p3 0.9373 0.3961 0.3961);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.realRed::before {
  background-color: color(display-p3 0.9373 0.3961 0.3961);
}
.newCherry .myPageCherryWrap .newUserProfileWrap .newProfileInfoWrap .level.realRed::after {
  background: url(/assets/web/images/new/ic-new-cherry-my-cherry-arrow-realRed.svg);
}
@media screen and (max-width: 767px) {
  .newCherry .myPageCherryWrap .newUserProfileWrap {
    width: auto;
  }
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .myCherryListinner {
  background-color: #f2f2f2;
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap {
  background-color: #fff;
  margin-bottom: 6px;
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap:last-child {
  margin-bottom: 0;
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap h2 {
  font-weight: 700;
  font-size: 19px;
  margin: 0 20px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  padding: 37px 0 12px 0;
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .myInfoWrap {
  padding: 13px 0;
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .myInfoWrap .myInfo {
  padding: 0;
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .myInfoWrap .myInfo > button {
  width: 100%;
  display: flex;
  padding: 12px 48px 12px 22.39px;
  box-sizing: inherit;
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .myInfoWrap .newMyCherryItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 48px 12px 22.39px;
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .myInfoWrap .newMyCherryItem .title {
  font-size: 17px;
  color: #202020;
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .myInfoWrap .newMyCherryItem .count {
  float: none;
  font-size: 16px;
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .myInfoWrap .newMyCherryItem:after {
  background: url(/assets/web/images/new/ic-new-cherry-my-cherry-arrow-right-gray-ff2f83a1cb698a064a318102b391110b.svg) center no-repeat;
  padding-bottom: 1px;
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .serviceCenter {
  background-color: rgba(241, 241, 241, 0.8);
  margin: 19px 19px 10px 19px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 38px);
  padding: 21px 19px 20px 22px;
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .serviceCenter img {
  width: 24px;
  height: 24px;
  margin-right: clamp(5px, 0.3125rem + (1vw - 3px) * 14.6667, 16px);
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .serviceCenter span {
  font-size: clamp(15px, 0.9375rem + (1vw - 3px) * 2.2222, 17px);
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .serviceCenter p {
  font-size: 13px;
  color: rgba(32, 32, 32, 0.3490196078);
}
@media (min-width: 768px) {
  .newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .serviceCenter p {
    font-size: 14px;
  }
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .serviceTextWrap {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 0.75rem + (1vw - 3px) * 9.3333, 19px);
  padding-bottom: 27px;
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .serviceTextWrap .serviceText {
  font-size: clamp(12px, 0.75rem + (1vw - 3px) * 1.1111, 13px);
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .serviceTextWrap .serviceText {
    font-size: 14px;
  }
}
.newCherry .myPageCherryWrap .newMyCherryListWrap .newMyCherryItemWrap .serviceTextWrap .serviceText .bold {
  font-weight: 700;
  letter-spacing: -0.5px;
}
.newCherry .sneakersWrap .tabTitle {
  font-weight: 700;
  font-size: 20px;
  margin-top: 45px;
  letter-spacing: -1px;
  position: relative;
}
.newCherry .sneakersWrap .tabTitle::before {
  content: "";
  position: absolute;
  top: -19px;
  left: -1px;
  width: 93px;
  height: 36px;
  background: url(/assets/web/images/new/img-new-cherry-sneakers-lets-join-1a6dfa195356a70fe697fb77964fac22.svg) transparent no-repeat;
  background-size: 100%;
}
.newCherry .sneakersWrap .snkrs_video {
  min-height: clamp(193.55px, 12.096875rem + (1vw - 3px) * 63.2667, 241px);
}
.newCherry .sneakersWrap .snkrs_video::before {
  content: "";
  width: 39px;
  height: 39px;
  background-color: #ffbacb;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  right: 18px;
  bottom: 23px;
}
.newCherry .sneakersWrap .snkrs_video:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
.newCherry .sneakersWrap .snkrs_video .img-info {
  position: absolute;
  left: 0;
  bottom: 33px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(100% - 38px);
  padding: 0 19px;
  z-index: 1;
}
.newCherry .sneakersWrap .snkrs_video .img-info p {
  color: #ffffff;
}
.newCherry .sneakersWrap .snkrs_video .img-info span {
  color: #ffffff;
}
.newCherry .sneakersWrap .snkrs_video .img-info .left {
  font-size: clamp(20px, 1.25rem + (1vw - 3px) * 9.3333, 27px);
  font-weight: 400;
  text-align: left;
  line-height: 20px;
}
.newCherry .sneakersWrap .snkrs_video .img-info .left span {
  font-weight: 700;
}
.newCherry .sneakersWrap .snkrs_video .img-info .right {
  font-size: clamp(13px, 0.8125rem + (1vw - 3px) * 1.3333, 14px);
  padding-right: 14px;
  padding-bottom: 3px;
  z-index: 1;
}
.newCherry .sneakersWrap .snkrs_video .img-info .right span {
  font-weight: 400;
}
@media (min-width: 768px) {
  .newCherry .sneakersWrap .snkrs_video {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
    height: 400px;
    width: 100%;
  }
  .newCherry .sneakersWrap .snkrs_video img {
    border-radius: 12px;
  }
}
.newCherry .sneakersWrap .snkrs_introWrap {
  position: relative;
  background-color: #ffbacb;
  padding: 18px 18px 17px 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.7px;
}
.newCherry .sneakersWrap .snkrs_introWrap::before {
  content: "";
  background: url(/assets/web/images/new/ic-new-cherry-sneakers-pink-b9f6c6fc764c9585cfdd972752eba39a.svg) center no-repeat;
  background-size: 100%;
  position: absolute;
  width: 39px;
  height: 29px;
  top: -16px;
}
.newCherry .sneakersWrap .snkrs_introWrap .bold {
  color: inherit;
  font-weight: 700;
}
.newCherry .sneakersWrap .moreBtn {
  margin-top: 34px;
  margin: 34px auto 51px;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 25px;
  font-weight: 500;
  font-size: 13.5px;
  padding: 12px 23px 12px 32px;
  display: flex;
  align-items: center;
}
.newCherry .sneakersWrap .moreBtn::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/assets/web/images/ico/ic-arrow-down-gray-line@3x-bc2a22b32f2e0f43c3fc06186f0aa270.png) center no-repeat;
  background-size: 100%;
  margin-left: 6px;
}
.newCherry .sneakersWrap .moreBtn.hide {
  visibility: hidden;
}
.newCherry .sneakersWrap .snkrs_footer {
  position: relative;
  background-color: #ffbacb;
  margin: 0 19px;
  border-radius: 12px;
}
.newCherry .sneakersWrap .snkrs_footer img {
  position: absolute;
  top: 0;
  left: 0;
}
.newCherry .sneakersWrap .snkrs_footer .tooter-item {
  padding: 67px 17px 19px 17px;
  text-align: center;
}
.newCherry .sneakersWrap .snkrs_footer p {
  color: #202020;
  font-size: 14px;
  line-height: 20px;
  word-break: keep-all;
  font-weight: 500;
}
.newCherry .sneakersWrap .snkrs_footer p.bold {
  font-weight: 700;
  margin-top: 9px;
}
.newCherry .sneakersWrap .snkrs_footer .btn_application {
  padding: 12px;
  width: 100%;
  height: 48px;
  border-radius: 30px;
  background-color: #ffffff;
  border: none;
  margin-top: 22px;
  position: relative;
}
.newCherry .sneakersWrap .snkrs_footer .btn_application:after {
  display: none;
}
.newCherry .sneakersWrap .snkrs_footer .btn_application span {
  font-size: 16px;
  color: #202020;
  line-height: normal;
}
@media (max-width: 767px) {
  .newCherry .sneakersWrap .snkrs_footer {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .newCherry .sneakersWrap .snkrs_footer {
    margin-bottom: 0;
    padding: 0;
    max-width: 620px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
  }
}
.newCherry #container.settingHomePage {
  padding-bottom: 0;
}
.newCherry #container.settingHomePage .myPageSetting .inner {
  width: 620px;
  padding: 0;
}
@media (max-width: 767px) {
  .newCherry #container.settingHomePage .myPageSetting .inner {
    width: auto;
    padding: 0;
  }
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingListWrap {
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .newCherry #container.settingHomePage .myPageSetting .inner .settingListWrap {
    margin-bottom: 50px;
  }
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingListWrap .settingList dd button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px 48px 20px 22.39px;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingListWrap .settingList dd button:after {
  background: url(/assets/web/images/new/ic-new-cherry-my-cherry-arrow-right-gray-ff2f83a1cb698a064a318102b391110b.svg) center no-repeat;
  padding-bottom: 1px;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingListWrap .settingList dd button .tit {
  color: #202020;
  line-height: normal;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingListWrap .settingList dd button .substance {
  font-size: 15px;
  font-weight: 500;
  color: color(display-p3 1 0.4706 0.4706);
  text-align: right;
  letter-spacing: -0.5px;
  line-height: normal;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingListWrap .settingList dd:nth-child(3) {
  margin-bottom: 6px;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingListWrap .settingList dd:nth-child(8) {
  margin-bottom: 6px;
}
.newCherry #container.settingHomePage .myPageSetting .inner .moCopyRight {
  background-color: #f1f1f1;
}
.newCherry #container.settingHomePage .myPageSetting .inner .moCopyRight .btnUnderLineTy08 span {
  font-size: 14px;
  color: #7e7e7e;
}
.newCherry #container.settingHomePage .myPageSetting .inner .moCopyRight .sponsor {
  color: #524e4e;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingWrap {
  padding: 14px 19px 34px 19px;
}
@media (min-width: 768px) {
  .newCherry #container.settingHomePage .myPageSetting .inner .settingWrap + .wl_btnWrap {
    padding: 50px 70px 0;
  }
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingWrap h3 {
  font-size: 14px;
  font-weight: 500;
  color: #858380;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingWrap .checkWrap {
  margin-top: 27px;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingWrap .checkWrap .checkItem {
  display: flex;
  align-items: baseline;
  gap: 13px;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingWrap .checkWrap .checkItem:first-child {
  margin-bottom: 30px;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingWrap .checkWrap .checkItem span {
  font-size: 16px;
  color: #202020;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingWrap .checkWrap .checkItem p {
  font-size: 12px;
  font-weight: 400;
  color: #a9a9a9;
  letter-spacing: -0.3px;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingWrap .checkWrap .checkItem .settingRadio {
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingWrap .checkWrap .checkItem .settingRadio:checked {
  border: 2px solid color(display-p3 1 0.4706 0.4706);
}
.newCherry #container.settingHomePage .myPageSetting .inner .settingWrap .checkWrap .checkItem .settingRadio:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: color(display-p3 1 0.4706 0.4706);
  border-radius: 50%;
}
.newCherry .newNewsContainer .campaignNews .inner {
  padding: 24px 19px;
}
.newCherry .newNewsContainer .campaignNews .tit {
  position: relative;
  font-size: 18px;
  color: color(display-p3 1 0.4706 0.4706);
  line-height: 25px;
  background-color: color(display-p3 1 0.4706 0.4706/0.2);
  border-radius: 10px;
  padding: 26px 90px 26px 20px;
}
@media (min-width: 500px) {
  .newCherry .newNewsContainer .campaignNews .tit {
    padding: 35px 90px 35px 20px;
  }
}
.newCherry .newNewsContainer .campaignNews .tit span {
  font-weight: 700;
  color: inherit;
}
.newCherry .newNewsContainer .campaignNews .tit::after {
  content: "";
  position: absolute;
  background: url(/assets/web/images/new/ic-new-cherry-block-post-f97737474e6f53878faacb7157e59f68.svg) transparent no-repeat;
  width: 75px;
  height: 72px;
  right: 9.5px;
  top: 16px;
}
.newCherry .newNewsContainer .campaignNews .progress {
  margin-top: 10px;
  border: 1px solid rgba(255, 120, 120, 0.4);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: color(display-p3 1 0.4706 0.4706);
  padding: 9px 20px;
  letter-spacing: -0.7px;
}
.newCherry .newNewsContainer .campaignNews .progress span {
  font-size: 15px;
  color: inherit;
  font-weight: 700;
}
.newCherry .newNewsContainer .campaignNews .progress .count {
  font-size: 15px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap {
  margin-top: 27px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.0705882353);
  border: 0.7px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 19px 19px 0 19px;
}
@media (max-width: 767px) {
  .newCherry .newNewsContainer .campaignNews .cardListWrap .card {
    min-height: auto;
  }
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .news {
  display: flex;
  gap: 16px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .news .thumb {
  flex-shrink: 0;
  border-radius: 10px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .news .newsInfo {
  margin: 0;
  padding-top: 2px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .news .newsInfo .time {
  font-size: 13px;
  color: #524e4e;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .news .newsInfo .txt {
  font-size: 15px;
  color: #202020;
  line-height: 20px;
  margin-top: 8px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .news .newsInfo .txt span {
  font-weight: 700;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .history {
  padding: 24px 0;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .history .date {
  font-size: 13px;
  color: #9d9999;
  letter-spacing: normal;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .history .date.nanumCompleted {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .history .date::before {
  background-color: #9d9999;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  top: 50%;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .history .date.nanumCompleted::before {
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .history .historyInfo .state {
  color: #9d9999;
  margin: 2px 0 6px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .history .historyInfo .state.nanumCompleted {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .history .historyInfo .message {
  position: relative;
  font-size: 14px;
  color: #202020;
  line-height: normal;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .history .historyInfo .message .name {
  font-weight: 700;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .letter {
  background-color: color(display-p3 1 0.4706 0.4706/0.07);
  border: 1px solid color(display-p3 1 0.4706 0.4706);
  border-radius: 10px;
  word-wrap: break-word;
  padding: 20px 19px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .letter:after {
  width: 31px;
  height: 36px;
  background: url(/assets/web/images/new/bg-new-cherry-news-letter-63502b835a4b1e35edf644e9c6d9766d.svg) 0 0 no-repeat;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .letter .letterTop {
  font-size: 16px;
  color: color(display-p3 1 0.4706 0.4706);
  padding-bottom: 18px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .letter .letterTop span {
  font-size: 16px;
  font-weight: 700;
  color: inherit;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .letter .letterContent {
  font-size: 15px;
  line-height: 27px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .letter .letterContent img {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .letter .personWrap span {
  font-size: 16px;
  color: color(display-p3 1 0.4706 0.4706);
  margin-right: 0;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .letter .personWrap span strong {
  font-weight: 700;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .btnFold {
  position: relative;
  width: calc(100% + 38px);
  border-top: 1px solid #e5e5e5;
  padding: 12px 0;
  margin: 0 -19px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .btnFold > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14.5px;
  font-weight: 400;
  color: #000;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .btnFold > span:after {
  width: 19px;
  height: 19px;
  background: url(/assets/web/images/ico/ic-arrow-down-gray-line@3x-bc2a22b32f2e0f43c3fc06186f0aa270.png) center no-repeat;
  background-size: 100%;
  margin-left: 7px;
}
.newCherry .newNewsContainer .campaignNews .cardListWrap .card .btnFold.on > span:after {
  transform: rotate(180deg);
}
.newCherry .newNewsContainer .newsEmptyWrap {
  display: flex;
  padding-top: 54px;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.newCherry .newNewsContainer .newsEmptyWrap img {
  width: 195px;
  height: 215px;
}
.newCherry .newNewsContainer .newsEmptyWrap p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}
.newCherry .icoInputDelete {
  background-image: url(/assets/web/images/new/btn-new-cherry-input-delete-e8c5e45b61a801d95878ffbd3f0302db.svg);
}
.newCherry .error {
  color: color(display-p3 1 0.4706 0.4706) !important;
}
.newCherry .inputBoxTy01 {
  min-height: 76px;
}
.newCherry .inputBoxTy01 input {
  color: #202020;
}
.newCherry .inputBoxTy01 input[type=text]:valid {
  padding: 11px 29px 11px 0;
}
.newCherry .inputBoxTy01 input:focus {
  border-bottom: 2px solid #202020;
}
.newCherry .inputBoxTy01 input:focus + .line {
  display: none;
}
.newCherry .inputBoxTy01 .line {
  display: none;
}
.newCherry .formTyWrap .inputBoxTy02 + .inputBoxTy02 input:focus + .line {
  top: 42px;
}
.newCherry .inputsContainer {
  padding: 0 70px;
  margin-top: 60px;
  /* 계정 이메일 재설정, 소셜 로그인 , 본인인증 정보 , 마케팅 수신 동의 PC 화면 padding 제거 */
}
@media (max-width: 767px) {
  .newCherry .inputsContainer {
    padding: 0 19px;
  }
}
.newCherry .inputsContainer .inputBoxTy01.optRightTxt .btnDelete {
  right: 2px;
}
.newCherry .inputsContainer .inputBoxTy01.optRightTxt .txtLimit {
  top: auto;
  bottom: 2px;
  display: inline-block;
  color: #a5a6a6;
  letter-spacing: normal;
  line-height: normal;
}
.newCherry .inputsContainer .inputBoxTy01.optRightTxt .txtLimit span {
  color: #000;
  letter-spacing: normal;
  line-height: normal;
}
.newCherry .inputsContainer .inputBoxTy01 .message {
  margin-top: 9px !important;
}
@media (min-width: 768px) {
  .newCherry .inputsContainer.noPadding {
    padding: 0;
  }
}
.newCherry .wl_btnWrap {
  gap: 8px;
  width: calc(100% - 140px);
  padding: 25px 70px 0;
}
@media (max-width: 767px) {
  .newCherry .wl_btnWrap {
    bottom: 19px;
    width: calc(100% - 38px);
    padding: 0 19px;
  }
}
.newCherry .wl_btnWrap .btnPrimaryTy01 {
  border-radius: 50px;
}
.newCherry .wl_btnWrap .btnPrimaryTy02 {
  background-color: #fff;
  border: 1px solid #202020;
  border-radius: 50px;
}
.newCherry .wl_btnWrap .btnPrimaryTy02 span {
  color: #202020;
}
.newCherry .sl_btnmainTy01 {
  color: #fff;
}
.newCherry .sl_btnmainTy01 span {
  color: #fff;
}
@media (min-width: 768px) {
  .newCherry .contwrapTy8 .notification ~ .wl_btnWrap .btnPrimaryTy01 {
    border-radius: 50px;
  }
}
@media (min-width: 768px) {
  .newCherry .contwrapTy8 .notification ~ .wl_btnWrap .btnPrimaryTy02 {
    border-radius: 50px;
  }
}
@media (max-width: 767px) {
  .newCherry .sl_btnWrap {
    bottom: 19px;
    display: flex;
    gap: 8px;
    width: calc(100% - 38px);
    padding: 0 19px;
  }
}
@media (max-width: 767px) {
  .newCherry .sl_btnWrap .sl_btnmainTy01 {
    width: 100%;
    border-radius: 50px;
  }
}
.newCherry .sl_btnWrap .sl_btnmainTy01 + .sl_btnmainTy03 {
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .newCherry .sl_btnWrap .sl_btnmainTy01 + .sl_btnmainTy03 {
    border-radius: 50px;
  }
}
.newCherry .sl_btnWrap .sl_btnmainTy03 {
  border-radius: 0;
}
@media (max-width: 767px) {
  .newCherry .sl_btnWrap .sl_btnmainTy03 {
    width: 100%;
    border-radius: 50px;
  }
}
.newCherry .sl_btnfloat {
  font-size: 17px;
  border: 1px solid color(display-p3 1 0.4706 0.4706);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .newCherry .sl_btnfloat {
    bottom: 101px;
    width: 76px;
    height: 76px;
    font-size: 13px;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.17);
  }
}
.newCherry .sl_btnfloat span {
  font-weight: 700;
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .sl_btnfloat span .m-block {
  font-weight: 700;
  color: color(display-p3 1 0.4706 0.4706);
}
@media (min-width: 768px) {
  .newCherry .sl_btnfloat:hover {
    background-color: transparent;
  }
  .newCherry .sl_btnfloat:hover span {
    color: color(display-p3 1 0.4706 0.4706);
  }
  .newCherry .sl_btnfloat:hover span .m-block {
    color: color(display-p3 1 0.4706 0.4706);
  }
}
.newCherry .sl_btnfloat:disabled {
  background-color: #c8c8c8;
}
.newCherry .sl_btnfloat.redTy {
  background-color: color(display-p3 0.898 0.302 0.302);
  border: 1px solid color(display-p3 0.898 0.302 0.302);
}
@media (max-width: 767px) {
  .newCherry .sl_btnfloat.redTy {
    border: none;
    padding-top: 40px;
  }
}
.newCherry .sl_btnfloat.redTy span {
  color: #fff;
}
@media (max-width: 767px) {
  .newCherry .sl_btnfloat.redTy span {
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .newCherry .sl_btnfloat.redTy span:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 32px;
    height: 32px;
    background: url(/assets/web/images/new/ic-new-cherry-walk-btn-36f0e0339edf6cf53e6401381f4f1410.svg) transparent no-repeat;
    background-size: 100%;
  }
}
.newCherry .sl_btnfloat.redTy span .m-block {
  color: #fff;
}
@media (max-width: 767px) {
  .newCherry .sl_btnfloat.redTy span .m-block {
    line-height: 15px;
  }
}
.newCherry .sl_btnfloat.redTy:disabled {
  background-color: #c8c8c8;
  border: none;
}
.newCherry .sl_btnfloat.redTy:disabled span {
  color: #fff;
}
@media (max-width: 767px) {
  .newCherry .sl_btnfloat.redTy:disabled span {
    line-height: 15px;
  }
}
.newCherry .sl_btnfloat.redTy:disabled .m-block {
  color: #fff;
}
@media (max-width: 767px) {
  .newCherry .sl_btnfloat.sneakers span:before {
    background: url(/assets/web/images/new/ic-new-cherry-sneakers-btn-98f01f36d31d450a13d2b6dfc4354be9.svg) transparent no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .newCherry .sl_btnfloat.ranking span:before {
    top: 8px;
    background: url(/assets/web/images/new/ic-new-cherry-ranking-btn-cafc41c6ec8c9728ef442b68991ac36b.svg) transparent no-repeat;
    background-size: 100%;
  }
}
.newCherry [class*=btnPrimary] {
  height: 53px;
}
.newCherry [class*=btnPrimary] > span {
  font-size: 17px;
  line-height: normal;
}
.newCherry .newProfileEditWrap .sl_imgWrap img {
  border: 1px solid #dddddd;
  width: 120px;
  height: 120px;
}
@media (min-width: 768px) {
  .newCherry [class*=campaignVisual] {
    margin-top: 70px;
  }
}
.newCherry [class*=campaignVisual]:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.newCherry .starBadge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.newCherry .starBadge .badgeTxt {
  text-align: center;
  transform: scale(0.9);
}
.newCherry .starBadge.normal {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.newCherry .starBadge.normal .badgeTxt {
  color: #777;
}
.newCherry .starBadge.good {
  background: center/100% url(/assets/web/images/ico/star-badge-good@3x-d79aeb3e5a66e0531cdbf4621546f9b1.png);
}
.newCherry .starBadge.good .badgeTxt {
  color: #9a7500;
}
.newCherry .starBadge.perfect {
  background: center/100% url(/assets/web/images/ico/star-badge-perfect@3x-335598e6be152b20e6280b62e8e4b60a.png);
}
.newCherry .starBadge.perfect .badgeTxt {
  color: #537fc2;
}
.newCherry .chyContainer .campaignVisual .inner {
  display: flex;
  align-items: end;
  gap: 10px;
  padding-top: 269px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .campaignVisual .inner {
    padding: 25px 20px;
  }
}
.newCherry .chyContainer .campaignVisual .inner .icoWrapTy01 {
  top: 18px;
  height: 30px;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .campaignVisual .inner .icoWrapTy01 {
    position: fixed;
    top: 16px;
    right: 16px;
    bottom: auto;
    display: flex;
    gap: 16px;
    z-index: 102;
  }
}
@media (max-width: 767px) {
  .newCherry .chyContainer .campaignVisual .inner .icoWrapTy01 .btnLike {
    margin: 0;
  }
}
.newCherry .chyContainer .campaignVisual .inner .prflArea {
  width: calc(100% - 67px);
}
@media (max-width: 767px) {
  .newCherry .chyContainer .campaignVisual .inner .prflArea .name {
    top: 0;
    font-weight: 500;
    letter-spacing: -0.5px;
  }
}
.newCherry .chyContainer .campaignVisual .inner .prflArea .tit {
  min-width: 0;
  max-height: fit-content;
  display: block;
  overflow: inherit;
  text-overflow: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  white-space: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .campaignVisual .inner .prflArea .tit {
    line-height: 28px;
  }
}
.newCherry .chyContainer .campaignVisual .inner .badgeWrap {
  flex-shrink: 0;
  width: 57px;
  height: 57px;
}
.newCherry .chyContainer .campaignVisual .inner .badgeWrap .starBadge.normal .badgeTxt {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 5px;
}
.newCherry .chyContainer .campaignVisual .inner .badgeWrap .starBadge.good .badgeTxt {
  position: relative;
  top: 15px;
  left: 3px;
  font-size: 10px;
  line-height: 1.1;
}
.newCherry .chyContainer .campaignVisual .inner .badgeWrap .starBadge.perfect .badgeTxt {
  position: relative;
  top: 15px;
  left: 3px;
  font-size: 10px;
  line-height: 1.1;
}
.newCherry .chyContainer .tabWrap .btnTab.on span {
  font-weight: 700;
  color: #202020;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_shortly .sl_cmpgndtlBox {
  height: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: color(display-p3 1 0.4706 0.4706/0.2);
  padding: 25px 20px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_shortly .sl_cmpgndtlBox:after {
  content: "";
  flex-shrink: 0;
  width: 66.96px;
  height: 94px;
  background: url(/assets/web/images/new/img-new-cherry-campaign-dtl-f535de7d90b5d2b4fb8ccceb77b2eeda.svg) transparent no-repeat;
  background-size: 100%;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_shortly .sl_cmpgndtlBox .normal {
  max-width: none;
  font-size: 17px;
  color: color(display-p3 1 0.4706 0.4706);
  text-align: left;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_shortly .sl_cmpgndtlBox .normal .stress {
  font-weight: 700;
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_shortly .sl_cmpgndtlTerm {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 14px;
  color: color(display-p3 1 0.4706 0.4706);
  letter-spacing: -0.2px;
  border: 1px solid color(display-p3 1 0.4706 0.4706/0.4);
  border-radius: 10px;
  padding: 0 20px;
  margin-top: 10px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_shortly .sl_cmpgndtlTerm span {
  font-weight: 700;
  color: color(display-p3 1 0.4706 0.4706);
  margin-right: 8px;
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw {
    border-radius: 10px;
    box-shadow: none;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView {
  padding: 10px 20px 20px;
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView {
    padding: 0 20px 20px;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView:before {
  display: none;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .tit {
  padding: 0;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_progressInfoWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_progressInfoWrap {
    padding-top: 20px;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_progressInfoWrap .sl_percent {
  font-size: 15px;
  font-weight: 600;
  color: color(display-p3 1 0.4706 0.4706);
  letter-spacing: -0.5px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_progressInfoWrap .sl_flag {
  position: relative;
  top: auto;
  right: auto;
  font-size: 15px;
  font-weight: 600;
  color: #202020;
  letter-spacing: -0.5px;
  border: none;
  padding: 0;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_amountWrap {
  padding: 0;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_amountWrap:after {
  height: 1px;
  background: #e5e5e5;
  visibility: visible;
  clear: none;
  margin-top: 26px;
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_amountWrap:after {
    display: none;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView script + .sl_amountWrap {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_infoWrap {
    padding: 10px 0 0;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_progressBarWrap {
  margin-top: 5px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_progressBarWrap .sl_bar {
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_progressCashWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_progressCashWrap {
    flex-direction: column;
    align-items: end;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_progressCashWrap .sl_current {
  font-weight: 500;
  color: #202020;
  padding-bottom: 0;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_progressCashWrap .sl_current .sl_counter {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_progressCashWrap .sl_current .sl_counter {
    font-size: 23px;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView .sl_progressCashWrap .sl_total {
  float: none;
  color: #9e9999;
  letter-spacing: -0.5px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView + .sl_btnWrap .sl_btnmainTy01 {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_optView + .sl_btnWrap .sl_btnmainTy01:only-of-type {
    border-radius: 0 0 8px 8px;
  }
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_btnmainTy01 {
    border-radius: 10px 10px 0 0;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_btnmainTy01 span {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_btnmainTy02 span {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_btnmainTy03 {
  background-color: #fff;
  border: 1px solid color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_btnmainTy03:disabled {
  background-color: #e3e3e3;
  border: none;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_btnmainTy03:disabled span {
  color: #c8c6c6;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_btnmainTy03 span {
  font-size: 17px;
  font-weight: 700;
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_infoWrap .infoTit {
  color: rgba(32, 32, 32, 0.8);
  margin-top: 15px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_infoWrap .sl_listdot li {
  color: rgba(32, 32, 32, 0.8);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_cmpgnFlw .sl_infoWrap .sl_listdot li:before {
  background-color: rgba(32, 32, 32, 0.8);
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sp_masonry .masonry_tit h3 {
    padding-left: 0;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sp_masonry .masonry_campaign {
  overflow: visible;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sp_masonry .masonry_campaign .info {
  display: flex;
  gap: 5px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sp_masonry .masonry_campaign.lent_campaign .info .userInfo {
  position: relative;
  margin-left: 0;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_substance {
    padding: 35px 20px;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_substance:before {
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #e5e5e5;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_substance .editorArea img {
  border-radius: 10px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_substance .sl_moreWrap .btnLineTy06 > span {
  font-size: 13.5px;
  font-weight: 400;
  color: #202020;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_tagWrap {
    padding: 20px 20px 40px;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_tagWrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 20px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_tagWrap .sl_tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_tagWrap .sl_tagList .sl_tag {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 100px;
  padding: 5px 13px;
  margin: 0;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_tagWrap .sl_tagList .sl_tag span {
  font-size: 13.5px;
  color: #202020;
  line-height: normal;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap h3 {
  padding-left: 0;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .radioBoxWrap {
    top: 28px;
    right: 20px;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .radioBoxWrap .inputBox label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .radioBoxWrap .inputBox label span {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .radioBoxWrap .inputBox:first-child label {
  border-radius: 50px 0 0 50px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .radioBoxWrap .inputBox:last-child label {
  border-radius: 0 50px 50px 0;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .radioBoxWrap .inputBox input[type=radio]:checked + label {
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .radioBoxWrap .inputBox input[type=radio]:checked + label span {
  color: #fff;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .legend {
  margin-left: 15px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .legend .dotted {
  width: 7px;
  height: 7px;
  margin-top: 6px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .legend span {
  color: #202020;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .legend:first-child {
  margin-left: 6px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .legend.legend01 .dotted {
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .legend.legend02 .dotted {
  background-color: color(display-p3 1 0.7294 0.7961);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .legend.legend03 .dotted {
  background-color: color(display-p3 0.918 0.8921 0.3865);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .legend.legend04 .dotted {
  background-color: color(display-p3 0.6941 0.8471 0.7686);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .barStackChartWrap .barStackChart .percentWrap {
  height: 25px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .barStackChartWrap .barStackChart .percentWrap .percent {
  color: #202020;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .barStackChartWrap .barStackChart .barWrap {
  height: 10px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .barStackChartWrap .barStackChart .barWrap .bar {
  height: 10px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .barStackChartWrap .barStackChart .barWrap .bar.bar01 {
  background: linear-gradient(90deg, color(display-p3 1 0.4706 0.4706) 0%, color(display-p3 0.9952 0.4169 0.4169) 100%);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .barStackChartWrap .barStackChart .barWrap .bar.bar02 {
  background: linear-gradient(90deg, color(display-p3 1 0.7939 0.8447) 0%, color(display-p3 1 0.6618 0.7451) 100%);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .barStackChartWrap .barStackChart .barWrap .bar.bar03 {
  background: linear-gradient(90deg, color(display-p3 1 0.9769 0.5552) 0%, color(display-p3 0.9023 0.8734 0.3451) 100%);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .barStackChartWrap .barStackChart .barWrap .bar.bar04 {
  background: linear-gradient(90deg, color(display-p3 0.7644 0.8849 0.8231) 0%, color(display-p3 0.5988 0.8044 0.699) 100%);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .barStackChartWrap .legendList {
  margin-top: 15px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .barStackChartWrap .legendList:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 20px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .calenderWrap {
  margin-top: 22px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .calenderWrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 15px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .calenderWrap .legend {
  padding-left: 6px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .calenderWrap .tableTy02 tr td.legend .dotted + span {
  color: #202020;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .calenderWrap .tableTy02 tr td {
  color: #202020;
  letter-spacing: -0.5px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_planWrap .sl_message {
  font-weight: 400;
  color: rgba(32, 32, 32, 0.55);
  margin-top: 17px;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap h3 {
    padding-left: 20px;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_ftprntWrap {
  position: relative;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_ftprntWrap .subTxt {
  position: absolute;
  right: 20px;
  font-size: 14px;
  color: #202020;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_ftprntWrap .subTxt {
    right: 0;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_ftprntWrap .subTxt span {
  font-weight: 600;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_ftprntWrap .swiper-container {
    padding-left: 20px;
  }
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_ftprntWrap .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_ftprntWrap .swiper-container .thumb {
  margin: 9px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_ftprntWrap .openCkBox label {
  border: 1px solid color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_ftprntWrap .openCkBox input + label:after {
  color: color(display-p3 1 0.4706 0.4706);
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_tabList .sl_shortly {
    padding: 28px 20px;
  }
}
.newCherry .chyContainer .tabWrap .sl_graphWrap h3 {
  padding-left: 0;
}
.newCherry .chyContainer .tabWrap .sl_graphWrap .sl_diagramWrap .chartConic {
  background-image: conic-gradient(color(display-p3 1 0.4706 0.4706) var(--value), #f1f1f1 var(--value));
}
.newCherry .chyContainer .tabWrap .sl_graphWrap .sl_diagramWrap .stausInfo p {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .tabWrap .sl_graphWrap .sl_diagramWrap .stausInfo em {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .common_noData {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #202020;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .common_noData img {
  width: 136.646px;
  height: 161.863px;
  margin-left: 38px;
  margin-bottom: 20px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_tabList .calenderWrap .control .month {
  font-weight: 700;
  color: #202020;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_tabList .calenderWrap .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 9px;
  width: 100%;
  height: 6px;
  padding-top: 10px;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_tabList .calenderWrap .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 50%;
}
.newCherry .chyContainer .tabWrap .sl_tabConWrap .sl_tabList .calenderWrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #202020;
}
.newCherry .chyContainer .tabWrap .sl_newsWrap .historyList .history .sl_srtItem span {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .tabWrap .sl_newsWrap .historyList .history .sl_srtItem span.date:before {
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .tabWrap .sl_newsWrap .common_noData {
  padding-top: 50px;
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnTop h3 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.9px;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnTop h3 {
    font-size: 15px;
  }
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnTop .btnAllView {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnTop .btnAllView {
    margin-right: 20px;
  }
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnTop .btnAllView span {
  font-size: 14px;
  color: #787778;
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnTop .btnAllView::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13.307px;
  background: url(/assets/web/images/new/ic-new-cherry-arrow-right-gray-04b4cd25ac1bda5d288f82b6ec27f634.svg) center no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap {
    padding: 0 20px;
  }
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn {
  width: 100%;
  overflow: hidden;
  margin-top: 26px;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn {
    margin-top: 13px;
  }
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .thumb {
  position: relative;
  border: 1px solid #dddddd;
  background-color: #dddddd;
  cursor: pointer;
  border-radius: 8px;
  float: left;
  overflow: hidden;
  width: 190px;
  height: 160px;
  margin-right: 30px;
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .thumb {
    width: 136px;
    height: 102px;
    margin-right: 16px;
  }
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description {
  padding-top: 8px;
  height: 160px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  overflow: hidden;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description {
    width: auto;
    height: auto;
    padding-top: 6px;
  }
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .tit {
  width: 300px;
  font-size: 18px;
  font-weight: 500;
  color: #524e4e;
  max-height: 2.6em;
  display: -webkit-box;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .tit {
    width: 100%;
    font-size: 14px;
    color: #202020;
    line-height: 18px;
  }
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .name {
  width: 300px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #9d9999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .name {
    width: 100%;
    margin-top: 2px;
    font-size: 12px;
    color: #8a8a8a;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .info {
  width: 100%;
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .info {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .info {
    position: relative;
    margin-top: 12px;
    width: 100%;
  }
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .info .progressBarWrap {
  width: 100%;
  height: 5px;
  position: relative;
  border-radius: 2.5px;
  background-color: #e9e9e9;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .info .progressBarWrap {
    height: 2px;
  }
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .info .progressBarWrap .bar {
  background-color: color(display-p3 1 0.4706 0.4706);
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .info .progressBarWrap .bar {
    height: 2px;
  }
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .info .current {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .info .current {
    margin-top: 5px;
    font-size: 13px;
  }
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .info .current .percent {
  float: none;
  font-size: inherit;
  font-weight: 600;
  color: color(display-p3 1 0.4706 0.4706);
  letter-spacing: normal;
  display: block;
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .info .current .amount {
  float: none;
  font-size: inherit;
  font-weight: 600;
  color: #202020;
  letter-spacing: normal;
  display: block;
}
.newCherry .chyContainer .tabWrap .sl_cmpgnWrap .cmpgnWrap .cmpgn .description .info .current .amount .unit {
  font-weight: 700;
}
@media (min-width: 768px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap {
    float: left;
    width: 610px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: solid 1px #e6e6e6;
  }
}
@media (max-width: 767px) {
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
    padding: 28px 0 15px 0;
  }
  .newCherry .chyContainer .tabWrap .sl_cmpgnWrap::before {
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    background-color: #f1f1f1;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.newCherry .myGiveLevelWrap {
  padding: 0 19px;
}
.newCherry .myGiveLevelWrap .levelProfileWrap {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.031372549);
  border: 0.7px solid rgba(0, 0, 0, 0.1019607843);
  padding: 20px 19px 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .newCherry .myGiveLevelWrap .levelProfileWrap {
    margin-top: 18px;
  }
}
.newCherry .myGiveLevelWrap .levelProfileWrap.white .levelProfile .level {
  color: color(display-p3 0.6824 0.6824 0.6824);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.white .levelProfile .level::before {
  background-color: color(display-p3 0.6824 0.6824 0.6824);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.white .levelScore .score {
  color: color(display-p3 0.6824 0.6824 0.6824);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.white .progressBarWrap .bar {
  background-color: color(display-p3 0.6824 0.6824 0.6824);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.green .levelProfile .level {
  color: color(display-p3 0.5288 0.8065 0.1691);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.green .levelProfile .level::before {
  background-color: color(display-p3 0.5288 0.8065 0.1691);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.green .levelScore .score {
  color: color(display-p3 0.5288 0.8065 0.1691);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.green .progressBarWrap .bar {
  background-color: color(display-p3 0.5288 0.8065 0.1691);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.yellow .levelProfile .level {
  color: color(display-p3 0.9382 0.81 0.1132);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.yellow .levelProfile .level::before {
  background-color: color(display-p3 0.9382 0.81 0.1132);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.yellow .levelScore .score {
  color: color(display-p3 0.9382 0.81 0.1132);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.yellow .progressBarWrap .bar {
  background-color: color(display-p3 0.9382 0.81 0.1132);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.orange .levelProfile .level {
  color: color(display-p3 1 0.6275 0.4196);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.orange .levelProfile .level::before {
  background-color: color(display-p3 1 0.6275 0.4196);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.orange .levelScore .score {
  color: color(display-p3 1 0.6275 0.4196);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.orange .progressBarWrap .bar {
  background-color: color(display-p3 1 0.6275 0.4196);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.red .levelProfile .level {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.red .levelProfile .level::before {
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.red .levelScore .score {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.red .progressBarWrap .bar {
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.realRed .levelProfile .level {
  color: color(display-p3 0.9373 0.3961 0.3961);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.realRed .levelProfile .level::before {
  background-color: color(display-p3 0.9373 0.3961 0.3961);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.realRed .levelScore .score {
  color: color(display-p3 0.9373 0.3961 0.3961);
}
.newCherry .myGiveLevelWrap .levelProfileWrap.realRed .progressBarWrap .bar {
  background-color: color(display-p3 0.9373 0.3961 0.3961);
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelProfile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelProfile .levelNcm {
  font-size: 18px;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelProfile .levelNcm span {
  font-weight: 700;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelProfile .level {
  font-size: 17px;
  position: relative;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelProfile .level span {
  color: inherit; /* 부모의 색상을 상속받음 */
  background-color: transparent;
  font-weight: 400;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelProfile .level span:first-child {
  font-weight: 700;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelProfile .level::before {
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  border-radius: 50%;
  border: 1px solid;
  background-color: inherit;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelScore {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelScore .score {
  font-size: 14px;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelScore .score span {
  color: inherit;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelScore .percent {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .progressBarWrap {
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  border-radius: 4px;
  margin-bottom: 12px;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .progressBarWrap .bar {
  height: 4px;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelComment {
  font-size: 14px;
  letter-spacing: -0.5px;
}
.newCherry .myGiveLevelWrap .levelProfileWrap .levelComment span {
  font-size: 15px;
}
.newCherry .myGiveLevelWrap .boldMent {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-top: 37px;
}
.newCherry .myGiveLevelWrap .levelInfo {
  margin-top: 12px;
  padding-bottom: 16px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  color: rgba(32, 32, 32, 0.8);
}
.newCherry .myGiveLevelWrap .levelInfo h3 {
  font-weight: 500;
  color: inherit;
  font-size: 13px;
  padding: 15px 0 4px;
}
@media (min-width: 768px) {
  .newCherry .myGiveLevelWrap .levelInfo h3 {
    font-size: 16px;
  }
}
.newCherry .myGiveLevelWrap .levelInfo p {
  color: inherit;
  font-weight: 400;
  position: relative;
}
@media (min-width: 768px) {
  .newCherry .myGiveLevelWrap .levelInfo p {
    font-size: 14px;
  }
}
.newCherry .myGiveLevelWrap .levelInfo p.mentLi {
  padding-left: 12px;
}
.newCherry .myGiveLevelWrap .levelInfo p.mentLi::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(32, 32, 32, 0.8);
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.newCherry .myGiveLevelWrap .levelImageWrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 5px;
  border-bottom: 1px solid #e5e5e5;
  margin: 2px 9px 33px;
}
.newCherry .myGiveLevelWrap .levelImageWrap img {
  width: clamp(36px, 2.25rem + (1vw - 3px) * 17.3333, 49px);
}
@media (min-width: 768px) {
  .newCherry .myGiveLevelWrap .levelImageWrap img {
    width: auto;
    height: 120px;
  }
}
.newCherry .myGiveLevelWrap .levelList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9px 21px;
}
.newCherry .myGiveLevelWrap .levelList li p {
  position: relative;
  padding-left: 19px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.newCherry .myGiveLevelWrap .levelList li p::before {
  width: 11px;
  height: 11px;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid;
  background-color: inherit;
  box-sizing: border-box;
}
.newCherry .myGiveLevelWrap .levelList li p.white {
  color: color(display-p3 0.6824 0.6824 0.6824);
}
.newCherry .myGiveLevelWrap .levelList li p.white::before {
  background-color: color(display-p3 0.6824 0.6824 0.6824);
}
.newCherry .myGiveLevelWrap .levelList li p.green {
  color: color(display-p3 0.5288 0.8065 0.1691);
}
.newCherry .myGiveLevelWrap .levelList li p.green::before {
  background-color: color(display-p3 0.5288 0.8065 0.1691);
}
.newCherry .myGiveLevelWrap .levelList li p.yellow {
  color: color(display-p3 0.9382 0.81 0.1132);
}
.newCherry .myGiveLevelWrap .levelList li p.yellow::before {
  background-color: color(display-p3 0.9382 0.81 0.1132);
}
.newCherry .myGiveLevelWrap .levelList li p.orange {
  color: color(display-p3 1 0.6275 0.4196);
}
.newCherry .myGiveLevelWrap .levelList li p.orange::before {
  background-color: color(display-p3 1 0.6275 0.4196);
}
.newCherry .myGiveLevelWrap .levelList li p.red {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .myGiveLevelWrap .levelList li p.red::before {
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .myGiveLevelWrap .levelList li p.realRed {
  color: color(display-p3 0.9373 0.3961 0.3961);
}
.newCherry .myGiveLevelWrap .levelList li p.realRed::before {
  background-color: color(display-p3 0.9373 0.3961 0.3961);
}
.newCherry .myGiveLevelWrap .levelList li span {
  font-size: 14px;
  letter-spacing: normal;
}
.newCherry .newPaySuccessWrap {
  /* 결제 완료 */
}
.newCherry .newPaySuccessWrap .flowerAni {
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  width: 253px;
  height: 253px;
  z-index: 100;
}
@media (min-width: 768px) {
  .newCherry .newPaySuccessWrap .flowerAni {
    width: 300px;
    height: 300px;
  }
}
.newCherry .newPaySuccessWrap .newPaySuccess {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  /* 기부 완료 */
}
.newCherry .newPaySuccessWrap .newPaySuccess .logo {
  width: 140px;
  height: 26.39px;
  margin-top: 39px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payTitle {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-top: 35.61px;
  text-align: center;
  letter-spacing: -0.5px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payComment {
  font-weight: 400;
  font-size: 14px;
  margin-top: 7px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .cherryImg {
  width: 133px;
  height: 194.66px;
  margin-top: 68.58px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .cherryImg.regular {
  margin-top: 43px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .cherryImg.change {
  width: 182px;
  height: 197px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap {
  margin-top: 26.76px;
  margin: 26.76px 37px 47px;
  border-radius: 15px;
  border: 1px solid rgba(32, 32, 32, 0.1411764706);
  padding: 18px 21px 11px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap .infoTop {
  display: flex;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1490196078);
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap .infoTop img {
  width: 70px;
  height: 52px;
  border-radius: 7px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap .infoTop .payCampaignInfo span {
  display: block;
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: 18px;
  word-break: break-all;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap .infoTop .payCampaignInfo p {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.5px;
  word-break: break-all;
  margin-top: 2px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap .infoBottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 0 7px;
  gap: 7px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap .infoBottom p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.7px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap .infoBottom p:only-child {
  padding: 16px 0;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap .infoBottom p span {
  font-size: 16px;
  font-weight: 800;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap .infoBottom p span.count {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap .infoBottom p.infoSub {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap .infoBottom p.infoSub .dot {
  position: relative;
  margin: 6px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .payInfoWrap .infoBottom p.infoSub .dot::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #202020;
  border-radius: 50%;
  transform: translate(-50%);
  top: 50%;
  left: 50%;
}
.newCherry .newPaySuccessWrap .newPaySuccess .paySuccessBtn {
  background-color: #ff7878;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
  padding: 14px 153px;
  border-radius: 50px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap {
  width: 273px;
  border-radius: 15px;
  margin: 44px 51px 0;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .swiper-container {
  position: relative;
  padding-bottom: 41px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
  display: flex;
  gap: 9px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 50%;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 219px;
  height: 222px;
  border-radius: 15px;
  position: relative;
  padding: 29px 27px 22px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .cardBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding-bottom: 19px;
  z-index: 1;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .imgWrap {
  display: flex;
  align-items: center;
  gap: 7px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .imgWrap .medal {
  width: 39px;
  height: 49.29px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .imgWrap .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .imgWrap .right span {
  font-weight: 700;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .infoWrap {
  position: relative;
  z-index: 1;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .infoWrap p {
  display: flex;
  align-items: flex-start;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .infoWrap p + p {
  margin-top: 5px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .infoWrap p:last-child {
  align-items: flex-end;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .infoWrap p .tit {
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  letter-spacing: -0.5px;
  line-height: 17px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .deedTop .infoWrap p .content {
  width: 64px;
  padding-left: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  letter-spacing: -0.5px;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .cmpgnInfo {
  position: relative;
  display: flex;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.4509803922);
  z-index: 1;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .cmpgnInfo img {
  width: 70px;
  height: 52px;
  border-radius: 7px;
  flex-shrink: 0;
  object-fit: cover;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .cmpgnInfo .payCampaignInfo span {
  display: block;
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: 18px;
  word-break: break-all;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveDeedWrap .deedWrap .cmpgnInfo .payCampaignInfo p {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.5px;
  word-break: break-all;
  margin-top: 2px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveCount {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 273px;
  height: 36px;
  font-weight: 700;
  color: #242424;
  background: #f4f4f4;
  border-radius: 10px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveCount:after {
  content: "";
  width: 16px;
  height: 13px;
  background: url(/assets/web/images/new/ic-new-cherry-give-success-check-6218cec98e891d3dcfdabe96e9fc0c39.svg) center no-repeat;
  background-size: 100%;
  margin-left: 7px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveCount + .resultContainer {
  border-top: none;
}
.newCherry .newPaySuccessWrap .newPaySuccess .giveCount span {
  font-weight: 700;
  color: color(display-p3 1 0.4706 0.4706);
  padding: 0 3px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .resultContainer {
  width: 273px;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.newCherry .newPaySuccessWrap .newPaySuccess .resultContainer p {
  text-align: center;
  padding: 26px 0 10px;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .resultContainer .optionalWrap .optionShare:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/web/images/new/btn-new-cherry-share-02-0b0366cb2f3619364a84f3a38b0f969e.svg) center no-repeat;
}
.newCherry .newPaySuccessWrap .newPaySuccess .resultContainer .optionalWrap .optionSave {
  margin-left: 10px;
}
.newCherry .newPaySuccessWrap .newPaySuccess .resultContainer .optionalWrap .optionSave:after {
  background: url(/assets/web/images/new/btn-new-cherry-download-a83b5ea0bed6f8707eec0c6e80a3bfcb.svg) center no-repeat;
}
.newCherry .icoProfileModify {
  display: none;
}
@media (max-width: 767px) {
  .newCherry .icoProfileModify {
    display: block;
    background-image: url(/assets/web/images/new/btn-new-cherry-setting-d1c3dce432fb5ad5fb5324c3bad77598.svg);
  }
}
@media (max-width: 767px) {
  .newCherry .noticeContainer .opHeaderWrap {
    padding-left: 20px;
    padding-right: 7px;
  }
}
.newCherry .noticeContainer .opHeaderWrap:before {
  display: none;
}
.newCherry .noticeContainer .opHeaderWrap .justifyWrap {
  height: 56px;
}
.newCherry .noticeContainer .opHeaderWrap .justifyWrap .selectBoxWrap .selectBox .optionList {
  top: 54px;
}
.newCherry .noticeContainer .checkbox {
  min-height: auto;
}
.newCherry .noticeContainer .noticeWrap {
  border-top: 6px solid #f2f2f2;
  padding: 0;
}
.newCherry .noticeContainer .noticeWrap script + .notice {
  margin-top: 5px;
}
.newCherry .noticeContainer .noticeWrap .notice {
  border-bottom: 1px solid #f1f1f1;
}
.newCherry .noticeContainer .noticeWrap .notice.new .info:before {
  top: 1px;
  left: -3px;
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .noticeContainer .noticeWrap .notice > button:after {
  right: 13px;
  bottom: 16px;
}
@media (max-width: 767px) {
  .newCherry .noticeContainer .noticeWrap .notice > button:after {
    right: 16px;
    bottom: 13px;
  }
}
.newCherry .noticeContainer .noticeWrap .notice button {
  padding: 18px 32px 18px 19px;
  /* 공지사항 화면 */
}
@media (max-width: 767px) {
  .newCherry .noticeContainer .noticeWrap .notice button {
    padding: 18px 32px 17px 19px;
  }
}
.newCherry .noticeContainer .noticeWrap .notice button .titWrap .tit em {
  font-weight: 700;
}
.newCherry .noticeContainer .noticeWrap .notice button .info {
  display: flex;
  align-items: start;
}
.newCherry .noticeContainer .noticeWrap .notice button .info .thumb {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  margin-right: 20px;
  margin-top: 3px;
}
.newCherry .noticeContainer .noticeWrap .notice button .info .thumb.isCherry {
  border-radius: 50%;
}
.newCherry .noticeContainer .noticeWrap .notice button .info .description {
  margin-left: 0px;
}
.newCherry .noticeContainer .noticeWrap .notice button .info .description .classfg {
  position: relative;
  top: 0;
  color: #f2667a;
  font-size: 13px;
}
@media (min-width: 768px) {
  .newCherry .noticeContainer .noticeWrap .notice button .info .description .classfg {
    font-size: 16px;
  }
}
.newCherry .noticeContainer .noticeWrap .notice button .info .description .tit {
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  letter-spacing: -0.5px;
  line-height: 20px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .newCherry .noticeContainer .noticeWrap .notice button .info .description .tit {
    display: block;
    height: auto;
  }
}
@media (min-width: 768px) {
  .newCherry .noticeContainer .noticeWrap .notice button .info .description .tit {
    font-size: 16px;
  }
}
.newCherry .noticeContainer .noticeWrap .notice button .info .description .tit span {
  font-weight: 500;
}
@media (min-width: 768px) {
  .newCherry .noticeContainer .noticeWrap .notice button .info .description .tit span {
    font-size: 16px;
  }
}
.newCherry .noticeContainer .noticeWrap .notice button .info .description .txtWrap .category {
  font-size: 13px;
  color: #494949;
}
@media (min-width: 768px) {
  .newCherry .noticeContainer .noticeWrap .notice button .info .description .txtWrap .category {
    font-size: 15px;
  }
}
.newCherry .noticeContainer .noticeWrap .notice button .info .description .txtWrap .date {
  font-size: 13px;
  color: #aaaaaa;
  font-weight: 400;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .newCherry .noticeContainer .noticeWrap .notice button .info .description .txtWrap .date {
    font-size: 15px;
  }
}
.newCherry .noticeContainer .noticeWrap .notice .noticeContent .txt {
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .newCherry .noticeContainer .noticeWrap .notice .noticeContent .txt {
    font-size: 15px;
  }
}
.newCherry .noticeContainer .noticeWrap .notice .noticeContent .btnLineTy04 {
  border-radius: 30px;
  border: 1px solid #606060;
  padding: 3px;
}
.newCherry .noticeContainer .noticeWrap .notice .noticeContent .btnLineTy04 span {
  font-size: 14px;
  font-weight: 500;
  color: #606060;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .newCherry .noticeContainer .noticeWrap .notice .noticeContent .btnLineTy04 span {
    font-size: 16px;
  }
}
.newCherry .noticeContainer .noticeWrap .guideTxt {
  font-size: 13px;
  font-weight: 400;
  color: #979797;
  text-align: center;
  letter-spacing: -0.5px;
  margin-top: 22px;
}
@media (min-width: 768px) {
  .newCherry .noticeContainer .noticeWrap .guideTxt {
    font-size: 14px;
    margin-top: 32px;
  }
}
.newCherry .loveHistoryWrap {
  background: url(/assets/web/images/new/img-new-cherry-loveHistory-top-line-b8a9f12190e3878caabb6eebebb51b52.svg) transparent no-repeat;
  background-position: center 98px;
  background-size: 100%;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap {
    background-position: center 80px;
    padding-bottom: 70px !important;
  }
}
.newCherry .loveHistoryWrap .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newCherry .loveHistoryWrap .topSection {
  width: 100%;
  position: relative;
  padding: 34px 30px 0 22px;
  box-sizing: border-box;
  text-align: right;
}
.newCherry .loveHistoryWrap .topSection .topMent {
  font-size: 19px;
  text-align: left;
  letter-spacing: -1.5px;
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap .topSection .topMent {
    font-size: 22px;
  }
}
.newCherry .loveHistoryWrap .topSection .topMent span {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap .topSection .topMent span {
    font-size: 40px;
    line-height: 64px;
  }
}
.newCherry .loveHistoryWrap .topSection .cherryLogo {
  width: auto;
  height: auto;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap .topSection .cherryLogo {
    height: 40px;
    margin-top: 14px;
  }
}
.newCherry .loveHistoryWrap .topSection .cherryWithBlock {
  margin-top: 46px;
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap .topSection .cherryWithBlock {
    height: auto;
  }
}
.newCherry .loveHistoryWrap .midMent {
  width: calc(100% - 36px);
  max-width: 339px;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 400;
  font-size: 15px;
  color: color(display-p3 1 0.4706 0.4706);
  background: #fff;
  border: 1px solid rgba(242, 102, 122, 0.5019607843);
  border-radius: 16px;
  padding: 17px 16px 19px 13px;
  margin-top: 28px;
}
.newCherry .loveHistoryWrap .midMent span {
  font-weight: 700;
  font-size: 15px;
  color: inherit;
}
@media (max-width: 320px) {
  .newCherry .loveHistoryWrap .midMent br {
    display: none;
  }
}
.newCherry .loveHistoryWrap .line {
  width: 2px;
  height: 50px;
  border: 1px solid #f2667a;
  text-align: center;
}
.newCherry .loveHistoryWrap .giveAmountWrap {
  text-align: center;
  padding: 0 19px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.newCherry .loveHistoryWrap .giveAmountWrap .winkCherry {
  position: relative;
  width: auto;
  margin-top: clamp(25px, 1.5625rem + (1vw - 3px) * 33.3333, 50px);
  z-index: 1;
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap .giveAmountWrap .winkCherry {
    width: 200px;
  }
}
.newCherry .loveHistoryWrap .giveAmountWrap .roundBack {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.newCherry .loveHistoryWrap .statistWrap {
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.0705882353);
  position: relative;
  z-index: 0;
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 19px 30px;
  margin: -14px auto 0;
  width: 100%;
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap .statistWrap {
    width: 90%;
    margin: -24px auto 0;
  }
}
@media (max-width: 360px) {
  .newCherry .loveHistoryWrap .statistWrap {
    padding: 32px 15px 30px;
  }
}
.newCherry .loveHistoryWrap .statistWrap .statistInfo .title {
  font-size: 15px;
  letter-spacing: -1px;
}
.newCherry .loveHistoryWrap .statistWrap .statistInfo .amount {
  display: block;
  font-weight: 600;
  font-size: 45px;
  letter-spacing: 1.5px;
  margin-top: 3px;
}
.newCherry .loveHistoryWrap .statistWrap .statistInfo .amount .unit {
  font-weight: 700;
  font-size: 39px;
  line-height: 50px;
}
.newCherry .loveHistoryWrap .statistWrap .statistInfo .time {
  color: rgba(32, 32, 32, 0.7);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.5px;
  margin-bottom: 17px;
}
.newCherry .loveHistoryWrap .statistWrap .statistList {
  border-top: 1px solid #e9e9e9;
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
}
.newCherry .loveHistoryWrap .statistWrap .statistList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.newCherry .loveHistoryWrap .statistWrap .statistList li img {
  width: 48.38px;
  height: 43px;
}
.newCherry .loveHistoryWrap .statistWrap .statistList li .imgTitle {
  font-size: 13px;
  color: rgba(32, 32, 32, 0.8980392157);
  margin-top: 14px;
}
.newCherry .loveHistoryWrap .statistWrap .statistList li .fn_counter {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
  word-break: normal;
  margin-top: 3px;
}
@media (max-width: 360px) {
  .newCherry .loveHistoryWrap .statistWrap .statistList li .fn_counter {
    font-size: 15px;
  }
}
.newCherry .loveHistoryWrap .statistWrap .statistList li .unit {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.5px;
  line-height: 25px;
}
@media (max-width: 360px) {
  .newCherry .loveHistoryWrap .statistWrap .statistList li .unit {
    font-size: 14px;
  }
}
.newCherry .loveHistoryWrap .cherryDreamWrap {
  position: relative;
  padding: 17px 0 0;
  width: 100%;
  text-align: center;
}
.newCherry .loveHistoryWrap .cherryDreamWrap img {
  width: 100%;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .dreamoundBack {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 0;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .cherryDream {
  position: relative;
  z-index: 1;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .cherryDreamTextWrap {
  position: absolute;
  top: 112px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .cherryDreamTextWrap .dreamTitle {
  color: #4c4747;
  font-weight: 400;
  font-size: 33px;
  letter-spacing: -1.8px;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .cherryDreamTextWrap .dreamTitle span {
  font-size: 42px;
  color: #ff9595;
  line-height: 37px;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .cherryDreamTextWrap .dreamSub {
  color: #4c4747;
  font-size: 15px;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap {
  width: calc(100% - 38px);
  padding: 27px 0 46px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap {
    width: 90%;
  }
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .statistInfo {
  margin: 0 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .statistInfo .title {
  font-size: 16px;
  letter-spacing: -1px;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .statistInfo .title span {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -1px;
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .statistInfo .title .dots {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #202020;
  margin: 5px;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .contentsWrap {
  padding-top: 0;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .contentsWrap .cherryContainer {
  padding: 0;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .contentsWrap .cherryContainer .titleWrap {
  padding: 50px 0 0 0;
  margin-bottom: 14px;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .contentsWrap .cherryContainer .titleWrap .tit_intro {
  font-size: 21px;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .contentsWrap .cherryContainer .titleWrap .subTitle {
  font-size: 15px;
  font-weight: 400;
  color: rgba(32, 32, 32, 0.9);
  margin-top: 5px;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .contentsWrap .cherryContainer .swiper-container {
  padding-left: 20px;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .contentsWrap .cherryContainer .swiper-container .swiper-wrapper {
  height: auto;
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .contentsWrap .cherryContainer .swiper-container .swiper-wrapper.sponsor .swiper-slide {
  background-size: 220px 180px;
  background-position: center -90px;
}
@media (max-width: 767px) {
  .newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .contentsWrap .cherryContainer .swiper-container .swiper-wrapper.sponsor .swiper-slide {
    background-size: 160px 131px;
    background-position: center -65.5px;
  }
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .contentsWrap .cherryContainer .swiper-container .swiper-wrapper.sponsor .swiper-slide.on {
  background-position-y: -2px;
}
@media (max-width: 767px) {
  .newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .contentsWrap .cherryContainer .swiper-container .swiper-wrapper.sponsor .swiper-slide.on {
    background-position-y: 0;
  }
}
.newCherry .loveHistoryWrap .cherryDreamWrap .statistWrap .contentsWrap .cherryContainer .swiper-container .swiper-wrapper .swiper-slide {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-shadow: none;
}
.newCherry .loveHistoryWrap .weracleWrap {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 39px 0 25px;
}
.newCherry .loveHistoryWrap .weracleWrap .roundBack {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.newCherry .loveHistoryWrap .weracleWrap .weracleImg {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 132px;
  height: 132px;
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap .weracleWrap .weracleImg {
    width: 270px;
    height: 270px;
  }
}
.newCherry .loveHistoryWrap .weracleWrap .statistWrap {
  width: calc(100% - 38px);
  margin: 7px auto 0;
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap .weracleWrap .statistWrap {
    width: 90%;
    margin: 20px auto 0;
  }
}
.newCherry .loveHistoryWrap .weracleWrap .statistWrap .titleTag {
  position: absolute;
  top: -33px;
  left: 5px;
  display: block;
  font-size: 12px;
  color: #fff;
  background: color(display-p3 1 0.4706 0.4706);
  border-radius: 50px;
  padding: 2px 10px 3px;
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap .weracleWrap .statistWrap .titleTag {
    top: -48px;
    font-size: 16px;
  }
}
.newCherry .loveHistoryWrap .weracleWrap .statistWrap .statistInfo .weracleTitle {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
}
.newCherry .loveHistoryWrap .weracleWrap .statistWrap .statistInfo .weracleSubTitle {
  font-size: 15px;
  font-weight: 400;
  color: rgba(32, 32, 32, 0.8980392157);
  margin-top: 8px;
}
.newCherry .loveHistoryWrap .weracleWrap .statistWrap .weracleInfo {
  border-top: 1px solid #e9e9e9;
  margin-top: 14px;
}
.newCherry .loveHistoryWrap .weracleWrap .statistWrap .weracleInfo h3 {
  padding: 22px 0 12px;
  font-weight: 700;
  font-size: 15px;
  color: color(display-p3 1 0.4706 0.4706);
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap .weracleWrap .statistWrap .weracleInfo h3 {
    font-size: 18px;
  }
}
.newCherry .loveHistoryWrap .weracleWrap .statistWrap .weracleInfo p {
  font-weight: 400;
  font-size: 13px;
  color: #000;
  text-align: left;
  letter-spacing: -0.5px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .newCherry .loveHistoryWrap .weracleWrap .statistWrap .weracleInfo p {
    font-size: 16px;
    line-height: 28px;
  }
}
.newCherry .loveHistoryWrap .moblieFooter {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 102px 18px 8px;
  margin-top: -77px;
}
.newCherry .loveHistoryWrap .moblieFooter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 351px;
  background: url(/assets/web/images/new/img-new-cherry-loveHistory-bottom-line-751b18b04fd9be5db4f1ba0ee40d7ace.svg) top no-repeat;
  background-size: 100%;
  z-index: -1;
}
.newCherry .loveHistoryWrap .moblieFooter .wrap {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-top: 25px;
  border-top: 1px solid #e9e9e9;
}
.newCherry .loveHistoryWrap .moblieFooter p {
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #000;
  text-decoration: underline;
}
.newCherry .loveHistoryWrap .moblieFooter .iconWrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 14px 0 41px;
}
.newCherry .loveHistoryWrap .moblieFooter .iconWrap img {
  width: auto;
}
.newCherry .loveHistoryWrap .moblieFooter .logo {
  width: 131px;
  height: 24px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.newCherry .microTrackingWrap {
  padding: 0 19px;
}
.newCherry .microTrackingWrap .trackingTitle {
  font-size: 21px;
  color: #000;
  margin: 31px 0 8px;
}
.newCherry .microTrackingWrap .trackingInfo {
  color: rgba(32, 32, 32, 0.8509803922);
  font-weight: 400;
  font-size: 15px;
}
@media (min-width: 768px) {
  .newCherry .microTrackingWrap .trackingInfo {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .newCherry .microTrackingWrap .trackingInfo br {
    display: none;
  }
}
.newCherry .microTrackingWrap .trackingImgWrap {
  margin: 23px 0 32px;
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .microTrackingWrap .trackingImgWrap h4 {
  font-size: 15px;
  letter-spacing: -0.3px;
  color: inherit;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .newCherry .microTrackingWrap .trackingImgWrap h4 {
    font-size: 18px;
  }
}
.newCherry .microTrackingWrap .trackingImgWrap ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.newCherry .microTrackingWrap .trackingImgWrap ul li {
  display: flex;
  align-items: center;
  gap: 13px;
}
.newCherry .microTrackingWrap .trackingImgWrap ul li .imgWrap {
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newCherry .microTrackingWrap .trackingImgWrap ul li .imgWrap img {
  width: 100%;
  height: 100%;
}
.newCherry .microTrackingWrap .trackingImgWrap ul li .imgTitle {
  font-size: 14px;
  font-weight: 700;
  color: color(display-p3 1 0.4706 0.4706);
}
@media (min-width: 768px) {
  .newCherry .microTrackingWrap .trackingImgWrap ul li .imgTitle {
    font-size: 16px;
  }
}
.newCherry .microTrackingWrap .trackingImgWrap ul li .imgTitle span {
  font-size: 14px;
  font-weight: 700;
  color: color(display-p3 1 0.4706 0.4706);
  letter-spacing: -0.5px;
}
.newCherry .microTrackingWrap .trackingImgWrap ul li .imgInfo {
  font-size: 13px;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .newCherry .microTrackingWrap .trackingImgWrap ul li .imgInfo {
    font-size: 14px;
  }
}
.newCherry .microTrackingWrap .trackingSubInfo {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #9d9d9d;
}
@media (min-width: 768px) {
  .newCherry .microTrackingWrap .trackingSubInfo {
    font-size: 14px;
  }
}
.newCherry .cherryFaqWrap .faqWrap .tabWrap.fixed {
  position: fixed;
  top: 56px;
}
.newCherry .cherryFaqWrap .faqWrap .tabWrap .tabList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.newCherry .cherryFaqWrap .faqWrap .tabWrap .tabList .tab {
  border: 0.5px solid color(display-p3 0.847 0.847 0.847);
}
.newCherry .cherryFaqWrap .faqWrap .tabWrap .tabList .tab .tabBtn {
  display: none;
}
.newCherry .cherryFaqWrap .faqWrap .tabWrap .tabList .tab .tabBtn:checked + label {
  background: color(display-p3 0.1255 0.1255 0.1255);
}
.newCherry .cherryFaqWrap .faqWrap .tabWrap .tabList .tab .tabBtn:checked + label span {
  color: color(display-p3 1 1 1);
}
.newCherry .cherryFaqWrap .faqWrap .tabWrap .tabList .tab label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 47px;
}
.newCherry .cherryFaqWrap .faqWrap .tabWrap .tabList .tab label span {
  font-size: 14px;
}
@media (min-width: 768px) {
  .newCherry .cherryFaqWrap .faqWrap .tabWrap .tabList .tab label span {
    font-size: 15px;
  }
}
.newCherry .cherryFaqWrap .faqWrap .contentWrap {
  margin-top: 17px;
}
.newCherry .cherryFaqWrap .faqWrap .contentWrap .faqList .faq {
  cursor: pointer;
}
.newCherry .cherryFaqWrap .faqWrap .contentWrap .faqList .faq summary {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 19px;
}
@media (min-width: 768px) {
  .newCherry .cherryFaqWrap .faqWrap .contentWrap .faqList .faq summary {
    font-size: 16px;
  }
}
.newCherry .cherryFaqWrap .faqWrap .contentWrap .faqList .faq summary::-webkit-details-marker {
  display: none;
}
.newCherry .cherryFaqWrap .faqWrap .contentWrap .faqList .faq summary:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/assets/web/images/ico/ic-walk-setting-arrow-right@3x-67a6b2fb1608dc6e40c514a3182186cb.png) center right no-repeat;
  background-size: 100%;
  transform: rotate(90deg);
  flex-shrink: 0;
}
.newCherry .cherryFaqWrap .faqWrap .contentWrap .faqList .faq[open] summary:after {
  transform: rotate(270deg);
}
.newCherry .cherryFaqWrap .faqWrap .contentWrap .faqList .faq .editorArea {
  background: color(display-p3 0.947 0.947 0.947);
  padding: 33px 20px;
}
.newCherry .cherryFaqWrap .faqWrap .contentWrap .faqList .faq .editorArea p {
  font-size: 14px;
  font-weight: 400;
  color: color(display-p3 0.3764 0.3764 0.3764);
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .newCherry .cherryFaqWrap .faqWrap .contentWrap .faqList .faq .editorArea p {
    font-size: 15px;
  }
}
.newCherry .common_empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 19px 0;
}
@media (min-width: 768px) {
  .newCherry .common_empty {
    padding-top: 50px;
  }
}
.newCherry .common_empty img {
  width: 195px;
  height: 215px;
}
.newCherry .common_empty .ment {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
  margin-top: 22px;
}
@media (min-width: 768px) {
  .newCherry .common_empty .ment br {
    display: none;
  }
}
.newCherry .common_empty .subMent {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  margin: 5px 0 3px;
}
.newCherry .common_empty .actionBtn {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.5px;
  background-color: color(display-p3 1 0.4706 0.4706);
  border-radius: 30px;
  padding: 7px 37px 8px;
  margin-top: 21px;
}
.newCherry .showListContainer .fdrmAmountWrap {
  margin: 24px 19px 17px;
  padding: 20px 17px 20px 19px;
  background: rgba(241, 241, 241, 0.8);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .newCherry .showListContainer .fdrmAmountWrap {
    margin: 24px 0 17px;
  }
}
.newCherry .showListContainer .fdrmAmountWrap li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.newCherry .showListContainer .fdrmAmountWrap li + li {
  margin-top: 5px;
}
.newCherry .showListContainer .fdrmAmountWrap li span {
  font-size: 13px;
}
.newCherry .showListContainer .fdrmAmountWrap li p {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: normal;
}
.newCherry .showListContainer .fdrmAmountWrap li p.count {
  font-size: 14px;
  color: color(display-p3 1 0.4706 0.4706);
  letter-spacing: normal;
}
.newCherry .showListContainer .sharelist {
  padding: 0;
}
.newCherry .showListContainer .sharelist .toggle + .toggle {
  margin-top: 20px;
}
.newCherry .showListContainer .sharelist .thumblist {
  margin-top: 37px;
}
.newCherry .showListContainer .sharelist .thumblist .fdrmList {
  padding: 0 19px;
  box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.1098039216);
}
.newCherry .showListContainer .sharelist .thumblist .fdrmList .tit {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.5px;
}
.newCherry .showListContainer .sharelist .thumblist .fdrmList .info {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0 23px;
}
.newCherry .showListContainer .sharelist .thumblist .fdrmList .info .thumb {
  position: relative;
  top: auto;
  left: auto;
  flex-shrink: 0;
  border-radius: 10px;
  margin-top: 0;
}
.newCherry .showListContainer .sharelist .thumblist .fdrmList .info .btnToggle .tit {
  font-size: 15px;
  font-weight: 500;
  color: #202020;
  letter-spacing: -0.5px;
}
.newCherry .showListContainer .sharelist .thumblist .fdrmList .info .btnToggle .normal {
  font-weight: 400;
  color: #787878;
  letter-spacing: -0.5px;
}
.newCherry .showListContainer .sharelist .thumblist .fdrmList .info .btnToggle .stress {
  font-size: 15px;
  color: color(display-p3 1 0.4706 0.4706);
  letter-spacing: normal;
}
.newCherry .showListContainer .sharelist .thumblist .fdrmList .info .btnToggle .stress + .normal {
  margin-top: 3px;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent {
  margin: 0 -19px;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .differArea {
  padding: 17px 20px;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .differArea button {
  border-radius: 30px;
  height: 35px;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .differArea button span {
  letter-spacing: -0.5px;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .differArea .btnPrimaryTy04 {
  background-color: #c8c8c8;
  border: none;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .betweenList {
  padding: 0 25px;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .betweenList li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .betweenList.fdrmBottom {
  margin-top: 25px;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .betweenList .left {
  font-size: 13px;
  color: #787778;
  letter-spacing: -0.5px;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .betweenList .right {
  display: flex;
  align-items: center;
  line-height: 20px;
  gap: 10px;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .betweenList .right .txt {
  color: #524e4e;
  font-weight: 400;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .betweenList .right .amount {
  font-size: 14px;
  letter-spacing: -0.5px;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .betweenList .right .unit {
  color: #202020;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .betweenList .right .btn_tracking {
  font-size: 12px;
  color: color(display-p3 1 0.4706 0.4706);
  line-height: 19px;
  padding-right: 14px;
  margin-left: 0;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .betweenList .right .btn_tracking:after {
  background: url(/assets/web/images/new/ic-new-cherry-btn-tracking-d0309607cef6597b8f098be6069df271.svg) transparent no-repeat;
}
.newCherry .showListContainer .sharelist .thumblist .toggleContent .btnUnderLineTy02 {
  width: 100%;
  font-size: 13px;
  color: #787778;
  letter-spacing: normal;
  margin: 18px 0 19px;
}
.newCherry .orderEditWrap {
  background-color: transparent;
}
@media (min-width: 768px) {
  .newCherry .orderEditWrap {
    min-height: calc(100vh - 408px) !important;
  }
}
@media (min-width: 768px) {
  .newCherry .orderEditWrap .myPageCherryWrap .inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .newCherry .orderEditWrap .myPageCherryWrap .section {
    border-top: 8px solid #f1f1f1;
    margin-top: 0;
  }
}
.newCherry .contwrapTy1 .optionList .option input[type=radio] + label span {
  font-size: 14px;
}
@media (min-width: 768px) {
  .newCherry .contwrapTy1 .optionList .option input[type=radio] + label span {
    font-size: 15px;
  }
}
.newCherry .contwrapTy1 .optionList .option input[type=radio]:checked + label {
  background-color: color(display-p3 1 0.4706 0.4706);
  border-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .chyContainer .sev_infoWrap02 .topic em {
  font-size: 16px;
  color: color(display-p3 1 0.4706 0.4706);
}
@media (min-width: 768px) {
  .newCherry .mcrt_wrap {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .newCherry .mcrt_wrap .inner {
    padding-top: 10px;
  }
}
.newCherry .mcrt_summ .subj {
  font-size: 16px;
  color: #202020;
  letter-spacing: -0.5px;
}
.newCherry .mcrt_summ .subs {
  font-size: 17px;
  color: #202020;
  letter-spacing: normal;
}
.newCherry .mcrt_prof .item_prof {
  width: calc(100% - 71px);
  font-weight: 700;
  color: #202020;
  letter-spacing: normal;
  line-height: 20px;
  word-wrap: break-word;
}
.newCherry .mcrt_prof .item_prof .name {
  width: calc(100% - 60px);
  font-weight: 700;
  color: #202020;
  letter-spacing: normal;
  line-height: 20px;
  word-wrap: break-word;
}
.newCherry .mcrt_prof .item_paper {
  flex-shrink: 0;
  width: 61px;
  height: 56.4px;
  border: 0.5px solid #9d9999;
  border-radius: 10px;
}
.newCherry .mcrt_prof .item_paper:before {
  top: 7px;
  width: 19.553px;
  height: 26px;
  background-image: url(/assets/web/images/new/ic-new-cherry-tracking-give-card-16028e42f79b0b96ecfbfa70794e1f11.svg);
}
.newCherry .mcrt_prof .item_paper .normal {
  margin-top: 29px;
}
.newCherry .mcrt_stage .step01 h3,
.newCherry .mcrt_stage .step01 .v_grph {
  background: color(display-p3 0.9853 0.7035 0.7035);
}
.newCherry .mcrt_stage .step02 h3,
.newCherry .mcrt_stage .step02 .v_grph {
  background: color(display-p3 0.9795 0.7613 0.6033);
}
.newCherry .mcrt_stage .step03 h3,
.newCherry .mcrt_stage .step03 .v_grph {
  background: color(display-p3 0.9941 0.8761 0.6362);
}
.newCherry .mcrt_stage .step04 h3,
.newCherry .mcrt_stage .step04 .v_grph {
  background: color(display-p3 0.8343 0.7831 0.906);
}
.newCherry .mcrt_stage li h3 {
  font-weight: 700;
  letter-spacing: normal;
}
.newCherry .mcrt_bar .v_txt {
  font-weight: 600;
  color: #202020;
  letter-spacing: normal;
}
.newCherry .mcrt_bar .v_grph {
  border-radius: 3px;
}
.newCherry .mcrt_fund .thumb {
  flex-basis: 54px;
  width: 54px;
  height: 54px;
}
.newCherry .mcrt_fund .info {
  width: calc(100% - 62px);
}
.newCherry .mcrt_fund .aside {
  letter-spacing: normal;
  line-height: normal;
  margin-top: 0;
}
.newCherry .mcrt_stage .stress {
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: normal;
  margin-right: 3px;
}
.newCherry .mcrt_stage .step01 .stress {
  color: color(display-p3 0.9634 0.6124 0.6124);
}
.newCherry .mcrt_stage .step02 .stress {
  color: color(display-p3 0.9215 0.6481 0.4529);
}
.newCherry .mcrt_stage .step03 .stress {
  color: color(display-p3 0.9106 0.7285 0.3583);
}
.newCherry .mcrt_stage .step04 .stress {
  color: color(display-p3 0.7137 0.6039 0.8549);
}
.newCherry .mcrt_fund .tit span {
  color: #797979;
  letter-spacing: -0.5px;
}
.newCherry .mcrt_fund .thumb.icoMcrt img {
  margin-top: 13px;
}
.newCherry .mcrt_stage .step04.active_end:after {
  color: color(display-p3 0.7137 0.6039 0.8549);
}
.newCherry .runChallenge#gnb .icoArrowLeft {
  background-image: url(/assets/web/images/new/btn-new-cherry-back-white-0fccba7af259d50fb571279b6c01465f.svg);
}
.newCherry .diagramWrap .chartConic .stausInfo em {
  color: #fff;
}
.newCherry .diagramWrap .chartConic .stausInfo p {
  color: #fff;
}
.newCherry .diagramWrap .chartConic .stausInfo p span {
  color: #fff;
}
.newCherry .runResultCptr2 .opacityWrap .resultStep span {
  color: #fff;
}
.newCherry .runResultCptr2 .opacityWrap .resultStep em.addition {
  color: #fff;
}
.newCherry .runInfoStlist li .startClone {
  vertical-align: top;
}
.newCherry .runInfoStlist li .endStrv {
  vertical-align: top;
}
.newCherry .runChallenge {
  padding-bottom: 0px !important;
}
.newCherry .runChallenge .gnbRight {
  gap: 0 !important;
}
.newCherry .leaveTop {
  background-color: color(display-p3 1 0.4706 0.4706/0.2);
}
.newCherry .leaveTop:before {
  background-color: color(display-p3 1 0.4706 0.4706/0.2);
}
.newCherry .leaveTop:after {
  background-color: color(display-p3 1 0.4706 0.4706/0.2);
}
.newCherry .leaveTop .icon {
  background-color: color(display-p3 1 0.4706 0.4706/0.2);
}
.newCherry .leaveTop .icon i {
  width: 30px;
  height: 30px;
  background: url(/assets/web/images/new/ic-new-cherry-info-pink-fc0117fee23b48d96ee22e7316d4b9be.svg) center no-repeat;
  background-position: center;
  background-size: 100%;
}
.newCherry .leaveTop p {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .leaveTop p span {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .leaveNote dd.box {
  background-color: color(display-p3 1 0.4706 0.4706/0.2);
}
.newCherry .keypad table td {
  vertical-align: top;
}
.newCherry .sl_popcont02 .sl_slctWay li button:hover,
.newCherry .sl_popcont02 .sl_slctWay li button:active,
.newCherry .sl_popcont02 .sl_slctWay li button.on {
  background-color: color(display-p3 1 0.4706 0.4706);
  border: 1px solid color(display-p3 1 0.4706 0.4706);
}
.newCherry .inputBoxTy02 input:focus + .line {
  top: 47px;
}
.newCherry .wp_infoTxt01 .txt {
  color: #202020;
}
.newCherry .wp_infoTxt01 .emphasize {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .annContainer .swiper-pagination span {
  color: #fff;
}
.newCherry .lineBoxClone .infoDetail dt {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .lineBoxClone .infoDetail dd {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .lineBoxTy01 > * {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .campaignDetail .tabWrap .lineBoxTy01 .tableWrapTy01 .total {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .campaignDetail .tabWrap .lineBoxTy01 .tableWrapTy01 .amount {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .campaignVisualTyGroup .starBadge {
  vertical-align: top;
}
.newCherry .personList .person {
  vertical-align: top;
}
.newCherry .dtList dt,
.newCherry .dtList dd {
  vertical-align: top;
}
.newCherry [class*=inputBox] input[type=text]:valid {
  padding: 11px 70px 11px 4px;
}
.newCherry .cherryDayTitle h2 .d-block {
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.newCherry .cherryDayTitle.y2023 h2 .d-block {
  font-weight: 700;
}
.newCherry .cherryDayTitle .normal .tmargin {
  color: #fff;
}
.newCherry .nft_noti {
  border: 1px solid color(display-p3 1 0.4706 0.4706);
}
.newCherry .nft_noti .icon {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .nft_sendDtl .normal {
  word-break: break-all;
}
.newCherry .textareaBoxTyAD textarea {
  width: 100%;
  word-break: break-all;
}
.newCherry .expInputContainer .formTytbox .normal {
  word-break: break-all;
}
.newCherry .txt_red,
.newCherry .color_red {
  color: color(display-p3 1 0.4706 0.4706) !important;
}
.newCherry .txt_red span,
.newCherry .color_red span {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .formationWrap .inputBoxTy {
  border-bottom: none;
}
.newCherry .formationWrap .inputBoxTy input {
  border-bottom: 1px solid #cbcbcb;
}
.newCherry .campaignVisualAngel .an_inner .an_patron dt,
.newCherry .campaignVisualAngel .an_inner .an_patron dd {
  color: #fff;
}
.newCherry .sev_bxwrap .radio_bxS {
  vertical-align: top;
}
.newCherry .inpListTy01 .finished .result {
  color: #9d9999;
}
.newCherry .newFdrmListContainer .bannerWrap {
  margin-top: 0;
}
.newCherry .newFdrmListContainer .sharelist {
  padding: 0 19px;
}
.newCherry .newFdrmListContainer .sharelist .info .btnToggle .stress {
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .newFdrmListContainer .sharelist .btnToggle .btnUpdate:before {
  line-height: 30px;
}
.newCherry .newFdrmListContainer .sharelist .btnToggle .btnUpdate .icoViewdown {
  position: relative;
  top: 3px;
}
.newCherry .yanaWrap {
  padding-bottom: 0 !important;
}
.newCherry .yanaWrap .campaignVisualAngel {
  margin-top: 0;
}
.newCherry .admin {
  /* 캠페인 만들기 - 성과 지표 */
}
.newCherry .admin .tooltipWrap .icoInfo {
  position: relative;
  top: 2px;
}
.newCherry .admin .tooltipWrap + .required {
  font-size: 16px;
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry .admin .imgRegisterWrap .inpTitWrap input::-webkit-input-placeholder {
  color: #9d9d9d;
}
.newCherry .admin .item {
  position: relative;
  width: 337px;
  height: 270px;
  border-radius: 10px;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}
.newCherry .admin .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px 10px 0 0;
}
.newCherry .admin .item .img {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
}
.newCherry .admin .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px 20px 20px;
}
.newCherry .admin .item .info .infoWrap {
  position: relative;
  margin-bottom: 19px;
}
.newCherry .admin .item .info .infoWrap .name {
  display: block;
  width: 70%;
  max-height: none;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  word-break: keep-all;
  white-space: normal;
  overflow: auto;
  text-overflow: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
}
.newCherry .admin .item .info .infoWrap .group {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 8px;
}
.newCherry .admin .item .info .infoWrap .d-day {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: normal;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  padding: 2px 8px;
  margin-top: 0;
  margin-bottom: 0;
}
.newCherry .admin .item .info .progressBarWrap {
  width: 100%;
  height: 30px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  margin: 0 -16px -20px -20px;
}
.newCherry .admin .item .info .progressBarWrap .progressBar {
  position: relative;
  width: 100%;
  height: 3px;
  background: #e9e9e9;
  border-radius: 4px;
}
.newCherry .admin .item .info .progressBarWrap .progressBar .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: color(display-p3 1 0.4706 0.4706);
  border-radius: 4px;
}
.newCherry .admin .item .info .progressBarWrap .progressInfo {
  margin-top: 5px;
}
.newCherry .admin .item .info .progressBarWrap .progressInfo .percent {
  font-size: 15px;
  font-weight: 600;
  color: color(display-p3 1 0.4706 0.4706);
  letter-spacing: -0.5px;
}
.newCherry .admin .item .info .progressBarWrap .progressInfo .amount {
  display: table-cell;
  font-size: 15px;
  font-weight: 600;
  color: #202020;
  text-align: right;
  letter-spacing: -0.5px;
}
.newCherry .admin .item .info .progressBarWrap .progressInfo .amount .unit {
  font-weight: 700;
}
.newCherry .admin .fundItem {
  position: relative;
  width: 337px;
  height: 194px;
  border-radius: 10px;
  margin-top: 20px;
}
.newCherry .admin .fundItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 57.73%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
}
.newCherry .admin .fundItem .img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.newCherry .admin .fundItem .fundInfoWrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 17px;
  box-sizing: border-box;
  padding: 0 19px;
  color: #ffffff;
}
.newCherry .admin .fundItem .fundInfoWrap p {
  color: inherit;
  display: block;
  width: 70%;
  max-height: none;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  white-space: normal;
  overflow: auto;
  text-overflow: inherit;
  margin-bottom: 18px;
}
.newCherry .admin .fundItem .fundInfoWrap .fundBtnWrap {
  display: flex;
  gap: 9px;
}
.newCherry .admin .fundItem .fundInfoWrap .fundBtnWrap button {
  padding: 12px 0;
  width: 100%;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
}
.newCherry .admin .fundItem .fundInfoWrap .fundBtnWrap button.btnBack {
  background: #ffffff;
  color: #202020;
}
.newCherry .admin .class_box {
  margin-top: 20px;
}
.newCherry .admin .class_box .class_thumb {
  position: relative;
  width: 270.81px;
  height: 200px;
  border-radius: 15px;
}
.newCherry .admin .class_box .class_thumb:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 63%;
  background: linear-gradient(to top, rgb(36, 36, 36), rgba(0, 0, 0, 0));
  border-radius: 0 0 15px 15px;
}
.newCherry .admin .class_box .class_thumb .class_time {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 55px;
  height: 40px;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.2) url(/assets/chysch/images-new/icon/icon_time-f94c6c1ec2c564329ae9de2c3ce85e1d.png) no-repeat center 10px;
  background-size: 17px;
  background-position-y: 5px;
  border-radius: 10px;
  padding-top: 24px;
  z-index: 2;
}
.newCherry .admin .class_box .class_thumb .class_info_area {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
}
.newCherry .admin .class_box .class_thumb .class_info_area .class_category {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.newCherry .admin .class_box .class_thumb .class_info_area .title_campaign {
  width: 75%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.33;
  margin-top: 5px;
  margin-right: 30px;
}
.newCherry .admin .class_box .class_thumb .class_info_area .participant_num {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 15px;
}
.newCherry .admin .class_box .class_thumb .class_info_area .info_tag_area {
  position: static;
  margin-top: 15px;
}
.newCherry .admin .class_box .class_thumb .class_info_area .info_tag_area .info_tag {
  display: inline-block;
  height: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 5px 18px;
  margin-bottom: 5px;
}
.newCherry .admin .class_box .class_thumb .class_info_area .info_tag_area .info_tag + .info_tag {
  margin-left: 6px;
}
.newCherry .admin .storymakeRow .flexTable .asideTit {
  min-width: 145px;
}
.newCherry .admin .innerExtensive .btnwTxt span {
  color: #fff;
}
.newCherry .admin .exposedContainer .icoInfoWrap .subjectInfo span {
  color: #9d9999;
}
.newCherry .admin .hdTyInfo .btnToggle .initialTit {
  font-size: 14px;
}
.newCherry .admin .flWrapTy01 > .right {
  margin-left: 25px;
}
.newCherry .admin .myBtnPanel + .harfBtnWrap {
  margin-bottom: 25px;
}
.newCherry .admin .myBtnPanel .tooltipWrap {
  padding: 20px;
}
.newCherry .admin .myBtnPanel .tooltipWrap .tit {
  font-size: 20px;
}
.newCherry .admin .myBtnPanel .guideTxt {
  font-size: 13px;
  color: color(display-p3 1 0.4706 0.4706);
  padding: 0 20px 20px;
}
.newCherry .admin .myBtnPanel .myBtnWrap {
  padding: 17px 19px;
}
.newCherry .admin .myBtnPanel .myBtnWrap + .myBtnWrap {
  margin-top: -19px;
}
.newCherry .admin .myBtnPanel .myBtnWrap .selectBoxWrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.newCherry .admin .myBtnPanel .myBtnWrap .selectBoxWrap .selectTitle {
  flex-shrink: 0;
}
.newCherry .admin .myBtnPanel .myBtnWrap .selectBoxWrap .selectBox {
  width: 100%;
}
.newCherry .admin .myBtnPanel .myBtnWrap .selectBoxWrap .selectBox span {
  font-size: 16px;
}
.newCherry .admin .myBtnPanel .myBtnWrap .selectBoxWrap .selectBox ul {
  margin-top: 0;
}
.newCherry .admin .myBtnPanel .myBtnWrap .selectBoxWrap .selectBox ul li + li {
  margin-left: 0;
}
.newCherry .admin .myBtnPanel .thumbnailWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.newCherry .admin .myBtnPanel .thumbnailWrap .tooltipWrap {
  padding: 0;
}
.newCherry .admin .myBtnPanel .thumbnailWrap .toggleBox {
  position: relative;
  bottom: auto;
}
.newCherry .admin .myBtnPanel .thumbnailWrap .toggleBox .inputBox {
  min-height: 0;
}
.newCherry .admin .acuteContainer .tit + .subTxt span {
  color: #fff;
}
.newCherry .admin .acuteContainer .subInfo span {
  color: #cbcbcb;
}
.newCherry .admin .storyLastWrap .storymakeRow .flexTable .asideSub .myBtnWrap {
  background-color: transparent;
  padding: 17px 0;
}
.newCherry .admin .storyLastWrap .storymakeRow .flexTable .asideSub .myBtnWrap .selectBoxWrap {
  display: flex;
  align-items: center;
  gap: 73px;
}
.newCherry .admin .storyLastWrap .storymakeRow .flexTable .asideSub .myBtnWrap .selectBoxWrap:last-child {
  margin-top: 10px;
}
.newCherry .admin .storyLastWrap .storymakeRow .flexTable .asideSub .myBtnWrap .selectBoxWrap ul {
  margin-top: 0;
}
.newCherry .admin .storyLastWrap .storymakeRow .flexTable .asideSub .myBtnWrap .selectBoxWrap ul li + li {
  margin-left: 0;
}
.newCherry .admin .storyLastWrap .storymakeRow .flexTable .asideSub .thumbnailSet {
  display: flex;
  padding: 20px 0;
}
.newCherry .admin [class*=inputBox] input[type=text]:valid {
  padding: 5px 10px;
}

#tabMenuBar.newCherry {
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.07);
  z-index: 100;
}
#tabMenuBar.newCherry ul > li > a {
  padding: 8px 0 4px;
}
#tabMenuBar.newCherry .icoStar {
  width: 43px;
  height: 49px;
  background: url(/assets/web/images/new/ic-new-cherry-tab-bar-01-d8809839b2f7b256261692fbc708739e.svg) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry .icoStar.on {
  background: url(/assets/web/images/new/ic-new-new-cherry-tab-bar-01-on-798a0e03af8e3ae5bff286bba703f684.svg) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry a:hover .icoStar,
#tabMenuBar.newCherry a:active .icoStar,
#tabMenuBar.newCherry a:focus .icoStar {
  background: url(/assets/web/images/new/ic-new-new-cherry-tab-bar-01-on-798a0e03af8e3ae5bff286bba703f684.svg) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry .icoHands {
  width: 43px;
  height: 49px;
  background: url(/assets/web/images/new/ic-new-cherry-tab-bar-02-a55b8a819c826b8532ccc70befb03044.svg) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry .icoHands.on {
  background: url(/assets/web/images/new/ic-new-new-cherry-tab-bar-02-on-3629f44d1b1c3ac1eb7c9a6f986794ec.svg) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry a:hover .icoHands,
#tabMenuBar.newCherry a:active .icoHands,
#tabMenuBar.newCherry a:focus .icoHands {
  background: url(/assets/web/images/new/ic-new-new-cherry-tab-bar-02-on-3629f44d1b1c3ac1eb7c9a6f986794ec.svg) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry .icoNews {
  width: 43px;
  height: 49px;
  background: url(/assets/web/images/new/ic-new-cherry-tab-bar-03-861134a555046cc867a7e27b7adafea4.svg) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry .icoNews.on {
  background: url(/assets/web/images/new/ic-new-new-cherry-tab-bar-03-on-3727558142f9577f5be9814b096cc26f.svg) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry a:hover .icoNews,
#tabMenuBar.newCherry a:active .icoNews,
#tabMenuBar.newCherry a:focus .icoNews {
  background: url(/assets/web/images/new/ic-new-new-cherry-tab-bar-03-on-3727558142f9577f5be9814b096cc26f.svg) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry .icoSmile {
  width: 43px;
  height: 49px;
  background: url(/assets/web/images/new/ic-new-cherry-tab-bar-04@3x-dc271c7e6b48d872b50a2c75b9e9784b.png) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry .icoSmile.on {
  background: url(/assets/web/images/new/ic-new-new-cherry-tab-bar-04-on@3x-92875617b44fe3ea1dcac2e1ad85be51.png) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry a:hover .icoSmile,
#tabMenuBar.newCherry a:active .icoSmile,
#tabMenuBar.newCherry a:focus .icoSmile {
  background: url(/assets/web/images/new/ic-new-new-cherry-tab-bar-04-on@3x-92875617b44fe3ea1dcac2e1ad85be51.png) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry .icoCherryWalk {
  width: 43px;
  height: 49px;
  background: url(/assets/web/images/new/ic-new-cherry-tab-bar-05-7d6c3e02bb8b96a09a067236eb681283.svg) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry .icoCherryWalk.on {
  background: url(/assets/web/images/new/ic-new-new-cherry-tab-bar-05-on-a768f2f2a75094bff749bddc81608980.svg) center no-repeat;
  background-size: 100%;
}
#tabMenuBar.newCherry a:hover .icoCherryWalk,
#tabMenuBar.newCherry a:active .icoCherryWalk,
#tabMenuBar.newCherry a:focus .icoCherryWalk {
  background: url(/assets/web/images/new/ic-new-new-cherry-tab-bar-05-on-a768f2f2a75094bff749bddc81608980.svg) center no-repeat;
  background-size: 100%;
}

#footer.newCherry {
  background: #f7f7f7;
  border-top: none;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 43px clamp(65px, 4.0625rem + (1vw - 7.68px) * 15.0316, 160px) 35px;
}
#footer.newCherry .infoList .info {
  margin-right: 12px;
  margin-bottom: 0;
}
#footer.newCherry .infoList .info > button {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #454545;
  letter-spacing: -0.5px;
}
#footer.newCherry .infoList .info > button.bold {
  font-weight: bold;
}
#footer.newCherry .infoList .info > button:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 12px;
}
#footer.newCherry .infoList .info:last-child > button:after {
  display: none;
}
#footer.newCherry .providerInfo {
  margin-top: 20px;
}
#footer.newCherry .providerInfo > p {
  font-weight: 400;
  color: #666;
  letter-spacing: -0.2px;
  line-height: 25px;
}
#footer.newCherry .providerInfo > p a {
  font-weight: 400;
  letter-spacing: -0.2px;
}
#footer.newCherry .providerInfo > p a.mail {
  font-size: 14px;
}
#footer.newCherry .providerInfo > p + p {
  margin-left: 6px;
}
#footer.newCherry .providerInfo > p + p:before {
  margin-right: 6px;
}
#footer.newCherry .providerInfo .copyRight {
  font-size: 14px;
  color: #454545;
}
#footer.newCherry .sponsor {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  letter-spacing: -0.5px;
  line-height: 25px;
}
#footer.newCherry .sponsor .icoICT {
  width: 124px;
  background-image: url(/assets/web/images/new/logo-new-cherry-ict@3x-1eeef9fbcb343e30af46ae8c2977e751.png);
}
#footer.newCherry .sponsor .icoKISA {
  background-image: url(/assets/web/images/new/logo-new-cherry-kisa@3x-50f21027c4e0267acd66752110b451ce.png);
}
#footer.newCherry .rightItems {
  top: 43px;
  right: clamp(65px, 4.0625rem + (1vw - 7.68px) * 15.0316, 160px);
}
#footer.newCherry .rightItems ul {
  margin-top: 0;
}
#footer.newCherry .rightItems ul li {
  height: 24px;
}
#footer.newCherry .rightItems ul.list_backHover li.sns_i a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/web/images/new/btn-new-cherry-instagram-6c10c9f2bbc7c3db928dec1ea94250ea.svg) transparent no-repeat;
}
#footer.newCherry .rightItems ul.list_backHover li.sns_f a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/web/images/new/btn-new-cherry-facebook-d37f8f7dc8b1b49660e745828a71fc81.svg) transparent no-repeat;
}
#footer.newCherry .rightItems ul.list_backHover li.sns_u a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/web/images/new/btn-new-cherry-youtube-53a2f9aac2033e14399c15206ac96efc.svg) transparent no-repeat;
}
#footer.newCherry .rightItems ul.list_backHover li.sns_b a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/web/images/new/btn-new-cherry-blog-43748144514c1b5616e4ee17d3cf650e.svg) transparent no-repeat;
}
#footer.newCherry .rightItems ul.list_backHover li + li {
  margin-left: 25px;
}
#footer.newCherry .rightItems ul + ul {
  margin-top: 18px;
}
#footer.newCherry .rightItems ul.list_applications li {
  display: flex;
  align-items: center;
  padding-right: 8px;
}
#footer.newCherry .rightItems ul.list_applications li a {
  color: #676767;
  letter-spacing: -0.2px;
}
#footer.newCherry .rightItems ul.list_applications li + li {
  padding-left: 8px;
  padding-right: 0;
}

.newCherry.popTyLayer {
  min-width: 236px;
  max-width: 450px;
  width: calc(100% - 66px);
  border-radius: 22px;
  padding: 30px 20px 20px;
}
.newCherry.popTyLayer .txt {
  font-size: 15px;
  font-weight: 400;
  color: #202020;
  letter-spacing: -0.5px;
  line-height: 21px;
  padding: 0;
}
.newCherry.popTyLayer .txt .title {
  font-size: 19px;
  color: #202020;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.newCherry.popTyLayer .txt .mainTxt {
  font-size: 15px;
  font-weight: 400;
  color: #202020;
  letter-spacing: -0.5px;
  line-height: 21px;
}
.newCherry.popTyLayer [class*=btnWrap] {
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 0;
  margin: 25px 0 0;
}
.newCherry.popTyLayer [class*=btnWrap] [class*=btnPrimary] {
  width: 100%;
  height: 48px;
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 5.1282, 17px);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: normal;
  border-radius: 30px;
}
.newCherry.popTyLayer [class*=btnWrap] [class*=btnPrimary] + [class*=btnPrimary] {
  margin-left: 0;
}
.newCherry.popTyLayer [class*=btnWrap] [class*=btnPrimary] span {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 5.1282, 17px);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: normal;
}
@media (min-width: 768px) {
  .newCherry.popTyLayer [class*=btnWrap] [class*=btnPrimary] span {
    display: block;
    margin-top: -1px;
  }
}
.newCherry.popTyLayer [class*=btnWrap] .btnPrimaryTy01 {
  color: white;
  background-color: color(display-p3 0.9098 0.2353 0.3569);
  border: none;
}
.newCherry.popTyLayer [class*=btnWrap] .btnPrimaryTy01 > span {
  color: white;
}
.newCherry.popTyLayer [class*=btnWrap] .btnPrimaryTy01:disabled {
  background-color: #c8c6c6;
  border: none;
}
.newCherry.popTyLayer [class*=btnWrap] .btnPrimaryTy01:disabled:hover {
  background-color: #c8c6c6;
  border: none;
}
.newCherry.popTyLayer [class*=btnWrap] .btnPrimaryTy02 {
  color: #202020;
  background-color: #fff;
  border: 1px solid #202020;
}
.newCherry.popTyLayer [class*=btnWrap] .btnPrimaryTy02 > span {
  color: #202020;
}
.newCherry.popTyLayer .paymentMsg {
  padding-top: 60px;
}
.newCherry.popTyLayer .paymentMsg.succeed:before {
  width: 40px;
  height: 40px;
  background: url(/assets/web/images/new/ic-new-cherry-popup-check-eb3d5fbc05645ec3595a02bad1f2b3ff.svg) transparent no-repeat;
  background-size: 100%;
  background-position: center;
}
.newCherry.popTyLayer .paymentMsg.failed:before {
  width: 40px;
  height: 40px;
  background: url(/assets/web/images/new/ic-new-cherry-popup-x-02cccd4522bd55eebea9e59d540d92f9.svg) transparent no-repeat;
  background-size: 100%;
  background-position: center;
}
.newCherry.popTyLayer .paymentMsg dt {
  font-size: 19px;
  color: #202020;
  line-height: normal;
}
.newCherry.popTyLayer .paymentMsg dd {
  min-height: 0;
  font-size: 15px;
  color: #202020;
  line-height: 21px;
}
.newCherry.popTyLayer .noticePopup .titleArea .noticeSubTit {
  font-size: 14px;
  font-weight: 700;
  color: color(display-p3 1 0.4706 0.4706);
}
.newCherry.popTyLayer .noticePopup .titleArea .noticeTit {
  font-size: 22px;
  font-weight: 700;
  color: #202020;
  line-height: 28px;
  word-break: keep-all;
  margin: 8px 0 0;
}
.newCherry.popTyLayer .noticePopup .contentArea {
  text-align: left;
  padding: 20px;
}
.newCherry.popTyLayer .noticePopup .contentArea.bgGray {
  background-color: #f1f1f1;
  margin: 20px -20px 0;
}
@media (max-height: 650px) {
  .newCherry.popTyLayer .noticePopup .contentArea .imgWrap {
    display: none;
  }
}
.newCherry.popTyLayer .noticePopup .contentArea .imgWrap img {
  width: 100%;
}
.newCherry.popTyLayer .noticePopup .contentArea .blackTxt {
  font-size: 14px;
  margin: 8px 0 0;
}
.newCherry.popTyLayer .noticePopup .contentArea .blackTxt .checkIcon {
  display: block;
  letter-spacing: -0.5px;
  text-indent: -18px;
  margin: 0 0 4px 18px;
}
.newCherry.popTyLayer .noticePopup .contentArea .blackTxt .checkIcon:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/web/images/ico/ic-walk-check@3x-bcf8c2825bb63bf5d52cdfefd4b3d038.png) center no-repeat;
  background-size: 100%;
  margin-right: 5px;
}
.newCherry.popTyLayer .noticePopup .contentArea .guideTxt {
  font-size: 14px;
  line-height: normal;
  margin-top: 10px;
}
.newCherry.popTyLayer .noticePopup .closeCheckBtn {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 16px 0 -7px;
}
.newCherry.popTyLayer .noticePopup .closeCheckBtn input[type=checkbox] {
  width: 22px;
  height: 22px;
  background: url(/assets/web/images/ico/btn-world-check-box@3x-879065c84ac6e5baa83bd5e84a65ece2.png) center no-repeat;
  background-size: 100%;
}
.newCherry.popTyLayer .noticePopup .closeCheckBtn input[type=checkbox]:checked {
  background: url(/assets/web/images/ico/btn-walk-check-box-checked@3x-e2e11e691b60aeebf4be02b758536176.png) center no-repeat;
  background-size: 100%;
}
.newCherry.popTyLayer .noticePopup .closeCheckBtn label {
  font-size: 15px;
  color: #505151;
}
.newCherry.popTyLayer .codeTitle {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.newCherry.popTyLayer .codeInput {
  padding: 10px 13px;
  width: 100%;
  box-sizing: border-box;
  background-color: #ededed;
  border: 1px solid #ededed;
  color: #a0a0a0;
  border-radius: 10px;
  margin-top: 16px;
}
.newCherry.popTyLayer .codeInput:focus {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}
.newCherry.popTyLayer .codeInput:not(:placeholder-shown) {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}
.newCherry.popTyBackDrop {
  text-align: left;
  border-radius: 22px 22px 0 0;
  /* 체리 카드 분실 문의 / 자주 묻는 질문 팝업 화면 */
}
@media (min-width: 768px) {
  .newCherry.popTyBackDrop {
    width: 700px;
    text-align: center;
    border-radius: 22px;
  }
}
.newCherry.popTyBackDrop .comm_popTitWrap h1 {
  font-weight: 700;
  color: #202020;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .newCherry.popTyBackDrop .comm_popTitWrap h1 {
    font-size: 17px;
    line-height: 24px;
    padding: 30px 25px 10px;
  }
}
.newCherry.popTyBackDrop .comm_popTitWrap p {
  font-weight: 700;
  color: #202020;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .newCherry.popTyBackDrop .comm_popTitWrap p {
    font-size: 17px;
    line-height: 24px;
    padding: 30px 25px 10px;
  }
}
.newCherry.popTyBackDrop .mcrt_popTxtWrap {
  font-weight: 400;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .newCherry.popTyBackDrop .mcrt_popTxtWrap {
    font-size: 14px;
    line-height: 20px;
    padding: 0 25px;
  }
}
.newCherry.popTyBackDrop .mcrt_popTxtWrap .heardsList .asideSub {
  word-break: break-all;
}
.newCherry.popTyBackDrop [class*=btnWrap] {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: calc(100% - 50px);
  padding: 0 25px;
  margin: 50px 0 25px;
}
@media (min-width: 768px) {
  .newCherry.popTyBackDrop [class*=btnWrap] {
    flex-direction: row;
    gap: 9px;
    max-width: none;
  }
}
.newCherry.popTyBackDrop [class*=btnWrap] button {
  width: 100%;
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 5.1282, 17px);
  font-weight: 700;
  letter-spacing: -0.5px;
  border-radius: 50px;
  padding: 14px 0 13px;
}
.newCherry.popTyBackDrop [class*=btnWrap] button span {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 5.1282, 17px);
  font-weight: 700;
  letter-spacing: -0.5px;
}
.newCherry.popTyBackDrop [class*=btnWrap] button.btnPrimaryTy01 {
  color: #fff;
  background: color(display-p3 1 0.4706 0.4706);
}
.newCherry.popTyBackDrop [class*=btnWrap] button.btnPrimaryTy01 span {
  color: #fff;
}
.newCherry.popTyBackDrop [class*=btnWrap] button.btnPrimaryTy01:disabled {
  background-color: #c8c6c6;
  border: none;
}
.newCherry.popTyBackDrop [class*=btnWrap] button.btnPrimaryTy01:disabled:hover {
  background-color: #c8c6c6;
  border: none;
}
.newCherry.popTyBackDrop [class*=btnWrap] button.btnPrimaryTy02 {
  background: #fff;
  border: none;
}
@media (min-width: 768px) {
  .newCherry.popTyBackDrop [class*=btnWrap] button.btnPrimaryTy02 {
    color: #202020;
    background-color: #efefef;
  }
}
.newCherry.popTyBackDrop [class*=btnWrap] button.btnPrimaryTy02 span {
  color: rgba(32, 32, 32, 0.8);
}
@media (min-width: 768px) {
  .newCherry.popTyBackDrop [class*=btnWrap] button.btnPrimaryTy02 span {
    color: #202020;
  }
}
.newCherry.popTyBackDrop .sl_popcont01 .sl_btnmainTy01 {
  width: 100%;
  background-color: color(display-p3 1 0.4706 0.4706);
  border-radius: 30px;
}
.newCherry.popTyBackDrop .sl_popcont01 .sl_btnmainTy01 span {
  font-weight: 700;
  color: #fff;
}
.newCherry.popTyBackDrop .ms_cont01 .sl_btnmainTy01 {
  width: 100%;
  background-color: color(display-p3 1 0.4706 0.4706);
  border-radius: 30px;
  margin-top: 30px;
}
.newCherry.popTyBackDrop .ms_cont01 .sl_btnmainTy01 span {
  font-weight: 700;
  color: #fff;
}
.newCherry.popTyBackDrop .crd_opbtn:hover {
  border: 1px solid color(display-p3 1 0.4706 0.4706);
  background-color: color(display-p3 1 0.4706 0.4706);
}
.newCherry.popTyFull {
  z-index: 400;
  /* 나눔지기 썸네일 미리보기 팝업 */
  /* 정기 결제 정책 팝업 화면 */
}
@media (min-width: 768px) {
  .newCherry.popTyFull {
    border-radius: 22px;
  }
}
.newCherry.popTyFull .comm_popvHWrap {
  max-height: fit-content;
}
.newCherry.popTyFull .comm_popTitWrap h1 {
  font-weight: 700;
  color: #202020;
}
@media (max-width: 767px) {
  .newCherry.popTyFull .comm_popTitWrap h1 {
    font-size: 24px;
    line-height: 30px;
    padding: 43px 26px 30px;
  }
}
@media (max-width: 767px) {
  .newCherry.popTyFull .comm_popTitWrap h1.newCherryTit {
    line-height: normal;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
    padding: 10px 19px;
  }
}
.newCherry.popTyFull .comm_popTitWrap p {
  font-weight: 700;
  color: #202020;
}
@media (max-width: 767px) {
  .newCherry.popTyFull .comm_popTitWrap p {
    font-size: 24px;
    line-height: 30px;
    padding: 43px 26px 30px;
  }
}
@media (max-width: 767px) {
  .newCherry.popTyFull .comm_popTitWrap p.newCherryTit {
    line-height: normal;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
    padding: 10px 19px;
  }
}
.newCherry.popTyFull .comm_popTxtWrap {
  font-weight: 400;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .newCherry.popTyFull .comm_popTxtWrap {
    height: calc(100vh - 133px);
    font-size: 15px;
    line-height: normal;
    padding: 0 26px 92px;
  }
}
.newCherry.popTyFull .comm_popTxtWrap.microTrackingWrap {
  padding: 0 19px 31px;
}
@media (max-width: 767px) {
  .newCherry.popTyFull .comm_popTxtWrap.microTrackingWrap {
    height: calc(100vh - 55px);
  }
}
@media (min-width: 768px) {
  .newCherry.popTyFull .comm_popTxtWrap.microTrackingWrap .trackingTitle {
    margin-top: 0;
  }
}
.newCherry.popTyFull [class*=btnWrap] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  width: calc(100% - 38px);
  padding: 0 19px;
  margin: 25px 0 19px;
}
@media (min-width: 768px) {
  .newCherry.popTyFull [class*=btnWrap] {
    width: calc(100% - 50px);
    max-width: none;
    padding: 0 25px;
    margin: 50px 0 25px;
  }
}
.newCherry.popTyFull [class*=btnWrap] [class*=btnPrimary] {
  width: 100%;
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 5.1282, 17px);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: normal;
  border-radius: 30px;
}
.newCherry.popTyFull [class*=btnWrap] [class*=btnPrimary] + [class*=btnPrimary] {
  margin-left: 0;
}
.newCherry.popTyFull [class*=btnWrap] [class*=btnPrimary] span {
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 5.1282, 17px);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: normal;
}
@media (min-width: 768px) {
  .newCherry.popTyFull [class*=btnWrap] [class*=btnPrimary] span {
    display: block;
    margin-top: -1px;
  }
}
.newCherry.popTyFull [class*=btnWrap] .btnPrimaryTy01 {
  color: white;
  background-color: color(display-p3 1 0.4706 0.4706);
  border: none;
}
.newCherry.popTyFull [class*=btnWrap] .btnPrimaryTy01 > span {
  color: white;
}
.newCherry.popTyFull [class*=btnWrap] .btnPrimaryTy01:disabled {
  background-color: #c8c6c6;
  border: none;
}
.newCherry.popTyFull [class*=btnWrap] .btnPrimaryTy01:disabled:hover {
  background-color: #c8c6c6;
  border: none;
}
.newCherry.popTyFull [class*=btnWrap] .btnPrimaryTy02 {
  color: #202020;
  background-color: #fff;
  border: 1px solid #202020;
}
.newCherry.popTyFull [class*=btnWrap] .btnPrimaryTy02 > span {
  color: #202020;
}
.newCherry.popTyFull .fundItem {
  position: relative;
  width: 337px;
  height: 194px;
  border-radius: 10px;
  margin: 80px auto;
}
.newCherry.popTyFull .fundItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 57.73%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
}
.newCherry.popTyFull .fundItem .img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.newCherry.popTyFull .fundItem .fundInfoWrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 17px;
  box-sizing: border-box;
  padding: 0 19px;
  color: #ffffff;
}
.newCherry.popTyFull .fundItem .fundInfoWrap p {
  color: inherit;
  display: block;
  width: 70%;
  max-height: none;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  white-space: normal;
  overflow: auto;
  text-overflow: inherit;
  margin-bottom: 18px;
}
.newCherry.popTyFull .fundItem .fundInfoWrap .fundBtnWrap {
  display: flex;
  gap: 9px;
}
.newCherry.popTyFull .fundItem .fundInfoWrap .fundBtnWrap button {
  padding: 12px 0;
  width: 100%;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
}
.newCherry.popTyFull .fundItem .fundInfoWrap .fundBtnWrap button.btnBack {
  background: #ffffff;
  color: #202020;
}
.newCherry.popTyFull .item {
  position: relative;
  width: 337px;
  height: 270px;
  border-radius: 10px;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
  margin: 55px auto 0;
}
.newCherry.popTyFull .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px 10px 0 0;
}
.newCherry.popTyFull .item.swiper-slide-campaign {
  width: auto;
  height: auto;
  box-shadow: none;
  margin: 0;
}
.newCherry.popTyFull .item.swiper-slide-campaign:before {
  display: none;
}
.newCherry.popTyFull .item.swiper-slide-campaign .name {
  color: #202020;
}
.newCherry.popTyFull .item .img {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
}
.newCherry.popTyFull .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 16px 20px 20px;
}
.newCherry.popTyFull .item .info .infoWrap {
  position: relative;
  margin-bottom: 19px;
}
.newCherry.popTyFull .item .info .infoWrap .name {
  display: block;
  width: 70%;
  max-height: none;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  white-space: normal;
  overflow: auto;
  text-overflow: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  word-break: keep-all;
}
.newCherry.popTyFull .item .info .infoWrap .group {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 8px;
}
.newCherry.popTyFull .item .info .infoWrap .d-day {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: normal;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  padding: 2px 8px;
  margin-top: 0;
  margin-bottom: 0;
}
.newCherry.popTyFull .item .info .progressBarWrap {
  background: #fff;
  padding: 20px 32px;
  margin: 0 -32px -20px -32px;
}
.newCherry.popTyFull .item .info .progressBarWrap .progressBar {
  height: 3px;
  background: #e9e9e9;
}
.newCherry.popTyFull .item .info .progressBarWrap .progressBar .bar {
  height: 3px;
  background: color(display-p3 1 0.4706 0.4706);
}
.newCherry.popTyFull .item .info .progressBarWrap .progressInfo .percent {
  font-size: 15px;
  font-weight: 600;
  color: color(display-p3 1 0.4706 0.4706);
  letter-spacing: -0.5px;
}
.newCherry.popTyFull .item .info .progressBarWrap .progressInfo .amount {
  font-size: 15px;
  font-weight: 600;
  color: #202020;
  letter-spacing: -0.5px;
}
.newCherry.popTyFull .item .info .progressBarWrap .progressInfo .amount .unit {
  font-weight: 700;
}
.newCherry.popTyFull .item .info .statusWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  background: #fff;
  padding: 21px 32px 20px;
  margin: 0 -32px -20px;
}
.newCherry.popTyFull .item .info .statusWrap .status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  width: 100%;
  font-weight: 700;
}
.newCherry.popTyFull .item .info .statusWrap .status::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 29.04px;
  background: url(/assets/web/images/new/ic-new-cherry-sneakers-black-d383f9158a96ed70a1146af651a03e0e.svg) center no-repeat;
  background-size: 100%;
}
.newCherry.popTyFull .textCountWrap {
  gap: 0;
  padding: 10px 0;
}
.newCherry.popTyFull .policyContainer .inner {
  overflow: auto;
}

/* 캠페인 만들기 - 기타 설정 */
#ui-datepicker-div .ui-datepicker-calendar tbody td span {
  color: #ddd;
}

.infoTableContainer {
  user-select: auto;
}

/* 소셜 임팩트 어워드 */
.newCherry .impactAwardWrap {
  padding-bottom: 122px;
}
.newCherry .impactAwardWrap .awardTitle {
  background: url(/assets/web/images/award/bg-award-main-mobile@3x-cf29d2016ba7b71fef89183388110e2f.png) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .newCherry .impactAwardWrap .awardTitle {
    text-align: center;
    background: url(/assets/web/images/award/bg-award-main-pc@3x-bddda2ec2112539443645ce3b1d16c78.png) center no-repeat;
    background-size: cover;
    margin-top: 70px;
  }
}
.newCherry .impactAwardWrap .awardTitle .icoWrapTy01 {
  position: absolute;
  left: calc(50% - 470px);
  width: 940px;
  height: 430px;
}
.newCherry .impactAwardWrap .awardTitle .icoWrapTy01 .btnShare {
  position: absolute;
  top: 18px;
  right: 0;
}
@media (min-width: 768px) {
  .newCherry .impactAwardWrap .awardTitle img {
    height: 430px;
  }
}
.newCherry .impactAwardWrap .awardInfo {
  text-align: center;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .newCherry .impactAwardWrap .awardInfo {
    max-width: 564px;
    margin: 0 auto;
  }
}
.newCherry .impactAwardWrap .awardInfo h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -2px;
}
@media (max-width: 374px) {
  .newCherry .impactAwardWrap .awardInfo h1 {
    font-size: 23px;
    line-height: 33px;
  }
}
.newCherry .impactAwardWrap .awardInfo h1:before {
  content: "";
  position: relative;
  left: calc(50% - 26px);
  display: block;
  width: 52px;
  height: 56px;
  background: url(/assets/web/images/award/img-award-trophy@3x-0a7a031209094b7dce66de2dd60311ed.png) center no-repeat;
  background-size: 100%;
  margin-bottom: 15px;
}
.newCherry .impactAwardWrap .awardInfo .subTitle {
  font-size: 14px;
  color: #9d9999;
  word-break: keep-all;
  padding: 0 5px;
  margin-top: 12px;
}
.newCherry .impactAwardWrap .awardInfo .voteInfo {
  margin-top: 30px;
}
.newCherry .impactAwardWrap .awardInfo .voteInfo .title {
  width: 89px;
  height: 30px;
  font-weight: 700;
  color: #fff;
  background: #45d1de;
  border-radius: 30px;
  padding: 4px 0 0;
  margin: 0 auto;
}
.newCherry .impactAwardWrap .awardInfo .voteInfo .content {
  position: relative;
  border-radius: 15px;
  background: #f5f5f5;
  padding: 33px 0 20px;
  margin: -15px 32px 0;
  z-index: -1;
}
@media (max-width: 374px) {
  .newCherry .impactAwardWrap .awardInfo .voteInfo .content {
    font-size: 14px;
  }
}
.newCherry .impactAwardWrap .awardInfo .voteInfo .content span {
  font-weight: 700;
  color: #00b5c6;
}
.newCherry .impactAwardWrap .awardInfo .voteInfo .content span.guideTxt {
  font-size: 12px;
  font-weight: 500;
  color: #929292;
}
.newCherry .impactAwardWrap .awardList {
  padding: 0 32px;
  margin-top: 45px;
}
@media (min-width: 768px) {
  .newCherry .impactAwardWrap .awardList {
    max-width: 500px;
    margin: 45px auto 0;
  }
}
.newCherry .impactAwardWrap .awardList .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
}
.newCherry .impactAwardWrap .awardList .title.trophy {
  margin-top: 44px;
}
.newCherry .impactAwardWrap .awardList .title.title-01 {
  margin-top: 30px;
}
.newCherry .impactAwardWrap .awardList .title.title-01:before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 50px;
  background: url(/assets/web/images/award/img-award-trophy-01@3x-a7130ff64b21bf28772a1f53271b0d68.png) center no-repeat;
  background-size: 100%;
  margin-right: 6px;
}
.newCherry .impactAwardWrap .awardList .title.title-02:before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 50px;
  background: url(/assets/web/images/award/img-award-trophy-02@3x-7cac18380bd4db9795c6d4c557d6e4d5.png) center no-repeat;
  background-size: 100%;
  margin-right: 6px;
}
.newCherry .impactAwardWrap .awardList .title.title-03:before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 50px;
  background: url(/assets/web/images/award/img-award-trophy-03@3x-d021ee5a681e6c4e513cb226a652b40b.png) center no-repeat;
  background-size: 100%;
  margin-right: 6px;
}
.newCherry .impactAwardWrap .awardList .subTitle {
  font-size: 14px;
  color: #00b5c6;
  text-align: center;
  background: #daf6f8;
  border-radius: 15px;
  padding: 10px 15px;
  margin-top: 18px;
}
.newCherry .impactAwardWrap .awardList .voteCard {
  border: 2px solid #45d1de;
  border-radius: 15px;
  margin-top: 18px;
}
.newCherry .impactAwardWrap .awardList .voteCard .title {
  justify-content: left;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  background: #45d1de;
  border-radius: 12px 12px 0px 0px;
  word-break: keep-all;
  padding: 12px 15px;
}
.newCherry .impactAwardWrap .awardList .voteCard .title.awardRank {
  padding-right: 96px;
  word-break: break-all;
  position: relative;
}
.newCherry .impactAwardWrap .awardList .voteCard .title.awardRank::after {
  content: "1위 득표";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background-color: #ffc923;
  padding: 3px 10px;
  border-radius: 30px;
}
.newCherry .impactAwardWrap .awardList .voteCard .title.title-01:before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(/assets/web/images/award/img-award-01@3x-aabb96e97cbfb61c4380466d03b716b6.png) center no-repeat;
  background-size: 100%;
  margin-top: 2px;
  margin-right: 8px;
}
.newCherry .impactAwardWrap .awardList .voteCard .title.title-02:before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(/assets/web/images/award/img-award-02@3x-eda4d6ce99d57e723da1ddc956423343.png) center no-repeat;
  background-size: 100%;
  margin-top: 2px;
  margin-right: 8px;
}
.newCherry .impactAwardWrap .awardList .voteCard .title.title-03:before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(/assets/web/images/award/img-award-03@3x-6ebb72c319939c5626af2a14cf06c8ea.png) center no-repeat;
  background-size: 100%;
  margin-top: 2px;
  margin-right: 8px;
}
.newCherry .impactAwardWrap .awardList .voteCard .content {
  font-size: 15px;
  word-break: keep-all;
  padding: 12px 15px;
}
.newCherry .impactAwardWrap .awardList .voteCard .impactTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #00b5c6;
  letter-spacing: -0.5px;
  background: #daf6f8;
  border-radius: 20px;
  padding: 3px 12px;
  margin-top: 3px;
  margin-left: 15px;
}
.newCherry .impactAwardWrap .awardList .voteCard ul {
  list-style: disc;
  margin-top: 7px;
  margin-left: 35px;
  margin-right: 15px;
}
.newCherry .impactAwardWrap .awardList .voteCard ul li {
  font-size: 13px;
  color: #00b5c6;
  word-break: keep-all;
}
.newCherry .impactAwardWrap .awardList .voteCard .groupInfo {
  background: #f5f5f5;
  border-radius: 0px 0px 14px 14px;
  padding: 12px 13px;
  margin-top: 15px;
}
.newCherry .impactAwardWrap .awardList .voteCard .groupInfo .groupBtn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.newCherry .impactAwardWrap .awardList .voteCard .groupInfo .groupBtn img {
  width: 50px;
  height: 50px;
}
.newCherry .impactAwardWrap .awardList .voteCard .groupInfo .groupBtn .groupName {
  text-align: left;
}
.newCherry .impactAwardWrap .awardList .voteCard .groupInfo .groupBtn .groupName .name {
  font-size: 14px;
  font-weight: 700;
}
.newCherry .impactAwardWrap .awardList .voteCard .groupInfo .groupBtn .groupName .link {
  font-size: 12px;
  color: #00b5c6;
  letter-spacing: -0.5px;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .newCherry .impactAwardWrap .wl_btnWrap {
    max-width: 500px;
    padding: 50px 70px 0;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=newCherry.css.map */
