@charset "utf-8";
/* CSS Document */
/*媒體報導*/
.page_photos{
    background-image: url('../images/website_image/trans/trans_bg_cloud.png');
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top 55% center;
}
.photos_box{
    width: 88.3%;
    margin: 0 auto;
    padding: 0 0 3%;
}
.photos_title{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.photos_title span{
    display: inline-block;
    background-image: url('../images/website_image/page/donations/donations_dashed_line.png');
    background-position: left bottom;
    background-repeat: repeat-x;
    -webkit-background-size: auto 3px;
    background-size: auto 3px;
    color: #e45b0b;
    font-size: 2.1em;
    letter-spacing: 2px;
    padding: 0.5em 2.5em;
}
.photos_title img{
    vertical-align: bottom;
    margin-right: 0.7em;
    width: 49px;
}
.photos_title img.photos_title_stitle{
	vertical-align: middle;
	margin-right: 0;
	margin-left: 0.7em;
	width: 112px;
}
.photos_nodata{
    width: 100%;
    text-align: center;
    color: #b67f30;
}
.photos_nodata > div{
    margin: 3em 0;
}
.photos_grass{
    text-align: center;
    margin: 5% 0;
}
.photos_grass img{
    max-width: 11%;
    min-width: 130px;
}
/*photos_list*/
.photos_list_txt{
    text-align: left;
    margin-top: 3%;
}
.photos_list_box a{
	text-decoration: none;
}
.photos_list_box a:hover .photos_list_showbox{
	-webkit-transform : scale(1.1);
    -moz-transform : scale(1.1);
    -ms-transform : scale(1.1);
    -o-transform : scale(1.1);
    transform : scale(1.1);
}
.photos_list_box a:hover .photos_list_hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 5;
    background-color: rgba(227,91,11, 0.8);
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 10px;
    background-image: url('../images/website_image/product/photos_search.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 20% auto;
    background-size: 20% auto;
    -webkit-animation:slowdown3 0.6s;
    -moz-animation:slowdown3 0.6s;
    -ms-animation:slowdown3 0.6s;
    -o-animation:slowdown3 0.6s;
    animation:slowdown3 0.6s;
}
.photos_list_box .photos_list_main_in{
	width: 100%;
	position: relative;
}
.photos_list_pic_box{
	padding: 15px 9px;
}
.photos_list_name{
	color: #b67f30;
	width: 100%;
	vertical-align: top;
	font-size: 1.3em;
	line-height: 1.8em;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	height: 1.8em;
	margin: 5px 0;
}
.photos_list_pic{
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.photos_list_pic_out {
	position: relative;
	height: 0;
	padding-top: 55.73%;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-moz-flex-align: center;
	-ms-flex-align: center;
	-o-flex-align: center;
    	align-items: center;
}
.photos_list_showbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-o-justify-content: center;
	justify-content: center;
   	-webkit-box-align: start;
   	-ms-flex-align: start;
   	align-items: flex-start;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.photos_list_pic img{
	position: relative;
	max-width: 100%;
	max-height: 100%;
	display: block;
	text-align: center;
}

/*photos_detail*/
.photos_detail_txt{
    text-align: left;
    margin-top: 3%;
}
.photos_detail_box a{
	text-decoration: none;
}
.photos_detail_box a:hover .photos_detail_showbox{
	-webkit-transform : scale(1.1);
    -moz-transform : scale(1.1);
    -ms-transform : scale(1.1);
    -o-transform : scale(1.1);
    transform : scale(1.1);
}
.photos_detail_box .photos_detail_hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.photos_detail_box a:hover .photos_detail_hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-flex-pack: center;
    -ms-flex-pack: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -moz-flex-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 5;
    background-color: rgba(97,181,51, 0.8);
    background-image: url('../images/website_image/product/photos_grass.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 38px auto;
    background-size: 38px auto;
    -webkit-animation:slowdown3 0.6s;
    -moz-animation:slowdown3 0.6s;
    -ms-animation:slowdown3 0.6s;
    -o-animation:slowdown3 0.6s;
    animation:slowdown3 0.6s;
}
.test2{
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.photos_detail_box .photos_detail_main_in{
	width: 100%;
	position: relative;
}
.photos_detail_pic_box{
	padding: 15px 9px;
}
.photos_detail_name{
	color: #b67f30;
	width: 100%;
	vertical-align: top;
	font-size: 1.3em;
	line-height: 1.8em;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	height: 1.8em;
	margin: 5px 0;
}
.photos_detail_pic{
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.photos_detail_pic_out {
	position: relative;
	height: 0;
	padding-top: 55.73%;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-moz-flex-align: center;
	-ms-flex-align: center;
	-o-flex-align: center;
    	align-items: center;
}
.photos_detail_showbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-box-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-o-justify-content: center;
	justify-content: center;
   	-webkit-box-align: start;
   	-ms-flex-align: start;
   	align-items: flex-start;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.photos_detail_pic img{
	position: relative;
	max-width: 100%;
	max-height: 100%;
	display: block;
	text-align: center;
}
.coffee:hover .coffee-overlay{
	-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;
		-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1}
.coffee .corner-left,.coffee .corner-right,.coffee .corner-bottom,.coffee .corner-top{
	border-radius: 1px;
	position:absolute;
	width:0;height:0;
	border-left:5px solid #fff;
	border-top:5px solid #fff;
	top:14px;
	left:14px;
	-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
	z-index:6;
	opacity:0}
.coffee .corner-right{right:14px;left:auto;border-right:5px solid #fff;border-top:5px solid #fff;border-left:none}
.coffee .corner-bottom{right:14px;left:auto;top:auto;bottom:14px;border-right:5px solid #fff;border-bottom:5px solid #fff;border-top:0;border-left:none}
.coffee .corner-top{top:auto;left:14px;top:auto;bottom:14px;border-right:none;border-bottom:5px solid #fff;border-top:0;border-left:5px solid #fff;}
.coffee:hover .corner-left,.coffee:hover .corner-right,.coffee:hover .corner-bottom,.coffee:hover .corner-top{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;width:30px;height:30px;opacity:1}
#mark > .big_img_info {
    bottom: 2% !important;
    top: auto !important;
}
#mark > .big_img_info .bot_img img{
	width: 90px !important;
	margin: 5px !important;
	display: inline;
}