#pageAbout {
  width: 70%;
  margin: 40px auto;
  margin-bottom: 70px;
}

#pageAbout .card {
  border-radius: 10px;
}

.breadcrumb-mobile {
  display: none;
}

/* sidebar */
.sidebar .desc {
  padding-left: 0.75rem;
}

.sidebar {
  background-color: #eae8e4;
  flex-basis: 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;
  margin-left: 48px;
}

.sidebar ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 5px 0;
  color: #646464;
  cursor: pointer;
}

.sidebar ul li:hover {
  color: #6799ba;
}

.sidebar ul li a {
  color: #646464;
}

.sidebar .box {
  margin: 10px 0;
}

.sidebar .box .title .btn {
  color: #646464;
  font-size: 18px;
  font-weight: bolder;
}

a {
  color: #787878;
}

.sidebar .box .title.active .btn a {
  color: #6799ba;
}


/* 手機版 */
#mobileSidebar,
.mobileExperience {
  display: none;
}

#mobileSidebar select {
  background-color: #eae8e4;
  color: #6799ba;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  outline: none;
  border: none;
}


.about .info {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #646464;
}

.about .container-fluid {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.about .banner {
  height: 349.6px;
  width: 100%;
  margin: 30px auto;
  content: url('../img/Mask_Group_275.png');
}

.about main {
  display: flex;
}

.about .right {
  flex-basis: 75%;
  margin-left: 30px;
}

.about .right .title {
  font-size: 26px;
  font-weight: bolder;
  line-height: 1.46;
  text-align: left;
  border-bottom: 1px solid #639cb9;
  position: relative;
  width: 20%;
  color: #646464;
  margin-bottom: 20px;
}

.about .title.environment {
  width: 20%;
}

.about .title .decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 35px;
  border-bottom: solid 8px #639cb9;
}

.about .intro {
  color: #6799ba;
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.45;
  margin: 10px 0;
}

.about .boxContainer {
  display: flex;
  flex-wrap: wrap;
}

.about .pictureBox {
  flex-basis: 50%;
  justify-self: center;
  align-self: stretch;
}

.about .imgTitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #bfb7ac;
  margin: 20px 0;
}


/* 關於碩美 */
.forCharming .rowBlock {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 20px;
}

.forCharming .rowBlock .pic {
  width: 523px;
  height: auto;
  background-color: #639cb9;
  margin-right: 20px;
}

.forCharming .blueTitle {
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.45;
  color: #6799ba;
  border-bottom: 1px solid #6799ba;
  position: relative;
  width: 20%;
  margin: 30px 0;
}

.forCharming .blueTitle .decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 35px;
  border-bottom: solid 8px #639cb9;
}

.forCharming .infoBox {
  padding: 40px;
  border-radius: 10px;
  background-color: #eae8e440;
  margin: 20px 0;
  width: 89%;
}

.forCharming .infoBox .pic {
  margin-bottom: 15px;
}

.forCharming .infoBox .desc {
  color: #bfb7ac;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  margin: 10px 0;
}

.forCharming .infoBox .text {
  font-size: 16px;
  font-weight: 300;
  font-size: 16px;
  font-weight: 300;
  color: #646464;
}

.forCharming .block .outterDesc {
  color: #bfb7ac;
  line-height: 1.45;
  font-size: 20px;
  font-weight: bolder;
  margin: 20px 0;
}

.forCharming .block .bolderTitle {
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: 646464;
}

.forCharming .flow {
  background-color: #e0ebf1;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 10px;
}

.forCharming .flow .flowBox {
  flex-basis: 23%;
  margin: 8px;
  background-color: #ffffff90;
  border-radius: 10px;
  padding: 10px
}

.forCharming .flow .flowBox .step {
  font-family: HelveticaNeueLTStd-BdCnO;
  color: #6799ba;
  font-size: 24px;
  font-style: italic;
  line-height: 0.96;
}

.forCharming .flow .flowBox .detail {
  margin-left: 30px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  letter-spacing: 0.9px;
  line-height: 1.5;
  letter-spacing: 0.9px;
}

