@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}
html,body {
	font-family: 'Noto Sans TC', "Microsoft JhengHei", sans-serif;
	font-size:15px;
	width:100%;
	height:100%;
	-ms-overflow-style: scrollbar;
}
a:link {
	color:#757575;
	text-decoration: none;
}
a:visited {
	color:#757575;
	text-decoration: none;
}
a:hover {
	color:#036eb8;
	text-decoration: none;
}
a:active {
	color:#757575;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}

/* 三欄式自動調幅版面--------------------------------------------- */

.header_bg {
	position:fixed;
	top:0;
	left: 0;
	z-index:999;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 90px;
}

.header_small_open {
	position:fixed;
	top:20px;
	left:20px;
	z-index:1000;
}
.header_small_close {
	position:fixed;
	top:20px;
	left:20px;
	z-index:1000;
	display:none;
}
.header_small_logo {
	position:fixed;
	top:20px;
	right:20px;
	z-index:1000;
}
	.header_small_open img {
		width:50px;
	}
	.header_small_close img {
		width:40px;
	}
	.header_small_logo img {
		width:100px;
	}
	

.header_small_menu_list {
	position:fixed;
	width:100%;
	height:100%;
	overflow-y: auto;
	background:rgba(38,38,38,0.9);
	z-index:1001;
	padding-bottom:100px;
	display:none;
}
	.header_small_menu {
		text-align:center;
		font-size:24px;
		margin-top:100px;
	}
	.header_small_menu p {
		margin-top:20px;
	}
	.header_small_menu a {
		color:#767676;
	}
	.header_small_menu a:hover {
		color:#FFF;
	}

@media only screen and (min-width: 768px) {
.header_bg {
	height: 120px;
}
.header_small_open {
	top:35px;
	left:20px;
}
.header_small_close {
	top:35px;
	left:20px;
}
.header_small_logo {
	top:35px;
	right:20px;
}
	.header_small_open img {
		width:60px;
	}
	.header_small_close img {
		width:55px;
	}
	.header_small_logo img {
		width:120px;
	}
	.header_small_menu {
		font-size:28px;
		margin-top:100px;
	}
	.header_small_menu p {
		margin-top:25px;
	}
}
@media only screen and (min-width: 1000px) {
.header_bg {
	height: 110px;
}
.header_small_open {
	top:30px;
	left:40px;
}
.header_small_close {
	top:30px;
	left:40px;
}
.header_small_logo {
	top:28px;
	right:40px;
}
	.header_small_menu {
		font-size:30px;
		margin-top:140px;
	}
	.header_small_menu p {
		margin-top:30px;
	}
}
@media only screen and (min-width: 1400px) {
.header_bg {
	height: 110px;
}
.header_small_open {
	top:30px;
	left:50px;
}
.header_small_close {
	top:30px;
	left:50px;
}
.header_small_logo {
	top:28px;
	right:50px;
}
	.header_small_menu {
		font-size:30px;
		margin-top:180px;
	}
	.header_small_menu p {
		margin-top:35px;
	}
}


#content {
	width: 100%;
	background: #FFF;
	overflow:hidden;
	padding:0 10px;
}

.works {
	width: 100%;
	max-width:1600px;
	overflow:hidden;
	padding: 30px 0 50px 0;
	margin:auto;
}

.product_list {
	position:relative;
	padding:20px 0;
}

@media only screen and (min-width: 768px) {
.works {
	padding: 70px 0 80px 0;
}
.product_list {
	padding:30px 20px;
}
}
@media only screen and (min-width: 1000px) {
.works {
	padding: 70px 0 80px 0;
}
.product_list {
	padding:30px 20px;
}
}
@media only screen and (min-width: 1600px) {
.works {
	padding: 110px 0 150px 0;
}
.product_list {
	padding:40px 30px;
}
}


.product_bg {
	display:none;
}
	.product_word {
		display:none;
	}
	.product_block2 {
		position: relative;
		left:5%;
		border-left:6px solid #262626;
		padding-left:15px;
		color:#262626;
		margin-top:20px;
		display:block;
	}
	.product_title1 {
		font-size:24px;
		line-height:24px;
	}
	.product_title2 {
		font-size:16px;
		margin-top:10px;
	}
@media only screen and (min-width: 769px) {
.product_bg {
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	z-index:3;
	background:rgba(38,38,38,0.7);
	top:0;
	left:0;
	cursor:pointer;
	color:#FFF;
}
	.product_word {
		position:absolute;
		z-index:4;
		left:10%;
		bottom:10%;
		border-left:6px solid #FFF;
		padding-left:15px;
		display:block;
	}
	.product_block2 {
		display:none;
	}
	.product_title1 {
		font-size:32px;
		line-height:32px;
	}
	.product_title2 {
		font-size:20px;
		margin-top:10px;
	}
}

	
.product_more {
	width:160px;
	height:40px;
	border:2px solid #262626;
	text-align:center;
	line-height:36px;
	margin:auto;
	clear:both;
	color:#262626;
	font-size:18px;
	letter-spacing:2px;
	cursor:pointer;
}

.product_clear {
	height:65px;
	clear:both;
}
.product_clear2 {
	height:30px;
	clear:both;
}
.share img {
	width:50px;
}
@media only screen and (min-width: 769px) {
.product_more {
	width:200px;
	height:60px;
	line-height:56px;
	font-size:20px;
}
.product_clear {
	height:130px;
	clear:both;
}
.product_clear2 {
	height:65px;
	clear:both;
}
.share img {
	width:62px;
}
}

.footer {
	width:100%;
	background:#262626;
	text-align:center;
	margin:auto;
	overflow:hidden;
	padding:0 10px;
}
	.footer_logo {
		padding-top:50px;
	}
	.footer_title1 {
		margin-top:20px;
		color:#ffffff;
		font-size:14px;
	}
	.footer_title2 {
		color:#ffffff;
		font-size:14px;
		padding:14px 0;
	}
	.footer_line {
		margin-top:40px;
		border-top:1px solid #393939;
	}