@charset "utf-8";

body {
  margin: 0px;
  font-size: 1.01em;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #333;
}

img {
  border: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  *border-collapse: expression('separate', cellSpacing='0');
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none !important;
}

table tr td {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol {
  margin: 0;
  padding: 0;
}

/*表單設定*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Century Gothic', 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}

select {
  border: 1px solid #ccc;
  padding: 8px 12px;
  color: #666;
}

input {
  border: 1px solid #ccc;
  padding: 8px 15px;
  color: #666;
}

textarea {
  border: 1px solid #ccc;
  padding: 3px 12px;
  color: #666;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}

@media (min-width: 959px) {

  /*選單*/
  #navmenu {
    display: none;
  }

  #menu-btn {
    display: none;
  }

  #toolbarnav {
    display: none;
  }

  /*主內容*/
  #content {
    padding-top: 100px;
  }

  #pagebody {
    margin: 0;
  }

  #w {
    margin: 0;
  }
}

/*統一設定*/
.rel {
  position: relative;
}

.container {
  margin: 0 auto;
  padding: 10px;
  max-width: 1200px;
  width: auto !important;
  width: 980px;
}

.addtop0 {
  margin-top: 0 !important;
  padding: 0 !important;
}

.addtop25 {
  padding-top: 25px;
}

.addtop50 {
  margin-top: 50px !important;
}

.addtop100 {
  margin-top: 100px !important;
}

.addleft25 {
  margin-left: 25px;
}

.addbottom25 {
  margin-bottom: 25px;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../images/loader.gif) center no-repeat #fbfbfb;
  display: none;
}

.web {
  display: block;
}

.mobile {
  display: none;
}

/*全網站icon設定*/
.icon-home {
  background: url(../images/svg/home.svg) left top;
  background-repeat: no-repeat;
  -moz-background-size: 20px;
  -webkit-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  padding-left: 25px;
}

.icon-arrow {
  background: url(../images/svg/arrow.svg) left top;
  background-repeat: no-repeat;
  -moz-background-size: 20px;
  -webkit-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  padding-left: 25px;
}

.blue {
  color: #0589c5;
}

.red {
  color: #CD1B1E;
}

.green {
  color: #22ac38;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.orange {
  color: #eb6100;
}

.gold {
  color: #bfb575;
}

.font-big {
  font-size: 120%;
}

.font-small {
  font-size: 80%;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*--------------------------上資料專區--------------------------*/
/*圖文左右用*/
.left {
  float: left;
}

.right {
  float: right;
}

.w35 {
  width: 35%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 49%;
}

.w55 {
  width: 55%;
}

.w65 {
  width: 65%;
}

/*圖文排版用*/
.p25 {
  padding: 25px;
}

.p25top {
  padding-top: 25px;
}

.nopadding {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.milktea {
  color: #d39f75;
}

hr {
  margin-top: 35px;
}

blockquote {
  border-left: 2px solid #ccc;
  padding: 5px 5px 5px 20px;
}

/*表格*/
table.surgery-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans TC", sans-serif;
  margin: 2rem 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

table.surgery-table th,
table.surgery-table td {
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}

table.surgery-table th {
  background-color: #f7bfbf;
  color: #333;
  font-size: 1.1rem;
}

table.surgery-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

table.surgery-table caption {
  caption-side: top;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

table.surgery-table b {
  font-family: "Noto Serif TC", serif;
  font-size: 1.2em;
}



/*上方*/
header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 250;
  top: 0;
  left: 0;
  z-index: 250;
  background: #fff;
  box-shadow: 0 15px 30px -2px rgba(0, 0, 0, 0.1);
}

header.fix {
  width: 100%;
  position: fixed;
  z-index: 250;
  top: 0;
  left: 0;
  height: 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-bottom: none;
  background: #b0917a;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f46b45, #bf782a);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #b0665d, #bf782a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#logo {
  position: absolute;
  top: 5px;
  left: 15px;
  background-image: url(../images/svg/logo.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 80px;
}

header.fix #logo {
  position: absolute;
  top: 5px;
  left: 10px;
  background-image: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-left: 0;
}

#logo a {
  display: block;
  padding-top: 25px;
  color: #6d6d6d;
  font-weight: 500;
}

header.fix #logo a {
  display: block;
  padding-top: 0;
  color: #fff;
  font-size: 70%;
}

