﻿@charset "UTF-8";

/* ----- main ----- */
#main {	
	position: relative;
	width: 100%;
	margin: 70px auto 0px auto;
	padding:0;
}
.rslides {
	float:left;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	float: left;
}
.rslides li.mb1 { background:url(../images/slider_bg_01.gif) 50% 0; }
.rslides li.mb2 { background:url(../images/slider_bg_02.gif) 50% 0; }
.rslides li.mb3 { background:url(../images/slider_bg_03.gif) 50% 0; }
.rslides li.mb4 { background:url(../images/slider_bg_04.gif) 50% 0; }
.rslides li.mb5 { background:url(../images/slider_bg_05.gif) 50% 0; }
.rslides li.mb6 { background:url(../images/slider_bg_06.gif) 50% 0; }
.rslides li.mb7 { background:url(../images/slider_bg_07.gif) 50% 0; }

.rslides li img {
	display: block;	
	width: 100%;
	max-width:990px;
	height: auto;
	border: 0;
	margin:0 auto;
}
.slider-pager {
	width: 100%;
	list-style:none;
	padding:0;
	margin:0 auto;
	background:#F2F2F2;
}
.slider-pager li {
	float:left;
	width:14.285714%;
	padding:0;
	margin:0;
	background:#F2F2F2;
}
.slider-pager li.rslides_here.mbg1 { background:#645747 url(../images/slider_btn_bg1.gif) repeat-y; background-size:100% auto; }
.slider-pager li.rslides_here.mbg2 { background:#6DA738 url(../images/slider_btn_bg2.gif) repeat-y; background-size:100% auto; }
.slider-pager li.rslides_here.mbg3 { background:#7ECDF2 url(../images/slider_btn_bg3.gif) repeat-y; background-size:100% auto; }
.slider-pager li.rslides_here.mbg4 { background:#CCBBAB url(../images/slider_btn_bg4.gif) repeat-y; background-size:100% auto; }
.slider-pager li.rslides_here.mbg5 { background:#5ACDA7 url(../images/slider_btn_bg5.gif) repeat-y; background-size:100% auto; }
.slider-pager li.rslides_here.mbg6 { background:#9E77BA url(../images/slider_btn_bg6.gif) repeat-y; background-size:100% auto; }
.slider-pager li.rslides_here.mbg7 { background:#5A61CD url(../images/slider_btn_bg7.gif) repeat-y; background-size:100% auto; }

.slider-pager a {
	float:left;
	width:100%;
	padding-bottom: 55%;
	padding-top: 35px;
	height: 0;
	text-indent:-9999px;
	cursor:pointer;
	background-size:100% auto;
} 
.slider-pager .rslides_here a {
	color:#FFF;
	background-size:100% auto;
}
.slider-pager a.mbtn1 { background:url(../images/m_slider_btn_01.png) no-repeat 50% 50%; background-size:100% auto;}
.slider-pager a.mbtn2 { background:url(../images/m_slider_btn_02.png) no-repeat 50% 50%; background-size:100% auto;}
.slider-pager a.mbtn3 { background:url(../images/m_slider_btn_03.png) no-repeat 50% 50%; background-size:100% auto;}
.slider-pager a.mbtn4 { background:url(../images/m_slider_btn_04.png) no-repeat 50% 50%; background-size:100% auto;}
.slider-pager a.mbtn5 { background:url(../images/m_slider_btn_05.png) no-repeat 50% 50%; background-size:100% auto;}
.slider-pager a.mbtn6 { background:url(../images/m_slider_btn_06.png) no-repeat 50% 50%; background-size:100% auto;}
.slider-pager a.mbtn7 { background:url(../images/m_slider_btn_07.png) no-repeat 50% 50%; background-size:100% auto;}

.slider-pager .rslides_here a.mbtn1 { background:url(../images/m_slider_btn_h_01.png) no-repeat 50% 50%; background-size:100% auto;}
.slider-pager .rslides_here a.mbtn2 { background:url(../images/m_slider_btn_h_02.png) no-repeat 50% 50%; background-size:100% auto;}
.slider-pager .rslides_here a.mbtn3 { background:url(../images/m_slider_btn_h_03.png) no-repeat 50% 50%; background-size:100% auto;}
.slider-pager .rslides_here a.mbtn4 { background:url(../images/m_slider_btn_h_04.png) no-repeat 50% 50%; background-size:100% auto;}
.slider-pager .rslides_here a.mbtn5 { background:url(../images/m_slider_btn_h_05.png) no-repeat 50% 50%; background-size:100% auto;}
.slider-pager .rslides_here a.mbtn6 { background:url(../images/m_slider_btn_h_06.png) no-repeat 50% 50%; background-size:100% auto;}
.slider-pager .rslides_here a.mbtn7 { background:url(../images/m_slider_btn_h_07.png) no-repeat 50% 50%; background-size:100% auto;}
@media screen and (max-width: 480px) {
	.slider-pager a {
		padding-bottom: 70%;
		padding-top: 15px;
	} 	
}
@media screen and (min-width: 768px) {	
	.slider-pager a {
		padding-bottom: 50%;
		padding-top: 50px;
	}
}
@media screen and (min-width: 990px) {	
	#main {	
		position: relative;
		width: 100%;
		margin: 0px auto;
		padding:0;
	}
	.slider-pager {
		width: 100%;
		max-width:980px;
		list-style:none;
		padding:0;
		margin:0 auto;
	}
	.slider-pager li {
		float:left;
		width:140px;
		padding:0;
		margin:0;
		background:#FFF;
	}
	.slider-pager li.rslides_here.mbg1 { background:#FFF; }
	.slider-pager li.rslides_here.mbg2 { background:#FFF; }
	.slider-pager li.rslides_here.mbg3 { background:#FFF; }
	.slider-pager li.rslides_here.mbg4 { background:#FFF; }
	.slider-pager li.rslides_here.mbg5 { background:#FFF; }
	.slider-pager li.rslides_here.mbg6 { background:#FFF; }
	.slider-pager li.rslides_here.mbg7 { background:#FFF; }
	.slider-pager a {
		float:left;
		display:block;
		width:140px;
		height:144px;
		padding: 0;
		margin:0;
		text-indent:-9999px;
	} 
	.slider-pager .rslides_here a {
		background:#FFF;
	}
	.slider-pager a.mbtn1 { background:url(../images/slider_btn_01.png) 50% 0; }
	.slider-pager a.mbtn2 { background:url(../images/slider_btn_02.png) 50% 0; }
	.slider-pager a.mbtn3 { background:url(../images/slider_btn_03.png) 50% 0; }
	.slider-pager a.mbtn4 { background:url(../images/slider_btn_04.png) 50% 0; }
	.slider-pager a.mbtn5 { background:url(../images/slider_btn_05.png) 50% 0; }
	.slider-pager a.mbtn6 { background:url(../images/slider_btn_06.png) 50% 0; }
	.slider-pager a.mbtn7 { background:url(../images/slider_btn_07.png) 50% 0; }
	
	.slider-pager .rslides_here a.mbtn1 { background:url(../images/slider_btn_h_01.png) 50% 0; }
	.slider-pager .rslides_here a.mbtn2 { background:url(../images/slider_btn_h_02.png) 50% 0; }
	.slider-pager .rslides_here a.mbtn3 { background:url(../images/slider_btn_h_03.png) 50% 0; }
	.slider-pager .rslides_here a.mbtn4 { background:url(../images/slider_btn_h_04.png) 50% 0; }
	.slider-pager .rslides_here a.mbtn5 { background:url(../images/slider_btn_h_05.png) 50% 0; }
	.slider-pager .rslides_here a.mbtn6 { background:url(../images/slider_btn_h_06.png) 50% 0; }
	.slider-pager .rslides_here a.mbtn7 { background:url(../images/slider_btn_h_07.png) 50% 0; }
}


/* ----- work-tag ----- */
#work-tag {
	float:left;
	width: 100%;
	height: auto;
	background: url(../images/work-tag-bg.gif);
	margin: 0 auto ;
	border-top: 1px solid #FFF;
}
#work-tag .Inner {
	width: 94%;
	margin: 0px 3%;
}
#work-tag .Inner .message {
	float:left;
	width: 100%;
	padding:13px 0;
	text-decoration: none;
}
#work-tag .Inner .message ul {
	float:left;
	width:100%;
	list-style:none;
}
#work-tag .Inner .message ul li {
	float:left;
	width:100%;
	height:22px;
	font-size: 1em;
	font-weight: bold;
	color: #C30;
	line-height:22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#work-tag .Inner .message ul li a {
	color: #C30;
	text-decoration: underline;
}
#work-tag .Inner .message ul li a:hover {
	color: #ff6600;
}
#work-tag .Inner .search {
	float:left;
	width:100%;
	margin:0 0 10px 0;
}
#work-tag .Inner .search .input {
	float:left;
	width:77%;
	height:34px;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:24px;
	color: #555;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	border-radius: 4px;	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1); -moz-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1); -webkit-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1);
	padding:0 2%;
	margin:0;
}
#work-tag .Inner .search .btn {
	float:right;
	width:18%;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	height: 34px;
	padding: 0px;
	margin:0;	
	border:none;	
	border-right:1px solid #333;
	border-bottom:1px solid #222;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	background: #333 url(../images/btn-glass.png) repeat-x 0 50%;
	cursor:pointer;
}
#work-tag .Inner .search .btn:hover {
	background-color:#ff641e;
	border-right:1px solid #ff641e;
	border-bottom:1px solid #FF5C26;	
}
@media screen and (max-width: 480px) {
    #work-tag .Inner {
		width: 94%;
		margin: 0px 3%;
	}
	#work-tag .Inner .search .input {
		width:74%;
	}
	#work-tag .Inner .search .btn {
		width:20%;
	}	
}
@media screen and (min-width: 768px) {
	#work-tag {
		float:left;
		width: 100%;
		height: auto;
		background: url(../images/work-tag-bg.gif);
		margin: 0 auto ;
	}
	#work-tag .Inner {
		width: 94%;
		margin: 0px 3%;
	}
	#work-tag .Inner .message {
		float:left;
		width: 60%;
		padding:15px 0;
		text-decoration: none;
	}
	#work-tag .Inner .search {
		float:right;
		width:40%;
		text-align:right;
		margin:10px 0 10px 0;
	}
	#work-tag .Inner .search .input {
		width:69%;
	}
	#work-tag .Inner .search .btn {
		width:25%;
	}
}
@media screen and (min-width: 990px) {	
	#work-tag {
		float:left;
		width: 100%;
		height: auto;
		background: url(../images/work-tag-bg.gif);
		margin: 0 auto ;
		border:none;
	}
	#work-tag .Inner {
		position:relative;
		width: 964px;	
		margin: 0px auto;
	}
	#work-tag .Inner .message {
		float:left;
		width: 570px;
		padding:13px 0;
		margin:0;
		text-decoration: none;
	}
	#work-tag .Inner .message ul {
		float:left;
		width:100%;
		list-style:none;
	}
	#work-tag .Inner .message ul li {
		float:left;
		width:100%;
		height:22px;
		font-size: 15px;
		font-weight: bold;
		color: #C30;
		line-height:22px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#work-tag .Inner .message ul li a {
		color: #C30;
		text-decoration: underline;
	}
	#work-tag .Inner .message ul li a:hover {
		color: #ff6600;
	}
	#work-tag .Inner .sharing {	
		float:left;
		width: 80px;
		margin:16px 0 0 10px;
	}
	#work-tag .Inner .search {
		position:absolute;
		right:0;
		width: 285px;
		margin:10px 0 10px 10px;
	}
	#work-tag .Inner .search .input {
		float:left;
		width:190px;
		height:22px;
		font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height:22px;
		color: #555;
		border: 1px solid #d0d0d0;
		background-color: #fff;
		border-radius: 4px;	-moz-border-radius: 4px; -webkit-border-radius: 4px;
		box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1); -moz-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1); -webkit-box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1);
		padding: 3px 5px;
		margin:0;
	}
	/* Hack for IE7 */
	*:first-child+html #work-tag .Inner .search .input {
		width:180px;
	}
	#work-tag .Inner .search .btn {
		float:left;
		width:75px;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		height: 28px;
		padding: 0;
		margin:0 0 0 5px;	
		border:none;	
		border-right:1px solid #333;
		border-bottom:1px solid #222;
		border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
		background: #333 url(../images/btn-glass.png) repeat-x 0 50%;
		cursor:pointer;
	}
	#work-tag .Inner .search .btn:hover {
		background-color:#ff641e;
		border-right:1px solid #ff641e;
		border-bottom:1px solid #FF5C26;	
	}
}


