@charset "utf-8";
/* CSS Document */
/* index banner */
.top-banner {
	width: 100%;
	margin: auto; padding:0px 0 0 0; position: relative;
}
.top-banner:before{ content: ''; width:40%; height: 100vh; display: block; position:absolute; top: 0; right: 0; z-index: -1;
background: rgba(41, 113, 167, 0.58); 
}

.top-banner .for_PC{ display:block; width: 100%;}
.top-banner .for_mobile{ display: none;}
.top-banner .for_PC img, .top-banner .for_mobile img{
  height: 100vh;
}
.top-banner .index-banner-slick {
  width: 100%;
  height: 100vh;
  margin: 0; padding: 0; list-style: none; position: absolute; z-index: -2;
}
.top-banner .index-banner-slick .slick-list,
.top-banner .index-banner-slick .slick-track {
  height: 100%;
}
.top-banner .index-banner-slick .slick-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 900px) and (max-width: 950px){
.top-banner:before{ width:45%;
}
}
@media only screen and (min-width: 1451px) and (max-width: 1600px){
.top-banner:before{ height: 90vh; }
.top-banner .for_PC img, .top-banner .for_mobile img{
  height: 90vh;
}
.top-banner .index-banner-slick {
  height: 90vh;
}
} 
@media only screen and (min-width: 900px) and (max-width: 1450px){
.top-banner:before{ height: 80vh; }
.top-banner .for_PC img, .top-banner .for_mobile img{
  height: 80vh;
}
.top-banner .index-banner-slick {
  height: 80vh;
}
} 
@media only screen and (min-width: 0px) and (max-width: 899px){
.top-banner .for_PC{ display: none;}
.top-banner .for_mobile{ display:block; width: 100%;}

.top-banner:before{ display: none;
}
.top-banner .for_PC img, .top-banner .for_mobile img{
  height: 380px;
}
.top-banner .index-banner-slick {
  height: 380px;
}
}

.slogan_box {
  width: auto; position: absolute; right: 7%; top: 120px; 

display: flex;
  flex-direction: column; justify-content: center; align-items: center;
}
.slogan_box h2{
  width:100%; font-size:48px; color: #fff; font-weight: bold;
  display: flex;
  justify-content: center;
}
.slogan_box h3{
  width:100%; font-size:33px; color: #fff; font-weight: bold; margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
}
.slogan_box h4{
  width:100%; font-size:30px; color: #fff; font-weight: bold; line-height: 2;
  display: flex;
  justify-content: center;
}
.font-box {
  width: auto; position: absolute; right: 5%; top: 40px;
display: flex;
  justify-content: flex-end; align-items: center;
}
.font-box span{
  font-size:1.0625em; color: #fff; font-weight: bold; 
}
.font-box a{
  font-size:0.8125em; color: #fff; font-weight: bold; border-radius: 3px; padding:1px 3px; background:#67cee7; margin: 0 0 0 3px;
} 
.index-logo {
  width: auto; padding:20px 50px 12px 50px; background: #fff; border-radius: 60px; margin: 0 0 60px 0;
  display: flex;
  justify-content: center; align-items: center;
}
.index-logo img{
  width: 100%; 
}
@media only screen and (min-width: 1201px) and (max-width: 1500px){
.slogan_box {
  right: 5%;
}
.slogan_box h2{
  font-size:36px;
}
.slogan_box h3{
  font-size:30px; margin: 0 0 20px 0;
}
.slogan_box h4{
  line-height: 1.5;
}
.index-logo {
  padding:18px 30px 5px 30px; margin: 0 0 20px 0;
}
}
@media only screen and (min-width: 900px) and (max-width: 1200px){
.font-box {
  right: 5%; top: 20px;
}
.slogan_box {
  right: 1%; top: 60px; 
}
.slogan_box h2{
  font-size:32px;
}
.slogan_box h3{
  font-size:28px; margin: 0 0 20px 0;
}
.slogan_box h4{
  font-size:22px; line-height: 1.5;
}
.index-logo {
  padding:18px 30px 5px 30px; margin: 0 0 20px 0;
}
}
@media only screen and (min-width: 0px) and (max-width: 899px){
.font-box {
  right: 5%; top: 20px;
}
.slogan_box {
  right:calc(50% - 150px); top: 280px; 
}
.slogan_box h2{
  display: none;
}
.slogan_box h3{
  display: none;
}
.slogan_box h4{
  display: none;
}
.index-logo {
  padding:18px 30px 5px 30px; margin: 0 0 20px 0;
}
}

