@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 1px;
  color: #666;
}

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

textarea {
  border: 1px solid #ccc;
  padding: 3px 5px;
  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;
  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;
}

.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;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

/*--------------------------上資料專區--------------------------*/
/*圖文左右用*/
.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;
  border-bottom: 3px solid #be1923;
  background: #fff;
}

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;
  background: #be1923;
  border-bottom: none;
}

#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;
}

/*第一層*/
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 {}

/*menu連結-fb*/
a.icon-fb {
  background-image: url(../images/svg/facebook.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 20px;
}

header.fix a.icon-fb {
  background-image: url(../images/svg/facebook02.svg);
}

header.fix a.icon-fb:hover {
  background-color: #3abcca;
}

/*首頁*/
#banner {
  background-position: center;
  height: 480px;
}

#word {
  text-align: right;
  padding-top: 150px;
  padding-right: 10px;
}

#word h2 {
  display: block;
  font-size: 3.6em;
  font-weight: 900;
  color: #941b24;
  margin-bottom: 30px;
}

#word b {
  display: block;
  font-size: 1.8em;
  font-weight: 300;
  color: #686868;
  margin-bottom: 15px;
}

#word #phone a {
  display: inline-block;
  text-align: center;
  background: #c42531;
  color: #fff;
  padding: 5px 10px;
}

/*首頁透析中心*/
#index-dialysis {
  margin-bottom: 25px;
  color: #828282;
}

#index-dialysis .left {
  width: 33%;
  padding: 25px 0;
}

#index-dialysis .right {
  width: 65%;
  margin-top: -80px;
}

#index-dialysis h3 {
  border-bottom: 3px solid #c42531;
  padding-bottom: 10px;
  font-size: 1.8em;
  font-weight: 500;
}

#index-dialysis h3 span {
  background: #c42531;
  color: #fff;
  padding: 8px 22px;
  margin-right: 10px;
  font-weight: 400;
}

#index-dialysis h4 {
  margin: 15px 10px;
  font-size: 1.3em;
  font-weight: 600;
}

#index-dialysis ul {
  margin-left: 20px;
  font-size: 1em;
}

#index-dialysis li {
  padding-bottom: 5px;
}

#index-dialysis #btn a {
  display: block;
  width: 125px;
  margin: 40px auto 25px auto;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #bfbfbf;
  color: #6d6d6d;
  font-size: 1em;
}

#index-dialysis #btn a:hover {
  background: #c42531;
  color: #fff;
  -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;
}

/*首頁-門診表*/
#outpatient-table {
  padding-bottom: 50px;
}

#outpatient-table h6 {
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  color: #6d6d6d;
  margin: 15px 0;
}

#schedule {
  margin: 25px 0;
}

#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%;
}

/*仿table列表設定*/
#item {
  color: #63686b;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: table;
  /*仿table設定*/
  width: 100%;
  table-layout: fixed;
}

/*仿table列表設定-表頭*/
.itemth {
  color: #fff;
  background-color: #acacac;
  text-align: center;
  vertical-align: middle;
  display: table-header-group;
  /*仿table設定*/
}

.itemth li {
  padding: 10px;
  border-right: 1px solid #fff;
  display: table-cell;
  /*仿table設定*/
}

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

/*仿table列表設定-表身*/
.itembody {
  display: table-row-group;
  /*仿table設定*/
}

.item {
  font-size: 1.1em;
  border-bottom: 1px solid #eee;
  display: table-row;
  /*仿table設定-橫列*/
}

.item:nth-child(even) {
  background: #f7f7f7;
}

.item li {
  padding: 10px;
  text-align: center;
  list-style-type: none;
  border-right: 1px solid #eee;
  vertical-align: middle;
  display: table-cell;
  /*仿table設定-每格*/
}

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

/*門診表元素*/
.item li .drname {
  color: #62696c;
}

.item li span {
  display: block;
  font-size: 0.95em;
  margin-bottom: 3px;
}

.item li .schedule-time {
  font-size: 0.8em;
  color: #e82632;
}

/*仿table列表_標題+寬度等額外元素*/
.w16 {
  width: 188px;
}

.w14 {
  width: 165px;
}

.w25 {
  width: 344px;
}

/*首頁消息*/
#index-news {
  background: url(../images/index-news.webp);
  height: 430px;
  background-position: right;
}

#index-news .left {
  width: 60%;
  min-height: 420px;
  margin-top: -40px;
  margin-left: -10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
  padding: 50px;
  background: #fff;
}

#index-news h6 {
  font-size: 1.5em;
  color: #6d6d6d;
  border-bottom: 2px solid #c42531;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

#index-news .btn {
  position: absolute;
  top: -10px;
  right: 0;
}

#index-news .btn a {
  display: block;
  width: 125px;
  padding: 3px 0;
  text-align: center;
  border: 1px solid #bfbfbf;
  color: #6d6d6d;
  font-size: 1em;
}

