@media (min-width: 959px) and (max-width: 1200px) {}
@media (max-width: 959px) {
  /*行動版左側選單_包住*/
  #w {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  /*行動版上方*/
  #w #pagebody {
    position: relative;
    left: 0;
    /*z-index: 99999;*/
  }
  #w #pagebody #toolbarnav {
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.1);
  }
  #w #pagebody #toolbarnav #logo-mobile {
    position: absolute;
    left: 50%;
    width: 180px;
    margin-left: -90px;
  }
  #w #pagebody #toolbarnav #menu-btn {
    width: 60px;
    height: 40px;
    margin: 8px;
    background: url(../images/menu.png) center center no-repeat #6c6c6c;
    border: 0;
    text-indent: -999999px;
    position: absolute;
    top: 0;
    left: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -border-radius: 3px;
    box-shadow: inset 0 1 1px #000;
    cursor: pointer;
  }
  #w #pagebody #content {
    display: block;
    height: 100%;
    z-index: 9999;
    padding-top: 45px;
  }
  /*行動版左側選單_選單*/
  #w #navmenu {
    background: #6c6c6c;
    height: 100%;
    display: block;
    position: fixed;
    width: 200px;
    left: 0px;
    top: 0px;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
  }
  #w #navmenu header {
    display: block;
    height: 44px;
  }
  #w #navmenu header h2 {
    text-align: center;
    padding-top: 10px;
    color: #e6e8f2;
    font-weight: bold;
    font-size: 2.1em;
    text-shadow: 1px 1px 0px #313131;
  }
  /*連結*/
  #w #navmenu ul {
    list-style: none;
  }
  #w #navmenu li {
    width: 100%;
    float: left;
  }
  #w #navmenu ul li a {
    display: block;
    color: #fff;
    font-size: 1.1em;
  }
  #w #navmenu ul li a:visited {
    text-decoration: none;
  }
  #w #navmenu ul li a:hover {
    color: #FFF;
    text-decoration: none;
  }
  #w #navmenu ul li .qa_title:hover {
    background: #000;
  }
  /*連結下拉*/
  #menu #qaContent li .qa_title {
    font-size: 0.95em;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    background: #6c6c6c;
    text-align: left;
  }
  #menu #qaContent li .qa_title a {
    font-size: 0.95em;
  }
  #menu #qaContent li .qa_content li {
    font-size: 0.8em;
    border-bottom: none;
  }
  #menu #qaContent li .qa_content li a {
    display: block;
    font-size: 1.2em;
    line-height: 30px;
    padding: 5px 0 5px 10px;
    color: #000;
    background: #eee;
    text-align: left;
  }
  /*統一設定*/
  .container {
    width: 100%;
  }
  .container02 {
    width: 100%;
  }
  .web {
    display: none;
  }
  .mobile {
    display: block;
  }
  /*網頁版上方*/
  header {
    display: none;
  }
  nav {
    display: none;
  }
  /*首頁*/
  #banner {
    background-image: url(../images/bannermobile.jpg);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    padding: 120px 25px;
  }
  #banner h4 {
    font-size: 1.1em;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  #banner h2 {
    font-size: 1.5em;
    line-height: 35px;
    padding-bottom: 5px;
  }
  #banner h3 {
    font-size: 1.1em;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  /*首頁關於我們*/
  #index-about {
    margin: 0 0;
  }
  #index-about .left {
    width: 100%;
    display: none;
  }
  #index-about .right {
    width: 100%;
  }
  /*首頁醫養結合*/
  #index-integrated-care {
    height: auto;
    padding: 50px 25px;
  }
  #index-integrated-care br {
    display: none;
  }
  #index-integrated-care h2 {
	line-height: 35px;
  }
  #index-integrated-care .tag-container-out {
		font-size: 1em;
	}
  #index-integrated-care .tag-container {
        max-width: 100%;
    }
	
	
	
  /*首頁更多醫養合一*/
  #index-about {
    margin: 10px 0;
  }
  #integrated-care-more .left {
    width: 100%;
    padding: 0;
    display: none;
  }
  #integrated-care-more .right {
    width: 100%;
    padding: 15px;
  }
  /*我們的服務-關於我們*/
  #about img {
    width: 100%;
  }
  #about .left {
    width: 100%;
    padding: 25px;
  }
  #about .right {
    width: 100%;
    padding: 25px;
  }
  #about .right h1 {
	  line-height: 35px;
  }
  #about .right img {
    display: none;
  }
  /*我們的服務-服務介紹*/
  #service .left {
    width: 100%;
    padding: 0;
  }
  #service .right {
    width: 100%;
    padding-top: 25px;
  }
  #service-bottom .left {
    width: 100%;
    padding: 25px;
  }
  #service-bottom .left ol {
    padding-left: 25px;
  }
  #service-bottom .right {
    width: 100%;
    padding: 25px;
  }
  #service-bottom .right img {
    width: 100%;
  }
  /*醫養結合*/
	#integrated-care-top {
    height: auto;
    }
	#integrated-care-top #postion {
		position: static;
	}
	#integrated-care-top h1 {
		margin-top: 50px;
	}
	.tag-container-out {
		font-size: 1em;
	}
    .tag-container {
        max-width: 100%;
    }
	#integrated-care p {
		padding: 0 25px;
	}
	#integrated-care br ,#integrated-care br .addtop50{
		display: none;
	}
	#integrated-care .addtop50{
		padding-top: 0;
	}
	#integrated-care .left {
      width: 100%;
	  padding: 0 25px;
    }
    #integrated-care .right {
      width: 100%;
	  padding: 0 25px;
    }
	
  /*入住須知*/
  #admission {
    padding: 25px;
  }
  /*環境介紹上方*/
  #environment img {
    width: 100%;
  }
  #environment .left {
    width: 100%;
  }
  #environment .right {
    width: 100%;
    padding: 0 25px;
  }
  /*環境圖片*/
  .env-section {
    grid-template-columns: repeat(1, 1fr);
  }
  #contact-top {
    height: auto;
	  padding: 0 25px;
  }
  #contact-top h1 {
    margin-top: 25px;
  }
  #contact-top br {
    display: none;
  }
	
  /*活動照片列表*/
  #event-photos .album-card {
    width: calc(50% - 20px);
  }	
	
  /*聯絡我們*/
  #contact {
    padding-bottom: 0;
  }
  #contact .left {
    width: 100%;
    padding: 0 25px;
  }
  #contact .right {
    width: 100%;
  }
  /*尾部*/
  footer .column-left {
    float: none;
    width: 96%;
  }
  footer .column-right {
    float: none;
    width: 96%;
    padding: 20px 5px 5px 15px;
  }
  #footernav02 li {
    font-size: 0.9em;
    padding-bottom: 3px;
  }
  #footerlogo {
    display: none;
  }
  #footernav li#copyright {
    padding: 0;
  }
}
@media (min-width: 20px) and (max-width: 530px) {
	.tag-text {
		display: none;
	}
}