/* main */
.pageHeader{ width:100%; margin:0 auto; padding:0px 0; }
.pageHeader .logo{ float:left; padding:0px 0px 0px 0px; margin:10px 0 10px 0px; }
.pageHeader .logo h1{ float:left; margin:0px 0 0px 0px;}
.pageHeader .top_menu{ display: flex;
  justify-content: flex-end;}
.pageHeader .top_menu .smenu{ margin: 0px 2px 0px 0px;
display: flex;
  justify-content: flex-end;
}
.pageHeader .top_menu .smenu .login{ margin: 8px 10px 0px 0px; }
.pageHeader .top_menu .smenu .login i{
  color: #fff; font-weight: bold; border-radius: 3px; padding:5px 5px; background:#d54f46; margin: 0 0 0 0px;
} 
.pageHeader .top_menu .smenu ul{ background: #164c88; 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: 120px;
  z-index: 1;
  margin:0px 0px 0 -10px;
}
.pageHeader .top_menu .smenu02 ul li.dropdown .dropdown-content a {
  color: black;
  padding: 5px 16px 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-box02 {
  width: auto; float: right;
display: flex;
  justify-content: flex-end; align-items: center;
}
.pageHeader .top_menu .font-box02 span{
  font-size:1.0625em; color: #818181; font-weight: bold; 
}
.pageHeader .top_menu .font-box02 a{
  font-size:0.8125em; color: #fff; font-weight: bold; border-radius: 3px; padding:1px 3px; background:#67cee7; margin: 0 0 0 3px;
} 
@media only screen and (min-width: 0px) and (max-width: 1200px){
.pageHeader .top_menu{ display:none;}
}

/* search */
#search input[type=search]:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#search input[type=search]:focus {
  width: 150px;
  padding-left: 30px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  cursor: auto;
}
#search input:-moz-placeholder {
  color: transparent;
}
#search input::-webkit-input-placeholder {
  color: transparent;
}

#search{
    display: inline-block;
   
    vertical-align: top;
}
input[type=search] {
    background-image: url(../images/search.png);
    border: none;
    width: 25px;
    height: 25px;
    color: #444;
    background-size: 21px;
    background-position-y: 2px;
    color: transparent;
    background-color: transparent;
    cursor: pointer;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background-repeat: no-repeat;
}