#logo div.big {
  font-size: 1.1em;
  margin-bottom: 10px;
}

header.fix #logo div.big {
  margin-bottom: 0;
}

#logo div.small {
  font-size: 0.5em;
  padding-left: 5px;
}

header.fix #logo div.small {
  padding-left: 0;
}

/*連結*/
nav {
  z-index: 250;
  position: absolute;
  top: 35px;
  right: 15px;
}

nav li {
  list-style-type: none;
}

nav li a {
  color: #6d6d6d;
}

header.fix nav {
  z-index: 250;
  height: 50px;
  position: absolute;
  top: 0;
  right: 5px;
}

header.fix nav li,
header.fix nav li a {
  color: #fff;
}

/*連結*/
nav {
  z-index: 250;
  position: absolute;
  top: 35px;
  right: 15px;
}

nav li {
  list-style-type: none;
}

nav li a {
  color: #6d6d6d;
}

header.fix nav {
  z-index: 250;
  height: 50px;
  position: absolute;
  top: 0;
  right: 5px;
}

header.fix nav li,
header.fix nav li a {
  color: #fff;
}

/*第一層*/
ul.navigation li {
  position: relative;
  list-style-type: none;
  z-index: 100;
  display: inline-block;
  color: #434343;
  text-align: center;
  font-size: 1.2em;
  line-height: 50px;
  padding: 0 15px;
}

ul.navigation li a {
  display: block;
  text-align: center;
  color: #434343;
}

ul.navigation li:hover a {
  color: #fff;
}

ul.navigation li:last-child {
  border-right: none;
}

ul.navigation li ul {
  width: 100%;
  display: none;
  /*隱藏*/
  position: absolute;
  left: 0;
}

ul.navigation li:hover>ul {
  display: block;
  /*出現*/
}

ul.navigation ul li {
  color: #fff;
  width: 100%;
  background: #433d3b;
  line-height: 25px;
  padding: 10px 0;
}

ul.navigation ul li:hover {
  background: #b8752d;
}

ul.navigation ul li:last-child {
  border-bottom: none;
}

/*連結高度*/
.addheight {
  text-align: center;
}

.addheight:hover {
  background: #433d3b;
  color: #fff;
}

.addheight ul li a {
  color: #fff;
  font-size: 0.8em;
}

.addheight ul li a:hover {}

/*首頁*/
#banner {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 475px;
  padding-top: 200px;
  text-align: center;
}

#banner h2 {
  font-size: 2.1em;
  font-weight: 800;
  color: #626262;
  margin-bottom: 20px;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffccff;
}

#banner h3 {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 500;
  color: #626262;
  background: #fff;
  margin: 0 auto;
  padding: 5px 25px;
  border-radius: 50px;
}

/*首頁診所介紹*/
#index-medical-service {
  padding: 25px;
}

#index-medical-service .img {
  float: left;
  width: 443px;
  padding: 25px;
}

#index-medical-service .txt {
  float: right;
  width: calc(100% - 483px);
  padding: 25px;
  color: #676767;
}

#index-medical-service .txt h2 {
  padding-top: 50px;
}

#index-medical-service .txt a {
  padding-bottom: 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #c58f6d;
}

#index-medical-service .txt a:hover {
  color: #bf782a;
  transition: all 0.5s ease-in-out;
}

#index-medical-service .txt ul {
  list-style-type: none;
  padding: 25px 0;
}

