@charset "utf-8";
/* CSS Document */
/* main */
.pageHeader{ width:100%; margin:0 auto; padding:0px 0; }
.pageHeader{ width:100%; margin:0 auto; padding:0px 0; }
.pageHeader .logo{ float:left; padding:0px 0px 0px 0px; margin:30px 0 35px 0px; }
.pageHeader .logo h1{ float:left; margin:0px 0 0px 0px;}
.pageHeader .logo h1 img{ height: 39px;}
.pageHeader .logo h1:after {
  width:1px; position:absolute;
  height: 40px; display:inline-block; 
  content: '';
  background:#7a879d; margin: 0px 15px 0px 0; 
}
.pageHeader .logo h2{ float:left; padding:0px 0 0px 15px; font-size:1.7em; color: #ec4034; font-weight: bold; font-family:"DFLiShu-B5"; }
.pageHeader .logo h2 img{ height: 39px; }
.pageHeader .top_menu{ display: flex;
  justify-content: flex-end;}
.pageHeader .top_menu .smenu{ margin: 0px 5px 0px 0px;  }
.pageHeader .top_menu .smenu ul{ background: #0a0a0a; margin: 0; padding: 7px 10px; list-style: none;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

display: flex;
justify-content: center; align-items: center;
}
.pageHeader .top_menu .smenu ul li{ font-size:1.0625em; color: #fff; display: flex;
justify-content: center; align-items: center;}
.pageHeader .top_menu .smenu ul li:after {
  width:1px; 
  height: 17px; display:inline-block; 
  content: '';
  background:rgba(255,255,255,0.3); margin: 0px 15px 0px 15px; 
}
.pageHeader .top_menu .smenu ul li:last-of-type:after {
  display:none; 
}
.pageHeader .top_menu .smenu ul li a{ color: #fff;}
.pageHeader .top_menu .smenu02{ margin: 0px 5px 0px 0px;}
.pageHeader .top_menu .smenu02 ul{ background: #49aad5; margin: 0; padding: 7px 10px; list-style: none;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

display: flex;
justify-content: center; align-items: center;
}
.pageHeader .top_menu .smenu02 ul li{ font-size:1.0625em; color: #fff; display: flex;
justify-content: center; align-items: center; }
.pageHeader .top_menu .smenu02 ul li i{ font-size:1.0625em; color: #fff; font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
.pageHeader .top_menu .smenu02 ul li:after {
  width:1px; 
  height: 17px; display:inline-block; 
  content: '';
  background:rgba(255,255,255,0.3); margin: 0px 15px 0px 15px; 
}
.pageHeader .top_menu .smenu02 ul li:last-of-type:after {
  display:none; 
}
.pageHeader .top_menu .smenu02 ul li a{ color: #fff;}

.pageHeader .top_menu .smenu02 ul li.dropdown {
  display: inline-block;
}
.pageHeader .top_menu .smenu02 ul li.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #49aad5;
  min-width: 116px;
  z-index: 1;
  margin:0px 0px 0 -10px;
}
.pageHeader .top_menu .smenu02 ul li.dropdown .dropdown-content a {
  color: black;
  padding: 5px 0px 5px 30px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 1em; color: #fff;
}
.pageHeader .top_menu .smenu02 ul li.dropdown .dropdown-content a:hover { color: #fff; text-decoration:underline;}
.pageHeader .top_menu .smenu02 ul li.dropdown:hover .dropdown-content {
  display: block;
}

.pageHeader .top_menu .font-box {
  width: auto; float: right;
display: flex;
  justify-content: flex-end; align-items: center;
}
.pageHeader .top_menu .font-box span{
  font-size:1.0625em; color: #818181; font-weight: bold; 
}
.pageHeader .top_menu .font-box a{
  font-size:0.8125em; color: #fff; font-weight: bold; border-radius: 3px; padding:1px 3px; background:#338fbd; margin: 0 0 0 3px;
} 

/* nav */
.navbar {
  overflow: hidden; display: flex;
  justify-content: flex-end;
}

.top-dropdown {
  float: left;
  overflow: hidden;
}

.top-dropdown .dropbtn {
  font-size: 1.0625em; font-weight: bold;
  color: #5e5e5e;
  border: none;
  outline: none;
  padding: 20px 16px;
  background-color: inherit;
  margin: 0;
}
.top-dropdown .dropbtn a{
  color: #5e5e5e;
}
.navbar a:hover, .top-dropdown:hover .dropbtn {
  color: #338fbd;
}

.top-dropdown-content {
  display: none;
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  left: 0;
  z-index: 9;
  padding: 30px 0px;
}
.top-dropdown:hover .top-dropdown-content {
  display: block;
}
.drop_left{ width:25%; margin:0px 0px 0px 0; float:left; }
.drop_left img{ width:100%;}
.drop_right{ width:75%; margin:0px 0px 0px 0; float:left; padding: 0 0 0 40px;}
.mega_list01{ width:100%; margin:20px 0px 0px 0; padding: 0;}
.mega_list01 li{ width:calc(100% / 4); margin:0px 0px 15px 0; padding: 0; position:relative; list-style: none; float: left; color: #5e5e5e; font-size: 1em; font-weight: bold;}
.mega_list01 li a {
  color: #5e5e5e;
}
.mega_list01 li:hover a {
  color: #539bd4;
}
.mega_list01 li:before { 
  content: "\f054"; position: absolute;
  display: inline-block;
  margin:3px 0px 0px -10px;
  font-size: 10px; color:#1B3059;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-appearance: none;
}
.mega_list01 li:hover:before {
  color: #539bd4;
}

@media only screen and (min-width: 1201px) and (max-width: 1540px){
.navbar { width: 100%; justify-content: center;}
}
@media only screen and (min-width: 0px) and (max-width: 1200px){
.pageHeader .top_menu{ display:none;}
.navbar { display:none;}
}
@media only screen and (min-width: 401px) and (max-width: 499px){
.pageHeader .logo h1 img{ height: 28px;}
.pageHeader .logo h2 img{ height: 28px; }
}
@media only screen and (min-width: 0px) and (max-width: 400px){
.pageHeader .logo h1 img{ height: 25px;}
.pageHeader .logo h2 img{ height: 25px; }
.pageHeader .logo h2{ padding:0px 0 0px 8px;}
.pageHeader .logo h1:after {
  width:1px;
  height: 25px; margin: 0px 0px 0px 0; 
}
}
@media only screen and (min-width: 0px) and (max-width: 1540px){
.pageHeader .logo{ margin:12px 0 5px 0px; }
}

/* -mobile menu-*/
.mobile_menu{ display:none;}
@media only screen and (min-width: 0px) and (max-width: 1200px){
.mobile_menu{ display:inline-block; margin:12px 0px 0 0px; float:right;}
}
#toggle {
  width: 38px;
  height: 38px;  border-radius: 100%;
  padding:8px 8px 5px 8px; right: 5px;
  position: relative; position: absolute;
  z-index: 99; background: #49aad5;
}
#toggle div {
  width: 85%;
  height: 2px;
  background: #fff;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on {
  background:#49aad5;
}
#toggle.on .one {
  transform: rotate(50deg) translate(5px, 5px); 
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-50deg) translate(4px, -4px);
}

#menu {
background: #03356e; 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 90px 0px 0 0px;

    margin: auto;
    z-index: 5;
    display: none;
}

