@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
#section01 {
  padding: 235px 0 431px !important;
  background: url("../../../img/page/introduction/medical-staff-detail/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: 0 !important;
  margin-top: -270px;
  border-radius: 280px 0 0 0;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  display: flex;
}
#section02 .left {
  position: relative;
}
#section02 .left p {
  position: absolute;
  bottom: 40px;
  font-size: 99.5px;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  color: #efe4d4;
  width: 100%;
  text-align: center;
}
#section02 .right {
  padding: 75px 0 70px 77px;
  height: 1080px;
}
#section02 .right > .wrap {
  height: 935px;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge */
  scrollbar-width: none;
  /* Firefox */
}
#section02 .right > .wrap::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}
#section02 .right > .wrap .area {
  padding: 60px 0;
  border-bottom: 2px solid #dfdbd8;
  width: 720px;
}
#section02 .right > .wrap .area:last-child {
  border-bottom: 0px solid;
}
#section02 .right > .wrap .area h4 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 16px;
  margin-bottom: 30px;
}
#section02 .right > .wrap .area h4::after {
  position: absolute;
  left: 0;
  top: 5px;
  height: 17px;
  width: 6px;
  content: "";
  background-color: #ebca6d;
}
#section02 .right > .wrap .area .chip {
  display: flex;
  gap: 10px;
}
#section02 .right > .wrap .area .chip li {
  padding: 14px 23px;
  border-radius: 50px;
  background-color: #ebca6d;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#section02 .right > .wrap .area .list {
  font-size: 16px;
  color: #746b64;
  line-height: 32px;
}
#section02 .right > .wrap .title p {
  font-size: 22px;
  color: #ebca6d;
  font-weight: 700;
  margin-bottom: 30px;
}
#section02 .right > .wrap .title h3 {
  font-size: 50px;
  font-weight: 600;
}
#section02 .right > .wrap .professional .mySwiper {
  overflow: hidden;
}
#section02 .right > .wrap .professional .mySwiper .swiper-slide {
  background-color: #f7f6f6;
  padding: 40px 0 40px 108px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 29px;
}
#section02 .right > .wrap .professional .mySwiper .swiper-slide img {
  border-radius: 5px;
  border: 1px solid #c6c0bb;
}
#section02 .right > .wrap .professional .mySwiper .swiper-slide dl {
  color: #72675f;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  padding-left: 10px;
}
#section02 .right > .wrap .professional .mySwiper .swiper-slide dl::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background-color: #72675f;
  border-radius: 50%;
  content: "";
}
#section02 .right > .wrap .professional .mySwiper .swiper-slide dl dt {
  font-weight: 600;
}
#section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-button-prev,
#section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-button-next {
  width: 9px;
  color: #232323;
}
@media screen and (max-width: 991.98px) {
  #section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-button-prev,
  #section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-button-next {
    width: 7px;
  }
}
#section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-button-prev svg path,
#section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-button-next svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
#section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-button-prev {
  left: 40px;
}
#section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-button-next {
  right: 40px;
}
#section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
}
@media screen and (max-width: 991.98px) {
  #section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-pagination {
    gap: 5px;
    color: #9d968e;
    font-size: 15px;
  }
  #section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-pagination .swiper-pagination-current {
    color: #746b64;
    font-family: 700;
  }
}
#section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-pagination .swiper-pagination-bullet {
  background-color: #c2b8b1;
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 0;
}
#section02 .right > .wrap .professional .mySwiper .swiper-controller .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7a6e66;
}
#section02 .right > .wrap .media .scroll {
  width: 100%;
  overflow: hidden;
}
#section02 .right > .wrap .media .scroll .hidden {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 30px;
  scroll-behavior: smooth;
}
#section02 .right > .wrap .media .scroll .hidden::-webkit-scrollbar {
  display: none;
}
#section02 .right > .wrap .media .scroll .hidden .wrap {
  height: auto;
  width: 227px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #ddd8da;
  overflow: hidden;
}
#section02 .right > .wrap .media .scroll .hidden .wrap a {
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
  text-align: left;
  text-decoration: none;
}
#section02 .right > .wrap .media .scroll .hidden .wrap img {
  width: 225px;
  max-width: 100%;
  height: 145px;
  object-fit: cover;
  object-position: center;
  display: block;
}
#section02 .right > .wrap .media .scroll .hidden .wrap dl {
  background-color: #f9f7f8;
  padding: 29px 21px;
}
#section02 .right > .wrap .media .scroll .hidden .wrap dl dt {
  font-size: 14px;
  color: #9d968e;
  font-weight: 500;
  margin-bottom: 13px;
}
#section02 .right > .wrap .media .scroll .hidden .wrap dl dd {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #72675f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#section02 .right > .wrap .media .scrollbar {
  width: 100%;
  height: 3px;
  background-color: #d9d5d2;
  margin-top: 20px;
  overflow: hidden;
}
#section02 .right > .wrap .media .scrollbar .bar {
  width: 10%;
  height: 100%;
  background-color: #e3c15f;
  border-radius: 999px;
}
#section02 .right > .wrap .media > a {
  width: 223px;
  padding: 22px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  margin-top: 39px;
  display: block;
  background-color: #7a6e66;
  color: #fff;
  border-radius: 50px;
}
#section02 .right > .wrap .media.is-single .scrollbar {
  display: none;
}
#section02 .right > .wrap .media.is-single .scroll .hidden {
  overflow-x: hidden;
  cursor: default;
}

.medical-staff-detail-empty {
  padding: 120px 20px;
  text-align: center;
  font-size: 18px;
  color: #857e78;
}
.medical-staff-detail-empty a {
  color: #7a6e66;
  text-decoration: underline;
}

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