@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;
}
#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;
}

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