@charset "utf-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2015 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: dora & Jackie$
 * $Date: 2015-11-27 (Fri) $
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,300);
/* 為了避免 Bootstrap 設置的全局盒模型所帶來的影響，可以重置單個頁面元素或覆蓋整個區域的盒模型。 */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/* =====  共用設定  ===== */
/*html {
  position: relative;
  font-size: 20px;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 1rem;
  color: #000;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
img {
  border: 0;
  text-decoration: none;
  max-width: 100%;
  height: auto;
}*/
textarea {
  resize: none;
}
/* 下拉選單樣式-暫定(如有共用) */

/* ===== 佈局 ===== */
#gWrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.container {
	position: relative;
}
@media (min-width: 1200px) {
	.container.singleWidth {
		width: 1100px !important;
	}
}
@media (min-width: 1281px) {
  .container {
    width: 1260px;
  }
}
@media (min-width: 1440px) {
  .container.page {
    width: 1420px;
  }
}
.scrollTop {
  width: 50px;
  height: 50px;
  background: url(../images/top.png) 0 0 no-repeat;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  border-radius: 25px;
  background-color: rgba(0,0,0,.5);
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 30;
  display: none;
  cursor: pointer;
}


/* ===== 常用 ===== */
ul.ulset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.displayNone {
  display: none;
}
/* 無資訊 */
.noData {
  font-size: 0.75rem;
  color: #888;
  text-align: center;
}
.noData.clinic {
  margin-top: 40px;
}

/* =====  header  ===== */
/* qlink */
.navLink {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  background-color: #884a8a;
  padding: 12px 10px 0;
  /*-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;*/
}
.navLink a {
  width: 26px;
  height: 26px;
  overflow: hidden;
  float: left;
  display: block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  /*-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;*/
}
.navLink a.lineBtn {
  background: url(../images/line-btn.png) 0 0 no-repeat;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
  margin: 0 10px 0 5px;
 }
 .navLink a.beauty {
  width: 78px;
  background: url(../images/24beauty-s.png) 0 0 no-repeat;
  -webkit-background-size: 78px 26px;
  background-size: 78px 26px;
 }
 .navLink a.searchBtn {
  background: url(../images/search_btn.png) 0 0 no-repeat;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
  margin-left: 10px;
 }
