@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/npm/pretendard@1.3.6/dist/web/static/pretendard.css');
.PNC2025-page {
  background-color: #f5f5f5;
  text-align: left;
  font-family: "Pretendard",sans-serif;
}
.PNC2025-page .main-section {
  background: url(https://image.prospecs.com/front/images/planning/9094/img/bg_pc.png) center/cover no-repeat;
  height: 686px;
}
@media screen and (max-width: 720px) {
  .PNC2025-page .main-section {
    background: url(https://image.prospecs.com/front/images/planning/9094/img/bg_mo.png) center/cover no-repeat;
    height: 175.89vw;
  }
}
.PNC2025-page .main-section .inner-container {
  margin: 0 auto;
  padding: 2.5rem 1rem;
  max-width: 640px;
  width: 100%;
  box-sizing: border-box;
  color: #f0f0f0;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 3.75rem;
}
.PNC2025-page .main-section .inner-container .duration {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  white-space: nowrap;
}
.PNC2025-page .main-section .inner-container .duration span {
  color: #c6c6c6;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.PNC2025-page .main-section .inner-container .duration span:nth-of-type(2) {
  width: 100%;
  height: 1px;
  background-color: rgba(198, 198, 198, 0.9);
}
.PNC2025-page .main-section .inner-container .title {
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.05rem;
  font-weight: bold;
}
.PNC2025-page .main-section .inner-container .subtitle {
  margin-top: 0.8rem;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 380px) {
  .PNC2025-page .main-section .inner-container .title {
    font-size: 11.794vw;
  }
  .PNC2025-page .main-section .inner-container .subtitle {
    font-size: 4.871vw;
  }
}
.PNC2025-page > .inner-container {
  margin: 0 auto;
  padding: 0rem 1rem 2.5rem 1rem;
  max-width: 640px;
  width: 100%;
  box-sizing: border-box;
}
.PNC2025-page .prd-section {
  padding: 7rem 0 1rem;
}
.PNC2025-page .prd-section .title {
  font-size: 2.625rem;
  color: #1d1d1d;
  line-height: 150%;
  letter-spacing: -0.05rem;
  font-weight: bold;
}
.PNC2025-page .prd-section .subtitle {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  color: #555;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
}
.PNC2025-page .prd-swiper {
  position: relative;
  overflow: hidden;
}
.PNC2025-page .prd-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.PNC2025-page .prd-swiper .swiper-pagination {
  bottom: 0.875rem !important;
}
.PNC2025-page .prd-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.3125rem !important;
  height: 0.3125rem !important;
  background-color: white;
  border-radius: 0 !important;
}
.PNC2025-page .prd-items {
  margin-top: 2rem;
  display: flex;
  flex-flow: column;
  gap: 2rem;
}
.PNC2025-page .prd-items li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.PNC2025-page .prd-items li .prd-thumb {
  position: relative;
  min-width: 6rem;
}
.PNC2025-page .prd-items li .prd-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.PNC2025-page .prd-items li > div:last-of-type {
  padding: 0 0.625rem;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-size: 1rem;
  color: #1d1d1d;
  font-weight: 600;
  line-height: 150%;
}
.PNC2025-page .prd-items li > div:last-of-type .raw-price {
  margin-top: 0.625rem;
  color: #1d1d1d;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.PNC2025-page .prd-items li.is-sale .raw-price {
  text-decoration: line-through;
  color: #8e8e8e !important;
}
.PNC2025-page .prd-items li.is-sale .sale-percent {
  color: #fa0a00;
}
.PNC2025-page .card-section .card {
  margin-top: 7rem;
  padding: 2rem 1rem;
  background-color: white;
  color: #1d1d1d;
}
.PNC2025-page .card-section .card .title {
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03rem;
}
.PNC2025-page .card-section .card .highlight {
  color: #c7003f;
}
.PNC2025-page .card-section .card .img-area {
  position: relative;
  margin-top: 1.5rem;
  height: 10.5rem;
  background-color: black;
}
.PNC2025-page .card-section .card .img-area .txt1 {
  position: absolute;
  top: 2rem;
  left: 1.25rem;
  color: #f3f3f3;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.009375rem;
}
.PNC2025-page .card-section .card .img-area .txt2 {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  color: #f3f3f3;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.0225rem;
}
.PNC2025-page .card-section .card .btn {
  margin-top: 1.5rem;
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fa0a00;
  color: #f3f3f3;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.011875rem;
}
.PNC2025-page .card-section .card .btn:disabled {
  background-color: #cdcdcd;
  cursor: not-allowed;
}
.PNC2025-page .card-section .card .kakao-btn {
  background-color: #fbe300;
  color: #1e1e1e;
}
.PNC2025-page .card-section .card-02 .title {
  margin-top: 0.3rem;
}
.PNC2025-page .card-section .card-02 img {
  margin-top: 1.5rem;
  width: 100%;
}
.PNC2025-page .card-section .card-02 .desc {
  margin-top: 0.3rem;
  color: #757575;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.01rem;
}
.PNC2025-page .caution-area {
  margin-top: 2rem;
}
.PNC2025-page .caution-area .title {
  color: #5a5a5a;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.09375;
  background: url(https://image.prospecs.com/front/images/planning/9094/img/i_caution_minus.svg) center right/1rem no-repeat;
  cursor: pointer;
}
.PNC2025-page .caution-area ul {
  margin-top: 1rem;
}
.PNC2025-page .caution-area ul li {
  margin-top: 0.4rem;
  color: #757575;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  margin-left: 1rem;
  text-indent: -0.5rem;
  word-break: auto-phrase;
}
.PNC2025-page .caution-area ul li::before {
  display: inline-block;
  content: "·";
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  margin-right: 0.5rem;
}
.PNC2025-page .caution-area ul li:first-of-type {
  margin-top: 0;
}
.PNC2025-page .caution-area.closed .title {
  background: url(https://image.prospecs.com/front/images/planning/9094/img/i_caution_plus.svg) center right/1rem no-repeat;
}
.PNC2025-page .float-btn {
  position: fixed;
  padding: 1rem 3.125rem;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #2d2d2d;
  z-index: 90;
}
.PNC2025-page .float-btn > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #2d2d2d;
  gap: 0.375rem;
  cursor: pointer;
  white-space: nowrap;
}
.PNC2025-page .float-btn > div i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(https://image.prospecs.com/front/images/planning/9094/img/arr_down.svg) center/cover no-repeat;
}
.PNC2025-page .prd-list-section {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  padding: 40px 32px;
  background-color: white;
}
@media screen and (max-width: 720px) {
  .PNC2025-page .prd-list-section {
    padding: 0 1rem 2.5rem;
  }
}
.PNC2025-page .prd-list-section .tabs {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  height: 2.5rem;
  background: white;
  z-index: 9;
}
.PNC2025-page .prd-list-section .tabs li {
  position: relative;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  font-size: 0.9375rem;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PNC2025-page .prd-list-section .tabs li.active {
  border-bottom: 2px solid #2d2d2d;
}
.PNC2025-page .ps-prd-list {
  padding-top: 2rem;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem 1.25rem;
}
@media screen and (max-width: 720px) {
  .PNC2025-page .ps-prd-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem 0.65rem;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .PNC2025-page .ps-prd-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3rem 0.65rem;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .PNC2025-page .ps-prd-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.PNC2025-page .ps-prd-list .thumb-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.PNC2025-page .ps-prd-list .thumb-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.PNC2025-page .ps-prd-list .thumb-wrap img:last-of-type {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.PNC2025-page .ps-prd-list .thumb-wrap:active img:last-of-type {
  opacity: 1;
}
.PNC2025-page .ps-prd-list .desc-area {
  margin-top: 1rem;
}
.PNC2025-page .ps-prd-list .desc-area .name {
  font-size: 1rem;
  color: #000;
}
.PNC2025-page .ps-prd-list .desc-area .raw-price {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: line-through;
  line-height: 1;
}
.PNC2025-page .ps-prd-list .desc-area .name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
}
.PNC2025-page .ps-prd-list .desc-area .discount-price {
  color: rgb(34, 34, 34);
  font-weight: 500;
}
.PNC2025-page .ps-prd-list .desc-area .discount-per {
  color: #fa0a00;
  font-weight: 500;
}
.PNC2025-page .ps-prd-list .is-sale .raw-price {
  color: rgb(186, 186, 186);
}/*# sourceMappingURL=PNC2025_2025.css.map */