@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
menu,
nav,
main,
aside,
article,
p,
a,
ul,
ol,
li,
table,
tr,
td,
th,
input,
button,
form,
img,
div,
span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
  text-decoration: none;
  font-family: "Red Hat Text", "Noto Sans TC", "微軟正黑體";
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

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

p {
  word-break: break-all;
  overflow-wrap: break-word;
}

a:hover {
  color: #2184a5;
}

.grid-1 {
  width: 8.3333333333%;
}

.grid-2 {
  width: 16.6666666667%;
}

.grid-3 {
  width: 25%;
}

.grid-4 {
  width: 33.3333333333%;
}

.grid-5 {
  width: 41.6666666667%;
}

.grid-6 {
  width: 50%;
}

.grid-7 {
  width: 58.3333333333%;
}

.grid-8 {
  width: 66.6666666667%;
}

.grid-9 {
  width: 75%;
}

.grid-10 {
  width: 83.3333333333%;
}

.grid-11 {
  width: 91.6666666667%;
}

.grid-12 {
  width: 100%;
}

header .navbar-light .navbar-toggler {
  border: none;
}
header .container-fluid {
  display: flex;
  position: relative;
}
header .container-fluid .navbar-brand {
  margin-left: 0;
  width: 200px;
}
header .container-fluid .navbar-brand img {
  width: 100%;
}
header .container-fluid .dropdown-toggle::after {
  display: none !important;
}
header .dropdown-item {
  font-size: 12px;
  text-align: start;
}
header .navbar-nav.text-center .nav-item a {
  font-size: 14px;
}

