img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .tab {
    display: none;
  }
}

/*doctor*/
.doctor {
  padding-top: 131px;
  padding-bottom: 71px;
}

@media (max-width: 575px) {
  .doctor {
    padding-top: 80px;
  }
}

.drHead {
  position: relative;
  max-width: 564px;
  width: 100%;
  margin: auto;
}

.drHead::before {
  position: absolute;
  content: "";
  background: url(../img-sub/doctor/mark.png) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 80px;
  height: 65px;
  top: -20px;
  left: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .drHead::before {
    width: 60px;
    height: 45px;
    top: -8px;
    left: 47px;
  }
}

@media (max-width: 767px) {
  .drHead::before {
    width: 50px;
    height: 30px;
    top: -3px;
    left: 83px;
  }
}

@media (max-width: 575px) {
  .drHead::before {
    left: 3%;
  }
}

.drTitle1,
.drTitle2 {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 1199px) {
  .drTitle1,
  .drTitle2 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .drTitle1,
  .drTitle2 {
    font-size: 2.6rem;
  }
}

@media (max-width: 575px) {
  .drTitle1,
  .drTitle2 {
    font-size: 2rem;
  }
}

.drTitle2 {
  margin-bottom: 43px;
  letter-spacing: 0.15em;
}

.drImg {
  border-radius: 20px;
  margin-bottom: 53px;
  width: 100%;
}

@media (max-width: 767px) {
  .drImg {
    margin-bottom: 28px;
  }
}

.drContent {
  max-width: 1072px;
  margin: auto;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575px) {
  .drContent {
    display: block;
  }
}

.drMessages {
  width: 47.6%;
}

@media (max-width: 575px) {
  .drMessages {
    width: 100%;
  }
}

.drMessage {
  line-height: 2.05;
  letter-spacing: -0.03px;
}

@media (max-width: 575px) {
  .drMessage {
    font-size: 1.4rem;
  }
}

@media (max-width: 575px) {
  .drMessage--first {
    margin-bottom: 16px;
  }
}

.drName {
  font-size: 3rem;
  letter-spacing: 0.069em;
  text-align: right;
}

.drName span {
  font-size: 1.4rem;
  margin-right: 5px;
}

@media (max-width: 575px) {
  .drName {
    font-size: 2rem;
  }
}

/*profile*/
.profile {
  background-color: #fbfcff;
  padding-top: 59px;
  padding-bottom: 105px;
  letter-spacing: 0.019em;
}

@media (max-width: 575px) {
  .profile {
    padding-bottom: 80px;
  }
}

.profileTitle {
  color: #2f33af;
  font-size: 4rem;
  margin-bottom: 44px;
  text-align: center;
}

@media (max-width: 1199px) {
  .profileTitle {
    font-size: 3.4rem;
  }
}

@media (max-width: 575px) {
  .profileTitle {
    font-size: 2.6rem;
  }
}

.profileItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .profileItems {
    display: block;
  }
}

.profileItem1 {
  background-color: #fff;
  margin-right: 2%;
  padding: 33px 59px 45px;
  width: 49%;
}

@media (max-width: 1199px) {
  .profileItem1 {
    padding: 33px 33px 45px;
  }
}

@media (max-width: 991px) {
  .profileItem1 {
    padding: 24px 24px 40px;
  }
}

@media (max-width: 767px) {
  .profileItem1 {
    padding: 40px 48px 40px;
    margin-bottom: 24px;
    width: 100%;
  }
}

@media (max-width: 374px) {
  .profileItem1 {
    padding: 40px 24px 40px;
  }
}

.profileHead {
  text-align: center;
  margin-bottom: 40px;
}

.profileHead--last {
  margin-bottom: 11px;
}

.profileHead2 {
  margin-bottom: 22px;
  text-align: center;
}

.profileHead-title {
  border-bottom: 1px solid #243A90;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

@media (max-width: 575px) {
  .profileHead-title {
    font-size: 2rem;
  }
}

.profileInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.profileYear {
  color: #243A90;
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 17px;
  width: 100px;
}

@media (max-width: 575px) {
  .profileYear {
    font-size: 1.4rem;
  }
}

.profileText {
  font-size: 1.8rem;
  line-height: 1.5;
  width: calc(100% - 117px);
}

@media (max-width: 575px) {
  .profileText {
    font-size: 1.4rem;
  }
}

.profileItem2 {
  width: 49%;
}

@media (max-width: 767px) {
  .profileItem2 {
    width: 100%;
  }
}

.profileContents1 {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 37px 40px 47px;
}

@media (max-width: 1199px) {
  .profileContents1 {
    padding: 37px 33px 47px;
  }
}

@media (max-width: 991px) {
  .profileContents1 {
    padding: 24px 24px 40px;
  }
}

@media (max-width: 767px) {
  .profileContents1 {
    margin-bottom: 24px;
    padding: 40px;
  }
}

@media (max-width: 374px) {
  .profileContents1 {
    padding: 40px 20px;
  }
}

.profileBoxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .profileBoxes {
    display: block;
  }
}

.profileBox:not(:last-child) {
  margin-right: 10%;
}

@media (max-width: 1399px) {
  .profileBox:not(:last-child) {
    margin-right: 5%;
  }
}

@media (max-width: 1199px) {
  .profileBox:not(:last-child) {
    margin-right: 6%;
  }
}

@media (max-width: 991px) {
  .profileBox:not(:last-child) {
    margin-right: 5%;
  }
}

.profileContent {
  position: relative;
  padding-left: 16px;
}

.profileContent::before {
  position: absolute;
  content: "";
  background-color: #243A90;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (max-width: 991px) {
  .profileContent {
    margin-bottom: 8px;
  }
}

