@charset "utf-8";
/* CSS Document */
html, body {
	/* 設定body高度為100% 拉到視窗可視的大小 */
	height: 100%;
}


.brand h1 img {
	width: 340px;
	z-index: 99999;
	margin: 0 auto;
	margin-top: 100px;
}

@media (min-width:1360px) {
.brand h1 img {
	width: 430px;
	z-index: 99999;
	margin: 0 auto;
	margin-top: 150px;
}
}
.page-navbar {
	z-index: 9999;
}

@media (max-width: 767px) {
.brand h1 img {
	width: 300px;
	z-index: 99999;
	margin: 0 auto;
}
.page-navbar {
	z-index: 9999;
	margin-top: 94px;
}
}
body.index-page {
	background-color: #373737;
}
.share p {
	margin-top: 10px;
	font-size: 13px;
	color: #373737;
}
.share p a:hover {
	color: #ff5400;
}
.share svg {
	margin-bottom: -5px;
	margin-right: 10px;
	color: #008f9c;
}
.page-navbar-right {
	margin-right: -30px;
}

@media(max-width:767px) {
.page-navbar-right {
	margin-right: 0px;
}
}
.box {
	position: relative;
	top: -180px;
	transition: .5s;
}
.box .box-img {
	overflow: hidden;
	position: relative;
}
.box .box-img img {
	width: 100%;
	height: auto;
	transform: scale(1, 1);
	transition: transform 300ms ease-out 0s;
}
.box .over-layer {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	background: rgba(0, 0, 0,0.7);
	transition: opacity 0.50s ease;
}
.box:hover .over-layer {
	opacity: 1;
}
.box .over-layer a {
	position: relative;
	top: 100%;
	color: #fff;
	margin-right: 10px;
	background: rgba(55, 30, 20,0.5);
	transition: all 0.50s linear 0s;
}
.box .over-layer a:hover {
	background: #009CBF;
	text-decoration: none;
}
.box:hover .over-layer a {
	top: 45%;
}
.box .box-content {
	position: absolute;
	top: 100%;
	width: 100%;
	opacity: 0;
	padding: 7% 5%;
	background: #323232;
	transform: perspective(1000px) rotateX(90deg);
	transform-origin: 50% 0 0;
	transition: transform 0.80s ease, opacity 0.80s ease;
}
.box .box-content h2 {
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.6
}

@media(max-width:767px) {
.box .box-content {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 7% 5%;
	background: #323232;
	transform: perspective(1000px) rotateX(90deg);
	transform-origin: 50% 0 0;
	transition: transform 0.80s ease, opacity 0.80s ease;
}
}
.box:hover .box-content {
	opacity: 1;
	z-index: 1;
	transform: perspective(1000px) rotateX(0deg);
}
.box .title {
	margin: 0;
}
.box .title a {
	color: #fff;
	font-size: 15px;
	/* text-transform: capitalize; */
    /* transition: all 0.50s linear 0s; */
	line-height: 1.8;
}
.box .title a:hover {
	text-decoration: none;
	color: #fff;
}
.box .post {
	color: #d3d3d3;
	text-align: left;
	margin-top: 10px;
	text-transform: capitalize;
	display: inline-block;
}

@media only screen and (max-width:990px) {
.box {
}
}

@media only screen and (max-width:479px) {
.box .box-content {
	padding: 18% 8%;
}
.box .box-content .title a {
	font-size: 15px;
}
}
/*lightbox*/

#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(24,188,156,.9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 0;
}
#portfolio * {
	z-index: 2;
}