/* ----- works-list ----- */
#works-list {
	float:left;
	width: 100%;
	margin: 0px auto;
	padding:0 0 1px 0;
	border-top:1px solid #DDD;
}
#works-list .Inner {
	width: 100%;
	margin: 0px auto;
}
#works-list .Inner ul {
	float:left;
	list-style:none;
	margin:-1px 0 0 6px;
}
#works-list .Inner ul li {
	position:relative;
	float:left;
	width:47%;
	max-height:270px;
	margin:0 -1px -1px 0;
	padding:1%;
	border:1px solid #DDD;
}
#works-list .Inner ul li a {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
	z-index:10;
}
#works-list .Inner ul li a:hover {
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.7) url(../images/work-pro-mark2.png) no-repeat 50% 50%;
}
#works-list .Inner ul li dl {
	float:left;
	width:100%;	
}
#works-list .Inner ul li dl dt {
	text-align:center;
	margin-bottom:5px;
}
#works-list .Inner ul li dl dt img {
	width:100%;
	height:auto;
	max-width:230px;
	margin:0 auto;
}
#works-list .Inner ul li dl dd {
	font-size: 0.9rem;
	font-weight: bold;
	color: #666;
	line-height:150%;
	padding: 0px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom:2px;
}
#works-list .Inner ul li dl dd h3 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #e83617;
	line-height:100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#works-list .Inner ul li dl dd .like {
	font-weight: normal;
	padding-left:15px;
	background:url(../images/com-icon-13.gif) no-repeat 0 50%;
}
#works-list .Inner ul li dl dd .view {
	font-weight: normal;
	padding-left:17px;
	background:url(../images/com-icon-14.gif) no-repeat 0 50%;
	margin-left:20px;
}
@media screen and (max-width: 480px) {
	#works-list .Inner ul {
		float:left;
		list-style:none;
		margin-left:1px;
		width:100%;
	}
	#works-list .Inner ul li{ max-height:none;}
	#works-list .Inner ul li dl dt img{max-width:100%;}
}
@media screen and (max-width: 360px) {
	#works-list .Inner ul li {
		position:relative;
		float:left;
		width:96%;
		max-height:100%;
		margin:0 0 -1px 0;
		padding:10px 2%;
		border:none;
		border-top:1px solid #DDD;
	}
	#works-list .Inner ul li a {
		position:absolute;
		left:-2px;
		top:0;
	}
	#works-list .Inner ul li dl dd {
		text-align:center;	
	}	
}
@media screen and (min-width: 768px) {
	#works-list .Inner ul {
		float:left;
		list-style:none;
		margin-left:3px;
	}
	#works-list .Inner ul li {
		position:relative;
		float:left;
		width:31%;
		max-height:270px;
		margin:0 -1px -1px 0;
		padding:1%;
		border:1px solid #DDD;
	}	
}
@media screen and (min-width: 990px) {	
	#works-list {
		float:left;
		width: 100%;
		margin: 0px auto -1px auto;
		padding:0;		
	}
	#works-list .Inner {
		width: 989px;
		margin: 0px auto;
	}
	#works-list .Inner ul {
		float:left;
		list-style:none;
		margin:-1px 0 0 0;
	}
	#works-list .Inner ul li {
		position:relative;
		float:left;
		width:246px;
		height:240px;
		padding:0;
		margin:0 -1px -1px 0;
		border:1px solid #DDD;
	}
	#works-list .Inner ul li a {
		position:absolute;
		left:-1px;
		top:-1px;
		width:100%;
		height:100%;
		text-indent:-9999px;
		z-index:10;
	}
	#works-list .Inner ul li a:hover {
		width:240px;
		height:234px;
		border:4px solid #FC8504;
		background:url(../images/work-pro-mark.png) no-repeat right bottom;
		box-shadow:0px 0px 5px rgba(252%,133%,4%,0.5); -moz-box-shadow:0px 0px 5px rgba(252%,133%,4%,0.5); -webkit-box-shadow:0px 0px 5px rgba(252%,133%,4%,0.5);
	}
	#works-list .Inner ul li dl {
		float:left;
		width:230px;
		margin:9px 9px 0 9px;
	}
	#works-list .Inner ul li dl dd {
		font-size: 12px;
		font-weight: bold;
		color: #666;
		line-height:150%;
		padding: 0px 15px;
		margin-bottom:2px;
	}
	#works-list .Inner ul li dl dd h3 {
		font-size: 15px;
		font-weight: bold;
		color: #e83617;
		line-height:100%;
	}
	#works-list .Inner ul li dl dd .like {
		font-weight: normal;
		padding-left:15px;
		background:url(../images/com-icon-13.gif) no-repeat 0 50%;
	}
	#works-list .Inner ul li dl dd .view {
		font-weight: normal;
		padding-left:17px;
		background:url(../images/com-icon-14.gif) no-repeat 0 50%;
		margin-left:20px;
	}
}

