@charset "utf-8";
/* CSS Document */
/*內頁*/
.titan a {
	width: 100%;
}
.titan a img {
	width: 100%;
	opacity: 1;
}
.titan a:hover img {
	opacity: 1;
	/*滑入動態效果*/
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
/*work*/
.w_box {
	cursor:pointer;
}
.w_box img {
	width: 100%;
	opacity: 1;
	object-fit: cover;
	overflow:hidden;
}
 @media only screen and (min-width: 1000px) {

}
 @media only screen and (min-width: 1260px) {

}