#index-medical-service .txt li {
  color: #b81c22;
  font-weight: 600;
  font-size: 1.1em;
  padding-bottom: 25px;
}


#index-medical-service .txt li a.web-link {
  color: #626262;
}

#index-medical-service .txt li a.link-link i {
  color: #4cc061;
  margin-right: 10px;
}

/*ndex-medical-service .txt li i {
  width: 40px;
  height: 40px;
  background: #c58f6d;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  margin-right: 10px;
}*/





/*首頁-門診表*/
#schedule .title {
  background-image: url(../images/icon_schedule.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  margin-bottom: 10px;
  color: #2f2f2f;
  height: 30px;
  line-height: 30px;
  font-size: 1.2em;
}

#schedule .title .en {
  color: #f4a6db;
  font-size: 80%;
}

h4.titlebig {
  font-size: 2.2em;
  font-weight: 500;
  color: #6d6d6d;
  text-align: center;
  margin-bottom: 15px;
  margin-top: -50px;
}

/*仿table列表設定*/
#item {
  background: #fff;
  color: #98544c;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.item {
  font-size: 1.1em;
  display: table;
  width: 100%;
}

.item.th {
  background-image: url(../images/index-iconbg02.jpg);
  color: #000;
  border-bottom: 1px solid #b0665d;
  font-weight: 800 !important;
  font-size: 1.6em;
  padding: 10px 0 0 0;
  height: 45px;
}

.item.th li {
  border-right: 1px solid #fff;
}

.item ul {
  display: table-row;
}

.item li {
  padding: 0;
  display: inline-block;
  float: left;
  text-align: center;
  list-style-type: none;
  border-right: 1px solid #eee;
  white-space: normal;
  text-align: center;
}

.item li:last-child {
  border-right: none;
}

.item li a {
  color: #333;
}

.itemlist {
  border-bottom: 1px solid #eee;
}

.itemlist:nth-child(odd) {
  background: #f9f9f9;
}

.th02 {
  background: #b0665d;
  color: #fff;
}

.th02 li {
  border-right: 1px solid #fff;
}

.three {
  width: 33.33%;
  padding: 0;
  float: left;
  font-size: 0.8em;
  letter-spacing: 0.01em;
  word-wrap: break-word;
  border-right: 1px solid #eee;
}

.three:nth-child(3) {
  border-right: none;
}

.other-color {
  color: #171010;
  font-weight: 800 !important;
}

/*總門診表*/
.item-outpatient:nth-child(odd) {
  background: #f9f9f9;
}

/*門診表元素*/
.bggray {
  background: #f9f9f9;
}

.item li .drname {
  display: block;
  font-weight: 600;
  padding-top: 5px;
}

.item li .drtime {
  font-size: x-small;
  color: #d64d3d;
  line-height: 18px;
}

.item li .remark {
  display: block;
  font-size: x-small;
  color: #d64d3d;
  line-height: 15px;
  padding-bottom: 5px;
}

/*仿table列表_標題+寬度等額外元素*/
.h90 {
  height: 90px;
  line-height: 90px;
}

.h80 {
  /*height:80px;*/
  line-height: 80px;
}

.h40 {
  height: 40px;
  line-height: 40px;
}

.w100 {
  width: 100%
}

.w90 {
  width: 90%
}

.w80 {
  width: 80%
}

.w70 {
  width: 70%
}

.w60 {
  width: 60%
}

.w50 {
  width: 50%
}

.w40 {
  width: 40%
}

.w30 {
  width: 30%
}

.w25 {
  width: 25%
}

.w20 {
  width: 20%
}

.w15 {
  width: 15%
}

.w12 {
  width: 12.5%
}

.w10 {
  width: 10%;
}

#schedule-bottom {
  text-align: center;
  padding: 25px 0;
  color: #b0665d;
  font-weight: 600;
}

/*首頁消息*/
#index-news {
  background: linear-gradient(to bottom, #f0f2f1 0%, #ffffff 30%);
  padding-bottom: 65px;
}

