/* TOP�y�[�W Doctor */
.p-topDoctorContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
}
.p-topDoctorContents__doctor,
.p-topDoctorContents__casePhoto {
  width: 50%;
}
.p-topDoctorContentsDoctorImage {
  width: 72.728%;
  position: relative;
}
.p-topDoctorContentsTxtWrap {
  color: #000;
  font-weight: 300;
  text-align: left;
  position: absolute;
  right: -27%;
  bottom: 50px;
}
.p-topDoctorContentsDoctorTitle {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.p-topDoctorContentsDoctorName {
  font-size: 30px;
  line-height: 1.383;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.p-topDoctorContentsDoctorNameEng {
  font-size: 14px;
  line-height: 1.905;
  margin-bottom: 24px;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.p-topDoctorContentsInstaLinkAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #ed0016; /* Old browsers */
  background: -moz-linear-gradient(left,  #ed0016 0%, #bd00a7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #ed0016 0%,#bd00a7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #ed0016 0%,#bd00a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 198px;
  height: 37px;
  border-radius: 18.5px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: .7;
  box-shadow: 1px 1px 14px -3px #343434;
}
.p-topDoctorContentsInstaLinkAnc:hover {
  opacity: .8;
}
.p-topDoctorContentsInstaLinkAncIcon {
  margin-right: 7px;
  width: 21px;
}
.p-topDoctorContentsDoctorsLinkAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #000;
  width: 198px;
  height: 37px;
  border-radius: 18.5px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
  box-shadow: 1px 1px 14px -3px #343434;
  margin-top: 20px;
}
.p-topDoctorContentsDoctorsLinkAnc:hover {
  opacity: .8;
}
.p-topDoctorContentsCasePhotoHeading {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.663;
  position: relative;
  margin: 0 auto 42px;
}
.p-topDoctorContentsCasePhotoHeading::before {
  position: absolute;
  content: '';
  border-top: 1px solid #000;
  width: 30px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}
.p-topDoctorContentsCasePhotos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 89%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.p-topDoctorContentsCasePhoto {
  width: 30.613%;
  margin-right: 4.0805%;
  margin-bottom: 20px;
}
.p-topDoctorContentsCasePhoto:nth-child(3n) {
  margin-right: 0;
}
.p-topDoctorContentsCasePhoto a {
  display: block;
  position: relative;
}
.p-topDoctorContentsCasePhotoLink {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 122px;
  color: #FFF;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 34px;
  border: #FFF 2px solid;
}
.p-topDoctorContentsCasePhotoLink span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}
.p-topDoctorContentsCasePhotoLink span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .p-topDoctorContentsCasePhotoLink {
    max-width: 94%;
  }
  .p-topDoctorContentsCasePhotoLink span {
    font-size: 12px;
  }
  .p-topDoctorContentsTxtWrap {
    right: -35%;
    bottom: 20px;
  }
}
@media screen and (max-width: 875px) {
  .p-topDoctorContents {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 550px;
    margin: 0 auto;
  }
  .p-topDoctorContents__doctor,
  .p-topDoctorContents__casePhoto {
    width: 100%;
  }
  .p-topDoctorContents__doctor {
    margin-bottom: 58px;
  }
  .p-topDoctorContentsTxtWrap {
    right: -27%;
    bottom: 50px;
  }
  .p-topDoctorContentsCasePhotoLink {
    max-width: 122px;
  }
  .p-topDoctorContentsCasePhotoLink span {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .p-topDoctor {

  }
  .p-topDoctorContents {
    max-width: 100%;
  }
  .p-topDoctorContents__doctor {
    margin-bottom: 30px;
  }
  .p-topDoctorContentsDoctorImage {
    width: 61.333%;
  }
  .p-topDoctorContentsTxtWrap {
    right: -30%;
    bottom: 45px;
  }
  .p-topDoctorContentsDoctorTitle {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .p-topDoctorContentsDoctorName {
    font-size: 23px;
    line-height: 1.383;
    margin-bottom: 2px;
  }
  .p-topDoctorContentsDoctorNameEng {
    font-size: 11px;
    line-height: 1.905;
    margin-bottom: 20px;
  }
  .p-topDoctorContentsInstaLinkAnc {
    width: 149px;
    height: 28px;
    border-radius: 14px;
    font-size: 11px;
    box-shadow: 1px 1px 14px -4px #343434;
  }
  .p-topDoctorContentsInstaLinkAncIcon {
    margin-right: 5px;
    width: 18px;
  }
  .p-topDoctorContentsDoctorsLinkAnc {
    width: 149px;
    height: 28px;
    border-radius: 14px;
    font-size: 11px;
    box-shadow: 1px 1px 14px -4px #343434;
    margin-top: 15px;
  }
  .p-topDoctorContentsCasePhotoHeading {
    font-size: 13px;
    margin: 0 auto 32px;
  }
  .p-topDoctorContentsCasePhotoHeading::before {
    width: 25px;
    bottom: -15px;
  }
  .p-topDoctorContents__casePhoto {
    padding: 0 5.33vw;
    box-sizing: border-box;
  }
  .p-topDoctorContentsCasePhotos {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .p-topDoctorContentsCasePhoto {
    width: 31.344%;
    margin-right: 2.984%;
    margin-bottom: 10px;
  }
  .p-topDoctorContentsCasePhotoLink {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 89px;
    color: #FFF;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 34px;
    border: #FFF 2px solid;
  }
  .p-topDoctorContentsCasePhotoLink span {
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-weight: 300;
    line-height: 2;
  }
  .p-topDoctorContentsCasePhotoLink span::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 550px) {
  .p-topDoctorContentsCasePhoto {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .p-topDoctorContentsCasePhoto:nth-child(3n) {
    margin-right: 10px;
  }
  .p-topDoctorContentsCasePhoto:nth-child(2n) {
    margin-right: 0;
  }
  .p-topDoctorContentsCasePhoto a img {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .p-topDoctorContentsTxtWrap {
    right: -54%;
    bottom: 45px;
  }
}

.p-topDoctorContentsCasePhotoFullSliderArrowOuter {
  /* max-width: 1204px; */
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.p-topDoctorContentsCasePhotoFullSliderArrow {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: auto;
  width: 115px;
  z-index: 100;
}
.p-topDoctorContentsCasePhotoFullSliderArrowNumOuter {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p-topDoctorContentsCasePhotoFullSliderArrowNum {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
}
.p-topDoctorContentsCasePhotoFullSliderArrowLine {
  height: 3px;
  width: 50px;
  background: #939393;
  position: relative;
  overflow: hidden;
}
.p-topDoctorContentsCasePhotoFullSliderArrowLine span {
  background: #000;
  display: block;
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sliderLine 2s infinite;
  animation: sliderLine 2s infinite;
}
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next,
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev {
  color: #000;
  width: 10px;
  height: 10px;
  margin-top: 28px;
}
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next:after,
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev:after {
  font-size: 20px;
  display: none;
}
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next:before,
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -12px;
}
.p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: -12px;
}
@media screen and (max-width: 750px) {
  .p-topDoctorContentsCasePhotoFullSliderArrowOuter {
    bottom: 50px;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrow {
    bottom: 0px;
    /* right: 20px; */
    width: 87px;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrowNumOuter {
  }
  .p-topDoctorContentsCasePhotoFullSliderArrowNum {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 300;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrowLine {
    height: 1px;
    width: 40px;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrowLine span {
    width: 10px;
    -webkit-animation: sliderLine 2s infinite;
    animation: sliderLine 2s infinite;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next,
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev {
    width: 10px;
    height: 10px;
    margin-top: 20px;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next:after,
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev:after {
  }
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next:before,
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev:before {
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-next:before {
    left: -4px;
  }
  .p-topDoctorContentsCasePhotoFullSliderArrow .swiper-button-prev:before {
    right: -4px;
  }
}
/* ������ top ������ */