@charset "UTF-8";
/* ================================================= */
/* 1. 폰트 가중치 Map 및 기본 변수 정의 (핵심 유틸리티) */
/* ================================================= */
/* ============================================== */
/* 2. 타이포그래피 스타일 Map 정의 (디자인 시스템) */
/* - 키: size, weight, family, line-height(선택) */
/* ============================================== */
/* ================================================= */
/* 2-1. 반응형 size Map (PC 대비 size만 오버라이드) */
/* - 존재하는 레벨만 유지 (키 불일치 방지) */
/* ================================================= */
/* ============================================= */
/* 3. 공용 유틸: 레벨별 size 조회 (브레이크포인트) */
/* ============================================= */
/* ============================================= */
/* 4. 범용 믹스인: @include body-1-1 형태로 사용 */
/* - line-height 키가 있으면 함께 출력 */
/* ============================================= */
/* ============================================= */
/* 5. 레벨별 믹스인: 최종 사용 형태 유지 */
/* ============================================= */
/* ========================================== */
/* 6. 클래스 자동 생성(선택): 기존 형태 유지 */
/* ========================================== */
.display-1 {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 144px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 104px;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 88px;
  }
}

.title-1-1 {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .title-1-1 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .title-1-1 {
    font-size: 56px;
  }
}

.title-2-1 {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .title-2-1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .title-2-1 {
    font-size: 32px;
  }
}

.contents-1-1 {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .contents-1-1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contents-1-1 {
    font-size: 16px;
  }
}

.contents-1-2 {
  font-family: "Maplestory", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .contents-1-2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contents-1-2 {
    font-size: 16px;
  }
}

.heading-1-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-1-1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .heading-1-1 {
    font-size: 32px;
  }
}

.heading-2-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-2-1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .heading-2-1 {
    font-size: 24px;
  }
}

.heading-2-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-2-2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .heading-2-2 {
    font-size: 24px;
  }
}

.heading-3-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-3-1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .heading-3-1 {
    font-size: 20px;
  }
}

.heading-3-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-3-2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .heading-3-2 {
    font-size: 20px;
  }
}

.heading-3-3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-3-3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .heading-3-3 {
    font-size: 20px;
  }
}

.body-1-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-1-1 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .body-1-1 {
    font-size: 18px;
  }
}

.body-1-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-1-2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .body-1-2 {
    font-size: 18px;
  }
}

.body-2-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-2-1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-2-1 {
    font-size: 16px;
  }
}

.body-2-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-2-2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-2-2 {
    font-size: 16px;
  }
}

.body-3-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-3-1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-3-1 {
    font-size: 16px;
  }
}

.body-3-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-3-2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-3-2 {
    font-size: 16px;
  }
}

.caption-1-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .caption-1-2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .caption-1-2 {
    font-size: 14px;
  }
}

/*==============================*/
/*==============================*/
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body #wrapper {
  flex: 1;
  margin-top: 100px;
}
body #header {
  background-color: #fff;
}
body #footer {
  margin-top: auto;
}