#index-news h2 {
  color: #b20808;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 65px;
  text-align: center;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}

.news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.news-content {
  flex: 1;
  color: #626262;
}

.news-content h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 5px;
}

.news-content h3 a {
  color: #626262;
}

.news-date {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  /* 防止換行 */
}

/*首頁安禾服務*/
#index-anhe-banner {
  background-image: url("../images/banner-anhe.jpg");
  height: 468px;
  text-align: center;
  padding-top: 128px;
}

#index-anhe-banner h2 {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  text-shadow: 0 0 5px #585858, 0 0 10px #585858, 0 0 15px #585858, 0 0 20px #585858;
  padding-bottom: 15px;
}

#index-anhe-banner h3 {
  text-align: center;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-shadow: 0 0 5px #585858, 0 0 10px #585858, 0 0 15px #585858, 0 0 20px #585858;
}

#index-anhe-banner ul {
  list-style: none;
}

#index-anhe-banner li {
  display: inline-block;
  align-items: center;
  padding: 15px 0;
}

#index-anhe-banner li a {
  display: block;
  padding: 5px 15px;
  background: #fff;
  color: #585858;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 50px;
}

#index-anhe-banner li a:hover {
  transition: all 0.5s ease-in-out;
  background: #585858;
  color: #fff;
}

/*首頁疼痛復健輪播*/
#index-anhe-ad {
  padding: 50px;
}

#index-anhe-ad h2 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 50px;
  color: #626262;
}

#index-anhe-ad h3 {
  text-align: center;
  color: #626262;
  font-weight: 500;
  padding: 15px;
}

/*首頁安新洗腎室*/
#index-anxin-banner {
  background-image: url("../images/banner-anxin.jpg");
  height: 468px;
  text-align: center;
  padding-top: 168px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

#index-anxin-banner h2 {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  text-shadow: 0 0 5px #585858, 0 0 10px #585858, 0 0 15px #585858, 0 0 20px #585858;
  padding-bottom: 15px;
}

#index-anxin-banner h3 {
  text-align: center;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-shadow: 0 0 5px #585858, 0 0 10px #585858, 0 0 15px #585858, 0 0 20px #585858;
}

#index-anxin-banner a {
  display: inline-block;
  padding: 5px 15px;
  background: #fff;
  color: #585858;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 50px;
  margin-top: 10px;
}

#index-anxin-banner a:hover {
  transition: all 0.5s ease-in-out;
  background: #585858;
  color: #fff;
}


/*內頁共用+額外設定*/
#bannerin {
  padding: 25px 0 25px 0;
}

#bannerin h1.title {
  color: #626262;
  font-weight: 600;
  font-size: 2em;
  text-align: center;
}

/*內頁編輯器*/
.ckediter {
  padding: 10px;
}

.ckediter img {
  max-width: 100%;
  height: auto !important;
}

/* 排除掉 .ckediter 裡的內容，讓編輯器恢復預設 */
.ckediter h1,
.ckediter h2,
.ckediter h3,
.ckediter h4,
.ckediter h5,
.ckediter h6,
.ckediter ul,
.ckediter ol,
.ckediter li {
  margin: revert;
  padding: revert;
}

.ckediter-date {
  padding-left: 10px;
  color: #00a0e9;
}

/*回上頁*/
#back {
  width: 105px;
  margin: 50px auto;
  text-align: center;
  cursor: pointer;
}

#back a {
  display: block;
  background-image: url(../images/svg/arrowleft.svg);
  background-repeat: no-repeat;
  background-position: left center;
  -moz-background-size: 20px;
  -webkit-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
  width: 105px;
  -mox-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#back a:hover {
  -mox-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

/*麵包屑*/
#sitemap {}

#sitemap ul {
  text-align: right;
  padding: 15px 15px 5px 0;
}