#index-news .btn a:hover {
  background: #c42531;
  color: #fff;
  -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;
}

#index-news ul {
  list-style-type: none;
}

#index-news li {
  margin-bottom: 15px;
}

#index-news li b a {
  color: #c42531;
}

#index-news li p,
#index-news li p a {
  color: #626262;
  margin: 0;
}

/*首頁醫師*/
#index-doctor {
  margin: 25px 0;
}

#index-doctor .left {
  width: 35%;
}

#index-doctor .left #index-information {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 5px 25px;
}

#index-doctor .right {
  width: 63%;
  padding-top: 25px;
  color: #626262;
}

#index-doctor .right h5 {
  font-size: 1.6em;
}

/*內頁共用*/
h1.title,
h2.title {
  text-align: center;
  font-size: 2.5em;
  font-weight: normal;
  margin-top: -25px;
  line-height: 50px;
  color: #941b24;
}

h3.title {
  text-align: center;
  color: #6d6d6d;
  font-weight: normal;
}

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

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

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

/*回上頁*/
.back {
  width: 105px;
  margin: 50px auto;
  text-align: center;
  cursor: pointer;
  -mox-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.back: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;
}

.back span {
  float: left;
  display: block;
  padding: 5px;
}

/*回上頁*/
#back {
  width: 105px;
  margin: 5px auto 25px 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 {
  padding-top: 25px;
  padding-right: 25px;
}

#sitemap ul {
  text-align: right;
}

#sitemap li {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 5px;
  color: #dcb295;
}

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

#sitemap li a {
  color: #999897;
}

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

#sitemap li::after {
  content: " / ";
}

#sitemap li:last-child::after {
  content: "";
}

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

#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 {
  border-top: 1px solid #dcdcdc;
  margin-top: 25px;
}

.news {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  margin: 25px 0;
  padding: 15px;
}

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

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

.newsin p {
  margin: 0;
}

.newsin p a {
  color: #7c7c7c;
  font-size: 1.em;
}

.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;
}

/*最新消息分類*/
#sublink {
  margin: 20px 0;
}

/*衛教園地分類+按鈕*/
.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;
}

.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: #be1923;
  color: white;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

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


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

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

/*陣容介紹*/
#team {
  padding: 25px 0;
}

.team {
  float: left;
  width: 23%;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-top: 10px;
  margin-right: 2%;
}

.team:nth-child(4) {
  margin-right: 0;
}

.team .team-img {}

.team.team-txt h5 {
  font-size: 1em;
  color: #5fb9c3;
  font-weight: 500;
  margin: 5px 0 3px 0;
}

.team .team-txt h6 {
  font-size: 1.5em;
  color: #4e4e4e;
  font-weight: 500;
  margin-bottom: 10px;
}

.team .team-txt h6 span.small {
  font-size: 70%;
}

.team:hover {
  background: #eee;
}

/*陣容介紹-內頁*/
#team-detail {
  margin: 25px 0;
}

#team-detail-img {
  float: left;
  width: 30%;
  padding: 5px 25px;
}

#team-detail-txt {
  float: right;
  width: 66%;
}

#team-detail-txt h2 {
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: 500;
  color: #be1923;
}

#team-detail-txt h1 {
  font-size: 2em;
  font-weight: 500;
  color: #4e4e4e;
  padding-top: 5px;
}

.team-detail-list {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #4e4e4e;
  line-height: 25px;
}

.team-detail-list b {
  float: left;
  width: 10%;
  margin-right: 2%;
  background: #000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  padding: 3px 0;
}

.team-detail-list .team-detail-list-txt {
  float: left;
  width: 87%;
}

/*診所服務*/
.service-medical {
  background-image: url(../images/service-banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 50px;
  margin-bottom: 50px;
}

.service-medical h4 {
  padding: 70px 0 25px 50px;
  font-size: 2.2em;
  color: #941b24;
}

.service-medical .btn {
  display: inline-block;
  text-align: center;
  background: #c42531;
  color: #fff;
  padding: 5px 10px;
  margin-left: 50px;
}

.service-medical .btn a {
  color: #fff;
}

/*診所服務細項*/
.service-medical-in {
  width: 800px;
  margin-top: 80px;
  margin-left: 50px;
}

.service-medical-item {
  float: left;
  padding: 10px;
}

.service-medical-item h5 {
  font-size: 1.1em;
  color: #c42531;
  border-bottom: 3px solid #c42531;
  padding-bottom: 5px;
  display: inline;
}

/*洗腎中心*/
#service-dialysis-banner {
  background: url(../images/service-dialysis-banner.jpg);
  background-position: left;
  padding: 100px 0;
  text-align: right;
}

#service-dialysis-banner h2 {
  display: block;
  font-size: 3em;
  font-weight: 500;
  color: #941b24;
  margin-bottom: 25px;
}

#service-dialysis-banner h3 {
  display: block;
  font-size: 1.5em;
  font-weight: 300;
  color: #686868;
  margin-bottom: 20px;
}

