@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:16px;
	width:100%;
	height:100%;
	-ms-overflow-style: scrollbar;
	color: #262626;;
}
a:link {
	color:#262626;
	text-decoration: none;
}
a:visited {
	color:#262626;
	text-decoration: none;
}
a:hover {
	color:#036eb8;
	text-decoration: none;
}
a:active {
	color:#262626;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}

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


.header_banner {
	position: relative;
	width: 100%;
	height: 90px;
	margin: auto;
}

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

@media only screen and (min-width: 768px) {
.header_banner {
	height: 120px;
}

.header_banner_bg {
	height: 120px;
}
}
@media only screen and (min-width: 1000px) {
.header_banner {
	height: 120px;
}

.header_banner_bg {
	height: 120px;
}
}
@media only screen and (min-width: 1400px) {
.header_banner {
	height: 120px;
}

.header_banner_bg {
	height: 120px;
}
}

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

.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;
	top:0;
}
	.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:40px;
	left:20px;
}
.header_small_close {
	top:40px;
	left:20px;
}
.header_small_logo {
	top:40px;
	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: 120px;
}
.header_small_open {
	top:35px;
	left:35px;
}
.header_small_close {
	top:35px;
	left:30px;
}
.header_small_logo {
	top:35px;
	right:30px;
}
	.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: 120px;
}
.header_small_open {
	top:35px;
	left:50px;
}
.header_small_close {
	top:35px;
	left:50px;
}
.header_small_logo {
	top:33px;
	right:50px;
}
	.header_small_menu {
		font-size:30px;
		margin-top:180px;
	}
	.header_small_menu p {
		margin-top:35px;
	}
}

#content {
	width: 100%;
	max-width: 1600px;
	background: #FFF;
	overflow:hidden;
	padding:0 10px;
	margin: auto;
}
#content2 {
	width: 100%;
	background: #FFF;
	overflow:hidden;
	padding:0 10px;
	margin: auto;
}
	.content_memo {
		width: 100%;
		max-width: 1300px;
		margin: auto;
	}


/* 關於我們 */

.about_clear {
	height: 60px;
	clear: both;
}
.about_clear2 {
	height: 40px;
	clear: both;
}

.about_title1 {
	max-width: 550px;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
	padding: 20px 20px 20px 0px;
}
	.about_title2 {
		font-size: 28px;
		font-weight: bold;
		color: #262626;
	}
	.about_title3 {
		font-size: 20px;
		font-weight: bold;
		color: #262626;
	}
	.about_memo {
		padding: 30px 0;
		overflow: hidden;
		font-size: 18px;
		color: #262626;
		line-height: 30px;
	}

@media only screen and (min-width: 768px) {
.about_clear {
	height: 100px;
	clear: both;
}
.about_clear2 {
	height: 80px;
	clear: both;
}
.about_title1 {
	padding: 30px 0px;
}
	.about_title2 {
		font-size: 40px;
	}
	.about_title3 {
		font-size: 28px;
	}
	.about_memo {
		padding: 50px 0;
		font-size: 20px;
		line-height: 40px;
	}
}


/* 案例分享 */
.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_hover {
		position:absolute;
		top:50%;
		left:50%;
		margin-top:-25px;
		margin-left:-105px;
	}
	.product_word {
		display:none;
	}
	.product_title1 {
		position:absolute;
		min-width: 200px;
		max-width:90%;
		min-height:48px;
		font-size:20px;
		padding:10px;
		top:50%;
		border:1px solid #FFF;
		text-align:center;
		left:50%;
		color:#FFF;
		margin-left:-100px;
		margin-top:-24px;
	}
	.product_block {
		width: 100%;
		overflow: hidden;
		border-top: 2px solid #262626;
		border-bottom: 2px solid #262626;
		padding: 30px 10px;
		font-size:24px;
	}
	.product_block2 {
		width: 100%;
		overflow: hidden;
		border-bottom: 2px solid #262626;
		padding: 30px 10px;
		font-size:18px;
	}
@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_block {
		padding: 40px 20px;
		font-size:30px;
	}
	.product_block2 {
		padding: 40px 20px;
		font-size:24px;
	}
}

.product_clear {
	height:65px;
	clear:both;
}
.product_clear2 {
	height:30px;
	clear:both;
}
.share img {
	width:50px;
}
@media only screen and (min-width: 769px) {
.product_clear {
	height:130px;
	clear:both;
}
.product_clear2 {
	height:65px;
	clear:both;
}
.share img {
	width:62px;
}
}

	.page_project {
		position:absolute;
		bottom:10%;
		right:10%;
	}
		.page_project_word1 {
			font-size:20px;
			color:#262626;
			font-weight:bold;
			text-align:right;
		}
		.page_project_word2 {
			font-size:16px;
			color:#262626;
			text-align:right;
		}

@media only screen and (min-width: 768px) {
	.page_project_word1 {
		font-size:36px;
	}
	.page_project_word2 {
		font-size:28px;
	}
}

/* 最新消息 */