@media(min-width:767px) {
#portfolio .portfolio-item {
	margin: 0 0 30px;
}
.article-line img {
	display: none;
}
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.portfolio-modal .modal-content h2 {
	margin: 0;
	font-size: 3em;
	color: #d83263;
}
.portfolio-modal .modal-content p {
	margin: 0;
	font-size: 17px;
	color: #fff;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
	margin: 30px 0;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .5;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #373737;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #373737;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
	display: none;
	opacity: 0;
}
.portfolio-modal {
	margin-right: -17px!important;
}
.name {
	color: #2c98a2;
}
.about {
	color: #d83263;
	font-weight: bold;
}
#gotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 530px;
	padding: 15px 5px;
	font-size: 10px;
	cursor: pointer;
	z-index: 999;
}
#signup {
	display: none;
	position: fixed;
	bottom: 340px;
	/* width: 50%; */
	z-index: 999;
	left: 0;
	right: 0;/* margin: 0 auto; *//* margin-top: 30px; */
}
.rightside-ad img {
	margin-top: 15px;
	margin-left: 0px;
	width: 100%;
	margin-bottom: 0px;
	
}
i.material-icons {
	margin-right: 0px;
	vertical-align: top;
}
i.material-icons.close-icon {
	/* margin-bottom: -27px; */
	margin-top: 30px;
}
.lightbox-logo.text-left {
	margin-top: -80px;
}
.lightbox-logo {
	margin-left: 15px;
}
.lightbox-logo img {
	width: 100px;
}
/*文章*/

.article-img {
	width: 630px;
	margin-bottom: 30px;
}
.article-content a {
	color: #bc4104;
	transition: .5s
}
.article-content a:hover {
	color: #373737;
}
.wrapper > .header-page {
	height: 660px;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
}
.article-page .brand h1 img {
	width: 450px;
	margin-top: 94px;
}
.pc {
	display: block;
}
.mobile {
	display: none;
}
.download-box {
	margin-bottom: 20px;
}

@media (max-width:767px) {
.fe-root {
	margin-top: 30px;
}
.wrapper > .header-page {
	height: 290px;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
}
.article-page .brand h1 img {
	width: 510px;
	margin-top: 148px;
}
.pc {
	display: none;
}
.mobile {
	display: block;
}
}
.article-page-ad .brand h1 img {
	width: 407px;
	margin-top: 94px;
}
.banner-title {
	padding: 10px 10px;
	font-size: 30px;
	color: #656060;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 90px;
	border: 10px solid rgb(101, 96, 96);
	margin-bottom: 30px;
}
.banner-title2 {
	padding: 10px 0;
	font-size: 35px;
	color: #373737;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 72px;
}

.banner-title3 {
padding: 10px 10px;
    font-size: 30px;
    color: #656060;
    font-weight: bold;
    line-height: 1.4;
   
    border: 10px solid rgb(101, 96, 96);
    margin-top: 15px;
    margin-bottom: 24px;
}

