html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:'微軟正黑體',sans-serif;
}

body {
	background-color: #F7F7F7;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: 100%;
	display:block;
	cursor:pointer;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
	position: relative;
}

.video {
	background: #9B9B9B;
	justify-content: center;
}

.mobile .video {
	margin-top: 20px;
}

.banner {
	cursor: auto;
	box-shadow: none;
	margin-bottom: 10px;
}

.big-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1280px;
}

.blank {
  background: #ffff;
	height: 10px;
	position: relative;
}

/*寬度偵測*/
@media screen and (max-width:992px) {
	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}
}

@media screen and (min-width:992px) {
	.mobile {
		display: none;
	}
}


/*框線樣式*/
.container-content {
	padding: 20px 10px;
}

.frameline {
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	border-radius: 10px;
	margin: 8px;
	box-shadow: 1px 2px 1px #999;
	padding: 6px 12px;
	/* white-space: nowrap; */
}

@media screen and (max-width: 992px) {
	.frameline {
		background-color: #fff;
		display: inline-flex;
		align-items: center;
		border-radius: 10px;
		margin: 8px;
		box-shadow: 1px 2px 1px #999;
		padding: 6px 12px;
		white-space: normal;
	}
}

.frameline-orange {
	position: relative;
	display: inline-flex;
	margin: 3px;
	border: 1px solid #F08F17;
	border-radius: 10px;
	box-sizing: border-box;
}

.frameline-orange::after {
	position: absolute;
	content: "";
	width: 56px;
	height: 5px;
	background: orange;
	bottom: -3px;
	left: 19px;
	display: block;
}

.frameline-blue {
	position: relative;
	display: inline-flex;
	margin: 3px;
	border: 1px solid #00b0d8;
	border-radius: 10px;
	box-sizing: border-box;
}

.frameline-blue::after {
	position: absolute;
	content: "";
	width: 56px;
	height: 5px;
	background: #00b0d8;
	bottom: -3px;
	left: 19px;
	display: block;
}

.frameline-green {
	position: relative;
	display: inline-flex;
	margin: 3px;
	border: 1px solid #75ba2a;
	border-radius: 10px;
	box-sizing: border-box;
}

.frameline-green::after {
	position: absolute;
	content: "";
	width: 56px;
	height: 5px;
	background: #75ba2a;
	bottom: -3px;
	left: 19px;
	display: block;
}

.frameline-pink {
	position: relative;
	display: inline-flex;
	margin: 3px;
	border: 1px solid #e75297;
	border-radius: 10px;
	box-sizing: border-box;
}

.frameline-pink::after {
	position: absolute;
	content: "";
	width: 56px;
	height: 5px;
	background: #e75297;
	bottom: -3px;
	left: 19px;
	display: block;
}


@media screen and (max-width: 992px) {
	.frameline-orange {
		display: inline-flex;
		margin: 3px 0;
		border: 1px solid #F08F17;
		border-radius: 10px;
		box-sizing: border-box;
	}
	
	.frameline-blue {
		display: inline-flex;
		margin: 3px 0;
		border: 1px solid #00b0d8;
		border-radius: 10px;
		box-sizing: border-box;
	}
	
	.frameline-green {
		display: inline-flex;
		margin: 3px 0;
		border: 1px solid #75ba2a;
		border-radius: 10px;
		box-sizing: border-box;
	}
	
	.frameline-pink {
		display: inline-flex;
		margin: 3px 0;
		border: 1px solid #e75297;
		border-radius: 10px;
		box-sizing: border-box;
	}	
}

/*年代文字*/
.era-orange {
	margin-right: 6px;
	font-weight: 700;
	font-size: 22px;
	color: #F08F17;
	margin-bottom: 3px;
}

.era-blue {
	position: relative;
	margin-right: 6px;
	font-weight: 700;
	font-size: 22px;
	color: #00b0d8;
	margin-bottom: 3px;
}

