/*-----------------------------------------------------------------------------
	-	網站主體樣式設計 -
author:		  英創達網路有限公司
email:     	web@e-creative.tw
website:   	http://e-creative.tw
-----------------------------------------------------------------------------*/

@import url("default.css");/*預設樣式*/
@import url("global.css");/*網站整體通用樣式設計*/
/* ---------------------------------------------------------------- */
body {
  background-color: #212121;
  /*overflow-y:hidden;
  overflow-y: auto\0;*/
}

/*上方園區特效CSS
**********************************/
ul.accordion{
  width: 100%;
  height: 740px;
  list-style: none;
  overflow: hidden;
  /*position:absolute;
    right:80px;
    top:0px;
    font-family: Cambria, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5em;*/
  border-bottom: 1px dotted #2f2f2f;
  padding: 0 0 1px 0;
}
ul.accordion li{
  float: left;
  width: 33.3%;
  height: 740px;
  /*display:block;*/
  display: inline-block;
  /*border-right:2px solid #fff;
    border-bottom:2px solid #fff;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:center center;*/
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  /*-moz-box-shadow:1px 3px 15px #555;
    -webkit-box-shadow:1px 3px 15px #555;
    box-shadow:1px 3px 15px #555;*/
}
ul.accordion li.bleft{
    border-left:1px solid #fff;
}
ul.accordion li .heading{
  /*text-shadow: -1px -1px 1px #ccc;*/
  position: absolute;
  left: 50%;
  top: 49%;
  margin-left: -103.5px;
}
ul.accordion li .description{
  position: absolute;
  top: 54%;
  left: 50%;
  display: none;
  background-image: url(../styles/images/index-hospital_txt_bg.png);
  background-repeat: no-repeat;
  height: 254px;
  width: 288px;
  padding: 66px 40px 48px 40px;
  margin-top: -184px;
  margin-left: -184px;
  left: 45% \9;
  margin-left: -200px \9;
}
/*ul.accordion li .description{
    width:480px;
    height:175px;
    position:absolute;
    bottom:0px;
    left:0px;
    display:none;
}*/
ul.accordion li .description h1 {
  text-align:center;
  padding:0;
  margin: 0 0 3px 0;
}
ul.accordion li .description h2 {
  color: #4e4e4e;
  font-size: 22px;
  font-family: Arial;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  opacity:0.5;
  filter:alpha(opacity=50);
}
ul.accordion li .description .txt {
  font-size: 15px;
  color: #FFF;
  min-height: 40px;
  max-height: 75px\0;
  max-height: 70px;
  padding: 0 0 7px 0\0;
  padding: 6px 0;
  margin: 0;
  overflow: hidden;
}
ul.accordion li .description .txt p {
  line-height: 1.3\0;
  line-height: 1;
  height: 18px\0;
  height: 15px;
  padding: 2px 0 0 20px\0;
  padding: 2px 0 0 20px;
  margin: 7px 0 7px 30px;
  display: block;
  overflow: hidden;
  background: url(../styles/images/index-hospital-inco.png) no-repeat 0px 0px;
}
ul.accordion li .description .btn {
  margin: 7px 0 0 0;
  border-top: 1px solid #464646;
}
ul.accordion li .description .btn a {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 35px;
  letter-spacing: 2px;
  height: 35px;
  width: 170px;
  margin: 5px auto;
  display: block;
  /*陰影*/
  background: #288ac7; /* Old browsers */
  background: -moz-linear-gradient(top,  #288ac7 0%, #52a6d6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#288ac7), color-stop(100%,#52a6d6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #288ac7 0%,#52a6d6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #288ac7 0%,#52a6d6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #288ac7 0%,#52a6d6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #288ac7 0%,#52a6d6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#288ac7', endColorstr='#52a6d6',GradientType=0 ); /* IE6-9 */
  /*圓角*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
ul.accordion li .description .btn a:hover {
  /*陰影*/
background: #a4b357; /* Old browsers */
background: -moz-linear-gradient(top,  #a4b357 0%, #75890c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a4b357 0%,#75890c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a4b357 0%,#75890c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
}
/*ul.accordion li .bgDescription{
    background:transparent url(../images/bgDescription.png) repeat-x top left;
    height:340px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    display:none;
}*/

/*中間區塊位置(中港澄清)---------------------------*/
.bg2 {
   -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
           transform: translateY(0px);
  -webkit-transition: all 0.4s ease-in-out 0.01s;
     -moz-transition: all 0.4s ease-in-out 0.01s;
       -o-transition: all 0.4s ease-in-out 0.01s;
      -ms-transition: all 0.4s ease-in-out 0.01s;
          transition: all ease-in-out 0.5s;
}
.bg2:hover {
  /*position: absolute !important;
  left: 27% !important;
  top: 0 !important;*/
  -webkit-transform: translateX(-13%);
     -moz-transform: translateX(-13%);
       -o-transform: translateX(-13%);
      -ms-transform: translateX(-13%);
          transform: translateX(-13%);
  /*-webkit-transform: translateX(-10%);
     -moz-transform: translateX(-10%);
       -o-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
          transform: translateX(-10%);*/
}
.bg3 {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}
/*inco*/
.inco-arrow {
  background-image: url(../styles/images/index-hospital-inco-btn.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  margin: 0 0 0 5px;
  display: inline-block;
}

/*footer
**********************************/
#footer {
  color: #898989;
  width: 100%;
  /*height: 100px;*/
  padding: 8px 0 0 0;
  text-align: center;
  position: relative;
  background: #2f2f2f; /* Old browsers */
  background: -moz-linear-gradient(top,  #2f2f2f 0%, #2f2f2f 12%, #212121 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f2f2f), color-stop(12%,#2f2f2f), color-stop(100%,#212121)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #2f2f2f 0%,#2f2f2f 12%,#212121 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #2f2f2f 0%,#2f2f2f 12%,#212121 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #2f2f2f 0%,#2f2f2f 12%,#212121 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #2f2f2f 0%,#2f2f2f 12%,#212121 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
}
#footer a {
  color: #898989;
}
#footer a:hover {
  color: #898989;
}
#footer .reserved {
  position: absolute;
  top: 35px;
  right: 55px;
}