@media (max-width:767px) {
.banner-title2 {
	padding: 10px 0;
	font-size: 35px;
	color: #373737;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 70px;
}
.banner-title2 img {
	width: 130px;
}
	.banner-title3 {
padding: 10px 10px;
    font-size: 30px;
    color: #656060;
    font-weight: bold;
    line-height: 1.4;
   
    border: 10px solid rgb(101, 96, 96);
    margin-top: 15px;
    margin-bottom: 24px;
}
}
.article-content {
	font-size: 17px;
	color: #373737;
	line-height: 1.8;
	margin-bottom: 30px;
}
.article-content ul {
	margin-left: -20px;
	font-weight: bold;
}
.article-editer {
	font-size: 13px;
	color: #949494;
}
.article-content h3 {
	font-size: 22px;
	color: #c7532a;
	line-height: 1.8;
	font-weight: bold;
}
.article-content h2 {
	font-size: 18px;
	color: #f96905;
	line-height: 1.8;
	font-weight: bold;
}
.article-img {
	width: 630px;
	margin-bottom: 30px;
}
.article-header-img {
	width: 100%;
	margin-bottom: 15px;
}
.article-content a {
	color: #c8532a;
	transition: .5s
}
.article-content a:hover {
	color: #373737;
}
/*圖片HOVER基本樣式*/
.view {
	/* width: 300px; */
   /* height: 300px; */

	float: left;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	/* text-align: center; */
	-webkit-box-shadow: 0px 0px 2px #e6e6e6;
	-moz-box-shadow: 0px 0px 2px #e6e6e6;
	box-shadow: 0px 0px 2px #e6e6e6;
	margin-bottom: 10px;
	background-image: url(../img/star-bg.png);
}
.view .mask, .view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	/* padding-left: 15px; */
	/* padding-top: 48px; */
	text-align: center;
	padding: 50px 10px 0 10px;
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #689da9;
	/* text-align: center; */
	position: relative;
	font-size: 30px;
	/* padding: 10px; */
   /* background: rgba(0, 0, 0, 0.8); */
	margin: 20px 0 10px 0;
}
.view p {
	/* font-family: Georgia, serif; */
	/* font-style: italic; */
	font-size: 15px;
	position: relative;
	color: #fff;
	/* padding: 0px 28px 0 0; */
	/* text-align: center; */
	line-height: 1.8;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 23px 15px;
	background: #FFF;
	color: #373737;
	/* text-transform: uppercase; */
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	/* box-shadow: 0 0 1px #000; */
	border-radius: 50%;
	font-size: 15px;/* bottom: 0; */
}
.view a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
/*圖片HOVER效果END*/

.index-article h2 {
	font-size: 17px;
	color: #c7532a;
	margin-bottom: 0px;
}
.article-area {
	padding: 10px 10px;
	/* background: rgba(0,0,0,0.5); */
	/* border:1px solid #fff; */
	transition: .5s;/* height: 100%; */
	margin-bottom: 20px;
	margin-top: 0px;
}

