#pageDiagnosis {
  width: 68%;
  justify-content: center;
  display: flex;
  margin: 40px auto;
}

.breadcrumb-mobile {
  display: none;
}

/* sidebar */
.sidebar .desc {
  padding-left: 0.75rem;
}

.sidebar {
  background-color: #eae8e4;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}

.sidebar ul {
  padding: 0;
  color: #727272;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sidebar ul li {
  font-size: 16px;
  font-weight: bolder;
  line-height: 1.5;
  margin: 5px 0;
  cursor: pointer;
}

.sidebar ul li:hover {
  color: #6799ba;
}

.sidebar ul li.active {
  color: #6799ba;
}

.sidebar .box {
  margin: 10px 0;
}

.sidebar .btn:focus {
  color: #6799ba;
  box-shadow: none;
}

/* 手機版 sidebar */
#mobileSidebar {
  display: none;
}

#mobileSidebar select {
  background-color: #eae8e4;
  color: #6799ba;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  outline: none;
  border: none;
}

/* 上方大圖 */
#pageDiagnosis .banner {
  height: auto;
  margin: 30px auto;
  background-color: #6799ba;
}

/* 大圖下方區塊 */
#pageDiagnosis .content {
  width: 85%;
  margin: 0 auto;
}

#pageDiagnosis .intro {
  color: #6799ba;
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.45;
  margin: 10px 0;
}

#pageDiagnosis .info {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #646464;
}

#pageDiagnosis .ItemDots {
  background-image: url(/img/Ellipse380@2x.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  border: 0;
  margin: 5px;
  padding: 10px;
}

#pageDiagnosis .featurePic {
  height: 420px;
  background-color: #639cb9;
  margin: 10px 0;
}

#pageDiagnosis .right {
  flex-basis: 70%;
  margin: 0 auto;
}

#pageDiagnosis .right .title {
  font-size: 26px;
  font-weight: bolder;
  line-height: 1.46;
  text-align: left;
  border-bottom: 1px solid #639cb9;
  position: relative;
  width: 32%;
  color: #646464;
  margin-bottom: 20px;
}

#pageDiagnosis .title .decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 35px;
  border-bottom: solid 8px #639cb9;
}

#pageDiagnosis .flow {
  display: flex;
  flex-wrap: wrap;
}

#pageDiagnosis .flow .box {
  position: relative;
  flex-basis: 23%;
  justify-self: space-between;
  border-radius: 10px;
  background-color: #bfb7ac;
  padding: 10px;
  margin: 7px;
  height: 126px;
}

#pageDiagnosis .flow .box .step {
  color: #847a6d;
  font-size: 20px;
  line-height: 1.15;
  padding-bottom: 10px;
}

#pageDiagnosis .flow .box .detail {
  color: #fff;
  font-size: 17px;
  font-weight: bolder;
  line-height: 1.47;
  letter-spacing: 0.85px;
}

#pageDiagnosis .flow .box .buttomLine {
  border: 2px solid #fff;
  width: 10%;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#pageDiagnosis .imgTitle {
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  color: #bfb7ac;
  margin: 20px 0;
}

/* 案例分享單圖Style */
#pageDiagnosis .caseBox {
  margin: 13px;
}

#pageDiagnosis .caseBox img {
  width: 100%;
  margin-bottom: 20px;
}

#pageDiagnosis .caseBox .detail {
  text-align: center;
  background-color: #bfb7ac;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  padding: 5px;
  height: 58px;
}

#pageDiagnosis .pictureBox {
  display: flex;
  flex-wrap: wrap;
}

#pageDiagnosis .pictureBox .box {
  flex-basis: 30%;
  margin: 13px;
}

#pageDiagnosis .pictureBox .box img {
  width: 100%;
  margin-bottom: 20px;
}

#pageDiagnosis .pictureBox .box .detail {
  text-align: center;
  background-color: #bfb7ac;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  padding: 5px;
  height: 58px;
}

video {
  width: 100%;
}

/* 手機 */
.doctorIntro .mobileExperience {
  display: none;
}

/* 圖片寬度 */
.imgDiv {
  /* width: 395px; */
  height: auto;
}

@media (max-width: 1200px) {
  #pageDiagnosis {
    margin: 30px auto;
    width: 95%;
  }

  #pageDiagnosis .banner {
    width: 100%;
    height: auto;
  }

  #pageDiagnosis .right {
    flex-basis: 75%;
    margin-left: 30px;
  }

  .sidebar {
    padding: 10px;
    width: auto;
    flex-basis: 22%;
  }

  #pageDiagnosis .flow .box {
    flex-basis: 30%;
  }

  #pageDiagnosis .right .title {
    width: 33%;
  }

  #pageDiagnosis .featurePic {
    width: 100%;
    height: auto;
  }

  #pageDiagnosis .caseBox {
    margin: 10px;
  }

  #pageDiagnosis .pictureBox .box {
    margin: 10px;
  }
}

@media (max-width: 769px) {
  #pageDiagnosis {
    flex-direction: column;
  }

  .breadcrumb {
    display: none;
  }

  .breadcrumb-mobile {
    display: flex;
    padding: 0;
  }

  #pageDiagnosis .right {
    margin-left: 0;
  }

  #pageDiagnosis .content {
    width: 100%;
  }

  #pageDiagnosis .banner {
    margin-bottom: 15px;
  }

  .sidebar {
    display: none;
  }

  #mobileSidebar {
    display: block;
  }

  #mobileSidebar select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }

  #pageDiagnosis .banner {
    height: auto;
  }

  #pageDiagnosis .title {
    width: 21%;
  }
}

@media (max-width: 415px) {
  #pageDiagnosis {
    margin-top: 20px;
  }

  #pageDiagnosis .right .title {
    font-size: 20px;
    width: 60%;
    margin: 10px 0;
  }

  #pageDiagnosis .banner {
    height: auto;
    width: 395px;
  }

  #pageDiagnosis .flow .box {
    flex-basis: 45%;
  }

  #pageDiagnosis .caseBox {
    margin: 0px;
  }

  #pageDiagnosis .pictureBox .box {
    margin: 5px;
  }

  #pageDiagnosis .caseBox img {
    width: 395px;
    height: auto;
    margin-bottom: 20px;
  }

  #pageDiagnosis .caseBox .detail {
    width: 395px;
  }

  .imgDiv {
    width: 395px;
    height: auto;
  }

}


@media (max-width: 415px) {

  #pageDiagnosis .banner {
    height: auto;
    width: 395px;
  }

  #pageDiagnosis .caseBox img {
    width: 395px;
  }

  #pageDiagnosis .caseBox .detail {
    width: 395px;
  }

  .imgDiv {
    width: 395px;
    height: auto;
  }

  .VideoDiv iframe {
    width: 395px !important;
  }
}

@media (max-width: 375px) {

  #pageDiagnosis .banner {
    height: auto;
    width: 358px;
  }

  #pageDiagnosis .caseBox img {
    width: 358px;
  }

  #pageDiagnosis .caseBox .detail {
    width: 358px;
  }

  .imgDiv {
    width: 358px;
    height: auto;
  }

  .VideoDiv iframe {
    width: 358px !important;
  }

}


@media (max-width: 320px) {

  #pageDiagnosis .banner {
    height: auto;
    width: 305px;
  }

  #pageDiagnosis .caseBox img {
    width: 305px;
  }

  #pageDiagnosis .caseBox .detail {
    width: 305px;
  }

  .imgDiv {
    width: 305px;
    height: auto;
  }

  .VideoDiv iframe {
    width: 305px !important;
  }

}