/*體系首頁
**********************************/
#index {
  background-color: #FFF;
  height: 135px;
  padding: 0.8% 0 1.5% 0;
}
#indexBar {
  width: 100%;
  display: block;
  position: relative;
  z-index: 9999;
}
#indexBar .logo {
  display: block;
  position: absolute;
  left: 4%;
  top: 30px;
  width:12%;
}
#indexBar .logo img{
  width: 100%;
  min-width:150px;
}

/*中間醫院列表特效CSS
**********************************/
#indexBar .center-block{
  width: 75%;
  /*width: 74%;*/
  /*min-width:1095px;*/
  height: 150px;
  padding: 0 25px;
  /*padding: 0 0;*/
  *+padding: 15px 25px 0 25px;
  position: absolute;
  right: 2.5%;
  /*right: 2%;*/
  z-index: 10;
}
#teachers_list li {
  margin: 0 0.3%;
  padding: 5px 7.5px;
  /*padding: 5px 15px 5px 0;*/
  display: block;
  float: left;
  text-align: center;
}
#teachers_list li a{
	width:100%;
	display:block;
	text-decoration:none;
	
	  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
     -moz-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
       -o-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition: all .4s cubic-bezier(0.190, 1.000, 0.220, 1.000)\0;
}
#teachers_list li a:hover{
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
     -moz-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
       -o-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
          
  -webkit-transform: scaleX(1.04) scaleY(1.03);
  -moz-transform: scaleX(1.04) scaleY(1.03);
  -o-transform: scaleX(1.04) scaleY(1.03);
  -ms-transform: scaleX(1.04) scaleY(1.03);
  transform: scaleX(1.04) scaleY(1.03);
}
#teachers_list li a .pic{
	width:120px;
	height:90px;
	position:relative;
	display:inline-block;
	margin: 0 0 8px 0;
}
#teachers_list li a .pic img{
	border:4px solid rgba(91, 167, 230, 0.0);
}
#teachers_list li a:hover .pic img{
	-webkit-transform: scaleX(1.01) scaleY(1.02);
  -moz-transform: scaleX(1.01) scaleY(1.02);
  -o-transform: scaleX(1.01) scaleY(1.02);
  -ms-transform: scaleX(1.01) scaleY(1.02);
  transform: scaleX(1.01) scaleY(1.02);
  
  box-shadow: -1px -1px 3px 3px rgba(0, 0, 0, .2);
  border:4px  solid rgba(91, 167, 230, 1);
}
#teachers_list li a .footer .subject {
  font-size: 16px;
  font-weight: bold;
  color: #2f2f2f;
  width: 132px;
  overflow: hidden;
}


#teachers_list li a .pic .more {
  color: #ffffff;
  font-size: 14px;
  width: 54%;
  height: 45%;
  padding: 20% 0 0 0;
  margin: -25% 0 0 -24%;
  text-align: center;
  text-transform: uppercase;
  background-color: #2799f8;
  position: absolute;
  left: 50%;
  top: 50%;
  /*圓角*/
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  /*透明度*/
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.600, 0.040, 0.980, 0.335); 
   -moz-transition: all 300ms cubic-bezier(0.600, 0.040, 0.980, 0.335); 
     -o-transition: all 300ms cubic-bezier(0.600, 0.040, 0.980, 0.335); 
        transition: all 300ms cubic-bezier(0.600, 0.040, 0.980, 0.335); /* easeInCirc */
}

#teachers_list li a:hover .more {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
   filter: alpha(opacity=80);
   opacity: 0.8;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}


#teachers_list li a .info {
  padding: 0 0 6px 0;
  margin:0;
  background: url(images/index-list-top-arrow.png) no-repeat center bottom;
  position: absolute;
  left: -22px;
  top: -165px;
  z-index: 99;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(138px);
   -moz-transform: translateY(138px);
   -o-transform: translateY(138px);
   -ms-transform: translateY(138px);
   transform: translateY(135px);
  -webkit-transition: 450ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
-webkit-transition: 450ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
   -moz-transition: 450ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
     -o-transition: 450ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
        transition: 450ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
}
#teachers_list li a:hover .info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
#teachers_list li a .info .inner{
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  color: #FFF;
  text-align: left;
  width: 140px;
  height: 120px;
  padding:15px;
  background-color: #2799f8;
}
#teachers_list li a .info .inner h4 {
  font-size: 16px;
  border-bottom: 1px solid #8ebedb;
  height: 15px;
  overflow: hidden;
  margin: 0 0 5px 0;
  padding: 5px 0 8px 0;
}
#teachers_list li a .info .inner .tel {
  height: 20px;
  overflow: hidden;
}
#teachers_list li a .info .inner .address {
  line-height: 1.3;
  height: 55px;
  margin: 3px 0 0 0;
  overflow: hidden;
}


@media screen and (max-width: 1280px){/*當螢幕小於1028*/
    #footer {
      /*text-align: left;*/
    }
    #footer .logo-history {
      /*padding: 0 0 0 6%;
      padding: 0 0 0 25%;*/
    }
    #footer .reserved {
      right: 5%;
    }
    #indexBar .logo {
      left: 2%;
    }
    #indexBar .center-block{
      width: 76%;
    }
}