@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  padding: 235px 0 431px !important;
  background: url("../../../img/page/introduction/medical-staff/sec01_bg.png") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#section01 .name {
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 0 6px #645743;
}
#section01 .title-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#section01 .title-wrap h3 {
  font-size: 80px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  padding: 35px 40px;
  border: 1px solid #eae6e0;
  margin: 25px auto 35px;
  width: fit-content;
  text-shadow: 0 0 6px #645743;
}
#section01 .title-wrap p {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #eae6e0;
  display: block;
}
#section01 .title-wrap .re1 {
  left: -6px;
  top: -6px;
}
#section01 .title-wrap .re2 {
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
}
#section01 .title-wrap .re3 {
  right: -6px;
  top: -6px;
}
#section01 .title-wrap .re4 {
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
#section01 .title-wrap .re5 {
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
#section01 .title-wrap .re6 {
  left: -6px;
  bottom: -6px;
}
#section01 .title-wrap .re7 {
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
#section01 .title-wrap .re8 {
  right: -6px;
  bottom: -6px;
}
#section01 span {
  text-shadow: 0 0 6px #645743;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
#section01 .img-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 40px;
}
#section01 .img-area .wrap {
  cursor: pointer;
}
#section01 .img-area .wrap img {
  filter: grayscale(1);
  transition: all 0.5s;
}
#section01 .img-area .wrap p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #ccc6b7;
  font-weight: 500;
  text-align: center;
  transition: color 0.5s;
}
#section01 .img-area .wrap:hover img {
  filter: grayscale(0);
}
#section01 .img-area .wrap:hover p {
  color: #fff;
}

#section02 {
  padding: 170px 0 !important;
  margin-top: -270px;
  border-radius: 280px 0 0 0;
  background-color: #fff;
  position: relative;
}
#section02 .area .title {
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  margin-bottom: 50px;
}
#section02 .area .title span {
  color: #746b64;
}
#section02 .area .tab-area .medical-staff-empty {
  padding: 80px 20px;
  text-align: center;
  font-size: 18px;
  color: #857e78;
}
#section02 .area .tab-area .step-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 60px;
  justify-content: left;
}
#section02 .area .tab-area .step-tabs .step-tab {
  padding: 20px 25px;
  border: 1px solid #dddddd;
  border-radius: 50px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
#section02 .area .tab-area .step-tabs .step-tab span {
  font-size: 17px;
  font-weight: 500;
  color: #7a6e66;
}
#section02 .area .tab-area .step-tabs .step-tab.active {
  background-color: #746b64;
  border-color: #746b64;
}
#section02 .area .tab-area .step-tabs .step-tab.active span {
  color: #fff;
}
#section02 .area .tab-area .step-contents .step-content {
  display: none;
}
#section02 .area .tab-area .step-contents .step-content.active {
  display: block;
}
#section02 .area .tab-area .step-contents .step-content .doctor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#section02 .area .tab-area .step-contents .step-content .doctor .wrap {
  display: flex;
  gap: 38px;
  align-items: center;
  margin-bottom: 20px;
}
#section02 .area .tab-area .step-contents .step-content .doctor .wrap img {
  max-width: 340px;
  border-radius: 20px;
  overflow: hidden;
}
#section02 .area .tab-area .step-contents .step-content .doctor .wrap .text p {
  font-size: 14px;
  font-weight: 700;
  color: #ebca6d;
}
#section02 .area .tab-area .step-contents .step-content .doctor .wrap .text h4 {
  font-size: 25px;
  font-weight: 600;
  margin: 18px 0 15px;
}
#section02 .area .tab-area .step-contents .step-content .doctor .wrap .text dl {
  padding-left: 10px;
  border-left: 2px solid #ebca6d;
  margin-bottom: 20px;
}
#section02 .area .tab-area .step-contents .step-content .doctor .wrap .text dl dt {
  color: #9b9188;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
}
#section02 .area .tab-area .step-contents .step-content .doctor .wrap .text dl dd {
  font-size: 14px;
  color: #9b9188;
}
#section02 .area .tab-area .step-contents .step-content .doctor .wrap .text a {
  padding: 14px 27px;
  border-radius: 50px;
  border: 1px solid #9d968e;
  text-align: center;
  width: fit-content;
  font-size: 14px;
  color: #9d968e;
  font-weight: 500;
  display: block;
}

