@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500&display=swap);

a{
  text-decoration: none;
}

body{
  background-color: #eeeeee;
}

.mb_br{
  display: none;
}

.doctor{
  margin-top: 80px;
  letter-spacing: 2px;
}

.doctor_bg{
  width: 100%;
  position: absolute;
  top: 0;
  background: url(../images/doctor/doctor_bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 30%;/*calc(100% * 483 / 1400)*/
  margin-bottom: 10%;
}

.doctor_content{
  padding: 50px 0;
}

.doctor_box{
  padding: 2% 0;
}

.doctor_list{
  width: 30%;
  margin: auto;
}

.doctor_in{
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 30px;
  overflow: hidden;
}

.doctor_pic{
  width: 100%;
  display: inline-block;
}

.doctor_name{
  position: absolute;
  bottom: 66px;
  left: 10px;
  font-size: 14px;
  color: #ffffff;
  background-color: #35beb7;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 10px;
}

.doctor_title{
  font-size: 20px;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  margin-top: -5px;
}

.doctor_textbox{
  position: relative;
  font-size: 22px;
  width: 80%;
  /*max-width: 850px;*/
  border: 5px solid #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 30px 30px 4px 30px;
  margin: 0 auto 30px;
}

.doctor_text{
  line-height: 1.5em;
  padding-bottom: 26px;
}

.doctor_mask{
  background-color: #eeeeee;
  width: 58%;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 21%;
}

.doctor_textbox:before{
  content: '';
  position: absolute;
  top: -15px;
  left: 21%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  z-index: 2;
}

.doctor_textbox:after{
  content: '';
  position: absolute;
  top: -15px;
  right: 21%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  z-index: 2;
}

.doctor_p01{
  position: absolute;
  bottom: -150px;
  right: 0;
  width: 130px;
  z-index: 2;
}

.doctor_p01 img{
  width: 100%;
}

.doctor_bottom{
  height: 88px;
  /*width: calc(80% - 200px);
  margin: 0 10%;
  background-color: #ffffff;
  border-radius: 150px;
  border: 2px solid #35beb7;
  padding: 10px;
  overflow: hidden;*/
}

.doctor_head{
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.doctor_head img{
  width: 100%;
}

.doctor_article{
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.doctor_date{
  font-size: 16px;
  display: inline;
  /*vertical-align: middle;*/
  color: #35beb7;
  margin-left: 10px;
}


.swiper1{
  width: 80%;
}

.swiper1 .swiper-slide-next{
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.swiper2 .swiper-slide{
  background-color: #eeeeee;
}

.swiper .swiper-slide{
  background-color: #ffffff;
}

.swiper3 .swiper-slide{
  background-color: #ffffff;
}

.in{
  position: relative;
}

/*.prev{
  display: none;
}*/

.prev{
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 5%;
  width: 30%;
  height: 100%;
  z-index: 5;
}

.next{
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 5%;
  width: 30%;
  height: 100%;
  z-index: 5;
}

.prev img{
  width: 40px;
  position: absolute;
  top: 45%;
  left: 0;
}

.next img{
  width: 40px;
  position: absolute;
  top: 45%;
  right: 0;
}







@media screen and (max-width: 1400px) {
  /*.doctor_bottom{
    width: 50%;
    margin: 0 20%;
  }*/
}

@media screen and (max-width: 1280px) {
  .doctor{
    margin-top: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .swiper1{
    width: 90%;
  }

  .doctor_textbox{
    width: 90%;
  }

  .doctor_bottom{
    width: calc(90% - 200px);
    margin: 0 5%;
  }

  .prev{
    left: 3%;
  }

  .next{
    right: 3%;
  }

}

@media screen and (max-width: 1000px) {
  .doctor_bottom{
    width: calc(90% - 190px);
  }

  .doctor_textbox{
    font-size: 18px;
    margin: 20px auto 30px;
  }

  .doctor_date{
    display: block;
    vertical-align: middle;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .doctor_content{
    padding: 50px 0 50px;
  }

  .doctor_title{
    font-size: 18px;
    padding: 10px;
  }

  .doctor_name{
    bottom: 44px;
  }

  .doctor_p01{
    display: none;
  }

  .doctor_textbox{
    width: 90%;
    padding: 20px;
  }

  .doctor_bottom{
    display: none;
  }

  .doctor_article{
    font-size: 16px;
  }

  .doctor_date{
    font-size: 14px;
  }

  .prev img{
    width: 30px;
  }

  .next img{
    width: 30px;
  }
}

@media screen and (max-width: 576px) {
  .doctor_bg{
    padding-top: 50vh;
  }

  .doctor_mask{
    width: 78%;
    left: 11%;
  }

  .doctor_textbox:before{
    left: 11%;
  }

  .doctor_textbox:after{
    right: 11%;
  }

  .doctor_head{
    width: 50px;
  }

  .doctor_textbox{
    font-size: 16px;
  }

  .swiper1{
    width: 60%;
  }

  .swiper1 .swiper-slide-next{
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .prev{
    left: 30px;
  }

  .next{
    right: 30px;
  }

  .prev,
  .next{
    display: block;
    width: 30px;
    height: unset;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .prev img,
  .next img{
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .doctor_head{
    width: 80px;
    display: none;
    margin: auto;
  }

  .doctor_article{
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 10px;
  }

  .doctor_bottom{
    width: 80%;
    padding: 10px 20px;
    border-radius: 30px;
  }


}

@media screen and (max-width: 450px) {
  .mb_br{
    display: block;
  }

  .prev{
    left: 20px;
  }

  .next{
    right: 20px;
  }
}

  