#sitemap li {
  display: inline-block;
  font-size: 0.9em;
  /*color: #666666;*/
  padding: 0 5px;
  margin-left: -5px;
  line-height: 1em;
}

#sitemap li:after {
  content: ' / ';
  margin-left: 5px;
  color: #dbad89;
}

#sitemap li:last-child:after {
  display: none;
}

#sitemap li a {
  color: #666666;
}

#sitemap li a:hover {
  color: #b7794a;
}

#sitemap li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

/*分頁數字*/
#page {
  margin: 0;
  margin-bottom: 50px;
}

#page ul {
  text-align: center;
}

#page li {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  color: #000;
}

#page li a {
  color: #999;
}

#page li a:hover {
  color: #000;
}

/*最新消息*/
.news {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  margin: 15px 0;
  padding: 15px 0;
}

.newsin {
  width: calc(100% - 80px);
}

.newsin h1,
.newsin a h4 {
  color: #626262;
  font-size: 1.2em;
}

.newsin p {
  margin: 0;
  display: none;
}

.newsdate {
  width: 130px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.newsdate .date {
  font-size: 1.6em;
  color: #b5b5b5;
  padding-bottom: 3px;
}

.newsdate .year {
  font-size: 1em;
  color: #b5b5b5;
}

/*最新消息內頁*/
#main {
  width: 800px;
  margin: 0 auto;
}

#main img {
  width: 100% !important;
}

/*醫療團隊*/
#list-dr {
  margin-top: 25px;
}

.list-dr {
  display: flex;
  flex-direction: row;
  /*橫向往右*/
  flex-wrap: wrap;
  /*nowrap不換行、wrap換行、wrap-reverse換行換方向*/
  border-top: 5px solid #ecdfcb;
  padding: 25px 0;
}

.list-dr .list {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 50%;
}

.list-dr .list .img {
  padding: 5px;
  width: 40%;
}

.list-dr .list .txt {
  padding: 5px;
  width: 60%;
}

.list-dr .list .txt h5 {
  color: #bf782a;
  font-size: 0.9em;
}

.list-dr .list .txt h4 {
  color: #626262;
  font-size: 1.4em;
  font-weight: 600;
  padding: 8px 0;
}

.list-dr .list .txt li {
  list-style-type: none;
  color: #737373;
}

.list-dr a.dr-register {
  display: block;
  width: 150px;
  text-align: center;
  padding: 3px 5px;
  margin: 5px 0 0 0;
  background: #a3683e;
  color: #fff;
}

.list-dr a.dr-register:hover {
  background: #673e1c;
}

/*醫療團隊-其他*/
#list-other {
  display: block;
}

#list-other1 {
  display: none;
}

.list-other {
  display: flex;
  flex-direction: row;
  /*橫向往右*/
  flex-wrap: wrap;
  /*nowrap不換行、wrap換行、wrap-reverse換行換方向*/
  border-top: 5px solid #ecdfcb;
  padding: 10px;
}

.list-other:nth-child(even) {
  background: #fbf7f1;
}

.list-other .list {
  display: inline-flex;
  align-items: center;
  padding: 1px 15px;
  width: 20%;
  border-right: 1px solid #ecdfcb;
}

.list-other .list:last-child {
  border-right: none;
}

.list-other1 .list {
  padding: 10px;
}

.list-other .list .title,
.list-other1 .list .title {
  color: #6b6b6b;
}

.list-other .list .name,
.list-other1 .list .title {
  color: #98544c;
  font-size: 1.2em;
}

/*診所服務*/
#banner-medical-service {
  background: url("../images/banner-medical-service.jpg");
  background-size: cover;
  height: 250px;
}

#banner-medical-service h1 {
  color: #626262;
  font-weight: 600;
  font-size: 2em;
  text-align: left;
}

#banner-medical-service b {
  color: #626262;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 45px;
}

#medical-service {
  padding: 25px 0;
}