.forCharming .cultureBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.forCharming .cultureBox .culture {
  flex-basis: 32%;
  border-radius: 10px;
  background-color: #e0ebf1;
  padding: 15px;
}

.forCharming .culture .top {
  border-radius: 10px;
  background-color: #6799bab3;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 1px;
}

.forCharming .culture .bottom {
  background-color: #ffffffb3;
  border-radius: 10px;
  color: #646464;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.9px;
  padding: 10px;
  height: 78%;
}

.forCharming .culture .bottom ul {
  width: 90%;
  margin: 0 auto;
}

.forCharming .culture .bottom ul li::before {
  content: "‧";
  font-size: 1.5em;
  color: #bfb7ac;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* 醫師介紹 */
#doctorInfo {
  display: flex;
  flex-direction: column;
  background-color: #fafaf9;
  padding: 20px;
  margin: 15px 0;
  border-radius: 10px;
}

#doctorInfo .top {
  border-radius: 10px;
  background-color: #fafaf9;
  width: 100%;
  text-align: right;
  margin: 10px 10px 10px 0;
}

#doctorInfo .reservationBtn {
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #6799ba;
  color: #fff;
  width: 20%;
  margin: 20px;
}

#doctorInfo .doctorIntro {
  position: relative;
}

#doctorInfo .doctorIntro .pic {
  position: absolute;
  bottom: 0;
  width: 290px;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

#doctorInfo .doctorProfile {
  width: 90%;
  margin-left: 220px;
  padding-bottom: 5px;
  min-height: 220px;
}

#doctorInfo .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 4px;
  color: #6799ba;
  border-bottom: 1px solid #fff;
  width: 81%;
  margin: 20px auto;
  padding-bottom: 5px;
  position: relative;
}

#doctorInfo .name span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 2.8px;
  color: #8e8e8e;
}

#doctorInfo .name span.decoration {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 35px;
  border-bottom: solid 8px #fff;
}

#doctorInfo .doctorIntro {
  background-color: #e0ebf1;
  display: flex;
  text-align: left;
  align-items: center;
}

#doctorInfo .detail {
  display: flex;
  justify-content: space-around;
}

#doctorInfo .sub {
  font-size: 10px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: solid 1px #bbcad3;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: left;
  color: #8e8e8e;
}

#doctorInfo .experience .list {
  color: #8e8e8e;
  margin: 3px auto;
  line-height: 1.43;
  letter-spacing: 0.7px;
  font-size: 14px;
  font-weight: 300;
}

#doctorInfo .major {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  margin-bottom: 15px;
  width: 30%;
}

#doctorInfo .major .specialize {
  display: flex;
  flex-wrap: wrap;
}

#doctorInfo .specialize .list {
  flex-basis: 40%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #6799ba;
  text-align: center;
  margin: 10px auto;
}

#doctorInfo .seperate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
}

#doctorInfo .seperate .line {
  flex-basis: 40%;
  height: 0;
  border: solid 1px #e6e6e6;
}

#doctorInfo .btn.collapsed {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #6799ba;
}

#doctorInfo .btn.collapsed:focus {
  box-shadow: none;
}

#doctorInfo .seperate .btn {
  font-size: 14px;
}

#doctorInfo .introduce {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #808080;
}

#doctorInfo .title {
  color: #bfb7ac;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  border: none;
  margin: 10px 0;
}

#doctorInfo .doctorColumn {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

#doctorInfo .doctorColumn article {
  flex-basis: 30%;
}

#doctorInfo .doctorColumn article .time {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #bfb7ac;
}

#doctorInfo .doctorColumn article .card-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.7px;
  color: #727272;
}

#doctorInfo .more {
  display: none;
}


/* 看診時間 */
.timeTable .titleBar {
  background-color: #eae8e4;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  border: solid 1px #bfb7ac;
  padding: 10px 0;
}

.timeTable .empty {
  flex-basis: 28%;
}

.timeTable .weekday {
  flex-basis: 12%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #b1a390;
}