.lau-btn {
    width: 100%;
    margin: 10px 0px; padding: 0 0 0 8px;
}
.lau-btn a {
    width:calc(100% / 3 - 5px);
    display: inline-block;
    color: #fff;
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 9px;
    background-color: rgba(255, 255, 255, 0.15);
    margin: 0 0px;
    border: none; text-align: center;
}
.lau-btn .current {
    background-color: #fff;
    color: #0063a6;
    border: none;
}

/* main banner */
.main-banner {
  width: 100%;
  margin: auto; padding:0px 0 0 0; position: relative;
}
.main-banner:before {
  content: ''; position: absolute; bottom: 0px; z-index: 1;
  display: block;
  width: 100%;
  height: 150px;
  margin:0px 20px 0px 0px;
  background:url(../images/wave.png) center; 
  background-repeat: no-repeat;
}
.main-banner img{
  width: 100%;
}
.main-banner .for_PC{ display:block; width: 100%;}
.main-banner .for_mobile{ display: none;}
.main-banner .for_PC img, .main-banner .for_mobile img{
  width: 100%;
}
.main-banner .main-banner-slick {
  width: 100%;
  margin: 0; padding:0; list-style:none;
}
@media only screen and (min-width: 0px) and (max-width: 899px){
.main-banner .for_PC{ display: none;}
.main-banner .for_mobile{ display:block; width: 100%;}
}

.slogan_box02 {
  width: auto; position: absolute; right: 10%; top: 30%;  z-index: 1;
}
.slogan_box02 h2{
  width:100%; font-size:54px; color: #fff; font-weight: bold; text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
display: flex;
  justify-content: flex-end;
}
.slogan_box02 h3{
  width:100%; font-size:50px; color: #fff; font-weight: bold; margin: 0 0 30px 0; font-family:Arial Black, Arial; text-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px; font-style: italic;
display: flex; 
  justify-content: flex-end;
}
@media only screen and (min-width: 0px) and (max-width: 900px){
.slogan_box02 {
  right: 5%; 
}
.slogan_box02 h2{
  font-size:32px; 
}
.slogan_box02 h3{
  font-size:26px; 
}
}

