<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{
	background: #FFF;
}

#wrapper{
	padding-bottom:0;
	-webkit-animation: fade-in 1s forwards;
    animation: fade-in 1s forwards;
}

/*=====================================
				大圖設定
=====================================*/

/*.wrapWork{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}*/

.viewPort{
	position:relative;
	overflow:hidden;
	margin:auto;
}

.viewPort li, .viewPort img{
	position:absolute;
}

/*=====================================
				按鈕設定
=====================================*/



.casename{
	position:absolute;
	width:100%;
	height:60px;	
	top:0px;
	text-align:center;
	letter-spacing:2px; 
	color:#000;
	background:rgba(255,255,255,0.9);
	line-height:60px;
	z-index:2;
}

.info{
	position:absolute;
	bottom:110px;
	left:50%;
	text-align:center;
	z-index:999;

	-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
			transform:translateX(-50%);
}

.pagenum{
	float:left;
	font-size:13px; 
	line-height:30px;
	padding-left:7px;
}

.bn{
	width:30px;
	height:30px;
	background-image:url(../images/works/control_bn.png);
	background-repeat:no-repeat;
	cursor:pointer;
	opacity:0.4;
}
.bn:hover{opacity:1;}

#idAuto{ float:left; margin:0 15px; }
#idPrev{ background-position: 0  -10px; position:absolute; left: 20px; top:45%; margin-top:-15px;}
#idNext{ background-position: 0  -60px; position:absolute; right:20px; top:45%; margin-top:-15px;}
/*#idBack{ background-position: 0 -210px; float:left; }*/
#idBack a{ display:block; width:100%; height:100%;}

#idBack{ 
	position:fixed; 
	right:20px; 
	top:15px;
	z-index:999;
	background-position: 0 -210px;
}


/*分享按鈕*/
.bottom-bar{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:40px;
	background:#ccc;
	z-index:1;	
}

.share-wrap{
	position:fixed;
	width:100%;
	height:40px;
	bottom:0px;
	left:0;
	/*background:rgba(255,255,255,0.9);*/
	z-index:1;
}

.share-wrap ul{
	position:absolute;
	top:50%;
	left:50%;		
	-webkit-transform:translate(-50%, -50%);
		-ms-transform:translate(-50%, -50%);
			transform:translate(-50%, -50%);
}

.share-wrap li{
	float:left;		
/*	width:24px;
	height:24px;
	line-height:24px;*/
	cursor:pointer;
	opacity:0.3;
	
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.share-wrap li:nth-child(n+2){margin-left:30px;}
.share-wrap li:hover{ opacity:1; }

.top{
	position:fixed;
	bottom:7px;
	right:30px;
	width:24px;
	height:24px;
	background:url(../images/top.png) no-repeat center center;
	z-index:3;
	cursor:pointer;
	display:none;
}

/*=====================================
				縮圖設定
=====================================*/

.thumbPanel{
	position: absolute;
	left: 0;
	bottom: 45px;
	width: 100%;
	height: 40px;
	margin: 15px 0;
	overflow: hidden;
}

.thumbView{
	position: relative;
	height: 100%;
	overflow: hidden;
}

.thumbBn{
	position: absolute;
	overflow: hidden;
	-webkit-transition: width 0.4s linear;
	transition: width 0.4s linear;	
}
.thumbBn li{ float: left; margin-right: 4px; cursor: pointer;}
.thumbBn li:last-child{margin-right: 0;}
.thumbBn li img{ width: auto; height: 40px;}
.thumbBn li:first-child{opacity:0.5;}

.thumbPrev{
	position:absolute;
	top:0;
	left:0;
	width:19px;
	height:40px;
	border-right:#999 dotted 1px;
	display: none;
	cursor: pointer;
}
.thumbNext{
	position:absolute;
	top:0;
	right:0;
	width:19px;
	height:40px;
	border-left:#999 dotted 1px;
	display: none;
	cursor: pointer;
}

.showBn .thumbView{ margin: 0 20px;}
.showBn .thumbPrev,
.showBn .thumbNext{ display: block;}


/*=====================================
	新莊豪宅特殊設定-先選單再大圖
=====================================*/

.overlayer{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}
.hidden{
	visibility: hidden;
}
.listWrap{
	width: 90%;
	margin: 70px auto;
	overflow: hidden;
}
.listWrap li{
	position: relative;
	float: left;
	width: 24%;
	margin: 0.5%;
	cursor: pointer;
}
.listWrap img{
	width: 100%;
}
.pic1{
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.listWrap li:hover .pic1{
	opacity: 0;
}

.clickText{
	text-align: center;	
	margin-bottom: 10px;
}
.w{
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	display: inline-block;
}
.w::after{
	content: '';
	height:2px;
	display: block;
	border-top: #999 solid 1px;
	border-bottom: #999 solid 2px;
}

.closeOverlayer{
	border-left:#CCC solid 1px;
	float:left;
	font-size:13px; 
	line-height:30px;
	margin-left: 10px;
	padding:0 30px 0 10px;
	background: url(../images/works/back.png) no-repeat right center;
	cursor: pointer;
}
.closeOverlayer:hover{color: #000;}

/*------------------------------------------
              Mobile 、tablet
------------------------------------------*/
@media only screen and (max-width : 1200px){
	.listWrap{
		max-width: 1060px;
	}
	.listWrap li{
		width: 31.3333%;
		margin: 1%;
	}
}
@media only screen and (max-width : 920px){
	.listWrap{
		max-width: 780px;
	}
	.listWrap li{
		width: 48%		
	}
}

@media only screen and (max-width : 780px){	
	.pagenum, #idAuto, #idPrev, #idNext, .thumbPanel{ display:none;}
	.top{ display:block;}
	
	.viewPort{margin-bottom:20px;}
	.viewPort li{margin-bottom:10px;}
	.viewPort li, .viewPort img{ position:relative;}
	
	.casename{ position:fixed; top:0;}
	.info{	
		-webkit-transform:none;
			-ms-transform:none;
				transform:none;
	}
	#idBack{ right:5%;	}


	.listWrap li{
		width: 100%;
		margin: 10px 0;
	}

	.overlayer{
		position: relative;
		height: auto;
	}
	.hidden{
		position: absolute;
		top: 0;
	}

	.closeOverlayer{
		position: fixed;
		left:-15px;		
		top: 15px;
		width:0;
		height: 30px;
		color: transparent;
		border:none;
	}
	.closeOverlayer:hover{color: transparent;}

	.tel2{
		font-size: 12px;
		cursor: none;
	}

}
</pre></body></html>