.timeTable .dayTime {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.timeTable .dayTime .list {
  display: flex;
  border: solid 1px #bfb7ac;
}

.timeTable .dayTime span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #535353;
  flex-basis: 12%;
  border-left: solid 1px #bfb7ac;
  border-right: solid 1px #bfb7ac;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeTable .dayTime .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 28%;
  background-color: #f5f5f5;
  padding-left: 0;
  padding: 5px 0;
}

.timeTable .dayTime .list span:last-child {
  border-right: none;
}

.timeTable .dayTime .list:last-child {
  border-radius: 0 0 10px 10px;
}

.timeTable .dayTime .list:last-child .time {
  border-radius: 0 0 10px 10px;
}

.timeTable .dayTime .time span {
  border: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #b1a390;
}

/* 設備 */
.about .right .box {
  border-radius: 10px;
  background-color: #eae8e440;
  padding: 35px;
  display: flex;
  margin: 15px 0;
}

.about .box img {
  flex-basis: 30%;
  margin-right: 10px;
}

.about .articleTitle {
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  color: #bfb7ac;
}

.about .article {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #646464;
}

/* 手機 */
.doctorIntro .mobileExperience {
  display: none;
}

/* 門診時間 */
.VisitTime .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 4px;
  color: #6799ba;
  border-bottom: 1px solid #fff;
  width: 81%;
  margin-top: 32px;
}

.VisitTime .name span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 2.8px;
  color: #8e8e8e;
}

.VisitTime .Ttitle {
  color: #bfb7ac;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  border: none;
  margin: 10px 0;
}


@media (max-width: 1640px) {

  #doctorInfo .doctorIntro .pic {
    width: 280px;
  }

  #doctorInfo .major {
    width: 38%;
  }

}

@media (max-width: 1360px) {

  #doctorInfo .doctorIntro .pic {
    width: 250px;
  }

}


@media (max-width: 1200px) {
  #pageAbout {
    margin: 0 auto;
    width: 100%;
  }

  .about .container-fluid {
    width: 95%;
  }

  .about .right {
    flex-basis: 75%;
  }

  .sidebar {
    padding: 18px;
    flex-basis: 22%;
  }

  .sidebar .title img {
    margin-right: 10px;
  }

  .about .banner {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }

  .about .right .title {
    width: 23%;
  }

  .forCharming .rowBlock .pic {
    width: 269px;
  }

  .forCharming .infoBox {
    width: 92%;
  }

  .forCharming .infoBox .pic {
    width: 587px;
  }

  .forCharming .block .pic {
    width: 587px;
  }

  .forCharming .flow .flowBox {
    margin: 7px;
  }

  .forCharming .culture .bottom {
    height: 85%;
  }

  #doctorInfo .name {
    margin: 20px 0;
  }

  #doctorInfo .detail {
    flex-direction: column;
  }

  #doctorInfo .major {
    width: 90%;
    margin: 15px 0;
  }

  #doctorInfo .doctorIntro .pic {
    width: 310px;
  }

  #doctorInfo .specialize .list {
    flex-basis: 25%;
  }

  #doctorInfo .doctorProfile {
    margin-left: 270px;
  }

  #doctorInfo .name {
    width: 90%;
  }

  .about .title.environment {
    width: 30%;
  }

  .VisitTime .DownDistance {
    margin-bottom: 50px;
  }
}


@media (max-width: 1100px) {

  #doctorInfo .doctorIntro .pic {
    width: 310px;
  }

}


@media (max-width: 900px) {

  #doctorInfo .doctorIntro .pic {
    width: 310px;
  }

}


