/*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */ /*  */

/* MAIN PAGE CSS */
main {
  flex: 1;
}
.front-page.wrapper {
  margin-top: var(--header-height);
}
/* hero */
.hero-section {
  position: relative;
  padding-top: 10px;
  height: auto;
  overflow: hidden;
}
.hero-section .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.hero-mask {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
  z-index: 2;
}
.hero-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}
/* hero swiper */
.hero-swiper {
  width: 100%;
  height: 100%;
}
.hero-swiper .h-swiper-item {
  width: 100%;
  height: 100%;
}
.hero-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s ease;
  transform: scale(1.1);
}
.hero-swiper .swiper-slide-active img {
  transform: scale(1);
}
.hero-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7%;
  align-items: center;
  justify-content: center;
  font-family: var(--font-secondary);
  font-weight: 500;
  z-index: 3;
}
.hero-text p {
  opacity: 0.5;
  transform: translateY(12px);
  transition: all 0.4s ease;
  color: var(--white);
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.hero-text p.active {
  opacity: 1;
  transform: translateY(0);
  font-size: 16px;
}
.hero-text p span {
  font-weight: 600;
}

/* ms-1 */
.ms-1 {
  padding: 40px 0 40px 0;
}
.ms-1--content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
/* ms-2 */
.ms-2 {
  margin-bottom: 60px;
}
.ms-2 .card--list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.ms-2 .card--list .card--item {
  display: flex;
  flex-direction: column;
}
.ms-2 .card--list .card--item > .img--block {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: var(--bdrs12);
}
/* ms-3 */
.ms-3 {
  margin-bottom: 60px;
}
.ms-3 .card--list {
  position: relative;
  color: var(--white);
}
.ms-3 .card--list .card--item {
  position: sticky;
  top: 0;
  z-index: 1;
  transform: translateY(80px) scale(0.8);
  opacity: 0;
}
.card--item:first-child {
  transform: none;
  opacity: 1;
}
.ms-3 .card--list .card--item > .img--block {
  position: relative;
  height: 100vh;
  width: 100%;
}
.ms-3 .card--list .card--item > .img--block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(315deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}
.ms-3 .card--list .card--item > .img--block.img01 {
  background: url("/wp-content/uploads/2026/01/ms3_img01.jpg") no-repeat 60% 50% / cover;
}
.ms-3 .card--list .card--item > .img--block.img03 {
  background: url("/wp-content/uploads/2026/01/ms3_img03.jpg") no-repeat 80% 50% / cover;
}
.ms-3 .card--list .card--item .text--block {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  z-index: 1;
}

/* ms-4 */
.ms-4 {
  margin-top: 100px;
  margin-bottom: 120px;
}
.ms-4 .swiper {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.ms-4 .swiper .img--block {
  height: 100%;
}
.ms-4 .text--block {
  text-align: center;
  margin-bottom: 40px;
}
.ms-4 .section-tit .img--block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  width: 25px;
  height: 25px;
}

/* 인사말 css */
.horizontal-wrap {
  position: relative;
  height: 600dvh;
}
.horizontal-track {
  position: sticky;
  top: 0;
  height: 100dvh;
  width: 100%;
}
.greeting-section {
  height: 100dvh;
  overflow: hidden;
}
.horizontal-track .greeting-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}
.greeting-section > .img--block {
  position: relative;
  width: 100%;
  height: 100vh;
}
.greeting-section > .img--block::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(315deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.greeting-section .text--block {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 15px;
  max-width: 100%;
  transform: translateY(-50%);
}
.greeting-section.gs-1 .text--block {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 15px;
  width: 100%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.intro-section {
  overflow: hidden;
  height: 100dvh;
}
.greeting-section .text--block p,
.intro-section .text--block p {
  color: var(--white);
  opacity: 0.6;
  max-width: 90%;
}
.intro-section .text--block p span {
  display: block;
  padding: 10px 0;
}

.intro-section .text--block p {
  color: var(--primary-color5);
}

/* 조직도 */
.organ-img--wrapper {
  position: relative;
  width: 100%;
  height: 130dvh;
}
.organ-sticky--block {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.organ-img--wrapper .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  z-index: 1;
  opacity: 0.1;
}
.organ-img--wrapper .img--block {
  padding: 0 15px;
}
.organ-img--wrapper .img--block img {
  height: auto;
  object-fit: contain;
}
.organ-img--wrapper .img--block img.only-pc {
  max-width: 900px;
}
.organ-img--wrapper .img--block img.only-m {
  max-width: 400px;
}

/* 찾아오시는길 */
.location-content {
  padding: 50px 0;
  background: #f4f1f6;
}

.map--block {
  width: 100%;
  height: 500px;
  border-radius: var(--bdrs12);
  overflow: hidden;
}
.contact-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  padding-top: 30px;
  color: var(--primary-color4);
  font-family: var(--font-primary);
}

.info-left {
  flex: 0.8;
}
.info-left dl {
  display: flex;
  margin-bottom: 12px;
}
.info-left dl:nth-child(1) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.info-left dt {
  width: 30%;
  font-weight: 600;
}
.info-right {
  display: flex;
  gap: 24px;
}

.map-link {
  display: flex;
  gap: 4px;
  font-size: 16px;
  align-items: center;
  color: var(--primary-color4);
  height: fit-content;
  font-weight: 600;
}

/* faq */
.faq-area {
  margin-bottom: 50px;
}
.faq-list {
  margin-top: 40px;
  border-top: 1px solid var(--primary-color4);
}
.faq-list .faq-item {
  border-bottom: 1px solid #ddd;
}
.faq-list .faq-item.active {
  background: #fafafa;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 10px;
}
.faq-question .faq-cat {
  display: none;
}
.faq-question .faq-q {
  text-align: start;
  font-size: 18px;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 10px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: var(--primary-color4);
  transition: transform 0.3s ease;
}
/* 가로 */
.faq-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
/* 세로 */
.faq-icon::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
/* ✅ active → × */
.faq-item.active .faq-icon::before {
  transform: translateY(-50%) rotate(45deg);
}

.faq-item.active .faq-icon::after {
  transform: translateX(-50%) rotate(225deg);
}
.search-field {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.search-field input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 10px 10px 0;
  font-size: 15px;
  outline: none;
  background: transparent;
  transition: all 0.4s ease;
}
.search-field input::placeholder {
  color: #aaa;
}

.search-field input:focus {
  border-bottom-color: var(--primary-color4);
}
.search-field button {
  position: absolute;
  right: 0;
  bottom: 13px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

/* 리멤버 봉안실 */
.columbarium-section .section-tit {
  color: var(--white);
}
.columbarium-section .text--block p {
  color: var(--white);
  opacity: 0.8;
}

.col-bg {
  position: absolute;
  width: 100%;
  height: 100dvh;
  z-index: -1;
}
.col-bg .img--block {
  width: 100%;
  height: 100%;
}

/* col-1 */
.col-1--content {
  padding: 50px 0;
}
.guardian-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.aftercare-page .guardian-list li {
  align-items: baseline;
  margin-bottom: 20px;
}
.guardian-list .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
  background: var(--primary-color2);
  color: var(--white);
  flex-shrink: 0;
}
.col-1--content .guardian-list p {
  color: var(--primary-color4);
}
.guardian-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

/* col02 */
.col-2 {
  display: none;
  min-height: 100vh;
}

.col-2--content {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.col-2--content .image--block {
  width: 100vw;
  height: 100dvh;
}
.image--block {
  position: relative;
  width: 300px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}

.image--block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* col03 */
.col-3 {
  padding: 50px 0 0 0;
}

/* col-4 */
.col-4 {
  padding-top: 50px;
  padding-bottom: 40px;
  background: #faf8fd;
}
.col-4 .text--block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.col-4_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.col-4_content .col-4--box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.col-4_content .img--block {
  max-width: 430px;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
}

/* col-5 */
.col-5 {
  padding: 40px 0;
}
.col-5_content {
  position: relative;
  margin-top: 25px;
}

.col-5_content .swiper {
  margin-left: 0;
  padding-left: 0;
}
.col-5_content .swiper-wrapper .img--block {
  border-radius: 20px;
  overflow: hidden;
}
.swiper-btn-wrap {
  position: absolute;
  display: flex;
  right: 0;
  top: -50px;
  z-index: 10;
}

.swiper-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

/* rememberstone */
.rememberstone-section .section-tit {
  color: var(--white);
}
.rememberstone-section .text--block p {
  color: var(--white);
  opacity: 0.8;
}
.rs-1--content {
  padding: 40px 0;
}
.price-page .value-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.value-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.value-item {
  background: #faf8fd;
  border-radius: var(--bdrs12);
  padding: 20px;
}

.value-en {
  display: block;
  font-size: 12px;
  color: var(--primary-color4);
  margin-bottom: 6px;
}

.value-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.value-title span {
  font-weight: 700;
}
.value-desc {
  line-height: 1.6;
  margin: 0;
}
.price-page .value-desc .value-desc-tit {
  margin-bottom: 20px;
  font-size: 12px;
}
.value-desc .value-desc-tit {
  display: block;
  color: var(--primary-color1);
  font-size: 16px;
  font-weight: 600;
  margin: 0.4em 0;
}
/* rs-2 */
.rs-2 {
  display: none;
}
.rs-2--content {
  display: none;
}
.rs-2--content .image--block {
  width: 100vw;
  height: 100vh;
}
/* rs-3 */
.rs-3 {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.rs-3--content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.rss-3--content .value-en {
  font-size: 12px;
}
.feature-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.feature-row.reverse {
  flex-direction: column;
}
.feature-img {
  border-radius: 12px;
  overflow: hidden;
}
.feature-text .guardian-list li {
  display: grid;
  align-items: flex-start;

  grid-template-columns: 22px 1fr;
  row-gap: 6px;
}
.feature-text .guardian-list .num {
  grid-row: span 2;
}
.feature-text .guardian-list strong {
  font-size: 16px;
  color: var(--primary-color4);
}
.feature-text .guardian-list strong,
.feature-text .guardian-list p {
  word-break: keep-all;
}
.feature-eyebrow {
  display: block;
  color: var(--primary-color4);
  margin-bottom: 5px;
}

.feature-title {
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--primary-color4);
}
.feature-title span {
  font-weight: 600;
}
/* re-4 */
.rs-4 {
  padding: 60px 0;
  background: #faf8fd;
}

.rs-4 .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
.step-page .rs-4 .inner {
  flex-direction: column;
}
/* 왼쪽 */
.process-nav {
  max-width: 100%;
  position: relative;
  align-self: flex-start;
}
.step-page .process-nav {
  position: relative;
  top: 0;
}
.process-nav .desc {
  margin-bottom: 32px;
}
.step-list {
  display: none;
  position: relative;
}
.step-item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 20px;
  color: var(--primary-color1);
  transition: all 0.3s ease;
}
.step-list .step-item > span {
  color: var(--primary-color4);
}
.step-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary-color2);
}
.step-item::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.step-item::before,
.step-item::after {
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.step-item.active::before {
  transform: scale(1.1);
  background: var(--primary-color2);
}
.step-item.active::after {
  background: var(--primary-color2);
}
.process-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.step-page .process-content {
  max-width: 100%;
}
.process-step {
  margin-top: 50px;
}
.step-page .process-step {
  margin-top: 60px;
}
.step-page .process-step:first-child,
.aftercare-page .process-step:first-child {
  margin-top: 0;
}
.process-step p > span {
  color: var(--primary-color4);
  font-weight: 500;
}
.process-step img {
  border-radius: var(--bdrs12);
}
.process-step--list p {
  font-size: 16px;
}
.process-step p {
  margin: 0.7em 0;
  font-size: 14px;
}
.aftercare-page .process-step .guardian-list li p {
  margin: 0;
}
.aftercare-page .process-step .process-step--subtit {
  position: relative;
  font-size: 14px;
  color: var(--primary-color2);
  margin-left: 25px;
}
.aftercare-page .process-step .process-step--subtit::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-color2);
}
.process-imgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-top: 5px;
  border-radius: var(--bdrs12);
  background: var(--primary-color2);
}
.process-imgbox ul {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.process-imgbox ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.process-imgbox ul li .img--block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.process-imgbox ul li p {
  color: var(--white);
  text-align: center;
  margin: 0.7em 0 0 0;
  line-height: 1.2em;
}
.step-line {
  position: absolute;
  left: 9px;
  top: 4px;
  bottom: 6px;
  width: 2px;
  background-image: repeating-linear-gradient(to bottom, #d8d0db 0, #d8d0db 4px, transparent 4px, transparent 8px);
}

.step-line-active {
  position: absolute;
  left: 9px;
  top: 8px;
  width: 2px;
  height: 0;
  background-color: var(--primary-color2);
  transition: height 0.4s ease;
}

/* rs-5 */

.compare-faq {
  padding: 60px 0 40px 0;
}
.compare-faq__header,
.compare-faq__item {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
}

.compare-faq__header {
  font-weight: 600;
  background: rgba(201, 190, 210, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 999px;
}
.compare-faq__header > .col {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0px;
  font-size: 16px;
  gap: 5px;
}
.rememberstone-page .compare-faq__header > .col.col--right .img--block {
  display: none;
}
.compare-faq__header > .col.col--right .img--block {
  /* display: none; */
  width: 50px;
  height: auto;
}
.compare-faq__header > .col--center::before {
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}
.compare-faq__item {
  border-bottom: 1px solid #e3dbea;
}

.col {
  text-align: center;
  padding: 20px 5px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--primary-color4);
}

.col--center {
  text-align: center;
  font-weight: 500;
  color: #726176;
  position: relative;
}
.compare-faq__list .col--center {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding: 0 15px;
  font-size: 13px;
}
.rp-2--link span {
  line-height: 1;
  border-bottom: 1px solid var(--primary-color4);
}
/* 가운데 라운드 영역용 */
.col--center::before {
  content: "";
  position: absolute;
  inset: 0px 10px;
  background: rgba(201, 190, 210, 0.5);
  z-index: -1;
}
.compare-faq__item .col--center::before {
  background: rgba(201, 190, 210, 0.2);
  inset: 0px 10px;
}
.compare-faq__item:last-child .col--center::before {
  inset: 0px 10px;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
}

/* rs-6 */
.rs-6 {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #faf8fd;
}
.rs-6--content {
}
.rs-6--content .grid--block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rs-6--content .grid--block .img--block {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

/* rememberstone storage */
.rss-2 .swiper {
  width: 100%;
}
.rss-2 .swiper .swiper-wrapper {
}
.rss-2 .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  border-radius: 12px;
}
.rss-2--content {
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.rss-3 .value-item {
  margin-bottom: 10px;
}
.rss-3 .value-item .img--box {
  position: relative;
}
.rss-3 .value-item .img--box:hover .img--block {
  transform: translateY(-3px);
}
.rss-3 .value-item .img--box .img--block {
  margin-top: 0;
  transition: all 0.4s ease;
}
.rss-3 .value-item .img--box .item-name {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  z-index: 1;
  margin: 0;
}
.rss-3 .value-item .img--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.rss-3 .img--block {
  padding: 15px;
  background: #fff;
  max-width: 100%;
  border-radius: 12px;
  margin-top: 10px;
  overflow: hidden;
}
.rss-3 .value-item:nth-child(1) .img--block {
  max-width: 60%;
}

/* step */
.step-page .rs-4 .section-tit {
  font-size: clamp(1.5rem, 3.2vw, 1.7rem);
}
.process-step .img--block {
  position: relative;
}
.aftercare-page .process-step .img--block {
  border-radius: 12px;
  border: 7px solid var(--white);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  margin: 20px 0;
  max-width: 100%;
}
.rp-step-card .process-step .img--block {
  height: 240px;
}
.process-dec {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 10px;
  display: flex;
  max-width: 100%;
  align-items: flex-end;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
  border-radius: var(--bdrs12);
  color: var(--white);
}
.process-dec.v2 {
  align-items: flex-start;
}
.process-dec.v2 .process-dec--list {
  margin-left: 20px;
}
.process-dec.v2 .process-dec--list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.process-step--list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.process-step--list li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.process-step--list li span {
  font-weight: 600;
}
.process-step--list li p {
  margin: 0;
}
.process-util--list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.process-util--list a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 90%;
}
.process-util--list a span {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
}
.process-dec > span {
  font-size: 14px;
}
.aftercare-page .process-content .tit {
  min-width: 100px;
  max-width: 100px;
}
.process-content .num {
  display: flex;
  align-items: center;
  gap: 5px;
}
.aftercare-page .process-content .num {
  transform: translateY(-1px);
}
.goto_ic {
  transform: translateY(-2px);
}
.process-content .num .num-ic {
}
.process-content .num p {
  color: var(--white);
}
.process-content .num .num-tx {
  font-size: 25px;
  font-weight: 600;
}
.process-dec .caution_box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.process-step--tit {
  color: var(--primary-color1);
}
/* price */
.rp-1 {
  position: relative;
  background: url("/wp-content/uploads/2026/03/rp-1_img.jpg") no-repeat center;
  background-size: cover;
  /* height: 680px; */
  height: auto;
}
.rp-1 .rp-1--content {
  padding-top: 70px;
  padding-bottom: 70px;
}
.rp-1 .price-area {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.rp-1 .price-area p {
  text-align: right;
}
.rp-1 .price--list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 40px 0;
}
.rp-1 .price--item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 20px;
  font-size: 16px;
}
.rp-1 .price--item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-color2);
}
.rp-1 .price--item .rp-kg {
  color: var(--primary-color2);
  min-width: 94px;
}
@media screen and (max-width: 991px) {
  .rp-1 .price--item .rp-kg {
    min-width: 68px;
  }
}