@media (min-width: 768px) {
  .navLink {
    height: 90px;
    padding: 30px 15px 26px;
  }
  .navLink a {
    width: 34px;
    height: 34px;
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
  .navLink a.fbBtn {
    position: relative;
    top: -1px;
   }
  .navLink a.lineBtn {
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
    margin: 0 10px 0 10px;
   }
   .navLink a.beauty {
    width: 86px;
    background: url(../images/24beauty-b.png) 0 0 no-repeat;
   }
   .navLink a.searchBtn {
    width: 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    background-position: 0 3px;
    margin-left: 10px;
   }
}

/* 選單head */
/*header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 50px;
  background-color: rgba(86,15,100,.9);
  top: 0;
  left: 0;
}*/
.navbar {
  margin-bottom: 0;
  border: none;
}
.navbar-custom {
  position: relative;
}
/* logo */
.navbar-custom .navbar-brand {
  width: 54px;
  height: 42px;
  padding: 7px 0 0 18px;
  overflow: hidden;
}
.navbar-custom .navbar-brand img {
  width: 148px;
  height: 34px;
  max-width: none;
}
/* 漢堡選單 */
.navbar-toggle {
  float: none;
  position: absolute;
  top: 6px;
  right: 195px;
  margin: 0;
  padding: 10px;
}
.navbar-toggle span {
  position: absolute;
  left: -10px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.navbar-toggle span[class="icon-bar"] {
  position: relative;
  background-color: #fff;
}
.navbar-toggle span:nth-child(2) {
  top: 0px;
}
.navbar-toggle span:nth-child(3) {
  top: 1px;
}
.navbar-toggle span:nth-child(4) {
  top: 2px;
}
.navbar-toggle.open span:nth-child(2) {
  width: 13px;
  top: 13px;
  left: -5px;
  background-color: #f4b9ff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggle.open span:nth-child(3) {
  opacity: 0;
  left: 12px;
}
.navbar-toggle.open span:nth-child(4) {
  width: 13px;
  top: -7px;
  left: -5px;
  background-color: #f4b9ff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 480px) {
  .navbar-custom .navbar-brand {
    width: 186px;
    height: 39px;
    padding: 7px 0 0 18px;
    overflow: visible;
    /*-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
  }
  .navbar-custom .navbar-brand img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  /*header {
    height: 90px;
  }*/
  .navbar-custom .navbar-brand {
    width: 242px;
    height: 72px;
    padding: 22px 0 0 26px;
  }
  .navbar-toggle {
    top: 28px;
    right: 250px;
  }
}

/* mask */
.navMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 499;
  display: none;
}

/* 小尺寸高度計算 */
.navbar-collapse {
  position: fixed;
  border-top: 2px solid #cb9dd4;
  background-color: #333333;
  top: 50px;
  right: -250px;
  height: calc(100vh - 50px);
  max-height: none !important;
  z-index: 5;
  width: 250px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.navbar-collapse.in {
  right: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-fixed-top .navbar-collapse {
  width: 259px;
  height: calc(100vh - 50px);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    top: 90px;
    height: calc(100vh - 90px);
  }
  .navbar-fixed-top .navbar-collapse {
    height: calc(100vh - 90px);
  }
}
@media (min-width: 1200px) {
  .container-fluid > .navbar-collapse {
    position: static;
    right: 0;
    width: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: transparent;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
    border-top: none;
  }
  .navbar-collapse.collapse {
    height: 90px !important;
  }
}


/* 選單icon */
.navbar-nav {
	position: relative;
  margin: 0 -15px 7.5px;
}
.navbar-nav > li > a {
  padding: 15px 30px;
  color: #fff;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #672773;
  color: #fff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #672773;
  border-color: rgba(255,255,255,.3);
}
.caret {
  float: right;
  margin-right: 20px;
  vertical-align: top;
  border: 0;
  font-size: 1.3rem;
  color: #672773;
}
.nav > li > a:hover .caret,
.nav .open > a .caret {
  color: #fff;
}
.dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.dropdown-menu > li {
  position: relative;
}
.dropdown-menu > li > a {
  color: #fff;
  font-size: 0.7rem;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: rgba(0,0,0,1);
  background: url(../images/menu_gap.png) bottom repeat-x;
}
.navbar-nav .open .dropdown-menu {
  background-color: rgba(0,0,0,.5);
}
.navbar-nav .open .dropdown-menu > li {
  background: url(../images/menu_gap.png) bottom repeat-x;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 30px;
}
.navbar-nav .open .dropdown-menu > li > a.more-menu {
  background: url('../images/header_more_link.png') right center no-repeat;
  background-size: 30px 30px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
  color: #d8a2da;
}
.dropdown-menu > li > .grand-menu {
  position: absolute;
  min-width: 160px;
  top: -2px;
  left: 160px;
  padding: 5px 0;
  background-color: rgba(51,51,51,.85);
  border-top: 2px solid #d599e0;
  display: none;
}
.dropdown-menu > li:hover > .grand-menu {
  display: block;
}
.dropdown-menu > li > .grand-menu > li > a {
  display: block;
  color: #fff;
  padding: 5px 15px;
}
.dropdown-menu > li > .grand-menu > li > a:hover {
  color: #d8a2da;
}
/* 選單-產品+圖區 */
.largeLayout .contBox .item .tiBox {
  display: block;
  font-size: 0.8rem;
  color: #f4baff;
  padding: 10px 30px;
  background: url(../images/menu_gap.png) bottom repeat-x rgba(136,74,138,.2);
}
.largeLayout .contBox .item .tiBox i {
  padding-right: 5px;
}

.largeLayout .contBox .item ul li a {
  display: block;
  color: #fff;
  font-size: 0.7rem;
  padding: 10px 30px;
  background: url(../images/menu_gap.png) bottom repeat-x;
}
.largeLayout .contBox .item ul li a:hover {
  color: #d8a2da;
}
@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu > li > a.more-menu {
    position: relative;
    color: #f4baff;
    padding: 10px 30px;
    background: url('../images/menu_gap.png') bottom repeat-x rgba(136,74,138,.2);
  }
  .navbar-nav .open .dropdown-menu > li > a.more-menu:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    background: #fff;
    top: 19px;
    right: 36px;
  }
  .navbar-nav .open .dropdown-menu > li > a.more-menu:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background: #fff;
    top: 14px;
    right: 41px;
  }
  .navbar-nav .open .dropdown-menu > li.open > a.more-menu:after {
    display: none;
  }
  .dropdown-menu > li > .grand-menu {
    position: static;
    width: 100%;
    padding: 0;
    background-color: rgba(0,0,0,.5);
    border-top: none;
    display: none;
  }
  .dropdown-menu > li:hover > .grand-menu {
    display: none;
  }
  .dropdown-menu > li.open > .grand-menu {
    display: block;
  }
  .dropdown-menu > li > .grand-menu > li > a {
    display: block;
    padding: 10px 30px;
    background: url('../images/menu_gap.png') bottom repeat-x;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    margin: 0 260px 0 0;
    display: inline-block;
    float: none;
  }
  .navbar-nav > li > a {
    width: auto;
    padding: 35px 15px;
    border-bottom: none;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: transparent;
    color: #f4b9ff;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: transparent;
    color: #f4b9ff;
  }
  .caret {
    display: none;
  }
  .dropdown-menu {
    border: none;
    border-top: 2px solid #d599e0;
  }
  .dropdown-menu > li {
    border-bottom: 1px solid rgba(255,255,255,.3);
  }
  .dropdown-menu > li:last-child {
    border-bottom: none;
  }
  .dropdown-menu > li > a {
    color: #000;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: transparent;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: rgba(51,51,51,.85);
  }
  .navbar-nav .open .dropdown-menu > li {
    background: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 20px;
    color: #fff;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f4baff;
  }
  .navbar-custom .navbar-nav > li.dropdown .dropdown-menu {
    right: 0px;
  }
  .navbar-custom .navbar-nav > li.dropdown:last-child .dropdown-menu {
    right: -20px;
  }
  /* 選單-產品+圖區 */
  .navbar-custom .navbar-nav > li.dropdown .dropdown-menu.menu3 {
    right: -470px;
  }
  .dropdown-menu.menu3 > li {
    position: relative;
    border-bottom: none;
  }
  .largeLayout {
    width: 970px;
    padding: 20px 30px;
    overflow: hidden;
  }
  .largeLayout .contBox {
    width: 224px;
    overflow: hidden;
    float: left;
  }
  .largeLayout .contBox .item {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .largeLayout .contBox .item .tiBox {
    padding: 0px;
    margin-bottom: 10px;
    background: none;
  }
  .largeLayout .contBox .item a.tiBox:hover {
    text-decoration: underline;
  }
  .largeLayout .contBox .item ul li a {
    padding: 3px 0;
    background: none;
  }
  .largeLayout .contBox .item ul li a:hover {
    color: #ccc;
  }
  /* 醫師團隊+診所資訊 */
  .navbar-custom .navbar-nav > li.dropdown .dropdown-menu.menu1 {
    right: -650px;
  }
  .navbar-custom .navbar-nav > li.dropdown .dropdown-menu.menu2 {
    right: -560px;
  }
  .navbar-custom .navbar-nav > li.dropdown .dropdown-menu.menu1 .largeLayout,
  .navbar-custom .navbar-nav > li.dropdown .dropdown-menu.menu2 .largeLayout {
    width: 850px;
  }
  .navbar-custom .navbar-nav > li.dropdown .dropdown-menu.menu1 .largeLayout .contBox,
  .navbar-custom .navbar-nav > li.dropdown .dropdown-menu.menu2 .largeLayout .contBox {
    width: 130px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1250px) {
  .navbar-nav > li > a {
    padding: 35px 12px;
  }
}

/* =====  footer  ===== */
.footer {
  width: 100%;
  overflow: hidden;
  background-color: #333;
  font-size: 0.65rem;
}
.footer .container {
  padding: 30px 15px;
  overflow: hidden;
  position: relative;
}
/*** footer-v1 ***/
.footer-v1 .footer .container .lBox {
  overflow: hidden;
}
.footer-v1 .footer .container .lBox .item,
.footer-v1 .footer .container .lBox .item .ulset  {
  float: left;
}
.footer-v1 .footer .container .lBox .item {
  margin-right: 25px;
  margin-bottom: 30px;
  width: 70px;
}
.footer-v1 .footer .container .lBox .item:last-child {
  margin-right: 0;
}
.footer-v1 .footer .container .lBox .item .tiBox {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  padding-bottom: 10px;
}
.footer-v1 .footer .container .lBox .item .tiBox:hover {
  color: #f4baff;
}
.footer-v1 .footer .container .lBox .item .ulset li a {
  display: block;
  color: #aaa;
  padding: 3px 0;
}
.footer-v1 .footer .container .lBox .item .ulset li a:hover {
  color: #f4baff;
}
.footer-v1 .footer .container .lBox .item.menu1 {
  width: 190px;
  margin-right: 0;
}
.footer-v1 .footer .container .lBox .item.menu2 {
  width: 285px;
  margin-right: 0px;
}
.footer-v1 .footer .container .lBox .item.menu1 .ulset {
  width: 50%;
}
.footer-v1 .footer .container .lBox .item.menu2 .ulset {
  width: 50%;
}
.footer-v1 .footer .container .rBox {
  width: 100%;
  background: url(../images/ft_gap2.png) top repeat-x;
  overflow: hidden;
  padding-top: 30px;
}
.footer-v1 .footer .container .rBox img {
  max-width: 100%;
  height: auto;
}
.footer-v1 .footer .container .rBox p {
  color: #adadad;
  font-size: 0.6rem;
  line-height: 1.1rem;
  margin: 10px 0 0;
}
.footer-v1 .spacerFt {
  clear: both;
  display: block;
  height: 0px;
}
/*** footer-v2 ***/
.footer-v2 .footer .container .lBox img {
  max-width: 100%;
  height: auto;
}
.footer-v2 .footer .container .rBox p {
  color: #adadad;
  font-size: 0.6rem;
  line-height: 1.1rem;
  margin: 10px 0 0;
}
/*** footer-v3 ***/
.footer-v3 .footer .container {
  padding: 25px 15px;
}
.footer-v3 .footer .container .footerText {
  font-size: 0.65rem;
  line-height: 1.1rem;
  color: #adadad;
  margin-bottom: 5px;
}
.footer-v3 .footer .container p {
  color: #adadad;
  font-size: 0.65rem;
  line-height: 1.1rem;
  margin: 0;
}
.footer-v3 .footer .container p a {
  color: #999;
}
.footer-v3 .footer .container p a:hover {
  color: #666;
}

@media (min-width: 480px) {
  /*** footer-v1 ***/
  .footer-v1 .footer .container .lBox .item {
    margin-right: 80px;
  }
  .footer-v1 .footer .container .lBox .item.menu1 {
    width: 160px;
    margin-right: 40px;
  }
  .footer-v1 .footer .container .lBox .item.menu2 {
    width: 230px;
  }
}
@media (min-width: 768px) {
  .footer .container {
    padding: 35px 15px;
  }
  /*** footer-v1 ***/
  .footer-v1 .footer .container .lBox {
    margin-bottom: 30px;
  }
  .footer-v1 .footer .container .lBox .item {
    margin-right: 25px;
    width: 70px;
    margin-bottom: 0;
  }
  .footer-v1 .footer .container .lBox .item.menu1 {
    width: 150px;
    margin-right: 25px;
  }
  .footer-v1 .footer .container .lBox .item.menu2 {
    width: 230px;
    margin-right: 25px;
  }
  .footer-v1 .spacerFt {
    display: none;
  }
  /*** footer-v2 ***/
  .footer-v2 .footer .container .lBox {
    width: 275px;
    position: absolute;
    left: 0;
  }
  .footer-v2 .footer .container .rBox {
    margin-left: 290px;
  }
  .footer-v2 .footer .container .rBox p {
    margin: 0;
  }

}
@media (min-width: 992px) {
  /*** footer-v1 ***/
  .footer-v1 .footer .container .lBox .item {
    margin-right: 50px;
    width: 90px;
  }
  .footer-v1 .footer .container .lBox .item.menu1 {
    width: 175px;
    margin-right: 50px;
  }
  .footer-v1 .footer .container .lBox .item.menu2 {
    width: 255px;
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  /*** footer-v1 ***/
  .footer-v1 .footer .container .lBox {
    float: left;
    margin-bottom: 0;
  }
  .footer-v1 .footer .container .lBox .item {
    margin-right: 30px;
    width: 80px;
  }
  .footer-v1 .footer .container .lBox .item.menu1 {
    margin-right: 30px;
  }
  .footer-v1 .footer .container .lBox .item.menu2 {
    margin-right: 30px;
  }
  .footer-v1 .footer .container .rBox {
    width: 316px;
    float: right;
    padding: 0 0 0 40px;
    background: url(../images/ft_gap1.png) left repeat-y;
  }
}
@media (min-width: 1350px) {
  /*** footer-v1 ***/
  .footer-v1 .footer .container .lBox .item {
    margin-right: 40px;
  }
  .footer-v1 .footer .container .lBox .item.menu1 {
    width: 180px;
    margin-right: 40px;
  }
  .footer-v1 .footer .container .lBox .item.menu2 {
    width: 260px;
    margin-right: 40px;
  }
}

/* copyright */
.footer .copyBox {
  width: 100%;
  color: #999;
  text-align: center;
  line-height: 1rem;
  background-color: #000;
  padding: 13px 15px 8px;
}
.footer .copyBox span {
  white-space: nowrap;
}
.footer .copyBox a {
  color: #999;
}
.footer .copyBox a:hover {
  color: #666;
}
@media (min-width: 480px) {
  .footer .copyBox {
    height: 46px;
  }
}

/* =====  facebook  ===== */
.fbBox {
  width: 245px;
  height: 420px;
  position: absolute;
  top: 50px;
  right: -245px;
  z-index: 9999;
  border-top: 2px solid #cb9dd4;
  background-color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fbBox.open {
  right: 0px;
}
@media (min-width: 768px) {
  .fbBox {
    top: 90px;
  }
}

/* =====  搜尋  ===== */
/*header form.searchForm {
  position: absolute;
  width: 100%;
  height: 50px;
  max-height: 0;
  background-color: rgba(51,51,51,.95);
  top: 50px;
  left: 0;
  opacity: 0;
  overflow: hidden;

  transition: max-height .3s linear;
    -o-transition: max-height .3s linear;
    -moz-transition: max-height .3s linear;
    -webkit-transition: max-height .3s linear;
}
header form.searchForm > div {
  width: 98%;
  height: 36px;
  border: 1px solid #333;
  background: #555;
  border-radius: 18px;
  margin: 6px auto;
}
header form.searchForm button {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  color: #fff;
  margin: 0 5px;
}
header form.searchForm > div > div {
  overflow: hidden;
  padding-left: 20px;
}
header form.searchForm input {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 0.75rem;
  color: #fff;
  border: none;
  background: transparent;
  outline: none;
}
header form.searchForm.open {
  opacity: 1;
  max-height: 50px;
}

@media screen and (min-width: 768px) {
  header form.searchForm {
    top: 90px;
  }
}*/


/* =====  title 標題  ===== */
.mainTitle {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.mainTitle span {
  color: #64236f;
}
.mainTitle small {
  font-family: 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #666;
  display: block;
}


/* =====  麵包屑導航  ===== */
.Breadcrumbs {
  margin-top: 50px;
  margin-bottom: 30px;
  height: 38px;
  background-color: #efefef;
  color: #666;
  font-size: 0.65rem;
  line-height: 1.9rem;
}
.Breadcrumbs a {
	color: #666;
}
@media (min-width: 768px) {
  .Breadcrumbs {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}

/* =====  內頁左側選單  ===== */
.leftNav {
  width: 120px;
  float: left;
	margin-right: 40px;
	margin-bottom: 60px;
}
.leftNav h2 {
	position: relative;
	margin: 0 0 25px;
	padding: 0;
	height: 54px;
	line-height: 1.8rem;
	font-size: 1.1rem;
}
.leftNav h2:after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 1px;
	background: #a065ab;
	bottom: 0;
	left: 0;
}
.leftNav ul.ulMain > li {
	margin-bottom: 15px;
}
.leftNav ul.ulMain > li.currentItem {
	display: none;
}
.leftNav ul.ulMain > li > a {
	display: block;
  position: relative;
	line-height: 1rem;
	/*font-size: 0.75rem;*/
  font-size: 15px;
	color: #000;
}
.leftNav ul.ulMain > li.opentemp > a,
.leftNav ul.ulMain > li > a:hover {
	color: #64236f;
}
.leftNav ul.ulSub {
	padding-top: 5px;
	display: none;
}
.leftNav ul.ulMain > li.in > ul.ulSub {
	display: block;
}
.leftNav ul.ulSub > li {
}
.leftNav ul.ulSub > li > a {
	display: block;
	position: relative;
	line-height: 1.1rem;
	font-size: 0.7rem;
	color: #666;
	padding: 4px 0 4px 12px;
}
.leftNav ul.ulSub > li > a:after {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border: 1px solid #666;
	top: 12px;
	left: 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.leftNav ul.ulSub > li > a:hover,
.leftNav ul.ulSub > li.in > a {
	color: #64236f;
}
.leftNav ul.ulSub > li > a:hover:after,
.leftNav ul.ulSub > li.in > a:after {
	border-color: #64236f;
	background: #64236f
}
@media (max-width: 991px) {
	.leftNav {
		width: 0;
		margin: 0;
	}
	.leftNav h2 {
		display: none;
	}
	.leftNav ul.ulMain {
		position: absolute;
		z-index: 10;
		width: 240px;
		height: 34px;
		border: 1px solid #ccc;
		border-radius: 2px;
		top: 40px;
		left: 50%;
		overflow: hidden;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.leftNav ul.ulMain > li {
		margin: 0;
	}
	.leftNav ul.ulMain > li.currentItem {
		display: block;
		position: relative;
		height: 33px;
		border-bottom: 1px solid #ccc;
		line-height: 1.6rem;
		font-size: 0.75rem;
		color: #666;
		padding: 0 40px 0 14px;
		cursor: pointer;
	}
	.leftNav ul.ulMain > li.currentItem:before {
		content: '';
		display: block;
		position: absolute;
		width: 11px;
		height: 1px;
		background: #000;
		top: 15px;
		right: 14px;
	}
	.leftNav ul.ulMain > li.currentItem:after {
		content: '';
		display: block;
		position: absolute;
		width: 1px;
		height: 11px;
		background: #000;
		top: 10px;
		right: 19px;
		transition: all .3s linear;
		-ms-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-webkit-transition: all .3s linear;
	}
	.leftNav ul.ulMain.open > li.currentItem:after {
		height: 0;
		top: 15px;
	}
	.leftNav ul.ulMain > li > a {
		height: 37px;
		line-height: 1.8rem;
		background: #666;
		border-bottom: 1px solid rgba(255,255,255,.3);
		color: #fff !important;
		padding: 0 14px;
	}
  .leftNav ul.ulMain > li > a[href="javascript:;"]:before {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 1px;
    background: #fff;
    top: 18px;
    right: 14px;
  }
  .leftNav ul.ulMain > li > a[href="javascript:;"]:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 11px;
    background: #fff;
    top: 13px;
    right: 19px;
  }
	.leftNav ul.ulMain > li.opentemp > a,
	.leftNav ul.ulMain > li > a:hover,
	.leftNav ul.ulMain > li > a:active {
		color: #fff;
		background: #672773;
	}
  .leftNav ul.ulMain > li.opentemp > a[href="javascript:;"]:after {
    display: none;
  }
	.leftNav ul.ulSub {
		padding-top: 0;
		display: none;
	}
	.leftNav ul.ulSub > li {
		background: #f7f7f7;
	}
	.leftNav ul.ulSub > li.in,
	.leftNav ul.ulSub > li:hover,
	.leftNav ul.ulSub > li:active {
		background: #e5e5e5;
	}
	.leftNav ul.ulSub > li > a {
		height: 32px;
		line-height: 1.6rem;
		padding: 0 30px 0 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.leftNav ul.ulSub > li:last-child > a {
		border-bottom-color: #fff;
	}
	.leftNav ul.ulSub > li.in > a,
	.leftNav ul.ulSub > li > a:hover,
	.leftNav ul.ulSub > li > a:active {
		color: #666;
	}
	.leftNav ul.ulSub > li > a:after {
		display: none;
	}
}

/* =====  內頁右側內容  ===== */
.rightCont {
	overflow: hidden;
	margin-bottom: 90px;
}
@media (max-width: 991px) {
	.rightCont .mainTitle {
		margin-bottom: 80px;
	}
	.rightCont .mainTitle small {
		display: none;
	}
}

/* =====  內頁單欄內容  ===== */
.mainCont {
	margin-bottom: 55px;
}

/* =====  內頁頁碼  ===== */
ul.pager {
	margin-top: 30px;
}
ul.pager li a {
	position: relative;
	width: 28px;
	height: 28px;
	border: 1px solid #d2d2d2;
	border-radius: 0;
	line-height: 1.4rem;
	font-size: 0.65rem;
	font-family: 'Arial', Sans-serif;
	color: #6a6a6a;
	text-align: center;
	padding: 0;
	margin: 0 5px;
	vertical-align: top;
}
ul.pager li a:hover,
ul.pager li a.in {
	color: #fff;
	border-color: #61236d;
	background: #61236d;
}
ul.pager li a.prev:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 6px solid #6a6a6a;
	border-bottom: 4px solid transparent;
	top: 9px;
	left: 10px;
}
ul.pager li a.prev:hover:after,
ul.pager li a.prev.in:after {
	border-right-color: #fff;
}
ul.pager li a.prev.disabled {
	background: none;
	border-color: #d2d2d2;
	cursor: not-allowed;
}
ul.pager li a.prev.disabled:after {
	border-right-color: #d2d2d2;
}
ul.pager li a.next:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #6a6a6a;
	border-bottom: 4px solid transparent;
	top: 9px;
	left: 10px;
}
ul.pager li a.next:hover:after,
ul.pager li a.next.in:after {
	border-left-color: #fff;
}
ul.pager li a.next.disabled {
	background: none;
	border-color: #d2d2d2;
	cursor: not-allowed;
}
ul.pager li a.next.disabled:after {
	border-left-color: #d2d2d2;
}
@media (max-width: 543px) {
	ul.pager li:nth-child(n+5) a.num {
		display: none;
	}
}

/* 按鈕樣式 */
.btnStyle {
	position: relative;
	width: 130px;
	height: 38px;
	line-height: 1.9rem;
	font-size: 0.65rem;
	padding: 0;
	border: 0;
	overflow: hidden;
}
.btnStyle > i {
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	background: #000;
	opacity: .5;
	top: 0;
	left: 50%;
	transition: none;
}
.btnStyle > i.doing {
	opacity: 0;
	width: 140%;
	left: -20%;
	transition: all .3s ease-out;
}
.btnStyle span {
	position: relative;
}
.btn-default {
	color: #fff !important;
	background: #884a8a;
	background: linear-gradient(top, #884a8a, #672873);
	background: -o-linear-gradient(top, #884a8a, #672873);
	background: -ms-linear-gradient(top, #884a8a, #672873);
	background: -moz-linear-gradient(top, #884a8a, #672873);
	background: -webkit-linear-gradient(top, #884a8a, #672873);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #884a8a), color-stop(1, #672873));
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	background: #672873;
	background: linear-gradient(bottom, #884a8a, #672873);
	background: -o-linear-gradient(bottom, #884a8a, #672873);
	background: -ms-linear-gradient(bottom, #884a8a, #672873);
	background: -moz-linear-gradient(bottom, #884a8a, #672873);
	background: -webkit-linear-gradient(bottom, #884a8a, #672873);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #884a8a), color-stop(1, #672873));
}

/* 詳細報導內文樣式 */
.textArea.clinic {
  margin-top: 15px;
}
.textArea .textTitle {
	display: table;
	width: 100%;
	position: relative;
	height: 92px;
	border-top: 2px solid #ddd;
	padding: 15px 0 16px 77px;
	background: url('../images/text_title_line.gif') bottom repeat-x;
}
.textArea.clinic .textTitle {
  border-top: none;
}
.textArea .textTitle .textDate {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 1.1rem;
	font-size: 0.7rem;
	color: #fff;
	background: #b0538c;
	border-radius: 60px;
	padding: 8px 0;
	text-align: center;
	top: 15px;
	left: 2px;
}
.textArea .textTitle h2 {
	display: table-cell;
	position: relative;
	margin: 0;
	padding: 0;
	height: 60px;
	line-height: 1.5rem;
	font-size: 1rem;
	vertical-align: middle;
}
.textArea.clinic .textTitle h2 {
  padding-right: 40px;
}
.textArea.clinic .textTitle a.btn-close {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 0.7rem;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  top: 30px;
  right: 0;
}
.textArea.clinic .textTitle a.btn-close:hover {
  border-color: #999;
  color: #999;
}
.textArea .textBot {
	padding-top: 28px;
	padding-bottom: 96px;
	background: url('../images/text_title_line.gif') top repeat-x;
}
.textArea.clinic .textBot {
  padding-bottom: 0;
}
.textArea .textBot .neighbor {
  background: url('../images/text_title_line.gif') bottom repeat-x;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 28px;
  margin-bottom: 23px;
}
.textArea .textBot .neighbor a {
  display: block;
  position: relative;
  max-width: calc(50% - 10px);
  height: 26px;
  line-height: 26px;
  font-size: 0.7rem;
  color: #b0538c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textArea .textBot .neighbor a:hover {
  color: #6c2c76;
}
.textArea .textBot .neighbor a.prev {
  float: left;
  padding-left: 20px;
}
.textArea .textBot .neighbor a.prev:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-left: 2px solid #b0538c;
  border-bottom: 2px solid #b0538c;
  top: 7px;
  left: 4px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.textArea .textBot .neighbor a.next {
  float: right;
  padding-right: 20px;
}
.textArea .textBot .neighbor a.next:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #b0538c;
  border-right: 2px solid #b0538c;
  top: 7px;
  right: 4px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.textArea .textBot .neighbor a.prev:hover:before,
.textArea .textBot .neighbor a.next:hover:before {
  border-color: #6c2c76;
}

.textArea .textBot .related {
  background: url('../images/text_title_line.gif') bottom repeat-x transparent;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 28px;
  margin-bottom: 23px;
  border-top: none;
}
/*.textArea .textBot .related .imgBox a {
  height: 200px;
  overflow: hidden;
}
.textArea .textBot .related .imgBox a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/
.textArea .textBot .related .textSlider:before,
.textArea .textBot .related .textSlider:after {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #884a8a;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.textArea .textBot .related .textSlider:before {
  border-right: none;
  border-bottom: none;
  left: 0;
  -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.textArea .textBot .related .textSlider:after {
  border-left: none;
  border-bottom: none;
  right: 0;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}

.textMore.related .imgBox:nth-child(odd) {
  padding: 0 120px 0 10px;
}
.textMore.related .imgBox:nth-child(even) {
  padding: 0 10px 0 120px;
}



.textArea .textBot .textIcon {
	float: left;
}
.textArea .textBot .textIcon a {
	display: inline-block;
	height: 38px;
	line-height: 1.8rem;
	font-size: 0.7rem;
	border-radius: 4px;
	background-size: 28px 28px;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-left: 10px;
	padding: 0 10px 0 43px;
}
.textArea .textBot .textIcon a.contact {
	color: #6c2c76;
	border: 1px solid #cda6d0;
	background-image: url('../images/text_icon_24h.png');
}
.textArea .textBot .textIcon a.contact:hover {
	background-color: #e0cae2;
}
.textArea .textBot .textIcon a.line {
	color: #0a8303;
	border: 1px solid #94c790;
	background-image: url('../images/text_icon_line.png');
}
.textArea .textBot .textIcon a.line:hover {
	background-color: #c4e2c1;
}
.textArea .textBot .textShare {
	float: left;
	height: 35px;
	line-height: 1.7rem;
	font-size: 0.7rem;
	margin-top: 20px;
	padding-left: 3px;
}
.textArea .textBot .textShare span,
.textArea .textBot .textShare a {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}
.textArea .textBot .textShare a:hover,
.textArea .textBot .textShare a:active {
	margin: 1px 2px 0 4px;
}
.textArea .textBot .textBtn {
	float: right;
}
@media (max-width: 639px) {
  .textMore.related .imgBox:nth-child(odd),
  .textMore.related .imgBox:nth-child(even) {
    padding: 0 10px;
  }
	.textArea .textBot .textIcon {
		width: 100%;
		text-align: center;
	}
	.textArea .textBot .textIcon a {
		margin: 0 8px 20px;
	}
	.textArea .textBot .textBtn {
		width: 100%;
		text-align: center;
	}
	.textArea .textBot .textBtn a {
		width: 80%;
		max-width: 240px;
	}
	.textArea .textBot .textShare {
		width: 100%;
		height: 35px;
		text-align: center;
    margin-bottom: 10px;
	}
	.textArea .textBot .textShare span {
		display: none;
	}

  .textArea .textBot .related .imgBox a {
    height: auto;
    overflow: visible;
  }
  .textArea .textBot .related .imgBox a img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
}
@media (max-width: 479px) {
	.textArea .textBot {
		padding-bottom: 40px;
	}
	.textArea .textBot .textIcon a {
		display: block;
		width: 80%;
		max-width: 240px;
		margin: 0 auto 20px;
	}
	/*.textArea .textBot .textBtn {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.textArea .textBot .textBtn a {
		width: 80%;
		max-width: 240px;
	}*/
}
.textMore {
	border-top: 1px solid #dedede;
	padding-bottom: 76px;
	background: #f7f7f7;
}
.textMore.video {
	background: none;
}
.textMore .textMoreTitle {
	line-height: 1.5rem;
	font-size: 1.1rem;
	font-weight: 300;
	font-family: 'Raleway', 'Microsoft JhengHei', Sans-serif;
	padding: 30px 0 20px 15px;
}
.textMore .textMoreTitle span {
	color: #64236f;
}
.textMore .textMoreTitle small {
	font-size: 0.8rem;
	font-weight: 600;
}
.textMore .textSlider {
	position: relative;
	padding: 0 5px;
}
.textMore .textSlick button.slick-prev,
.textMore .textSlick2 button.slick-prev {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 56px;
	font-size: 0;
	border: none;
	background: url('../images/text_more_btn.png') 0 0 no-repeat;
	background-size: 80px 56px;
	outline: none;
	top: 50%;
	left: -9px;
	margin-top: -28px;
}
.textMore .textSlick2 button.slick-prev {
  left: 0;
}
.textMore .textSlick button.slick-next,
.textMore .textSlick2 button.slick-next {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 56px;
	font-size: 0;
	border: none;
	background: url('../images/text_more_btn.png') -40px 0 no-repeat;
	background-size: 80px 56px;
	outline: none;
	top: 50%;
	right: -9px;
	margin-top: -28px;
}
.textMore .textSlick2 button.slick-next {
  right: 0;
}
.textMore .imgBox {
	padding: 0 7px;
}
.textMore .imgBox a {
	display: block;
	outline: none;
	position: relative;
	overflow: hidden;
}
.textMore.media .imgBox a {
	width: 100%;
	height: 0;
	padding-bottom: calc(65.67% + 70px);
}
.textMore .imgBox img {
	width: 100%;
	height: auto;
}
.textMore .imgBox .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	line-height: 1.2rem;
	font-size: 0.75rem;
	color: #333;
	padding: 10px;
	left: 0;
	bottom: calc(-100% + 62px);
	transition: bottom .3s ease-in-out;
	-ms-transition: bottom .3s ease-in-out;
	-moz-transition: bottom .3s ease-in-out;
	-webkit-transition: bottom .3s ease-in-out;
}
.textMore .imgBox a:hover .cover {
	bottom: 0;
}
.textMore .imgBox .news {
  background: #f7f7f7;
  height: 98px;
  padding: 10px 15px;
}
.textMore .imgBox .news p {
  max-height: 44px;
  line-height: 1.1rem;
  font-size: 0.75rem;
  color: #000;
  margin: 0;
  overflow: hidden;
  transition: color .5s ease-in-out;
  -ms-transition: color .5s ease-in-out;
  -moz-transition: color .5s ease-in-out;
  -webkit-transition: color .5s ease-in-out;
}
.textMore .imgBox a:hover .news p {
  color: #64236f;
}
.textMore .imgBox .news span {
  display: block;
  position: relative;
  font-size: 0.7rem;
  color: #777;
  margin-top: 15px;
}
.textMore .imgBox .news span:before {
  content: '';
  display: block;
  position: absolute;
  width: 48px;
  height: 1px;
  background: #af8fb5;
  top: -8px;
  left: 0;
}
.textMore.media .imgBox .txt {
	position: absolute;
	width: 100%;
	height: 70px;
	background: #eee;
	padding: 10px 15px;
	bottom: 0;
	left: 0;
	transition: background .3s ease-in-out;
	-ms-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
}
.textMore.media .imgBox:hover .txt {
	background: #dfdfdf
}
.textMore.media .imgBox .txt h4 {
	margin: 0;
	padding: 0;
	line-height: 1.25rem;
	font-size: 0.75rem;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.textMore.media .imgBox .txt span.date {
	display: block;
	position: relative;
	font-size: 0.7rem;
	color: #777;
	margin-top: 5px;
}
.textMore.video .textSlider:before,
.textMore .textSlider.video:before,
.textMore.information .pDoctor .textSlider:before,
.textMore.information .pClinic .textSlider:before {
	content: '';
	display: block;
	position: absolute;
	width: 33px;
	height: 33px;
	background: url('../images/btn_gap.png') no-repeat;
	top: -54px;
	right: 25px;
}
.textMore .videoBox {
	padding: 0 7px;
	outline: none;
}
.textMore .videoBox > div {
	position: relative;
	width: 100%;
	height: 0;
	background: #000;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.textMore .videoBox iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.textMore a.textSlickVideoPrev {
	display: block;
	position: absolute;
	width: 20px;
	height: 33px;
	font-size: 1.3rem;
	color: #777;
	top: -66px;
	right: 44px;
	text-align: center;
	outline: none;
}
.textMore a.textSlickVideoNext {
	display: block;
	position: absolute;
	width: 20px;
	height: 33px;
	font-size: 1.3rem;
	color: #777;
	top: -50px;
	right: 18px;
	text-align: center;
	outline: none;
}
.textMore a.textSlickVideoPrev:hover,
.textMore a.textSlickVideoNext:hover {
	color: #64236f;
}
.textMore a.textSlickVideoPrev.slick-hidden,
.textMore a.textSlickVideoNext.slick-hidden {
	color: #ccc;
}

/* 新增診所+醫師20160321 */
.textMore.information .pDoctor {
  width: 68%;
  float: left;
}
.textMore.information .pDoctor .item {
  padding: 0 7px;
}
.textMore.information .pDoctor .item a {
  display: block;
  outline: none;
  position: relative;
  overflow: hidden;
}
.textMore.information .pDoctor .item img {
  display: block;
  width: 100%;
  height: auto;
}
.textMore.information .pClinic {
  width: 32%;
  float: right;
}
.textMore.information .pClinic .ClinicBox {
  position: relative;
}
.textMore.information .pClinic .ClinicBox img {
  display: block;
  width: 100%;
  height: 295px;
}
.textMore.information .pClinic .ClinicBox .txtBox {
  width: 100%;
  height: 40px;
  color: #333;
  background: url(../images/logo_s.png) 20px 6px no-repeat rgba(221,221,221,.8);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 5px 0 65px;
  font-size: 0.75rem;
}
@media (max-width: 1439px) {
  .textMore.information .pClinic .ClinicBox img {
    height: 260px;
  }
}
@media (max-width: 1280px) {
  .textMore.information .pClinic .ClinicBox img {
    height: 240px;
  }
}
@media (max-width: 1199px) {
	.textMore .imgBox .cover {
		line-height: 1rem;
		font-size: 0.7rem;
		bottom: calc(-100% + 53px);
	}
  .textMore.information .pClinic .ClinicBox img {
    height: 195px;
  }
}
@media (max-width: 991px) {
  .textMore.information .pDoctor,
  .textMore.information .pClinic {
    width: 50%;
  }
  .textMore.information .pClinic .ClinicBox img {
    height: 218px;
  }
}
@media (max-width: 767px) {
	.textMore {
		padding-bottom: 56px;
	}
	.textMore .imgBox .cover {
		line-height: 1.2rem;
		font-size: 0.75rem;
		bottom: calc(-100% + 62px);
	}
  .textMore.information .pDoctor,
  .textMore.information .pClinic {
    width: 100%;
    float: none;
  }
  .textMore.information .pClinic .ClinicBox img {
    height: auto;
  }
}
@media (max-width: 479px) {
	.textMore .imgBox .cover {
		line-height: 1rem;
		font-size: 0.7rem;
		bottom: calc(-100% + 53px);
	}
	.textMore .textMoreTitle small {
		display: block;
	}
}


/* 文字編輯器&預設內文樣式 */
.textEdit {
  width: 100%!important;
  max-width: 800px;
	margin: 40px auto;
	line-height: 1.4rem;
	font-size: 0.75rem;
}
.rightCont .textEdit {
  max-width: 800px;
}
.aboutText .textEdit {
  max-width: none;
}
.pageTab .pageTabBox .textEdit {
  max-width: 800px;
  margin: auto;
}
.textEdit *,
.textEdit img {
	max-width: 100% !important;
}
.textEdit table {
  width: 100%!important;
  table-layout: fixed;
}
.textEdit img {
  height: auto !important;
}


/* 套用Bootstrap表格自適應樣式時,將內部底間距改為外部底間距 */
.table-responsive {
	margin-bottom: 20px;
}
.table-responsive table.table {
	margin-bottom: 0;
}
/* 在表格自適應內貼入圖片時,992像素以上讓圖片完全呈現 */
@media (min-width: 992px) {
	.table-responsive table.table img {
		max-width: 100%;
	}
}

.formComm {
  color: #666;
  font-size: 16px;
}
.formComm label.control-label {
  font-weight: bold;
  color: #333;
  text-align: left;
}
.formComm label.col-sm-2 {
  /*min-width: 100px;*/
}
.formComm label.radio-inline {
	margin-left: 0;
	margin-right: 10px;
}
.formComm label input[type="checkbox"] {
	margin-left: -20px;
	margin-right: 10px;
}
.formComm .form-control {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.formComm .form-inline .form-control.w100 {
  width: 100px;
}
.formComm .btn.w120 {
  width: 120px;
}
.formComm a {
  color: #64236f;
}
.formComm a:hover {
  text-decoration: underline;
}
/*小版面*/
@media (max-width: 1439px) {
	.formComm textarea.form-control {
		height: 163px;
	}
}
@media (max-width: 767px) {
  .formComm .form-group {
    border-top: #f5eff6 1px solid;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
  }
  .formComm .mb10 {
    margin-bottom: 10px;
  }
  .formComm .w100 {
    display: inline-block;
  }
  .formComm .row-btn {
    margin-top: 15px;
    padding-top: 15px;
    border-top: #f5eff6 1px solid;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .formComm .btn.w120 {
    float: right;
  }
}

/* 表單加在頁面下時,給一點上間距 */
.moreForm {
	margin-top: 60px;
}

/*