@media (max-width: 769px) {
  .about .container-fluid {
    flex-direction: column;
  }

  .breadcrumb {
    display: none;
  }

  .breadcrumb-mobile {
    display: flex;
    padding: 0;
  }

  .about .right {
    margin-left: 0;
  }

  .sidebar {
    display: none;
  }

  #mobileSidebar {
    display: block;
  }

  #mobileSidebar select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }

  .about .banner {
    height: auto;
  }

  .about .title {
    width: 21%;
  }

  .forCharming .infoBox {
    width: 100%;
  }

  .forCharming .block .pic {
    width: 644px;
  }

  .forCharming .flow .flowBox .detail {
    margin-left: 7px;
    margin-top: 0;
    font-size: 16px;
  }

  .forCharming .pic.subBanner {
    width: 729.5px;
  }

  #doctorInfo {
    margin: 15px auto;
  }

  #doctorInfo .doctorIntro .pic {
    width: 310px;
  }

  #doctorInfo .collapse .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #doctorInfo .collapse .more {
    font-size: 11px;
    display: block;
    color: #639cb9;
    text-align: right;
    border-bottom: solid 1px #639cb9;
    position: relative;
    width: 25%;
  }

  #doctorInfo .collapse .more .decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 35px;
    border-bottom: solid 8px #639cb9;
  }

  #doctorInfo .doctorColumn article {
    flex-basis: 48%;
  }

  .about .right .title.environment {
    width: 30%
  }
}


@media (max-width: 600px) {

  #doctorInfo .doctorIntro .pic {
    width: 300px;
  }

}



@media (max-width: 415px) {
  .about .title {
    font-size: 20px;
    width: 25%;
    margin: 10px 0;
  }

  .about .banner {
    content: url('../img/Mask_Group_256.png');
    height: auto;
  }

  .about .info {
    font-size: 16px;
  }

  .forCharming .rowBlock {
    flex-direction: column;
  }

  .forCharming .rowBlock .pic {
    width: 300px;
  }

  .forCharming .blueTitle {
    width: 50%;
  }

  .forCharming .infoBox {
    padding: 15px;
  }

  .forCharming .block .pic {
    width: 100%;
  }

  .forCharming .infoBox .desc {
    font-size: 16px;
  }

  .forCharming .infoBox .text {
    font-size: 14px;
  }

  .forCharming .flow .flowBox {
    flex-basis: 45%;
  }

  .forCharming .cultureBox {
    flex-wrap: wrap;
  }

  .forCharming .cultureBox .culture {
    flex-basis: 100%;
    margin-bottom: 10px;
    height: 280px;
  }

  .forCharming .culture .bottom {
    height: 75%;
  }

  #doctorInfo {
    padding: 10px;
  }

  #doctorInfo .reservationBtn {
    font-size: 14px;
    width: 40%;
    margin: 0;
    margin-bottom: 10px;
    padding: 3px 0;
  }

  #doctorInfo .experience {
    display: none;
  }

  #doctorInfo .mobileExperience {
    display: block;
    text-align: left;
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.6px;
    margin: 10px 0;
  }

  #doctorInfo .doctorIntro .pic {
    width: 159px;
    left: -17px;
  }

  #doctorInfo .doctorProfile {
    margin-left: 130px;
    min-height: 140px;
  }

  #doctorInfo .major {
    margin: 5px 0;
    flex-basis: 60%;
  }

  #doctorInfo .name {
    font-size: 18px;
    margin: 10px 0;
  }

  #doctorInfo .name span.decoration {
    border: none;
  }

  #doctorInfo .specialize .list {
    font-size: 11px;
    flex-basis: 50%;
    margin: 5px auto;
  }

  #doctorInfo .seperate .line {
    flex-basis: 35%;
  }

  .about .right .title {
    width: 42%;
  }

  #doctorInfo .collapse .more {
    width: 40%;
  }

  #doctorInfo .doctorColumn article {
    flex-basis: 100%;
  }

  .timeTable .weekday {
    font-size: 10px;
  }

  .timeTable .dayTime .time span {
    font-size: 10px;
  }

  .timeTable .dayTime span {
    font-size: 10px;
  }

  .about .right .title.environment {
    width: 59%;
  }

  .about .environmentStyle_R .box {
    flex-direction: column;
    padding: 15px;
  }

  .about .environmentStyle_R .box img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .about .environmentStyle_C .pictureBox img {
    width: 393px;
  }

  .VisitTime .name {
    font-size: 18px;
  }

}


@media (max-width: 375px) {

  .about .environmentStyle_C .pictureBox img {
    width: 355px;
  }

}


@media (max-width: 320px) {

  .about .environmentStyle_C .pictureBox img {
    width: 303px;
  }

}