.rp-1 .price--item .rp-line {
  width: 100px;
  height: 1px;
  background: var(--primary-color2);
}
.rp-1 .price--item .rp-num {
  color: var(--white);
  padding-left: 10px;
}
.rp-2 .compare-faq__header,
.rp-2 .compare-faq__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
.rp-2--link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rp-2--link > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.rp-2_img--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.rp-2_img--wrapper .rp-2_img--box .img--block {
  border-radius: 12px;
  overflow: hidden;
}
.rp-2_img--wrapper .rp-2_img--box .tx--block {
  color: var(--primary-color4);
  font-size: 16px;
  font-weight: 600;
  margin: 1em 0;
}
.rp-3 .tag {
  padding: 5px 8px;
  background: var(--primary-color1);
  color: var(--white);
  border-radius: 20px;
  font-size: 11px;
}
.rp-3 .standard-box {
  font-size: 12px;
}
.rp-3 .step-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rp-3 .step-item > span {
  font-size: 16px;
  color: var(--primary-color4);
  font-weight: 600;
  min-width: auto;
}
.step-caution--list {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.rp-step-card {
  padding: 20px 10px;
  background: var(--white);
  border-radius: 20px;
  margin-bottom: 40px;
}
.rp-step-card .swiper {
}
.rp-step-card .process-step {
  margin-top: 50px;
  height: auto;
  padding-bottom: 40px;
}
.rp-step-card .rp-step-card--top {
}
.rp-step-card .rp-step-card--top .step-item {
  display: flex;
  justify-content: space-between;
}
.rp-step-card--bot {
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* 가운데 라인 */
.rp-step-card--bot::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-color3);
}

