/*
** 圖片顯示中間區域
*/
.outer {
    width: 100%;
    overflow: hidden;
}

/* 首頁廣告輪播 寬高比0.35 */
.index_banner {
	position: relative;	
	width: 100%;
    height: 0;
    padding-bottom: 35%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition-duration: 0.3s;
}

/* 首頁最新消息圖塊 長寬比0.53 */
.index_news {
	position: relative;	
	width: 100%;
    height: 0;
    padding-bottom: 66.7%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition-duration: 0.3s;
}

/*.outer:hover .index_news {
	transition: all 0.5s;
    transform: scale(1.3);
	-webkit-transition: all 0.5s;
	-webkit-transform: scale(1.3);
	-ms-transition: all 0.5s;
    -ms-transform: scale(1.3); 
	-moz-transition: all 0.5s;
    -moz-transform: scale(1.3);
}*/

/* 專案圖塊 長寬比0.67 */
.project_inner {
	position: relative;	
	width: 100%;
    height: 0;
    padding-bottom: 67%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition-duration: 0.3s;
}

.outer:hover .project_inner {
	transition: all 0.5s;
    transform: scale(1.3);
	-webkit-transition: all 0.5s;
	-webkit-transform: scale(1.3);
	-ms-transition: all 0.5s;
    -ms-transform: scale(1.3); 
	-moz-transition: all 0.5s;
    -moz-transform: scale(1.3);
}


/* 最新消息 長寬比 0.667 */
.news_inner {    
    position: relative;
    /*height: 169px;*/	
	width: 100%;
    height: 0;
    padding-bottom: 66.7%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition-duration: 0.3s;
}
.outer:hover .news_inner {
	transition: all 0.5s;
    transform: scale(1.3);
	-webkit-transition: all 0.5s;
	-webkit-transform: scale(1.3);
	-ms-transition: all 0.5s;
    -ms-transform: scale(1.3); 
	-moz-transition: all 0.5s;
    -moz-transform: scale(1.3);
}

/* 購物 義賣 長寬比 0.75 */
.goods_inner {    
    position: relative;
    /*height: 169px;*/	
	width: 100%;
    height: 0;
	padding-bottom: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition-duration: 0.3s;
    
}
.outer:hover .goods_inner {
    transition: all 0.5s;
    transform: scale(1.3);
	-webkit-transition: all 0.5s;
	-webkit-transform: scale(1.3);
	-ms-transition: all 0.5s;
    -ms-transform: scale(1.3); 
	-moz-transition: all 0.5s;
    -moz-transform: scale(1.3);
}

/* 報名 長寬比 0.5 */
.booking_inner {    
    position: relative;
    /*height: 169px;*/	
	width: 100%;
    height: 0;
	padding-bottom: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition-duration: 0.3s;
    
}
/*
.outer:hover .booking_inner {
    transition: all 0.5s;
    transform: scale(1.3);
	-webkit-transition: all 0.5s;
	-webkit-transform: scale(1.3);
	-ms-transition: all 0.5s;
    -ms-transform: scale(1.3); 
	-moz-transition: all 0.5s;
    -moz-transform: scale(1.3);
}*/

/* issuulist 長寬比 0.67 */
.issuulist_inner {    
    position: relative;
	width: 100%;
    height: 0;
	padding-bottom: 67%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition-duration: 0.3s;
    
}

.news_inner_title {    
    position: relative;
	width: 100%;
    height: 233px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition-duration: 0.3s;
}

.outer:hover .img_fixed {
    transition: all 0.5s;
    transform: scale(1.3);
	-webkit-transition: all 0.5s;
	-webkit-transform: scale(1.3);
	-ms-transition: all 0.5s;
    -ms-transform: scale(1.3); 
	-moz-transition: all 0.5s;
    -moz-transform: scale(1.3);
}

.outer:hover .news_inner_title {
    transition: all 0.5s;
    transform: scale(1.3);
	-webkit-transition: all 0.5s;
	-webkit-transform: scale(1.3);
	-ms-transition: all 0.5s;
    -ms-transform: scale(1.3); 
	-moz-transition: all 0.5s;
    -moz-transform: scale(1.3);
}

.modal {
    //margin: 0px auto;
	z-index: 99999;
}   

#myCarousel .list-group .active {
	background-color:#ff9601;	
	color: #fff;
	border: 0px solid;
}

/* 首頁 最新消息 文繞圖用 (沒有用到) */
.img_float
{	
	float: left;
	margin: 0 10px 10px 0;
}
.img_float_right
{
	
	float: right !important;
	margin: 0 10px 10px 0;
}
.img_fixed
{
	position: relative;
	width: 100%;
    height: 147px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	transition-duration: 0.3s;
}

.ellipsis {
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.text_6 a{
	color: #FF9600;
}

/* dotdotdot 使用 */
/* index */
.text_title {
	height: 1.6em;
    overflow: hidden;
}

.index_project_brief {
	color: #808080;
	height: 10em;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 8px;
}

.index_news_title {
	height: 2em;
    overflow: hidden;
}

.index_news_brief {
	height: 1.5em;
    overflow: hidden;
}

.index_news_brief2 {
	height: 120px;
    overflow: hidden;
}

@media screen and (max-width: 414px) {
      .index_news_brief2 {
        max-height: 26px;
		overflow: hidden;
		}
}
		
.index_photo_title {
	height: 1.3em;
    overflow: hidden;
}

.index_photo_brief {
	color: #808080;
	height: 3em;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
}
/* project */
.project_title {
	height: 25px;
    overflow: hidden;
}

.project_brief {	
	height: 75px;
    overflow: hidden; 
}
/* news */
.news_title {
	height: 25px;
    overflow: hidden;
}

.news_brief {	
	height: 97px;
    overflow: hidden; 
}
/*goods*/
.goods_title {
	height: 50px;
    overflow: hidden;
}

.goods_brief {	
	height: 50px;
    overflow: hidden; 
}
/*booking*/
.booking_title {
	height: 72px;
    overflow: hidden;
}

.booking_brief {	
	height: 75px;
    overflow: hidden; 
}

/* official photo */
.photo_title {	
	height: 50px;
    overflow: hidden;
}

.photo_brief {	
	height: 75px;
    overflow: hidden;
}

/* official video */
.video_title {	
	height: 48px;
    overflow: hidden;
}

.video_brief {	
	height: 50px;
    overflow: hidden;
}

/* official epaper */
.epaper_title {	
	height: 45px;
    overflow: hidden;
}

.epaper_brief {	
	height: 60px;
    overflow: hidden;
}

/* dotdotdot 使用 end */


.image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

a .img-scale {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.goodslink_inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition-duration: 0.3s;
}