@media (max-width: 575px) {
  .profileContent {
    font-size: 1.4rem;
  }
}

.profileContent--top {
  margin-bottom: 9px;
}

@media (max-width: 991px) {
  .profileContent--top {
    margin-bottom: 8px;
  }
}

.profileContents2 {
  background-color: #fff;
  padding: 37px 60px 46px;
}

@media (max-width: 767px) {
  .profileContents2 {
    padding: 40px;
  }
}

.profileContents2 .profileContent {
  text-align: center;
}

.profileContent-bottom {
  text-align: center;
}

@media (max-width: 575px) {
  .profileContent-bottom {
    font-size: 1.4rem;
  }
}

/*concept*/
.qa {
  padding-top: 130px;
  padding-bottom: 195px;
}

@media (max-width: 767px) {
  .qa {
    padding: 80px 0;
  }
}

.qaLead {
  color: #112265;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: -5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qaLead::before {
  content: "";
  background: url(../img-sub/doctor/interview-bar_01.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 18px;
  height: 30px;
  margin-right: 4px;
  margin-top: 3px;
}

@media (max-width: 374px) {
  .qaLead::before {
    width: 12px;
    margin-right: 2px;
  }
}

.qaLead::after {
  content: "";
  background: url(../img-sub/doctor/interview-bar_02.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 18px;
  height: 30px;
  margin-left: 4px;
  margin-top: 3px;
}

@media (max-width: 374px) {
  .qaLead::after {
    width: 12px;
    margin-left: 2px;
  }
}

@media (max-width: 1199px) {
  .qaLead {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .qaLead {
    font-size: 1.6rem;
  }
}

@media (max-width: 374px) {
  .qaLead {
    font-size: 1.4rem;
  }
}

.qaTitle {
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 19px;
  text-align: center;
}

@media (max-width: 1199px) {
  .qaTitle {
    font-size: 3.8rem;
  }
}

@media (max-width: 767px) {
  .qaTitle {
    font-size: 3.2rem;
  }
}

@media (max-width: 575px) {
  .qaTitle {
    font-size: 2.8rem;
  }
}

@media (max-width: 374px) {
  .qaTitle {
    font-size: 2.6rem;
  }
}

.qaLead-bottom {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 69px;
}

@media (max-width: 767px) {
  .qaLead-bottom {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .qaLead-bottom {
    font-size: 1.4rem;
  }
}

.qaContents:not(:last-child) {
  margin-bottom: 124px;
}

@media (max-width: 767px) {
  .qaContents:not(:last-child) {
    margin-bottom: 64px;
  }
}

@media (max-width: 575px) {
  .qaContents:not(:last-child) {
    margin-bottom: 56px;
  }
}

.qaHead {
  position: relative;
  background-color: #eeefff;
  border-radius: 20px;
  margin-bottom: 34px;
  margin-left: auto;
  width: 97.5%;
}

.qaHead::before {
  position: absolute;
  content: "";
  background: url(../img-sub/doctor/polygon-left.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  top: 12px;
  left: -32px;
  width: 34px;
  height: 55px;
}

@media (max-width: 575px) {
  .qaHead::before {
    left: -20px;
    width: 25px;
  }
}

@media (max-width: 575px) {
  .qaHead {
    margin-bottom: 20px;
  }
}

.qaQue {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 19px 90px;
}

.qaQue::before {
  position: absolute;
  content: "";
  background: url(../img-sub/doctor/qa-icon.png) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 22px;
}

@media (max-width: 575px) {
  .qaQue::before {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1199px) {
  .qaQue {
    font-size: 2.2rem;
  }
}

@media (max-width: 575px) {
  .qaQue {
    font-size: 1.8rem;
    padding: 19px 16px 19px 70px;
  }
}

.qaContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .qaContent {
    display: block;
  }
}

.qaImg {
  position: absolute;
  border-radius: 20px;
  width: 38.3%;
  top: 40px;
  left: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .qaImg {
    width: 42.3%;
  }
}

@media (max-width: 767px) {
  .qaImg {
    position: initial;
    width: 100%;
  }
}

.qaBox {
  position: relative;
  background-color: #fbfcff;
  border-radius: 20px;
  padding: 46px 56px 46px 90px;
  width: 62.5%;
  margin-left: auto;
  margin-right: 2.5%;
}

.qaBox::after {
  position: absolute;
  content: "";
  background: url(../img-sub/doctor/polygon-right.svg) no-repeat;
  background-size: contain;
  background-position: center center;
  width: 34px;
  height: 14px;
  top: 32px;
  right: -32px;
}

@media (max-width: 575px) {
  .qaBox::after {
    width: 30px;
    right: -25px;
  }
}

@media (max-width: 1399px) {
  .qaBox {
    padding: 46px 33px 46px 70px;
  }
}

@media (max-width: 991px) {
  .qaBox {
    width: 60.5%;
  }
}

@media (max-width: 767px) {
  .qaBox {
    width: 96%;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .qaBox {
    padding: 32px 40px;
  }
}

@media (max-width: 575px) {
  .qaBox {
    padding: 32px 24px;
  }
}

.qaMain {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.58;
  margin-bottom: 19px;
}

@media (max-width: 1199px) {
  .qaMain {
    font-size: 2.2rem;
  }
}

@media (max-width: 575px) {
  .qaMain {
    font-size: 1.8rem;
  }
}

.qaAnswer {
  letter-spacing: 0.005em;
  line-height: 2.05;
}

@media (max-width: 575px) {
  .qaAnswer {
    font-size: 1.4rem;
  }
}