/* 단계 */
.rp-step-card--bot li {
  list-style: none;
  text-align: center;
  position: relative;
  flex: 1;
}

/* 번호 원 */
.rp-step-card-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0 auto 6px;
  border-radius: 50%;
  background: var(--primary-color2);
  color: #fff;
  font-size: 13px;
  position: relative;
  z-index: 2;
}
.rp-step-card--bot span span {
  display: block;
  font-size: 0.9em;
}
/* 텍스트 */
.rp-step-card-label {
  display: block;
  font-size: 14px;
  color: var(--primary-color1);
}
.rp-step-card .swiper-pagination {
  bottom: 0 !important;
}

.vip-option-wrap {
  padding: 20px;
  border: 1px solid var(--primary-color2);
  border-radius: 20px;
  margin-top: 50px;
}
.vip-box {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.vip-option-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
.vip-option-grid .vip-option {
  display: flex;
  align-items: center;
  gap: 5px;
}
.vip-option-grid .vip-option p {
  color: var(--primary-color1);
  margin: 0;
}

/* process-last--block */
.process-last--block {
}
.process-last--block .rp-step-card {
  background: inherit;
  border: 1px solid var(--primary-color2);
}
.process-last--block .rp-step-card--bot {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.process-last--block .rp-step-card--bot::before {
  display: none;
}
.process-last--block .process-step--tit {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
}
.process-last--block .process-step--tit > span {
  color: var(--primary-color4);
}
.process-last--block .rp-step-card--bot li .img--block {
  overflow: hidden;
  border-radius: 12px;
}

.process-last--block .rp-step-card--bot li {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.rp-4 .desc--block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* padding: 40px; */
  padding: 20px;
  background: #faf8fd;
  border-radius: 12px;
  max-width: 830px;
  /* max-width: 100%; */
  margin: 0 auto;
}
.rp-4 .desc--block strong {
  color: var(--primary-color1);
}
.rp-4 .desc--block p {
  margin: 0;
}
/* rp-5 */
.rp-5 {
  background: #faf8fd;
  padding-bottom: 50px;
}

.price-weight {
}
.price-weight__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* gap: 5rem; */
  margin: 15px 0;
}
.price-weight__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-weight__item {
  display: flex;
  align-items: center;
}
.price-weight__dot {
  display: block;
  width: 10px;
  height: 10px;
  background: var(--primary-color2);
  border-radius: 50%;
  margin-right: 10px;
}
.price-weight__weight {
  color: var(--primary-color4);
  font-size: 18px;
  margin-right: 20px;
  flex: 1;
}

.price-weight__line {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--primary-color2);
}
.price-weight__price {
  margin-left: 10px;
  color: var(--primary-color5);
}
.caution--block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.caution--block p {
  margin: 0 !important;
  font-size: 14px;
  color: var(--primary-color5);
}
@media screen and (min-width: 1230px) {
  .price-weight__inner {
    flex-direction: row;
    gap: 5rem;
  }
}

