@charset "UTF-8";
col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
a {
  text-decoration: none !important;
}
a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body {
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.1rem;
}
@media (max-width: 991.98px) {
  body {
    font-size: 1.3rem;
  }
}

.editor {
  margin-bottom: 2rem;
}
.editor img {
  width: auto;
  max-width: 100%;
}

.indent {
  text-indent: 2rem;
}

.more {
  position: relative;
  font-family: "Roboto", "微軟正黑體", sans-serif;
  color: #006261;
  letter-spacing: 1px;
}
.more::before {
  content: "";
  background: url(../_img/layout/more.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100px;
  height: 14px;
  bottom: 5px;
  left: -15px;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.more:hover {
  color: #FFBF00;
}
.more:hover::before {
  left: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation-name: btn-more;
          animation-name: btn-more;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.more.white {
  color: #fff;
}
.more.white::before {
  background: url(../_img/layout/more-white.svg);
  height: 12px;
}

@-webkit-keyframes btn-more {
  0% {
    left: 0px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}

@keyframes btn-more {
  0% {
    left: 0px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
.box-more {
  width: 100%;
  border: 1px solid #006261;
  margin-top: 1rem;
  padding: 0.5rem;
  border-radius: 0px;
  text-align: center;
}
.box-more:hover {
  background: #006261;
  color: #fff;
}
.box-more a:hover {
  background: #006261;
  color: #fff;
}

.back, .send {
  margin-top: 2rem;
  background: #006261;
  color: #fff;
  border-radius: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.back img, .send img {
  padding: 0px 0.5rem;
}
.back:hover img, .send:hover img {
  margin-right: 5px;
  -webkit-animation-name: back-more;
          animation-name: back-more;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.reserve-btn {
  margin-top: 2rem;
  background: #7C1823;
  color: #fff;
  border-radius: 0px;
  margin-right: 0px;
}

@-webkit-keyframes back-more {
  0% {
    margin-right: 5px;
  }
  50% {
    margin-right: 10px;
  }
  100% {
    margin-right: 5px;
  }
}

@keyframes back-more {
  0% {
    margin-right: 5px;
  }
  50% {
    margin-right: 10px;
  }
  100% {
    margin-right: 5px;
  }
}
.app-box {
  padding: 1rem;
  margin: 0rem 1rem;
  background: #FFBF00;
  font-size: 1.2rem;
  color: #fff;
}
.app-box i {
  font-size: 1.6rem;
}
.app-box img {
  margin-bottom: 5px;
}
.app-box.check {
  background: #00514F;
}
.app-box.check:hover {
  background: #006261;
  color: #fff;
}
.app-box:hover {
  background: #006261;
}
@media (max-width: 767.98px) {
  .app-box {
    font-size: 1rem;
    margin: 0.5rem 0.5rem 1rem;
    padding: 1rem 3rem;
    display: block;
  }
}

.afresh {
  background: #006261;
  color: #fff;
  padding: 0.5rem 1.8rem;
}

#doctor3 {
  background: #FFABAB;
  color: #000;
}
#doctor3 a {
  color: #000;
}

#doctor2 {
  background: #00514F;
  color: #ffffff;
}
#doctor2 a {
  color: #ffffff;
}

#doctor1 {
  background: #0E3472;
  color: #ffffff;
}
#doctor1 a {
  color: #ffffff;
}

#doctor4 {
  background: transparent;
}

.swiper-container {
  height: auto;
}
.swiper-container .swiper-wrapper {
  height: auto;
}
.swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.bg {
  background: url(../_img/layout/bg.png);
  padding: 2rem 0 0rem;
}

.main-title {
  position: relative;
  margin-bottom: 5rem;
}
.main-title .en {
  font-family: "Raleway", "微軟正黑體", sans-serif;
  font-size: 1.9rem;
  color: #006261;
  font-weight: bold;
}
.main-title .cn {
  font-size: 1.2rem;
}
.main-title::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 1px;
  background: #707070;
  bottom: -60px;
}

h3.title {
  font-weight: bold;
  color: #333333;
}

.m-title h3 {
  position: relative;
  z-index: 3;
  font-weight: 800;
  color: #006261;
  padding-left: 1.5rem;
  margin-bottom: -2px;
  margin-top: 5rem;
}
.m-title h3::before {
  content: attr(data-mask);
  position: absolute;
  top: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  z-index: -1;
  font-weight: 800;
  font-size: 70px;
  line-height: 1em;
  color: #FFBF00;
  opacity: 0.25;
  letter-spacing: 0.08em;
  font-family: "Raleway", "微軟正黑體", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .m-title h3::before {
    font-size: 50px;
    top: 10px;
  }
}
@media (max-width: 320px) {
  .m-title h3::before {
    font-size: 30px;
    top: -10px;
  }
}

#banner img {
  width: 100%;
  height: auto;
}

.page {
  width: 81%;
  margin: 0 0 0 auto;
  padding: 3rem 1.5rem;
}
.page .com {
  width: 80%;
}
@media (max-width: 1440px) {
  .page {
    width: 91%;
  }
  .page .com {
    width: 91%;
  }
}
@media (max-width: 1199.98px) {
  .page {
    width: 96%;
  }
  .page .com {
    width: 96%;
  }
}

.txt {
  color: #707070;
  line-height: 30px;
  margin-bottom: 2rem;
}
.txt img {
  width: 100%;
}

