@charset "UTF-8";

/* main 히어로 섹션 */

main .cta {
  display: none;
}

main {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

main .main_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sea.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  transform-origin: center center;
  animation: zoom 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@keyframes zoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

main .wrap {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

main .downbox {
  width: 100%;
  display: flex;
  padding-bottom: 15.5rem;
  justify-content: space-between;
  align-items: flex-end;
}

main h5 {
  margin-bottom: 1.6rem !important;
}

main h2 {
  margin-bottom: 2.4rem;
  font-size: 4.8rem;
}

main p {
  font-size: clamp(16px, 2vw, 20px);
  color: #fff !important;
  line-height: 1.4em;
  font-weight: 400;
}

/* 셀러 섹션 */
.seller {
  padding: 20rem 0 0 0;
}

.seller .wrap {
  display: flex;
  justify-content: center;
}

.seller img {
  width: 100%;
  height: auto;
  max-width: 146.4rem;
  max-height: 70rem;
}

/* idbtn 섹션 */
.idbtn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.idbtn button {
  width: 100%;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 400;
  color: #191919;
  background: none;
  border: none;
  height: 45px;
  padding: 0 5rem;
  cursor: pointer;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  white-space: nowrap;
}

.idbtn .divider {
  width: 1px;
  height: 45px;
  background-color: #ccc;
}

/* notice 섹션 */
.notice .box {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #098682;
  padding: 6rem 4rem;
  border-radius: 12px;
}

.notice .downbox {
  background-color: #fff;
  border-radius: 8px;
  padding: 3rem 3rem;
  text-align: center;
}

.notice h2 {
  color: #fff;
  margin-bottom: 2rem;
}

.notice .p14 {
  margin-top: 2rem;
  font-weight: 400;
}

.notice span {
  color: #098682;
  font-weight: 700;
}

/* why 섹션 */
.visualline {
  padding: 20rem 0 0 0;
}

.visualline h2 {
  margin-bottom: 4rem;
}

.visualline h3 {
  margin-bottom: 2rem !important;
}

.visualline .title.left h4 {
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 2rem;
  font-weight: 600;
}

.visualline .wrap {
  display: flex;
  gap: 16rem;
  justify-content: center;
}

.visualline .downbox {
  display: flex;
  gap: 15rem;
}

.visualline .rightbox {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.visualline .woman1,
.woman2 {
  width: 100%;
  height: auto;
  max-width: 47.2rem;
  margin-bottom: 1.5rem;
}

.visualline .textbox {
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.visualline .contentbox {
  display: flex;
  gap: 0.5rem;
}

.visualline h4 {
  font-size: clamp(16px, 2vw, 20px);
}

.visualline h5 {
  margin-bottom: 2.4rem;
}

/* 리빌딩 섹션 */

.rebuilding {
  padding: 20rem 0 20rem 0;
}

.rebuilding img {
  width: 100%;
  height: auto;
  max-width: 42rem;
  border-radius: 16px;
}

.rebuilding .wrap {
  display: flex;
  gap: 12.4rem;
  padding-left: 12.4rem;
}

.rebuilding .title.left {
  margin-top: 8rem;
}

.rebuilding h2 {
  margin-bottom: 4.8rem;
}

/* 15years 섹션 */
.year {
  background-color: #000;
  padding: 18rem 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),
    url("../img/yearpic.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.year .wrap {
  display: flex;
  flex-direction: column;
}

.year .leftbox {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10rem;
}

.year .topbox {
  display: flex;
  gap: 2rem;
  align-items: baseline;
  margin-bottom: 3rem;
  justify-content: center;
}

.year .number {
  font-family: "Noto serif kr", serif;
  font-size: 12rem;
  color: var(--main300);
  line-height: 1;
  margin: 0;
}

.year h2 {
  margin-bottom: 3.4rem;
}

.year .color {
  color: var(--main300);
}

.year .eng {
  font-size: 4.6rem;
  font-family: "Noto serif kr", serif;
  color: var(--main300);
  line-height: 1;
  margin: 0;
}

.year .rightbox {
  display: flex;
  grid-gap: 3rem;
  justify-content: center;
  align-items: center;
}

.year .rightbox h4 {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.4em;
}

.year .rightbox img {
  width: 100%;
  height: auto;
  max-width: 12rem;
  margin-bottom: 2rem;
}

.year .aibox {
  width: 28rem;
  height: auto;

  border-radius: 50%;

  text-align: center;
}

/* 리뷰 섹션 */
.review {
  position: relative;
  overflow: visible;
}

.review .leftbox {
  margin-bottom: 4.8rem;
}

.review .lowbox {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-self: flex-start;
}

.review .btnbox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-self: flex-start;
}

.review .downbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.review .downbox img {
  width: 100%;
  max-width: 47.2rem;
  height: auto;
  border-radius: 8px;
}

.review .topbox {
  display: flex;
  margin-bottom: 3rem;
  justify-content: flex-end;
  gap: 3rem;
  align-items: center;
}

.review .abcd {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  background-color: #f7f7f7;
  border-radius: 99px;
  padding: 1.4rem 5rem;
  cursor: pointer;
}

.review .abcd:hover {
  cursor: pointer;
}

.review .abcd.active {
  background-color: #1ebfb8;
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.review .rightbox .look {
  display: flex;
  border: 1px solid #12736e;
  padding: 0.8rem 2.5rem;
  border-radius: 99px;
  gap: 1.5rem;
}

.review .rightbox .look p {
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 400;
}

.review .rightbox .look img {
  width: 100%;
  max-width: 1.4rem;
}

.review .btn {
  display: none;
}

.review .btn.active {
  display: block;
}

.review .imgbox {
  position: relative;
}

.review .imgbox p {
  color: white;
  font-weight: 500;
  font-size: clamp(12px, 2vw, 14px);
  background-color: rgba(30, 191, 184, 0.8);
  padding: 1.5rem 1.5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.review .imgbox img {
  border: 2px solid var(--main500);
}

.review .imgbox2 {
  position: relative;
}

.review .imgbox2 .icon {
  width: 100%;
  height: auto;
  max-width: 16rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.review .oo1 p {
  font-size: clamp(12px, 2vw, 14px);
  color: white;
  font-weight: 500;
}

.review .imgbox2 .oo1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 500;
  font-size: clamp(12px, 2vw, 14px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1 / 1;
  text-align: center;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
}

.review .num {
  font-size: clamp(14px, 2vw, 17px);
  font-weight: 500;
  color: #7cfffa;
}

/* 차별점 섹션 */
.difference {
  background-color: #f5f5f5;
  padding: 18rem 0;
}

.difference .title {
  margin-bottom: 10rem;
}

.difference .downall {
  border: 1px solid #ccc;
  border-radius: 16px;
}

.difference .tab-wrapper {
  width: 100%;
  position: relative;
}

.difference .button {
  display: flex;
  justify-content: space-around;
}

.difference .btn {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  color: #767676;
  padding: 2.2rem 0;
}

.difference .btn img {
  display: none;
  max-width: 2.4rem;
}

.difference .btn.active {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--main500);
}

.difference .btn.active img {
  display: inline-block;
}

.difference .tab-underline {
  position: relative;
  height: 2px;
  background-color: #d9d9d9; /* 기본 회색 줄 */
}

.difference .tab-underline .indicator {
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: var(--main500);
  transition: all 0.3s ease;
  left: 0;
  width: 33.33%;
}

.difference .textbox {
  padding: 8rem 0 0 12rem;
}

.difference .package {
  display: flex;
  justify-content: baseline;
}

.difference .textbox img {
  width: 100%;
  max-width: 10rem !important;
  height: auto;
  margin-bottom: 3rem;
}

.difference .textbox h4 {
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  margin-bottom: 2rem;
}

.difference .firstimgbox {
  display: flex;
  justify-content: space-between;
  display: none;
}

.difference .firstimgbox img {
  max-width: 79.5rem;
  width: 100%;
  height: auto;
  border-radius: 0 0 15px 0;
}

.difference .content {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}

.difference .topbox {
  display: flex;
  margin-bottom: 6rem;
  align-items: baseline;
  gap: 1.4rem;
}

.difference .imgbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

.difference .contentbox span {
  font-size: clamp(28px, 5vw, 70px);
  color: var(--main300);
}

.difference .collagen img {
  width: 100%;
  border-radius: 12px;
}

.difference .subbox h3 {
  margin-bottom: 2.4rem;
  line-height: 1.4em;
}

.difference .subbox p {
  font-weight: 500;
}

.difference .imgbox img {
  width: 100%;
  max-width: 47.2rem;
}

.difference .scroll-wrapper {
  overflow: hidden;
  width: 100vw; /* wrap 안에서 벗어나게 함 */
  margin-left: calc(-50vw + 50%); /* 가운데 정렬용 */
}

.difference .scroll-track {
  display: flex;
  gap: 40px;
  animation: scrollLoop 60s linear infinite;
  width: fit-content;
  will-change: transform;
}

.difference .scroll-track img {
  max-width: 64rem;
  width: auto;
  height: auto;
  flex-shrink: 0;
  border-radius: 4px;
  object-fit: cover;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.3333%);
  }
}

/* 한약재 섹션 */

.medicine .leftbox {
  margin-bottom: 8rem;
}

.medicine h2 {
  margin-bottom: 2.8rem;
}

.medicine .lowbox {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.medicine .downbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}

.medicine .rightbox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.4s ease;
  width: 100%;
}

.medicine .rightbox.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: auto;
}

.medicine .btnbox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.medicine .btn {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  background-color: #f7f7f7;
  border-radius: 99px;
  padding: 1.4rem 5rem;
  cursor: pointer;
  transition: 0.2s ease;
}

.medicine .btn.active {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  background-color: var(--main500);
  border-radius: 99px;
  padding: 1.4rem 5rem;
  cursor: pointer;
  color: white;
}

.medicine .contentbox {
  position: relative;
  flex: 1;
  max-width: 41.6rem;
  background-color: #f7f7f7;
  border-radius: 24px;
  padding: 4rem 3rem;
}

.medicine .topbox h4 {
  margin-bottom: 3rem;
}

.medicine .contentbox .mf {
  position: absolute;
  top: 3rem;
  right: 2rem;
  width: 100%;
  max-width: 10rem;
}

.medicine .textbox {
  margin-top: 8rem;
}

.medicine .textbox h4 {
  margin-bottom: 2rem;
}

.medicine .textbox .p16 {
  margin-bottom: 1rem;
}

.medicine .textbox .p16:last-of-type {
  margin-bottom: 2.5rem;
}

.medicine .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.medicine img {
  margin-top: 0.2rem;
}

.medicine .checkbox p {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  color: #098682;
}

.medicine .subbox {
  display: flex;
  gap: 3rem;
}

.medicine .rightgroup {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

.medicine .rightgroup h4 {
  color: var(--main500);
}

.medicine .rightgroup .two {
  font-size: clamp(16px, 2vw, 21px);
}

/* 추천 섹션 */

.recommend.dark {
  background-color: #333;
  padding: 18rem 0;
}

.recommend.dark .downbox {
  display: grid;
  grid-template-columns: repeat(3, minmax(40rem, 1fr));
  gap: 6rem;
}

.recommend.dark .contentbox {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.recommend.dark h2 {
  margin-bottom: 8rem;
}

.recommend.dark h4 {
  margin-bottom: 2rem;
}

.recommend.dark img {
  width: 100%;
  height: auto;
  max-width: 12rem;
  margin-bottom: 4rem;
}

/* 다이어트 실패 섹션 */
.fault .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fault .title.left {
  padding-top: 8rem;
}

.fault h2 {
  margin-bottom: 4.8rem;
}

.fault img {
  width: 100%;
  height: auto;
  max-width: 80rem;
  border-radius: 12px;
}

/* 약속 섹션 */

.promise {
  background-color: #f5f5f5;
  padding: 18rem 0;
}

.promise .title {
  margin-bottom: 10rem;
}

.promise .downbox {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.promise .contentbox {
  display: flex;
  gap: 16rem;
  justify-content: center;
  flex-wrap: wrap;
}

.promise .contentbox2 {
  display: flex;
  gap: 16rem;
  justify-content: center;
  flex-wrap: wrap;
}

.promise .rightbox {
  padding-top: 6rem;
  min-width: 52rem;
}

.promise .dummy {
  font-size: clamp(28px, 4vw, 70px);
  font-weight: 400;
  margin-bottom: 3rem;
  color: #81cbc8;
  line-height: 1;
}

.promise h3 {
  margin-bottom: 2rem;
}

.promise .color {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 4rem;
  line-height: 1.5em;
  color: #2d9f9a;
}

.promise img {
  width: 100%;
  height: auto;
  max-width: 42rem;
  border-radius: 8px;
}

/* 한약 금액 섹션 */
.price-section .title {
  margin-bottom: 10rem;
}

.makeline {
  margin-bottom: 12rem;
}

.makeline:last-child {
  margin-bottom: 0;
}

.makeline .bigbox {
  background-color: #f7f7f7;
  border-radius: 36px;
  padding: 6rem 4rem 4rem 4rem;
}

.makeline h3 {
  color: var(--main500);
  margin-bottom: 1rem;
}

.makeline .subtitle p {
  font-weight: 500;
}

.makeline .subtitle {
  margin-bottom: 6rem;
}

.makeline .topbox {
  display: flex;
  justify-content: center;
  gap: 12rem;
  margin-bottom: 4rem;
}

.makeline .origbox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.makeline .origbox h4 {
  color: var(--main500);
  display: inline-block;
  padding: 0.3rem 0 0 0;
}

.makeline .origbox h5 {
  font-size: clamp(14px, 2vw, 16px);
  background-color: #6bb6b4;
  border-radius: 99px;
  padding: 0.8rem 1.5rem;
  color: #fff;
  letter-spacing: 0;
}

.makeline .textbox {
  display: flex;
  gap: 2rem;
}

.makeline .advenbox {
  display: flex;
  gap: 3rem;
}

.makeline .checktwo {
  display: flex;
  gap: 0.7rem;
}

.makeline .topbox .vertical-divider {
  width: 1px;
  height: 76px;
  background-color: #ddd;
}

.makeline .boostbox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.makeline .boostbox h4 {
  color: #ff8080;
  display: inline-block;
  padding: 0.3rem 0 0 0;
}

.makeline .boostbox h5 {
  font-size: clamp(14px, 2vw, 16px);
  background-color: #ff8080;
  border-radius: 99px;
  padding: 0.8rem 1.5rem;
  color: #fff;
  letter-spacing: 0;
}

.makeline .leftbox {
  display: flex;
  justify-content: center;
  gap: 5.2rem;
}

.makeline .bigbox .leftbox img {
  width: auto;
  height: auto;
  max-width: 40.9rem;
}

.makeline .downbox .thumb {
  position: relative;
}

.makeline .downbox .thumb img {
  max-width: 24rem;
  margin-bottom: 2rem;
}

.makeline .downbox h5 {
  font-size: clamp(11px, 2vw, 13px);
  color: white;
  background-color: #6bb6b4;
  border-radius: 99px;
  letter-spacing: 0;
  padding: 0.4rem 1.8rem;
  position: absolute;
  top: 1rem;
  right: 0;
  font-family: "pretendard";
}

.makeline .downbox h6 {
  font-size: clamp(11px, 2vw, 13px);
  color: white;
  background-color: #ff8080;
  border-radius: 99px;
  letter-spacing: 0;
  padding: 0.3rem 2.5rem;
  position: absolute;
  top: 3.5rem;
  right: 0;
}

.makeline .downbox .productbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.makeline .downbox .productbox h4 {
  color: var(--main500);
  margin-bottom: 1rem;
}

.makeline .downbox .productbox p {
  text-align: center;
}

.makeline .downbox {
  display: flex;
  gap: 6rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 32px;
  padding: 4rem 6rem;
  align-items: center;
  justify-content: center;
}

.makeline .downbox .vertical-divider-big {
  width: 1px;
  height: 354px;
  background-color: #eee;
}

.makeline .downbox .rightbox {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.makeline .downbox .rightbox .tit {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  color: #fff;
  background-color: var(--main500);
  border-radius: 99px;
  padding: 0.5rem 2.6rem;
  margin-bottom: 3rem;
  text-align: center;
}

.makeline .downbox .rightbox .pricebox {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  border-radius: 16px;
  padding: 1.6rem;
  margin-bottom: 1rem;
  align-items: flex-end;
}

.makeline .downbox .rightbox .pricebox .month {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
  color: white;
  background-color: #555;
  border-radius: 99px;
  padding: 0.15rem 1.6rem;
}

.makeline .downbox .rightbox .pricebox .month3 {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
  color: white;
  background-color: var(--main500);
  border-radius: 99px;
  padding: 0.15rem 1.6rem;
}

.makeline .downbox .rightbox .pricebox .p16 {
  text-decoration: line-through;
  color: #b5b5b5;
  font-weight: 400;
}

.makeline .downbox .rightbox .pricebox h4 {
  color: var(--main500);
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
}

.makeline .checkbox {
  display: flex;
  gap: 0.6rem;
}

.makeline .topbox2 {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-bottom: 4rem;
}

.makeline .percent {
  display: flex;
  gap: 1.6rem;
  align-items: baseline;
  margin-bottom: 0.2rem;
}

.makeline .percent .p20 {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  color: #ff7d49;
}

.makeline .percent span {
  font-size: clamp(14px, 2vw, 16px);
}

/* 처방 프로세스 */
.process {
  background-color: #e6f3f3;
  padding: 18rem 0;
}

.process .contentbox {
  display: flex;
  flex-direction: column;
  margin-bottom: 10rem;
}

.process .contentbox:last-child {
  margin-bottom: 0;
}

.process .topbox {
  display: flex;
  gap: 1.5rem;
  align-items: baseline;
  margin-bottom: 6.8rem;
}

.process .downbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.process .downbox img {
  width: 100%;
  height: auto;
  max-width: 1.5rem;
}

.process .subbox {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.process .title {
  margin-bottom: 10rem;
}

.process h3 {
  font-weight: 700;
  color: var(--main500);
}

.process .subbox img {
  width: 100%;
  height: auto;
  max-width: 14.6rem;
  margin-bottom: 2.4rem;
}

.process .p16 {
  color: #999999;
}

.process p {
  font-size: clamp(14px, 2vw, 16px);
}

/* process 모바일 전용 */
.pross.mobile {
  display: none;
  padding: 80px 0;
  background-color: #e6f3f3;
}

.pross.mobile .title {
  margin-bottom: 4rem;
}

.pross.mobile .lowbox {
  text-align: center;
  margin-bottom: 4.8rem;
}

.pross.mobile h3 {
  margin-bottom: 1.5rem;
  color: var(--main500);
}

.pross.mobile .section-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 30px 0 20px;
  color: #333;
}

.pross.mobile .swiper.process-swiper.remote {
  margin-bottom: 8rem;
}

.pross.mobile .swiper {
  width: 100%;
  padding-bottom: 30px;
}

.pross.mobile .swiper-slide {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}

.pross.mobile .swiper-slide p {
  font-weight: 500;
  font-size: 15px;
}

.pross.mobile .swiper-slide img {
  width: 90%;
  max-width: 130px;
  border-radius: 10px;
  margin: 0 auto;
}

.pross.mobile .swiper-pagination {
  text-align: center;
  margin-top: 40px;
}

.pross.mobile .swiper-pagination-bullet {
  width: 6.5px;
  height: 6.5px;
  background: #ccc;
  opacity: 1;
  margin: 0 4px;
}

.pross.mobile .swiper-pagination-bullet-active {
  background: #3ccfcf;
}

/* faq 섹션 */
.faq .wrap {
  max-width: 1280px;
}

.faq .downbox {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.faq .leftbox {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.faq .title.left {
  margin-bottom: 4.8rem;
}

.faq .leftbtn {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 500;
  background-color: #f7f7f7;
  border-radius: 99px;
  padding: 1.4rem 5rem;
  transition: 0.2s ease;
}

.faq .leftbtn:hover {
  cursor: pointer;
}

.faq .questionbox {
  width: 100%;
  display: flex;
  background: rgba(red, green, blue, 0);
  border-radius: 16px;
  padding: 2rem 4rem;
  justify-content: space-between;
  text-align: left;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.faq .questionbox:hover {
  background-color: #e6f3f3;
}

.faq .questionbox h4 {
  flex-grow: 1;
  font-size: clamp(16px, 2vw, 20px);
  text-align: left;
  line-height: 1.55em;
}

.faq .rightbox {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.faq .answerbox {
  width: 100%;
  min-width: 340px;
  max-width: 800px;
  display: none;
  align-items: flex-start;
  gap: 1rem;
  background-color: none;
  padding: 3rem 4rem 0 5rem;
}

.faq .faqbox {
  border-radius: 24px;
  transition: all 0.3 ease;
  transition: background-color 0.2s ease, padding 0.2s ease;
}

.faq .faqbox.active {
  background-color: #f7f7f7;
  padding: 4rem 0;
}

.faq .faqbox.active:hover {
  background-color: #e6f3f3;
}

.faq .faqbox.active .answerbox {
  display: flex;
  transition: max-height 0.4s ease, opacity 0.3s ease 0.1s, padding 0.3s ease;
}

.faq .faqbox .questionbox img {
  width: 100%;
  height: auto;
  max-width: 2rem;
  transition: transform 0.3s ease;
  margin-left: 30rem;
}

.faq .faqbox.active .questionbox img {
  transform: rotate(180deg);
}

.faq .faq-tab-content {
  display: none;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.faq .faq-tab-content.active {
  display: flex;
}

.faq .leftbtn.active {
  background-color: var(--main500);
  color: white;
  transition: all ease 0.3s;
}

.faq .mobile {
  display: none;
}

.faq span {
  color: var(--main500);
}

/* qna섹션 */
.question {
  background-color: #f5f5f5;
}

.question .wrap {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.question .title {
  margin-bottom: 4rem;
}

.question table {
  width: 100%;
  border-collapse: collapse;
}

.col-no {
  width: 64px;
} /* 가장 좁게(숫자 폭) */
.col-email {
  width: 20%;
}
.col-writer {
  width: 5%;
}
.col-date {
  width: 15%;
}
/* col-title는 너비 미지정 → 남는 폭 전부 차지 */

.question td {
  border-bottom: 1px solid #e1e1e1;
}

.question th,
.question td {
  font-size: clamp(13px, 2vw, 15px);
  padding: 2rem 4rem;
  text-align: center;
  font-weight: 400;
}

.question td {
  padding: 3rem 1rem !important;
}

.question thead {
  background-color: #e9e9e9;
  margin-bottom: 1.5rem;
}

.question .search_btn {
  padding: 2rem 2rem;
  background-color: #098682;
  color: white;
  font-size: clamp(12px, 2vw, 14px);
}

.question input {
  padding: 2rem 3rem;
  border: 1px solid #d9d9d9;
  border-radius: 99;
}

.question .register {
  padding: 2rem 2rem;
  background-color: #098682;
  color: white;
  font-size: clamp(12px, 2vw, 14px);
  margin-left: auto;
}

.question .search {
  margin-top: 4rem;
  display: flex;
  gap: 2rem;
}

.question .filter-select {
  position: relative;
  width: 140px;
  height: 57.5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
}

.question .filter-select .label {
  font-size: 14px;
}

.question .filter-select .arrow {
  font-size: 16px;
}

.question .filter-select .options {
  position: absolute;
  left: -1px;
  right: -1px;
  top: calc(100% + 6px);
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  display: none;
  z-index: 20;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.question .filter-select .options li {
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
}

.question .filter-select .options li:hover {
  background: #e9e9e9;
}

/* 상담문의 섹션 */
.kakao {
  background-color: #e6f3f3;
  padding: 12rem 0 0 0;
}

.kakao .wrap {
  display: flex;
  justify-content: space-between;
}

.kakao .kaleftbox {
  display: flex;
  flex-direction: column;
}

.kakao .titlebox {
  display: flex;
  gap: 2.4rem;
  margin-bottom: 4.8rem;
}

.kakao .btnbox {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}

.kakao .btnbox .btn {
  display: flex;
  gap: 3rem;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  background-color: #fddb00;
  padding: 1.4rem 4rem;
  border-radius: 99px;
  width: fit-content;
}

.kakao .btnbox .btn img {
  display: block;
}

.kakao .karightbox img {
  width: 100%;
  height: auto;
  max-width: 67.2;
}