/* 首頁_集團連結 */
.linkbox { margin:0px 3% 0px 3%; width:96%; height:auto;  padding:0px 0px 0px 0px; background: #fff; 
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.ind_link{ width:96%; height:auto; overflow: hidden; margin:0px auto 0px auto; }
.ind_link ul{ width:100%; padding:0; list-style:none; height:auto; overflow: hidden; margin:20px 0px 0px 0px;
display: flex;
  flex-direction: row; justify-content: center; flex-wrap: wrap;
}
.ind_link ul li{
float: left;
	width:calc(100% / 5); line-height:1.5; margin:20px 0px 0px 0px; 

}
.ind_link ul li img{ width: 100%;}
.ind_link ul li .title{ width:100%; background: #4da8e6; text-align:center; font-size:1.25em; color: #fff; margin:-6px 0px 0px 0px; padding: 0px 10px; 
font-weight: bold; min-height: 80px; display: flex;
  justify-content: center; align-items: center;
}
.ind_link ul li:nth-child(2) .title, .ind_link ul li:nth-child(2n+5) .title{ background: #2883c2; }
.ind_link ul li:nth-child(3) .title, .ind_link ul li:nth-child(3n+5) .title{ background: #1f70a7; }
.ind_link ul li:nth-child(4) .title, .ind_link ul li:nth-child(4n+5) .title{ background: #194c74; }
.ind_link ul li:nth-child(5) .title, .ind_link ul li:nth-child(5n+5) .title{ background: #213c52; }

@media only screen and (min-width: 951px) and (max-width: 1366px){
.ind_link ul li{ width:calc(100% / 4); 
}
}
@media only screen and (min-width: 641px) and (max-width: 950px){
.ind_link ul li{ width:calc(100% / 3); 
}
}
@media only screen and (min-width: 361px) and (max-width: 640px){
.ind_link ul li{ width:calc(100% / 2); 
}
}
@media only screen and (min-width: 0px) and (max-width: 360px){
.ind_link ul li{ width:100%; 
}
}

/* 首頁_訊息 */
.ind_newsbox { width:100%; height:auto; padding:0px 0px 0px 0px; position: relative;}
.ind_newsbox:before {
  width:65%; position:absolute;
  height: 900px; top: 0px; left: 0;
  content: '';
  background:#f8f8f8;  z-index: -1;
}
.ind_newsbox .ind_news{ margin:0; width:65%; height:auto; padding:8% 2% 6% 2%; float: left;}
.ind_newsbox .ind_news ul{ margin:60px 0 0 0; width:100%; padding:0; list-style: none; 
-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.ind_newsbox .ind_news ul li{ margin:0; width:calc(100% / 3); padding:0; background: #fff; box-shadow: 0px 2px 10px rgba(0,0,0,0.2);}
.ind_newsbox .ind_news ul li:nth-child(2n+0), .ind_newsbox .ind_news ul li:nth-child(2n+0) .pic, .ind_newsbox .ind_news ul li:nth-child(2n+0) .titlebox{  
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
 }
.ind_newsbox .ind_news ul li .pic{ 
    display: block;
    height: 250px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s;
    outline: 1px solid transparent;
}
.ind_newsbox .ind_news ul li:hover .pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40,155,198,0.67);
}
.ind_newsbox .ind_news ul li .pic .more{ display: none; }
.ind_newsbox .ind_news ul li:hover .pic .more { position: absolute; text-align:center; top:40%; display: block; 
color: #fff; font-size: 1.25em; font-style:italic;
font-family:Arial Black, Arial;
}
.ind_newsbox .ind_news ul li .pic img{ height: 250px; width: 100%;  }
.ind_newsbox .ind_news ul li .titlebox{ width:100%; padding: 8%; height: 250px; position: relative;}
.ind_newsbox .ind_news ul li .titlebox .date{ width:100%; padding:0; font-size: 1em; color: #696969; }
.ind_newsbox .ind_news ul li .titlebox .title{ width:100%; padding:25% 0 0 0; font-size: 1.125em; color: #696969; border-spacing: 0.5rem;}
.ind_newsbox .ind_news ul li .titlebox:after  {
  width:0; position: absolute; bottom: 0; left: 0;
  height: 10px; display:block; 
  content: '';
  background:#289bc6; 
  transition: width .5s;
}
.ind_newsbox .ind_news ul li:hover .titlebox:after {
  width:100%; 
  transition: width .5s;
}
.ind_newsbox .ind_news ul li:nth-child(2n+0):hover .titlebox:after {
  width:100%; top: 0;
  transition: width .5s;
}

.ind_newsbox .ind_medical{ margin:0; width:35%; height:auto; padding:8% 0 5% 4%; float: left;}
.ind_newsbox .ind_medical li{ margin:0; width:100%; padding:0; list-style: none;}
.ind_newsbox .ind_medical li .pic{ width:100%; margin:120px 0 0 0; 
display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ind_newsbox .ind_medical li .pic img{ width:100%;}
.ind_newsbox .ind_medical li .pic:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40,155,198,0.67);
}
.ind_newsbox .ind_medical li .pic .more{ display: none; }
.ind_newsbox .ind_medical li .pic:hover .more { position: absolute; text-align:center; top:40%; display: block; 
color: #fff; font-size: 1.25em; font-style:italic;
font-family:Arial Black, Arial;
}
@media only screen and (min-width: 701px) and (max-width: 1024px){
.ind_newsbox:before {
  width:100%; height: 100%; 
}
.ind_newsbox .ind_news{ margin:0; width:100%; padding:8% 4% 6% 4%; }


.ind_newsbox .ind_medical{ margin:0; width:100%; padding:8% 0 5% 4%; }
.ind_newsbox .ind_medical li .pic{ margin:60px 0 60px 0; }
}
@media only screen and (min-width: 0px) and (max-width: 700px){
.ind_newsbox:before {
  width:100%; height: 100%; 
}
.ind_newsbox .ind_news{ margin:0; width:100%; padding:8% 4% 6% 4%; }
.ind_newsbox .ind_news ul{ display: block;}
.ind_newsbox .ind_news ul li{ width:100%; }
.ind_newsbox .ind_news ul li:nth-child(2n+0), .ind_newsbox .ind_news ul li:nth-child(2n+0) .pic, .ind_newsbox .ind_news ul li:nth-child(2n+0) .titlebox{  
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
 }
 .ind_newsbox .ind_news ul li:nth-child(2n+0):hover .titlebox:after {
  width:100%; bottom: 0;
  transition: width .5s;
}

.ind_newsbox .ind_medical{ margin:0; width:100%; padding:8% 0 5% 4%; }
.ind_newsbox .ind_medical li .pic{ margin:60px 0 60px 0; }
}

/* -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: #194c74; 
    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;
}

#m-search{
    position: relative;
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 0 8px 0 8px;
}
#m-search .ico-search{
    position: absolute;
    left: 20px;
    z-index: 10;
    top: 6px;
}
#m-search label{
    display: none;
}
#m-search input[type=search] {
    background-position-x: 7px;
    background-position-y: 11px;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding-left: 38px;
    background: rgba(255, 255, 255, 0.15);
    cursor: auto;
    padding: 7px 5px 10px 5px;
    opacity: 1;
    padding-left: 40px;
    border: none;
    border-radius: 0;
    left: calc(50% - 140px );
    color: #fff;
    font-size: 1em;
}

#m-search input:-moz-placeholder {
    color: transparent;
}
#m-search input::-webkit-input-placeholder {
  color: transparent;
}

.m_login{ margin: 0px 0px 10px 0px; text-align: center; color: #fff;}
.m_login i{
  color: #fff; font-weight: bold; border-radius: 3px; padding:5px 5px; background:#d54f46; margin: 0 0 0 0px;
} 

/* 定義區塊 */
.box-4{ width:1600px; margin:0px auto; padding:0px 0; height:auto; overflow: hidden; }
.box-5{ width:80%; margin:0px auto; padding:0px 0; height:auto; overflow: hidden; }
.main_content{ width:100%; margin:0px auto; padding:60px 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; }
@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%; }
}

.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;}
.line-height{ line-height:2;}

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: #0063a6; 
}
h2.articleTitle strong:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #49a2cd;
}

/* 麵包屑 */
.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%;}
}