main {
  width: 100%;
}
main .service {
  position: relative;
  width: 100%;
  background-image: url(../images/mainsidebg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-origin: border-box;
  background-size: 80%;
}
main .service .servicetext {
  text-align: center;
  margin: 20px 0;
}
main .service .servicetext img {
  width: 40%;
  align-items: center;
  max-width: 180px;
}
main .service .servicetext h5 {
  line-height: 40px;
}
main .service .servicetext p {
  color: #808080;
  margin: 5px;
}
main .service .flexBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto;
  margin-bottom: 0;
}
main .service .flexBox .grid-11 {
  display: flex;
  background-color: #fff;
  margin: 5px 0;
  border-radius: 30px;
  padding: 1em;
  float: left;
  overflow: hidden;
  align-items: center;
}
main .service .flexBox .grid-11 .text {
  margin-left: 1em;
  width: 90%;
  text-align: center;
}
main .service .flexBox .grid-11 .text h6 {
  margin-top: 10px;
}
main .service .flexBox .grid-11 .text p {
  color: gray;
  margin: 0;
}
main .service .flexBox .serviceBox img {
  top: 0;
}
main .service .flexBox .serviceBox a:hover {
  color: #0c839b;
}
main .service .flexBox .serviceBox .text {
  text-align: center;
  max-height: 200px;
  overflow-y: hidden;
}
main .service .flexBox .serviceBox .text h3 {
  font-weight: normal;
  margin: 15px 0;
  font-size: 28px;
}
main .service .flexBox .serviceBox .text p {
  margin: 8px 0;
}
main .service .flexBox .serviceBox .text p i {
  color: #c2ad94;
  margin-right: 0.5em;
}
main .service .flexBox .serviceBox .boximg5x4 {
  overflow: hidden;
  width: 100%;
  padding-top: 80%;
  position: relative;
  border-radius: 15px;
  margin-bottom: 1em;
}
main .service .flexBox .serviceBox .boximg5x4 img {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .about {
  width: 100%;
}
main .about .aboutContent {
  padding: 30px;
  max-width: 1000px;
}
main .about .aboutContent b {
  color: #2184a5;
  font-size: 30px;
}
main .about .aboutContent h5,
main .about .aboutContent h6 {
  margin: 10px;
  margin-left: 0;
  color: #2184a5;
}
main .about .aboutContent .aboutText {
  background-color: rgba(140, 181, 193, 0.4862745098);
  border-radius: 30px;
  margin: 10px;
  padding: 30px;
}
main .about .newContent {
  max-width: 600px;
  margin: 0 auto;
}
main .about .newContent .newText img {
  width: auto;
  align-items: center;
  max-height: 40px;
  margin: 20px 0;
}
main .about .newContent .newText h5 img {
  vertical-align: middle;
  margin: 0;
}
main .about .newContent .aboutContentP .aboutText {
  vertical-align: text-top;
}
main .about .newContent hr {
  border: 1px solid #000;
  margin: 0;
}
main .about .newContent .btn a {
  color: #8f80a6;
  font-size: 20px;
}
main .about .newContent .btn a button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: none;
  background-color: #dbd7e0;
  margin-right: 10px;
}
main .about .newContent .btn a button i {
  color: #8f80a6;
}
main .about .newContent .btn a:hover button {
  background-color: #8f80a6;
}
main .about .newContent .btn a:hover i {
  color: #dbd7e0;
}
main .aboutDoctor {
  width: 100%;
  text-align: center;
  background-color: #8cb5c1;
}
main .aboutDoctor .servicetext {
  text-align: center;
}
main .aboutDoctor .servicetext img {
  width: auto;
  align-items: center;
  max-height: 40px;
  margin: 20px 0;
}
main .aboutDoctor .servicetext p {
  color: #808080;
  margin: 5px 0;
}
main .aboutDoctor .about .aboutContent {
  text-align: left;
  max-width: 550px;
  padding: 30px;
}
main .aboutDoctor .about .aboutContent h3 {
  font-weight: normal;
  font-size: 28px;
}
main .aboutDoctor .about .aboutContent h3 span {
  font-size: 18px;
}
main .aboutDoctor .about .aboutContent h5 {
  font-weight: normal;
  color: #000;
  line-height: 1.5em;
  margin: 1em 0;
}
main .aboutDoctor .about .aboutContent hr {
  border: 2px solid #fff;
  opacity: 1;
  width: 60px;
}
main .aboutDoctor .about .aboutContent p {
  line-height: 1.8em;
}
main .aboutDoctor .about .aboutContent p i {
  margin-right: 5px;
}
main .btn {
  width: 100%;
  font-size: 16px;
  display: flex;
  margin-top: 20px;
}
main .btn button {
  left: 0;
  width: 7em;
  height: 3.5em;
  color: #000;
  border: none;
  background-color: #fff;
}
main .btn button:hover {
  background-color: #2184a5;
  color: #FFF;
}
main .case {
  margin-bottom: 50px;
}
main .case .caseText {
  text-align: center;
}
main .case .caseText img {
  width: auto;
  align-items: center;
  max-height: 40px;
  margin-top: 20px;
}
main .case .caseText h5 {
  margin-bottom: 15px;
}
main .case .caseText p {
  color: #808080;
  margin: 10px;
}
main .case .caseContentOwl {
  padding: 10px 40px 20px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
main .case .caseContentOwl .casePic .boximg5x4 {
  overflow: hidden;
  width: 100%;
  padding-top: 80%;
  position: relative;
  border-radius: 15px;
  margin-bottom: 1em;
}
main .case .caseContentOwl .casePic .boximg5x4 img {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .case .caseContentOwl .casePic .caseFrame {
  background-image: url(../images/caseFrame.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 30px;
}
main .case .caseContentOwl .casePic .caseFrame .caseFrameText {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
main .case .caseContentOwl .casePic .caseFrame .caseFrameText .caseFrameTextIcon {
  display: flex;
  flex-wrap: nowrap;
  justify-content: none;
}
main .case .caseContentOwl .casePic .caseFrame .caseFrameText .caseFrameTextIcon i {
  color: #e6711b;
}
main .case .caseContentOwl .casePic .caseFrame .caseFrameText img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
main .case .caseContentOwl .casePic .caseFrame p {
  margin: 15px 0;
}
main .case .caseContentOwl .casePic .caseFlex {
  display: flex;
  flex-wrap: nowrap;
  vertical-align: middle;
}
main .case .caseContentOwl .casePic .caseFlex .purpleCircle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #8f80a6;
  margin-right: 15px;
}
main .case .caseContentOwl .casePic .caseFlex h6 {
  margin: 0;
  line-height: 50px;
}
main .case .caseContentOwl p {
  font-size: 13px;
  color: #808080;
}
main .case .caseContentOwl h6 {
  color: #0073a0;
  margin: 10px 0;
}
main .case .caseContentOwl .owl-carousel {
  position: relative;
}
main .case .caseContentOwl .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
}
main .case .caseContentOwl .owl-nav .owl-prev,
main .case .caseContentOwl .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #000;
  border: 1px solid #979797;
  font-size: 20px;
  border-radius: 50%;
}
main .case .caseContentOwl .owl-nav .owl-next {
  right: 0;
}
main .case .caseContentOwl .owl-nav .owl-prev:hover,
main .case .caseContentOwl .owl-nav .owl-next:hover {
  color: #fff;
  background-color: #000;
}
main .case .btn {
  width: 100%;
  font-size: 16px;
  padding: 0;
  display: flex;
  justify-content: center;
}
main .case .btn button {
  width: 7em;
  height: 3.5em;
  color: #0c839b;
  border: 1px solid #0c839b;
  background-color: #fff;
  margin: 5px;
}
main .case .btn button:hover,
main .case .btn button.active {
  background-color: #0c839b;
  color: #FFF;
}
main .case .caseTitle {
  color: #2184a5;
  margin: 0 auto;
  text-align: center;
}
main .case .caseTitle h5 {
  line-height: 1.5em;
}
main .case .caseTitle h6 {
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
}
main .case .caseContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px auto;
}
main .case .caseContent .casePic {
  margin: 10px auto;
}
main .case .caseContent .casePic .boximg5x4 {
  overflow: hidden;
  width: 100%;
  padding-top: 80%;
  position: relative;
  border-radius: 15px;
  margin-bottom: 1em;
}
main .case .caseContent .casePic .boximg5x4 img {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .case .caseContent .casePic .casePicText {
  max-height: 200px;
  overflow-y: hidden;
}
main .case .caseContent .casePic .casePicText h5,
main .case .caseContent .casePic .casePicText h6 {
  color: #2184a5;
  margin: 10px 0;
}
main .case .caseContent .casePic .casePicText p {
  color: gray;
}
main .case .caseContent .casePic a:hover p {
  color: #2184a5;
}
main .case .caseContent .doctorPic {
  margin: 10px;
  position: relative;
}
main .case .caseContent .doctorPic a {
  color: #000;
}
main .case .caseContent .doctorPic .boximg1x1 {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
main .case .caseContent .doctorPic .boximg1x1 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .case .caseContent .doctorPic .casePicText {
  position: absolute;
  background-color: #dbd7e0;
  bottom: 10px;
  width: 100%;
  right: 0;
  margin: 0;
  bottom: 0;
  text-align: center;
}
main .case .caseContent .doctorPic .casePicText h5 {
  color: #8f80a6;
  margin: 10px 0;
}
main .case .caseContent .doctorPic .casePicText p {
  margin: 10px 0;
}
main .case .caseContent .doctorPic:hover {
  transition: all 1s ease;
  transform: scale(0.8);
}
main .project {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px;
  background-image: url(../images/projectbg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
main .project .projectText {
  max-width: 550px;
  margin: 0 auto;
}
main .project img {
  display: none;
}
main .project img.noticeSideTop {
  position: absolute;
  left: 5%;
  width: 50px;
}
main .project img.noticeSideBottom {
  display: none;
}
main .project .caseText {
  text-align: center;
}
main .project .caseText img {
  width: auto;
  align-items: center;
  max-height: 40px;
  margin: 20px 0;
}
main .project .caseText h5 {
  margin-bottom: 15px;
}
main .project h3 {
  color: #0c839b;
}
main .project hr {
  border: 2px solid #0c839b;
  width: 50px;
  text-align: center;
  margin: 10px auto;
  opacity: 1;
}
main .project p {
  line-height: 2em;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
main .project .btn {
  width: 100%;
}
main .project .btn button {
  width: 7em;
  height: 3em;
  border-radius: 25px;
  color: #036EAE;
  border: 2px solid #036EAE;
  font-weight: 600;
}
main .project .btn button:hover {
  background-color: #036EAE;
  color: #FFF;
}
main .promise2 {
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
main .promise2 .promiseText {
  text-align: center;
}
main .promise2 .promiseText img {
  width: auto;
  align-items: center;
  max-height: 40px;
  margin-top: 20px;
}
main .promise2 .promiseText h5 {
  margin-bottom: 15px;
}
main .promise2 .promiseText p {
  color: #808080;
  margin: 10px;
}
main .promise2 .flexBox {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .promise2 .flexBox .processPic h5,
main .promise2 .flexBox .processPic h6 {
  color: #0c839b;
}
main .promise2 .flexBox .processPic p {
  margin: 15px 0;
}
main .promise2 .flexBox .grid-4 {
  margin: 0 0.6em;
}
main .promise2 .flexBox .grid-4 img {
  transform: scale(0.8);
}
main .promise2 .flexBox .grid-4 p {
  font-size: 14px;
}
main .promise2 .btn {
  width: 100%;
  font-size: 18px;
  padding: 0;
}
main .promise2 .btn button {
  width: 7em;
  height: 3em;
  border-radius: 10px;
  color: #000;
  border: none;
  background-color: #FCCB00;
}
main .promise2 .btn button:hover {
  background-color: #30588b;
  color: #FFF;
}
main .contact {
  padding: 32px 0;
  background-color: #2184a5;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
main .contact .grid-9,
main .contact .grid-8,
main .contact .grid-10 {
  margin: 30px 0;
}
main .contact .contLeft {
  color: #fff;
}
main .contact .contLeft img {
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: 10px;
}
main .contact .contCenter {
  justify-content: start;
  max-width: 350px;
}
main .contact .contCenter img {
  max-height: 40px;
  margin: 10px 0;
}
main .contact .contCenter h6 {
  margin-bottom: 10px;
}
main .contact .contCenter p {
  line-height: 2em;
}
main .contact .contCenter p span {
  margin-right: 12px;
}
main .contact .contCenter p a:hover {
  color: #fff;
}
main .contact .link p {
  color: #000;
}
main .contact .link p i {
  color: #8f80a6;
}
main .contact .contRight {
  display: flex;
  justify-content: center;
}
main .contact .contRight img {
  width: 150px;
  height: 150px;
}
main .indexPic .nonePic1,
main .indexPic .nonePic2 {
  display: none;
}
main section.container .breadcrumb {
  padding-left: 50px;
}
main section.container .breadcrumb .breadcrumb-item.active a {
  color: #2184a5;
}

main.whiteBg {
  background-color: #fff;
  margin-bottom: 0;
}

aside {
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 0;
  bottom: 100px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 50px;
  border-radius: 10px;
  transform: scale(0.8);
  z-index: 99;
}
aside a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 10px 0;
}
aside a p {
  margin: 15px 0;
  font-size: 12px;
}
aside a p:hover {
  color: #dbd7e0;
}
aside a i {
  color: #8f80a6;
  font-size: 25px;
}
aside .asideBottom {
  margin-top: 5px;
  transition: opacity 0.3s ease;
  opacity: 1;
}
aside .asideBottom a {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
aside .asideBottom.hidden {
  opacity: 0;
  pointer-events: none;
}
aside hr {
  margin: 0.5em;
  width: 2.5em;
  border: 1px solid #8f80a6;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

footer {
  background-color: #000;
  color: #fff;
  line-height: 3em;
  text-align: center;
  font-size: 14px;
}

section.news-area {
  margin: 0 auto;
  padding: 0 1.5em;
  width: 100%;
}
section.news-area .breadcrumb-item.active a {
  color: #8f80a6;
}
section.news-area .newsAll {
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.news-area .newsAll .grid-12 {
  max-width: 400px;
}
section.news-area .newsAll .boximg5x4 {
  overflow: hidden;
  width: 100%;
  padding-top: 80%;
  position: relative;
}
section.news-area .newsAll .boximg5x4 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 0.5s all;
}
section.news-area .newsAll h5 {
  margin: 0;
  line-height: 2em;
}
section.news-area .newsAll h5 a {
  text-decoration: none;
  color: #8f80a6;
}

.pageAll {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 1em auto;
}
.pageAll .page {
  width: 40px;
  height: 40px;
  color: #000;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  justify-content: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  margin: 0 10px;
}
.pageAll .page i {
  vertical-align: middle;
}
.pageAll .page p {
  width: 100%;
  height: 100%;
}
.pageAll .page:hover,
.pageAll .page.active {
  background-color: #2184a5;
  color: #fff;
  font-weight: 500;
}

section.serviceproject h3 {
  margin: 1em 0 1em 4em;
}
section.serviceproject .h3P {
  margin-left: 5em;
}
section.serviceproject .processP {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.serviceproject .processP .processPsteps {
  width: 10em;
  height: 7em;
  margin: 0.5em;
  background-color: #0071B4;
  text-align: center;
  vertical-align: middle;
  border-radius: 1em;
}
section.serviceproject .processP .processPsteps p {
  color: #ffffff;
  margin: 1em 0;
  font-weight: 800;
}
section.serviceproject .projectPrice {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.serviceproject .projectPrice .prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto 1em;
  max-width: 300px;
}
section.serviceproject .projectPrice .prices .boximg {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
section.serviceproject .projectPrice .prices .boximg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.serviceproject .projectPrice .prices h6 {
  margin: 1em;
  margin-bottom: 0.5em;
}
section.serviceproject .projectPrice .prices a {
  text-decoration: none;
  color: #034D91;
  margin: 0.5em;
  border: 1px solid #034D91;
  width: 6em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 0.7em;
}
section.serviceproject .projectPrice .prices a:hover {
  background-color: #034D91;
  color: #fff;
}

section.priceAll {
  width: 100%;
}
section.priceAll h3 {
  margin: 1em auto;
  width: 4em;
}
section.priceAll h5 {
  margin: 1em auto;
  width: 80%;
  max-width: 17em;
}
section.priceAll hr {
  border: 1px solid #034D91;
  opacity: 1;
}
section.priceAll .prices {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.priceAll .prices .priceContent {
  margin: 0.5em;
  padding: 1em;
  background-color: rgb(184, 210, 219);
  box-shadow: 3px 3px 3px gray;
  max-width: 380px;
  border-radius: 1.5em;
}
section.priceAll .prices .priceContent h6 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
section.priceAll .prices .priceContent p {
  margin-left: 1em;
}
section.priceAll .fancybox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.priceAll .fancybox .fancybox-wrapper a {
  max-width: 300px;
}
section.priceAll .fancybox .fancybox-wrapper a .boximg {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
section.priceAll .fancybox .fancybox-wrapper a .boximg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  vertical-align: top;
}
section.priceAll .fancybox p {
  text-align: center;
  font-size: 18px;
}

article.articleBorder {
  width: 90%;
  margin: 10px auto;
  border: 2px solid #dbd7e0;
  border-radius: 70px 0;
  max-width: 900px;
  background-color: #fff;
  box-shadow: 2px 2px 3px #dbd7e0;
  padding: 15px;
}
article.articleBorder .container {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  flex-wrap: wrap;
}
article.articleBorder .container h3 {
  color: #8f80a6;
  margin-left: 20px;
  text-align: center;
}
article.articleBorder .container nav ol.breadcrumb {
  vertical-align: bottom;
  margin: 0;
  margin-top: 16px;
  text-align: end;
  display: flex;
}
article.articleBorder .container nav ol.breadcrumb .breadcrumb-item.active a {
  color: #8f80a6;
}
article.articleBorder hr {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #8f80a6;
}
article.articleBorder .articleContent {
  margin: 0 auto;
  width: 90%;
}
article.articleBorder .articleContent h3 {
  color: #8f80a6;
  line-height: 1.5em;
}
article.articleBorder .articleContent hr {
  max-width: 500px;
}
article.articleBorder .articleContent p {
  line-height: 2em;
}
article.articleBorder .articleContent span {
  font-size: 32px;
}
article.articleBorder .articleContent h6 {
  font-weight: normal;
}
article.articleBorder .articleContent img {
  width: 100% !important;
  height: 100% !important;
}
article.articleBorder .articleContent iframe {
  width: 100% !important;
  height: 100% !important;
}

.purpleBg {
  background-color: #ededed;
}

article .product-container {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
article .product-container .product-sidebar {
  margin: 1em 10px 1em 2.5em;
}
article .product-container .product-sidebar hr {
  width: 9em;
  border: 1px solid #034D91;
  opacity: 1;
}
article .product-container .product-sidebar h3 {
  margin: 0.5em 0;
  color: #034D91;
}
article .product-container .product-sidebar ul li {
  line-height: 2em;
  cursor: pointer;
}
article .product-container .product-sidebar ul li i {
  padding-left: 1em;
}
article .product-container .product-sidebar ul li .dropdown-content {
  display: none;
}
article .product-container .product-sidebar ul .dropdown-toggle:hover ul {
  display: block;
}
article .product-container .product-sidebar ul li.dropdown-toggle::after {
  content: none;
  /* 或刪除整個這段 */
}
article .product-container .product-list {
  width: 100%;
  margin-top: 1em;
}
article .product-container .product-list .product-item {
  width: 90%;
  max-width: 300px;
  margin: 1em auto;
}
article .product-container .product-list .product-item a {
  text-decoration: none;
  color: #000000;
}
article .product-container .product-list .product-item .box-img {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
article .product-container .product-list .product-item .box-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article .product-container .product-list .product-item h3 {
  margin-top: 1em;
  font-size: 18px;
}
article .product-container .product-list .product-item p {
  font-size: 14px;
}
article .product-container .product-list .product-item .prices {
  display: flex;
  position: relative;
}
article .product-container .product-list .product-item .prices img {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

main.saleMain {
  background-color: #fff;
}
main.saleMain .default-padding-md {
  padding-top: 48px;
  padding-bottom: 48px;
}
main.saleMain .default-padding-md .list-unstyle {
  padding: 0;
  margin: 0;
  list-style: none;
}
main.saleMain .default-padding-md .list-unstyle #zoomIn a {
  position: relative;
  display: inline-block;
  width: 100%;
}
main.saleMain .default-padding-md .list-unstyle #zoomIn a .img-box-1-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  padding-bottom: 100%;
}
main.saleMain .default-padding-md .list-unstyle #zoomIn a .img-box-1-1 img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.saleMain .default-padding-md .list-unstyle #zoomIn a .img-wrapper {
  display: none;
}
main.saleMain .default-padding-md .list-unstyle #zoomIn a:hover .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.saleMain .default-padding-md .list-unstyle #zoomIn a:hover .img-wrapper i {
  color: #fff;
  font-size: 2rem;
}
main.saleMain a {
  text-decoration: none;
  color: var(--bs-body-color);
}
main.saleMain a:hover {
  color: #034D91;
}
main.saleMain .product-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 1.25rem;
}
main.saleMain .product-info .type {
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.25rem 1.25rem;
  background-color: #036EAE;
  color: #fff;
  margin-bottom: 0.75rem;
}
main.saleMain .product-info .price {
  font-weight: normal;
  width: 100%;
}
main.saleMain .product-info .price .onSale {
  padding-left: 40px;
  color: #f11717;
}
main.saleMain .product-info .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
main.saleMain .product-info hr {
  border-top: 1px solid #808080;
  width: 100%;
}
main.saleMain .product-info .product-content {
  flex-grow: 1;
  padding: 1.25rem 0;
  min-height: 120px;
}
main.saleMain .product-info .spec {
  margin: 0.5rem 0;
  width: 100%;
}
main.saleMain .product-info .spec select {
  width: 100%;
  padding: 0.5rem;
}
main.saleMain .product-info .add-number {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  width: 70%;
}
main.saleMain .product-info .add-number label {
  margin: 0;
  padding-right: 0.5rem;
  flex-shrink: 0;
}
main.saleMain .product-info .add-number input {
  min-height: 2rem;
  padding: 0;
  flex: 1 0 auto;
}
main.saleMain .product-info .d-flex .btn {
  padding: 0.5rem 1.5rem;
}
main.saleMain .product-info .d-flex .btn-second {
  border-color: rgba(128, 128, 128, 0.2);
  background-color: rgba(128, 128, 128, 0.2);
}
main.saleMain .product-info .d-flex .btn-second:hover {
  border-color: #eba72b;
  background-color: #eba72b;
}
main.saleMain .product-info .d-flex .btn-primary {
  border-color: #036EAE;
  background-color: #036EAE;
}
main.saleMain .product-info .d-flex .btn-primary:hover {
  border-color: #eba72b;
  background-color: #eba72b;
}
main.saleMain .product-info .align-items-center {
  height: 2em;
}
main.saleMain .product-info .align-items-center .fa-line {
  transform: scale(0.9);
}
main.saleMain .col-lg-12 .area-title {
  border-bottom: 1px solid #036EAE;
  padding: 8px;
  font-size: 18px;
  margin-top: 20px;
  color: #036EAE;
}
main.saleMain .col-lg-12 .product-detail {
  margin-top: 1.5rem;
}
main.saleMain .col-lg-12 .product-detail img {
  display: block;
  margin: 1rem auto;
}

section.contactC {
  width: 100%;
  background-color: #ececec;
}
section.contactC h3 {
  text-align: center;
  padding: 1em 0;
  color: #2184a5;
  font-weight: 900;
}
section.contactC .contactContentIframe {
  margin: 0 auto;
  padding-bottom: 20px;
}
section.contactC .contactContentIframe .contactContent {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
section.contactC .contactContentIframe .contactContent .contactContentP {
  margin: 10px auto;
  line-height: 1.5em;
  border-radius: 80px;
  width: 400px;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  background-color: rgba(140, 181, 193, 0.4862745098);
  box-shadow: 3px 3px 5px #808080;
}
section.contactC .contactContentIframe .contactContent .contactContentP p {
  margin: 0;
  line-height: 40px;
  font-size: 18px;
}
section.contactC .contactContentIframe .contactContent .contactContentP p a {
  text-decoration: none;
  margin: auto 0;
}
section.contactC .contactContentIframe .contactContent .contactContentP p a i {
  padding-right: 0.5em;
}
section.contactC .contactContentIframe .contactContent .contactContentP i {
  padding-right: 0.5em;
}
section.contactC .contactContentIframe .contactContent .contactContentP .noP {
  padding-top: 0.7em;
}
section.contactC .contactContentIframe .contactContent .contactContentP:hover p,
section.contactC .contactContentIframe .contactContent .contactContentP:hover a {
  color: #fff;
}
section.contactC .contactIframe {
  height: 450px;
  margin-top: 1em;
}
section.contactC .formContent {
  width: 100%;
  padding: 1em;
  background-color: #d8e4eb;
}
section.contactC .formContent .formC {
  width: 80%;
  margin: 0 auto;
}
section.contactC .formContent .formC .formgroup label {
  margin-bottom: 0.5em;
  width: 10em;
}
section.contactC .formContent .formC .formgroup input {
  margin-bottom: 0.5em;
  width: 100%;
  height: 2em;
  max-width: 35em;
}
section.contactC .formContent .formC .formgroup select {
  width: 100%;
  height: 2em;
  margin-bottom: 0.5em;
  max-width: 35em;
}
section.contactC .formContent .formC .formgroup textarea {
  width: 100%;
  max-width: 35em;
}

@media only screen and (max-width: 348px) {
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  header .container-fluid .cart-icon {
    right: 20px;
  }
  main .promise .flexBox .grid-sm-5 {
    margin: 0 1em;
  }
  main .promise .flexBox .grid-sm-5 img {
    transform: scale(0.9);
  }
}
@media only screen and (min-width: 400px) {
  main .process .processContent .processstep .processstepall h5 {
    font-size: 12px;
  }
  aside {
    right: 10px;
    transform: scale(1);
  }
}
@media only screen and (min-width: 500px) {
  .grid-sm-1 {
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
  header .container-fluid {
    text-align: center;
  }
  header .container-fluid .navbar-brand {
    margin-left: 20px;
  }
  main .service img {
    width: 100%;
  }
  main .process .processContent .processstep {
    width: 90%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 14px;
    line-height: 14px;
  }
  main .case .caseContentOwl {
    max-width: 1200px;
  }
  main .case .btn button {
    margin: 0 10px;
  }
  main .project img.noticeSideTop {
    left: 10%;
    width: 100px;
  }
  article .articleSort {
    display: flex;
  }
  article .articleSort .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  article .articleSort .articles a {
    width: 90%;
    max-width: 330px;
  }
  article .product-container {
    display: flex;
  }
  article .product-container .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) {
  main.saleMain .product-info .price {
    height: auto;
    text-align: left;
  }
  main.saleMain .product-info .price .onSale {
    padding-left: 8px;
  }
}
@media only screen and (min-width: 600px) {
  main .process .processContent .processstep .processstepall h5 {
    font-size: 17px;
    line-height: 17px;
  }
  main .promise h3 {
    font-size: 22px;
  }
  main .promise p {
    font-size: 18px;
  }
  main .promise .flexBox .grid-4 p {
    font-size: 18px;
  }
  article.articleBorder {
    padding: 40px;
  }
}
@media only screen and (min-width: 700px) {
  main .process .processContent .processstep {
    width: 80%;
  }
  article .articleContent {
    margin: 0 auto;
    width: 700px;
  }
  section.contactC .contactContent p {
    font-size: 17px;
  }
  section.contactC .formContent .formC {
    width: 70%;
  }
  section.contactC .formContent .formC p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
  main .service {
    background-size: 60%;
  }
  main .service .flexBox {
    display: flex;
  }
  main .service .flexBox .grid-md-6 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  main .service .flexBox .grid-md-6 img {
    margin-bottom: 1em;
    width: 100%;
    height: auto;
  }
  main .service .flexBox .grid-md-6 .text {
    margin-left: 0;
  }
  main .service .flexBox .grid-md-6 .text h5 {
    font-size: 18px;
  }
  main .service .flexBox .grid-md-6 .text p {
    font-size: 16px;
  }
  main .about {
    width: 100%;
  }
  main .about .aboutContent {
    padding: 30px;
    width: 80%;
    margin: 0 auto;
  }
  main .contact .grid-md-5 {
    margin: 10px;
  }
  main .contact .contLeft {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
  }
  main .contact .contLeft img {
    width: 80%;
    height: 80%;
  }
  main .contact .contCenter {
    max-width: 350px;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 20px;
    line-height: 20px;
  }
  main .promise .flexBox .grid-md-4 {
    margin: 0;
  }
  main .promise2 .flexBox .grid-md-4 {
    margin: 15px;
  }
  section.news-area .newsAll .grid-md-4 {
    margin: 0 2em;
    min-width: 280px;
    max-width: 1000px;
  }
  article .articleSort .articles {
    display: flex;
    flex-wrap: wrap;
  }
  article .articleSort .articles a {
    padding: 0 1em;
  }
  main.saleMain .default-padding-md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.serviceproject .projectPrice .grid-md-4 {
    flex-wrap: wrap;
  }
  section.contactC .contactContentIframe {
    display: flex;
    flex-wrap: nowrap;
  }
  section.contactC .contactContentIframe .contactContent {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .grid-lg-1 {
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-7 {
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
  header .navbar-expand-xl .navbar-nav .nav-link {
    margin: 0 1em;
  }
  header .container-fluid .cart-icon {
    right: 30px;
    top: 10px;
    width: 40px;
  }
  header .container-fluid .search-icon {
    position: absolute;
    display: block;
    right: 80px;
    top: 10px;
  }
  header .container-fluid .dropdown-menu {
    position: relative;
  }
  main .service .grid-lg-8 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  main .about .aboutContent {
    padding: 20px;
  }
  main .about .aboutContent .aboutTextAll {
    display: flex;
    flex-wrap: wrap;
  }
  main .about .aboutContent .aboutTextAll .aboutText {
    width: calc(50% - 20px);
  }
  main .aboutDoctor .about {
    display: flex;
  }
  main .aboutDoctor .about .aboutContent {
    padding: 50px 0 0 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  main .aboutDoctor .about .aboutPic img {
    max-width: 700px;
  }
  main .about .aboutPic .newPic {
    max-width: 800px;
  }
  main .about .newContent {
    padding: 0 30px 10px;
  }
  main .about .newContent .aboutContentP {
    margin: 20px 0;
  }
  main .project img.noticeSideTop {
    left: 30%;
  }
  main .process .processContent {
    background-image: url(../images/processbg-computer.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    display: block;
  }
  main .process .processContent img {
    width: 15%;
    display: block;
  }
  main .process .processContent .processstep {
    position: relative;
    display: inline-block;
    width: 50%;
  }
  main .process .processContent .processstep .processstepall .processstep1 {
    left: 12%;
    top: 23%;
  }
  main .process .processContent .processstep .processstepall .processstep2 {
    left: 65%;
    top: 23%;
  }
  main .process .processContent .processstep .processstepall .processstep3 {
    left: 12%;
    top: 77%;
  }
  main .process .processContent .processstep .processstepall .processstep4 {
    left: 65%;
    top: 77%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 14px;
    line-height: 1em;
  }
  main .process .processbg {
    display: none;
  }
  main .promise .flexBox .grid-lg-2 {
    margin: 0;
  }
  main .promise .flexBox .grid-lg-2 img {
    transform: scale(0.8);
  }
  main .contact .contLeft,
  main .contact .contRight {
    margin: auto 15px;
  }
  section.news-area .newsAll {
    justify-content: space-between;
    max-width: 1000px;
  }
  section.news-area .newsAll .grid-lg-3 {
    margin: 20px 10px;
  }
  article .articleSort .articles a {
    padding: 0 1.5em;
  }
  main.saleMain .product-info .add-number {
    width: 50%;
  }
  section.contactC .formContent .formC {
    width: 80%;
    margin: 0 auto;
  }
  section.contactC .formContent .formC .formgroup {
    width: 80%;
    display: flex;
    margin: 1em 0;
  }
  section.contactC .formContent .formC .formgroup input {
    text-align: center;
  }
  section.contactC .formContent .formC .formgroup label {
    margin: 0;
  }
  section.contactC .formContent .formC .formgroup br {
    display: none;
  }
  section.contactC .formContent .formC .formgroup textarea {
    height: 2em;
    box-sizing: border-box;
  }
  section.serviceproject h3 {
    margin-left: 8em;
  }
  section.serviceproject .h3P {
    margin-left: 9em;
  }
  section.serviceproject .processP .processPsteps {
    width: 13em;
    height: 8em;
    margin: 0.5em;
  }
  section.serviceproject .processP .processPsteps p {
    font-size: 20px;
  }
  section.serviceproject .projectPrice .grid-lg-3 {
    margin: 0 1em 1em;
  }
  section.priceAll .fancybox {
    justify-content: start;
    margin-left: 4em;
  }
  section.priceAll .fancybox .grid-lg-3 {
    max-width: 400px;
  }
  main section.container {
    margin-left: 100px;
  }
  main .case .caseContent.grid-lg-8 {
    gap: 30px;
  }
  main .case .caseContent.grid-lg-8 .casePic.grid-lg-3 {
    margin: 10px 18px;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar-expand-xl .navbar-collapse {
    justify-content: center;
  }
  main .about .aboutContent {
    padding: 70px 40px;
  }
  main .process .processContent {
    padding-left: 80px;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 18px;
    line-height: 1.3em;
  }
  .indexPic {
    display: flex;
    flex-wrap: nowrap;
  }
  .indexPic img {
    width: 50vw;
  }
  .indexPic img.nonePic1 {
    display: inline;
    width: 50vw;
  }
  section.contactC .formContent .formC {
    width: 750px;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-xl-1 {
    width: 8.3333333333%;
  }
  .grid-xl-2 {
    width: 16.6666666667%;
  }
  .grid-xl-3 {
    width: 25%;
  }
  .grid-xl-4 {
    width: 33.3333333333%;
  }
  .grid-xl-5 {
    width: 41.6666666667%;
  }
  .grid-xl-6 {
    width: 50%;
  }
  .grid-xl-7 {
    width: 58.3333333333%;
  }
  .grid-xl-8 {
    width: 66.6666666667%;
  }
  .grid-xl-9 {
    width: 75%;
  }
  .grid-xl-10 {
    width: 83.3333333333%;
  }
  .grid-xl-11 {
    width: 91.6666666667%;
  }
  .grid-xl-12 {
    width: 100%;
  }
  header .container-fluid {
    padding-left: 50px;
  }
  header .container-fluid .nav-item a {
    font-size: 18px;
  }
  header .container-fluid .dropdown-menu .dropdown-item {
    font-size: 16px;
  }
  main .about .aboutContent .aboutContentP {
    width: 90%;
    margin: 40px 0;
  }
  main .aboutDoctor .about .aboutContent {
    max-width: 800px;
    padding-top: 100px;
    max-height: 1000px;
    margin-left: 20px;
    margin-right: 20px;
  }
  main .about .newContent {
    padding-left: 0;
    padding: 30px 70px 10px 0;
    max-height: 1000px;
  }
  main .project {
    padding: 30px;
    position: relative;
  }
  main .project .projectbgL,
  main .project .projectbgR {
    display: block;
    position: absolute;
    top: 0;
    width: 400px;
  }
  main .project .projectbgL {
    left: 5%;
  }
  main .project .projectbgR {
    right: 7%;
    width: 350px;
  }
  main .project img.noticeSideBottom {
    position: absolute;
    display: inline-block;
    right: 25%;
    width: 100px;
    bottom: 5%;
  }
  main .process .processContent {
    padding-left: 100px;
  }
  main .process .processContent img {
    max-width: 250px;
  }
  main .process .processContent .processstep {
    max-width: 40%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 18px;
  }
  main .case .caseContentOwl {
    padding: 0 70px 10px;
  }
  main .contact .contRight {
    justify-content: start;
  }
  article .articleSort {
    margin: 0 auto;
  }
  article .articleSort .articles {
    display: flex;
    justify-content: space-between;
    max-width: 990px;
  }
  article .articleSort .articles a {
    width: 100%;
  }
  article .product-container {
    max-width: 1210px;
    margin: 0 auto;
  }
  article .product-container .product-list {
    max-width: 1000px;
    margin: 1em;
    margin-right: 0;
  }
  article .product-container .product-list .product-item {
    margin: 1em;
  }
  main.saleMain .container {
    max-width: 1250px;
  }
  section.news-area {
    margin: 0;
  }
  section.news-area .newsAll {
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1400px;
  }
  section.news-area .newsAll .grid-xl-3 {
    max-width: 250px;
  }
  section.contactC .contactContent .contactContentP {
    margin: 0.5em;
  }
  section.serviceproject h3 {
    margin-left: 12em;
  }
  section.serviceproject .h3P {
    margin-left: 13em;
  }
  section.serviceproject .processP .processPsteps {
    width: 15em;
    margin: 1em;
  }
  main section.container {
    margin-left: 250px;
  }
  main .case .caseContent.grid-xl-8 {
    gap: 40px;
  }
  main .case .caseContent.grid-xl-8 .casePic.grid-xl-3 {
    margin: 10px 30px;
  }
}
@media only screen and (min-width: 1700px) {
  main .about .aboutContent {
    padding: 70px 100px 100px 70px;
  }
  main .about .aboutContent .aboutContentP {
    width: 80%;
  }
  main .about .aboutContent .aboutContentP .aboutText {
    max-width: 550px;
  }
  main .aboutDoctor .about .aboutContent {
    padding-top: 150px;
  }
  main .about .newContent {
    width: 100%;
    padding: 20px 100px 10px 0;
    margin: 0;
    margin-left: 100px;
    min-height: 600px;
  }
  main .about .newContent .aboutContentP {
    width: 100%;
    margin: 25px 0;
  }
  main .project img.noticeSideBottom {
    right: 35%;
  }
  .indexPic img,
  .indexPic img.nonePic1 {
    width: 33.3333333333vw;
  }
  .indexPic img.nonePic2 {
    display: inline;
    width: 33.3333333333vw;
  }
  main .process .processContent {
    padding-left: 100px;
  }
  main .process .processContent .processstep {
    max-width: 40%;
  }
  main .process .processContent .processstep .processstepall h5 {
    font-size: 21px;
  }
  article .articleSort {
    margin-left: 10%;
  }
  article .articleSort .articles {
    margin-left: 2%;
  }
  article .articleSort .articles a {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */