@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;
}
.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;
}
.left {
  float: left;
}
.right {
  float: right;
}
.red {
  color: #EB070A;
}
/*上方*/
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;
}
/*第一層*/
ul.navigation li {
  position: relative;
  list-style-type: none;
  z-index: 100;
  display: inline-block;
  color: #434343;
  text-align: center;
  font-size: 1.1em;
  line-height: 50px;
  padding: 0 15px;
}
ul.navigation li a {
  display: block;
  text-align: center;
  color: #434343;
}
ul.navigation li:hover a {
  color: #c69772;
}
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 {
  color: #6accd7;
  background: #fff;
}
ul.navigation ul li:last-child {
  border-bottom: none;
}
header.fix ul.navigation li:hover {
  color: #6accd7;
  background: #fff;
}
/*連結高度*/
.addheight {
  text-align: center;
}
.addheight:hover {
  color: #3cbdcb;
}
.addheight ul li a {
  color: #3cbdcb;
}
/*共用連結樣式*/
ul.link-more {
  text-align: left;
}
ul.link-more li {
  display: inline-block;
  padding: 25px 25px 0 0;
}
ul.link-more li a {
  color: #a88b54;
}
ul.link-more li a i {
  color: #1e3050;
}
ul.link-more li a:hover {
  color: #1e3050;
  transition: all 0.5s ease-in-out;
}
/*首頁*/
#banner {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  padding-top: 200px;
  text-align: left;
}
#banner h4 {
  font-size: 1.4em;
  font-weight: 600;
  color: #6d6d6d;
  padding-bottom: 25px;
  padding-left: 60px;
}
#banner h2 {
  font-size: 2.3em;
  font-weight: 700;
  color: #bf782a;
  padding-bottom: 25px;
  /*text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ffccff;*/
}
#banner h3 {
  font-size: 1.5em;
  font-weight: 500;
  color: #6d6d6d;
  padding-left: 25px;
}
/*首頁關於我們*/
#index-about {
  margin: 25px 0;
}
#index-about .left {
  width: 50%;
}
#index-about .right {
  width: 48%;
  padding: 25px;
}
#index-about h2 {
  font-size: 2em;
  font-weight: 600;
  color: #e24444;
}
#index-about h3 {
  margin-top: 25px;
  padding-bottom: 5px;
}
#index-about img {
  width: 100%;
}
#index-about ul.service-list {
  padding: 0 0 0 10px;
  list-style-type: none;
}
#index-about ul.service-list li::before {
  content: ' • ';
}
/*首頁醫養結合*/
#index-integrated-care {
  background-image: url("../images/index-integrated-care.jpg");
  background-size: cover;
  height: 514px;
  padding: 150px;
  text-align: center;
}
#index-integrated-care h2 {
  color: #fff;
  font-size: 1.8em;
  text-shadow: 0 0 5px #626262, 0 0 10px #626262, 0 0 15px #626262, 0 0 20px #626262;
}
#index-integrated-care p {
  font-weight: 600;
  color: #313131;
  text-shadow: 0 0 5px #c5c7ce, 0 0 10px #c5c7ce, 0 0 15px #c5c7ce, 0 0 20px #c5c7ce;
}
.tag-container-out {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
  font-size: 1.5em;
  font-weight: 600;
}
.tag-container {
  display: flex;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 0 25px 0 0;
  max-width: 620px;
  background: #fff;
}
.tag-label {
  background: #b89b60;
  color: #fff;
  padding: 8px 25px;
  border-radius: 25px;
  white-space: nowrap;
}
.tag-text {
  display: flex;
  align-items: center;
  color: #333;
  margin-left: 12px;
  white-space: nowrap;
}
.tag-text .plus {
  color: #a0a0a0;
  margin: 0 6px;
}
/*首頁更多醫養合一*/
#index-about {
  margin: 50px 0;
}
#integrated-care-more .left {
  width: 45%;
  padding: 25px;
}
#integrated-care-more .right {
  width: 52%;
  padding-top: 75px;
}
#integrated-care-more h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: #676767;
}
#integrated-care-more img {
  width: 100%;
}
/*內頁共用+額外設定*/
#bannerin {
  padding: 50px 0 25px 0;
}
#bannerin h1.title {
  font-weight: 600;
  font-size: 1.7em;
  padding-bottom: 10px;
  text-align: center;
  color: #575757;
}
/*內頁編輯器*/
.ckediter {
  padding: 10px;
}
.ckediter img {
  max-width: 100%;
  height: auto !important;
}
.ckediter-date {
  padding-left: 10px;
  color: #00a0e9;
}
/*回上頁*/
.back {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 50px 10px;
  cursor: pointer;
}
/*麵包屑*/
#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 {
  border-right: none;
  color: #bd9474;
}
/*我們的服務-關於我們*/
#about img {
  width: 100%;
}
#about .left {
  width: 48%;
}
#about .right {
  width: 47%;
  padding-top: 25px;
}
#about .right h1 {
  color: #b81c22;
  padding-top: 10px;
}
#about .right a {
  color: #a88b54;
}
#about .right img {
  width: 80%;
}
/*我們的服務-服務介紹*/
#service {
  margin-top: 25px;
}
#service img {
  width: 100%;
}
#service .left {
  width: 50%;
  padding: 25px;
}
#service .right {
  width: 46%;
  padding-top: 50px;
}
#service .right h2 {
  color: #b81c22;
  padding-top: 10px;
}
#service .right h3 {
  padding-top: 15px;
  padding-bottom: 5px;
}
#service .right ol {
  padding-left: 25px;
}
#service-bottom {
  margin-top: 25px;
  margin-bottom: 50px;
}
#service-bottom .left {
  width: 40%;
  padding: 50px 0 0 50px;
}
#service-bottom .left ol {
  padding-left: 25px;
}
#service-bottom .right {
  width: 60%;
  padding-right: 50px;
}
#service-bottom .right img {
  width: 80%;
}
/*醫養結合上方*/
#integrated-care-top {
  background-image: url(../images/index-integrated-care.jpg);
  background-size: cover;
  height: 514px;
  text-align: center;
  /*position: relative;*/
}
#integrated-care-top h1 {
  font-size: 2.5em;
  font-weight: 600;
  color: #fff;
  padding-bottom: 25px;
  text-shadow: 0 0 5px #bbb, 0 0 10px #bbb, 0 0 15px #bbb, 0 0 20px #bbb;
  margin-top: 150px;
}
#integrated-care-top #postion {
  position: absolute;
  left: 0;
  top: 420px;
  ;
}
/*醫養結合*/
#integrated-care {
  padding: 25px 0;
}
#integrated-care p.center {
  text-align: center;
}
#integrated-care .addtop50 {
  padding-top: 50px;
}
#integrated-care img {
  width: 100%;
}
#integrated-care h2 {
  color: #d81801;
  padding: 25px 0 25px 0;
}
#integrated-care ol, #integrated-care ul {
  padding-left: 25px;
}
#integrated-care .left {
  width: 49%;
}
#integrated-care .right {
  width: 49%;
}
/*入住須知*/
#admission {
  padding: 25px 0;
}
#admission h2 {
  color: #c00;
  font-size: 1.6em;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}
#admission h3 {
  font-size: 1.2em;
  margin-top: 1.5em;
  margin-bottom: 5px;
  color: #444;
}
#admission p {
  margin: 0.5em 0;
}
#admission ul, ol {
  margin-left: 1.5em;
}
#admission table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}
#admission th, td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
#admission th {
  background-color: #eee;
  color: #007000;
}
#admission .highlight {
  color: #c00;
  font-weight: bold;
}
/*環境介紹*/
#environment {
  padding: 25px 0;
}
#environment .left {
  width: 38%;
}
#environment .right {
  width: 56%;
  padding-right: 25px;
}
#environment h1 {
  color: #b81c22;
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 1.5em;
}
#environment h3 {
  padding-top: 25px;
}
#environment ul {
  list-style-type: none;
}
#environment ul.link-more li a {
  color: #a88b54;
}
#environment ul.link-more li a i {
  color: #1e3050;
}
#environment ul.link-more li a:hover {
  color: #1e3050;
  transition: all 0.5s ease-in-out;
}
/*環境介紹-圖片*/
.env-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 1rem;
  justify-content: center;
}
.env-item {
  text-align: center;
}
.env-item img {
  width: 100%;
}
.env-item p {
  margin-top: 0.5rem;
  font-size: 1.1rem;
}
/*活動照片列表*/
#event-photos {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 500px;
}
#event-photos h2 {
  padding-bottom: 25px;
}
#event-photos .album-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#event-photos .album-card {
  width: calc(30% - 80px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#event-photos .album-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
#event-photos .album-card a h3 {
 color: #292929;
}
#event-photos .album-info {
  padding: 8px;
}
#event-photos .album-info h3 {
  font-size: 16px;
  margin: 0;
}
#event-photos .album-info p {
  font-size: 14px;
  color: #666;
  margin: 4px 0 0;
}


/*內頁相簿*/
#lightgallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  padding: 20px;
}
#lightgallery a img {
  width: 100%;
  height: 200px; /* 或 auto 看你需求 */
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


/*聯絡我們上方*/
#contact-top {
  background-image: url(../images/banner-contact.jpg);
  background-size: cover;
  height: 346px;
}
#contact-top h1 {
  font-size: 2em;
  font-weight: 600;
  color: #b81c22;
  margin-top: 100px;
}
/*聯絡我們*/
#contact {
  font-size: 0.8em;
  padding-bottom: 80px;
}
#contact img {
 width: 100%;
}
#contact .left {
  width: 58%;
 padding-top: 20px;
}
#contact .right {
  width: 40%;
}
#contact .list {
  float: left;
  width: 100%;
  margin: 10px 0;
}
#contact .btn {
  padding: 10px 25px;
  color: #fff;
  background: #000;
  text-align: center;
  width: 40%;
  margin: 35px 30%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#contact .listinput input, #contact .listinput select, #contact .listinput textarea {
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#contact #main p {
  text-align: center;
}
/*聯絡我們右側資訊*/
#contact .right address {
  font-style: normal
}
#contact .right h2 {
  font-size: 1.5em;
  padding-bottom: 5px;
}
#contact .right ul {
  padding: 25px 0 10px 25px;
  font-size: 1.1em;
}
#contact .right li {
  list-style-type: none;
  padding-bottom: 5px;
}
#contact .right b {
  font-size: 1.1em;
  margin-bottom: 25px;
  padding-top: 15px;
}
#contact .right p {
  padding: 0 25px;
  font-size: 1.2em;
}
/*尾部*/
footer {
  padding: 10px 0 0 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 a {
  color: #1b1b1b;
}
#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;
}
#bottom {
  width: 100%;
  background: #a88b54;
  padding: 10px;
  color: #eeeeee;
  text-align: center;
  font-size: 0.8em;
  margin-top: 25px;
}