/* 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 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
}

/* 分類 */
.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;
}

/* -集團介紹--------------------------------------------------------------------------------------------------*/
.aboutbox{ margin:0px 0 0px 0px; width:100%; height:auto; overflow: hidden;}
.aboutbox .aleft{ float:left; width:calc(100% - 500px); margin:0px 0px 0px 0px; }
.aboutbox .tt{ width:100%; margin:20px 0px 20px 0px; background: #f5f7f6; padding: 20px;}
.aboutbox .tt .t01{ width:100%; font-size: 1.5em; color: #2a92ba; font-weight: bold; }
.aboutbox .tt .t02{ width:100%; font-size: 1.125em; color: #2a92ba; font-weight: bold; margin:10px 0px 0px 0px;}
.aboutbox .aleft .tt02 { padding: 20px; float:left;}
.aboutbox .aright{ float:right; width:500px;}
.aboutbox .aright img{ max-width:100%;}
@media only screen and (min-width: 0px) and (max-width: 1366px){
.aboutbox .aleft{ width:100%; margin:0px 0px 20px 0px;}
.aboutbox .aright{ width:100%;}
}

.chairman{ margin:0px 0 50px 0px; width:100%; }
.chairman li{ margin:20px 15px 30px 15px; padding:0px 0px 20px 0px; width:calc(100% / 3 - 30px); list-style:none; display: block; float:left; transition: all 0.6s;
border: 1px solid #ddd; background: #fff;
-webkit-border-radius: 30px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius: 30px;
-moz-border-radius-bottomleft: 5px;
border-radius: 30px;
border-bottom-left-radius: 5px;
}
.chairman li:hover {transform: translate(0px, -20px); box-shadow: 0px 2px 10px rgba(0,0,0,0.2);}
.chairman li .pic{ margin:0px 0px 0px 0px; width:100%; position: relative;}
.chairman li .pic img{ width:100%;
-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.chairman li:hover .pic:before {
  content: '';
  position: absolute; height: calc(100% - 5px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(40,155,198,0.8);
-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.chairman li .date{ width:100%; height:auto; text-align: center; margin:15px auto 0px auto; }
.chairman li .date span{ font-size: 1em; color: #fff; padding:2px 10px; background: #289bc6; border-radius: 20px;
font-family: Raleway; display: inline-block;
}
.chairman li .title{ width:90%; height:auto; font-size: 1.125em; color: #4a4a4a; padding:0px 0px 0 0px; margin:15px auto 0px auto; 
white-space:nowrap;overflow:hidden;text-overflow:ellipsis; text-align: center;
}
.chairman li .title a{ color: #494949;}
.chairman li .title a:hover{ color: #e68395; }
@media only screen and (min-width: 481px) and (max-width: 768px){
.chairman li{ margin:20px 15px 30px 15px; padding:0px 0px 20px 0px; width:calc(100% / 2 - 30px); }
}
@media only screen and (min-width: 0px) and (max-width: 480px){
.chairman li{ width:100%; margin:20px 0 30px 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; 
}

.book{
  width:100%;
  height:auto; overflow: hidden;
  margin:-30px 0px 0px 0px;
  }
.book ul{
  width:100%; margin:20px 0px 0px 0px; padding:30px 0px; list-style:none; height:auto; overflow: hidden;
}
.book ul li{
  height:auto; overflow: hidden; width:100%; margin:0px 0px 0px 0px; padding:20px;
  list-style:none;line-height:2; 
  border-bottom:1px dotted #ddd;
}
.book ul li:hover{ 
  background:#FFF; 
}
.book ul li .pic{
  width:300px; float:right;
  margin:0px 0px 0px 30px; 
}
.book ul li:nth-child(2n+0) .pic{
  float:left;
  margin:0px 30px 0px 0px; 
}
.book ul li .pic img { 
  width:100%;
}
.book ul li .textbox{
  width:calc(100% - 330px); float:left; margin:20px 0px 0px 0px;
  }
.book ul li .textbox b{
  width:100%; margin:0px 0px 10px 0px;
  color: #2a92ba;
  font-size:1.25em;

  display: flex;
  align-items: center; 
}
.book ul li .textbox b:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 20px; 
  border-radius: 30px; margin:0px 10px 0px 0; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2883c2+1,4da8e6+100 */
background: #2883c2; /* Old browsers */
background: -moz-linear-gradient(top, #2883c2 1%, #4da8e6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2883c2 1%,#4da8e6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2883c2 1%,#4da8e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2883c2', endColorstr='#4da8e6',GradientType=0 ); /* IE6-9 */
}
.book ul li .textbox em{
  width:100%; 
  color:#333;
  font-size:1.125em; padding:10px 0px 0px 0px; 
}
@media only screen and (min-width: 481px) and (max-width: 768px){
.book ul li .pic{
  width:150px; 
  margin:0px 0px 0px 20px; 
}
.book ul li:nth-child(2n+0) .pic{
  margin:0px 20px 0px 0px; 
}
.book ul li .textbox{
  width:calc(100% - 170px); 
}
}
@media only screen and (min-width: 0px) and (max-width: 468px){
.book ul li .pic{
  width:100%; text-align: center;
  margin:0px 0px 0px 0px; 
}
.book ul li:nth-child(2n+0) .pic{
  width:100%; text-align: center;
  margin:0px 0px 0px 0px; 
}
.book ul li .textbox{
  width:100%; 
}
}

.historybox{ margin:0px 0 0px 0px; width:100%; height:auto; overflow: hidden; padding: 0px; 
background: url(../images/history_bg.gif) repeat-y left #deeff7;
}
.historybox li{ margin:0px 0px 0px 0px; padding:20px; width:100%; list-style: none; border-bottom:1px dashed rgba(0,0,0,0.2); height:auto; overflow: hidden;}
.historybox li:last-of-type{ border-bottom:none; }
.historybox li h3{ width:80px; height: 80px; line-height:80px;  border-radius: 100%; background: #2a92ba; text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-weight: bold;
    font-family: 'Time New Roman';
    font-size: 1.6rem;
    color: #fff;
}
.historybox li .txtbox{ float: left; height:auto; overflow: hidden; width:calc(100% - 80px); padding:0px 0px 0px 20px;}
.historybox li .txtbox dd{ width:100%; padding:0px 0px 0px 0px; margin: 0; display: block; height:auto; overflow: hidden;}
.historybox li .txtbox dd h4{ float: left; height:auto; overflow: hidden; width:50px; line-height:1.8;
font-family: 'Time New Roman'; font-weight: bold;
    font-size: 1.2em;
    color: #2a92ba;
}
.historybox li .txtbox dd .txt{ float: left; height:auto; overflow: hidden; width:calc(100% - 50px);}
@media only screen and (min-width: 0px) and (max-width: 600px){
.historybox{ background:#deeff7;}
.historybox li h3{ width:100%; height: 40px; line-height:40px;  border-radius: 5px; margin: 0 0 10px 0;}
.historybox li .txtbox{ width:100% ; padding:0px 0px 0px 20px;}
}


/*404*/
.e404box {
  width: 90%;
    max-width: 700px;
  background: #FFF;
  padding: 50px 30px;
  margin: 10% auto 0 auto;
  display: block;
  border-radius: 5px;
  -moz-box-shadow: 3px 3px 2px rgba(0%,0%,0%,0.1);
  -webkit-box-shadow: 3px 3px 2px rgba(0%,0%,0%,0.1);
  box-shadow: 0 0 40px rgba(0%,0%,0%,0.1)
}
.e404 {
  width: 100%;
  display: block;
  padding: 0
  height:auto; overflow: hidden; text-align: center;
}
.e404 .pic{
  width: 100%; 
}
.e404 .pic img {
  width:180px;
}
.e404 .textbox{
  width: 100%; margin: 10px 0px 0px 0px; height:auto; overflow: hidden;
} 
.e404 .textbox dd {
  width: 100%; 
  display: block;
  margin: 5px 0px;
  padding: 0;
  list-style: none
}
.e404 .textbox dd.error {
  font-family: Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin: 25px 0 0;
  vertical-align: top
}
.e404 .textbox dd.text {
  font-size: 14px;
  color: #333;
  line-height:2
}
.e404 .textbox dd.text a {
  color: #ed6d00
}
.e404 .textbox dd.topbtn {
  vertical-align: top;
  margin: 18px 0;
}
.e404 .textbox dd a.btn {
  outline: none;
  border-radius: 3px;
  font-size: 13px;
  text-align: center;
  color: #ffF;
  padding: 5px 10px;
  border: 1px solid #2883c2;
  text-decoration: none;
  vertical-align: top;
  background: #2883c2;
}
.e404 .textbox dd .btn:hover {
  background: #4da8e6;
  border: 1px solid #4da8e6;
}

/*頁碼*/
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: #0063a6
}
div.page .current {
  padding: 3px 8px; color: #fff; background: #0063a6; border-radius: 5px;
}
