/*-----------------------------------------------------------------------------
	-	網站主體樣式設計 -
author:		  英創達網路有限公司
email:     	web@e-creative.tw
website:   	http://e-creative.tw
-----------------------------------------------------------------------------*/

@import url("default.css");/*預設樣式*/
@import url("global.css");/*網站整體通用樣式設計*/
/* ---------------------------------------------------------------- */
body {
  background-color: #000000;
  overflow-x:hidden;
}
/*footer
**********************************/
#footer {
  color: #898989;
  width: 100%;
  /*height: 100px;*/
  padding: 0;
  text-align: right;
  position: relative;
}
#footer a {
  color: #898989;
}
#footer a:hover {
  color: #898989;
}
#footer .reserved {
  padding: 0.5% 3.7% 0 0;
}

/*院史館首頁
**********************************/
#header {
  height: 455px;
  margin: -5px 0 0 0;
  background: url(images/history_bg.jpg) no-repeat center top;
  position: relative;
}
#header .note {
  position: absolute;
  left: 11.2%;
  top: 1.5%;
  background-image: url(images/history_click.png);
  background-repeat: no-repeat;
  height: 75px;
  width: 240px;
}
@media all and (min-width: 768px) and (max-width: 1280px) {
    #header .note {
      position: absolute;
      left: 11.2%;
      top: 1.5%;
      background-image: url(images/history_click_mod.png);
      background-repeat: no-repeat;
      height: 75px;
      width: 240px;
    }
}
#header .logo {
  display: block;
  text-align: center;
  padding: 95px 0 0 0;
}
#header .navigation {
  width: 50%;
  height: 97px;
  padding: 88px 0 0 0;
  margin: 0 auto;
}
#header .navigation li {
  width: 25%;
  background: url(images/history_navigation_line.png) no-repeat left top;
  position: relative;
  transition: all 0.5s;
}
#header .navigation li:first-child {
  background: none;
}
#header .navigation li a {
  color: #261c19;
  font-size: 160%;
  text-decoration: none;
  text-align: center;
  display: block;
  height: 97px;
  background: url(images/history_navigation_inco.png) no-repeat center 78px;
}
#header .navigation li a:hover {
  color: #a91717;
  background: url(images/history_navigation_inco_hover.png) no-repeat center bottom;
}
#header .navigation li strong,#header .navigation li span{
	display:block;
	text-align:center;
	width:100%;
	position:absolute;
	padding:0;
	margin:0 auto !important;
}
@media all and (min-width: 768px) and (max-width: 1280px) {
    #header .navigation {
        width: 100%;
    }
}
#header .navigation li span{
	bottom:45px;
	transition: opacity 0.5s;
	opacity:1;
}
#header .navigation li strong{
	bottom:45px;
	transition: opacity 0.5s;
	opacity:0;
}
#header .navigation li a:hover span{
	opacity:0;
}
#header .navigation li a:hover strong{
	opacity:1;
}
/*#header .navigation li span{
	bottom:45px;
	transition: bottom 0.5s,opacity 0.5s;
	opacity:1;
}
#header .navigation li strong{
	bottom:-20px;
	transition: bottom 0.3s,opacity 0.3s;
	opacity:0;
}
#header .navigation li a:hover span{
	bottom:-20px;
	opacity:0;
}
#header .navigation li a:hover strong{
	bottom:35px;
	opacity:1;
}*/

/*橫向卷軸
**********************************/
/*scrollbar 空間設定------*/
.content{
  overflow: auto;
  position: relative;
  background: #FFF;
  /*width: 740px;*/
  max-width: 100%;
  height: 505px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom:15px;
}
.content.hidden{ display: none; }
.content.nested{ height: 505px; }
.content.zero-height{ height: 0; }
.content.zero-width{ width: 0; }
.init-hidden #examples{ min-height: 420px; }