@keyframes updown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shake {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes historyWaveIn {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-6px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* 페이지 상단 안내 텍스트 */
.top-guide-contents {
  display: flex;
  align-items: center;
}
.top-guide-contents.column {
  flex-direction: column;
  gap: 48px;
}
.top-guide-contents .text-box {
  width: 100%;
}
.top-guide-contents .text-box .title {
  color: var(--color-primary);
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .top-guide-contents .text-box .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .top-guide-contents .text-box .title {
    font-size: 24px;
  }
}
.top-guide-contents .text-box .title-sm {
  color: var(--color-primary);
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .top-guide-contents .text-box .title-sm {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .top-guide-contents .text-box .title-sm {
    font-size: 20px;
  }
}
.top-guide-contents .text-box .title-sm {
  margin-top: 24px;
}
.top-guide-contents .text-box .sub {
  color: var(--gray-11);
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .top-guide-contents .text-box .sub {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .top-guide-contents .text-box .sub {
    font-size: 18px;
  }
}
.top-guide-contents .text-box .sub {
  margin-top: 8px;
}
.top-guide-contents .btn-wrap {
  margin-left: auto;
  max-width: 240px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.top-guide-contents .btn-wrap.row {
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  margin-left: 0;
}
.top-guide-contents .btn-wrap.row .btn {
  max-width: 377px;
}
.top-guide-contents .btn-wrap .btn {
  width: 100%;
}

/* 콘텐츠 레이아웃 */
.contents-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.contents-list .divider {
  width: 100%;
  height: 1px;
  background-color: var(--gray-4);
  margin-top: 48px;
}
.contents-list .w-200 {
  width: 200px;
}

/* 입력폼에 사용 */
.box-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.box-wrap + .box-wrap {
  margin-top: 12px;
}
.box-wrap .field-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .box-wrap .field-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .box-wrap .field-title {
    font-size: 18px;
  }
}
.box-wrap .field-title {
  margin-bottom: 8px;
}
.box-wrap .field-title .required {
  position: relative;
}
.box-wrap .field-title .required::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../../assets/images/icon/icon-important.svg");
  background-size: contain;
  background-position: center center;
}
.box-wrap.col1 {
  grid-template-columns: repeat(1, 1fr);
}
.box-wrap.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.box-wrap.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.box-wrap.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.box-wrap .box {
  width: 100%;
  min-width: 0;
}
.box-wrap .box .flex * {
  min-width: 0;
}
.box-wrap .box.col1 {
  grid-column: span 1;
}
.box-wrap .box { /* 2칸 차지 */ }
.box-wrap .box.col2 {
  grid-column: span 2;
}
.box-wrap .box { /* 2칸 차지 */ }
.box-wrap .box.col3 {
  grid-column: span 3;
}
.box-wrap .box { /* 3칸 차지 */ }
.box-wrap .box.col4 {
  grid-column: span 4;
}
.box-wrap .box { /* 전체 차지 */ }

/* 번호 들어가는 박스 */
.number-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.number-box .box {
  display: flex;
  min-height: 272px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 20px;
  background-color: var(--pb-light);
}
.number-box .box.fluid {
  grid-column: span 2;
}
.number-box .box .number-box-title {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.number-box .box .number-box-title span {
  margin-left: auto;
  text-align: right;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .number-box .box .number-box-title span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .number-box .box .number-box-title span {
    font-size: 20px;
  }
}
.number-box .box .number-box-content {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.1) inset;
  margin-top: auto;
  min-height: 150px;
}
.number-box .box .number-box-content p {
  width: 100%;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .number-box .box .number-box-content p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .number-box .box .number-box-content p {
    font-size: 18px;
  }
}
.number-box .box .number-box-content p {
  color: var(--gray-11);
}

/* 전문진료분야 박스 */
.major-info-box {
  display: flex;
  min-height: 261px;
  padding: 40px;
  align-items: stretch;
  align-self: stretch;
  border-radius: 20px;
  background-color: var(--gray-2);
  overflow: hidden;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.major-info-box .flex {
  flex-direction: column;
}
.major-info-box .flex .major-info-sub {
  margin-top: auto;
}
.major-info-box .major-info-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .major-info-box .major-info-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .major-info-box .major-info-title {
    font-size: 24px;
  }
}
.major-info-box .major-info-sub {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .major-info-box .major-info-sub {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .major-info-box .major-info-sub {
    font-size: 20px;
  }
}
.major-info-box .major-info-sub {
  color: var(--gray-11);
}
.major-info-box .img-box {
  width: 493px;
  height: 241px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  margin-bottom: -40px;
  margin-left: auto;
}
.major-info-box .img-box.red {
  background-image: url("../../images/sub/major-info-bg-red.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.major-info-box .img-box.blue {
  background-image: url("../../images/sub/major-info-bg-blue.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/* 개인정보 라인박스 */
.terms-line-box {
  height: 130px;
  overflow-y: auto;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid var(--gray-4);
  background-color: var(--gray-2);
}
.terms-line-box * {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .terms-line-box * {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .terms-line-box * {
    font-size: 16px;
  }
}
.terms-line-box * {
  color: var(--gray-11);
}

/* info text */
.guide-text-info {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .guide-text-info {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .guide-text-info {
    font-size: 14px;
  }
}
.guide-text-info {
  color: var(--gray-11);
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.guide-text-info .chip {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* 층 숫자 이미지 */
.floor-box .floor {
  width: 200px;
  height: 110px;
}
.floor-box .floor-2 {
  background-image: url("../../images/sub/img-2f.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.floor-box .floor-3 {
  background-image: url("../../images/sub/img-3f.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.floor-box .floor-4 {
  background-image: url("../../images/sub/img-4f.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.floor-box .floor-5 {
  background-image: url("../../images/sub/img-5f.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.floor-box .floor-6 {
  background-image: url("../../images/sub/img-6f.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.floor-box .floor-7 {
  background-image: url("../../images/sub/img-7f.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.floor-box .floor-8 {
  background-image: url("../../images/sub/img-8f.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.floor-box .floor-9 {
  background-image: url("../../images/sub/img-9f.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.floor-box .floor-10 {
  background-image: url("../../images/sub/img-10f.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.floor-box .floor-11 {
  background-image: url("../../images/sub/img-11f.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 숫자있는 박스 */
.step-box-wrap {
  display: flex;
}
.step-box-wrap.col3 {
  gap: 24px;
}
.step-box-wrap.col4 {
  gap: 24px;
}
.step-box-wrap.col5 {
  gap: 24px;
}
.step-box-wrap.col6 {
  gap: 24px;
}
.step-box-wrap.primary .box {
  border: 1px solid var(--primary-normal);
  background: var(--primary-light);
}
.step-box-wrap.blue .box {
  border: 1px solid var(--pb-normal);
  background: var(--pb-light);
}
.step-box-wrap.pink .box {
  border: 1px solid var(--pp-normal);
  background: var(--pp-light);
}
.step-box-wrap.green .box {
  border: 1px solid var(--pg-normal);
  background: var(--pg-light);
}
.step-box-wrap .box-item {
  flex: 1 0 0;
}
.step-box-wrap .box-item:nth-child(2n) {
  transform: translateY(40px);
}
.step-box-wrap .box {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.step-box-wrap .box .step-box-title-top {
  display: flex;
  align-items: flex-end;
}
.step-box-wrap .box .step-box-title-top span {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .step-box-wrap .box .step-box-title-top span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .step-box-wrap .box .step-box-title-top span {
    font-size: 20px;
  }
}
.step-box-wrap .box .step-box-title-top span {
  margin-left: auto;
}
.step-box-wrap .box .step-box-title-bot {
  margin-top: auto;
}
.step-box-wrap .box .step-box-title-bot .normalbox {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}
.step-box-wrap .box .step-box-title-bot .normalbox b {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .step-box-wrap .box .step-box-title-bot .normalbox b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .step-box-wrap .box .step-box-title-bot .normalbox b {
    font-size: 18px;
  }
}
.step-box-wrap .box .step-box-title-bot .normalbox p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .step-box-wrap .box .step-box-title-bot .normalbox p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .step-box-wrap .box .step-box-title-bot .normalbox p {
    font-size: 16px;
  }
}
.step-box-wrap .box .step-box-title-bot .normalbox p {
  color: var(--gray-11);
}
.step-box-wrap .box .step-box-title-bot .linebox {
  min-height: 186px;
  display: flex;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 10px;
  background: var(--color-white);
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.1) inset;
}

.transform-text {
  display: inline-block;
  overflow: hidden;
}
.transform-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.3, 1.33), opacity 0.6s ease;
}
.transform-text.active span {
  opacity: 1;
  transform: translateY(0);
}
.transform-text.active span:nth-child(1) {
  transition-delay: 0.04s;
}
.transform-text.active span:nth-child(2) {
  transition-delay: 0.08s;
}
.transform-text.active span:nth-child(3) {
  transition-delay: 0.12s;
}
.transform-text.active span:nth-child(4) {
  transition-delay: 0.16s;
}
.transform-text.active span:nth-child(5) {
  transition-delay: 0.2s;
}
.transform-text.active span:nth-child(6) {
  transition-delay: 0.24s;
}
.transform-text.active span:nth-child(7) {
  transition-delay: 0.28s;
}
.transform-text.active span:nth-child(8) {
  transition-delay: 0.32s;
}
.transform-text.active span:nth-child(9) {
  transition-delay: 0.36s;
}
.transform-text.active span:nth-child(10) {
  transition-delay: 0.4s;
}
.transform-text.active span:nth-child(11) {
  transition-delay: 0.44s;
}
.transform-text.active span:nth-child(12) {
  transition-delay: 0.48s;
}
.transform-text.active span:nth-child(13) {
  transition-delay: 0.52s;
}
.transform-text.active span:nth-child(14) {
  transition-delay: 0.56s;
}
.transform-text.active span:nth-child(15) {
  transition-delay: 0.6s;
}
.transform-text.active span:nth-child(16) {
  transition-delay: 0.64s;
}
.transform-text.active span:nth-child(17) {
  transition-delay: 0.68s;
}
.transform-text.active span:nth-child(18) {
  transition-delay: 0.72s;
}
.transform-text.active span:nth-child(19) {
  transition-delay: 0.76s;
}
.transform-text.active span:nth-child(20) {
  transition-delay: 0.8s;
}
.transform-text.active span:nth-child(21) {
  transition-delay: 0.84s;
}
.transform-text.active span:nth-child(22) {
  transition-delay: 0.88s;
}
.transform-text.active span:nth-child(23) {
  transition-delay: 0.92s;
}
.transform-text.active span:nth-child(24) {
  transition-delay: 0.96s;
}
.transform-text.active span:nth-child(25) {
  transition-delay: 1s;
}
.transform-text.active span:nth-child(26) {
  transition-delay: 1.04s;
}
.transform-text.active span:nth-child(27) {
  transition-delay: 1.08s;
}
.transform-text.active span:nth-child(28) {
  transition-delay: 1.12s;
}
.transform-text.active span:nth-child(29) {
  transition-delay: 1.16s;
}
.transform-text.active span:nth-child(30) {
  transition-delay: 1.2s;
}
.transform-text.active span:nth-child(31) {
  transition-delay: 1.24s;
}
.transform-text.active span:nth-child(32) {
  transition-delay: 1.28s;
}
.transform-text.active span:nth-child(33) {
  transition-delay: 1.32s;
}
.transform-text.active span:nth-child(34) {
  transition-delay: 1.36s;
}
.transform-text.active span:nth-child(35) {
  transition-delay: 1.4s;
}
.transform-text.active span:nth-child(36) {
  transition-delay: 1.44s;
}
.transform-text.active span:nth-child(37) {
  transition-delay: 1.48s;
}
.transform-text.active span:nth-child(38) {
  transition-delay: 1.52s;
}
.transform-text.active span:nth-child(39) {
  transition-delay: 1.56s;
}
.transform-text.active span:nth-child(40) {
  transition-delay: 1.6s;
}
.transform-text.active span:nth-child(41) {
  transition-delay: 1.64s;
}
.transform-text.active span:nth-child(42) {
  transition-delay: 1.68s;
}
.transform-text.active span:nth-child(43) {
  transition-delay: 1.72s;
}
.transform-text.active span:nth-child(44) {
  transition-delay: 1.76s;
}
.transform-text.active span:nth-child(45) {
  transition-delay: 1.8s;
}
.transform-text.active span:nth-child(46) {
  transition-delay: 1.84s;
}
.transform-text.active span:nth-child(47) {
  transition-delay: 1.88s;
}
.transform-text.active span:nth-child(48) {
  transition-delay: 1.92s;
}
.transform-text.active span:nth-child(49) {
  transition-delay: 1.96s;
}
.transform-text.active span:nth-child(50) {
  transition-delay: 2s;
}
.transform-text.active span:nth-child(51) {
  transition-delay: 2.04s;
}
.transform-text.active span:nth-child(52) {
  transition-delay: 2.08s;
}
.transform-text.active span:nth-child(53) {
  transition-delay: 2.12s;
}
.transform-text.active span:nth-child(54) {
  transition-delay: 2.16s;
}
.transform-text.active span:nth-child(55) {
  transition-delay: 2.2s;
}
.transform-text.active span:nth-child(56) {
  transition-delay: 2.24s;
}
.transform-text.active span:nth-child(57) {
  transition-delay: 2.28s;
}
.transform-text.active span:nth-child(58) {
  transition-delay: 2.32s;
}
.transform-text.active span:nth-child(59) {
  transition-delay: 2.36s;
}
.transform-text.active span:nth-child(60) {
  transition-delay: 2.4s;
}

/* 아코디언박스 */
.acco-box-wrap {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.acco-box-wrap.blue .step1 {
  background-color: var(--primary-bg-2);
}
.acco-box-wrap.blue .step2 {
  background-color: var(--primary-light);
}
.acco-box-wrap.blue .step3 {
  background-color: var(--primary-light-hover);
}
.acco-box-wrap.blue .step4 {
  background-color: var(--primary-light-active);
}
.acco-box-wrap.blue .step5 {
  background-color: var(--primary-normal);
}
.acco-box-wrap.pink .acco-box-item .acco-box-contents .title {
  color: var(--pp-deep-hover);
}
.acco-box-wrap.pink .step1 {
  background-color: var(--pp-bg-2);
}
.acco-box-wrap.pink .step2 {
  background-color: var(--pp-light);
}
.acco-box-wrap.pink .step3 {
  background-color: var(--pp-light-hover);
}
.acco-box-wrap.pink .step4 {
  background-color: var(--pp-light-active);
}
.acco-box-wrap.pink .step5 {
  background-color: var(--pp-normal);
}
.acco-box-wrap.iconlist .acco-box-item:hover .acco-box-title {
  margin-top: 0;
}
.acco-box-wrap.iconlist .acco-box-item:hover .step-icon {
  opacity: 1;
  position: static;
  transform: inherit;
  transition: opacity 1s 0.5s ease;
}
.acco-box-wrap.iconlist .acco-box-item .step-icon {
  width: 200px;
  height: 200px;
}
.acco-box-wrap.iconlist .step-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-left: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.acco-box-wrap.iconlist:not(:hover) .acco-box-item:first-child .step-icon {
  width: 200px;
  height: 200px;
  opacity: 1;
  position: static;
  transform: inherit;
}
.acco-box-wrap .acco-box-item {
  position: relative;
  display: inline-flex;
  flex: 0 0 120px;
  min-width: 119px;
  height: 480px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 30px;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.1) inset;
  transition: flex 1.2s ease, padding 1.2s ease;
}
.acco-box-wrap .acco-box-item .acco-box-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: auto;
  transition: margin-top 0.45s ease;
}
.acco-box-wrap .acco-box-item .acco-box-title p {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: auto;
  transition: margin-top 0.45s ease;
}
.acco-box-wrap .acco-box-item .acco-box-title .cha-img {
  position: absolute;
  right: 30px;
  bottom: 0;
  flex-shrink: 0;
  opacity: 0;
}
.acco-box-wrap .acco-box-item .acco-box-contents {
  display: flex;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 1s 0.5s ease;
}
.acco-box-wrap .acco-box-item .acco-box-contents > div {
  position: relative;
  z-index: 1;
}
.acco-box-wrap .acco-box-item .acco-box-contents .title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .acco-box-wrap .acco-box-item .acco-box-contents .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .acco-box-wrap .acco-box-item .acco-box-contents .title {
    font-size: 32px;
  }
}
.acco-box-wrap .acco-box-item .acco-box-contents .desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .acco-box-wrap .acco-box-item .acco-box-contents .desc {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .acco-box-wrap .acco-box-item .acco-box-contents .desc {
    font-size: 20px;
  }
}
.acco-box-wrap .acco-box-item .acco-box-contents .desc {
  color: var(--gray-11);
  margin-top: 8px;
}
.acco-box-wrap .acco-box-item:hover {
  flex: 6;
}
.acco-box-wrap .acco-box-item:hover .acco-box-title {
  margin-top: 0;
}
.acco-box-wrap .acco-box-item:hover .acco-box-title .cha-img {
  transition: opacity 1s 0.5s ease;
  opacity: 1;
}
.acco-box-wrap .acco-box-item:hover .acco-box-contents {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: auto;
}
.acco-box-wrap .acco-box-item:hover .acco-box-contents img {
  opacity: 1;
}
.acco-box-wrap:not(:hover) .acco-box-item:first-child {
  flex: 6;
  padding: 40px;
}
.acco-box-wrap:not(:hover) .acco-box-item:first-child .acco-box-title {
  margin-top: 0;
}
.acco-box-wrap:not(:hover) .acco-box-item:first-child .acco-box-title .cha-img {
  opacity: 1;
  transition: opacity 1s 0.5s ease;
}
.acco-box-wrap:not(:hover) .acco-box-item:first-child .acco-box-contents {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: auto;
}
.acco-box-wrap:not(:hover) .acco-box-item:first-child .acco-box-contents img {
  opacity: 1;
}

/*==============================*/
/*==============================*/
/* 의료진 */
.doc-list-wrap .search-box {
  margin-bottom: 48px;
}
.doc-list-wrap .doc-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.doc-list-wrap .doc-item {
  border: 1px solid var(--gray-4);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  gap: 24px;
  position: relative;
}
.doc-list-wrap .doc-item::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 6px 6px 0 0 var(--primary-light-hover);
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s;
}
.doc-list-wrap .doc-item:hover {
  outline: 2px solid var(--primary-normal);
  outline-offset: -1px;
  border: 1px solid transparent;
}
.doc-list-wrap .doc-item:hover .img-box {
  background-color: var(--primary-light);
}
.doc-list-wrap .doc-item:hover::after {
  opacity: 1;
}
.doc-list-wrap .doc-item .img-box {
  width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--primary-bg-2);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
  flex-shrink: 0;
}
.doc-list-wrap .doc-item .img-box img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.doc-list-wrap .doc-item .info-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.doc-list-wrap .doc-item .info-box .name {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .doc-list-wrap .doc-item .info-box .name {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .doc-list-wrap .doc-item .info-box .name {
    font-size: 32px;
  }
}
.doc-list-wrap .doc-item .info-box .badge {
  color: var(--color-white);
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .doc-list-wrap .doc-item .info-box .badge {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .doc-list-wrap .doc-item .info-box .badge {
    font-size: 16px;
  }
}
.doc-list-wrap .doc-item .info-box .badge {
  padding: 5px 10px;
  border-radius: 9999px;
  text-align: center;
}
.doc-list-wrap .doc-item .info-box .badge.job {
  background-color: var(--pb-accent);
}
.doc-list-wrap .doc-item .info-box .badge.center {
  background-color: var(--pp-accent);
}
.doc-list-wrap .doc-item .info-box .badge.cli {
  background-color: var(--pg-accent);
}
.doc-list-wrap .doc-item .info-box .major {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .doc-list-wrap .doc-item .info-box .major {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .doc-list-wrap .doc-item .info-box .major {
    font-size: 20px;
  }
}
.doc-list-wrap .doc-item .info-box .major {
  color: var(--color-primary);
}
.doc-list-wrap .doc-item .info-box .major + p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .doc-list-wrap .doc-item .info-box .major + p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .doc-list-wrap .doc-item .info-box .major + p {
    font-size: 18px;
  }
}
.doc-list-wrap .doc-item .info-box .major + p {
  color: var(--gray-11);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.doc-list-wrap .doc-item .info-box .btn {
  width: 100%;
  margin-top: auto;
}
.doc-list-wrap .floor-box-wrap {
  display: flex;
  align-items: stretch;
}
.doc-list-wrap .floor-box-wrap .floor-text {
  display: flex;
  flex-direction: column;
}
.doc-list-wrap .floor-box-wrap .floor-text .floor-cha {
  margin-top: auto;
}
.doc-list-wrap .floor-box-wrap .line-box {
  background-color: var(--color-white);
  aspect-ratio: 7/4;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: auto;
}
.doc-list-wrap .floor-box-wrap .floor-cha {
  animation: updown 1s infinite;
  width: 195px;
  aspect-ratio: 27/41;
}
.doc-list-wrap .btn-wrap {
  justify-content: center;
  margin-top: 48px;
}
.doc-list-wrap .btn-wrap .btn {
  min-width: 377px;
}

/* 의료진 상세 */
.doctor-detail-wrap .doctor-hero-card {
  background-image: url("../../images/sub/bg-doctor-img1.jpg");
  background-size: cover;
  background-position: center;
}
.doctor-detail-wrap .doctor-hero-card .inner {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1530px;
  margin: 0 auto;
}
.doctor-detail-wrap .doctor-hero-media .doctor-photo-box {
  width: 498px;
  height: 600px;
  position: relative;
}
.doctor-detail-wrap .doctor-hero-media .doctor-photo-box img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.doctor-detail-wrap .doctor-hero-media .doctor-photo-box .doctor-photo {
  opacity: 0;
}
.doctor-detail-wrap .doctor-hero-media .doctor-photo-box .doctor-photo.active {
  opacity: 1;
  z-index: 1;
}
.doctor-detail-wrap .doctor-hero-content {
  width: 100%;
}
.doctor-detail-wrap .doctor-hero-content .badge {
  color: var(--color-white);
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .doctor-detail-wrap .doctor-hero-content .badge {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .doctor-detail-wrap .doctor-hero-content .badge {
    font-size: 18px;
  }
}
.doctor-detail-wrap .doctor-hero-content .badge {
  padding: 10px 20px;
  border-radius: 9999px;
  text-align: center;
}
.doctor-detail-wrap .doctor-hero-content .badge.job {
  background-color: var(--pb-accent);
}
.doctor-detail-wrap .doctor-hero-content .badge.center {
  background-color: var(--pp-accent);
}
.doctor-detail-wrap .doctor-hero-content .badge.cli {
  background-color: var(--pg-accent);
}
.doctor-detail-wrap .doctor-hero-content .doctor-name-group {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-top: 16px;
}
.doctor-detail-wrap .doctor-hero-content .doctor-name-group .doctor-name-wrap {
  position: relative;
  display: inline-block;
  font-family: "Paperlogy", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: var(--pb-deep-active);
}
.doctor-detail-wrap .doctor-hero-content .doctor-name-group .doctor-name-stroke {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  -webkit-text-stroke: 10px #fff;
  text-shadow: 0 9px 6px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.doctor-detail-wrap .doctor-hero-content .doctor-name-group .doctor-name-fill {
  position: relative;
  color: #1e2f44;
  white-space: nowrap;
}
.doctor-detail-wrap .doctor-hero-content .doctor-name-group .doctor-name {
  color: var(--pb-deep-active);
  font-family: "Paperlogy";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.doctor-detail-wrap .doctor-hero-content .doctor-message {
  color: var(--primary-deep);
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .doctor-detail-wrap .doctor-hero-content .doctor-message {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .doctor-detail-wrap .doctor-hero-content .doctor-message {
    font-size: 32px;
  }
}
.doctor-detail-wrap .doctor-hero-content .doctor-message {
  font-family: "Maplestory OTF";
  margin-top: 24px;
}
.doctor-detail-wrap .doctor-hero-content .doctor-summary {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .doctor-detail-wrap .doctor-hero-content .doctor-summary {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .doctor-detail-wrap .doctor-hero-content .doctor-summary {
    font-size: 16px;
  }
}
.doctor-detail-wrap .doctor-hero-content .doctor-summary {
  color: var(--gray-11);
  margin-top: 16px;
}
.doctor-detail-wrap .doctor-hero-content .doctor-major {
  margin-top: 16px;
}
.doctor-detail-wrap .doctor-hero-content .doctor-major .title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .doctor-detail-wrap .doctor-hero-content .doctor-major .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .doctor-detail-wrap .doctor-hero-content .doctor-major .title {
    font-size: 20px;
  }
}
.doctor-detail-wrap .doctor-hero-content .doctor-major .info-card-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .doctor-detail-wrap .doctor-hero-content .doctor-major .info-card-body {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .doctor-detail-wrap .doctor-hero-content .doctor-major .info-card-body {
    font-size: 16px;
  }
}
.doctor-detail-wrap .doctor-hero-content .doctor-major .info-card-body {
  color: var(--gray-11);
  margin-top: 8px;
}
.doctor-detail-wrap .doctor-info {
  margin-top: 60px;
}
.doctor-detail-wrap .doctor-info .info-card-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .doctor-detail-wrap .doctor-info .info-card-body {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .doctor-detail-wrap .doctor-info .info-card-body {
    font-size: 16px;
  }
}
.doctor-detail-wrap .doctor-info .info-card-body {
  color: var(--gray-11);
  margin-top: 8px;
}
.doctor-detail-wrap .info-line-box {
  border: 1px solid var(--gray-4);
  border-radius: 20px;
  overflow: hidden;
}
.doctor-detail-wrap .info-line-box .btn {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .doctor-detail-wrap .info-line-box .btn {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .doctor-detail-wrap .info-line-box .btn {
    font-size: 20px;
  }
}
.doctor-detail-wrap .info-line-box .btn {
  color: var(--gray-11);
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.03);
  gap: 8px;
}
.doctor-detail-wrap .info-line-box .btn .icon {
  width: 40px;
  height: 40px;
  display: block;
  filter: brightness(0) saturate(100%) invert(36%) sepia(39%) saturate(16%) hue-rotate(341deg) brightness(96%) contrast(89%);
}
.doctor-detail-wrap .info-line-box .info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
}
.doctor-detail-wrap .info-line-box .info-data {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.doctor-detail-wrap .info-line-box .info-year {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .doctor-detail-wrap .info-line-box .info-year {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .doctor-detail-wrap .info-line-box .info-year {
    font-size: 18px;
  }
}
.doctor-detail-wrap .info-line-box .info-year {
  color: var(--gray-11);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.doctor-detail-wrap .info-line-box .info-contents {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .doctor-detail-wrap .info-line-box .info-contents {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .doctor-detail-wrap .info-line-box .info-contents {
    font-size: 16px;
  }
}
.doctor-detail-wrap .info-line-box .info-contents {
  color: var(--gray-11);
}

/* 학생 건강검진 예약신청 */
.reserve-wrap .reserve-step {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--gray-4);
  padding: 40px 0;
  gap: 40px;
}
.reserve-wrap .reserve-step:first-child {
  padding-top: 0;
}
.reserve-wrap .reserve-step .left {
  width: 366px;
  min-height: 117px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
.reserve-wrap .reserve-step .left .step-no {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .reserve-wrap .reserve-step .left .step-no {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .reserve-wrap .reserve-step .left .step-no {
    font-size: 20px;
  }
}
.reserve-wrap .reserve-step .left .step-no {
  color: var(--primary-deep-hover);
}
.reserve-wrap .reserve-step .left .step-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .reserve-wrap .reserve-step .left .step-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .reserve-wrap .reserve-step .left .step-title {
    font-size: 24px;
  }
}
.reserve-wrap .reserve-step .right {
  width: 100%;
}

/* 달력 */
.reserve-datetime-module {
  width: 100%;
}
.reserve-datetime-module__inner {
  display: grid;
  grid-template-columns: 590px minmax(0, 1.2fr);
  gap: 18px;
  align-items: start;
}
.reserve-datetime-module .calendar-panel {
  min-width: 0;
}
.reserve-datetime-module .calendar-card {
  overflow: hidden;
  border: 1px solid var(--gray-4);
  border-radius: 10px;
  padding-bottom: 10px;
}
.reserve-datetime-module {
  /* Month Navigation */
}
.reserve-datetime-module .calendar-month-nav {
  min-height: 46px;
  border-radius: 999px;
  background-color: var(--primary-bg-2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 10px;
  margin-bottom: 24px;
}
.reserve-datetime-module .calendar-month-nav__title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .reserve-datetime-module .calendar-month-nav__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .reserve-datetime-module .calendar-month-nav__title {
    font-size: 24px;
  }
}
.reserve-datetime-module .calendar-month-nav__title {
  color: var(--primary-deep-hover);
}
.reserve-datetime-module {
  /* Week Header */
}
.reserve-datetime-module .calendar-week-header {
  background: var(--color-primary);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  border-radius: 10px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
}
.reserve-datetime-module .calendar-week-header__item {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .reserve-datetime-module .calendar-week-header__item {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .reserve-datetime-module .calendar-week-header__item {
    font-size: 20px;
  }
}
.reserve-datetime-module {
  /* Calendar Grid */
}
.reserve-datetime-module .calendar-date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.reserve-datetime-module {
  /* Date Cell */
}
.reserve-datetime-module .calendar-date-cell {
  width: 80px;
  height: 100px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--color-darken);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease;
  padding: 20px 3px;
}
.reserve-datetime-module .calendar-date-cell__day {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .reserve-datetime-module .calendar-date-cell__day {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .reserve-datetime-module .calendar-date-cell__day {
    font-size: 20px;
  }
}
.reserve-datetime-module .calendar-date-cell__day {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  flex-shrink: 0;
}
.reserve-datetime-module .calendar-date-cell__count {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .reserve-datetime-module .calendar-date-cell__count {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .reserve-datetime-module .calendar-date-cell__count {
    font-size: 18px;
  }
}
.reserve-datetime-module .calendar-date-cell__count {
  color: var(--primary-deep-hover);
}
.reserve-datetime-module .calendar-date-cell--available .calendar-date-cell__day {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.reserve-datetime-module .calendar-date-cell--selected .calendar-date-cell__day {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.reserve-datetime-module {
  /* Legend */
}
.reserve-datetime-module .calendar-legend {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  padding-top: 8px;
}
.reserve-datetime-module .calendar-legend__items {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.reserve-datetime-module .calendar-legend__note {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--gray-11);
}
.reserve-datetime-module .legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--gray-11);
}
.reserve-datetime-module .legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.reserve-datetime-module .legend-dot--available {
  border: 1px solid var(--color-primary);
  background: var(--rdm-white);
}
.reserve-datetime-module .legend-dot--selected {
  background: var(--color-primary);
}
.reserve-datetime-module {
  /* Time Guide */
}
.reserve-datetime-module .time-panel {
  min-width: 0;
}
.reserve-datetime-module .time-select-guide {
  border: 1px solid var(--gray-8);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  margin-bottom: 8px;
}
.reserve-datetime-module .time-select-guide .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(43%) sepia(2%) saturate(157%) hue-rotate(314deg) brightness(89%) contrast(89%);
}
.reserve-datetime-module .time-select-guide__text {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .reserve-datetime-module .time-select-guide__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .reserve-datetime-module .time-select-guide__text {
    font-size: 18px;
  }
}
.reserve-datetime-module .time-select-guide__text {
  color: var(--gray-11);
  white-space: nowrap;
}
.reserve-datetime-module .time-select-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 센터소개 */
.center-contents-wrap.clinic .center-contents-inner {
  align-items: flex-start;
}
.center-contents-wrap.clinic .center-contents-text {
  width: 295px;
}
.center-contents-wrap .center-contents-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.center-contents-wrap .center-contents-text {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
}
.center-contents-wrap .center-contents-text .text-inner .contents-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .center-contents-wrap .center-contents-text .text-inner .contents-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .center-contents-wrap .center-contents-text .text-inner .contents-title {
    font-size: 24px;
  }
}
.center-contents-wrap .center-contents-text .text-inner .contents-sub {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .center-contents-wrap .center-contents-text .text-inner .contents-sub {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .center-contents-wrap .center-contents-text .text-inner .contents-sub {
    font-size: 18px;
  }
}
.center-contents-wrap .center-contents-text .text-inner .contents-sub {
  color: var(--gray-11);
  margin-top: 8px;
}
.center-contents-wrap .center-contents-text .character-box {
  margin-top: auto;
  text-align: center;
}
.center-contents-wrap .center-contents-text .character-box img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.center-contents-wrap .center-gallery {
  width: 100%;
  max-width: 800px;
  position: relative;
}
.center-contents-wrap .center-gallery::after {
  content: "";
  width: 100%;
  height: 450px;
  background-color: var(--pp-light);
  position: absolute;
  top: 24px;
  right: -24px;
  border-radius: 30px;
}
.center-contents-wrap .centerGallerySwiper {
  overflow: hidden;
}
.center-contents-wrap .centerGallerySwiper .swiper-wrapper {
  align-items: center;
}
.center-contents-wrap .centerGallerySwiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  pointer-events: none;
}
.center-contents-wrap .centerGallerySwiper .swiper-slide-active {
  pointer-events: auto;
}
.center-contents-wrap .centerGallerySwiper .thumb {
  border-radius: 30px;
  overflow: hidden;
}
.center-contents-wrap .centerGallerySwiper .thumb img {
  display: block;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.center-contents-wrap .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}
.center-contents-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background-color: var(--gray-4);
  opacity: 1;
  border-radius: 999px;
  transition: all 0.3s ease;
}
.center-contents-wrap .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-color: var(--color-primary);
}
.center-contents-wrap .show-other {
  display: none;
}

/* 진료안내 */
.infant-checkup-wrap {
  display: flex;
  gap: 80px;
}

.infant-checkup-swiper {
  position: relative;
  overflow: hidden;
}
.infant-checkup-swiper .swiper-wrapper {
  width: 540px;
}

.infant-checkup-text {
  flex-shrink: 0;
  width: calc(100% - 620px);
  position: relative;
  display: flex;
  flex-direction: column;
}

.infant-checkup-card .thumb-box {
  width: 100%;
  max-width: 520px;
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
}
.infant-checkup-card .thumb-box img {
  display: block;
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
.infant-checkup-card .content-box {
  width: 100%;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s;
}
.infant-checkup-card .content-box.active {
  position: static;
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}
.infant-checkup-card .text-box .title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .infant-checkup-card .text-box .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .infant-checkup-card .text-box .title {
    font-size: 32px;
  }
}
.infant-checkup-card .text-box .title.sub-add {
  line-height: 1;
}
.infant-checkup-card .text-box .title.sub-add span {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .infant-checkup-card .text-box .title.sub-add span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .infant-checkup-card .text-box .title.sub-add span {
    font-size: 16px;
  }
}
.infant-checkup-card .text-box .title.sub-add span {
  line-height: 1;
}
.infant-checkup-card .text-box .point-text {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .infant-checkup-card .text-box .point-text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .infant-checkup-card .text-box .point-text {
    font-size: 20px;
  }
}
.infant-checkup-card .text-box .point-text {
  color: var(--primary-deep-hover);
  margin-top: 8px;
}
.infant-checkup-card .text-box .desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .infant-checkup-card .text-box .desc {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .infant-checkup-card .text-box .desc {
    font-size: 18px;
  }
}
.infant-checkup-card .text-box .desc {
  color: var(--gray-11);
  margin-top: 8px;
}
.infant-checkup-card .line-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  padding: 20px;
  margin-top: 24px;
}
.infant-checkup-card .line-box .title {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .infant-checkup-card .line-box .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .infant-checkup-card .line-box .title {
    font-size: 18px;
  }
}
.infant-checkup-card .line-box .title {
  color: var(--pp-deep-hover);
}

.infant-checkup-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  margin-top: auto;
}
.infant-checkup-controls .fraction-progress {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
}
.infant-checkup-controls .fraction-progress .current,
.infant-checkup-controls .fraction-progress .total {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .infant-checkup-controls .fraction-progress .current,
  .infant-checkup-controls .fraction-progress .total {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .infant-checkup-controls .fraction-progress .current,
  .infant-checkup-controls .fraction-progress .total {
    font-size: 20px;
  }
}
.infant-checkup-controls .fraction-progress .current,
.infant-checkup-controls .fraction-progress .total {
  color: var(--color-darken);
  flex-shrink: 0;
}
.infant-checkup-controls .fraction-progress .progress-track {
  width: 90px;
  height: 2px;
  background-color: var(--gray-4);
  position: relative;
  overflow: hidden;
  display: block;
}
.infant-checkup-controls .fraction-progress .progress-bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background-color: var(--color-primary);
  transition: width 0.35s ease;
}
.infant-checkup-controls .nav-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.infant-checkup-controls .infant-checkup-prev,
.infant-checkup-controls .infant-checkup-next {
  position: static;
  width: 64px;
  height: 64px;
  margin-top: 0;
  border: 1px solid var(--gray-11);
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.infant-checkup-controls .infant-checkup-prev::after,
.infant-checkup-controls .infant-checkup-next::after {
  display: none;
}
.infant-checkup-controls .infant-checkup-prev .icon,
.infant-checkup-controls .infant-checkup-next .icon {
  width: 24px;
  height: 24px;
}
.infant-checkup-controls .infant-checkup-prev svg,
.infant-checkup-controls .infant-checkup-next svg {
  display: none;
}
.infant-checkup-controls .infant-checkup-prev:hover,
.infant-checkup-controls .infant-checkup-next:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.infant-checkup-controls .infant-checkup-prev.swiper-button-disabled,
.infant-checkup-controls .infant-checkup-next.swiper-button-disabled {
  opacity: 0.45;
  cursor: default;
}

/* 마음튼튼센터 */
.merit-box {
  display: flex;
  align-items: center;
}
.merit-box .merit-text-box .title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .merit-box .merit-text-box .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .merit-box .merit-text-box .title {
    font-size: 24px;
  }
}
.merit-box .merit-text-box .title {
  color: var(--color-primary);
}
.merit-box .merit-text-box .sub {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .merit-box .merit-text-box .sub {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .merit-box .merit-text-box .sub {
    font-size: 18px;
  }
}
.merit-box .merit-text-box .sub {
  color: var(--gray-11);
  margin-top: 24px;
}
.merit-box .merit-text-box .bar {
  width: 2px;
  height: 110px;
  background-color: var(--color-primary);
  margin: 8px 0;
}
.merit-box .merit-text-box .list-type p {
  color: var(--gray-11);
}
.merit-box .merit-img-box {
  flex-shrink: 0;
}
.merit-box .merit-img-box img {
  width: 740px;
  height: 500px;
}

/* 클리닉 리스트 */
.clinic-list-round {
  width: 940px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.clinic-list-round .clinic-item {
  display: flex;
  padding: 20px 40px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 40px;
  border: 1px solid var(--pg-normal);
  background-color: var(--pg-light);
}
.clinic-list-round .clinic-item b {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .clinic-list-round .clinic-item b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .clinic-list-round .clinic-item b {
    font-size: 20px;
  }
}
.clinic-list-round .clinic-item span {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .clinic-list-round .clinic-item span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .clinic-list-round .clinic-item span {
    font-size: 18px;
  }
}
.clinic-list-round .clinic-item span {
  color: var(--gray-11);
}

/* =========================================================
 * Responsive
 * ========================================================= */
@media (max-width: 1024px) {
  .reserve-datetime-module__inner {
    grid-template-columns: 1fr;
  }
  .time-panel {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .calendar-month-nav {
    gap: 16px;
  }
  .calendar-month-nav__title {
    font-size: 16px;
  }
  .calendar-week-header {
    padding: 14px 12px;
  }
  .calendar-week-header__item {
    font-size: 14px;
  }
  .calendar-date-grid {
    padding: 14px 10px 8px;
  }
  .calendar-date-cell {
    width: 46px;
    min-height: 54px;
  }
  .calendar-date-cell__day {
    font-size: 15px;
  }
  .calendar-date-cell__count {
    font-size: 12px;
  }
}
/*==============================*/
/*==============================*/
/* 예약완료 */
.finish-wrap .fin-visual-box {
  display: flex;
  align-items: center;
  height: 330px;
  padding: 20px 90px;
  border-radius: 20px;
  gap: 8px;
  background-color: var(--primary-bg-2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  overflow: hidden;
}
.finish-wrap .fin-visual-box .img-box img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.finish-wrap .fin-visual-box .text-box {
  position: relative;
  margin-left: auto;
  display: inline-block;
}
.finish-wrap .fin-visual-box .text-box span {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .finish-wrap .fin-visual-box .text-box span {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .finish-wrap .fin-visual-box .text-box span {
    font-size: 32px;
  }
}
.finish-wrap .fin-visual-box .text-box span {
  color: var(--pp-accent);
}
.finish-wrap .fin-visual-box .text-box p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .finish-wrap .fin-visual-box .text-box p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .finish-wrap .fin-visual-box .text-box p {
    font-size: 18px;
  }
}
.finish-wrap .fin-visual-box .text-box p {
  color: var(--gray-11);
  margin-top: 16px;
}
.finish-wrap .fin-visual-box .title-name-stroke {
  position: absolute;
  font-family: "Paperlogy", sans-serif;
  top: 0;
  left: 0;
  color: transparent;
  -webkit-text-stroke: 8px #fff;
  text-shadow: 0 8px 4px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.finish-wrap .fin-visual-box .title-name-fill {
  position: relative;
  white-space: nowrap;
}
.finish-wrap .fin-state-box {
  border-radius: 10px;
  background-color: var(--primary-bg-2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .finish-wrap .fin-state-box {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .finish-wrap .fin-state-box {
    font-size: 20px;
  }
}
.finish-wrap .fin-state-box {
  margin-top: 16px;
}
.finish-wrap .fin-state-box .state {
  color: var(--primary-deep-hover);
}
.finish-wrap .fin-info-box {
  border-radius: 10px;
  background-color: var(--gray-2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 10px 20px;
  display: flex;
  gap: 48px;
  margin-top: 16px;
}
.finish-wrap .fin-info-box .info-box {
  width: 100%;
}
.finish-wrap .fin-info-box .info-box + .info-box {
  position: relative;
}
.finish-wrap .fin-info-box .info-box + .info-box:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--gray-4);
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}
.finish-wrap .fin-info-box .info-box .info-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.finish-wrap .fin-info-box .info-box .info-row b {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .finish-wrap .fin-info-box .info-box .info-row b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .finish-wrap .fin-info-box .info-box .info-row b {
    font-size: 18px;
  }
}
.finish-wrap .fin-info-box .info-box .info-row span {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .finish-wrap .fin-info-box .info-box .info-row span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .finish-wrap .fin-info-box .info-box .info-row span {
    font-size: 16px;
  }
}
.finish-wrap .fin-info-box .info-box .info-row span {
  color: var(--gray-11);
}

.checklist-wrap .checklist-box {
  margin-top: 48px;
}
.checklist-wrap .btn-wrap {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.checklist-wrap .btn {
  width: 200px;
}
.checklist-wrap .checklist-card-row-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.checklist-wrap .checklist-card-row-group .checklist-card-row {
  width: calc(100% - 80px);
  margin-left: 80px;
}
.checklist-wrap .checklist-card-row {
  width: 100%;
  display: flex;
  align-items: center;
}
.checklist-wrap .checklist-card-row.vertical {
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.checklist-wrap .checklist-card-row .field-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .checklist-wrap .checklist-card-row .field-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .checklist-wrap .checklist-card-row .field-title {
    font-size: 18px;
  }
}
.checklist-wrap .checklist-card-row .field-title.size-up {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .checklist-wrap .checklist-card-row .field-title.size-up {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .checklist-wrap .checklist-card-row .field-title.size-up {
    font-size: 20px;
  }
}
.checklist-wrap .checklist-card-row .field-title.size-up {
  color: var(--color-primary);
}
.checklist-wrap .checklist-card-row .field-title.size-up span {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .checklist-wrap .checklist-card-row .field-title.size-up span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .checklist-wrap .checklist-card-row .field-title.size-up span {
    font-size: 16px;
  }
}
.checklist-wrap .checklist-card-row .field-title.size-up span {
  color: var(--gray-11);
  padding-top: 8px;
}
.checklist-wrap .checklist-card-row fieldset {
  margin-left: auto;
  flex-shrink: 0;
}
.checklist-wrap .checklist-card {
  display: flex;
  padding: 20px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid var(--gray-4);
}
.checklist-wrap .checklist-card + .checklist-card {
  margin-top: 16px;
}
.checklist-wrap .checklist-card .text-field {
  width: 100%;
}
.checklist-wrap .checklist-card .flex {
  width: 100%;
}
.checklist-wrap .checklist-card .badge {
  width: 100px;
  flex-shrink: 0;
  padding: 5px;
}
.checklist-wrap .checklist-card .divider {
  width: 100%;
  height: 1px;
  background-color: var(--gray-4);
  margin: 0;
}

.bg-wrap-reserve {
  position: relative;
}
.bg-wrap-reserve::after {
  content: "";
  width: 200vw;
  height: 100vh;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary-bg-2);
  z-index: -1;
}
.bg-wrap-reserve .bg-img {
  position: absolute;
  bottom: calc(50% + 40px);
  right: -140px;
}

/* 진료 시간표 */
.schedule-wrap {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid var(--gray-4);
  background-color: var(--color-white);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1) inset;
}
.schedule-wrap .divider {
  width: 100%;
  height: 1px;
  background-color: var(--gray-4);
}
.schedule-wrap .schedule-wrap-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .schedule-wrap .schedule-wrap-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .schedule-wrap .schedule-wrap-title {
    font-size: 24px;
  }
}
.schedule-wrap .schedule-wrap-title {
  text-align: center;
}
.schedule-wrap .schedule-guide-text {
  display: flex;
  align-items: center;
  gap: 24px;
}
.schedule-wrap .schedule-guide-text .badge + span {
  color: var(--gray-11);
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .schedule-wrap .schedule-guide-text .badge + span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .schedule-wrap .schedule-guide-text .badge + span {
    font-size: 16px;
  }
}
.schedule-wrap .schedule-week-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.schedule-wrap .schedule-week-filter .btn {
  border: 1px solid var(--gray-4);
  padding: 0 30px;
  color: var(--gray-11);
}
.schedule-wrap .schedule-week-filter .btn:hover {
  border: 1px solid var(--color-primary);
  background-color: var(--primary-bg-2);
}
.schedule-wrap .schedule-week-filter .btn.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.schedule-wrap .schedule-timetable {
  width: 100%;
}
.schedule-wrap .schedule-timetable.all-color .schedule-timetable-guide .flex span {
  position: relative;
  width: 20px;
  height: 20px;
}
.schedule-wrap .schedule-timetable.all-color .schedule-timetable-guide .flex span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.schedule-wrap .schedule-timetable.all-color .schedule-timetable-guide .flex .blue:before {
  background-color: var(--pb-light);
  border: 1px solid var(--pb-normal);
}
.schedule-wrap .schedule-timetable.all-color .schedule-timetable-guide .flex .pink:before {
  background-color: var(--pp-light);
  border: 1px solid var(--pp-normal);
}
.schedule-wrap .schedule-timetable.all-color .schedule-timetable-guide .flex .green:before {
  background-color: var(--pg-light);
  border: 1px solid var(--pg-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-head {
  background-color: var(--pb-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-head div {
  border-right: 1px solid var(--pb-normal-hover);
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-head div:last-child {
  border-right: 0;
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-item {
  border: 1px solid var(--pb-normal);
  background-color: var(--pb-bg-1);
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-item:hover {
  background-color: var(--pb-bg-2);
  outline: 2px solid var(--pb-deep);
  outline-offset: -1px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-item:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid var(--pb-deep);
  position: absolute;
  z-index: -1;
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-item > div {
  border-right: 1px solid var(--pb-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-item .doctor .doc-img-box {
  background-color: var(--pb-light);
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-item .table-wrap .tb-row {
  border-bottom: 1px solid var(--pb-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-item .table-wrap .tb-row:last-child {
  border-bottom: 0;
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-item .table-wrap .tb-td {
  border-right: 1px solid var(--pb-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-item .table-wrap .tb-td.today {
  background-color: var(--pb-light);
}
.schedule-wrap .schedule-timetable.all-color .timetable.blue .timetable-item .table-wrap .tb-td:last-child {
  border-right: 0;
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-head {
  background-color: var(--pp-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-head div {
  border-right: 1px solid var(--pp-normal-hover);
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-head div:last-child {
  border-right: 0;
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-item {
  border: 1px solid var(--pp-normal);
  background-color: var(--pp-bg-1);
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-item:hover {
  background-color: var(--pp-bg-2);
  outline: 2px solid var(--pp-deep);
  outline-offset: -1px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-item:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid var(--pp-deep);
  position: absolute;
  z-index: -1;
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-item > div {
  border-right: 1px solid var(--pp-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-item .doctor .doc-img-box {
  background-color: var(--pp-light);
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-item .table-wrap .tb-row {
  border-bottom: 1px solid var(--pp-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-item .table-wrap .tb-row:last-child {
  border-bottom: 0;
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-item .table-wrap .tb-td {
  border-right: 1px solid var(--pp-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-item .table-wrap .tb-td.today {
  background-color: var(--pp-light);
}
.schedule-wrap .schedule-timetable.all-color .timetable.pink .timetable-item .table-wrap .tb-td:last-child {
  border-right: 0;
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-head {
  background-color: var(--pg-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-head div {
  border-right: 1px solid var(--pg-normal-hover);
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-head div:last-child {
  border-right: 0;
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-item {
  border: 1px solid var(--pg-normal);
  background-color: var(--pg-bg-1);
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-item:hover {
  background-color: var(--pg-bg-2);
  outline: 2px solid var(--pg-deep);
  outline-offset: -1px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-item:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid var(--pg-deep);
  position: absolute;
  z-index: -1;
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-item > div {
  border-right: 1px solid var(--pg-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-item .doctor .doc-img-box {
  background-color: var(--pg-light);
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-item .table-wrap .tb-row {
  border-bottom: 1px solid var(--pg-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-item .table-wrap .tb-row:last-child {
  border-bottom: 0;
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-item .table-wrap .tb-td {
  border-right: 1px solid var(--pg-normal);
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-item .table-wrap .tb-td.today {
  background-color: var(--pg-light);
}
.schedule-wrap .schedule-timetable.all-color .timetable.green .timetable-item .table-wrap .tb-td:last-child {
  border-right: 0;
}
.schedule-wrap .schedule-timetable.blue .schedule-timetable-guide:before {
  background-color: var(--pb-light);
  border: 1px solid var(--pb-normal);
}
.schedule-wrap .schedule-timetable.blue .timetable-head {
  background-color: var(--pb-normal);
}
.schedule-wrap .schedule-timetable.blue .timetable-head div {
  border-right: 1px solid var(--pb-normal-hover);
}
.schedule-wrap .schedule-timetable.blue .timetable-head div:last-child {
  border-right: 0;
}
.schedule-wrap .schedule-timetable.blue .timetable-item {
  border: 1px solid var(--pb-normal);
  background-color: var(--pb-bg-1);
}
.schedule-wrap .schedule-timetable.blue .timetable-item:hover {
  background-color: var(--pb-bg-2);
  outline: 2px solid var(--pb-deep);
  outline-offset: -1px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.schedule-wrap .schedule-timetable.blue .timetable-item:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid var(--pb-deep);
  position: absolute;
  z-index: -1;
}
.schedule-wrap .schedule-timetable.blue .timetable-item > div {
  border-right: 1px solid var(--pb-normal);
}
.schedule-wrap .schedule-timetable.blue .timetable-item .doctor .doc-img-box {
  background-color: var(--pb-light);
}
.schedule-wrap .schedule-timetable.blue .timetable-item .table-wrap .tb-row {
  border-bottom: 1px solid var(--pb-normal);
}
.schedule-wrap .schedule-timetable.blue .timetable-item .table-wrap .tb-row:last-child {
  border-bottom: 0;
}
.schedule-wrap .schedule-timetable.blue .timetable-item .table-wrap .tb-td {
  border-right: 1px solid var(--pb-normal);
}
.schedule-wrap .schedule-timetable.blue .timetable-item .table-wrap .tb-td.today {
  background-color: var(--pb-light);
}
.schedule-wrap .schedule-timetable.blue .timetable-item .table-wrap .tb-td:last-child {
  border-right: 0;
}
.schedule-wrap .schedule-timetable.pink .schedule-timetable-guide:before {
  background-color: var(--pp-light);
  border: 1px solid var(--pp-normal);
}
.schedule-wrap .schedule-timetable.pink .timetable-head {
  background-color: var(--pp-normal);
}
.schedule-wrap .schedule-timetable.pink .timetable-head div {
  border-right: 1px solid var(--pp-normal-hover);
}
.schedule-wrap .schedule-timetable.pink .timetable-head div:last-child {
  border-right: 0;
}
.schedule-wrap .schedule-timetable.pink .timetable-item {
  border: 1px solid var(--pp-normal);
  background-color: var(--pp-bg-1);
}
.schedule-wrap .schedule-timetable.pink .timetable-item:hover {
  background-color: var(--pp-bg-2);
  outline: 2px solid var(--pp-deep);
  outline-offset: -1px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.schedule-wrap .schedule-timetable.pink .timetable-item:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid var(--pp-deep);
  position: absolute;
  z-index: -1;
}
.schedule-wrap .schedule-timetable.pink .timetable-item > div {
  border-right: 1px solid var(--pp-normal);
}
.schedule-wrap .schedule-timetable.pink .timetable-item .doctor .doc-img-box {
  background-color: var(--pp-light);
}
.schedule-wrap .schedule-timetable.pink .timetable-item .table-wrap .tb-row {
  border-bottom: 1px solid var(--pp-normal);
}
.schedule-wrap .schedule-timetable.pink .timetable-item .table-wrap .tb-row:last-child {
  border-bottom: 0;
}
.schedule-wrap .schedule-timetable.pink .timetable-item .table-wrap .tb-td {
  border-right: 1px solid var(--pp-normal);
}
.schedule-wrap .schedule-timetable.pink .timetable-item .table-wrap .tb-td.today {
  background-color: var(--pp-light);
}
.schedule-wrap .schedule-timetable.pink .timetable-item .table-wrap .tb-td:last-child {
  border-right: 0;
}
.schedule-wrap .schedule-timetable.green .schedule-timetable-guide:before {
  background-color: var(--pg-light);
  border: 1px solid var(--pg-normal);
}
.schedule-wrap .schedule-timetable.green .timetable-head {
  background-color: var(--pg-normal);
}
.schedule-wrap .schedule-timetable.green .timetable-head div {
  border-right: 1px solid var(--pg-normal-hover);
}
.schedule-wrap .schedule-timetable.green .timetable-head div:last-child {
  border-right: 0;
}
.schedule-wrap .schedule-timetable.green .timetable-item {
  border: 1px solid var(--pg-normal);
  background-color: var(--pg-bg-1);
}
.schedule-wrap .schedule-timetable.green .timetable-item:hover {
  background-color: var(--pg-bg-2);
  outline: 2px solid var(--pg-deep);
  outline-offset: -1px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.schedule-wrap .schedule-timetable.green .timetable-item:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid var(--pg-deep);
  position: absolute;
  z-index: -1;
}
.schedule-wrap .schedule-timetable.green .timetable-item > div {
  border-right: 1px solid var(--pg-normal);
}
.schedule-wrap .schedule-timetable.green .timetable-item .doctor .doc-img-box {
  background-color: var(--pg-light);
}
.schedule-wrap .schedule-timetable.green .timetable-item .table-wrap .tb-row {
  border-bottom: 1px solid var(--pg-normal);
}
.schedule-wrap .schedule-timetable.green .timetable-item .table-wrap .tb-row:last-child {
  border-bottom: 0;
}
.schedule-wrap .schedule-timetable.green .timetable-item .table-wrap .tb-td {
  border-right: 1px solid var(--pg-normal);
}
.schedule-wrap .schedule-timetable.green .timetable-item .table-wrap .tb-td.today {
  background-color: var(--pr-light);
}
.schedule-wrap .schedule-timetable.green .timetable-item .table-wrap .tb-td:last-child {
  border-right: 0;
}
.schedule-wrap .schedule-timetable .schedule-timetable-guide {
  text-align: right;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .schedule-wrap .schedule-timetable .schedule-timetable-guide {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .schedule-wrap .schedule-timetable .schedule-timetable-guide {
    font-size: 14px;
  }
}
.schedule-wrap .schedule-timetable .schedule-timetable-guide {
  color: var(--gray-11);
  margin-bottom: 8px;
  position: relative;
}
.schedule-wrap .schedule-timetable .schedule-timetable-guide:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: -28px;
}
.schedule-wrap .timetable .timetable-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
}
.schedule-wrap .timetable .timetable-head div {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .schedule-wrap .timetable .timetable-head div {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .schedule-wrap .timetable .timetable-head div {
    font-size: 20px;
  }
}
.schedule-wrap .timetable .timetable-head div {
  padding: 10px;
  text-align: center;
}
.schedule-wrap .timetable .timetable-head div.w10 {
  width: 10%;
}
.schedule-wrap .timetable .timetable-head div.w20 {
  width: 20%;
  flex-shrink: 0;
}
.schedule-wrap .timetable .timetable-head div:first-child {
  border-radius: 10px 0 0 10px;
}
.schedule-wrap .timetable .timetable-head div:last-child {
  border-radius: 0 10px 10px 0;
}
.schedule-wrap .timetable .timetable-item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-radius: 10px;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}
.schedule-wrap .timetable .timetable-item.night .tb-body {
  height: 100%;
}
.schedule-wrap .timetable .timetable-item.night .tb-row {
  height: 100%;
}
.schedule-wrap .timetable .timetable-item > div.w20 {
  width: 20%;
  flex-shrink: 0;
  padding: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .schedule-wrap .timetable .timetable-item > div.w20 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .schedule-wrap .timetable .timetable-item > div.w20 {
    font-size: 18px;
  }
}
.schedule-wrap .timetable .timetable-item > div.w20 P {
  text-align: center;
}
.schedule-wrap .timetable .timetable-item > div:first-child {
  border-radius: 10px 0 0 10px;
}
.schedule-wrap .timetable .timetable-item > div:last-child {
  border-radius: 0 10px 10px 0;
  border-right: 0;
}
.schedule-wrap .timetable .timetable-item .doctor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.schedule-wrap .timetable .timetable-item .doctor .doc-img-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0.769px 1.538px 2.308px 0 rgba(0, 0, 0, 0.1) inset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule-wrap .timetable .timetable-item .doctor .doc-img-box img {
  display: block;
  width: 100px;
  max-width: none;
  flex-shrink: 0;
}
.schedule-wrap .timetable .timetable-item .doctor .doc-name {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .schedule-wrap .timetable .timetable-item .doctor .doc-name {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .schedule-wrap .timetable .timetable-item .doctor .doc-name {
    font-size: 18px;
  }
}
.schedule-wrap .timetable .timetable-item .doctor .doc-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.schedule-wrap .timetable .timetable-item .doctor .doc-name .icon {
  width: 20px;
  height: 20px;
}
.schedule-wrap .timetable .timetable-item .table-wrap {
  width: 50%;
}
.schedule-wrap .timetable .timetable-item .table-wrap .tb-header {
  display: none;
}
.schedule-wrap .timetable .timetable-item .table-wrap .tb-row {
  margin-top: 0;
  border-radius: 0;
}

/* 주말진료시간표 */
.week-timetable.mode-pc .tabs {
  display: none;
}
.week-timetable.mode-pc .tab-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 0;
}
.week-timetable.mode-pc .tab-panels .tab-panel {
  display: block;
  width: 100%;
}
.week-timetable.mode-pc .timetable-saturday .timetable-item {
  border-radius: 10px 0 0 10px;
}
.week-timetable.mode-pc .timetable-sunday .timetable-header .time {
  display: none;
}
.week-timetable.mode-pc .timetable-sunday .timetable-item {
  border-radius: 0 10px 10px 0;
  border-left: 0;
}
.week-timetable.mode-pc .timetable-sunday .timetable-item .time {
  display: none;
}
.week-timetable.mode-pc .timetable-header .date.sat {
  border-radius: 0;
}
.week-timetable.mode-pc .timetable-header .date.sun {
  border-radius: 0 10px 10px 0;
}
.week-timetable.mode-pc .timetable-item .tablelist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-content: flex-start;
  grid-auto-rows: max-content;
}
.week-timetable .timetable-header {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .week-timetable .timetable-header {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .week-timetable .timetable-header {
    font-size: 20px;
  }
}
.week-timetable .timetable-header {
  display: flex;
  align-items: center;
}
.week-timetable .timetable-header .time {
  color: var(--pb-deep-active);
  background-color: var(--pb-normal);
  border-radius: 10px 0 0 10px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px;
}
.week-timetable .timetable-header .date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.week-timetable .timetable-header .date.sat {
  color: var(--pg-deep-active);
  background-color: var(--pg-normal);
  border-radius: 10px;
}
.week-timetable .timetable-header .date.sun {
  color: var(--pp-deep-active);
  background-color: var(--pp-normal);
  border-radius: 10px;
}
.week-timetable .timetable-item {
  height: 100%;
  display: flex;
  align-items: stretch;
  border: 1px solid var(--pb-normal);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 16px;
}
.week-timetable .timetable-item.sat .doc-item .doc-img {
  background-color: var(--pg-light-hover);
}
.week-timetable .timetable-item.sat .doc-item .doc-item-hov {
  background: linear-gradient(180deg, rgba(93, 157, 170, 0.6) 0%, var(--pg-deep-hover) 100%);
}
.week-timetable .timetable-item.sun .doc-item .doc-img {
  background-color: var(--pp-light-hover);
}
.week-timetable .timetable-item.sun .doc-item .doc-item-hov {
  background: linear-gradient(180deg, rgba(182, 125, 185, 0.5) 0%, var(--pp-deep-hover) 100%);
}
.week-timetable .timetable-item .time {
  width: 140px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid var(--pb-normal);
}
.week-timetable .timetable-item .time p {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .week-timetable .timetable-item .time p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .week-timetable .timetable-item .time p {
    font-size: 18px;
  }
}
.week-timetable .timetable-item .time p {
  text-align: center;
}
.week-timetable .timetable-item .time.morning {
  background-color: var(--pb-light);
}
.week-timetable .timetable-item .time.afternoon {
  background-color: var(--pb-light-hover);
}
.week-timetable .timetable-item .time.evening {
  background-color: var(--pb-normal);
}
.week-timetable .timetable-item .time.other {
  background-color: var(--pb-normal-active);
}
.week-timetable .timetable-item .tablelist {
  gap: 24px;
  padding: 20px;
}
.week-timetable .timetable-item .doc-item:hover .doc-item-hov {
  opacity: 1;
}
.week-timetable .timetable-item .doc-item .doc-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.week-timetable .timetable-item .doc-item .doc-img img {
  max-width: none;
  width: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.week-timetable .timetable-item .doc-item .doc-item-hov {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  padding: 18.5px;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
  backdrop-filter: blur(2.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
}
.week-timetable .timetable-item .doc-item .doc-item-hov span {
  width: 100%;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .week-timetable .timetable-item .doc-item .doc-item-hov span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .week-timetable .timetable-item .doc-item .doc-item-hov span {
    font-size: 16px;
  }
}
.week-timetable .timetable-item .doc-item .doc-item-hov span {
  color: var(--color-white);
  text-align: center;
}
.week-timetable .timetable-item .doc-item .doc-item-hov a {
  width: 100%;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .week-timetable .timetable-item .doc-item .doc-item-hov a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .week-timetable .timetable-item .doc-item .doc-item-hov a {
    font-size: 16px;
  }
}
.week-timetable .timetable-item .doc-item .doc-item-hov a {
  color: var(--color-white);
  text-align: center;
  padding: 2.5px 10px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.week-timetable .timetable-item .doc-item .doc-item-hov a .icon {
  width: 16px;
  height: 16px;
  filter: var(--filter-white);
}
.week-timetable .timetable-item .doc-item .doc-name {
  margin-top: 8px;
  text-align: center;
}
.week-timetable .timetable-item .doc-item .doc-name b {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .week-timetable .timetable-item .doc-item .doc-name b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .week-timetable .timetable-item .doc-item .doc-name b {
    font-size: 18px;
  }
}
.week-timetable .timetable-item .doc-item .doc-name .major {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .week-timetable .timetable-item .doc-item .doc-name .major {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .week-timetable .timetable-item .doc-item .doc-name .major {
    font-size: 14px;
  }
}
.week-timetable .timetable-item .doc-item .doc-name .major {
  color: var(--gray-11);
}

/*==============================*/
/*==============================*/
/* 층별안내 */
.floor-wrap {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  position: relative;
}
.floor-wrap .tabs {
  width: 175px;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.floor-wrap .tab-panels {
  margin-top: 0;
  width: calc(100% - 223px);
}
.floor-wrap .floor-inner {
  display: flex;
  gap: 24px;
}
.floor-wrap .floor-cha {
  position: absolute;
  z-index: 1;
}
.floor-wrap .floor-cha.pc {
  display: block;
  right: -50px;
  bottom: -20px;
  animation: updown 1s infinite;
}
.floor-wrap .img-box {
  width: 100%;
}
.floor-wrap .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.floor-wrap .list-box {
  width: 283px;
  flex-shrink: 0;
  display: none;
}
.floor-wrap .list-box ul {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
  background-color: var(--gray-2);
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  height: 100%;
  min-width: 283px;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .floor-wrap .list-box ul {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .floor-wrap .list-box ul {
    font-size: 18px;
  }
}
.floor-wrap .list-box ul li + li {
  margin-top: 8px;
}
.floor-wrap .floor-text {
  text-align: left;
}

/* 오시는길 */
.map-wrap .root_daum_roughmap .wrap_controllers,
.map-wrap .root_daum_roughmap .cont .section.lst {
  display: none;
}
.map-wrap .line-box {
  overflow: hidden;
}
.map-wrap .line-box .mapbox {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
}
.map-wrap .line-box .mapbox .root_daum_roughmap {
  position: absolute !important;
  top: 0;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1430px !important;
  max-width: none !important;
  margin: 0 !important;
}
.map-wrap .line-box .mapbox .root_daum_roughmap .wrap_map {
  width: 1430px !important;
}
.map-wrap .line-box .contbox {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.map-wrap .line-box .contbox .row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.map-wrap .line-box .contbox .row + .row {
  margin-top: 16px;
}
.map-wrap .line-box .contbox .row .badge {
  min-width: 120px;
}
.map-wrap .line-box .contbox .row .badge + span {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .map-wrap .line-box .contbox .row .badge + span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .map-wrap .line-box .contbox .row .badge + span {
    font-size: 20px;
  }
}
.map-wrap .line-box .contbox .row .badge + span {
  color: var(--gray-11);
}
.map-wrap .line-box .btn-wrap {
  display: flex;
  gap: 24px;
}
.map-wrap .line-box .btn-wrap .way-btn {
  width: 100%;
  height: 54px;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .map-wrap .line-box .btn-wrap .way-btn {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .map-wrap .line-box .btn-wrap .way-btn {
    font-size: 20px;
  }
}
.map-wrap .line-box .btn-wrap .way-btn {
  color: var(--color-primary);
}
.map-wrap .line-box .btn-wrap .way-btn .icon {
  width: 32px;
  height: 32px;
  display: block;
}
.map-wrap .line-box .btn-wrap .way-btn .icon-kakao {
  background-image: url("../../images/icon/icon-kakaomap.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.map-wrap .line-box .btn-wrap .way-btn .icon-naver {
  background-image: url("../../images/icon/icon-navermap.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.map-wrap .parking-box {
  display: flex;
  gap: 16px;
}
.map-wrap .parking-box .line-box {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.map-wrap .parking-box .line-box .top {
  width: 100%;
  display: flex;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  position: absolute;
}
.map-wrap .parking-box .line-box .top.primary {
  background-color: var(--primary-light);
}
.map-wrap .parking-box .line-box .top.pink {
  background-color: var(--pp-light);
}
.map-wrap .parking-box .line-box .top.green {
  background-color: var(--pg-light);
}
.map-wrap .parking-box .line-box .top .icon {
  width: 40px;
  height: 35px;
  display: block;
}
.map-wrap .parking-box .line-box .top .icon-parking-blue:before {
  content: "";
  background-image: url("../../images/icon/icon-parking-blue.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.map-wrap .parking-box .line-box .top .icon-parking-pink:before {
  content: "";
  background-image: url("../../images/icon/icon-parking-pink.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.map-wrap .parking-box .line-box .top .icon-parking-green:before {
  content: "";
  background-image: url("../../images/icon/icon-parking-green.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.map-wrap .parking-box .line-box .top span {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .map-wrap .parking-box .line-box .top span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .map-wrap .parking-box .line-box .top span {
    font-size: 20px;
  }
}
.map-wrap .parking-box .line-box img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* 인사말 */
.greeting-wrap {
  display: flex;
  gap: 40px;
}
.greeting-wrap .img-box {
  position: relative;
  flex-shrink: 0;
}
.greeting-wrap .img-box div {
  width: 630px;
  border-radius: 40px;
  overflow: hidden;
}
.greeting-wrap .img-box div::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 40px;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1) inset;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.greeting-wrap .img-box div img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.greeting-wrap .img-box .bg-img {
  position: absolute;
  bottom: -52px;
  left: -71px;
  animation: shake 1s infinite;
}
.greeting-wrap .text-box h3 {
  color: var(--primary-deep-hover);
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
  font-family: "KimjungchulMyungjo";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  position: relative;
  margin-bottom: 40px;
}
.greeting-wrap .text-box h3::after {
  content: "";
  width: 100%;
  height: 128px;
  background-image: url("../../images/sub/text-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.greeting-wrap .text-box .desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .greeting-wrap .text-box .desc {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .greeting-wrap .text-box .desc {
    font-size: 18px;
  }
}
.greeting-wrap .text-box .desc {
  color: var(--gray-11);
  margin-top: 8px;
}
.greeting-wrap .text-box b {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .greeting-wrap .text-box b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .greeting-wrap .text-box b {
    font-size: 18px;
  }
}
.greeting-wrap .text-box b {
  color: var(--gray-11);
  margin-top: 24px;
  display: block;
}

/* 비전 */
.vision-wrap .vision-top {
  width: 100%;
  height: 100%;
  min-height: 589px;
  padding: 80px 50px;
  background-image: url("../../images/sub/bg-vision.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vision-wrap .vision-top .title-box {
  position: relative;
  display: inline-block;
  font-family: "Maplestory";
  font-size: 64px;
  font-weight: 700;
  line-height: 110%; /* 70.4px */
  letter-spacing: -1.92px;
  color: var(--color-primary);
  text-align: center;
}
.vision-wrap .vision-top .title-stroke {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  -webkit-text-stroke: 10px #fff;
  text-shadow: 0 4px 2px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.vision-wrap .vision-top .title-stroke br {
  display: none;
}
.vision-wrap .vision-top .title-fill {
  position: relative;
  color: var(--color-primary);
  white-space: nowrap;
}
.vision-wrap .vision-top .title-fill br {
  display: none;
}
.vision-wrap .vision-top .transform-text {
  color: var(--primary-deep-hover);
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .vision-wrap .vision-top .transform-text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .vision-wrap .vision-top .transform-text {
    font-size: 24px;
  }
}
.vision-wrap .vision-top .transform-text {
  display: block;
  text-align: center;
  letter-spacing: -0.7px;
}
.vision-wrap .vision-top .transform-text br {
  display: none;
}
.vision-wrap .vision-top .bar {
  width: 3px;
  height: 0px;
  background-color: var(--color-primary);
  border-radius: 1.5px;
  margin: 24px auto;
  transition: height 0.6s ease;
}
.vision-wrap .vision-top .bar.active {
  height: 120px;
}
.vision-wrap .vision-top .bot-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.vision-wrap .vision-top .bot-box.active {
  opacity: 1;
  transform: translateY(0);
}
.vision-wrap .vision-top .badge {
  padding: 0 20px;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .vision-wrap .vision-top .badge {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .vision-wrap .vision-top .badge {
    font-size: 20px;
  }
}
.vision-wrap .vision-top .badge {
  color: var(--primary-deep-hover);
  border-radius: 9999px;
  background-color: var(--color-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.vision-wrap .vision-top .badge + p {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .vision-wrap .vision-top .badge + p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .vision-wrap .vision-top .badge + p {
    font-size: 20px;
  }
}
.vision-wrap .vision-top .badge + p {
  text-align: center;
}
.vision-wrap .vision-icon-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
.vision-wrap .vision-icon-box-item {
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.vision-wrap .vision-icon-box-item .icon-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid var(--gray-4);
  background-color: var(--color-white);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1) inset;
}
.vision-wrap .vision-icon-box-item .icon-top img {
  width: 104px;
}
.vision-wrap .vision-icon-box-item p {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .vision-wrap .vision-icon-box-item p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .vision-wrap .vision-icon-box-item p {
    font-size: 18px;
  }
}
.vision-wrap .vision-icon-box-item p {
  text-align: center;
}
.vision-wrap .promotion-box {
  display: flex;
  align-items: center;
  gap: 40px;
}
.vision-wrap .promotion-box .promotion-text h3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .vision-wrap .promotion-box .promotion-text h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .vision-wrap .promotion-box .promotion-text h3 {
    font-size: 32px;
  }
}
.vision-wrap .promotion-box .promotion-text .desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .vision-wrap .promotion-box .promotion-text .desc {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .vision-wrap .promotion-box .promotion-text .desc {
    font-size: 20px;
  }
}
.vision-wrap .promotion-box .promotion-text .desc {
  color: var(--gray-11);
}
.vision-wrap .promotion-box .promotion-video {
  width: 820px;
  flex-shrink: 0;
  position: relative;
}
.vision-wrap .promotion-box .promotion-video div {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}
.vision-wrap .promotion-box .promotion-video div iframe,
.vision-wrap .promotion-box .promotion-video div video {
  width: 100%;
  height: 100%;
}
.vision-wrap .promotion-box .promotion-video:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primary-light);
  position: absolute;
  top: 20px;
  right: -20px;
  border-radius: 30px;
  z-index: -1;
}
.vision-wrap .promotion-box .pc-show {
  display: block;
}
.vision-wrap .promotion-box .mo-show {
  display: none;
}

/* 연혁 */
.history-wrap {
  display: flex;
  gap: 46px;
  --history-pin-top: 100px;
}
@media (max-width: 1200px) {
  .history-wrap {
    --history-pin-top: 90px;
  }
}
@media (max-width: 1024px) {
  .history-wrap {
    --history-pin-top: 80px;
  }
}
@media (max-width: 768px) {
  .history-wrap {
    --history-pin-top: 70px;
  }
}
@media (max-width: 640px) {
  .history-wrap {
    --history-pin-top: 60px;
  }
}
.history-wrap .history-control-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  opacity: 0;
}
.history-wrap .history-control {
  width: 514px;
  flex-shrink: 0;
}
.history-wrap .history-control h3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .history-wrap .history-control h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .history-wrap .history-control h3 {
    font-size: 32px;
  }
}
.history-wrap .history-control h3 {
  color: var(--color-primary);
}
.history-wrap .history-control .desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .history-wrap .history-control .desc {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .history-wrap .history-control .desc {
    font-size: 20px;
  }
}
.history-wrap .history-control .desc {
  color: var(--gray-11);
  margin-top: 8px;
}
.history-wrap .history-control .tabs .tab {
  width: auto;
}
.history-wrap .history-control .bookmark-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.history-wrap .history-control .bookmark-box .btn {
  flex-shrink: 0;
}
.history-wrap .history-control .bookmark-box div {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* Chrome, Safari */
}
.history-wrap .history-control .bookmark-box div::-webkit-scrollbar {
  display: none;
}
.history-wrap .history-control .bookmark-box div {
  /* IE, Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
}
.history-wrap .history-control .bookmark-box div.is-dragging {
  cursor: grabbing;
}
.history-wrap .history-control .bookmark-box div a {
  min-width: 80px;
  padding: 5px 15px;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .history-wrap .history-control .bookmark-box div a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .history-wrap .history-control .bookmark-box div a {
    font-size: 18px;
  }
}
.history-wrap .history-control .bookmark-box div a {
  color: var(--gray-11);
  border: 1px solid var(--gray-4);
  border-radius: 999px;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-wrap .history-control .bookmark-box div a.active {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .history-wrap .history-control .bookmark-box div a.active {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .history-wrap .history-control .bookmark-box div a.active {
    font-size: 18px;
  }
}
.history-wrap .history-control .contents-list p img {
  width: 100%;
}
.history-wrap .history-box {
  height: 700px;
}
.history-wrap .history-box .history-box-list {
  height: 100%;
  position: relative;
}
.history-wrap .history-box .history-item-year {
  min-width: 200px;
  padding: 5px 20px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .history-wrap .history-box .history-item-year {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .history-wrap .history-box .history-item-year {
    font-size: 32px;
  }
}
.history-wrap .history-box .history-item-year {
  color: var(--color-white);
  font-family: "Maplestory OTF";
}
.history-wrap .history-box .vertical-dash {
  width: 3px;
  height: 100%;
  margin: 0 auto;
  background: repeating-linear-gradient(to bottom, var(--gray-4) 0px, var(--gray-4) 10px, transparent 10px, transparent 20px);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: -1;
}
.history-wrap .history-box .history-list-item {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  height: 100%;
}
.history-wrap .history-box .history-list-item-row {
  display: flex;
  gap: 16px;
  opacity: 0;
  transform: translate3d(50px, 0, 0);
  will-change: transform, opacity;
}
.history-wrap .history-box .history-list-item-row + .history-list-item-row {
  margin-top: 16px;
}
.history-wrap .history-box .history-list-item-row div {
  width: 100%;
}
.history-wrap .history-box .history-list-item-row b {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .history-wrap .history-box .history-list-item-row b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .history-wrap .history-box .history-list-item-row b {
    font-size: 20px;
  }
}
.history-wrap .history-box .history-list-item-row b {
  color: var(--primary-deep-hover);
  width: 35px;
  flex-shrink: 0;
}
.history-wrap .history-box .history-list-item-row p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .history-wrap .history-box .history-list-item-row p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .history-wrap .history-box .history-list-item-row p {
    font-size: 20px;
  }
}
.history-wrap .history-box .history-list-item-row p {
  color: var(--gray-11);
}
.history-wrap .history-box .historySwiper {
  height: 100%;
}
.history-wrap .history-box .historySwiper .swiper-wrapper {
  height: 100%;
}
.history-wrap .history-box .historySwiper .swiper-slide {
  height: 100%;
}
.history-wrap .history-box {
  /* 활성 슬라이드가 아닐 때는 항상 초기 상태 */
}
.history-wrap .history-box .history-list-item:not(.is-wave-active) .history-list-item-row {
  opacity: 0;
  transform: translate3d(50px, 0, 0);
  animation: none;
}
.history-wrap .history-box {
  /* 활성 슬라이드일 때 순차적으로 등장 */
}
.history-wrap .history-box .history-list-item.is-wave-active .history-list-item-row {
  animation-name: historyWaveIn;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  animation-fill-mode: forwards;
}
.history-wrap .history-box .history-list-item.is-wave-active .history-list-item-row:nth-child(1) {
  animation-delay: 0.05s;
}
.history-wrap .history-box .history-list-item.is-wave-active .history-list-item-row:nth-child(2) {
  animation-delay: 0.15s;
}
.history-wrap .history-box .history-list-item.is-wave-active .history-list-item-row:nth-child(3) {
  animation-delay: 0.25s;
}
.history-wrap .history-box .history-list-item.is-wave-active .history-list-item-row:nth-child(4) {
  animation-delay: 0.35s;
}
.history-wrap .history-box .history-list-item.is-wave-active .history-list-item-row:nth-child(5) {
  animation-delay: 0.45s;
}
.history-wrap .history-box .history-list-item.is-wave-active .history-list-item-row:nth-child(6) {
  animation-delay: 0.55s;
}
.history-wrap .history-box .history-list-item.is-wave-active .history-list-item-row:nth-child(7) {
  animation-delay: 0.65s;
}
.history-wrap .history-box .history-list-item.is-wave-active .history-list-item-row:nth-child(8) {
  animation-delay: 0.75s;
}
.history-wrap .history-box .history-list-item.is-wave-active .history-list-item-row:nth-child(9) {
  animation-delay: 0.85s;
}
.history-wrap .history-box .history-list-item.is-wave-active .history-list-item-row:nth-child(10) {
  animation-delay: 0.95s;
}
.history-wrap .history-box2 .history-box-list {
  height: 100%;
  position: relative;
}
.history-wrap .history-box2 .history-item-year {
  min-width: 200px;
  padding: 5px 20px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .history-wrap .history-box2 .history-item-year {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .history-wrap .history-box2 .history-item-year {
    font-size: 32px;
  }
}
.history-wrap .history-box2 .history-item-year {
  color: var(--color-white);
  font-family: "Maplestory OTF";
}
.history-wrap .history-box2 .vertical-dash {
  width: 3px;
  height: 100%;
  margin: 0 auto;
  background: repeating-linear-gradient(to bottom, var(--gray-4) 0px, var(--gray-4) 10px, transparent 10px, transparent 20px);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: -1;
}
.history-wrap .history-box2 .history-list-item {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  height: auto;
}
.history-wrap .history-box2 .history-list-item + .history-list-item {
  margin-top: 48px;
}
.history-wrap .history-box2 .history-list-item .img-box {
  border-radius: 20px;
  overflow: hidden;
}
.history-wrap .history-box2 .history-list-item .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.history-wrap .history-box2 .history-list-item-row {
  display: flex;
  gap: 16px;
}
.history-wrap .history-box2 .history-list-item-row + .history-list-item-row {
  margin-top: 16px;
}
.history-wrap .history-box2 .history-list-item-row div {
  width: 100%;
}
.history-wrap .history-box2 .history-list-item-row b {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .history-wrap .history-box2 .history-list-item-row b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .history-wrap .history-box2 .history-list-item-row b {
    font-size: 20px;
  }
}
.history-wrap .history-box2 .history-list-item-row b {
  color: var(--primary-deep-hover);
  width: 35px;
  flex-shrink: 0;
}
.history-wrap .history-box2 .history-list-item-row p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .history-wrap .history-box2 .history-list-item-row p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .history-wrap .history-box2 .history-list-item-row p {
    font-size: 20px;
  }
}
.history-wrap .history-box2 .history-list-item-row p {
  color: var(--gray-11);
}
.history-wrap .history-box2 {
  /* 활성 슬라이드가 아닐 때는 항상 초기 상태 */
  /* 활성 슬라이드일 때 순차적으로 등장 */
}

/* ci */
.ci-wrap .desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .ci-wrap .desc {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .ci-wrap .desc {
    font-size: 16px;
  }
}
.ci-wrap .desc {
  color: var(--gray-11);
}
.ci-wrap .line-box {
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  margin-top: 16px;
}
.ci-wrap .color-box {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.ci-wrap .color-box .img-box {
  width: 254px;
  height: 254px;
  position: relative;
  perspective: 1000px;
}
.ci-wrap .color-box .img-box p {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .ci-wrap .color-box .img-box p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ci-wrap .color-box .img-box p {
    font-size: 18px;
  }
}
.ci-wrap .color-box .img-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ci-wrap .color-box .img-box .coin {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.ci-wrap .color-box .img-box .front,
.ci-wrap .color-box .img-box .back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.ci-wrap .color-box .img-box .front img,
.ci-wrap .color-box .img-box .back img {
  display: block;
  width: 100%;
}
.ci-wrap .color-box .img-box .back {
  transform: rotateY(180deg);
}
.ci-wrap .color-box .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ci-wrap .color-box .box:hover .img-box .coin {
  transform: rotateY(180deg);
}
.ci-wrap .color-box .box .title {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .ci-wrap .color-box .box .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ci-wrap .color-box .box .title {
    font-size: 18px;
  }
}
.ci-wrap .color-box .box .sub {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .ci-wrap .color-box .box .sub {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .ci-wrap .color-box .box .sub {
    font-size: 16px;
  }
}
.ci-wrap .color-box .box .sub {
  color: var(--gray-11);
  margin-top: 8px;
}

/*==============================*/
/*==============================*/
/* 고맙습니다 */
.banner-card {
  border: 1px solid var(--gray-4);
  border-radius: 20px;
  background-color: var(--primary-bg-2);
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.1) inset;
  display: flex;
  gap: 48px;
}
.banner-card img {
  display: block;
  margin: 0 20px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.banner-card .banner-main-contents {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: 40px;
  padding-left: 0;
  width: calc(100% - 320px);
}
.banner-card .cont h3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .banner-card .cont h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .banner-card .cont h3 {
    font-size: 24px;
  }
}
.banner-card .cont h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner-card .cont .sub {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .banner-card .cont .sub {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .banner-card .cont .sub {
    font-size: 18px;
  }
}
.banner-card .cont .sub {
  color: var(--gray-11);
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner-card .bottom {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.banner-card .bottom .btn {
  margin-left: auto;
}
.banner-card .badge {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .banner-card .badge {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .banner-card .badge {
    font-size: 16px;
  }
}
.banner-card .badge {
  color: var(--gray-11);
}

/* 나의작성글 */
.mywrite-wrap .searchbox {
  border: 1px solid var(--gray-4);
  border-radius: 20px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1) inset;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
}
.mywrite-wrap .searchbox .box-wrap {
  width: 824px;
}
.mywrite-wrap .searchbox .btn {
  min-width: 240px;
}
.mywrite-wrap .detail-box .detail-header {
  border: 1px solid var(--color-primary);
  background-color: var(--primary-bg-2);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}
.mywrite-wrap .detail-box .detail-header .left {
  display: flex;
  gap: 32px;
  flex: 1;
}
.mywrite-wrap .detail-box .detail-header .col {
  text-align: center;
  color: var(--gray-12);
  position: relative;
}
.mywrite-wrap .detail-box .detail-header .col:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: var(--gray-8);
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
}
.mywrite-wrap .detail-box .detail-header .col span {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .mywrite-wrap .detail-box .detail-header .col span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .mywrite-wrap .detail-box .detail-header .col span {
    font-size: 20px;
  }
}
.mywrite-wrap .detail-box .detail-header .col.col-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .mywrite-wrap .detail-box .detail-header .col.col-num {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mywrite-wrap .detail-box .detail-header .col.col-num {
    font-size: 16px;
  }
}
.mywrite-wrap .detail-box .detail-header .col.col-title {
  text-align: left;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .mywrite-wrap .detail-box .detail-header .col.col-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .mywrite-wrap .detail-box .detail-header .col.col-title {
    font-size: 24px;
  }
}
.mywrite-wrap .detail-box .detail-header .col.col-title:after {
  display: none;
}
.mywrite-wrap .detail-box .detail-header .data {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
}
.mywrite-wrap .detail-box .detail-header .col-view span {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .mywrite-wrap .detail-box .detail-header .col-view span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mywrite-wrap .detail-box .detail-header .col-view span {
    font-size: 16px;
  }
}
.mywrite-wrap .detail-box .detail-header .col-view span {
  color: var(--gray-11);
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  padding-top: 2px;
}
.mywrite-wrap .detail-box .detail-header .col-view .icon {
  width: 24px;
  height: 24px;
  filter: var(--filter-gray-12);
}
.mywrite-wrap .detail-box .detail-header .col-date {
  position: relative;
}
.mywrite-wrap .detail-box .detail-header .col-date::after {
  content: "";
  width: 1px;
  height: 18px;
  display: block;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--gray-8);
}
.mywrite-wrap .detail-box .detail-header .col-date span {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .mywrite-wrap .detail-box .detail-header .col-date span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mywrite-wrap .detail-box .detail-header .col-date span {
    font-size: 16px;
  }
}
.mywrite-wrap .detail-box .detail-header .col-date span {
  color: var(--gray-11);
}
.mywrite-wrap .detail-box .detail-body {
  padding: 20px;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .mywrite-wrap .detail-box .detail-body {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .mywrite-wrap .detail-box .detail-body {
    font-size: 18px;
  }
}
.mywrite-wrap .detail-box .detail-body {
  color: var(--gray-11);
}
.mywrite-wrap .detail-box .detail-body * {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .mywrite-wrap .detail-box .detail-body * {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .mywrite-wrap .detail-box .detail-body * {
    font-size: 18px;
  }
}
.mywrite-wrap .detail-box .detail-body * {
  color: var(--gray-11);
}
.mywrite-wrap .detail-box .btn-link {
  width: 200px;
}
.mywrite-wrap .detail-box .answer-box {
  border-radius: 10px;
  padding: 20px;
  margin-top: 16px;
}
.mywrite-wrap .detail-box .answer-box.tendious {
  border: 1px solid var(--pb-normal-active);
  background-color: var(--pb-bg-2);
}
.mywrite-wrap .detail-box .answer-box.thanks {
  border: 1px solid var(--pp-normal-active);
  background-color: var(--pp-bg-2);
}
.mywrite-wrap .detail-box .answer-box * {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .mywrite-wrap .detail-box .answer-box * {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .mywrite-wrap .detail-box .answer-box * {
    font-size: 18px;
  }
}
.mywrite-wrap .detail-box .answer-box * {
  color: var(--gray-11);
}

/* 도와주세요 - 카드 슬라이드 */
.help-swiper-wrap {
  position: relative;
  overflow: visible;
  /* 기준값 */
  --card-w: 640px;
  --card-h: 320px;
  --btn-size: 64px;
  --btn-gap: 24px;
}
.help-swiper-wrap .help-contents-slider {
  overflow: visible;
}
.help-swiper-wrap .help-contents-slider .swiper-wrapper {
  align-items: stretch;
}
.help-swiper-wrap .help-contents-slider .swiper-slide {
  width: var(--card-w) !important;
  opacity: 0.3;
  transform: scale(0.94);
  transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease;
  filter: blur(1px);
}
.help-swiper-wrap .help-contents-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}
.help-swiper-wrap .help-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--card-w);
  height: var(--card-h);
  padding: 60px 30px;
  border-radius: 20px;
  background-color: var(--primary-light);
  overflow: hidden;
  box-sizing: border-box;
}
.help-swiper-wrap .help-card.type-number .text-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.help-swiper-wrap .help-card.type-number .text-box .title {
  margin-top: auto;
}
.help-swiper-wrap .help-card .text-box {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
}
.help-swiper-wrap .help-card .icon-box {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.help-swiper-wrap .help-card .icon-box img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.help-swiper-wrap .help-card .title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .help-swiper-wrap .help-card .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .help-swiper-wrap .help-card .title {
    font-size: 20px;
  }
}
.help-swiper-wrap .help-card .title {
  color: var(--color-primary);
}
.help-swiper-wrap .help-card .desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .help-swiper-wrap .help-card .desc {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .help-swiper-wrap .help-card .desc {
    font-size: 16px;
  }
}
.help-swiper-wrap .help-card .desc {
  color: var(--gray-11);
  margin-top: 10px;
}
.help-swiper-wrap .help-card .img-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.help-swiper-wrap .help-card .img-box img {
  display: block;
  max-width: none;
}
.help-swiper-wrap .swiper-control {
  width: 640px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 10;
}
.help-swiper-wrap .help-swiper-prev,
.help-swiper-wrap .help-swiper-next {
  width: var(--btn-size);
  height: var(--btn-size);
  margin-top: 0;
  border: 1px solid var(--gray-11);
  border-radius: 50%;
  background-color: var(--color-white);
  box-sizing: border-box;
  top: -32px;
  cursor: pointer;
}
.help-swiper-wrap .help-swiper-prev svg, .help-swiper-wrap .help-swiper-prev::after,
.help-swiper-wrap .help-swiper-next svg,
.help-swiper-wrap .help-swiper-next::after {
  display: none;
}
.help-swiper-wrap .help-swiper-prev::before,
.help-swiper-wrap .help-swiper-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-top: 2px solid var(--gray-11);
  border-right: 2px solid var(--gray-11);
  box-sizing: border-box;
}
.help-swiper-wrap .help-swiper-prev.swiper-button-disabled,
.help-swiper-wrap .help-swiper-next.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}
.help-swiper-wrap .help-swiper-prev {
  left: -88px;
  right: auto;
}
.help-swiper-wrap .help-swiper-prev::before {
  transform: rotate(-135deg);
  margin-left: -4px;
}
.help-swiper-wrap .help-swiper-next {
  left: auto;
  right: -88px;
}
.help-swiper-wrap .help-swiper-next::before {
  transform: rotate(45deg);
  margin-left: -8px;
}

/* 안내전화 */
.line-box-wrap {
  display: flex;
  gap: 24px;
}
.line-box-wrap .line-box {
  width: 100%;
  padding: 20px;
  display: flex;
}
.line-box-wrap .line-box .flex {
  width: 100%;
  gap: 24px;
}
.line-box-wrap .line-box.primary .icon-box {
  background-color: var(--primary-light);
}
.line-box-wrap .line-box.primary .icon-box .icon {
  filter: brightness(0) saturate(100%) invert(30%) sepia(65%) saturate(1873%) hue-rotate(172deg) brightness(94%) contrast(104%);
}
.line-box-wrap .line-box.primary .text-box p {
  color: var(--color-primary);
}
.line-box-wrap .line-box.blue .icon-box {
  background-color: var(--pb-light);
}
.line-box-wrap .line-box.blue .icon-box .icon {
  filter: brightness(0) saturate(100%) invert(41%) sepia(6%) saturate(4973%) hue-rotate(173deg) brightness(90%) contrast(77%);
}
.line-box-wrap .line-box.blue .text-box p {
  color: var(--pb-accent);
}
.line-box-wrap .line-box.pink .icon-box {
  background-color: var(--pp-light);
}
.line-box-wrap .line-box.pink .icon-box .icon {
  filter: brightness(0) saturate(100%) invert(38%) sepia(7%) saturate(3650%) hue-rotate(249deg) brightness(92%) contrast(82%);
}
.line-box-wrap .line-box.pink .text-box p {
  color: var(--pp-accent);
}
.line-box-wrap .line-box.green .icon-box {
  background-color: var(--pg-light);
}
.line-box-wrap .line-box.green .icon-box .icon {
  filter: brightness(0) saturate(100%) invert(37%) sepia(73%) saturate(326%) hue-rotate(142deg) brightness(93%) contrast(91%);
}
.line-box-wrap .line-box.green .text-box p {
  color: var(--pg-accent);
}
.line-box-wrap .line-box .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-box-wrap .line-box .icon-box .icon {
  width: 40px;
  height: 40px;
}
.line-box-wrap .line-box .text-box {
  width: 100%;
  text-align: center;
}
.line-box-wrap .line-box .text-box b {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .line-box-wrap .line-box .text-box b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .line-box-wrap .line-box .text-box b {
    font-size: 20px;
  }
}
.line-box-wrap .line-box .text-box p {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .line-box-wrap .line-box .text-box p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .line-box-wrap .line-box .text-box p {
    font-size: 18px;
  }
}

/* 후원하기 */
.donation-wrap .line-box-wrap .line-box {
  flex-direction: column;
}
.donation-wrap .line-box-wrap .line-box .line-box-top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.donation-wrap .line-box-wrap .line-box .line-box-top img {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.donation-wrap .line-box-wrap .line-box .line-box-top span {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .donation-wrap .line-box-wrap .line-box .line-box-top span {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .donation-wrap .line-box-wrap .line-box .line-box-top span {
    font-size: 24px;
  }
}
.donation-wrap .line-box-wrap .line-box .line-box-top span.blue {
  color: var(--pb-deep-hover);
}
.donation-wrap .line-box-wrap .line-box .line-box-top span.pink {
  color: var(--pp-deep-hover);
}
.donation-wrap .line-box-wrap .line-box .line-box-top span.green {
  color: var(--pg-deep-hover);
}
.donation-wrap .line-box-wrap .line-box .desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .donation-wrap .line-box-wrap .line-box .desc {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .donation-wrap .line-box-wrap .line-box .desc {
    font-size: 16px;
  }
}
.donation-wrap .line-box-wrap .line-box .desc {
  color: var(--gray-11);
  margin-top: 8px;
}

/* 예약안내 */
.reservation-wrap .resguide-box {
  display: flex;
  padding: 20px 40px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 20px;
  background-color: var(--primary-bg-2);
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.1) inset;
  overflow: hidden;
}
.reservation-wrap .resguide-box .img-box {
  margin-top: auto;
  margin-left: auto;
  transform: translateY(20px);
}
.reservation-wrap .resguide-box .title {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .reservation-wrap .resguide-box .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .reservation-wrap .resguide-box .title {
    font-size: 24px;
  }
}
.reservation-wrap .resguide-box .desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .reservation-wrap .resguide-box .desc {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .reservation-wrap .resguide-box .desc {
    font-size: 18px;
  }
}
.reservation-wrap .resguide-box .desc {
  color: var(--gray-11);
  margin-top: 8px;
}
.reservation-wrap .resguide-box .btn {
  width: 337px;
  margin-top: 24px;
}
.reservation-wrap .img-box-wrap {
  display: flex;
  gap: 24px;
}
.reservation-wrap .img-box-wrap .line-box {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.reservation-wrap .img-box-wrap .line-box p {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .reservation-wrap .img-box-wrap .line-box p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .reservation-wrap .img-box-wrap .line-box p {
    font-size: 18px;
  }
}
.reservation-wrap .img-box-wrap .line-box p {
  color: var(--gray-11);
}

/* 증명서 발급한내 */
.certificate-wrap .text-list-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  align-self: stretch;
}
.certificate-wrap .text-list-box .text-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.certificate-wrap .text-list-box .text-list .box {
  display: flex;
  padding: 20px 40px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid var(--primary-normal);
  background-color: var(--primary-bg-2);
}
.certificate-wrap .text-list-box .text-list .box span {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .certificate-wrap .text-list-box .text-list .box span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .certificate-wrap .text-list-box .text-list .box span {
    font-size: 16px;
  }
}
.certificate-wrap .text-list-box .text-list .box span {
  color: var(--gray-11);
}
.certificate-wrap .img-box-wrap {
  display: flex;
  gap: 24px;
}
.certificate-wrap .img-box-wrap .line-box {
  width: 100%;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.certificate-wrap .img-box-wrap .line-box.blue .img-circle {
  background-color: var(--pb-light);
}
.certificate-wrap .img-box-wrap .line-box.pink .img-circle {
  background-color: var(--pp-light);
}
.certificate-wrap .img-box-wrap .line-box.green .img-circle {
  background-color: var(--pg-light);
}
.certificate-wrap .img-box-wrap .line-box .img-circle {
  display: flex;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.certificate-wrap .img-box-wrap .line-box .desc {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .certificate-wrap .img-box-wrap .line-box .desc {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .certificate-wrap .img-box-wrap .line-box .desc {
    font-size: 18px;
  }
}
.certificate-wrap .img-box-wrap .line-box .desc {
  color: var(--gray-11);
  text-align: center;
}
.certificate-wrap .btn-wrap {
  width: 100%;
}
.certificate-wrap .btn-wrap .btn {
  width: 100%;
}

/* 진료절차안내 */
.step-box-wrap + .info-text {
  margin-top: 48px;
}

/*==============================*/
/*==============================*/
/* 개인정보처리방침 */
.terms-wrap .line-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--gray-11);
  padding: 40px;
}
.terms-wrap .line-box .devider {
  width: 100%;
  height: 1px;
  background-color: var(--gray-4);
  margin: 24px 0;
}
.terms-wrap .box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.terms-wrap .text-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.terms-wrap .box-title {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .terms-wrap .box-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .terms-wrap .box-title {
    font-size: 20px;
  }
}
.terms-wrap .list-type {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.terms-wrap b {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .terms-wrap b {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .terms-wrap b {
    font-size: 18px;
  }
}
.terms-wrap p {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .terms-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .terms-wrap p {
    font-size: 18px;
  }
}

/* ================================================= */
/* 1. 폰트 가중치 Map 및 기본 변수 정의 (핵심 유틸리티) */
/* ================================================= */
/* ============================================== */
/* 2. 타이포그래피 스타일 Map 정의 (디자인 시스템) */
/* - 키: size, weight, family, line-height(선택) */
/* ============================================== */
/* ================================================= */
/* 2-1. 반응형 size Map (PC 대비 size만 오버라이드) */
/* - 존재하는 레벨만 유지 (키 불일치 방지) */
/* ================================================= */
/* ============================================= */
/* 3. 공용 유틸: 레벨별 size 조회 (브레이크포인트) */
/* ============================================= */
/* ============================================= */
/* 4. 범용 믹스인: @include body-1-1 형태로 사용 */
/* - line-height 키가 있으면 함께 출력 */
/* ============================================= */
/* ============================================= */
/* 5. 레벨별 믹스인: 최종 사용 형태 유지 */
/* ============================================= */
/* ========================================== */
/* 6. 클래스 자동 생성(선택): 기존 형태 유지 */
/* ========================================== */
.display-1 {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 144px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 104px;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 88px;
  }
}

.title-1-1 {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .title-1-1 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .title-1-1 {
    font-size: 56px;
  }
}

.title-2-1 {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .title-2-1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .title-2-1 {
    font-size: 32px;
  }
}

.contents-1-1 {
  font-family: "Maplestory", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .contents-1-1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contents-1-1 {
    font-size: 16px;
  }
}

.contents-1-2 {
  font-family: "Maplestory", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .contents-1-2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contents-1-2 {
    font-size: 16px;
  }
}

.heading-1-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-1-1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .heading-1-1 {
    font-size: 32px;
  }
}

.heading-2-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-2-1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .heading-2-1 {
    font-size: 24px;
  }
}

.heading-2-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-2-2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .heading-2-2 {
    font-size: 24px;
  }
}

.heading-3-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-3-1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .heading-3-1 {
    font-size: 20px;
  }
}

.heading-3-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-3-2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .heading-3-2 {
    font-size: 20px;
  }
}

.heading-3-3 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .heading-3-3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .heading-3-3 {
    font-size: 20px;
  }
}

.body-1-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-1-1 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .body-1-1 {
    font-size: 18px;
  }
}

.body-1-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-1-2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .body-1-2 {
    font-size: 18px;
  }
}

.body-2-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-2-1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-2-1 {
    font-size: 16px;
  }
}

.body-2-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-2-2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-2-2 {
    font-size: 16px;
  }
}

.body-3-1 {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-3-1 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-3-1 {
    font-size: 16px;
  }
}

.body-3-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .body-3-2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .body-3-2 {
    font-size: 16px;
  }
}

.caption-1-2 {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .caption-1-2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .caption-1-2 {
    font-size: 14px;
  }
}

/* page media 1430 */
@media (max-width: 1430px) {
  /*==============================*/
  /*==============================*/
  .top-guide-contents {
    gap: 20px;
  }
  /* 아코디언박스 */
  .acco-box-wrap.iconlist .acco-box-item:hover .step-icon {
    position: absolute;
    top: 30px;
    right: 10px;
    left: auto;
  }
  .acco-box-wrap.iconlist .acco-box-item .step-icon {
    width: 150px;
    height: 150px;
  }
  .acco-box-wrap.iconlist:not(:hover) .acco-box-item:first-child .step-icon {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 30px;
    left: auto;
    right: 10px;
  }
  .acco-box-wrap:not(:hover) .acco-box-item:first-child p {
    align-items: flex-start;
  }
  .acco-box-wrap .acco-box-item:hover .acco-box-title p {
    align-items: flex-start;
  }
  .acco-box-wrap .acco-box-item .acco-box-title p {
    align-items: flex-end;
  }
  .acco-box-wrap .acco-box-item .acco-box-title .cha-img {
    width: 200px;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: auto;
    top: 10px;
    right: 0;
  }
  .acco-box-wrap .acco-box-item .acco-box-contents .desc br {
    display: none;
  }
  /*==============================*/
  /*==============================*/
  .doc-list-wrap .search-box {
    margin-bottom: 40px;
  }
  .doc-list-wrap .doc-item {
    flex-direction: column;
    align-items: center;
  }
  /* 의료진 상세 */
  .doctor-detail-wrap .doctor-hero-card .inner {
    padding: 0 50px;
  }
  .doctor-detail-wrap .doctor-hero-media .doctor-photo-box {
    width: 420px;
    height: 506px;
  }
  /* 센터소개 */
  .center-contents-wrap.clinic .center-contents-inner {
    flex-direction: row;
  }
  .center-contents-wrap .center-contents-inner {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .center-contents-wrap .center-contents-inner .center-contents-text {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
  }
  .center-contents-wrap .center-contents-inner .center-gallery {
    width: 100%;
    max-width: 100%;
  }
  .center-contents-wrap .center-contents-inner .center-gallery::after {
    height: calc(100% - 60px);
  }
  .center-contents-wrap .centerGallerySwiper .thumb img {
    height: 100%;
  }
  .center-contents-wrap .swiper-pagination {
    justify-content: flex-start;
  }
  .center-contents-wrap .show-pc {
    display: none;
  }
  .center-contents-wrap .show-other {
    display: block;
  }
  .center-contents-wrap .show-other.character-box {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 270px;
  }
  .clinic-list-round {
    width: calc(100% - 335px);
    flex-shrink: 0;
  }
  .infant-checkup-wrap {
    gap: 24px;
  }
  .infant-checkup-wrap .swiper {
    margin: 0;
  }
  .infant-checkup-wrap .swiper-wrapper {
    width: 400px;
  }
  .infant-checkup-wrap .infant-checkup-text {
    width: calc(100% - 424px);
  }
  .infant-checkup-controls {
    margin-top: 24px;
  }
  /*==============================*/
  /*==============================*/
  /* 학생 건강검진 예약신청 */
  .reserve-wrap .reserve-step {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .reserve-wrap .reserve-step:nth-child(2) .right .button-type.col3.horizontal {
    grid-template-columns: repeat(2, 1fr);
  }
  .reserve-wrap .reserve-step .left {
    min-height: 100%;
  }
  .reserve-wrap .reserve-step .left .step-title br {
    display: none;
  }
  /* 예약완료 */
  .finish-wrap .fin-visual-box {
    padding: 20px 30px;
  }
  /* 진료시간표 */
  .schedule-wrap .timetable .timetable-head {
    display: none;
  }
  .schedule-timetable .timetable-list .timetable-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 16px;
  }
  .schedule-timetable .timetable-list .timetable-item > div {
    padding: 0;
    border-radius: 0 !important;
  }
  .schedule-timetable .timetable-list .timetable-item > div.w20:first-child {
    order: 1;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
    padding: 10px 16px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid var(--pb-normal-hover);
    background-color: var(--pb-normal);
  }
  .schedule-timetable .timetable-list .timetable-item > div.w20:first-child br {
    display: none;
  }
  .schedule-timetable .timetable-list .timetable-item > div.w20.doctor {
    order: 2;
    width: 160px !important;
    flex: 0 0 160px !important;
    max-width: 160px;
    padding: 12px 10px;
    border-right: 1px solid var(--pb-normal-hover);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* 세로 가운데 정렬 */
    align-self: stretch; /* 오른쪽 표 높이만큼 늘어남 */
  }
  .schedule-timetable .timetable-list .timetable-item > .table-wrap.gridtable {
    order: 3;
    width: calc(100% - 160px) !important;
    flex: 0 0 calc(100% - 160px) !important;
    max-width: calc(100% - 160px);
    border-right: 0;
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch;
    min-height: 0 !important;
  }
  .schedule-timetable .timetable-list .timetable-item > .table-wrap.gridtable .tb-header {
    display: block;
    flex: 0 0 auto;
    border-radius: 0;
  }
  .schedule-timetable .timetable-list .timetable-item > .table-wrap.gridtable .tb-header .tb-row {
    margin-top: 0;
  }
  .schedule-timetable .timetable-list .timetable-item > .table-wrap.gridtable .tb-header .tb-th {
    border-right: 1px solid var(--pb-normal-hover);
    background-color: var(--pb-normal);
    border-radius: 0;
  }
  .schedule-timetable .timetable-list .timetable-item > .table-wrap.gridtable .tb-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .schedule-timetable .timetable-list .timetable-item > .table-wrap.gridtable .tb-body .tb-row + .tb-row .today {
    border-top: 1px solid var(--pb-normal);
  }
  .schedule-timetable .timetable-list .timetable-item > .table-wrap.gridtable .tb-row {
    display: flex !important;
    flex: 1 1 0 !important;
    height: auto !important;
    min-height: 64px;
    margin-top: 0;
    border-radius: 0;
  }
  .schedule-timetable .timetable-list .timetable-item > .table-wrap.gridtable .tb-td,
  .schedule-timetable .timetable-list .timetable-item > .table-wrap.gridtable .tb-th {
    min-height: 64px;
    height: auto !important;
  }
  .schedule-timetable .timetable-list .timetable-item > div.w20:last-child {
    order: 4;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid var(--pb-normal-hover);
  }
  .schedule-timetable .timetable-list .timetable-item > div.w20:last-child p {
    width: 100%;
    text-align: center;
  }
  .schedule-timetable .timetable-list .timetable-item {
    /* 핵심: night 기존 높이 규칙 제거 */
  }
  .schedule-timetable .timetable-list .timetable-item.night .tb-body {
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
  }
  .schedule-timetable .timetable-list .timetable-item.night .tb-row {
    height: auto !important;
    min-height: 64px !important;
    flex: 1 1 0 !important;
  }
  .week-timetable .timetable-header .date.sat {
    border-radius: 0 10px 10px 0;
  }
  .week-timetable .timetable-header .date.sun {
    border-radius: 0 10px 10px 0;
  }
  .week-timetable .timetable-item .tablelist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /*==============================*/
  /*==============================*/
  /* 안내전화 */
  .contact-wrap .line-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  /*==============================*/
  /*==============================*/
  /* 연혁 */
  .history-wrap {
    flex-direction: column;
  }
  .history-wrap .history-control {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid var(--gray-4);
    --history-header-height: 0px;
    --history-control-height: 0px;
  }
  .history-wrap .history-control.active {
    position: fixed;
    top: var(--history-header-height);
    left: 0;
    z-index: 100;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
  }
  .history-wrap .history-control .contents-list .bookmark-box {
    max-width: 514px;
    margin: 0 auto;
  }
  .history-wrap .history-control .contents-list .divider {
    display: none;
  }
  .history-wrap .history-control .contents-list p img {
    display: none;
  }
  .history-wrap .history-control .contents-list img {
    display: none;
  }
  .history-wrap .history-box2 .vertical-dash {
    left: 0;
  }
  .history-wrap .history-box2 .history-list-item {
    margin-left: 20px;
  }
  /* ci */
  .ci-wrap .color-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .ci-wrap .color-box .box {
    flex-direction: row;
    align-items: center;
  }
  .ci-wrap .color-box .img-box {
    flex-shrink: 0;
  }
  /* 층별안내 */
  .floor-wrap {
    flex-direction: column;
    gap: 24px;
  }
  .floor-wrap .tabs {
    width: 100%;
    grid-template-columns: repeat(10, 1fr);
  }
  .floor-wrap .tabs .tab {
    min-width: 100px;
    width: auto;
  }
  .floor-wrap .tab-panels {
    width: 100%;
  }
  .floor-wrap .floor-wrap {
    width: 100%;
  }
}
/* page media 1200 */
@media (max-width: 1200px) {
  /*==============================*/
  /*==============================*/
  /* 아코디언박스 */
  .acco-box-wrap.iconlist .acco-box-item {
    padding: 20px;
    height: 550px;
  }
  .acco-box-wrap .acco-box-item {
    padding: 20px;
  }
  /* 숫자있는 박스 */
  .step-box-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .step-box-wrap .box-item:nth-child(2n) {
    transform: none;
  }
  .step-box-wrap .box {
    flex-direction: row;
    min-height: auto;
    align-items: center;
  }
  .step-box-wrap .box .step-box-title-top img {
    height: 48px;
  }
  .step-box-wrap .box .step-box-title-bot {
    margin-top: 0;
    margin-left: auto;
  }
  .step-box-wrap .box .step-box-title-bot .normalbox br {
    display: none;
  }
  .step-box-wrap.type-text-inner .box {
    flex-direction: column;
    align-items: flex-start;
  }
  .step-box-wrap.type-text-inner .box .step-box-title-top {
    align-items: center;
    width: 100%;
  }
  .step-box-wrap.type-text-inner .box .step-box-title-top span {
    margin-left: auto;
  }
  .step-box-wrap.type-text-inner .box .step-box-title-bot {
    width: 100%;
    margin-left: 0;
  }
  /*==============================*/
  /*==============================*/
  .merit-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .merit-box .merit-text-box {
    margin-top: 16px;
  }
  .merit-box .merit-img-box {
    margin-left: auto;
  }
  .center-contents-wrap.clinic .center-contents-text .character-box {
    margin-top: 48px;
  }
  .clinic-list-round .clinic-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  /* 진료 시간표 */
  .schedule-wrap .schedule-guide-text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  /*==============================*/
  /*==============================*/
  /* 증명서 발급안내 */
  .certificate-wrap .btn-wrap {
    flex-direction: column;
    gap: 8px;
  }
  /*==============================*/
  /*==============================*/
  /* 인사말 */
  .greeting-wrap .img-box {
    width: 40%;
    height: 100%;
  }
  .greeting-wrap .img-box div {
    width: 100%;
  }
  .greeting-wrap .text-box h3 br {
    display: none;
  }
  /* 비전 */
  .vision-wrap .vision-top .title-stroke,
  .vision-wrap .vision-top .title-fill {
    white-space: normal;
    word-break: keep-all;
  }
  .vision-wrap .vision-icon-box {
    flex-wrap: wrap;
  }
  .vision-wrap .vision-icon-box .vision-icon-box-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .vision-wrap .promotion-box {
    gap: 24px;
  }
  .vision-wrap .promotion-box .promotion-video {
    width: 100%;
    max-width: 500px;
  }
  /* 오시는길 */
  .map-wrap .parking-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .map-wrap .parking-box img {
    width: 100%;
  }
  /* 층별안내 */
  .floor-wrap .tabs {
    grid-template-columns: repeat(5, 1fr);
  }
  /*==============================*/
  /*==============================*/
  /* 비급여진료비용 */
  .nonpayments-wrap .table-wrap.gridtable {
    /* 헤더 숨김 */
  }
  .nonpayments-wrap .table-wrap.gridtable .tb-header {
    display: none;
  }
  .nonpayments-wrap .table-wrap.gridtable {
    /* 전체 리스트 2열 */
  }
  .nonpayments-wrap .table-wrap.gridtable .tb-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-height: auto;
    overflow: visible;
  }
  .nonpayments-wrap .table-wrap.gridtable {
    /* 카드 1개 */
  }
  .nonpayments-wrap .table-wrap.gridtable .tb-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 145px;
    margin-top: 0;
    padding: 20px;
    border: 1px solid var(--primary-normal);
    border-radius: 10px;
    background: var(--primary-bg-2);
  }
  .nonpayments-wrap .table-wrap.gridtable .tb-row:hover {
    border-color: var(--primary-normal);
    background-color: var(--primary-light-hover);
  }
  .nonpayments-wrap .table-wrap.gridtable .tb-row:hover .tb-td {
    background-color: transparent !important;
  }
  .nonpayments-wrap .table-wrap.gridtable {
    /* 기존 width 제거 */
  }
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td {
    width: 100% !important;
    padding: 0;
    border: 0;
    background: transparent;
    justify-content: flex-start;
    text-align: left;
  }
  .nonpayments-wrap .table-wrap.gridtable {
    /* 1행 : 구분 / 중분류+소분류 */
  }
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(1) {
    font-family: "Pretendard", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
  }
  .nonpayments-wrap .table-wrap.gridtable {
    /* 카드 기준점 */
    /* 명칭 */
    /* 비용 */
  }
}
@media (max-width: 1200px) and (max-width: 1024px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(1) {
    font-size: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(1) {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(1) b {
    font-family: "Pretendard", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(1) b {
    font-size: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(1) b {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(2),
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(3) {
    position: absolute;
    right: 16px;
    text-align: right;
    justify-content: flex-end;
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(2),
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(3) {
    font-size: 18px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(2),
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(3) {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(2) {
    top: 16px;
  }
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(3) {
    top: 42px;
  }
  .nonpayments-wrap .table-wrap.gridtable .tb-row {
    position: relative;
  }
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(4) {
    margin-top: 42px;
    padding-top: 14px;
    border-top: 1px solid var(--primary-normal);
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(4) {
    font-size: 18px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(4) {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(5) {
    margin-top: auto;
    padding-top: 14px;
    justify-content: flex-end;
    text-align: right;
    color: var(--primary-deep-hover);
    font-family: "Pretendard", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(5) {
    font-size: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .nonpayments-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(5) {
    font-size: 20px;
  }
}
/* page media 1024 */
@media (max-width: 1024px) {
  /*==============================*/
  /*==============================*/
  /* 페이지 상단 안내 텍스트 */
  .top-guide-contents {
    flex-direction: column;
    gap: 48px;
  }
  .top-guide-contents .btn-wrap {
    flex-direction: row;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .top-guide-contents .btn-wrap.row .btn {
    width: 100%;
    max-width: 50%;
  }
  .top-guide-contents .btn-wrap .btn {
    width: 100%;
    max-width: 50%;
  }
  /* 콘텐츠 레이아웃 */
  .contents-list {
    gap: 40px;
  }
  .contents-list .divider {
    margin-top: 40px;
  }
  .box-wrap.col2 {
    grid-template-columns: repeat(1, 1fr);
  }
  /* 전문진료분야 박스 */
  .major-info-box {
    padding: 20px;
  }
  .major-info-box .flex {
    flex-shrink: 0;
    width: calc(100% - 323px);
  }
  .major-info-box .flex br {
    display: none;
  }
  .major-info-box .img-box {
    height: 290px;
  }
  .major-info-box .img-box img {
    -o-object-fit: contain;
       object-fit: contain;
    transform: translate(-90px, 10px);
    width: 340px;
  }
  /* 아코디언박스 */
  .acco-box-wrap {
    flex-direction: column;
  }
  .acco-box-wrap.iconlist .acco-box-item {
    flex: 0;
  }
  .acco-box-wrap.iconlist .acco-box-item:hover .acco-box-title .step-icon {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    margin-left: 0;
    height: 0;
    opacity: 0;
  }
  .acco-box-wrap.iconlist .acco-box-item.active .acco-box-title .step-icon {
    position: static !important;
    height: auto !important;
    opacity: 1;
  }
  .acco-box-wrap.iconlist .acco-box-item .acco-box-title .step-icon {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    margin-left: 0;
    height: 0;
    transform: none;
    transition: all 1s 0.5s ease;
  }
  .acco-box-wrap.iconlist:not(:hover) .acco-box-item:first-child {
    padding: 20px;
  }
  .acco-box-wrap.iconlist:not(:hover) .acco-box-item:first-child .acco-box-title .step-icon {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    height: 0;
  }
  .acco-box-wrap .acco-box-item {
    padding: 20px;
    gap: 24px;
    height: auto;
    flex: 0;
  }
  .acco-box-wrap .acco-box-item:hover .acco-box-contents {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-top: 0;
  }
  .acco-box-wrap .acco-box-item.active .acco-box-title p {
    align-items: flex-start;
  }
  .acco-box-wrap .acco-box-item.active .acco-box-title .cha-img {
    height: auto;
    opacity: 1;
  }
  .acco-box-wrap .acco-box-item.active .acco-box-contents {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    margin-top: auto !important;
    display: block;
  }
  .acco-box-wrap .acco-box-item.active .acco-btn-wrap {
    display: flex;
  }
  .acco-box-wrap .acco-box-item .acco-box-title {
    margin-top: 0;
    align-items: flex-start;
  }
  .acco-box-wrap .acco-box-item .acco-box-title p {
    justify-content: flex-start;
    gap: 40px;
  }
  .acco-box-wrap .acco-box-item .acco-box-title p img:first-child {
    height: 50px;
  }
  .acco-box-wrap .acco-box-item .acco-box-title .cha-img {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin-left: 0;
    height: 0;
    transition: all 1s 0.5s ease;
  }
  .acco-box-wrap .acco-box-item .acco-box-contents {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-top: 0;
    display: none;
  }
  .acco-box-wrap .acco-box-item .acco-btn-wrap {
    flex-shrink: 0;
    display: none;
    flex-direction: column;
    gap: 8px;
  }
  .acco-box-wrap .acco-box-item .acco-btn-wrap .btn {
    width: 48px;
    height: 48px;
  }
  .acco-box-wrap .acco-box-item .acco-btn-wrap .btn .icon {
    display: block;
    width: 24px;
    height: 24px;
  }
  .acco-box-wrap:not(:hover) .acco-box-item:first-child {
    padding: 20px;
  }
  .acco-box-wrap:not(:hover) .acco-box-item:first-child .acco-box-contents {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin-top: 0;
  }
  /* 검색바 */
  .search-box {
    flex-wrap: wrap;
  }
  .search-box .flex {
    width: 460px;
  }
  .search-box .dropdown {
    width: 100%;
  }
  /*==============================*/
  /*==============================*/
  .doc-list-wrap .doc-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .doc-list-wrap .doc-item {
    flex-direction: row;
    align-items: center;
  }
  /* 의료진 상세 */
  .doctor-detail-wrap .doctor-hero-card .inner {
    flex-direction: column-reverse;
  }
  .doctor-detail-wrap .doctor-hero-content {
    margin-top: 40px;
  }
  .doctor-detail-wrap .doctor-hero-content .doctor-name-group .doctor-name-wrap {
    font-size: 56px;
  }
  .doctor-detail-wrap .info-line-box .info-list {
    padding: 20px;
  }
  .infant-checkup-wrap {
    flex-direction: column;
  }
  .infant-checkup-wrap .swiper-wrapper {
    width: 100%;
  }
  .infant-checkup-wrap .infant-checkup-text {
    width: 100%;
  }
  .infant-checkup-controls {
    margin-top: 24px;
  }
  .infant-checkup-controls .infant-checkup-prev,
  .infant-checkup-controls .infant-checkup-next {
    width: 40px;
    height: 40px;
  }
  .merit-box .merit-text-box .bar {
    display: none;
  }
  .merit-box .merit-text-box .sub {
    margin-top: 16px;
  }
  .merit-box .merit-text-box .list-type {
    margin-top: 16px;
  }
  .merit-box .merit-img-box {
    margin-top: 16px;
    margin-left: auto;
    width: 100%;
  }
  .merit-box .merit-img-box img {
    width: 100%;
    height: auto;
  }
  .center-contents-wrap.clinic .center-contents-inner {
    flex-direction: column;
    gap: 24px;
  }
  .center-contents-wrap.clinic .center-contents-text {
    position: relative;
  }
  .center-contents-wrap.clinic .center-contents-text .character-box {
    margin-top: 0;
    position: absolute;
    width: 83px;
    top: -20px;
    right: 0;
  }
  .clinic-list-round {
    width: 100%;
  }
  /* 도와주세요 - 카드 슬라이드 */
  .help-swiper-wrap {
    position: relative;
    overflow: visible;
    /* 기준값 */
    --card-w: 640px;
    --card-h: 320px;
    --btn-size: 64px;
    --btn-gap: 24px;
  }
  .help-swiper-wrap .help-contents-slider {
    overflow: visible;
  }
  .help-swiper-wrap .help-contents-slider .swiper-wrapper {
    align-items: stretch;
  }
  .help-swiper-wrap .help-contents-slider .swiper-slide {
    width: var(--card-w) !important;
    opacity: 0.3;
    transform: scale(0.94);
    transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease;
    filter: blur(1px);
  }
  .help-swiper-wrap .help-contents-slider .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
  .help-swiper-wrap .help-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--card-w);
    height: var(--card-h);
    padding: 60px 30px;
    border-radius: 20px;
    background-color: var(--primary-light);
    overflow: hidden;
    box-sizing: border-box;
  }
  .help-swiper-wrap .help-card.type-number .text-box {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .help-swiper-wrap .help-card.type-number .text-box .title {
    margin-top: auto;
  }
  .help-swiper-wrap .help-card .text-box {
    position: relative;
    z-index: 2;
    flex: 1;
    min-width: 0;
  }
  .help-swiper-wrap .help-card .icon-box {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .help-swiper-wrap .help-card .icon-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .help-swiper-wrap .help-card .title {
    font-family: "Pretendard", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: var(--color-primary);
  }
  .help-swiper-wrap {
    /* 도와주세요 - 카드 슬라이드 */
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .help-swiper-wrap .help-card .title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .help-swiper-wrap .help-card .title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .help-swiper-wrap .help-card .desc {
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: var(--gray-11);
    margin-top: 10px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .help-swiper-wrap .help-card .desc {
    font-size: 16px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .help-swiper-wrap .help-card .desc {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .help-swiper-wrap .help-card .img-box {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .help-swiper-wrap .help-card .img-box img {
    display: block;
    max-width: none;
  }
  .help-swiper-wrap .swiper-control {
    width: 640px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 10;
  }
  .help-swiper-wrap .help-swiper-prev,
  .help-swiper-wrap .help-swiper-next {
    width: var(--btn-size);
    height: var(--btn-size);
    margin-top: 0;
    border: 1px solid var(--gray-11);
    border-radius: 50%;
    background-color: var(--color-white);
    box-sizing: border-box;
    top: -32px;
    cursor: pointer;
  }
  .help-swiper-wrap .help-swiper-prev svg, .help-swiper-wrap .help-swiper-prev::after,
  .help-swiper-wrap .help-swiper-next svg,
  .help-swiper-wrap .help-swiper-next::after {
    display: none;
  }
  .help-swiper-wrap .help-swiper-prev::before,
  .help-swiper-wrap .help-swiper-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-top: 2px solid var(--gray-11);
    border-right: 2px solid var(--gray-11);
    box-sizing: border-box;
  }
  .help-swiper-wrap .help-swiper-prev.swiper-button-disabled,
  .help-swiper-wrap .help-swiper-next.swiper-button-disabled {
    opacity: 1;
    pointer-events: auto;
  }
  .help-swiper-wrap .help-swiper-prev {
    left: -88px;
    right: auto;
  }
  .help-swiper-wrap .help-swiper-prev::before {
    transform: rotate(-135deg);
    margin-left: -4px;
  }
  .help-swiper-wrap .help-swiper-next {
    left: auto;
    right: -88px;
  }
  .help-swiper-wrap .help-swiper-next::before {
    transform: rotate(45deg);
    margin-left: -8px;
  }
  .help-swiper-wrap .help-swiper-wrap {
    --card-w: 100%;
    --btn-size: 52px;
  }
  .help-swiper-wrap .help-swiper-wrap .help-contents-slider {
    overflow: visible;
  }
  .help-swiper-wrap .help-swiper-wrap .help-contents-slider .swiper-slide {
    width: var(--card-w) !important;
  }
  .help-swiper-wrap .help-swiper-wrap .help-card {
    width: 100%;
  }
  .help-swiper-wrap .help-swiper-wrap .swiper-control {
    width: calc(100% - 100px);
  }
  .help-swiper-wrap .help-swiper-wrap .help-swiper-prev {
    left: 0;
  }
  .help-swiper-wrap .help-swiper-wrap .help-swiper-next {
    right: 0;
  }
}
@media (max-width: 1024px) {
  /*==============================*/
  /*==============================*/
  /* 예약완료 */
  .finish-wrap .fin-visual-box {
    height: auto;
    flex-direction: column;
  }
  .finish-wrap .fin-visual-box .img-box {
    width: 30%;
    min-width: 200px;
  }
  .finish-wrap .fin-visual-box .text-box {
    margin-left: 0;
    margin: 0 auto;
  }
  .checklist-wrap .checklist-card {
    padding: 30px;
  }
  .checklist-wrap .checklist-card .flex {
    flex-direction: column;
    gap: 8px;
  }
  .checklist-wrap .checklist-card .flex .checklist-card-row-group .checklist-card-row {
    margin-left: 0;
    width: 100%;
  }
  .checklist-wrap .checklist-card-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .checklist-wrap .checklist-card-row fieldset {
    margin-left: 0;
  }
  /*==============================*/
  /*==============================*/
  /* 인사말 */
  .greeting-wrap {
    flex-direction: column;
  }
  .greeting-wrap .img-box {
    width: 100%;
  }
  .greeting-wrap .img-box img {
    width: 100%;
  }
  .greeting-wrap .img-box .bg-img {
    width: auto;
  }
  /* 비전 */
  .vision-wrap .vision-top {
    min-height: auto;
    padding: 60px 50px;
  }
  .vision-wrap .vision-top .title-fill br,
  .vision-wrap .vision-top .title-stroke br {
    display: block;
  }
  .vision-wrap .vision-top .transform-text br {
    display: block;
  }
  .vision-wrap .promotion-box {
    flex-direction: column;
    position: relative;
  }
  .vision-wrap .promotion-box .promotion-video {
    max-width: 100%;
  }
  .vision-wrap .promotion-box .pc-show {
    display: none;
  }
  .vision-wrap .promotion-box .mo-show {
    display: block;
    width: 100%;
    transform: translateY(140px);
    margin-top: -140px;
  }
  /* 연혁 */
  .history-wrap .history-box2 .history-list-item {
    flex-direction: column;
    gap: 24px;
  }
  /* ci */
  .ci-wrap .color-box .img-box {
    width: 200px;
    height: 200px;
  }
  /* 오시는길 */
  .map-wrap .line-box .contbox {
    padding: 24px;
  }
  .map-wrap .line-box .btn-wrap {
    gap: 16px;
  }
  /* 층별안내 */
  .floor-wrap .tabs {
    grid-template-columns: repeat(4, 1fr);
  }
  .floor-wrap .floor-inner {
    flex-direction: column;
  }
  .floor-wrap .list-box {
    width: 100%;
  }
  /*==============================*/
  /*==============================*/
  /* 고맙습니다 */
  .banner-card {
    gap: 24px;
    overflow: hidden;
  }
  .banner-card img {
    width: 250px;
    margin: 0;
    transform: translateY(30px);
  }
  .banner-card .banner-main-contents {
    padding: 20px;
    width: calc(100% - 270px);
  }
  .banner-card .bottom {
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  /* 나의작성글 */
  .mywrite-wrap .searchbox {
    padding: 20px;
  }
  .mywrite-wrap .searchbox .box-wrap {
    width: 100%;
  }
  /* 예약안내 */
  .reservation-wrap .table-wrap.gridtable .tb-row {
    flex-wrap: wrap;
  }
  .reservation-wrap .table-wrap.gridtable .tb-row .tb-th.w33 {
    width: 50%;
  }
  .reservation-wrap .table-wrap.gridtable .tb-row .tb-th.w66 {
    width: 50%;
  }
  .reservation-wrap .table-wrap.gridtable .tb-row .tb-td {
    width: 50%;
  }
  .reservation-wrap .table-wrap.gridtable .tb-row .tb-td:nth-child(2) {
    border-right: 0;
  }
  .reservation-wrap .table-wrap.gridtable .tb-row .tb-td:last-child {
    flex: 1;
    width: 100%;
    border-top: 1px solid var(--pb-normal);
    border-radius: 0;
  }
  /* 증명서 발급안내 */
  .certificate-wrap .list-type.dot + .flex {
    flex-direction: column;
  }
  .certificate-wrap .img-box-wrap {
    flex-direction: column;
  }
}
/* page media 768 */
@media (max-width: 768px) {
  /*==============================*/
  /*==============================*/
  body #wrapper {
    margin-top: 80px;
  }
  .top-guide-contents {
    gap: 48px;
  }
  .top-guide-contents .btn-wrap {
    flex-direction: column;
  }
  .top-guide-contents .btn-wrap.row .btn {
    max-width: 100%;
  }
  .top-guide-contents .btn-wrap .btn {
    max-width: 100%;
  }
  /* 콘텐츠 레이아웃 */
  .contents-list .w-200 {
    width: 100%;
  }
  /* 전문진료분야 박스 */
  .major-info-box {
    flex-direction: column;
    position: relative;
  }
  .major-info-box .flex {
    width: 100%;
    margin-bottom: 290px;
    gap: 24px;
  }
  .major-info-box .img-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    height: 290px;
    margin-left: 0;
  }
  .major-info-box .img-box.red {
    background-position: top center;
    background-size: 100vw;
  }
  .major-info-box .img-box.blue {
    background-position: top center;
    background-size: 100vw;
  }
  .major-info-box .img-box img {
    transform: translateY(-40px);
    width: 300px;
  }
  /* 아코디언박스 */
  .acco-box-wrap .acco-box-item.active .acco-box-title p img:first-child {
    display: block;
  }
  .acco-box-wrap .acco-box-item .acco-box-title p {
    gap: 0;
  }
  .acco-box-wrap .acco-box-item .acco-box-title p img:first-child {
    display: none;
  }
  .acco-box-wrap .acco-box-item .cha-img,
  .acco-box-wrap .acco-box-item .step-icon {
    margin: 0 auto !important;
  }
  .acco-box-wrap .acco-box-item .acco-btn-wrap .btn {
    width: 32px;
    height: 32px;
  }
  /* 숫자있는 박스 */
  .step-box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .step-box-wrap.col3, .step-box-wrap.col4, .step-box-wrap.col5, .step-box-wrap.col6 {
    gap: 16px;
  }
  /* 번호 들어가는 박스 */
  .number-box .box .number-box-title {
    align-items: center;
    gap: 24px;
  }
  .reservation-wrap .resguide-box .btn {
    width: 100%;
    height: auto;
  }
  /*==============================*/
  /*==============================*/
  .doc-list-wrap .search-box {
    width: 100%;
  }
  .doc-list-wrap .doc-item {
    flex-direction: column;
    align-items: center;
  }
  .doc-list-wrap .doc-item .img-box {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .doc-list-wrap .doc-item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doc-list-wrap .doc-item .info-box {
    gap: 16px;
  }
  .doc-list-wrap .doc-item .info-box .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  /* 의료진 상세 */
  .doctor-detail-wrap .doctor-hero-card .inner {
    padding: 0 20px;
  }
  .doctor-detail-wrap .doctor-hero-media {
    flex-shrink: 0;
    width: 100%;
    overflow: hidden;
  }
  .doctor-detail-wrap .doctor-hero-media .doctor-photo-box {
    width: 100%;
    height: 410px;
    display: flex;
    justify-content: center;
  }
  .doctor-detail-wrap .doctor-hero-media .doctor-photo-box img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .doctor-detail-wrap .doctor-hero-content {
    margin-top: 40px;
  }
  .doctor-detail-wrap .doctor-hero-content .doctor-name-group .doctor-name-wrap {
    font-size: 48px;
  }
  .doctor-detail-wrap .info-line-box .info-data {
    flex-direction: column;
    gap: 8px;
  }
  .doctor-detail-wrap .table-wrap.gridtable {
    width: 100%;
  }
  .doctor-detail-wrap .table-wrap.gridtable .tb-header,
  .doctor-detail-wrap .table-wrap.gridtable .tb-body,
  .doctor-detail-wrap .table-wrap.gridtable .tb-row {
    overflow: visible;
  }
  .doctor-detail-wrap .table-wrap.gridtable .tb-header {
    padding-top: 0;
  }
  .doctor-detail-wrap .table-wrap.gridtable .tb-header .tb-row {
    display: flex;
    flex-direction: row;
  }
  .doctor-detail-wrap .table-wrap.gridtable .tb-body {
    min-height: 100%;
  }
  .doctor-detail-wrap .table-wrap.gridtable .tb-row {
    display: flex;
    flex-direction: row;
  }
  .doctor-detail-wrap .table-wrap.gridtable .tb-row .tb-th, .doctor-detail-wrap .table-wrap.gridtable .tb-row .tb-td {
    padding: 5px;
  }
  .doctor-detail-wrap .table-wrap.gridtable .tb-row .tb-th .badge, .doctor-detail-wrap .table-wrap.gridtable .tb-row .tb-td .badge {
    font-size: 3vw;
    padding: 5px 8px;
  }
  .doctor-detail-wrap + .tabs {
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    /* Chrome, Safari */
  }
  .doctor-detail-wrap + .tabs::-webkit-scrollbar {
    display: none;
  }
  .doctor-detail-wrap + .tabs {
    /* IE, Edge */
    -ms-overflow-style: none;
    /* Firefox */
    scrollbar-width: none;
  }
  .doctor-detail-wrap + .tabs .tab {
    min-width: 130px;
  }
  .center-contents-wrap .center-contents-inner {
    gap: 24px;
  }
  .center-contents-wrap .show-other.character-box {
    width: 180px;
    bottom: 0;
  }
  .center-contents-wrap .swiper-pagination {
    margin-top: 24px;
  }
  .infant-checkup-wrap .swiper-slide img {
    width: 100%;
  }
  .merit-box .merit-text-box .title br {
    display: none;
  }
  .center-contents-wrap.clinic .center-contents-text .character-box {
    width: 63px;
  }
  .clinic-list-round {
    width: 100%;
  }
  .clinic-list-round .clinic-item {
    padding: 20px;
  }
  /* 도와주세요 - 카드 슬라이드 */
  .help-swiper-wrap {
    --card-w: 100%;
    --btn-size: 48px;
  }
  .help-swiper-wrap .help-contents-slider {
    overflow: visible;
    padding: 0 60px;
  }
  .help-swiper-wrap .help-contents-slider .swiper-wrapper {
    align-items: stretch;
  }
  .help-swiper-wrap .help-contents-slider .swiper-slide {
    width: var(--card-w) !important;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .help-swiper-wrap .help-card {
    width: 100%;
    height: auto;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .help-swiper-wrap .help-card.type-number .text-box .title {
    margin-top: 8px;
  }
  .help-swiper-wrap .help-card .icon-box {
    display: none;
  }
  .help-swiper-wrap .help-card .img-box {
    position: static;
    margin-top: 50px;
  }
  .help-swiper-wrap .help-card .img-box img {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .help-swiper-wrap .swiper-control {
    width: 100%;
  }
  .help-swiper-wrap .help-swiper-prev {
    left: 20px;
  }
  .help-swiper-wrap .help-swiper-next {
    right: 20px;
  }
  /*==============================*/
  /*==============================*/
  .finish-wrap .fin-visual-box .text-box {
    width: 100%;
    text-align: center;
  }
  .finish-wrap .fin-visual-box .text-box span {
    font-size: clamp(24px, 5vw, 40px);
  }
  .finish-wrap .fin-visual-box .title-name-stroke {
    left: 50%;
    transform: translateX(-50%);
  }
  .finish-wrap .fin-info-box {
    flex-direction: column;
    gap: 0;
  }
  .checklist-wrap .checklist-card {
    padding: 15px;
  }
  .checklist-wrap .btn-wrap {
    flex-direction: column;
    gap: 8px;
  }
  .checklist-wrap .btn {
    width: 100%;
  }
  /* 진료 시간표 */
  .schedule-wrap {
    padding: 20px;
  }
  .schedule-wrap .schedule-guide-text {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .schedule-wrap .schedule-week-filter .btn {
    padding: 0 20px;
  }
  .schedule-wrap .timetable-list .timetable-item > div.w20.doctor {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
    border-right: 0;
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable {
    order: 3;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
    border-right: 0;
    display: block !important;
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-header {
    display: block;
    border-radius: 0;
    padding-top: 0;
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-header .tb-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-header {
    /* 기존 width:100% / width:20% 방식 다 초기화 */
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-header .tb-row.equal-w .tb-th {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-header .tb-th {
    min-height: 40px;
    padding: 8px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid var(--pb-normal-hover);
    border-bottom: 1px solid var(--pb-normal-hover);
    background-color: var(--pb-normal);
    border-radius: 0;
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-header .tb-th:last-child {
    border-right: 0;
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-body {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    width: 100% !important;
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-body .tb-row + .tb-row .today {
    border-top: 0;
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin-top: 0;
    min-height: 42px;
    height: auto !important;
    border: 0;
    border-radius: 0;
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-row + .tb-row {
    border-top: 1px solid var(--pb-normal-hover);
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable {
    /* 기존 width:100% / width:20% 방식 다 초기화 */
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-row.equal-w .tb-td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-td {
    min-height: 42px;
    padding: 8px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--pb-normal-hover);
    background-color: var(--color-white);
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-td:last-child {
    border-right: 0;
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .tb-td.today {
    background-color: var(--primary-bg-2);
  }
  .schedule-wrap .timetable-list .timetable-item > .table-wrap.gridtable .badge {
    min-width: 46px;
    padding: 5px 10px;
    justify-content: center;
    white-space: nowrap;
  }
  .week-timetable .timetable-header .time {
    display: none;
  }
  .week-timetable .timetable-header .date.sat {
    border-radius: 10px;
  }
  .week-timetable .timetable-header .date.sun {
    border-radius: 10px;
  }
  .week-timetable .timetable-item {
    flex-direction: column;
  }
  .week-timetable .timetable-item .time {
    width: 100%;
    border-right: 0;
    padding: 10px;
    border-radius: 0;
  }
  .week-timetable .timetable-item .doc-item .doc-img {
    width: 110px;
    height: 110px;
  }
  .week-timetable .timetable-item .doc-item .doc-img img {
    width: 110px;
  }
  .reserve-datetime-module .calendar-date-cell {
    width: auto;
  }
  /*==============================*/
  /*==============================*/
  /* 인사말 */
  .greeting-wrap .img-box .bg-img {
    width: 30%;
    left: -20px;
  }
  .greeting-wrap .text-box h3 {
    font-size: 40px;
    word-break: break-all;
  }
  /* 비전 */
  .vision-wrap .vision-top .title-box {
    font-size: 48px;
    line-height: 110%; /* 52.8px */
    letter-spacing: -1.44px;
  }
  .vision-wrap .vision-top .transform-text {
    margin-top: 16px;
  }
  .vision-wrap .vision-top .bar.active {
    height: 80px;
  }
  .vision-wrap .vision-icon-box {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }
  .vision-wrap .vision-icon-box .vision-icon-box-item {
    flex: 1;
    max-width: 100%;
    width: 100%;
    border: 1px solid var(--gray-4);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1) inset;
    border-radius: 20px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 20px;
  }
  .vision-wrap .vision-icon-box .vision-icon-box-item .icon-top {
    border-radius: 0;
    border: 0;
    width: auto;
    height: auto;
    box-shadow: none;
  }
  .vision-wrap .vision-icon-box .vision-icon-box-item p {
    width: calc(100% - 104px);
    margin: 0 auto;
    text-align: center;
  }
  /* 연혁 */
  .history-wrap .history-control {
    padding-left: 20px;
    padding-right: 20px;
  }
  .history-wrap .history-control .contents-list .bookmark-box {
    max-width: 100%;
  }
  /* ci */
  .ci-wrap .color-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .ci-wrap .color-box .box .sub br {
    display: none;
  }
  .ci-wrap .color-box .img-box {
    width: 150px;
    height: 150px;
  }
  /* 오시는길 */
  .map-wrap .line-box .mapbox {
    height: 300px;
  }
  .map-wrap .line-box .contbox .row {
    align-items: flex-start;
  }
  .map-wrap .line-box .btn-wrap {
    flex-direction: column;
    gap: 8px;
  }
  .map-wrap .parking-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .map-wrap .table-wrap.gridtable .tb-header {
    padding-top: 0;
  }
  .map-wrap .table-wrap.gridtable .tb-header .tb-row {
    margin-top: 0;
  }
  .map-wrap .table-wrap.gridtable .tb-body {
    min-height: auto;
    overflow-y: inherit;
  }
  .map-wrap .table-wrap.gridtable .tb-row {
    display: flex;
    flex-direction: row;
  }
  .map-wrap .table-wrap.gridtable .tb-td {
    text-align: center;
  }
  .map-wrap .contents-list div:nth-child(3) .table-wrap.gridtable {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .map-wrap .contents-list div:nth-child(3) .table-wrap.gridtable .tb-header {
    width: 700px;
    min-width: 700px;
  }
  .map-wrap .contents-list div:nth-child(3) .table-wrap.gridtable .tb-body {
    width: 700px;
    min-width: 700px;
    min-height: auto;
    overflow-y: inherit;
  }
  .map-wrap .contents-list div:nth-child(3) .table-wrap.gridtable .tb-td {
    text-align: center;
  }
  /* 층별안내 */
  .floor-wrap .floor-cha.pc {
    right: 0;
    bottom: 0;
  }
  /*==============================*/
  /*==============================*/
  /* 고맙습니다 */
  .banner-card {
    flex-direction: column;
    gap: 0;
  }
  .banner-card img {
    width: 200px;
    margin: 0 auto;
    transform: inherit;
  }
  .banner-card .banner-main-contents {
    padding: 20px;
    width: 100%;
  }
  .banner-card .bottom .btn {
    margin-left: auto;
    width: 100%;
  }
  /* 나의작성글 */
  .mywrite-wrap .searchbox .box-wrap {
    flex-direction: column;
  }
  .mywrite-wrap .searchbox .box-wrap + .flex {
    width: 100%;
  }
  .mywrite-wrap .searchbox .btn {
    width: 100%;
  }
  .mywrite-wrap .detail-footer + .flex {
    flex-direction: column;
  }
  .mywrite-wrap .detail-footer + .flex .btn {
    width: 100%;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-header {
    padding-top: 0;
    margin-bottom: 12px;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-header .tb-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    height: auto;
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-header .tb-row .tb-th {
    display: none;
    border-right: 0;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-header .tb-row .tb-th.w10 {
    display: flex;
    width: auto !important;
    padding: 0;
    font-size: 14px;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-header .tb-row .tb-th.w10 .checkbox {
    position: static;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-header .tb-row .tb-th.w10::after {
    content: "전체 선택";
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .mywrite-wrap .table-wrap.gridtable .tb-header .tb-row .tb-th.w10::after {
    font-size: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mywrite-wrap .table-wrap.gridtable .tb-header .tb-row .tb-th.w10::after {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mywrite-wrap .table-wrap.gridtable .tb-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: auto;
    overflow-y: visible;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-body .tb-row {
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-template-areas: "check date" "title title" "state state";
    row-gap: 14px;
    align-items: center;
    padding: 20px;
    margin-top: 0;
    border-radius: 10px;
    height: auto;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-body .tb-td {
    padding: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    min-width: 0;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-body .tb-td.w10 {
    grid-area: check;
    width: 32px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-body .tb-td.w20:nth-child(2) {
    grid-area: date;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 500;
    color: var(--gray-12);
  }
  .mywrite-wrap .table-wrap.gridtable .tb-body .tb-td.w50 {
    grid-area: title;
    width: auto !important;
    display: block;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-body .tb-td.w50 b {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    color: var(--gray-12);
    word-break: keep-all;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-body .tb-td.w20:last-child {
    grid-area: state;
    width: auto !important;
    padding: 12px 16px !important;
    border-radius: 12px !important;
    background-color: var(--pp-normal) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mywrite-wrap .table-wrap.gridtable .tb-body .tb-td.w20:last-child::before {
    content: "접수상태";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--pp-deep-active);
  }
  .mywrite-wrap .table-wrap.gridtable .tb-body .tb-td.w20:last-child b {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--pp-deep-active);
  }
}
@media (max-width: 768px) {
  /* 예약안내 */
  .reservation-wrap .resguide-box .img-box {
    display: none;
  }
  .reservation-wrap .table-wrap.gridtable .tb-header .tb-row {
    display: flex;
    flex-direction: row;
  }
  .reservation-wrap .table-wrap.gridtable .tb-body {
    min-height: 100%;
    overflow: hidden;
  }
  .reservation-wrap .table-wrap.gridtable .tb-row {
    flex-direction: row;
  }
  .reservation-wrap .table-wrap.gridtable .tb-row .tb-td {
    min-height: 40px;
  }
  .reservation-wrap .img-box-wrap {
    flex-direction: column;
    gap: 8px;
  }
  .reservation-wrap .img-box-wrap .line-box {
    flex-direction: row;
    justify-content: flex-start;
  }
  /* 증명서 발급안내 */
  .certificate-wrap .text-list-box .text-list .box {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .certificate-wrap .text-list-box .text-list .box span {
    margin-left: auto;
  }
  .certificate-wrap .img-box-wrap .line-box .badge {
    height: auto;
    text-align: center;
  }
  /* 안내전화 */
  .contact-wrap .line-box-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .contact-wrap .table-wrap.gridtable .tb-row {
    flex-direction: row;
  }
  .contact-wrap .table-wrap.gridtable .tb-header {
    padding-top: 0;
  }
  .contact-wrap .table-wrap.gridtable .tb-header .tb-row {
    display: flex;
  }
  .contact-wrap .table-wrap.gridtable .tb-body {
    min-height: auto;
    overflow-y: visible;
  }
  /*==============================*/
  /*==============================*/
  /* 개인정보처리방침 */
  .terms-wrap .line-box {
    padding: 20px;
  }
  /* 비급여진료비용 */
  .nonpayments-wrap .table-wrap.gridtable {
    /* 전체 리스트 1열 */
  }
  .nonpayments-wrap .table-wrap.gridtable .tb-body {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}