#medical-service #img {
  float: left;
  width: 443px;
}

#medical-service #txt {
  float: right;
  width: calc(100% - 443px);
  padding: 25px 0 0 50px;
}

#medical-service #txt h2 {
  font-size: 2em;
  font-weight: 600;
  color: #676767;
  padding-bottom: 15px;
}

#medical-service #txt h3 {
  color: #b81c22;
  font-weight: 600;
  margin-top: 30px;
}

#medical-service #txt ul {
  list-style-type: none;
  padding-top: 15px;
}

#medical-service #txt li {
  padding-bottom: 10px;
}

#medical-service #txt li b::after {
  content: ' – ';
}

#medical-service #txt li i {
  background: #7cb342;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
}

#medical-service-bottom {
  margin-bottom: 50px;
}

#medical-service-bottom h3 {
  font-size: 1em;
  text-align: center;
  color: #000;
  padding-top: 5px;
}

/*安禾疼痛治療*/
#banner-pain-rehab {
  background: url("../images/banner-pain-rehab.jpg");
  background-size: cover;
  height: 468px;
  text-align: center;
}

#banner-pain-rehab a {
  color: #00b900;
}

#banner-pain-rehab h1 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
  text-shadow:
    0 0 5px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(0, 0, 0, 0.25),
    0 0 15px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
  text-align: center;
  padding-top: 130px;
}

#banner-pain-rehab h3 {
  display: inline-block;
  padding: 5px 35px;
  background: #fff;
  color: #585858;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 50px;
}

#banner-pain-rehab>#sitemap,
#banner-pain-rehab>#sitemap a {
  color: #fff;
}

#pain-rehab-top {
  padding: 50px 0;
}

#pain-rehab-top .left {
  width: 328px;
}

#pain-rehab-top .right {
  width: calc(100% - 328px);
  padding: 25px;
}

#pain-rehab-top .right h3 {
  color: #735f50;
  font-weight: 600;
  padding-bottom: 10px;
}

#pain-rehab-bottom {
  padding-bottom: 50px;
}

#pain-rehab-bottom .left {
  width: 50%;
  padding-top: 50px;
}

#pain-rehab-bottom .left h3 {
  color: #735f50;
}

#pain-rehab-bottom .left a {
  font-weight: 600;
  color: #5a5a5a;
}

#pain-rehab-bottom .left i {
  color: #df3a3a;
}

#pain-rehab-bottom .right {
  width: 50%;
}

/*安禾疼痛治療-醫療項目*/
#banner-pain-rehab-item {
  background-image: url("../images/banner-pain-rehab-item.jpg");
  background-size: cover;
  height: 235px;
  padding-top: 70px;
}

#banner-pain-rehab-item h2 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
  text-shadow:
    0 0 5px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(0, 0, 0, 0.25),
    0 0 15px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
  padding-top: 20px;
}

#banner-pain-rehab-item a {
  font-weight: 600;
  color: #5a5a5a;
}

#banner-pain-rehab-item a:hover {
  color: #000;
  transition: all 0.5s ease-in-out;
}

#banner-pain-rehab-item i {
  color: #df3a3a;
}

/*安禾-兒童早療*/
#banner-child-early-therapy {
  background: url("../images/banner-child-early-therapy.jpg");
  background-size: cover;
  height: 468px;
  text-align: center;
}

#banner-child-early-therapy h1 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
  text-shadow:
    0 0 5px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(0, 0, 0, 0.25),
    0 0 15px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
  text-align: center;
  padding-top: 130px;
}

#banner-child-early-therapy h3 {
  display: inline-block;
  padding: 5px 35px;
  background: #fff;
  color: #585858;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 50px;
}

#banner-child-early-therapy a {
  color: #00b900;
}

#banner-child-early-therapy p {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  text-shadow:
    0 0 5px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(0, 0, 0, 0.25),
    0 0 15px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 0, 0, 0.15);
}