@media (max-width:767px) {
.article-area {
	margin-top: 30px;
}
}
.article-area:hover {
	background: rgba(71,67,67,0.2);
	transition: .5s;
}
.index-article p {
	font-size: 15px;
	color: #373737;
	margin-bottom: 0px;
}
#article .title {
	margin-top: 30px;
	margin-bottom: 25px;
	/* min-height: 32px; */
	width: 135px;
	height: 135px;
	border: 1px solid #7d7a76;
	padding: 9px 0 0 7px;
	text-align: center;
}
#article .title h2 {
	font-size: 16px;
	color: #7d7a76;
	letter-spacing: 2px;
	line-height: 1.1;
	;
}
#article .title.text-center {
	margin-bottom: 50px;
}
.dot {
	font-size: 38px;
}
.img-quote {
	padding: 0px 8px;
	/* margin-bottom: 1rem; */
	font-size: 17px;
	border-left: 4px solid #c7532a;
	/* vertical-align: middle; */
	color: #888;
	line-height: 1.8;/* width: 630px; */
}
blockquote {
	color: #ff5400;
	/* font-family: georgia, serif; */
	font-size: 21px;
	line-height: 1.8;
	/* text-align: center; */
	padding: 24px 60px;
	margin: 0 57px;
	margin-bottom: 17px;
	/* border: solid 1px rgb(220,220,220); */
	position: relative;
	/* letter-spacing: 1px; */
	font-weight: bold;
}
blockquote:before, blockquote:after {
	position: absolute;
	width: 48px;
	height: 48px;
	content: ".";
	font-size: 0;
}
blockquote:before {
	background-image: url(../img/uoHCjSK.png);
	top: 0;
	left: 0;
}
blockquote:after {
	background-image: url(../img/m3HnqqU.png);
	bottom: 0;
	right: 0;
}
body.article-page {
/*	background-image: url(../img/lightbg.png);*/
}
body.article-page-ad {
	background-color: rgb(219, 220, 224);
}
.introduction {
	font-size: 17px;
	color: #9a5720;
	line-height: 1.8;
	margin-top: 15px;
}
/* Go Top */
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: #fff;
	background-color: rgb(64, 128, 144);
	width: 50px;
	height: 50px;
	padding: 19px 13px;
	border-radius: 99em;
	display: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 12px;
}
.go-top a {
	color: #fff;
}
.go-top:hover {
	background-color: #ff6000;
	color: #fff;
}
.writer {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.star-mark {
	font-weight: bold;
	color: #ff5400;
}
.rightside-ad {
	width: 292px;
	margin-top: -15px;
}
footer p {
	font-size: 13px;
}
footer p a:hover {
	color: #373737;
}
.case {
	margin-bottom: 30px;
}
.banner {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
.banner-title {
	padding: 10px 10px;
	font-size: 25px;
	color: #373737;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.4;
	margin-top: 80px;
	background-color: #fff;
}
.article-line {
	margin-left: 0px;
	    margin-top: -20px;
}
.article-line img {
	margin-left: 0px;
	width: 90px;
	margin-top: 23px;
}
.fb-like {
	/* margin-right: -37px; */
	margin-right: 0px;
}
.article-img {
	width: 100%;
}
.img-quote {
	padding: 0px 8px;
	/* margin-bottom: 1rem; */
	font-size: 13px;
	border-left: 4px solid #888;
	/* vertical-align: middle; */
	color: #888;
	line-height: 1.8;
	width: 100%;
}
blockquote {
	color: #3598ae;
	/* font-family: georgia, serif; */
	font-size: 21px;
	line-height: 1.8;
	/* text-align: center; */
	padding: 45px 10px;
	margin: 0 0px;
	margin-bottom: 17px;
	/* border: solid 1px rgb(220,220,220); */
	position: relative;
	letter-spacing: 1px;
}
.article-page .brand h1 img {
	width: 100%;
	margin-top: 100px;
}
.index-article h2 {
	font-size: 18px;
	color: #c7532a;
}
.rightside-ad {
	width: 300px;
	margin-top: -15px;
	margin: 0 auto;
}
}

/*iPad in portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.rightside-ad {
	width: 186px;
	margin-top: -15px;
}
.article-page .brand h1 img {
	width: 50%;
	margin-top: 135px;
}
.navbar .navbar-nav > li > a {
	padding-top: 22px;
	padding-bottom: 15px;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 6px;
}
.index-article h2 {
	font-size: 21px;
	color: #689da9;
	margin-bottom: 10px;
}
.navbar-right {
	float: left!important;
	margin-left: 10px
}
.page-navbar-right {
	margin-right: 0px;
}
}

/*iPad in landscape*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.rightside-ad {
	width: 242px;
	margin-top: -15px;
}
.navbar-right {
	float: right !important;
	margin-right: -15px;
	margin-top: 5px;
}
.index-article h2 {
	font-size: 16px;
	color: #689da9;
	margin-bottom: 10px;
}
}

/*TIMELINE*//* -------------------------------- 


*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
 max-width: 1170px;
 margin: 0 auto;
}
.cd-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}

@media only screen and (min-width: 1170px) {
header {
	height: 300px;
	line-height: 300px;
}
header h1 {
	font-size: 24px;
	font-size: 1.5rem;
}
}
#cd-timeline {
	position: relative;
	/* padding: 2em 0; */
  /* margin-top: 2em; */
	margin-bottom: 2em;
}
#cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
#cd-timeline {
/* margin-top: 3em; */
    /* margin-bottom: 3em; */
}
#cd-timeline::before {
	left: 50%;
	margin-left: -2px;
}
}
.cd-timeline-block {
	position: relative;
	margin: 2em 0;
}
.cd-timeline-block::after {
	clear: both;
	content: "";
	display: table;
}
.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
.cd-timeline-block {
	margin: 4em 0;
}
.cd-timeline-block:first-child {
	margin-top: 0;
}
.cd-timeline-block:last-child {
	margin-bottom: 0;
}
}
.cd-timeline-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;/* border-radius: 50%; */
  /* box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); */
}
.cd-timeline-img img {
	display: block;
	width: 80px;
	height: 80px;
	position: relative;
	/* left: 50%; */
	top: 50%;
	margin-left: -12px;
	margin-top: -41px;
}
.cd-timeline-img.cd-picture {
/* background: #75ce66; */
}
.cd-timeline-img.cd-movie {
	background: #c03b44;
}
.cd-timeline-img.cd-location {
	background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
.cd-timeline-img {
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.cssanimations .cd-timeline-img.is-hidden {
	visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-1 0.6s;
	-moz-animation: cd-bounce-1 0.6s;
	animation: cd-bounce-1 0.6s;
}
}
 @-webkit-keyframes cd-bounce-1 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
}
}
@-moz-keyframes cd-bounce-1 {
 0% {
 opacity: 0;
 -moz-transform: scale(0.5);
}
 60% {
 opacity: 1;
 -moz-transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
}
}
@keyframes cd-bounce-1 {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
 -moz-transform: scale(0.5);
 -ms-transform: scale(0.5);
 -o-transform: scale(0.5);
 transform: scale(0.5);
}
 60% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -ms-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
.cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: rgba(187, 204, 207, 0.57);
	/* border-radius: 0.25em; */
	padding: 1em;/* box-shadow: 0 3px 0 #d7e4ed; */
}

@media (max-width:767px) {
.cd-timeline-content {
	position: relative;
	margin-left: 80px;
	background: rgba(187, 204, 207, 0.57);
	/* border-radius: 0.25em; */
	padding: 1em;/* box-shadow: 0 3px 0 #d7e4ed; */
}
}
.cd-timeline-content::after {
	clear: both;
	content: "";
	display: table;
}
.cd-timeline-content h2 {
	color: #303e49;
}

@media (max-width:767px) {
.cd-timeline-content h2 {
	color: #303e49;
	font-size: 15px;
}
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 13px;
	font-size: 0.8125rem;
}

@media (max-width:767px) {
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 15px;/* font-size: 0.8125rem; */
}
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	display: inline-block;
}
.cd-timeline-content p {
	margin: 1em 0;
	line-height: 1.8;
}
.cd-timeline-content .cd-read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	color: #ffffff;
	border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
	opacity: .7;
}
.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid rgba(187,204,207,0.57);
}

@media only screen and (min-width: 768px) {
.cd-timeline-content h2 {
	font-size: 17px;
}
.cd-timeline-content p {
	font-size: 15px;
}
.cd-timeline-content .cd-read-more,  .cd-timeline-content .cd-date {
	font-size: 14px;
}
}