.era-green {
	position: relative;
	margin-right: 6px;
	font-weight: 700;
	font-size: 22px;
	color:  #75ba2a;
	margin-bottom: 3px;
}

.era-pink {
	position: relative;
	margin-right: 6px;
	font-weight: 700;
	font-size: 22px;
	color: #e75297;
	margin-bottom: 3px;
}

/*特別尺寸*/
.sas {
	position: relative;
}

.sas-content {
	left: 40px;
}

.spec-block {
	display: block;
}

@media screen and (max-width: 1280px) {
	.block {
		display: block;
	}

	.whspace {
		white-space: nowrap;
	}

}

/*內容位置*/
.chronology {
	display: none;
	width: 100%;
	background-color: #dbdbdb;
	box-sizing: border-box;
}

.chronology:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
	.chronology {
		display: none;
    padding: 20px;
    box-sizing: border-box;
		margin-bottom: 20px;
	}
}

.content-1960-1 {
	padding-left: 40%;
}

.content-1960-2 {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	padding-right: 8%;
}

.content-1960-3 {
	padding-left: 75%;
}

.chronology-1970 {
	display: flex;
}

.chronology-1970-1 {
	display: flex;
	width: 50%;
}

.chronology-1970-2 {
	display: flex;
	padding-left: 5%;
}

.width-175px {
	width: 175px;
}

.width10 {
	width: 10%;
}

.width12 {
	width: 12%;
}

.width13 {
	width: 13%;
}

.width20 {
	width: 20%;
}

.width25 {
	width: 25%;
}

.width30 {
	width: 30%;
}

.width31 {
	width: 31%;
}

.width35 {
	width: 35%;
}

.width40 {
	width: 40%;
}

.width45 {
	width: 45%;
}

.width50 {
	width: 50%;
}

.width55 {
	width: 55%;
}

.width60 {
	width: 60%;
}

.width70 {
	width: 70%;
}

.width75 {
	width: 75%;
}

.width80 {
	width: 80%;
}

.width100 {
	width: 100%;
}

.direction-center {
	display: flex;
	justify-content: center;
}

.direction-reverse {
	display: flex;
	flex-direction: row-reverse;
}

.direction-spacebet {
	display: flex;
	justify-content: space-between;
}

.padding-left {
	padding-left: 10%;
}

.padding-right {
	padding-right: 20%;
}

/*矽島春秋系列專訪*/
.margin_btm {
	margin-bottom: 60px;
}

.column_container {
	display: flex;
	padding: 15px 0;
	color: #972F22;
	font-size: 20px;
}
@media screen and (max-width: 992px) {
	.column_container {
		justify-content: center;
	}
}

.column_name {
	position: relative;
}

.column_name::before {
	position: absolute;
	top: 26px;
	left: 8px;
	content: '';
	width: 108px;
	height: 4px;
	border-bottom: 4px solid #ED7E36;
}

.column_name::after {
	position: absolute;
	top: 30px;
	left: 8px;
	content: '';
	width: 127px;
	height: 1px;
	border-bottom: 1px solid #FADFCC;
}

.column {
	position: relative;
}

.column::after {
	position: absolute;
	top: 30px;
	left: 8px;
	content: '';
	width: 73px;
	height: 1px;
	border-bottom: 1px solid #FADFCC;
}

.img_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.img_container a {
	width: 20%;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 992px) {
	.img_container a {
		width: 50%;
	}
}

.img_container a img {
	width: 100%;
	display: block;
	cursor: pointer;
	box-shadow: none;
	position: relative;
	z-index: 1;
	transition:opacity 300ms;
}

.img_container a img:nth-child(1) {
	position: relative;
	z-index: 1;
}

.img_container a img:nth-child(2) {
	position: absolute;
	top: 0;
	z-index: 0;
	opacity: 0;
}

.img_container a:hover img:nth-child(1){
	opacity: 0;
}

.img_container a:hover img:nth-child(2){
	opacity: 1;
}