@charset "utf-8";
/** @import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,500); **/
.timelist {
	padding:0 1% 5% 1%;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px 0;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px;
}

.tl-title {
	left:46%; 
	margin-top:-20px;
	padding-bottom:50px;}
.tldate {
	width:85px;
	height:85px;
	-webkit-border-radius: 85px;
-moz-border-radius: 85px;
border-radius: 85px;
  display: block;
  background:#06C;
  border: 1px solid #ccc;
  color: #FFF;
  margin:auto;
  padding:30px 10px 10px 10px;
  font-weight:400;
  text-align: center;
  vertical-align:middle;
  -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35);
}

.tldate02 {
	width:85px;
	height:85px;
	-webkit-border-radius: 85px;
-moz-border-radius: 85px;
border-radius: 85px;
  display: block;
  background:#F60;
  border: 1px solid #ccc;
  color: #FFF;
  margin:auto;
  padding:25px;
  font-weight:400;
  text-align: center;
  vertical-align:middle;
  -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35);
}

.timeline li {
  margin-bottom: -50px;/*調整各年表上下間距*/
  position: relative;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

/** timeline panels 文字方塊 **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background:#F1F1F1;
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

/** panel arrows 三角形**/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #F1F1F1;/*三角形左邊底色*/
  border-right: 0 solid #F1F1F1;/*三角形右邊底色*/
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-panel:hover{
-moz-box-shadow:2px 2px 2px rgba(10,10,10,0.1),4px 4px 6px rgba(10,10,10,0.1),6px 6px 12px rgba(10,10,10,0.1);
-webkit-box-shadow:2px 2px 2px rgba(10,10,10,0.1),4px 4px 6px rgba(10,10,10,0.1),6px 6px 12px rgba(10,10,10,0.1);
box-shadow:2px 2px 2px rgba(10,10,10,0.1),4px 4px 6px rgba(10,10,10,0.1),6px 6px 12px rgba(10,10,10,0.1);
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}


/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 30px;
  left: 50%;
  text-align: center;
  background:#E6ECF7;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: -10px;
  border: 4px solid #06c;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 666;
}

.timeline li .tl-circ02 {
  position: absolute;
  top: 30px;
  left: 50%;
  text-align: center;
  background:#FFF2EB;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-left: -10px;
  border: 4px solid #F93;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 888;
}

/** timeline content **/

.tl-heading h4 {
  margin: 0;
  font-family: 'Alegreya Sans', Helvetica, Microsoft JhengHei, Arial, sans-serif;
  font-weight:400;
  font-size:2em;
  color:#4797EC;
}

.tl-heading_b h4 {
  margin: 0;
  font-family: 'Alegreya Sans', Helvetica, Microsoft JhengHei, Arial, sans-serif;
  font-weight:400;
  font-size:2em;
  color:#F60;
}
.tl-heading h3 {
  margin:0;
  font-weight:600;
  font-size:1.2em;
  line-height:1.4;
}
.tl-body p, .tl-body ul {
  margin-bottom: 0;
}

.tl-body > p + p {
  margin-top: 5px;
}
.tl-body .listpoint, .tl-body .listpoint02{
padding-left:1em; 
    text-indent: -.7em;
}
.tl-body .listpoint:before {
	content: "• ";
    color:#F60; /* or whatever color you prefer */
	}
.tl-body .listpoint02:before {
	content: "• ";
    color:#06c; /* or whatever color you prefer */
	}
/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%;
  }
}
/*::::::::手機年表::::::::::::::*/
@media (max-width: 768px) {
  .page-header h1 { font-size: 1.8em; }
  
  ul.timeline:before {
    left: 20px;/*控制灰線*/
  }
  
  .tl-title {
	left:0; 
	margin-top:-30px;
	padding-bottom:0px;/*圈圈距方塊間距*/
	display:none;
	}
 .tldate {
	width:70px;
	height:70px;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
  display: block;
  background:#06c;
  border: 1px solid #ccc;
  color: #FFF;
  margin:0; /*softnext色塊靠左*/
  padding:5px;
  font-weight:400;
  text-align: center;
  vertical-align:middle;
  -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35);
  display:none;
}
.timeline li {
  margin-bottom:20px;/*調整各年表上下間距*/
}

 .timeline li .timeline-panel {
  width: 100%;
  float: left;
  padding: 10px;
  position: relative;

}

  ul.timeline li .timeline-panel {
    width: calc(100% -60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
  }

  ul.timeline li .tl-circ, ul.timeline li .tl-circ02 {
    top: 32px;
    left: 10px;/*控制圈圈*/
    margin-left: 0;

  }
  ul.timeline > li > .tldate.tldate02 {
    margin: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
	margin-right:10px;/*年表右邊間距*/
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}