/*列表設定--------------*/
.overview { 
  list-style: none;
  width: 5390px;/*總寬度*/
  padding: 0;
  margin: 0; 
  position: absolute; 
  left: 0; 
  top: 0;
}
.overview .list {
  float: left;
  position: relative;
  letter-spacing: 0.5px;
  background-color: #3D291B;
}
/*.overview .list .pic{
  opacity:0.6;
  filter: alpha(opacity=60);
  transition:opacity,01s;
}
.overview .list:hover .pic{
  filter: alpha(opacity=100);
  opacity: 1;
}*/
.overview .list .pic{
  background-color: #3D291B;
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.4s linear;
     -moz-transition: opacity 0.4s linear;
       -o-transition: opacity 0.4s linear;
          transition: opacity 0.4s linear;
}
.overview .list:hover .pic{
  filter: alpha(opacity=100);
  opacity: 1;
}
.overview .list .txt{
  width: 50%;
  height: 130px;
  padding: 13px 22px;
  background: rgb(70, 50, 25);
  background: rgba(70, 50, 25, .8);
  margin: 0 auto;
  position: absolute;
  top: 0%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transition: all,01s;
  filter: alpha(opacity=0);
  opacity: 0;
  display: none\0;/*ie8以下適用*/;
}
.overview .list:hover .txt{
  top: 2%;
  filter: alpha(opacity=100);
  opacity: 1;
  display: block\0;/*ie8以下適用*/;
}
.overview .list .txt a{
  color: #FFF;
  text-decoration: none;
}
.overview .list .txt:hover a{
  text-decoration: underline;
}
.overview .list .txt time{
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px !important;
  display: inline-block;
}
.overview .list .txt .more {
  color: #FFF;
  text-align: center;
  height: 28px;
  width: 58px;
  padding-top: 3px;
  text-decoration: none;
  position: absolute;
  right: 1px;
  bottom: -9px;
  background-color: #419ecf;
}
.overview .list .txt:hover .more {
  background-color: #267199;
}
.overview .list .year {
  position: absolute;
  top: 312px !important;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(images/timeline_line.jpg);
  background-repeat: no-repeat;
  background-position: center 10px;
}