/* ----- work-promo ----- */
#work-promo {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding:30px 0;
	background: url(../images/work-promo-bg.gif) repeat-x;
}
#work-promo .Inner {
	width: 94%;
	margin: 0px 3%;
}
#work-promo .Inner .promoL {
	float: left;
	width: 100%;
}
#work-promo .Inner .promoL .L1 {
	float: left;	
	padding:0 0 0 135px;
	background: url(../images/work-promo-L-bg.gif) no-repeat 0 0;
}
#work-promo .Inner h2 {
	font-size: 1.3rem;
	font-weight: bolder;
	line-height:130%;
	color: #222;
	margin-bottom: 10px;
}
#work-promo .Inner h2 strong {
	color: #ff9900;
}
#work-promo .Inner p {
	font-size: 1rem;
	color: #666;
	line-height:150%;
	margin-top: 5px;
}
@media screen and (max-width: 480px) {
	#work-promo .Inner .promoL .L1 {
		float: left;	
		padding: 130px 0 0 0;
		background: url(../images/work-promo-L-bg.gif) no-repeat 50% 0;
	}	
}
@media screen and (min-width: 990px) {	
	#work-promo {
		float:left;
		width: 100%;
		height: auto;
		margin: 0px auto;
		padding:40px 0;
		background: url(../images/work-promo-bg.gif) repeat-x;
	}
	#work-promo .Inner {
		width: 954px;
		margin: 0px auto;
	}
	#work-promo .Inner .promoL {
		float: left;
		width: 454px;
	}
	#work-promo .Inner .promoL .L1 {
		float: left;	
		padding:0 0 0 135px;
		background: url(../images/work-promo-L-bg.gif) no-repeat 0 0;
	}
	#work-promo .Inner .promoL .L2 {
		float: left;
		margin-top: 30px;
	}
	#work-promo .Inner .promoC {
		float: left;
		width: 450px;
		/*width: 200px;*/
		margin-left: 50px;
	}
	#work-promo .Inner .promoC .message {
		float: left;
		width:100%;
	}
	#work-promo .Inner .promoC .message dd {
		margin:3px 0 0 0;
	}
	#work-promo .Inner .promoC .message .input {
		width:100%;
		font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #333;
		border:1px solid #CCC;
		padding:2px;
		margin:0;
	}
	#work-promo .Inner .promoC .message .input2 {
		width:90px;
		font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #333;
		border:1px solid #CCC;
		padding:2px;
		margin:0;
	}
	#work-promo .Inner .promoC .tel {
		float: left;
		height: 63px;
		font-size: 17px;
		font-weight: bolder;
		color: #e83617;
		line-height: 23px;		
		background-image: url(../images/work-promo-C-bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		margin-top: 10px;
		padding-left: 75px;
		padding-top:5px;
		box-sizing:border-box;
	}
	#work-promo .Inner .promoC .tel span {
		display:inline-block;
		vertical-align:middle;
		margin-right:20px;
	}
	#work-promo .Inner .promoR {
		float: left;
		width: 200px;
		margin-left: 50px;
	}
	#work-promo .Inner .promoR ul {
		margin:5px 0 0 0;
		padding: 0px;
	}
	#work-promo .Inner .promoR ul li {
		list-style-type: none;
		padding-bottom: 5px;
	}
	#work-promo .Inner h2 {
		font-size: 18px;
		font-weight: bolder;
		color: #222;
		margin-bottom: 10px;
	}
	#work-promo .Inner h2 strong {
		color: #ff9900;
	}
	#work-promo .Inner p {
		font-size: 15px;
		color: #666;
		line-height: 26px;
		margin-top: 5px;
	}
}