/* page-banner */
.page-banner {
  background-size: cover;  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 0;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-banner:before {
  content: ''; position: absolute; bottom: 0px;
  display: block;
  width: 100%;
  height: 150px;
  margin:0px 20px 0px 0px;
  background:url(../images/wave.png) center; 
  background-repeat: no-repeat;
}
.page-banner h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height:2;
    font-weight: bold;
  letter-spacing:2px;
  position: absolute;
  top:45%;
  text-shadow: black 0.1em 0.1em 0.2em
}

/* 定義區塊 */
.box-4{ width:1600px; margin:0px auto; padding:0px 0; height:auto; overflow: hidden; }
.main_content{ width:100%; margin:0px auto; padding:60px 0; height:auto; overflow: hidden; }
.box-5{ width:80%; margin:0px auto; padding:0px 0; height:auto; overflow: hidden; }
.left{ width:270px; margin:0px 30px 0px 0; float:left; }
.right{ width:calc(100% - 300px); margin:0px 0px 0px 0; float:left; }

.user_editor{ width:100%; height:auto; overflow: hidden; position: static !important;}
.user_editor img{ max-width:100% !important; height:auto !important;  }
.user_editor table{ width:100% !important;  }
.line-height{ line-height:2;}

.text_center{text-align:center;}
.text_right{text-align:right;}

@media only screen and (min-width: 0px) and (max-width: 1680px){
.box-4{ width:95%;}
}
@media only screen and (min-width: 0px) and (max-width: 1650px){
.box-5{ width:100%; }
} 

@media only screen and (min-width: 0px) and (max-width: 980px){
.left{ width:100%; display: none;}
.right{ width:100%; }
}

h2.articleTitle {
  clear: both;
  margin-bottom: 30px;
  border-bottom: 3px solid #eee;
}
h2.articleTitle strong {
  position: relative;
  display: inline-block;
  font-weight: normal;
  padding: 0 10px 10px 10px;
  font-size: 1.5em;
  letter-spacing: .05em;
  font-weight: bold;
  color: #076ebd; 
}
h2.articleTitle strong:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #076ebd;
}

.ntitle02{ width:100%; margin: 0 0 0px 0; padding: 0 0 0px 0;}
.ntitle02 h2{ color:#2a92ba;
  padding: 7px 0px;
  font-size: 1.25em; font-weight: bold;
}

/* 麵包屑 */
.breadbox { margin:0px 0px 0px 0px; width:100%; position: absolute; bottom: 15px; }
.breadbox .bread-crumbs { width:1440px; margin:0px auto; }
.breadbox .bread-crumbs li {
  display: inline-block;
  font-size: 14px; line-height:1.5;
  color: #fff;
}
.breadbox .bread-crumbs li a {
  color: #fff;
}
.breadbox .bread-crumbs li a:hover {
  color: rgba(255,255,255,0.6);
}
.breadbox .bread-crumbs li:after {
  content: '>';
  margin: 0 5px 0 10px;
}
.breadbox .bread-crumbs li:last-child:after {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 1650px){
.breadbox .bread-crumbs{ width:90%;}
}

/* 分類 */
.category{ width:100%; margin:0 auto 30px auto; text-align:center }
.category li{ margin:0 5px 10px 5px; padding:10px 20px; list-style:none; display:inline-block; font-size: 1em; color:#2f2f2f; background: none; 
border-radius: 50px; position: relative; background: #dae7f0;
}
.category li a{ color:#444; }
.category li.current, .category li:hover{ color:#FFF; background:#2a92ba; }
.category li.current a, .category li:hover a{ color:#FFF; }
.category li.current:before { 
  position: absolute;
  content: "\f0d7";
  display: inline-block;
  margin:0px 0px 0px 0px;
  font-size: 30px; color:#2a92ba;;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-appearance: none;
  left:calc(50% - 6px); bottom:-23px;
}

/* -main--------------------------------------------------------------------------------------------------*/
.main_link03_box{ width:95%; display: flex; justify-content: center; 
  align-items: center; margin:0px auto 60px auto; padding: 160px 0 0 0;}
@media only screen and (min-width: 0px) and (max-width: 1279px){
.main_link03_box{ width:85%; padding: 50px 0 0 0; margin:0px auto 50px auto;}
}  
.shortcut02 { width:100%; margin:0px auto 0px auto; position: relative; padding: 0 0px;  text-align: center; }
.shortcut02 .slick-list{text-align: center;}
.shortcut02 .slick-prev:before, .shortcut02 .slick-next:before { display: none; }
.shortcut02 .slick-prev{ top:30%; left:-20px; z-index: 9; border: none; 
display: flex; justify-content: center; 
  align-items: center;
  width: 19px; height: 36px; display: block; background-image: url("../images/arrow.png"); background-position: 0px 0px;
}
.shortcut02 .slick-next{ top:30%;right:-20px; z-index: 9; border: none;
display: flex; justify-content: center; 
  align-items: center;
  width: 19px; height: 36px; display: block; background-image: url("../images/arrow.png"); background-position: -19px 0px;
}

.main_link03{ margin:0px 7px 0px 7px; padding:0px 0px; display:inline-block; text-align:center; }
.main_link03 .pic{ width:100%;  }

/* 首頁-關於我們 */
.main_news{ width:100%; margin:0px auto 0px auto; padding:0px 0; text-align: center; position: relative; 
}
.main_news .tt{ 
    width:auto; position: absolute; left: 12%; text-align: left; margin:230px 0px 0px 0px;
}
.main_news .tt h2{ 
    width:auto; margin:0 0 10px 0; display: block;
    font-size: 2.5em; color: #fff; 
    font-family: 'Garamond Premier Pro';
    font-weight: normal;
    font-style: normal;
}
.main_news .tt h3{ 
    width:auto; margin:0 0 10px 0; display: block;
    font-size: 1.375em; color: #fff; 
    font-weight:bold;
}

.main_newsbox{ width:72%; margin:0px auto 0px auto; padding:5% 10% 5% 3%; background: #fff; height:auto; overflow: hidden; float: right;
box-shadow:10px 10px 3px rgba(0,0,0,0.2);
-webkit-border-bottom-left-radius: 80px;
-moz-border-radius-bottomleft: 80px;
border-bottom-left-radius: 80px;
}
.main_newsbox02{   
  display: block; position: absolute; z-index: -1;  
  width: 80%;
  height: 600px;
  margin:0px 0px 0px 0px;
  background:url(../images/main_news.jpg) no-repeat top #060606; 
  background-size: cover;
-webkit-border-bottom-right-radius: 80px;
-moz-border-radius-bottomright: 80px;
border-bottom-right-radius: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 1680px){
.main_news .tt{ left: 5%; }
.main_newsbox{ padding:5% 5% 5% 5%;}
} 
@media only screen and (min-width: 0px) and (max-width: 1279px){
.main_news{ height:auto; overflow: hidden; padding:0 0 30px 0;
background:url(../images/main_news.jpg) no-repeat top #060606; 
background-size: cover;
} 
.main_news .tt{ 
    width:90%; margin:20px 0px 0px 0px; 
}
.main_news .tt h2{ 
    font-size: 2em;
}
.main_news .tt h3{ 
    font-size: 1.5em; margin:-15px 0px 0px 0px;  
}
.main_newsbox{ width:90%; box-shadow:0px 0px 0px; margin:110px 5% 0px 5%; 
-webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}
.main_newsbox02{   
  display: none; 
}
}

/* -醫師陣容--------------------------------------------------------------------------------------------------*/
.doctor{
  width:100%;
  height:auto; overflow: hidden;
  margin:0px 0px 30px 0px;
  }
.doctor ul{
  width:100%; margin:20px 0px 0px 0px; padding:20px; list-style:none; height:auto; overflow: hidden; background: #e8e8e8; border-radius: 5px;
}
.doctor ul li{
  height:auto; overflow: hidden; width:100%; margin:0px 0px 0px 0px; padding:20px;
  list-style:none;
  background: #fff; border-radius: 5px;
}
.doctor ul li:hover{ 
  background:#FFF; 
}
.doctor ul li .titlebox{
  width:100%; background: url(../images/line02.gif) repeat-x center; margin:0px 0px 10px 0px; height:auto; overflow: hidden; align-items: center; 
  }
.doctor ul li .titlebox .title{
  width:auto; float: left;
    display: flex;
  
  }
.doctor ul li .titlebox .title b{
  width:auto; background: #fff; padding:0px 10px 0px 0px;
  color: #333;
  font-size:1.6em;
}
.doctor ul li .titlebox .title b span{
  display: inline-block; margin:0px 0px 0 10px;
  color: #2a92ba;
  font-size:1.25rem;
}
.doctor ul li .titlebox .btn{
  float: right;
}
.doctor ul li .textbox{
  width:100%;  margin:20px 0px 0px 0px;
  }
.doctor ul li .textbox .pic{
  width:300px; float:right;
  margin:0px 0px 0px 30px; 
}
.doctor ul li .textbox .pic img { 
  width:100%;
}
.doctor ul:nth-child(2n+0) li .pic{
  float:left;
  margin:0px 30px 0px 0px; 
}
.doctor ul li .textbox .txt{
  width:calc(100% - 330px); float:left;
  color:#333;
  padding:0px 0px 0px 0px; 
}
.doctor ul li .textbox .txt h2{
  width:100%; 
  color:#2a92ba;
  font-size:1.125em; padding:0px 0px 0px 0px; 
}
.doctor ul li .textbox .txt h2:before { 
  content: "\f0da";
  display: inline-block;
  margin:0px 10px 0px 0px;
  font-size:15px; color:#2a92ba;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-appearance: none;
}
.doctor ul li .textbox .txt p{
  width:100%; 
  color:#4a4a4a;
  font-size:1.125em; padding:0px 0px 0px 15px; 
}
@media only screen and (min-width: 0px) and (max-width: 900px){
.doctor ul li .textbox .pic{
  width:100%; 
  margin:0px 0px 0px 0px; 
}
.doctor ul:nth-child(2n+0) li .pic{
  margin:0px 0px 0px 0px; 
}
.doctor ul li .textbox .txt{
  width:100%; 
}
}

/* -醫療文章--------------------------------------------------------------------------------------------------*/
.fnews{ width:100%; height:auto; overflow: hidden; margin:0px 0px 30px 0px; text-align: left;}
.fnews ul{
  width:100%;
  margin:0px 0px 0px 0px; padding:0; list-style:none; 
}
.fnews ul li{
  border-bottom: 1px dotted #cfcfcf; height:auto; overflow: hidden; 
  width:100%; padding:15px 0px 15px 0px;
  list-style:none; line-height:1.5; 

  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.fnews ul li p{
  width:calc(100% - 120px); float:left;
  color:#4a4a4a;
  font-size: 1.125em;

  overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.fnews ul li em{
  width:120px; float:left; margin:3px 0 0 0px; text-align: right; padding: 0 0 0 0px; 
  color:#2a92ba;
  font-size: 1em; position: relative;

}
.fnews ul li em:before {
  width:1px;
  height: 15px; display:inline-block; 
  content: '';
  background:#cfcfcf; margin: 0 10px 0 0; 
}
.fnews ul li:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (min-width: 0px) and (max-width: 420px){
.fnews ul li p{
  width:100%; display:block; margin:10px 0 0 0;

    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.fnews ul li em{
  width:100%; display:block; margin:10px 0 0 0;
}
}

.news_view{ width:100%; height:auto; overflow: hidden; margin:0px 0px 30px 0px;}
.news_view .title{
  border-bottom: 1px dotted #cfcfcf; height:auto; overflow: hidden; 
  width:100%; padding:15px 0px 15px 0px; margin:0 0 20px 0;
  list-style:none; line-height:1.5; 
}
.news_view .title .date{
  width:100%; margin:5px 0px 0 0; 
font-family:Arial; color: #666
}
.news_view .title .tt{
  width:100%;
  font-size: 1.5em;
  color: #2a92ba;
  font-weight: bold;
}
.news_view .title .date02{
  width:100%; margin:5px 0px 0 0; 
color: #666
}
.news_view .title .date02 .da{
  margin:5px 0px 0 0; float: left;
font-family:Arial; color: #666
}
.news_view .title .date02 .name{
  width:105px; float:right; margin:0 0 0 0px; text-align: right; padding: 0 0 0 0px; 
  color:#2a92ba;
  font-size: 1em; position: relative;
}
.news_view .title .date02 .name:before {
  width:1px;
  height: 15px; display:inline-block; 
  content: '';
  background:#cfcfcf; margin: 0 10px 0 0; 
}

/* -關於我們--------------------------------------------------------------------------------------------------*/
.hospitalbox{ margin:0px 0 0px 0px; width:100%; height:auto; overflow: hidden;}
.hospitalbox .pic{ width:80%; margin:0px auto; }
.hospitalbox .pic img{ width:100%; }
.hospitalbox .hlist{ margin:0px auto; padding:0px 0px 0px 0px; width:100%; background: #e8e8e8; height:auto; overflow: hidden; border-radius: 5px;}
.hospitalbox .hlist ul{ margin:2% auto; padding:20px; width:96%; list-style: none; height:auto; overflow: hidden; background: #fff; border-radius: 5px;}
.hospitalbox .hlist ul li{ margin:0px 0px 0px 0px; padding:10px 0px 10px 0px; width:100%; list-style: none; border-bottom:1px solid #ddd;  height:auto; overflow: hidden;}
.hospitalbox .hlist ul li h2{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:130px; float:left; font-weight: bold; }
.hospitalbox .hlist ul li h3{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:calc( 100% - 130px); float:left;}

/* -服務流程--------------------------------------------------------------------------------------------------*/
.service {   
    width: 100%; height:auto; overflow: hidden;
}
.service .sleft{   
    width: 40%; float: left; text-align:center;
}
.service .sleft ul  {
    padding: 0; margin: 0; list-style: none; 
}
.service .sleft ul li{ display: flex;
  flex-direction: column;
}
.service .sleft ul .arrow { 
  font-size:30px; color:#14a0c0; margin: -20px 0 0px 0; 
  width: 100%; 
}
.service .sleft ul li dd { padding: 5px 10px; float: left; background: #2a92ba; color: #fff; border-radius: 30px;}
.service .sleft ul li dt { width: 100%; padding: 8px 10px; }
.service .sright{   
    width: 55%; float: left; text-align:center;
}
.service .sright img{   
    max-width: 100%; 
}
@media only screen and (min-width: 1051px) and (max-width: 1200px){
.service .sleft{   
    width: 30%; 
}
.service .sright{   
    width: 70%; 
}
}
@media only screen and (min-width: 0px) and (max-width: 1050px){
.service .sleft{   
    width: 100%; 
}
.service .sright{   
    width: 100%; 
}
}

/* -環境介紹--------------------------------------------------------------------------------------------------*/
.floor{ margin:0px 0 0px 0px; width:100%; height:auto; overflow: hidden; background: #e8e8e8; border-radius: 0px;}
.floor ul{ margin:2% auto; padding:20px; width:96%; list-style: none; height:auto; overflow: hidden; background: #fff; border-radius: 5px; }
.floor ul li{ margin:0px 0px 0px 0px; padding:10px 0px 10px 0px; width:100%; list-style: none; height:auto; overflow: hidden; background: url(../images/line01.jpg) repeat-x left bottom;
display: flex;
  align-items: center;
}
.floor ul li h2{ margin:0px 0px 0px 0px; padding:0px 20px 0px 20px; width:110px; float:left; font-weight: bold; font-family: 'Time New Roman'; font-size: 2.25rem; color: #2883c2;}
.floor ul li h3{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:calc( 100% - 110px); float:left; font-size: 1.125em;}

/* -聯絡我們--------------------------------------------------------------------------------------------------*/
.schedule03{ margin:0px 0 0px 0px; width:100%; height:auto; overflow: hidden; background: #f8f8f8; padding:20px; }
.con_txt{ margin:20px 0 0px 0px; width:100%; height:auto; overflow: hidden; text-align: center; color: #666}
.con_txt a{ color: #666}

/* -高端健檢--------------------------------------------------------------------------------------------------*/
.healthbox{ margin:0px 0 0px 0px; width:100%; }
.healthbox .alist{ margin:0px 0 0px 0px; width:100%; position: relative; display: flex; 
align-items: stretch;}
.healthbox .alist .pic{ margin:0px 0 0px 0px; padding: 0; width:50%; 
margin-left: auto;
order: 2;

background-size: cover;
background-position: center; height: 100vw;
max-height: 430px;
}
.healthbox:nth-child(2n+0) .alist .pic{ margin:0px 0 0px 0px; padding: 0; width:50%; 

background-size: cover;
background-position: center; height: 100vw;
max-height: 430px; 
}
@media only screen and (min-width: 1680px) and (max-width: 2000px){
.healthbox .alist .pic img{ height: 50%; background-size: cover;
    background-position: center;}
}
.healthbox .alist .txtbox{ margin:0px 0 0px 0px; padding:30px 15px; width:50%; position: relative; 
}
.healthbox:nth-child(2n+0) .alist .txtbox{ margin:0px 0 0px 0px; padding:30px 15px; width:50%; position: relative; 
margin-left: auto;
order: 2;
}
.healthbox .alist .atxtbox{ width:100%; float: right;}
.healthbox:nth-child(2n+0) .alist .atxtbox{ width:100%; float: left;}
.healthbox .alist .atxtbox h1{ margin:0px 0 10px 0px; width:100%; color: #0497E9; font-size:1.4em; font-weight: bold; }
.healthbox .alist .atxtbox p{ margin:0px 0 0px 0px; width:100%; color: #231815; font-size:1.125em; line-height: 1.8; }
@media only screen and (min-width: 0px) and (max-width: 1280px){
.healthbox .alist{ margin:0px 0 40px 0px; width:100%; position: relative; display: flex;
  flex-direction: column;}
.healthbox .alist .pic{ width:100%; display: block;  
margin-left:auto;
order: 0;
}
.healthbox:nth-child(2n+0) .alist .pic{ width:100%; display: block;  
}
.healthbox .alist .txtbox{ width:100%; padding:10px 0px;}
.healthbox:nth-child(2n+0) .alist .txtbox{ width:100%; padding:10px 0px;
margin-left: 0;
order: 0;
}
}

.h_list { float:left; width:calc(100% - 110px); font-size: 1.125em; line-height: 1.5; color: #d54f46;}
.h_list dd{ display: inline-block; width:calc(100% / 3 - 4px); margin: 6px 0 0 0;}
.h_list dd label{ display: none; }
@media only screen and (min-width: 0px) and (max-width: 500px){
.h_list { width:100% ;} 
}
@media only screen and (min-width: 1001px) and (max-width: 1300px){
.h_list dd{ width:calc(100% / 2 - 4px);}
}
@media only screen and (min-width: 0px) and (max-width: 1000px){
.h_list dd{ width:100%; }
}

.contact-box {
  width: 100%; height:auto; overflow: hidden; margin:30px 0px 0px 0px;
}
.contact-info {
  width:calc(40% - 30px); float:right;
  margin:0px 0px 0px 30px; padding:30px 20px 20px 20px; background:#f1f1f1; height:auto; overflow: hidden; min-height: 350px;
}
.contact-info h2{ margin:0px 0px 0px 0px; padding:0; list-style:none; font-size: 1.375em; color: #0497E9; line-height:1.5; font-weight: bold;}
.contact-info li{ margin:0px 0px 10px 0px; padding:0; list-style:none; font-size: 1.125em; color: #666; line-height:1.5;}
.contact-info li:nth-child(5){ margin:-20px 0px 10px 0px; padding:0 0px 0px 0px; list-style:none; font-size: 1.125em; }
.contact-info li a{ color:#666; }
.contact-info li i{ color:#666; margin:0px 13px 0px 0px;}
.contact-map {
  width: 60%; float:left;
  margin:0px 0px 0px 0px;
}
@media only screen and (min-width: 1185px) and (max-width: 1500px){
.contact-info {
  width:calc(50% - 30px);
}
.contact-map {
  width: 50%; 
}
}
@media only screen and (min-width: 0px) and (max-width: 1184px){
.contact-info {
  width:100%; margin:0px 0px 30px 0px; padding:20px 15px 20px 15px; min-height: auto;
}
.contact-map {
  width: 100%; 
}
}

.pricing-wrapper {
  width: 100%;
  margin: 20px 0px 0px 0px;

  display: flex;
  align-items: stretch; flex-wrap: wrap;
}

.pricing-table {
  margin: 0 15px 30px 15px;
  width:calc(100% / 3 - 35px); 
  border: 1px solid #eee;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; border-radius: 5px;
  background: #fff;
}

.pricing-table:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.pricing-title {
  color: #FFF;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#49aad5+2,1375c0+100 */
background: #49aad5; /* Old browsers */
background: -moz-linear-gradient(-45deg, #49aad5 2%, #1375c0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #49aad5 2%,#1375c0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #49aad5 2%,#1375c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49aad5', endColorstr='#1375c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  padding: 20px 10px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;

  -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.pricing-title h2{
  font-size: 1.3em; font-weight: bold;
}
.pricing-table .price {
  padding: 0px 0 0px 0; margin: 0px 0 0 0;
}
.pricing-table .price h3{
  width: 100%; font-size: 2.4em; font-weight: bold; text-align: center; color: #fff; font-family:Arial;
}
.pricing-table .price h4 {
  width: 100%; display: block; font-size: 1em; font-weight: bold; text-align: center; color: rgba(255, 255, 255, 0.6); font-weight: bold;
}

.table-list {
  background: #FFF;
  color: #403d3a; padding: 10px 20px;
}

.table-list li {
  font-size: 1.125em; margin:0 0 5px 0; list-style: none; font-weight: bold;
  padding: 0px 0px;
}

.table-list h5 {
  font-size: 1em; margin: 0 0 10px 0; list-style: none; width: 100%; padding: 0px 0px 10px 0px;
  border-bottom: 1px dashed #d6d6d6;

}

.table-buy {
  background: #FFF;
  padding: 10px;
  text-align: center;
  overflow: hidden; margin: 0 0 20px 0;
}
.table-buy .pricing-action {
  color: #FFF; width: 100%;
  background: #082943;
  padding: 10px 16px; 
  font-weight: 700;
  font-size: 1.125em;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; border-radius:5px;
}
.table-buy .pricing-action:hover {
  background: #1375c0;
}
@media only screen and (min-width: 621px) and (max-width: 1100px){
.pricing-table {
  margin: 0 10px 30px 10px;
  width:calc(100% / 2 - 25px); 
}
} 
@media only screen and (max-width: 620px) {
.pricing-table {
  margin: 0 10px 30px 10px;
  width:calc(100% - 20px); 
}
} 

.doctor02 { width: 100%; padding: 0px 0 0px 0; }
.doctor02 ul{
  width: 100%; margin:20px 0px 0px 0px; padding: 0px 0px; list-style: none; height:auto; overflow: hidden;
display: flex;
  flex-wrap: wrap;
justify-content: flex-start ; align-content:flex-start;
}
.doctor02 ul li{
  width:calc(100% / 3 - 20px); padding: 10px; margin: 10px 10px 10px 10px; list-style: none; height:auto; overflow: hidden; 
  border: 1px solid #eee; border-radius: 5px;float: left; background: #fff;   
}
.doctor02 ul li .pic{
  width: 100%; position: relative;
}
.doctor02 ul li .pic img{
  width: 100%;
}
.doctor02 ul li .pic h2{
  width: 100%; font-size: 1.4em; width: 100%; position: absolute; background: #082943; color: #fff; bottom: 0; padding: 5px 8px;
}
.doctor02 ul li .pic h2 span{
  font-size: 1.2rem; padding: 0px 0px 0px 0px;
}
.doctor02 ul li .pic h2 span:before{
  content: ''; width: 1px; height: 20px; display: inline-block; font-size: 1.2em; background: #d6d6d6; margin: 0px 10px 0px 10px;
}
.doctor02 ul li h3{ 
  width: 100%; margin: 10px 0px 10px 0px;
}
.doctor02 ul li h3 span{ 
  border: 1px solid #d6d6d6; padding: 2px 8px; font-size: 1em;
}
.doctor02 ul li .txtbox{
  width: 100%; padding: 5px 8px;
}
.doctor02 ul li .txtbox h4{
  width: 100%; font-weight: bold; color: #000; 
}
.doctor02 ul li .txtbox .line{
  width: 100%; border-bottom: 1px dashed #d6d6d6; margin: 10px 0px 10px 0px;
}
@media only screen and (min-width:751px) and (max-width: 1100px) {
.doctor02 ul li{
  width:calc(100% / 2 - 20px);   
}
.doctor02 ul li .pic h2{
  font-size: 1.2em; 
}
}
@media only screen and (min-width:0px) and (max-width: 750px) {
.doctor02 ul li{
  width:100% ; margin: 10px 0px 10px 0px;   
}
.doctor02 ul li .pic h2{
  font-size: 1.2em; 
}
}

/* -button---------------------------------------------------------------------------------------------------*/
.btn-style01 {
    padding: 0px 20px; 
    margin: 0px 0px 0px 0px; width: auto; text-align:center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9375em; 
    color: #fff;
    line-height: 40px;
    background: #49aad5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  border:none;
  border-radius: 30px;
}
.btn-style01:hover, .btn-style01:nth-child(2):hover{
    background: #0a0a0a; color: #fff;
}

.btn-style02 {
    padding: 0px 20px; 
    margin: 0px 0px 0px 0px; width: 100%; text-align:center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9375em; 
    color: #fff;
    line-height: 50px;
    background: #0a0a0a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  border:none;
  border-radius: 5px;
}
.btn-style02:hover{
    background: #49aad5;
}

.btn-style03 {
    padding: 0px 20px; 
    margin: 0px 0px 0px 0px; width: auto; text-align:center;
    text-decoration: none;
    display: inline-block; 
    font-size: 0.9375em; 
    color: #fff;
    line-height: 50px;
    background: #0063a6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  border:none;
  border-radius: 5px;
}

/*頁碼*/
div.page {
  font-size: 12px; 
  padding: 0px;
  margin:0px 0px 0px 0px; text-align:center;
  width:100%; height:auto; overflow: hidden;
}
div.page a {
  padding: 3px 8px; margin: 2px; color: #666; background: #FFF; text-decoration: none; border:1px solid #e3e3e3; border-radius: 5px; display:inline-block;
}
div.page a:hover {
  color: #fff; background-color: #49aad5
}
div.page .current {
  padding: 3px 8px; color: #fff; background: #49aad5; border-radius: 5px;
}
.news_view .user_editor p{
text-indent: 2em;
}