.overview .list .year.odd {
  top: 372px !important;
  left: 40px;
}
/*.hisEven {
  top: 372px !important;
}*/
.overview .list .year i{
  width:20px;
  height:20px;
  display: block;
  background: rgb(22, 141, 203);
  background: rgba(22, 141, 203);
  margin: 0 auto;
  position: absolute;
  top: 0 !important;
  left: 0;
  bottom: 0;
  right: 0;
  /*圓角*/
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.overview .list .year .time{
  color: #FFF;
  font-size: 18px;
  font-family: Georgia;
  text-align: center;
  height: 25px!important;
  width: 110px!important;
  padding: 3px 0;
  margin: 0 auto;
  display: block;
  z-index: 2;
  background: rgb(22, 141, 203);
  background: rgba(22, 141, 203, .8);
  position: absolute;
  top: 40px !important;
  left: 0;
  bottom: 0;
  right: 0;
}
.overview .list .year .time{
  color: #FFF;
  font-size: 18px;
  font-family: Georgia;
  text-align: center;
  height: 25px!important;
  width: 110px!important;
  padding: 3px 0;
  margin: 0 auto;
  display: block;
  z-index: 2;
  background: rgb(22, 141, 203);
  background: rgba(22, 141, 203, .8);
  position: absolute;
  top: 40px !important;
  left: 0;
  bottom: 0;
  right: 0;
}



/* ==========================================================================
    Modal
==========================================================================*/
.modal h2.tit{
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  background-image: url(images/index_history_tit_bg.png);
  background-repeat: no-repeat;
  height: 46px;
  width: 250px;
  padding: 12px 0 0 30px;
  letter-spacing: 2px;
}
.modal .nav {
  margin-top: -35px;
  padding: 0 5% 5px 5%;
  border:none;
}
.modal .nav > li {
  width:16.6%;
}
.modal .nav > li > a {
  color: #FFF;
  font-size:15px;
  font-family: Georgia;
  line-height: 38px;
  text-align: center;
  background-image: url(images/index_history_2_6_tab-bg.png);
  background-repeat: no-repeat;
  height: 38px;
  width: 120px;
  padding: 0;
  margin: 0 0 10px 0;
  border: none !important;
}
.modal .nav > li > a:hover,
.modal .nav > li > a:focus {
  background-color: transparent;
  background-image: url(images/index_history_2_6_tab-bg-hover.png);
  border: none !important;
}
.modal .nav > li.active > a,
.modal .nav > li.active > a:hover,
.modal .nav > li.active > a:focus {
  color: #FFF;
  background-image: url(images/index_history_2_6_tab-bg-hover.png);
  border: none !important;
}
.modal .nav > li.active:hover > a {
  filter: alpha(opacity=80);
  opacity:0.8;
}
.modal .tab-content {
  padding: 3px 0 0 0;
  background: url(images/index_history_2_6_line-bg.png) no-repeat center top;
}
.modal .tab-content .text{
  padding: 0 63px;
  margin-bottom: -25px;
}
/*表格---------------*/
.tableYear {
  margin-top: 25px;
  border: 1px solid #b99f6c;
  background: #f3f3f3 url(images/index_history_2_6_table-bg.jpg) repeat-y left;
}
.tableYear th {
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 13px 10px;
  border-left: 1px solid #FFF;
  /*background-color: #9b8353;*/
  background: #aa9160; /* Old browsers */
background: -moz-linear-gradient(top,  #aa9160 12%, #876f48 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#aa9160), color-stop(90%,#876f48)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #aa9160 12%,#876f48 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #aa9160 12%,#876f48 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #aa9160 12%,#876f48 90%); /* IE10+ */
background: linear-gradient(to bottom,  #aa9160 12%,#876f48 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa9160', endColorstr='#876f48',GradientType=0 ); /* IE6-9 */
}
.tableYear th:first-child {
  border-left: none;
}
.tableYear td {
  padding: 10px 30px;
  background: url(images/index_history_2_6_td_line.jpg) repeat-x top;
}
.tableYear td:first-child {
  font-size: 15px;
}


/* ==========================================================================
    Modal[infoModal]澄清簡介
==========================================================================*/
#infoModal .nav > li {
  width:20%;
}
#infoModal .nav > li > a {
  font-size: 14px;
  font-family: "微軟正黑體";
}
#infoModal .nav > li:last-child > a {
  background-image: url(images/index_history_2_6_tab-bg2.png);
  background-repeat: no-repeat;
  height: 38px;
  width: 140px;
}
#infoModal .nav > li:last-child > a:hover {
  background-image: url(images/index_history_2_6_tab-bg2-hover.png);
}
#infoModal .nav > li:last-child.active > a{
  color: #FFF;
  background-image: url(images/index_history_2_6_tab-bg2-hover.png);
  border: none !important;
  height: 38px;
  width: 140px;
}
/* ==========================================================================
    Modal[yearModal]澄清大事紀
==========================================================================*/
#yearModal .modal-title h1{
  position: relative;
}
#yearModal .modal-title i {
  background-image: url(images/index_history_2_3all_inco.png);
  background-repeat: no-repeat;
  height: 70px;
  width: 130px;
  display: block;
  position: absolute;
  right: 215px;
  top: 5px;
}
.yearList li {
  background: url(images/index_history_2_3all_line2.png) no-repeat center bottom;
  position: relative;
}
.yearList li h2.tit{
  font-size: 20px;
  font-family: Georgia;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
  padding: 8px 0 0 65px;
  margin: 15px 0 10px 0;
}
.yearList li #top {
  color: #FFF;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  width: 55px;
  height: 35px;
  display: block;
  z-index: 999;
  position: absolute;
  right: 0;
  bottom: 5px;
  background-color: #897349;
  background: rgb(137, 115, 73);
  background: rgba(137, 115, 73, .8);
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.yearList li #top:hover {
  background: rgb(100, 80, 55);
  background: rgba(100, 80, 55, 1);
}
.yearList li .list {
  padding: 10px 0 10px 40px;
  display: block;
  background: url(images/index_history_2_3all_line.png) no-repeat 288px bottom;
}
.yearList li .list .left {
  float: left;
  width: 25%;
  padding-bottom: 3px;
}
.yearList li .list .left img {
  margin-bottom:15px;
  border: 1px solid #ddd7d3;
  -webkit-box-shadow: 3px 3px 5px #cec4b1;
	-moz-box-shadow: 3px 3px 5px #cec4b1;
	box-shadow: 3px 3px 5px #cec4b1;
}
.yearList li .list .right {
  float: left;
  width: 70%;
  padding: 5px 10px 5px 35px;
}
.yearList li .list .right span.y {
  color: #419ece;
  font-size: 18px;
  font-weight:bold;
  letter-spacing: 0.5px;
  width: 80px;
  display: block;
}
.yearList li .list .right span.m {
  font-size: 15px;
  font-weight:bold;
  font-style: normal;
  width: 95px;
  display:block;
}
/* ==========================================================================
    Modal[eraModal]代代相傳
==========================================================================*/
#eraModal{
	margin-top:0px;
}
#eraModal .box {
	padding-bottom:10px;
	position:relative;
}
#eraModal .box-1 .left{	
  float:left;
  padding-left:40px;
}
#eraModal .box-1 .right{
  float:right;
  width:45%;
  padding-right:40px;
}
#eraModal .box-2 .left{	
  width:47%;
  float:left;
  padding-left:40px;
}
#eraModal .box-2 .right{
  float:right;
  padding-right:40px;
}
/* ==========================================================================
    Modal[talkModal]總院長的話
==========================================================================*/
#talkModal .html {
  padding: 0 60px;
}