.dis .dis_li{ display: none;}
.album_photo{
  width:100%;height:100%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 100% auto;        /*for Firefox*/
  -webkit-background-size:100% auto;        /*for Google Chrome、Safari*/
  -o-background-size:100% auto;        /*for Opera*/
  background-size:100% auto;        /*for IE*/
}

.album_photo.fix_h{
  -moz-background-size: auto 100% ;        /*for Firefox*/
  -webkit-background-size:auto 100% ;        /*for Google Chrome、Safari*/
  -o-background-size:auto 100% ;        /*for Opera*/
  background-size:auto 100% ;        /*for IE*/
}
.photo_view{
	width: 100%;
}
.photo_discription{
	width: 100%;
}
.dis{margin: 0;padding: 0;list-style: none;}
.photo_discription .title{
	font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
	font-size: 15px;
	color: #252525;
	line-height: 30px;
}
.photo_discription .text{
  text-align: left;
	margin-top: 35px;
	font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
	font-size: 12px;
	color: #818181;
	line-height: 24px;
}
.block_body .btn{
  color:#ffffff;
  line-height:32px;
  padding:0px 30px;
  background: #5b5b5b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  float:left;
}
.block_body .btn a,.btn a{
  color:#ffffff;
  text-decoration: none;
}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.photo_view .flex-container a:hover,
.photo_view .flex-slider a:hover,
.photo_view .flex-container a:focus,
.photo_view .flex-slider a:focus {
  outline: none;
}
.photo_view .slides,
.photo_view .slides > li,
.photo_view .flex-control-nav,
.photo_view .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.photo_view .flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.photo_view .flexslider {
  margin: 0 auto;
  padding: 0;
}
.photo_view .flexslider .slides > li {
  margin: auto;
  display: none;
  -webkit-backface-visibility: hidden;
}
.photo_view .flexslider .slides img {
  max-width: 100%;
  display: block;
  height:auto;
}
.photo_view .flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .photo_view  .flexslider .slides {
  display: block;
}
* html .photo_view  .flexslider .slides {
  height: 1%;
}
.no-js .photo_view  .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.photo_view .flexslider {
  margin: 0 0 30px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.photo_view .flexslider .slides {
	zoom: 1;
}
.photo_view .flexslider .slides img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-height: 550px;
}
.photo_view .flexslider .slides2{
  width: 210px;
  height: 132px;
  vertical-align:center;
  cursor: pointer;
  overflow: hidden;
}
.photo_view .flexslider .slides2 li{
  margin: 0 3px;
}
.photo_view .flexslider .slides2 img{
	vertical-align: middle;
	opacity:0.5;
}
.photo_view .flexslider .slides2 img:hover{opacity:1;}
.photo_view #carousel .flex-active-slide img{opacity: 1;cursor: default;}

.photo_view .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.photo_view .loading .flex-viewport {
  max-height: 300px;
}
.photo_view .carousel li {
  margin-right: 5px;
}
.photo_view .flex-direction-nav {
  *height: 0;
}
.photo_view .flex-direction-nav a {
  background: none;
  text-indent: initial;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  color: transparent;
  display: inline-block;

  /* ↓ 解決banner使用 RWDbanner001 的套件衝突 ↓ */
  height: inherit;
  margin: inherit;
  cursor: pointer;
  opacity: inherit!important;
}
.photo_view .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  display: inline-block;
  content:'';
  width: 15px;
  height: 23px;
  background-size: contain;
  background-image: url(images/view_btn.png);
}
.photo_view .flex-direction-nav .flex-next {
  text-align: right;

  filter: FlipH;
  -ms-filter: "FlipH";
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}
.photo_view .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.photo_view .flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.photo_view .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.photo_view .flex-pauseplay a:hover {
  opacity: 1;
}
.photo_view .flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.photo_view .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.photo_view .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.photo_view .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.photo_view .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.photo_view .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.photo_view .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.photo_view .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.photo_view .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.photo_view .flex-control-thumbs img:hover {
  opacity: 1;
}
.photo_view .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

 /*大圖*/
.photo_view #slider .flex-direction-nav a{
    width: 100px;
    top: 0;
    bottom: 0;
}
.photo_view #slider .flex-direction-nav a:before{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: 0;
}
.photo_view #slider .flex-direction-nav .flex-prev{
    left: 0;
}
.photo_view #slider .flex-direction-nav .flex-next{
    right: 0;
}
/*小圖*/
.photo_view #carousel .flex-direction-nav{
    text-align: center;
    line-height: 100%;
    margin-top: 15px;
}
.photo_view #carousel .flex-direction-nav li{
    display: inline-block;
    padding: 0 8px;
}

/* ↓ 解決banner使用 RWDbanner001 的套件衝突 ↓ */
.photo_view .flexslider:hover .flex-prev {
  left: inherit;
}
.photo_view .flexslider:hover .flex-next {
  right: inherit;
}
/* ↑ 解決banner使用 RWDbanner001 的套件衝突 ↑ */

.photo_view #carousel .flex-direction-nav a{
    width: 30px;
    height: 30px;
    position: relative !important;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    border: 1px solid #aaa;
}
.photo_view #carousel .flex-direction-nav a:before{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: bottom;
    background-position: 6px 7px;
    background-size: 14px;
    background-repeat: no-repeat;
}

@media (min-width: 1025px) {
    .photo_view #slider{
        padding: 0 50px;
    }
}
@media (max-width: 1024px) {
    .photo_view #slider .flex-direction-nav a{
        display: none;
    }
    .photo_view #carousel .flex-direction-nav li{
      padding: 0 15px;
    }
}
@media screen and (max-width: 860px) {
  .photo_view .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .photo_view .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media (max-width: 414px){
  .photo_view .flexslider .slides2{
    height: 70px;
  }
}