/* rp-6 */
.rp-6 .section-tit {
  margin-bottom: 20px;
}
/* swiper pagination */
.swiper-pagination {
  bottom: -30px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--primary-color3);
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color1);
}
@media screen and (min-width: 992px) {
  /* hero */
  .hero-section {
    height: calc(100dvh - var(--header-height));
  }
  /* 하단 텍스트 */
  .hero-text {
    bottom: 60px;
  }

  .hero-text p {
    font-size: 18px;
  }
  .hero-text p.active {
    font-size: 36px;
  }

  /* ms-1 */
  .ms-1 {
    padding: 70px 0 80px 0;
  }
  .ms-1--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .ms-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ms-1 .deco-text {
    font-weight: 500;
  }
  /* ms-2 */
  .ms-2 {
    margin-bottom: 120px;
  }
  .ms-2 .card--list {
    gap: 80px;
  }
  .ms-2 .card--list .card--item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 60px;
  }
  .ms-2 .card--list .card--item:nth-child(2),
  .ms-2 .card--list .card--item:nth-child(4) {
    flex-direction: row-reverse;
  }
  .ms-2 .card--list .card--item > .img--block {
    max-width: 50%;
    border-radius: 12px;
  }
  .ms-2 .card--list .card--item > .text--block {
    max-width: 50%;
  }
  .front-page .ms-2 .text--block p,
  .front-page .ms-3 .text--block p,
  .front-page .ms-4 .text--block p {
    margin: 0 0 3em;
  }
  /* ms-3 */
  .ms-3 .card--list .card--item .text--block {
    left: 15%;
  }

  /* ms-4 */
  .ms-4 .content.pc-v {
    position: relative;
    min-height: 350vh;
  }
  .ms-4 .sticky--block {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    z-index: 1;
  }
  .ms-4 .pc-v .img-content {
  }
  .ms-4 .pc-v .img-content .img--block {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
  }
  .ms-4 .pc-v .img-content .img--block.img01 {
    width: 350px;
    top: 10%;
    right: 8%;
  }
  .ms-4 .pc-v .img-content .img--block.img02 {
    max-width: 500px;
    top: 20%;
    left: 8%;
  }
  .ms-4 .pc-v .img-content .img--block.img03 {
    max-width: 550px;
    top: 30%;
    right: 10%;
  }
  .ms-4 .pc-v .img-content .img--block.img04 {
    max-width: 400px;
    top: 60%;
    left: 9%;
  }
  .ms-4 .pc-v .img-content .img--block.img05 {
    max-width: 500px;
    top: 80%;
    right: 10%;
  }

  /* greeting */
  .horizontal-wrap {
    height: 650dvh;
  }
  .greeting-section .text--block {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
  .greeting-section .text--block p,
  .intro-section .text--block p {
    max-width: 100%;
  }
  /* location */
  .location-content {
    padding: 100px 0;
  }
  .contact-info {
    flex-direction: row;
    padding-top: 60px;
  }
  .info-left dd {
    line-height: 1.8;
  }

  /* faq */
  .faq-area {
    margin-bottom: 100px;
  }
  .faq-question .faq-cat {
    display: block;
    padding-right: 20px;
    font-weight: 600;
    font-size: 15px;
  }
  .faq-question {
    padding: 34px 27px;
    justify-content: flex-start;
  }
  .faq-question .faq-icon {
    margin-left: auto;
  }
  .faq-answer {
    padding: 0 80px;
  }
  .faq-answer p:last-child {
    padding-bottom: 34px;
  }

  /* col-1 */
  .col-1--content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
  }
  .guardian-list .num {
    font-size: 14px;
  }

  .guardian-list p {
    font-size: 16px;
  }
  /* col02 */
  .col-2 {
    display: block;
    min-height: 100vh;
  }
  /* col03 */
  .col-3 {
    padding: 100px 0 0 0;
    margin-bottom: 100px;
  }
  /* col-4 */
  .col-4 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .col-4_content {
    /* padding-top: 50px; */
    gap: 20px;
  }
  .col-4 .text--block {
    margin-bottom: 50px;
  }
  .col-4 .guardian-list p {
    color: var(--primary-color4);
  }
  /* col-5 */
  .col-5 {
    padding: 80px 0;
  }
  .col-5_content {
    margin-top: 50px;
  }
  .swiper-btn-wrap {
    top: -60px;
  }
  .col-5_content .swiper {
    width: 100vw;
  }
  /* rememberstone */
  .value-section {
    padding-top: 25px;
  }
  .value-title {
    font-size: 24px;
  }
  .value-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .value-item {
    padding: 40px;
  }
  /* rs-1 */
  .rs-1--content {
    padding: 80px 0;
  }
  /* rs-2 */
  .rs-2 {
    display: block;
  }
  .rs-2--content {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  /* rs-3 */
  .rs-3 {
    padding: 100px 0;
    gap: 80px;
  }
  .rs-3--content {
    gap: 80px;
  }
  .feature-row {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
  }
  .feature-img {
    max-width: 50%;
  }
  .feature-row.reverse {
    flex-direction: row-reverse;
  }

  .feature-text .guardian-list strong {
    font-size: 18px;
  }
  .feature-text .guardian-list li {
    display: flex;
    align-items: center;
  }

  /* compare */
  .col {
    padding: 20px 10px;
    font-size: 16px;
  }
  .compare-faq__header > .col {
    height: 70px;
    font-size: 18px;
    gap: 10px;
  }
  .compare-faq__header > .col.col--right .img--block {
    width: 50px;
  }
  .col {
    padding: 40px 20px;
    font-size: 15px;
    line-height: 1.6;
  }
  .col--center::before {
    inset: 0px 10px;
  }
  .compare-faq__item .col--center::before {
    inset: 0px 10px;
  }
  /* rs-4 */
  .rs-4 {
    padding: 120px 0;
  }
  .process-content {
    max-width: 685px;
    padding-top: 50px;
  }
  .step-page .process-content,
  .price-page .process-content {
    max-width: 50%;
  }
  .process-nav {
    top: 20vh;
    max-width: 100%;
    position: sticky;
    align-self: flex-start;
  }
  .step-page .process-nav {
    position: sticky;
    top: 20vh;
  }
  .rp-3 .process-nav {
    position: sticky;
    top: 10vh;
  }
  .step-list {
    display: block;
    position: relative;
  }
  .rs-4 .inner {
    display: flex;
    flex-direction: row;
  }
  .step-page .rs-4 .inner {
    flex-direction: row;
  }
  .process-step {
    margin-top: 100px;
  }
  .process-step--list li {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }
  .process-step p {
    font-size: 16px;
  }
  .rp-1 .price--item .rp-line {
    width: 140px;
  }
  .process-imgbox ul li .img--block {
    width: 100px;
  }
  .rp-step-card {
    padding: 40px;
    margin-bottom: 80px;
  }
  .vip-option-grid {
    flex-direction: row;
    gap: 50px;
  }
  .price-page .value-desc .value-desc-tit {
    font-size: 16px;
  }
  .rp-1 .price--item {
    gap: 15px;
    padding-left: 20px;
    font-size: 22px;
  }
  /* rs-5 */
  .compare-faq {
    padding: 80px 0;
  }
  .compare-faq__list .col--center {
    font-size: 16px;
  }
  /* rs-6 */
  .rs-6 {
    padding: 100px 0 80px 0;
  }
  .rs-6--content {
  }
  .rs-6--content .grid--block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    max-width: 830px;
    margin: 0 auto;
    gap: 30px;
  }

  /* rss2 */
  .rss-2--content {
    padding-bottom: 20px;
    margin-bottom: 80px;
  }
  .rss-3--content {
    padding-bottom: 40px;
  }
  .rss-3 .img--block {
    padding: 30px;
    margin-top: 40px;
  }
  .rss-3 .value-item {
    margin-bottom: 40px;
  }
  .rss-3 .value-item .img--wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  .value-en {
    font-size: 14px;
  }
  .rss-3--content .value-en {
    font-size: 16px;
  }
  .rss-3 .value-item .img--box .item-name {
    margin-bottom: 10px;
  }
  .process-step .process-step--tit {
    font-size: 20px;
  }
  .process-step .process-step--subtit {
    font-size: 16px;
  }
  /* step */
  .process-dec {
    bottom: 10px;
    right: 10px;
    padding: 20px 30px;
  }
  .step-item {
    padding-left: 34px;
    margin-bottom: 50px;
  }
  /* price */
  .rp-1 {
    height: 680px;
  }
  .rp-1 .rp-1--content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .rp-1 .price-area {
    position: absolute;
    top: 50%;
    right: 20vw;
    transform: translateY(-40%);
    display: flex;
    flex-direction: column;
  }
  .rp-2_img--wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .rp-2_img--wrapper .swiper-wrapper {
    transform: none !important;
    display: flex;
    gap: 20px;
  }
  .rp-2_img--wrapper .swiper-slide {
    width: auto !important;
    flex: 1;
  }
  .rp-3 .tag {
    font-size: 13px;
  }
  .rp-3 .standard-box {
    font-size: 14px;
  }
  /* rp-3 */
  .rp-3 .step-item > span {
    font-size: 20px;
    min-width: 120px;
  }
  .rp-step-card {
    padding: 20px;
    margin-bottom: 40px;
  }
  .price-page .value-list {
    grid-template-columns: repeat(3, 1fr);
  }
  /* aftercare */
  .aftercare-page .process-step .img--block {
    max-width: 500px;
  }

  /* process-last--block */
  .process-last--block .rp-step-card--bot {
    flex-direction: row;
  }
  .rp-4 .desc--block {
    padding: 40px;
  }
  /* rp-5 */
  .rp-5 {
    padding-bottom: 100px;
  }
  /* rp-6 */
  .rp-6 .section-tit {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 425px) {
  .hero-text {
    gap: 2%;
    bottom: 10px;
  }
  /* rememberstone */
  .value-list {
    grid-template-columns: 1fr;
  }
}
