@charset "UTF-8";
header nav ul.main_menu > li:nth-child(2) a * {
  color: #91AAC0 !important;
}

.doctor_an {
  height: 173px;
  margin-top: -173px;
  visibility: hidden;
}

.sub01 {
  overflow: hidden;
}
.sub01 .inner {
  padding: 200px 0;
}
.sub01 .cirle_wrap {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
.sub01 .cirle_wrap .inner {
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  display: flex;
  padding: 0;
}
.sub01 .cirle_wrap .inner .mini_con {
  width: 100%;
  padding: 56px 87px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub01 .cirle_wrap .inner .mini_con:first-child {
  border-right: 1px solid #D3D3D3;
}
.sub01 .cirle_wrap .inner .mini_con .pie_chart {
  width: 220px;
  height: 220px;
  position: relative;
}
.sub01 .cirle_wrap .inner .mini_con .pie_chart svg {
  display: block;
  transform: rotate(-10deg);
  margin: 0 auto;
}
.sub01 .cirle_wrap .inner .mini_con .pie_chart svg .bgSlice {
  fill: #E7EFF7;
}
.sub01 .cirle_wrap .inner .mini_con .pie_chart svg .slice {
  fill: #9DB9D3;
  transition: transform 0.6s ease-out;
}
.sub01 .cirle_wrap .inner .mini_con .pie_chart svg .slice.in {
  transform: translate(0, 0); /* 제자리로 이동 */
}
.sub01 .cirle_wrap .inner .mini_con .pie {
  margin-left: -30px;
  margin-top: -30px;
}
.sub01 .cirle_wrap .inner .mini_con .pie svg {
  width: 130px;
  height: 31px;
  display: block;
}
.sub01 .cirle_wrap .inner .mini_con .pie path {
  fill: none;
  stroke: black;
  stroke-width: 1.5;
  stroke-dasharray: 161; /* 대각선+수평선 실제 길이 */
  stroke-dashoffset: 161;
  animation: draw 1.5s ease-out forwards;
  animation-delay: 1s;
  stroke-linejoin: bevel; /* 또는 bevel */
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.sub01 .cirle_wrap .inner .mini_con .text_box {
  text-align: center;
  margin-top: -30px;
  margin-left: 28px;
}
.sub01 .cirle_wrap .inner .mini_con .text_box p {
  font-size: 66px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  font-family: "Noto Serif KR", serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub01 .cirle_wrap .inner .mini_con .text_box p strong {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  font-family: "Noto Serif KR", serif;
  margin-left: 9px;
}
.sub01 .cirle_wrap .inner .mini_con .text_box span {
  font-size: 22px;
  font-weight: 500;
  line-height: 150%; /* 33px */
  letter-spacing: -1px;
  text-wrap: nowrap;
}
.sub01 .cirle_wrap .inner .mini_con:last-child .text_box {
  margin-left: 0;
}
.sub01 .doctor_swiper {
  margin-top: 60px;
}
.sub01 .doctor_swiper .swiper-slide {
  width: 810px !important;
}
.sub01 .doctor_swiper .swiper-slide p {
  font-size: 26px;
  font-weight: 500;
  line-height: 150%; /* 39px */
  letter-spacing: -1px;
  margin-top: 28px;
  display: flex;
  align-items: center;
}
.sub01 .doctor_swiper .swiper-slide p:before {
  content: "";
  width: 38px;
  height: 38px;
  display: inline-block;
  background-image: url(../img/sub/doctor_mark.svg);
  background-position: center;
  background-size: cover;
  margin-right: 7px;
}

.doctor_intro_wrap {
  position: relative;
}
.doctor_intro_wrap .top_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(47, 47, 47, 0.92);
  padding: 201px 0 99px;
}
.doctor_intro_wrap .top_box .inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.doctor_intro_wrap .top_box .sub_title_box h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 150%; /* 75px */
  letter-spacing: -1.5px;
}
.doctor_intro_wrap .top_box .sub_title_box h2 strong {
  color: #87A0B6;
}
.doctor_intro_wrap .top_box .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: 228px;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.5px;
  margin-right: 120px;
}

.doctor_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(124, 146, 166, 0.92);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  z-index: 99999;
  display: none;
}
.doctor_popup .inner {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  justify-content: center;
}
.doctor_popup .inner .popup_exit {
  position: absolute;
  top: -10%;
  right: -10%;
  cursor: pointer;
}
.doctor_popup .inner .text_box {
  margin-left: 100px;
}
.doctor_popup .inner .text_box * {
  color: #fff;
}
.doctor_popup .inner .text_box h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 150%; /* 60px */
  letter-spacing: -1.5px;
}
.doctor_popup .inner .text_box pre {
  overflow-y: scroll;
  display: inline-block;
  height: 428px;
  margin-top: 32px;
  font-size: 20px;
  font-weight: 300;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.doctor_popup .inner .text_box pre::-webkit-scrollbar {
  display: none;
}

.sub02 {
  overflow: hidden;
}
.sub02 .doctor_info_wrap {
  background-color: #2F2F2F;
  padding: 200px 0 0px;
}
.sub02 .doctor_info_wrap .sub_title_box {
  margin-bottom: 70px;
}
.sub02 .doctor_info_wrap .sub_title_box h2 {
  color: #fff;
}
.sub02 .doctor_info {
  border-top: 1px solid #87A0B6;
}
.sub02 .doctor_info > div {
  display: flex;
}
.sub02 .doctor_info > div.doctor01 {
  border-bottom: 1px solid #87A0B6;
}
.sub02 .doctor_info > div .in {
  width: 100%;
  height: 808px;
  display: flex;
  align-items: center;
}
.sub02 .doctor_info > div .in:nth-of-type(1) {
  border-right: 1px solid #87A0B6;
}
.sub02 .doctor_info > div .in .text_box {
  padding: 0 140px;
}
.sub02 .doctor_info > div .in .text_box h4 {
  display: flex;
  align-items: center;
  font-size: 31px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 10px;
  color: #fff;
}
.sub02 .doctor_info > div .in .text_box h4 strong {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  color: #87A0B6;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
}
.sub02 .doctor_info > div .in .text_box p {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px; /* 170% */
  letter-spacing: -1px;
  color: #202020;
  background-color: #fff;
  border-radius: 100px;
  padding: 2px 13px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  margin: 15px 0 25px;
}
.sub02 .doctor_info > div .in .text_box p:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 26px;
  background-image: url(../img/sub/doctor_info_mark.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 3px;
}
.sub02 .doctor_info > div .in .text_box ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
}
.sub02 .doctor_info > div.doctor02 > div:nth-child(2) {
  justify-content: right;
}
.sub02 .doctor_info > div.doctor02 .text_box {
  margin-left: 120px;
}
.sub02 .doctor_info > div.doctor02 .text_box li {
  line-height: 190% !important;
}
.sub02 .doctor_system_wrap {
  padding: 200px 0 220px;
  position: relative;
}
.sub02 .doctor_system_wrap .bg_mark {
  position: absolute;
  right: 0;
  top: 108px;
}
.sub02 .doctor_system_wrap .sub_title_box {
  margin-bottom: 100px;
}
.sub02 .doctor_system_wrap .doctor_system_img02 {
  margin-top: 230px;
}
.sub02 .doctor_system_wrap .doctor_system_img02 img:last-child {
  margin-top: 170px;
  margin-left: 100px;
}