#banner-child-early-therapy>#sitemap,
#banner-child-early-therapy>#sitemap a {
  color: #fff;
}

#therapy-class-top {
  text-align: center;
  padding: 25px 0;
  color: #4b4b4b;
}

/*早療課程列表*/
#therapy-class .therapy-class {
  margin-bottom: 25px;
  clear: both;
}

#therapy-class .therapy-class .img {
  float: left;
  width: 50%;
}

#therapy-class .therapy-class .img img {
  width: 100%;
}

#therapy-class .therapy-class .txt {
  float: right;
  width: 46%;
  padding-top: 140px;
}

#therapy-class .therapy-class .course-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
}

#therapy-class .therapy-class .txt .tags {
  display: flex;
  align-items: center;
  gap: 8px;
}

#therapy-class .therapy-class .txt .tag {
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

#therapy-class .therapy-class .txt .tag.name {
  background: #005273;
  color: #fff;
}

#therapy-class .therapy-class .txt .tag.value {
  color: #d32f2f;
}

#therapy-class .therapy-class .txt .tag.type {
  background: #c6e1d5;
  color: #005273;
}

#therapy-class .therapy-class .txt p {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

/*下載檔案*/
#dowload {
  margin-top: 75px 0 50px 0;
  padding: 25px;
}

#dowload ul {
  padding-top: 25px;
}

#dowload li {
  font-size: 1.1em;
}

#dowload li a {
  color: #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
}

#dowload li a:hover {
  color: #d32f2f;
}

/*安新洗腎室*/
#banner-dialysis-center {
  background: url("../images/banner-dialysis-center.jpg");
  background-size: cover;
  height: 468px;
  text-align: center;
}

#banner-dialysis-center h1 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
  text-shadow:
    0 0 5px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(0, 0, 0, 0.25),
    0 0 15px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
  padding-top: 130px;
}

#banner-dialysis-center h3 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  text-shadow:
    0 0 5px rgba(0, 0, 0, 0.3),
    0 0 10px rgba(0, 0, 0, 0.25),
    0 0 15px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 0, 0, 0.15);
}

#banner-dialysis-center #sitemap,
#banner-dialysis-center #sitemap a {
  color: #fff;
}

/*洗腎室上*/
#dialysis-center-top {
  padding: 25px 0;
  margin-top: 25px;
}

#dialysis-center-top .left {
  width: 43%;
}

#dialysis-center-top .right {
  width: 55%;
}

#dialysis-center-top h2 {
  color: #735f50;
  font-weight: 600;
  margin-top: 25px;
}

/*洗腎室中*/
#dialysis-center-center {
  padding: 25px 0;
}

#dialysis-center-center .left {
  width: calc(55% - 25px);
  padding-top: 50px;
}

#dialysis-center-center .right {
  width: 43%;
  margin-right: 25px;
}

/*洗腎室下*/
#dialysis-center-bottom {
  padding: 25px 0;
}

#dialysis-center-bottom .left {
  width: 239px;
}

#dialysis-center-bottom .right {
  width: calc(100% - 239px);
  padding: 50px 0 0 50px;
}

#dialysis-center-bottom .right h2 {}

#dialysis-center-bottom .right ol {
  margin: 15px 0 0 25px;
}

/*洗腎室共用*/
#dialysis-center-top h2,
#dialysis-center-center h2,
#dialysis-center-bottom h2 {
  color: #735f50;
  font-weight: 600;
  margin-top: 25px;
  font-size: 1.3em;
}

#dialysis-center-top p,
#dialysis-center-center p,
#dialysis-center-bottom p {
  font-size: 1em;
  margin: 3px;
  padding: 3px;
}

#dialysis-center-top img,
#dialysis-center-center img,
#dialysis-center-bottom img {
  width: 100%;
}

/*衛教園地*/
.qa-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.qa-item {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: background 0.3s;
}

.qa-item:hover {
  background: #f9f9f9;
}