.news_memo {
	padding: 100px 0;
	overflow: hidden;
	font-size: 18px;
	color: #262626;
	line-height: 30px;
}
	.news {
		width: 100%;
		overflow: hidden;
		border-top: 2px solid #262626;
		border-bottom: 2px solid #262626;
		padding: 40px 0;
	}
	.news_date {
		font-size: 18px;
		color: #262626;
		text-align: left;
	}
	.news_date2 {
		font-size: 20px;
		color: #262626;
		text-align: left;
	}
	.news_title {
		font-size: 20px;
		color: #262626;
		text-align: left;
		margin-top: 20px;
	}
	.news_memo2 {
		font-size: 16px;
		color: #262626;
		text-align: left;
		margin-top: 30px;
		padding-bottom:10px;
	}
	.news_clear {
		height: 50px;
		clear: both;
	}
	.news_clear2 {
		height: 20px;
		clear: both;
	}
	.news_button {
		width: 150px;
		height: 35px;
		text-align: center;
		background: none;
		border: 2px solid #262626;
		margin: auto;
	}
	.page_news {
		position:absolute;
		bottom:10%;
		left:10%;
	}
		.page_news_word1 {
			font-size:20px;
			color:#262626;
			font-weight:bold;
		}
		.page_news_word2 {
			font-size:16px;
			color:#262626;
		}

@media only screen and (min-width: 768px) {
.news_memo {
	padding: 100px 0;
	overflow: hidden;
	font-size: 18px;
	color: #262626;
	line-height: 30px;
}
	.news {
		width: 100%;
		overflow: hidden;
		border-top: 2px solid #262626;
		border-bottom: 2px solid #262626;
		padding: 40px 0;
	}
	.news_date {
		font-size: 20px;
	}
	.news_date2 {
		font-size: 28px;
	}
	.news_title {
		font-size: 28px;
		margin-top: 30px;
	}
	.news_memo2 {
		font-size: 20px;
		margin-top: 80px;
		padding-bottom:10px;
	}
	.news_1 {
		width: 100%;
		max-width: 900px;
	}
	.news_clear {
		height: 100px;
		clear: both;
	}
	.news_button {
		width: 200px;
		height: 55px;
	}
	.page_news_word1 {
		font-size:36px;
	}
	.page_news_word2 {
		font-size:28px;
	}
}

/* 服務內容 */

.service_memo {
	padding: 50px 0;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
}
.service_clear {
	height: 30px;
	clear: both;
}
.service_clear2 {
	height: 70px;
	clear: both;
	display: none;
}
.service_title1 {
	font-size: 20px;
	color: #000;
}
.service_title2 {
	font-size: 16px;
	color: #000;
}
.service_list {
	padding: 20px 0px;
}
.service_list img {
	width: 50px;
}

@media only screen and (min-width: 768px) {
.service_memo {
	padding: 50px 30px;
	font-size: 24px;
	line-height: 36px;
}
.service_clear {
	height: 50px;
}
.service_clear2 {
	height: 140px;
}
.service_title1 {
	font-size: 24px;
}
.service_title2 {
	font-size: 18px
}
.service_clear2 {
	height: 50px;
	clear: both;
	display: block;
}
.service_list {
	padding: 20px 20px 20px 0;
}
.service_list img {
	width: 70px;
}
}
@media only screen and (min-width: 1200px) {
.service_memo {
	padding: 50px;
	font-size: 24px;
	line-height: 36px;
}
}



/* 聯絡我們 */

.contact_memo {
	padding: 50px 0;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
}
.contact_clear {
	height: 30px;
	clear: both;
}
.contact_clear2 {
	height: 70px;
	clear: both;
	display: none;
}
.contact_title1 {
	font-size: 20px;
	color: #000;
}
.contact_title2 {
	font-size: 16px;
	color: #000;
}
.contact_list {
	padding: 20px 0 20px 0;
}
.contact_text1 {
	border: 0;
	background: #e3e3e3;
	font-size: 18px;
	height: 40px;
	width: 100%;
	padding: 0 0 0 10px;
	color:#757575;
}
.contact_text2 {
	border: 0;
	background: #e3e3e3;
	font-size: 18px;
	height: 40px;
	width: 100%;
	padding: 0 0 0 10px;
	color:#757575;
}
.contact_text3 {
	border: 0;
	background: #e3e3e3;
	font-size: 18px;
	height: 100px;
	width: 100%;
	padding: 0 0 0 10px;
	color:#757575;
}

@media only screen and (min-width: 768px) {
.contact_memo {
	padding: 50px;
	font-size: 20px;
	line-height: 40px;
}
.contact_clear {
	height: 50px;
}
.contact_clear2 {
	height: 30px;
	clear: both;
	display: block;
}
.contact_title1 {
	font-size: 28px;
}
.contact_title2 {
	font-size: 22px
}
.contact_list {
	padding: 20px 5% 20px 0;
}
.contact_text1 {
	font-size: 20px;
	height: 50px;
	padding: 0 20px;
}
.contact_text2 {
	font-size: 20px;
	height: 50px;
	padding: 0 20px;
}
.contact_text3 {
	font-size: 20px;
	height: 200px;
	padding: 0 20px;
}
}

.contact_button {
	width: 200px;
	height: 55px;
	text-align: center;
	background: none;
	border: 2px solid #262626;
	margin: auto;
}




.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;
	}