@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:601px) { /*桌面*/
  #P_wrap {
    border: 0px solid hsla(0, 0%, 0%, 1.00);
  }
  .PBimg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    position: relative;
  }
  .PBimg img {
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    transition: opacity 0.8s;
    margin: 0 auto 0 auto;
  }
  .PBimg img.fade-out {
    opacity: 0;
    pointer-events: none;
  }
  .PSimg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .PSimg_a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 5px;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 3px;
    transition: opacity 0.5s, transform 0.8s;
    opacity: 0.7;
    cursor: pointer;
  }
  .PSimg_a:hover {
    opacity: 1;
    transform: scale(1.1);
  }
  .PSimg_a img {
    max-width: 100%;
    max-height: 100%;
  }
  .PBimgalt {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-size: 12pt;
	text-shadow: 0px 0px 3px hsla(0, 0%, 0%, 1.00);
	/*background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 49.38%,rgba(0,0,0,0.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 49.38%,rgba(0,0,0,0.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 49.38%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 49.38%,rgba(0,0,0,0.00) 100%);*/
	width: 100%;
	text-align: center;
  }
  #navButtons {
    position: absolute;
    width: 100%;
    color: hsla(0, 0%, 100%, 1.00);
    top: 45%;
    transform: translateY(-45%);
  }
  #prevButton, #nextButton {
    padding: 5px 10px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 40px;
    display: block;
    text-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.80);
    font-weight: lighter;
  }
  #prevButton {
    position: absolute;
    left: 10px;
  }
  #nextButton {
    position: absolute;
    right: 10px;
  }
}
@media screen and (max-width:600px) { /*行動裝置*/
  #P_wrap {
    border: 0px solid hsla(0, 0%, 0%, 1.00);
  }
  .PBimg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
	border:0px solid hsla(0,0%,0%,1.00);
	}
  .PBimg img {
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    transition: opacity 0.8s;
    margin: 0 auto 0 auto;
  }
  .PBimg img.fade-out {
    opacity: 0;
    pointer-events: none;
  }
  .PSimg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .PSimg_a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 5px;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 3px;
    transition: opacity 0.5s, transform 0.8s;
    opacity: 0.7;
    cursor: pointer;
  }
  .PSimg_a:hover {
    opacity: 1;
    transform: scale(1.1);
  }
  .PSimg_a img {
    max-width: 100%;
    max-height: 100%;
  }
  .PBimgalt {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-size: 12pt;
	text-shadow: 0px 0px 3px hsla(0, 0%, 0%, 1.00);
	/*background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 49.38%,rgba(0,0,0,0.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 49.38%,rgba(0,0,0,0.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 49.38%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.40) 49.38%,rgba(0,0,0,0.00) 100%);*/
	width: 100%;
	text-align: center;
  }
  #navButtons {
    position: absolute;
    width: 100%;
    color: hsla(0, 0%, 100%, 1.00);
    top: 45%;
    transform: translateY(-45%);
  }
  #prevButton, #nextButton {
    padding: 5px 10px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 40px;
    display: block;
    text-shadow: 0px 0px 5px hsla(0, 0%, 0%, 0.80);
    font-weight: lighter;
  }
  #prevButton {
    position: absolute;
    left: 10px;
  }
  #nextButton {
    position: absolute;
    right: 10px;
  }
}