#service-dialysis-banner #phone {
  display: inline-block;
  text-align: center;
  background: #c42531;
  color: #fff;
  padding: 5px 10px;
}

#dialysis-item .dialysis-item {
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 5%;
  position: relative;
}

#dialysis-item .dialysis-item:nth-child(2) {
  margin-right: 0;
}

#dialysis-item .dialysis-item h4 {
  position: absolute;
  left: -10px;
  bottom: -20px;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  font-weight: 500;
}

/*洗腎中心02*/
#service-dialysis-banner02 {
  background: url(../images/service-dialysis-banner02.jpg);
  padding: 50px 0;
  height: 380px;
}

#service-dialysis-banner02-in {
  width: 530px;
  background: #fff;
  padding: 50px 15px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
}

#service-dialysis-banner02-in h3 {
  color: #c42531;
  font-size: 1.5em;
  border-bottom: 3px solid #c42531;
  margin-bottom: 15px;
  padding: 5px;
  display: inline-block;
}

#service-dialysis-banner02-in ul {
  margin-left: 25px;
  color: #6d6d6d;
}

#service-dialysis-banner02-in li {
  padding-bottom: 3px;
}

/*洗腎中心03*/
#service-dialysis-banner03 {
  padding: 50px;
}

#service-dialysis-banner03 .left {
  width: 40%;
}

#service-dialysis-banner03 .right {
  width: 60%;
}

#service-dialysis-banner03 .dialysis-item {
  padding: 10px 25px;
}

#service-dialysis-banner03 .dialysis-item h3,
#service-dialysis-banner03 .dialysis-item h4 {
  color: #c42531;
  font-size: 1.3em;
  border-bottom: 2px solid #c42531;
  margin-bottom: 5px;
  padding: 5px;
  display: inline-block;
}

#service-dialysis-banner03 .dialysis-item ul {
  margin-left: 25px;
  color: #6d6d6d;
}

#service-dialysis-banner03 .dialysis-item li {
  padding-bottom: 3px;
}

/*慢性腎臟病*/
#information {
  border-top: 1px solid #dcdcdc;
  margin-top: 25px;
}

.information {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  margin: 5px 0;
  padding: 15px;
}

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

/*衛教園地*/
.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;
}

.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;
}

/*衛教園地內頁*/
.qa-article {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
}

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

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

/* A 左側圓形標籤排版 */
.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.8em;
}

/*衛教園地-聯絡我們*/
#qa-form-section {
  background-image: url("../images/service-banner.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  padding-top: 50px;
}

#qa-form-section h2 {
  text-align: center;
  line-height: 1.3em;
}

#qa-form-section-in {
  width: 900px;
  margin: 25px auto 50px auto;
  background-color: #fff;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, .15);
}

#qa-form-section-in .required {
  color: red;
  font-weight: bold;
}

.qa-form .form-group {
  margin-bottom: 1em;
}

.qa-form input[type="text"],
.qa-form input[type="tel"],
.qa-form input[type="email"],
.qa-form select,
.qa-form textarea {
  width: 100%;
  padding: 0.6em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.qa-form textarea {
  resize: vertical;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 1em;
  /* 輸入框與圖片間距 */
  margin-top: 0.5em;
}

.captcha-row input[type="text"] {
  flex: 0 0 50%;
  /* 固定寬度為容器的 50% */
}

.captcha-row img {
  height: 38px;
  vertical-align: middle;
}

.qa-form .btn {
  background-color: #bd9474;
  color: white;
  padding: 0.6em 1.5em;
  border: none;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
}

.qa-form .btn:hover {
  background-color: #a67b56;
}

.qa-form input::placeholder,
.qa-form textarea::placeholder {
  color: #999;
  opacity: 0.7;
}

/*預約諮詢*/
.contactbg {
  background: url(../images/contactbg.webp);
  background-attachment: fixed;
  background-position: center top;
  font-size: 0.9em;
  color: #666666;
}

#contact {
  width: 600px;
  padding: 25px 25px 50px 25px;
  margin: 50px auto 100px auto;
  background-color: #fff;
}

#contact h2 {
  font-size: 2em;
  font-weight: 300;
  color: #6d6d6d;
  padding: 10px;
  border-bottom: 5px solid #dedede;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 150px;
}

#contact p {
  text-align: center;
}

#contact .list {
  width: 100%;
  margin: 15px 0;
}

#contact .btn {
  width: 150px;
  color: #fff;
  background: #b5b5b5;
  text-align: center;
}

#contact ul.exercise-purpose {
  list-style-type: none;
  margin: 5px 0;
}

#contact ul.exercise-purpose li {
  margin-top: 3px;
}

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

footer .column-left {
  float: left;
}

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

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

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

#footernav02 li:last-child {
  padding-left: 45px;
}

#footernav li#footerlogo {
  background-image: url(../images/svg/logo.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 80px;
  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;
}

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