@charset "utf-8";
/* CSS Document */
a{
   outline: none;
   text-decoration: none;
}
img{
   border:0;
}
/*work 通用*/
.work_user{
	position: absolute;
	border-radius: 50%;
	width:28%;
	left:8%;
	bottom:8%;
	border:0.2em solid #ffffff; 
	display: block;
}
.work{
	/* position: absolute; */
	/* z-index: 503; */
	/* max-width:875px; */
	/*top:20px;*/
	top:0px;
	left:50%;
	/* margin-left: -437.5px; */
	background-color: #ffffff;
	width: 100%;
}
.work .title{
	color:#414242;
	text-align: center;
	margin: 15px 0px;
} 
.work .center{
	background-color: #ededed;
	text-align: center;
	position: relative;
}
.work .close{
	position: absolute;
	width:36px;	
	top:9px;
	right:13px;	
}
.work .lr_div{
	text-align: center;
	position: absolute;
	width:40px;
	bottom:1px;
	z-index: 11;
}
.work .lr_div img{
	width:100%;		
	cursor: pointer;
}
.work .bottom{
	text-align: center;
	padding:10px 0; 
}
.work  .icon_group{
	position: absolute;
	right:40px;
	bottom:10px;
}
.work  .icon_group_in{
	float: left;
	cursor: pointer;
	margin: 0 10px;
}
.work .box{
	width: 100%;
}
.work .audio_div{
	position: absolute;
	bottom:1px;
	left:50%;
	margin-left: -20px;
	width:40px;
	cursor: pointer;	
	z-index: 11;

}
.work .audio_div img{
	width: 100%;
}
.work .audio_stop{
	display: none;
}
.work_add_bar{
	height:50px;
	width:100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 8;
	bottom: 0;
}
.original_work{
	position: absolute;
	z-index: 0;
	max-width:875px;
	/*top:20px;*/
	top:0px;
	left:0px;
	/*background-color: #000000;*/
	width: 100%;
	display: none;
}
.original_work img{
	display: black;
	width: 100%;
}
.img_out{
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #000000;
	/*float: left;*/

}
.img_out .bg{
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	/*padding-top: 75%;*/
	display: block;
	z-index: 0;
	top:0;
	left:0;
}
/*後來加的特效*/
.img_out .frag{
	padding: 0 0.5px 75%;
	width:25%;
	float:left;
	margin:0 -0.5px;
	height: inherit;
	background-size:400%; 
	display: inline-block;
	opacity: 0;
	z-index: 0;
}
.img_out .frag.active{
	opacity: 1;
	z-index: 2;
}
/* 為了第一頁不跑動畫而做的 first_effects*/
.img_out.first_effects .frag{
	transform-origin: center right;
	transform: rotateY(90deg) translateZ(100px) scale(1.5);
	transition: transform .6s, opacity .6s, -webkit-filter 2s ease-out;
	-webkit-filter: saturate(0) blur(10px) brightness(.6) contrast(4);
}
.img_out.first_effects .frag.active{
	transform: rotateY(0) translateZ(0) scale(1);
	-webkit-filter: saturate(1) blur(0) brightness(1) contrast(1);
}
.img_out.first_effects .frag2  {
	transition-delay: .2s;
}
.img_out.first_effects .frag3  {
	transition-delay: .4s;
}
.img_out.first_effects .frag4  {
	transition-delay: .6s;
}



@media screen and (max-width: 750px) {
     /*如果使用者之視窗寬度 <= 750px，將會再載入這裡的 CSS。手機板*/
/*work 通用*/ 
.work{
	/* position: absolute; */
	/* z-index: 503; */
	background-color: #ffffff;
	width: 98%;
}
.work .title{
	color:#414242;
	text-align: center;
	margin: 5px 0px;
} 
.work .center{
	margin:0 1%;
	background-color: #ededed;
	text-align: center;
}
.work .close{
	position: absolute;
	width:6%;	
	top:5px;
	right:2%;	
}
.work .bottom{
	text-align: center;
	padding:10px 0; 
}
.work  .icon_group{
	position: absolute;
	right:2%;
	bottom:10px;
}
.work  .icon_group_in{
	float: left;
	cursor: pointer;
	margin: 0 10px;
}
.work .audio_stop{
	display: none;
}
.original_work{

	width: 98%;
}
.original_work img{
	width: 98%;
}
.img_out{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.img_out .bg{
	width: 100%;
}
/*work 通用 結束*/ 
/*basic_information*/
.basic_information .title2{
	margin-top: 5px;
}
}
@media screen and (max-width: 500px) {
/*rect_title*/
.rect_title > img{
    width:2.5px !important;
}
.footer_img a img{
	height:69px;
}
.footer_img{
	margin-bottom: 0px;
}
/*work 通用*/
.work .lr_div{
	width: 25px;
}
.work .audio_div{
	width: 25px;
	margin-left: -7.5px;
}
.work_add_bar{
	height:37px;
}
/*video1 怪異特別調整*/
.photo_div{
	margin: 5px 0px 0px 1%;
	width:48.5%;
}
.fc1_hover_p11{
	width:48.5%;
}
}