.img-box img {
  width: 100%;
}

.l-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0px 0px;
}
.l-pages a.pages {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
}
.l-pages a.pages.active, .l-pages a.pages:hover {
  background: #006261;
  color: #fff;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-27 {
  font-size: 1.6875rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-45 {
  font-size: 2.8125rem;
}

.fs-50 {
  font-size: 3.125rem;
}

.fs-55 {
  font-size: 3.4375rem;
}

.fs-65 {
  font-size: 4.0625rem;
}

.editor ol {
  list-style: decimal;
  padding-left: 25px;
}
.editor ul {
  list-style: inherit;
  padding-left: 25px;
}

.dropdown-center {
  text-align: center;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 991.98px) {
  .dropdown-center {
    text-align: left;
    left: 0;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

#MainContent_Label6 {
  display: none !important;
}

header {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
}
header #google_translate_element {
  display: inline-block;
  vertical-align: top;
}
header #google_translate_element .goog-te-gadget {
  font-size: 0;
}
header #google_translate_element .goog-te-gadget span {
  display: none;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .header .r-btn {
  width: 80px;
  height: 50px;
  background: #00514F;
  color: #fff;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
header .header .r-btn i {
  margin-right: 0.5rem;
}
header .header .tel-phone {
  width: 100%;
  font-family: "Roboto", "微軟正黑體", sans-serif;
  text-align: center;
  background: #006261;
  padding: 0.3rem;
  display: none;
}
header .header .tel-phone a {
  color: #fff;
}
header .header .tel-phone a i {
  margin-right: 0.5rem;
}
header .header .phone-bar {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: none;
}
header .header .phone-bar:before {
  content: "\f0c9";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  font-weight: lighter;
  top: -0.5rem;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
header .header .phone-bar.active::before {
  content: "\f00d";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 35px;
}
header .header .phone-line__btn {
  position: absolute;
  position: absolute;
  right: 150px;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2rem;
  display: none;
}
header .header .phone-line__btn .line {
  color: #00C300;
}
header .header .phone-line__btn .line:hover {
  color: #00C300;
}
header .header .phone-line__btn .line .text-over {
  color: #00C300;
}
@media (max-width: 991.98px) {
  header .header .phone-line__btn {
    display: block;
  }
}
header .header .collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .header .collapse .h-list {
  margin: -5px 90px 0 auto;
}
header .header .collapse .h-list .icon {
  position: relative;
  margin: 0rem 0.5rem;
  font-family: "Roboto", "微軟正黑體", sans-serif;
  color: #006261;
}
header .header .collapse .h-list .icon i {
  font-size: 1.3rem;
}
header .header .collapse .h-list .icon .text-over {
  position: absolute;
  left: -1rem;
  top: 2rem;
  z-index: 3;
  padding: 0.2rem 0.5rem;
  width: 250px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 3px #343a40;
          box-shadow: 1px 1px 3px #343a40;
  color: #006261;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .header .collapse .h-list .icon .text-over:before {
  content: "";
  background-image: url(../_img/layout/arrow-up-1.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 1rem;
  top: -0.65rem;
  width: 15px;
  height: 15px;
  z-index: 1;
}
header .header .collapse .h-list .icon.youtube {
  color: #ff0000;
}
header .header .collapse .h-list .icon.youtube:hover {
  color: #ff0000;
}
header .header .collapse .h-list .icon.youtube .text-over {
  color: #ff0000;
}
header .header .collapse .h-list .icon.podcast {
  color: #7d3f98;
}
header .header .collapse .h-list .icon.podcast:hover {
  color: #7d3f98;
}
header .header .collapse .h-list .icon.podcast .text-over {
  color: #7d3f98;
}
header .header .collapse .h-list .icon.fb {
  color: #1877f2;
}
header .header .collapse .h-list .icon.fb:hover {
  color: #1877f2;
}
header .header .collapse .h-list .icon.fb .text-over {
  color: #1877f2;
}
header .header .collapse .h-list .icon.line {
  display: initial;
  color: #00C300;
}
header .header .collapse .h-list .icon.line:hover {
  color: #00C300;
}
header .header .collapse .h-list .icon.line .text-over {
  color: #00C300;
}
@media (max-width: 991.98px) {
  header .header .collapse .h-list .icon.line {
    display: none;
  }
}
header .header .collapse .h-list .icon.ig {
  color: #707070;
}
header .header .collapse .h-list .icon.ig:hover {
  color: #833AB4;
}
header .header .collapse .h-list .icon.ig .text-over {
  border-color: #833AB4;
}
header .header .collapse .h-list .icon.ig .text-over:before {
  background-image: url(../_img/layout/arrow-up-3.svg);
}
header .header .collapse .h-list .icon:hover .text-over {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .header .collapse .navbar-nav {
  margin: 1rem 0 0 0;
}
header .header .collapse .navbar-nav .nav-item {
  margin: 0rem 0.5rem;
}
header .header .collapse .navbar-nav .nav-item .nav-link {
  color: #333333;
}
header .header .collapse .navbar-nav .nav-item .nav-link.other {
  position: relative;
  color: #00514F;
  font-weight: bold;
}
header .header .collapse .navbar-nav .nav-item .nav-link.other::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 99rem;
  right: -15px;
  bottom: -6px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .header .collapse .navbar-nav .nav-item .nav-link.other::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: #707070;
  bottom: 3px;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .header .collapse .navbar-nav .nav-item:hover .nav-link {
  color: #006261;
}
header .header .collapse .navbar-nav .nav-item:hover .nav-link.other {
  color: #006261;
}
header .header .collapse .navbar-nav .nav-item:hover .nav-link.other::after {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .header .collapse .navbar-nav .nav-item:hover .nav-link.other::before {
  width: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .header .collapse .navbar-nav .nav-item .dropdown-menu {
  margin-top: -0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFBF00;
  text-align: center;
  border-radius: 0px;
  border: 0px;
  min-width: 8rem;
}
@media (max-width: 1199.98px) {
  header .header .collapse .navbar-nav .nav-item {
    margin: 0rem 0.5rem;
  }
}
@media (max-width: 991.98px) {
  header .header {
    padding-top: 0;
  }
  header .header .logo {
    width: 180px;
  }
  header .header .logo img {
    width: 100%;
  }
  header .header .r-btn {
    top: 60px;
    right: 60px;
  }
  header .header .tel-phone {
    display: block;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header .tel-phone > a {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: auto;
  }
  header .header .tel-phone #google_translate_element {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: right;
  }
  header .header .tel-phone #google_translate_element .goog-te-combo {
    width: auto;
    width: 100%;
    max-width: 100px;
  }
  header .header .phone-bar {
    display: block;
  }
  header .header .navbar {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0px;
    top: 95px;
    z-index: 99;
    -webkit-transform: translate(0%, 25%);
            transform: translate(0%, 25%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 1rem 0;
    margin-top: 0.5rem;
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px;
  }
  header .header .navbar.show {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-top: 1px solid #707070;
  }
  header .header .collapse .h-list {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  header .header .collapse .h-list .icon.phone {
    width: 100%;
    display: none;
    margin-top: 0.5rem;
  }
  header .header .collapse .navbar-nav {
    width: 100%;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  header .header .collapse .navbar-nav .nav-item {
    margin: 0rem 0.5rem 0.5rem;
  }
  header .header .collapse .navbar-nav .nav-item .nav-link.other::after {
    right: -10px;
  }
  header .header .collapse .navbar-nav .nav-item .nav-link.other::before {
    width: 100%;
  }
  header .header .collapse .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    min-width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media (max-width: 767.98px) {
  header .header .logo {
    width: 150px;
    margin-left: 1rem;
  }
  header .header .navbar {
    min-height: 300px;
    top: 110px;
  }
  header .header .collapse .h-list .icon .text-over {
    display: none;
  }
}
header.active {
  background: rgb(255, 255, 255);
  z-index: 99;
}
@media (max-width: 991.98px) {
  header {
    position: sticky;
    top: 0;
    z-index: 9000;
  }
}

.sideber-box {
  position: fixed;
  top: 20vh;
  right: 0;
  z-index: 5;
}
.sideber-box .s-list .s-item {
  width: 30px;
  padding: 10px 6px;
  margin: 5px 0;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sideber-box .s-list .s-item a {
  display: block;
}
.sideber-box .s-list .s-item:nth-child(1) {
  background: #B0E0E6;
}
.sideber-box .s-list .s-item:nth-child(2) {
  background: #7C1823;
}
.sideber-box .s-list .s-item:nth-child(2) a {
  color: #fff;
}
.sideber-box .s-list .s-item:nth-child(3) {
  background: #FFBF00;
}
.sideber-box .s-list .s-item:nth-child(4) {
  background: #00514F;
}
.sideber-box .s-list .s-item:nth-child(4) a {
  color: #fff;
}
.sideber-box .s-list .s-item:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.con {
  width: 38%;
  border-radius: 10px;
  border: 5px solid #FFBF00;
  text-align: center;
}
.con .news-box {
  margin: 0rem 3.5rem;
}
.con .news-box .date {
  font-family: "Roboto", "微軟正黑體", sans-serif;
  margin: 5px 0px 15px;
}
.con .news-box .title {
  color: #006261;
  font-weight: bold;
  margin: 1.5rem 0;
}
.con .new-img img {
  width: 100%;
  height: auto;
}

.fancybox-close-small {
  border: 3px solid #FFBF00;
  border-radius: 99rem;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 10px;
}
.fancybox-close-small::after {
  background: transparent;
  top: -3px;
  right: -3px;
  font-size: 2rem;
  color: #FFBF00;
}

@media (max-width: 1199.98px) {
  .con {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .con {
    width: 90%;
  }
  .con .news-box {
    margin: 0rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .sideber-box .s-list .s-item a i {
    display: none;
  }
  .sideber-box .s-list .s-item a span {
    font-size: 1.2rem;
  }
  .con {
    width: 90%;
  }
  .con .news-box {
    margin: 0rem 1rem;
  }
}
footer {
  background: #006261;
  padding: 2rem 0rem;
  color: #fff;
}
footer .footer-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .footer-list .footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
  font-size: 1rem;
}
footer .footer-list .footer-item a {
  color: #fff;
}
footer .footer-list .footer-item a:hover {
  color: #FFBF00;
}
footer .footer-list .footer-item .icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-list .footer-item .text-box {
  width: calc(100% - 40px);
  margin-left: 5px;
}

#index {
  position: relative;
}
#index .swiper-wrapper .swiper-slide .desktop-banner {
  display: block;
}
#index .swiper-wrapper .swiper-slide .phone-banner {
  display: none;
}
#index .down-icon {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 6;
  color: #fff;
  font-size: 2rem;
  -webkit-animation-name: downicon;
          animation-name: downicon;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 991.98px) {
  #index .swiper-wrapper .swiper-slide .desktop-banner {
    display: none;
  }
  #index .swiper-wrapper .swiper-slide .phone-banner {
    display: block;
  }
}

@-webkit-keyframes downicon {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes downicon {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
.video-fram {
  margin: 30px 0;
}

.in-about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.in-about .left {
  position: absolute;
  width: 60%;
}
.in-about .left h3 {
  position: relative;
  z-index: 3;
  font-weight: 800;
  color: #006261;
  padding-left: 1rem;
  margin-bottom: -2px;
}
.in-about .left h3::before {
  content: attr(data-mask);
  position: absolute;
  top: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -4px;
  z-index: -1;
  font-weight: 800;
  font-size: 70px;
  line-height: 1em;
  color: #FFBF00;
  opacity: 0.2;
  letter-spacing: 0.08em;
  font-family: "Raleway", "微軟正黑體", sans-serif;
}
.in-about .left .text-box {
  background: #006261;
  padding: 2rem 3rem;
  color: #fff;
}
.in-about .right {
  width: 50%;
  margin: 0 0 0 auto;
}
.in-about .right img {
  width: 100%;
}
.in-about::before {
  content: "";
  background: url(../_img/index/icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 144px;
  height: 185px;
  bottom: 0px;
  left: 0;
  z-index: 5;
  -webkit-animation-name: icon-left;
          animation-name: icon-left;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.in-about::after {
  content: "";
  background: url(../_img/index/icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 144px;
  height: 185px;
  right: 20px;
  top: -80px;
  z-index: 5;
  -webkit-animation-name: icon-right;
          animation-name: icon-right;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes icon-left {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes icon-left {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes icon-right {
  0% {
    top: -80px;
  }
  50% {
    top: -50px;
  }
  100% {
    top: -80px;
  }
}
@keyframes icon-right {
  0% {
    top: -80px;
  }
  50% {
    top: -50px;
  }
  100% {
    top: -80px;
  }
}
.news {
  margin-bottom: 5rem;
}
.news .swiper-slide {
  width: 50%;
}
.news .swiper-slide.swiper-slide-active .pic .n-img {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.news .pic {
  position: relative;
  display: block;
  overflow: hidden;
}
.news .pic .n-img {
  padding-bottom: 50%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news .pic .n-title {
  background: rgba(0, 98, 97, 0.8);
  position: absolute;
  bottom: 0px;
  z-index: 3;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.news .pic .n-title .title {
  height: 60px;
  padding: 20px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .pic .n-title .title-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7.5rem 7rem;
  display: none;
  height: 100%;
}
.news .pic .n-title .title-hover .date {
  font-family: "Roboto", "微軟正黑體", sans-serif;
  height: 80px;
}
.news .pic .n-title .title-hover .title {
  font-size: 1.25rem;
  height: 50px;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news .pic .n-title .title-hover .editor {
  padding: 0rem 5rem;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}
.news .pic .n-title .title-hover .editor::before {
  content: "";
  border-top: 1px dashed #fff;
  width: 50%;
  height: 1px;
  position: absolute;
  left: 25%;
  top: -15px;
}
.news .pic:hover .n-img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.news .pic:hover .n-title .title {
  display: none;
}
.news .pic:hover .n-title .title-hover {
  display: block;
}
.news .pic:hover .n-title .title-hover .title {
  display: -webkit-box;
}
.news .pic:hover .n-title .more::before {
  left: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation-name: btn-more;
          animation-name: btn-more;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.news .news-next {
  right: 15%;
  background-image: none;
  background: #FFBF00;
  width: 50px;
  height: 50px;
  border-radius: 99rem;
}
.news .news-next::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  margin-left: 18px;
  line-height: 50px;
}
.news .news-prev {
  left: 15%;
  background-image: none;
  background: #FFBF00;
  width: 50px;
  height: 50px;
  border-radius: 99rem;
}
.news .news-prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  margin-left: 15px;
  line-height: 50px;
}

.doctor-info {
  width: 90%;
  margin: 3rem auto 5rem;
  -webkit-box-shadow: 0px 0px 6px #4d4d4d;
          box-shadow: 0px 0px 6px #4d4d4d;
  overflow: hidden;
  position: relative;
}
.doctor-info .b-img {
  padding-bottom: 40%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.doctor-info .text-box {
  position: absolute;
  width: 80%;
  padding: 3rem 5rem;
  background: rgba(255, 255, 255, 0.8);
  top: 16%;
  left: 10%;
}
.doctor-info .text-box .title {
  color: #006261;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.1rem;
}
.doctor-info .text-box .editor {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.time-info {
  margin: 2rem 0 5rem;
}
.time-info .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2px;
  font-size: 1.1rem;
}
.time-info .tr {
  width: calc(14.2857142857% - 4px);
  text-align: center;
  background: #D6D6D6;
  margin: 0px 2px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.time-info .table-box {
  margin: 4px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.time-info .table-box .tr {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.1rem;
}
.time-info .table-box .tr .box {
  width: 100%;
  height: 100%;
  padding: 1rem 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.time-info .table-box .tr .box::after {
  content: attr(data-mask);
  font-size: 10px;
  color: #fff;
  display: none;
  width: 100%;
}
.time-info .table-box:nth-child(3) .tr:nth-child(7) .box::after {
  display: block;
}

.two-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0 2rem;
}
.two-btn .big-btn {
  width: 50%;
}
.two-btn .big-btn .bg-img {
  padding-bottom: 50%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.two-btn .big-btn .bg-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 98, 97, 0.5);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.two-btn .big-btn .bg-img .title {
  position: absolute;
  width: 300px;
  height: 84px;
  line-height: 84px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two-btn .big-btn .bg-img .title span {
  width: 98%;
  height: 95%;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  font-weight: bolder;
  color: #006261;
}
.two-btn .big-btn .bg-img .title span img {
  margin-top: 5px;
  width: 157px;
}
.two-btn .big-btn:hover .bg-img::before {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.two-btn .big-btn:hover .bg-img .title::before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: -30px;
  top: -30px;
}
.two-btn .big-btn:hover .bg-img .title::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  right: -50px;
  bottom: -50px;
}

.map {
  margin-top: 3rem;
}
.map iframe {
  width: 100%;
  height: 560px;
}

.contact-btn {
  background: url(../_img/index/c-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9.5rem;
}
.contact-btn .more {
  font-size: 1.5rem;
  margin-right: 3rem;
}
.contact-btn .more::before {
  width: 196px;
  height: 29px;
  background-size: 196px;
  background-repeat: no-repeat;
  left: 5px;
  bottom: 0px;
}

@media (max-width: 1440px) {
  .news .pic .n-title .title-hover {
    padding: 3rem 2rem;
  }
  .news .pic .n-title .title-hover .editor {
    height: 90px;
  }
}
@media (max-width: 1199.98px) {
  .in-about::before {
    background-size: 100%;
    width: 100px;
    left: 10px;
    margin-bottom: -70px;
  }
  .in-about::after {
    background-size: 100%;
    width: 100px;
    right: 0px;
    margin-top: 20px;
  }
  .news .pic .n-title .title-hover {
    padding: 1rem;
  }
  .news .pic .n-title .title-hover .title {
    margin-bottom: 1rem;
  }
  .news .pic .n-title .title-hover .editor {
    height: 70px;
  }
  .map iframe {
    height: 360px;
  }
  .contact-btn {
    padding: 5.1rem;
  }
}
@media (max-width: 991.98px) {
  .in-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .in-about .left {
    position: relative;
    width: 100%;
  }
  .in-about .left h3::before {
    font-size: 50px;
    top: 10px;
  }
  .in-about .right {
    width: 100%;
  }
  .in-about::before {
    width: 80px;
    margin-bottom: 500px;
  }
  .in-about::after {
    width: 80px;
  }
  .news .swiper-slide {
    width: 80%;
  }
  .news .pic .n-title .title-hover {
    padding: 3rem;
  }
  .doctor-info .text-box {
    padding: 1rem 3rem;
    top: 5%;
  }
  .time-info {
    font-size: 10px;
  }
  .two-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .two-btn .big-btn {
    width: 100%;
  }
  .map iframe {
    height: 260px;
  }
  .contact-btn {
    background-position: 0% 50%;
  }
}
@media (max-width: 767.98px) {
  .in-about::before {
    width: 50px;
    height: 65px;
    margin-bottom: 350px;
  }
  .in-about::after {
    width: 50px;
    height: 65px;
    margin-top: 80px;
    right: 20px;
  }
  .news .swiper-slide {
    width: 90%;
  }
  .news .pic .n-title .title-hover {
    padding: 3rem 1rem;
  }
  .news .pic .n-title .title-hover .editor {
    display: none;
  }
  .news .news-next {
    right: 8%;
    top: 120px;
    width: 30px;
    height: 30px;
  }
  .news .news-next::before {
    font-size: 1.5rem;
    line-height: 30px;
    margin-left: 10px;
  }
  .news .news-prev {
    left: 8%;
    top: 120px;
    width: 30px;
    height: 30px;
  }
  .news .news-prev::before {
    font-size: 1.5rem;
    line-height: 30px;
    margin-left: 10px;
  }
  .doctor-info .b-img {
    padding-bottom: 70%;
  }
  .time-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .time-info .tr {
    width: 100%;
    height: 140px;
    margin-bottom: 4px;
    padding: 0.2rem;
  }
  .time-info .table-box {
    margin: 0px;
  }
  .two-btn .big-btn .bg-img .title {
    width: 200px;
  }
}
@media (max-width: 410px) {
  .doctor-info .b-img {
    padding-bottom: 82%;
  }
}
@media (max-width: 320px) {
  .in-about .left h3::before {
    font-size: 30px;
    top: -10px;
  }
  .in-about::before {
    margin-bottom: 250px;
  }
  .in-about::after {
    margin-top: 50px;
  }
  .doctor-info .b-img {
    padding-bottom: 98%;
  }
  .contact-btn {
    background-position: 20% 50%;
  }
  .contact-btn .more {
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.7);
  }
}
.arriow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  font-size: 1.3rem;
}
.arriow i {
  font-size: 2rem;
  margin: 0rem 0.5rem;
  color: #006261;
}
.arriow .left a, .arriow .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-box .tr .box a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table-box .tr .box .full {
  display: none;
  font-size: 0.9rem;
}
.table-box .tr .box .full.active {
  display: block;
}

.full-box .editor i {
  font-size: 3rem;
  color: #FFBF00;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.full-box .editor {
  font-size: 1.5rem;
}

.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-box .form-item {
  padding: 0rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-box .form-item:nth-last-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1rem;
}
.form-box .form-item:nth-last-child(2) .form-control {
  width: 65%;
  margin-bottom: 0;
  margin-top: 1rem;
}
.form-box .form-item:nth-last-child(1) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-box .form-item .back {
  background: #7C1823;
}
.form-box label {
  font-size: 1.1rem;
  font-weight: bold;
}
.form-box label span {
  font-size: 0.9rem;
  color: #7C1823;
}
.form-box .form-control {
  margin-bottom: 2rem;
  border: 0px;
  border-bottom: 1px solid #707070;
  border-radius: 0px;
  background: transparent;
  color: #333333;
  padding-left: 0px;
  font-size: 1.1rem;
}
.form-box input.form-control {
  font-size: 0.9rem;
  padding-left: 1rem;
}
.form-box textarea.form-control {
  border: 1px solid #707070;
}

.r-list {
  width: 80%;
  margin: 0 auto;
  font-size: 1.1rem;
}
.r-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  padding: 0.9rem 0;
}
.r-list .item .title {
  font-weight: bold;
  width: 40%;
  line-height: 30px;
}
.r-list .item .txt {
  margin-bottom: 0;
  width: 60%;
  text-align: left;
}
.r-list .item .txt span {
  color: #7C1823;
  font-weight: bold;
  font-size: 1.2rem;
}
.r-list .item:nth-child(1) {
  background: #E5E5E5;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.r-list .txt-box {
  margin-top: 1rem;
}
.r-list .txt-box a {
  color: #7C1823;
  border-bottom: 1px solid #7C1823;
}

.inq-table-box {
  width: 100%;
  margin: 0 auto 1rem;
}
.inq-table-box .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 1rem 0;
  font-weight: bold;
}
.inq-table-box .tr {
  width: 25%;
  text-align: left;
  padding-left: 3rem;
}
.inq-table-box .tr:nth-child(1) {
  width: 20%;
}
.inq-table-box .tr:nth-child(2) {
  width: 40%;
}
.inq-table-box .tr:nth-child(4) {
  width: 15%;
}
.inq-table-box .table-box {
  background: #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inq-table-box .table-box .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inq-table-box .table-box .tr:nth-last-child(1) {
  color: #7C1823;
}

.time {
  text-align: center;
  font-size: 1.4rem;
}

.t-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0rem 3rem;
}
.t-list .t-item {
  width: calc(33.3333333333% - 10px);
  margin: 0 5px;
  padding: 15px 30px;
  border-radius: 5px;
  text-align: center;
}
.t-list .t-item h3 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.t-list .t-item .room {
  background: #fff;
  color: #333333;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.t-list .t-item .number {
  background: #fff;
  color: #006261;
  font-size: 3rem;
  font-weight: bold;
  padding: 2rem 0;
  margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .inq-table-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1rem;
  }
  .inq-table-box .table-header {
    width: 80px;
  }
  .inq-table-box .tr {
    width: 100%;
    height: 50px;
    text-align: center;
    padding-left: 0rem;
    line-height: 50px;
  }
  .inq-table-box .tr:nth-child(1) {
    width: 100%;
  }
  .inq-table-box .tr:nth-child(2) {
    width: 100%;
  }
  .inq-table-box .tr:nth-child(4) {
    width: 100%;
  }
  .inq-table-box .table-box {
    width: calc(100% - 80px);
  }
  .inq-table-box .table-box .tr {
    text-align: left;
    padding-left: 1rem;
    line-height: 25px;
  }
  .inq-table-box .table-box .tr span {
    display: block;
  }
  .inq-table-box .table-box .tr .box .full {
    font-size: 11px;
  }
  .time .afresh {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .arriow {
    font-size: 1rem;
  }
  .form-box .form-item {
    padding: 0rem;
  }
  .form-box .form-item:nth-last-child(2) .form-control {
    width: 100%;
  }
  .r-list {
    width: 100%;
    font-size: 1rem;
  }
  .r-list .item .txt span {
    font-size: 1rem;
  }
  .inq-table-box .table-box .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inq-table-box .table-box .tr span {
    width: 100%;
  }
  .time {
    font-size: 1rem;
  }
  #showdt {
    display: block;
    margin-bottom: 0.5rem;
  }
  .t-list {
    padding: 0rem;
  }
  .t-list .t-item {
    width: calc(100% - 10px);
    margin-bottom: 15px;
  }
  .t-list .t-item h3 {
    font-size: 1.2rem;
  }
  .t-list .t-item .room {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
  .t-list .t-item .number {
    font-size: 2rem;
    padding: 1rem 0;
  }
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-list a {
  display: block;
}
.news-list a.news-item {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px #cccccc;
          box-shadow: 0px 0px 6px #cccccc;
  position: relative;
  overflow: hidden;
}
.news-list a.news-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 180px;
  background-image: url(../_img/doctor/icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-list a.news-item .n-img {
  padding-bottom: 60%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-list a.news-item .n-box {
  padding: 2rem;
  position: relative;
  z-index: 3;
}
.news-list a.news-item .n-box .date {
  font-size: 1rem;
  color: #707070;
  margin-bottom: 0.5rem;
}
.news-list a.news-item .n-box .tag-box .tag {
  margin: 0px 5px 5px;
  display: inline-block;
}
.news-list a.news-item .n-box .title {
  height: 120px;
  overflow: hidden;
  margin-top: 10px;
}
.news-list a.news-item .more {
  margin-right: 50px;
  margin-bottom: 20px;
}
.news-list a.news-item:hover .n-img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.news-list a.news-item:hover .more::before {
  left: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation-name: btn-more;
          animation-name: btn-more;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 991.98px) {
  .news-list a.news-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .news-list a.news-item {
    width: calc(100% - 20px);
  }
}

.news-page h4 {
  margin-bottom: 1rem;
}
.news-page .n-date {
  font-size: 1rem;
  color: #707070;
}
.news-page .n-date .tag {
  background: #006261;
  padding: 2px 10px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-right: 20px;
}
.news-page .editor {
  border-top: 1px solid #006261;
  padding: 2rem 0;
  margin-top: 1rem;
}

.blogs-nav {
  background: #E5E5E5;
  padding: 10px 0;
  margin: 1rem 10px;
  padding: 10px;
}
.blogs-nav .m-nav {
  display: none;
}
.blogs-nav .b-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blogs-nav .b-list a {
  display: block;
}
.blogs-nav .b-list a.b-item {
  margin: 0px 10px;
  padding: 0 10px;
  padding-bottom: 4px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.blogs-nav .b-list a.b-item.active, .blogs-nav .b-list a.b-item:hover {
  color: #006261;
  border-bottom: 1px solid #006261;
}
@media (max-width: 1199.98px) {
  .blogs-nav .m-nav {
    display: block;
  }
  .blogs-nav .b-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
    margin-top: 1rem;
  }
  .blogs-nav .b-list a.b-item {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
}

.news-item .n-box .tag {
  background: #006261;
  padding: 2px 10px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 10px;
}

.edm-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin-bottom: 15px;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 81, 79, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 81, 79, 0.16);
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.edm-item:hover {
  background: #006261;
  color: #fff;
}
.edm-item:hover .title-box {
  color: #fff;
}
.edm-item:hover .title-icon .icon-box {
  color: #fff;
}
.edm-item .title-box {
  width: calc(90% - 20px);
}
.edm-item .title-icon {
  width: 10%;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.edm-item .title-icon .icon-box {
  margin-right: 15px;
  margin-bottom: 0;
}
.edm-item .title-icon .icon-box:nth-last-child(1) {
  margin-right: 0;
}

.icon-box {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.icon-box img {
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (max-width: 767.98px) {
  .icon-box img {
    margin-right: 0.5rem;
    margin-left: 0rem;
    width: 30px;
  }
}

.message-list {
  margin: 2rem;
}
.message-list .message-item {
  width: 100%;
  margin-bottom: 0rem;
  padding: 0.5rem 1rem 0.2rem 1rem;
}
.message-list .message-item a {
  color: #000;
  border-radius: 99rem;
  -webkit-box-shadow: 0px 0px 3px rgba(51, 51, 102, 0.5);
          box-shadow: 0px 0px 3px rgba(51, 51, 102, 0.5);
  background: #fff;
  padding: 0.5rem;
}
.message-list .message-item a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message-list .message-item a:hover {
  background: #006261;
  color: #fff;
}
.message-list .message-item:first-child {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

.return {
  border-top: 1px solid #006261;
  border-bottom: 1px solid #006261;
  padding: 0.5rem;
  margin: 1rem 0;
  color: #006261;
  font-weight: bold;
}

img.about-name {
  width: 100px;
  margin: 0px 10px;
}

.doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.doctor .doctor-box-top {
  width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #333333;
  padding: 10px 3rem;
  margin: 10px 10px 50px;
}
.doctor .doctor-box-top .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.doctor .doctor-box-top .title .m-title {
  font-weight: bold;
  margin: 0 0.5rem;
}
.doctor .doctor-box-top .title .label {
  font-size: 0.9rem;
  background: #FFBF00;
  padding: 0.2rem 0.5rem;
  margin: 0.5rem 0.5rem 0.5rem 0rem;
}
.doctor .doctor-box-top .com-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.doctor .doctor-box-top .com-box .img-box {
  width: 40%;
}
.doctor .doctor-box-top .com-box .img-box .img-fram {
  height: 640px;
  overflow: hidden;
  margin-bottom: 20px;
}
.doctor .doctor-box-top .com-box .img-box .img-fram img {
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.doctor .doctor-box-top .com-box .editor {
  width: calc(60% - 50px);
  margin-left: 50px;
}
.doctor .doctor-box-top .com-box .editor .label-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0rem -0.2rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.doctor .doctor-box-top .com-box .editor .label-list .item {
  background: #006261;
  margin: 0.2rem;
  padding: 0.2rem 0.5rem;
  color: #fff;
}
.doctor .doctor-box-top .com-box .editor .box-more:hover a {
  color: #fff;
}
.doctor .doctor-box-top:hover .com-box .img-box .img-fram img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.doctor .doctor__box-btn {
  display: block;
}
.doctor .doctor__box-btn .doctor-box {
  width: calc(100% - 20px);
  margin: 10px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px #cccccc;
          box-shadow: 0px 0px 6px #cccccc;
  position: relative;
}
.doctor .doctor__box-btn .doctor-box .img-box {
  width: 100%;
  overflow: hidden;
}
.doctor .doctor__box-btn .doctor-box .img-box img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.doctor .doctor__box-btn .doctor-box .com-box {
  padding: 1rem 2rem;
  z-index: 3;
  position: relative;
  margin-bottom: 20px;
}
.doctor .doctor__box-btn .doctor-box .title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.doctor .doctor__box-btn .doctor-box .title .m-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.doctor .doctor__box-btn .doctor-box .title .label {
  font-size: 0.9rem;
  background: #FFBF00;
  padding: 0.2rem 0.5rem;
  margin: 0.5rem 0.5rem 0.5rem 0rem;
}
.doctor .doctor__box-btn .doctor-box .label-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0rem -0.2rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.doctor .doctor__box-btn .doctor-box .label-list .item {
  background: #006261;
  margin: 0.2rem;
  padding: 0.2rem 0.5rem;
  color: #fff;
}
.doctor .doctor__box-btn .doctor-box:hover .img-box img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.doctor .doctor__box-btn .doctor-box:hover .box-more {
  background: #006261;
  color: #fff;
}
.doctor .doctor__box-btn .doctor-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 180px;
  background-image: url(../_img/doctor/icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .doctor .doctor__box-btn .doctor-box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 991.98px) {
  .doctor .doctor__box-btn .doctor-box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .doctor .doctor__box-btn .doctor-box {
    width: calc(100% - 20px);
  }
  .doctor .doctor__box-btn .doctor-box .title {
    font-size: 1rem;
  }
  .doctor .doctor__box-btn .doctor-box .title .label {
    display: block;
  }
  .doctor .doctor__box-btn .doctor-box .label-list {
    font-size: 0.9rem;
  }
  .doctor .doctor__box-btn .doctor-box .box-more {
    font-size: 0.9rem;
  }
}
@media (max-width: 1199.98px) {
  .doctor .doctor-box-top .com-box .img-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .doctor .doctor-box-top .com-box .img-box .img-fram {
    height: auto;
  }
  .doctor .doctor-box-top .com-box .editor {
    width: 100%;
    margin: 0rem;
  }
}

.page-box .editor .title {
  font-size: 1.5rem;
  font-weight: bold;
}
.page-box .txt {
  font-size: 1.2rem;
  margin-top: 2rem;
}
.page-box .txt span {
  display: block;
  margin-bottom: 0.5rem;
}
.page-box .com-box {
  padding: 1rem;
  background: rgba(229, 229, 229, 0.5);
}
.page-box .m-tilte {
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.page-box .m-tilte img {
  margin-right: 0.5rem;
}
.page-box .time-box {
  width: 60%;
  margin: 0 auto;
}
.page-box .time-box .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #006261;
  color: #fff;
}
.page-box .time-box .tr {
  padding: 1rem;
  width: 14.2857142857%;
  text-align: center;
}
.page-box .time-box .table-box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.2rem 0;
}
.page-box .time-box .table-box .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-box .time-box .table-box .tr .select-box {
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 99rem;
}
.page-box .time-box .table-box .tr .select-box.active {
  background: #CF3636;
}
.page-box .time-box .table-box:nth-child(3) {
  background: #E5E5E5;
}
@media (max-width: 1199.98px) {
  .page-box .time-box {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-box .txt {
    font-size: 1rem;
  }
  .page-box .time-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-box .time-box .table-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20%;
  }
  .page-box .time-box .tr {
    width: 100%;
    height: 60px;
    margin-bottom: 4px;
    font-size: 10px;
    padding: 0px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-box .time-box .table-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 30%;
  }
}

.winn-box {
  margin-bottom: 2rem;
}
.winn-box .w-img-box {
  width: 100%;
  overflow: hidden;
}
.winn-box .w-img-box .w-img {
  padding-bottom: 55%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.winn-box .w-title {
  text-align: center;
  line-height: 30px;
  margin: 0.5rem 0;
  padding: 0 1rem;
}
.winn-box:hover .w-img-box .w-img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.pro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro-list .pro-item {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px #cccccc;
          box-shadow: 0px 0px 6px #cccccc;
  position: relative;
  overflow: hidden;
}
.pro-list .pro-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 180px;
  background-image: url(../_img/doctor/icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.pro-list .pro-item .n-img {
  padding-bottom: 100%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pro-list .pro-item .n-box {
  padding: 2rem;
  position: relative;
  z-index: 3;
}
.pro-list .pro-item .n-box .title {
  height: 120px;
  overflow: hidden;
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .pro-list .pro-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  .pro-list .pro-item {
    width: calc(100% - 20px);
  }
}

.title.video {
  height: 75px !important;
}

.description {
  margin: 10px 0;
  color: #777;
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
}

.video-fram-box {
  margin-top: 50px;
}
.video-fram-box iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 1199.98px) {
  .video-fram-box iframe {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 991.98px) {
  .video-fram-box iframe {
    width: 100%;
    height: 350px;
  }
}

.form-control.search-box {
  width: 75%;
}