body {
	overflow-x: hidden !important;
}
/*主要顯示區塊*/
.moma {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	padding-top: 80px;
	width: 100%;
	height: 430px;                     /*A.顯示的高度*/
	background-image: url(../images/moma/momabk.jpg);
	background-repeat: repeat-x; 
	z-index:-9999px;
}
.moma02 {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	padding-top: 80px;
	width: 100%;
	height: 550px;                     /*A.顯示的高度*/
	background-image: url(../images/moma/momabk02.jpg);
	background-repeat: repeat-x; 
	z-index:-9999px;
}




.moma-loaging {
	background: rgba(0, 0, 0, 0.2);
}
/*左按鈕*/
.moma-leftbutton {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 60px;                      /*A.顯示的高度  按鈕高度要調整*/
	position: absolute;
	margin: 180px 0px 0px 0px;
	left: 0px;
	z-index: 999;
	cursor: pointer;
}
.moma-leftbutton-hide {
	left: -50px;                      /*B.搭配按鈕寬度*/
}
/*右按鈕*/
.moma-rightbutton {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 60px;                     /*A.顯示的高度  按鈕高度要調整*/
	position: absolute;
	margin: 180px 0px 0px 0px;
	right: 0px;
	z-index: 999;
	cursor: pointer;
}
.moma-rightbutton-hide {
	right: -50px;                    /*B.搭配按鈕寬度*/
}
/*返回清單頁按鈕*/
.moma-backbutton {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 42px;                      
	height:25px;                     
	position: absolute;
	margin: -20% 0% 0% 100%;
	z-index: 999;
	cursor: pointer;
	background: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #e3e0e3);
	background-image: -moz-linear-gradient(top, #ffffff, #e3e0e3);
	background-image: -ms-linear-gradient(top, #ffffff, #e3e0e3);
	background-image: -o-linear-gradient(top, #ffffff, #e3e0e3);
	background-image: linear-gradient(to bottom, #ffffff, #e3e0e3);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-family: Arial;
	color: #333;
	font-size: 20px;
	padding: 3px 8px 8px 9px;
	border: solid #a1a1a1 1px;
	text-decoration: none;
	font-family:"微軟正黑體";
}
.moma-backbutton-show {
	margin: -5px 0% 0% 85%;
	z-index:99999;
}
/*展件顯示列*/
.moma-itemlist {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	display: none;
	text-align: center;
}
.moma-item {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-transition-property: left, width, margin;
	-moz-transition-property: left, width, margin;
	-o-transition-property: left, width, margin;
	transition-property: left, width, margin;
	position: absolute;
	display: inline-block;
	width: 560px;
	margin-right:10px;
}
.moma-item img{
	width: 90%;
	cursor: pointer;
	max-height:350px;
	
}
.moma-item video{
	width: 90%;
	cursor: pointer;
}

.moma-item img:hover {
	opacity: 0.8;
}
.moma-target {
	width: 40%;
	left: 15%;
	margin-top: 0px;
	opacity: 1 !important;
}
.moma-target img {
	max-height: 430px;             /*A.顯示的高度*/
}
.moma-target img:hover {
	opacity: 1;
}
/*展件內容 大視窗*/
.moma-largeContent {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 34%;                      
	height: auto;                  /*A.顯示的高度*/                   
	position: absolute;
	margin: 0% 0% 0% 100%;
	z-index: 999;
	line-height:30px;
}
.moma-contentTitle{
	font-size:20px;
	}
.moma-largeContent-show {
	margin: 0% 0% 0% 55%;
}
.smallimg{
	width:70%;
	}




/*展件內容 小視窗*/
.moma-smallContent {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 100%;                      
	height: auto;
	display: none;
}
.moma-smallContent-show {
	display: block;
}

@media screen and (max-width: 922px) {
    .moma-largeContent {
		display: none;
		height: 0px;
	}
	.moma-target {
		width: 70%;
		max-width: 70%;
		left: 15%;
		text-align: center;
	}
	

}
@media screen and (min-width: 922px) {
	.moma-smallContent-show {
		display: none;
	}
}

@media only screen and (max-width: 767px){
	.moma-smallContent {
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
		width: 100%;                      
		height: auto;                 
	}
	.moma-backbutton-show {
	margin:-80px 0% 0% 80%;
}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

.moma02 {
	height:950px;
	}
}

/*第一個展件出現提示*/
#tip {
	position: absolute;
    top: 0px;
    left: 50px;
    font-size: 27px;
    font-weight: 500;
    font-family: 微軟正黑體;
	-webkit-animation: tipAnimation 3s infinite; /* Safari 4+ */
	-moz-animation:    tipAnimation 3s infinite; /* Fx 5+ */
	-o-animation:      tipAnimation 3s infinite; /* Opera 12+ */
	animation:         tipAnimation 3s infinite; /* IE 10+, Fx 29+ */
}
#tip img {
	width: 30px;
}
@media only screen and (max-width: 532px){
/*.moma-item {
	width: 100%;
}*/

}

@-webkit-keyframes tipAnimation {
  0%   { top: 0px; }
  15% { top:  -10px; }
  30% { top:  0px; }
  100% { top: 0px; }
}
@-moz-keyframes tipAnimation {
  0%   { top: 0px; }
  15% { top:  -10px; }
  30% { top:  0px; }
  100% { top: 0px; }
}
@-o-keyframes tipAnimation {
  0%   { top: 0px; }
  15% { top:  -10px; }
  30% { top:  0px; }
  100% { top: 0px; }
}
@keyframes tipAnimation {
  0%   { top: 0px; }
  15% { top:  -10px; }
  30% { top:  0px; }
  100% { top: 0px; }
}