/* PC(1440px+) — 탭 셸 화살표·모바일 페이지네이션 숨김 */
.medical-staff-tabs-shell .medical-staff-tabs-arrow {
  display: none;
}
.medical-staff-tabs-shell .medical-staff-tabs-track {
  overflow: visible;
  flex: 1;
  min-width: 0;
}

.medical-staff-pagination {
  display: none;
}

#sub-footer {
  background-color: #fcfbfa;
}

/* Medical Staff — responsive mixins (xxl 1440px+ = base PC) */
/* =========================================================
   Tablet + Mobile (≤xxl 1439px) — hero · panel · tab hub · stack
   ========================================================= */
@media screen and (max-width: 1439.98px) {
  #page-content-wrapper {
    overflow-x: hidden;
  }
  #section01 {
    position: relative;
    padding: 235px 0 431px !important;
    background: url("../../../img/page/introduction/medical-staff/sec01_bg.png") no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    overflow: hidden;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 {
    padding: 90px 0 100px !important;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    z-index: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .area {
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .name {
    font-family: "Philosopher", "Pretendard Variable", sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0 0 6px #645743;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .name {
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    color: #ebca6d;
    text-shadow: none;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .title-wrap {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .title-wrap {
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .title-wrap h3 {
    font-size: 80px;
    font-weight: 700;
    font-family: "Philosopher", "Pretendard Variable", sans-serif;
    padding: 35px 40px;
    border: 1px solid #eae6e0;
    margin: 25px auto 35px;
    width: fit-content;
    text-shadow: 0 0 6px #645743;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .title-wrap h3 {
    font-size: 35px;
    padding: 18px 28px;
    margin: 14px auto 18px;
    line-height: 1.12;
    max-width: 100%;
    box-sizing: border-box;
    border-color: rgba(234, 230, 224, 0.85);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 349.98px) {
  #section01 .title-wrap h3 {
    font-size: 8.8235294118vw;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .title-wrap p {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #eae6e0;
    display: block;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .title-wrap p {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .title-wrap .re1 {
    left: -6px;
    top: -6px;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re1 {
    left: -4px;
    top: -4px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .title-wrap .re2 {
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re2 {
    top: -4px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .title-wrap .re3 {
    right: -6px;
    top: -6px;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re3 {
    right: -4px;
    top: -4px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .title-wrap .re4 {
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re4 {
    left: -4px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .title-wrap .re5 {
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re5 {
    right: -4px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .title-wrap .re6 {
    left: -6px;
    bottom: -6px;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re6 {
    left: -4px;
    bottom: -4px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .title-wrap .re7 {
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re7 {
    bottom: -4px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 .title-wrap .re8 {
    right: -6px;
    bottom: -6px;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re8 {
    right: -4px;
    bottom: -4px;
  }
}
@media screen and (max-width: 1439.98px) {
  #section01 span {
    text-shadow: 0 0 6px #645743;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 991.98px) {
  #section01 span {
    display: block;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    padding: 0 12px;
    max-width: 320px;
    margin: 0 auto;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
@media screen and (max-width: 1439.98px) {
  #section02 {
    padding: 48px 0 64px !important;
    margin-top: 0;
    border-radius: 0 0 0 0;
    overflow: hidden;
  }
  #section02 .area {
    padding: 0 24px;
    box-sizing: border-box;
  }
  #section02 .tab-area .medical-staff-empty {
    padding: 64px 20px;
    font-size: 16px;
  }
  #section02 .area .tab-area .medical-staff-tabs-shell {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
    padding: 0 0 16px;
    margin-bottom: 32px;
    border-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
    font-family: "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
    gap: 0;
  }
  #section02 .area .tab-area .medical-staff-tabs-track {
    flex: 1 1 auto;
    min-width: 0;
    align-self: center;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #section02 .area .tab-area .medical-staff-tabs-track::-webkit-scrollbar {
    display: none;
  }
  #section02 .area .tab-area .medical-staff-tabs-track .step-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    width: max-content;
    margin-bottom: 0;
    padding: 0;
    min-height: 30px;
    box-sizing: border-box;
  }
  #section02 .area .tab-area .medical-staff-tabs-track .step-tab {
    width: auto !important;
    flex: 0 0 auto;
    flex-shrink: 0;
    margin: 0;
    border: 0;
    padding: 0;
    border-radius: 23px;
    background-color: #fff;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  #section02 .area .tab-area .medical-staff-tabs-track .step-tab span {
    display: block;
    margin: 0;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #9d968e;
    white-space: nowrap;
  }
  #section02 .area .tab-area .medical-staff-tabs-track .step-tab.active {
    background-color: #4a433c;
    border: 0;
  }
  #section02 .area .tab-area .medical-staff-tabs-track .step-tab.active span {
    color: #fff;
    font-weight: 700;
  }
  #section02 .area .tab-area .medical-staff-tabs-shell > .medical-staff-tabs-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: static;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    transform: none;
    cursor: pointer;
    z-index: 3;
    opacity: 1;
    transition: opacity 0.2s ease;
    align-self: center;
  }
  #section02 .area .tab-area .medical-staff-tabs-shell > .medical-staff-tabs-arrow:disabled {
    opacity: 0.35;
    cursor: default;
  }
  #section02 .area .tab-area .medical-staff-tabs-shell > .medical-staff-tabs-arrow--prev {
    background-image: url("../../../img/main/sec05_img1.png");
  }
  #section02 .area .tab-area .medical-staff-tabs-shell > .medical-staff-tabs-arrow--next {
    background-image: url("../../../img/main/sec05_img2.png");
  }
  #section02 .area .title {
    margin-bottom: 28px;
    text-align: center;
  }
  #section02 .area .title h3 {
    font-size: clamp(34px, 5vw, 48px);
    line-height: 1.15;
    margin: 0;
    font-weight: 700;
    font-family: "Philosopher", "Pretendard Variable", sans-serif;
  }
  #section02 .area .title h3 span {
    color: #746b64;
    font-size: inherit;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: 100%;
    gap: 0;
    grid-template-columns: none !important;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 72%;
    max-width: 480px;
    gap: 0;
    margin: 0 auto 28px;
    padding: 0;
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #e7e1da;
    flex: 0 0 auto;
    box-sizing: border-box;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap > img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    border-radius: 0;
    display: block;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center top;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap > .text {
    padding: 20px 22px 22px;
    box-sizing: border-box;
    width: 100%;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap > .text > p {
    font-size: 13px;
    margin-bottom: 6px;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap > .text h4 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 700;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap > .text dl {
    margin-bottom: 18px;
    padding-left: 8px;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap > .text dl dt {
    font-size: 13px;
    margin-bottom: 4px;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap > .text dl dd {
    font-size: 13px;
    line-height: 1.5;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap > .text a {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 50px;
    border-color: #b5aea8;
    color: #7a6e66;
    text-align: center;
    font-weight: 500;
  }
  #section02 .tab-area .medical-staff-empty {
    line-height: 1.6;
  }
}
/* =========================================================
   Mobile only (≤md 767px) — typography · pagination · card shell
   ========================================================= */
@media screen and (max-width: 767.98px) {
  #section01 {
    position: relative;
    padding: 235px 0 431px !important;
    background: url("../../../img/page/introduction/medical-staff/sec01_bg.png") no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    overflow: hidden;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 {
    padding: 90px 0 100px !important;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    z-index: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .area {
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .name {
    font-family: "Philosopher", "Pretendard Variable", sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0 0 6px #645743;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .name {
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    color: #ebca6d;
    text-shadow: none;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .title-wrap {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .title-wrap {
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .title-wrap h3 {
    font-size: 80px;
    font-weight: 700;
    font-family: "Philosopher", "Pretendard Variable", sans-serif;
    padding: 35px 40px;
    border: 1px solid #eae6e0;
    margin: 25px auto 35px;
    width: fit-content;
    text-shadow: 0 0 6px #645743;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .title-wrap h3 {
    font-size: 35px;
    padding: 18px 28px;
    margin: 14px auto 18px;
    line-height: 1.12;
    max-width: 100%;
    box-sizing: border-box;
    border-color: rgba(234, 230, 224, 0.85);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 767.98px) and (max-width: 349.98px) {
  #section01 .title-wrap h3 {
    font-size: 8.8235294118vw;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .title-wrap p {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #eae6e0;
    display: block;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .title-wrap p {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .title-wrap .re1 {
    left: -6px;
    top: -6px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re1 {
    left: -4px;
    top: -4px;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .title-wrap .re2 {
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re2 {
    top: -4px;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .title-wrap .re3 {
    right: -6px;
    top: -6px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re3 {
    right: -4px;
    top: -4px;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .title-wrap .re4 {
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re4 {
    left: -4px;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .title-wrap .re5 {
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re5 {
    right: -4px;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .title-wrap .re6 {
    left: -6px;
    bottom: -6px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re6 {
    left: -4px;
    bottom: -4px;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .title-wrap .re7 {
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re7 {
    bottom: -4px;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 .title-wrap .re8 {
    right: -6px;
    bottom: -6px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 .title-wrap .re8 {
    right: -4px;
    bottom: -4px;
  }
}
@media screen and (max-width: 767.98px) {
  #section01 span {
    text-shadow: 0 0 6px #645743;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 991.98px) {
  #section01 span {
    display: block;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    padding: 0 12px;
    max-width: 320px;
    margin: 0 auto;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
@media screen and (max-width: 767.98px) {
  #section02 .area {
    padding: 0 16px;
  }
  #section02 .tab-area .medical-staff-empty {
    padding: 48px 16px;
    font-size: 15px;
  }
  #section01 span {
    font-size: 13px;
    max-width: 280px;
  }
  #section02 .area .title {
    margin-bottom: 22px;
  }
  #section02 .area .title h3 {
    font-size: 30px;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap {
    width: 90%;
    max-width: 360px;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap > .text {
    padding: 18px 18px 20px;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap > .text h4 {
    font-size: 22px;
  }
  #section02 .area .tab-area .step-contents .step-content .doctor > .wrap.is-hidden-mobile {
    display: none !important;
  }
  #section02 .area .tab-area .step-contents .step-content .medical-staff-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 12px auto 0;
    padding: 0;
  }
  #section02 .area .tab-area .step-contents .step-content .medical-staff-pagination[hidden] {
    display: none !important;
  }
  #section02 .area .tab-area .step-contents .step-content .medical-staff-pagination__prev, #section02 .area .tab-area .step-contents .step-content .medical-staff-pagination__next {
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
    opacity: 0.7;
  }
  #section02 .area .tab-area .step-contents .step-content .medical-staff-pagination__prev:disabled, #section02 .area .tab-area .step-contents .step-content .medical-staff-pagination__next:disabled {
    opacity: 0.25;
    cursor: default;
  }
  #section02 .area .tab-area .step-contents .step-content .medical-staff-pagination__prev::before, #section02 .area .tab-area .step-contents .step-content .medical-staff-pagination__next::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #5c554f;
    border-right: 2px solid #5c554f;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  #section02 .area .tab-area .step-contents .step-content .medical-staff-pagination__prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
  }
  #section02 .area .tab-area .step-contents .step-content .medical-staff-pagination__next::before {
    transform: translate(-65%, -50%) rotate(45deg);
  }
  #section02 .area .tab-area .step-contents .step-content .medical-staff-pagination__status {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #7a6e66;
    min-width: 3.5em;
    text-align: center;
    font-variant-numeric: tabular-nums;
  }
}