.qa-item dl {
  margin: 0;
}

.qa-item dt {
  font-weight: bold;
  color: #222;
}

.qa-item dd {
  margin: 0.5em 0 0;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制最多顯示3行 */
  -webkit-box-orient: vertical;
}

/*衛教園地分類+按鈕*/
.sublink-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  flex-wrap: wrap;
}

.sublink-left {
  flex: 1;
}

.sublink-right {
  flex: 1;
  text-align: right;
  padding-bottom: 10px;
}

.sublink-right select {
  border: 1px solid #bfbfbf;
  padding: 8px 40px 8px 16px;
  border-radius: 6px;
  font-size: 1em;
  /*移除箭頭樣式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*改變右邊箭頭樣式*/
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.sublink-right select:focus,
.sublink-right option:focus {
  outline: none;
}

.ask-btn {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #bd9474;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.ask-btn:hover {
  background-color: #a47759;
}

/*衛教園地內頁*/
#bannerin h2.title-qa {
  color: #c69772;
  font-weight: 700;
  font-size: 2.5em;
  margin-top: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
}

.qa-article {
  max-width: 800px;
  margin: 30px auto 0 auto;
  background: #fff;
  padding: 35px 25px 10px 25px;
}

.question-title {
  font-size: 1.6em;
  line-height: 1.3em;
  margin-bottom: 0.5em;
  color: #222;
}

.meta {
  font-size: 0.9em;
  color: #888;
  margin-bottom: 1.5em;
}

.answer {}

.answer-body p {
  line-height: 1.6;
  margin-bottom: 1em;
}

.answer-body img {
  max-width: 100%;
  margin-top: 1em;
  border-radius: 6px;
}

.doctor-info {
  background: #f9f9f9;
  padding: 1em;
  margin-top: 2em;
  border-left: 4px solid #ccc;
}

.center-red {
  text-align: center;
  color: #C91E21;
  font-size: 0.7em;
}

/*底部line按鈕*/
#line-btn {
  position: fixed;
  right: 10px;
  bottom: 50px;
  border-radius: 50px;
  padding: 15px 5px;
  background: #fff;
  border: 1px solid #eee;
}

#line-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #4cc061;
  color: #fff;
  font-size: 1.5em;
  transition: transform 0.1s ease-out;
  margin: 0 auto;
}

#line-btn a:hover {
  transition: all .5s ease-in-out;
  transform: scale(1.2);
}

#line-btn span {
  font-size: 0.8rem;
  text-align: center;
  padding-top: 5px;
}

/*尾部*/
footer {
  padding: 10px 0 0 0;
  background: #f6f6f6;
}

footer .column-left {
  float: left;
}

footer .column-right {
  float: right;
  padding: 45px 25px 5px 5px;
}

footer .addleft {
  padding-left: 45px;
}

#footernav li {
  list-style-type: none;
  margin-top: 15px;
  margin-left: 15px;
}

#footernav li#footerlogo {
  background-image: url(../images/svg/logo.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 120px;
  padding-top: 25px;
  color: #6d6d6d;
}

#footernav li#footerlogo div.big {
  font-size: 2.3em;
  margin-bottom: 10px;
}

#footernav li#footerlogo div.small {
  font-size: 1em;
  padding-left: 5px;
}

#footernav li#copyright {
  font-size: 0.8em;
  color: #1b1b1b;
  padding-left: 5px;
}

/*右邊資訊*/
#footernav02 {
  margin-top: -25px;
}

#footernav02 li {
  font-size: 0.9em;
  font-style: normal;
  list-style-type: none;
  color: #1b1b1b;
  padding-bottom: 2px;
}

#footernav02 li a {
  color: #1b1b1b;
}

#bottom {
  width: 100%;
  background: #626262;
  padding: 10px;
  color: #eeeeee;
  text-align: center;
  font-size: 0.8em;
  margin-top: 25px;
}