@media only screen and (min-width: 1170px) {
.cd-timeline-content {
	margin-left: 0;
	padding: 1.6em;
	width: 45%;
}
.cd-timeline-content::before {
	top: 24px;
	left: 100%;
	border-color: transparent;
	border-left-color: rgba(187,204,207,0.57);
}
.cd-timeline-content .cd-read-more {
	float: left;
}
.cd-timeline-content .cd-date {
	position: absolute;
	width: 100%;
	left: 122%;
	top: 6px;
	font-size: 16px;
	font-size: 1rem;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content {
	float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
	top: 24px;
	left: auto;
	right: 100%;
	border-color: transparent;
	border-right-color: rgba(187,204,207,0.57);
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
	float: right;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
	left: auto;
	right: 122%;
	text-align: right;
}
.cssanimations .cd-timeline-content.is-hidden {
	visibility: hidden;
}
.cssanimations .cd-timeline-content.bounce-in {
	visibility: visible;
	-webkit-animation: cd-bounce-2 0.6s;
	-moz-animation: cd-bounce-2 0.6s;
	animation: cd-bounce-2 0.6s;
}
}

@media only screen and (min-width: 1170px) {
/* inverse bounce effect on even content blocks */
.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
	-webkit-animation: cd-bounce-2-inverse 0.6s;
	-moz-animation: cd-bounce-2-inverse 0.6s;
	animation: cd-bounce-2-inverse 0.6s;
}
}
@-webkit-keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -moz-transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(20px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2 {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100px);
 -moz-transform: translateX(-100px);
 -ms-transform: translateX(-100px);
 -o-transform: translateX(-100px);
 transform: translateX(-100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(20px);
 -moz-transform: translateX(20px);
 -ms-transform: translateX(20px);
 -o-transform: translateX(20px);
 transform: translateX(20px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
@-webkit-keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
@-moz-keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -moz-transform: translateX(100px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(-20px);
}
 100% {
 -moz-transform: translateX(0);
}
}
@keyframes cd-bounce-2-inverse {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100px);
 -moz-transform: translateX(100px);
 -ms-transform: translateX(100px);
 -o-transform: translateX(100px);
 transform: translateX(100px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(-20px);
 -moz-transform: translateX(-20px);
 -ms-transform: translateX(-20px);
 -o-transform: translateX(-20px);
 transform: translateX(-20px);
}
 100% {
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.year-mark {
	background-color: #373737;
	padding: 5px;
	color: #fff;
}
.year-mark2 {
	background-color: #edc46e;
	padding: 5px;
	color: #fff;
}
.year-mark3 {
	background-color: #e36445;
	padding: 5px;
	color: #fff;
}
.year-mark4 {
	background-color: #6ab6a8;
	padding: 5px;
	color: #fff;
}
.year-mark5 {
	background-color: #1386a2;
	padding: 5px;
	color: #fff;
}
.year-mark6 {
	background-color: #44358d;
	padding: 5px;
	color: #fff;
}
.year-mark7 {
	background-color: #d7363a;
	padding: 5px;
	color: #fff;
}
section#article {
	margin-top: 30px;
}
div#carousel {
	margin-top: -50px;
}
.banner-pc {
	display: block;
	margin-bottom: 30px;
	text-align: -webkit-center;
	    margin-top: 30px;
}
.banner-mobile {
	display: none;
}
.banner-mobile img {
	margin: 0 auto;
}

@media (max-width:767px) {
.banner-pc {
	display: none;
}
.banner-mobile {
	display: block;
}
}

/*IPAD 使用漢堡選單*/
@media (max-width: 991px) {
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-text {
	float: none;
	margin: 15px 0;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
}
/*IPAD 使用漢堡選單END*/

.index-share {
}

@media (max-width:767px) {
.index-share {
	margin-top: 0px;
	margin-left: 0px;
}
.ad img {
	width: 60px;
}
}
.fourtips {
	margin-top: 50px;
	margin-bottom: 50px;
}

/*
.fourtips a img {
	
	transition: .5s;
}
.fourtips a:hover img {
	filter: alpha( Opacity = 80 );
	-moz-opacity: 0.8;
	opacity: 0.8;
	
}
*/
.ad {
	margin-bottom: -10px;
}
.time {
	font-size: 35px;
	margin-bottom: -10px;
	font-family: 'PT Sans', sans-serif;
}
.marking {
	font-size: 40px;
	font-family: "微軟正黑體",'PT Sans', sans-serif;
}
.watch-intro {
	margin-left: -75px;
	margin-top: 75px;
	background-color: rgba(243, 243, 243, 0.92);
	border: 1px solid rgba(101, 96, 96, 0.18);
	width: 500px;
	margin-bottom: 30px;
}
.watch-intro2 {
	    margin-top: -46px;
	background-color: rgba(243, 243, 243, 0.92);
	border: 1px solid rgba(101, 96, 96, 0.18);
	width: 50%;/* margin: 0 auto; */
	
}
.watch-intro3 {
	margin-left: 0px;
	margin-top: -120px;
	background-color: rgba(243, 243, 243, 0.92);
	border: 1px solid rgba(101, 96, 96, 0.18);
	width: 100%;
	margin-bottom: 30px;    
}
.watch-intro4 {
    margin-left: 459px;
    margin-top: -294px;
    background-color: rgba(243, 243, 243, 0.92);
    border: 1px solid rgba(101, 96, 96, 0.18);
    /* width: 100%; */
	    margin-bottom: 30px;
}

.watch-intro5 {
    margin-top: -121px;
    background-color: rgba(243, 243, 243, 0.92);
    border: 1px solid rgba(101, 96, 96, 0.18);
    width: 50%;
    /* margin: 0 auto; */
    margin-left: 15px;
	margin-bottom: 30px;
	    padding-top: 18px;
}

	.watch-intro6 {
    margin-left: 0px;
    margin-top: -46px;
    background-color: rgba(243, 243, 243, 0.92);
    border: 1px solid rgba(101, 96, 96, 0.18);
    width: 100%;
    margin-bottom: 30px;
}
.watch-img {
	margin-bottom: 30px;
}

.watch-img.watch04 {
    margin-top: 0px;
	   
}

.watch-intro,.watch-intro2,.watch-intro3,.watch-intro4,.watch-intro5,.watch-intro6{
	font-size: 15px;
}

.watch01 {
    margin-top: -170px;
}

.watch02 {
    margin-top: -20px;
}
@media (max-width:767px) {
	
	.time {
    font-size: 30px;
    margin-bottom: 0px;
    font-family: 'PT Sans', sans-serif;
}
.watch-intro {
	margin-left: 0px;
	margin-top: -41px;
	background-color: rgba(243, 243, 243, 0.92);
	border: 1px solid rgba(101, 96, 96, 0.18);
	width: 100%;
}
	.watch01 {
    margin-top: 0px;
}
.watch-intro2 {
	margin-top: -50px;
	background-color: rgba(243, 243, 243, 0.92);
	border: 1px solid rgba(101, 96, 96, 0.18);
	width: 100%;
	/* margin: 0 auto; */
	margin-bottom: 30px;
}
.watch-intro3 {
	margin-left: 0px;
	margin-top: -46px;
	background-color: rgba(243, 243, 243, 0.92);
	border: 1px solid rgba(101, 96, 96, 0.18);
	width: 100%;
	margin-bottom: 30px;
}
.watch-intro4 {
	margin-left: 0px;
	margin-top: -75px;
	background-color: rgba(243, 243, 243, 0.92);
	border: 1px solid rgba(101, 96, 96, 0.18);
	width: 100%;
	margin-bottom: 30px;
}
	
	.watch-intro5 {
margin-left: 0px;
    margin-top: -41px;
    background-color: rgba(243, 243, 243, 0.92);
    border: 1px solid rgba(101, 96, 96, 0.18);
    width: 100%;
	margin-bottom: 30px;
}
	

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
.watch01 {
    margin-top: 0px;
}

.watch-intro {
    margin-left: 205px;
    margin-top: -100px;
    background-color: rgba(243, 243, 243, 0.92);
    border: 1px solid rgba(101, 96, 96, 0.18);
    width: 500px;
    margin-bottom: 30px;
}
	
	.watch-intro2 {
    margin-top: -44px;
    background-color: rgba(243, 243, 243, 0.92);
    border: 1px solid rgba(101, 96, 96, 0.18);
    width: 50%;
    /* margin: 0 auto; */
    margin-left: 14px;
    margin-bottom: 30px;
}

}

span.subtitle {
    /* font-size: 20px; */
    /* color: #ffcc00; */
    font-weight: normal;
}


button.btn a {
    color: #fff;
}

.watch-nav{
	margin-top: 10px;
}

@media  (max-width: 767px) {
.watch-nav {
    margin-top: 40px;
}
}

.update{

        margin: -150px 0 0 145px;
}

@media  (max-width: 767px) {
	.update{
    margin: 10px;
}
	
}


