.doctor {
  background-color: #e1f1f4;
  padding: 85px 0 130px;
}
@media only screen and (max-width: 768px) {
  .doctor {
    padding: 50px 0 80px;
  }
}

.doctor_container__01 {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .doctor_container__01 {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .doctor_container__01 {
    padding-top: 60px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .doctor_container__01 .box_01 {
    order: 2;
  }
}
.doctor_container__01 .box_01 .sec_text {
  padding-top: 30px;
  text-align: start;
  line-height: 2.8;
}
@media only screen and (max-width: 768px) {
  .doctor_container__01 .box_01 .sec_text {
    padding-top: 20px;
    line-height: 2;
  }
}
.doctor_container__01 .name_box {
  width: 696px;
  border-bottom: 1px solid #595757;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1100px) {
  .doctor_container__01 .name_box {
    width: 300px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .doctor_container__01 .name_box {
    width: 355px;
  }
}
.doctor_container__01 .name {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
@media only screen and (max-width: 1100px) {
  .doctor_container__01 .name {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .doctor_container__01 .name {
    font-size: 22px;
  }
}
.doctor_container__01 .name_g {
  display: block;
  font-size: 23px;
  font-weight: 300;
  color: #077f7c;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 768px) {
  .doctor_container__01 .name_g {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .doctor_container__01 .sec_text {
    width: 310px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .doctor_container__01 .sec_text {
    width: 355px;
  }
}
@media only screen and (max-width: 768px) {
  .doctor_container__01 .box_02 {
    order: 1;
  }
}
.doctor_container__01 .doctor_img {
  width: 276px;
  height: 329px;
}
@media only screen and (max-width: 1100px) {
  .doctor_container__01 .doctor_img {
    width: 248.4px;
    height: 296.1px;
  }
}
@media only screen and (max-width: 768px) {
  .doctor_container__01 .doctor_img {
    width: 355px;
    height: 424px;
  }
}

.doctor_container__02 {
  margin-top: 60px;
  background-color: #fff;
  border: 1px solid #83cbc9;
  border-radius: 13px;
  padding: 45px 60px 65px;
}
@media only screen and (max-width: 1100px) {
  .doctor_container__02 {
    padding: 45px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .doctor_container__02 {
    padding: 30px 20px;
  }
}
.doctor_container__02 .d_title {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #077f7c;
}
@media only screen and (max-width: 768px) {
  .doctor_container__02 .d_title {
    font-size: 22px;
  }
}
.doctor_container__02 .d_title__02 {
  padding-top: 50px;
}

.concept {
  padding: 80px 0 140px;
  background-image: url("../../common/img/back.png");
  background-repeat: repeat;
  background-size: 24px 24px;
}
@media only screen and (max-width: 768px) {
  .concept {
    padding: 60px 0 80px;
  }
}
.concept .sub_title {
  margin-top: 90px;
  width: 915px;
  position: relative;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1100px) {
  .concept .sub_title {
    margin-top: 80px;
    width: auto;
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .concept .sub_title {
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
  }
}
.concept .sub_title span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 120px;
  border: 1px solid #595757;
}
@media only screen and (max-width: 1100px) {
  .concept .sub_title span {
    top: auto;
    bottom: -20px;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .concept .sub_title span {
    bottom: -10px;
  }
}
.concept .sec_text {
  padding-top: 37px;
}
@media only screen and (max-width: 768px) {
  .concept .sec_text {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .concept .sec_text__02 {
    padding-top: 15px;
  }
}
.concept .item_box {
  position: relative;
  margin-top: 150px;
  background-color: #fff;
  border: 1px solid #83cbc9;
  border-radius: 13px;
  padding: 60px 50px 60px 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .concept .item_box {
    padding: 90px 50px 60px;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .concept .item_box {
    margin-top: 110px;
    padding: 80px 20px 10px;
  }
}
.concept .item_box .concept_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #83cbc9;
  position: absolute;
  top: -90px;
  left: -90px;
}
@media only screen and (max-width: 1100px) {
  .concept .item_box .concept_icon {
    width: 126px;
    height: 126px;
    top: -63px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .concept .item_box .concept_icon {
    width: 108px;
    height: 108px;
    top: -54px;
  }
}
.concept .item_box .concept_icon .a_icon_01 {
  width: 31px;
}
@media only screen and (max-width: 1100px) {
  .concept .item_box .concept_icon .a_icon_01 {
    width: 21.7px;
  }
}
@media only screen and (max-width: 768px) {
  .concept .item_box .concept_icon .a_icon_01 {
    width: 18.6px;
  }
}
.concept .item_box .concept_icon .a_icon_02 {
  width: 24px;
}
@media only screen and (max-width: 1100px) {
  .concept .item_box .concept_icon .a_icon_02 {
    width: 16.8px;
  }
}
@media only screen and (max-width: 768px) {
  .concept .item_box .concept_icon .a_icon_02 {
    width: 14.4px;
  }
}
.concept .item_box .concept_icon .num {
  display: block;
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 1100px) {
  .concept .item_box .concept_icon .num {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .concept .item_box .concept_icon .num {
    font-size: 26px;
  }
}
.concept .item_box .item {
  max-width: 500px;
}
.concept .item_box .item h3 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .concept .item_box .item h3 {
    font-size: 22px;
    text-align: center;
  }
}
.concept .item_box__03 {
  width: 100%;
  margin: 150px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .concept .item_box__03 {
    margin: 80px auto 0;
  }
}
.concept .item_box__03 h4 {
  border: 1px solid #595757;
  background: #fff;
  padding: 30px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .concept .item_box__03 h4 {
    font-size: 20px;
    text-align: center;
    padding: 15px 10px;
  }
}
.concept .item_box__03 p {
  margin-top: 30px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .concept .item_box__03 p {
    margin-top: 20px;
  }
}/*# sourceMappingURL=index.css.map */