* {
  /* font-family: 'Crimson Text', 'Noto Serif', '標楷體', 'Noto Serif TC', serif; */
  font-family: 'Univers', Arial, Helvetica, 'Microsoft JhengHei', sans-serif;
  text-align: justify;
  text-justify: distribute;
  word-wrap: break-word;
  word-break: break-strict;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px; /*ie*/
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (max-width: 1900px) {
  body {
    background-size: contain;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  line-height: 1.5;
}

h1,
.h1 {
  font-size: 40px; /*ie*/
  font-size: 4rem;
}

h2,
.h2 {
  font-size: 34px; /*ie*/
  font-size: 3.4rem;
}

h3,
.h3 {
  font-size: 30px; /*ie*/
  font-size: 3rem;
}

h4,
.h4 {
  font-size: 26px; /*ie*/
  font-size: 2.6rem;
}

h5,
.h5 {
  font-size: 22px; /*ie*/
  font-size: 2.2rem;
}

h6,
.h6 {
  font-size: 18px; /*ie*/
  font-size: 1.8rem;
}

p {
  font-size: 16px; /*ie*/
  font-size: 1.6rem;
}
article {
  padding: 50px 0;
}

/* 首頁 */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /* background-color: hsla(0, 0%, 100%, 0.5); */
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  background-image: url(../images/bg.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;

  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
header:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

main {
  width: 65%;
  min-height: 100%;
  background-image: url(../images/bg_main.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 35%;
  padding: 0px 50px;
}
@media (max-width: 576px) {
  .wrapper {
    display: block;
  }
  header {
    display: block;
    width: 100%;
    position: static;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

.pt-100 {
  padding-top: 100px;
}
/* ---------- 首頁 ---------- */
/* 首頁左邊 */
.blockquote {
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 5px #333;
}
.blockquote p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
}
.blockquote-footer {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 5px #333;
  margin-right: 1em;
}
.blockquote-footer::before {
  content: '';
}
.lead_pic {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -105px;
  margin-bottom: 50px;
}
.lead_pic img {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .lead_pic {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 首頁右邊 */
.btn_music {
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 0;
}
.btn_music svg {
  fill: hsla(-50, 50%, 60%, 1);
}
.btn_music:hover svg {
  fill: hsla(-50, 50%, 50%, 1);
}
.btn_play {
  display: block;
}
.btn_pause {
  display: none;
}
.brief_info {
  padding: 0 15px;
}
.brief_info h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
.brief_info p {
  letter-spacing: 2px;
  margin-bottom: 30px;
}
#detail {
  width: 100%;
  position: relative;
  top: -20px;
  left: 0;
}

#detail .card {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

#detail .card:hover {
  border: none;
}

#detail .card-header {
  height: 40px;
  background-color: transparent;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
  padding: 0;
  margin: 0;
}

#detail .card-header .btn {
  color: hsla(-25, 75%, 75%, 1);
  line-height: 40px;
  margin: 0;
  padding: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.8s cubic-bezier(0.78, 0.01, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.78, 0.01, 0.36, 1);
}

#detail .card-header .btn:hover {
  color: hsla(-25, 75%, 65%, 1);
}
#detail .collapse.show ~ .card-header .btn {
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg);
  -webkit-transition: all 0.8s cubic-bezier(0.78, 0.01, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.78, 0.01, 0.36, 1);
}

#detail .card-header .btn:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 15px solid hsla(-25, 75%, 75%, 1);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#detail .card-header .btn:hover:before {
  border-top-color: hsla(-25, 75%, 65%, 1);
}
#detail .collapse.show ~ .card-header .btn:before {
  vertical-align: top;
  border-top: 30px solid hsla(-25, 75%, 75%, 1);
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

#detail .card-body {
  padding: 0;
  padding-top: 20px;
}

/* 首頁右下相簿 */
/* .waterflow {
  display: block;
} */
.card {
  background-color: transparent;
  border: none;
  border-radius: 10px;
  margin-bottom: 50px;
}
/* @media (max-width: 991px) {
  .card {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 768px) {
  .card {
    width: calc(50% - 20px);
  }
} */
.card-img-top {
  width: 100%;
  height: 0;
  background-color: #eee;
  padding-top: 65%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.card-img-top img {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}
.card-img-top .embed-responsive {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.card-body {
  padding: 10px 0;
}
.card-title a {
  color: #333;
  text-decoration: none;
}
.card-text {
  color: #666;
  height: 50px;
  overflow-y: hidden;
  position: relative;
}
.readmore {
  display: inline-block;
  background-color: hsla(-25, 75%, 75%, 1);
  color: #fff;
  line-height: 20px;
  padding: 3px 10px;
  margin: 0;
  border-radius: 13px;
}
.readmore:hover {
  background-color: hsla(-25, 75%, 65%, 1);
  color: #fff;
}

/* 瀑布流 */
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.masonry {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  transition-property: left, right, top;
}

/* ---------- 內頁 ---------- */
nav {
  width: 100px;
  height: 100px;
  background-color: hsla(0, 0%, 0%, 1);
  color: #fff;
  padding-top: 55px;
  border-radius: 50%;
  position: fixed;
  top: -50px;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.75;
}
nav a {
  display: block;
  width: 100%;
  height: 45px;
  color: #ddd;
  line-height: 45px;
  text-align: center;
}
nav:hover {
  opacity: 1;
}
nav:hover a {
  color: #fff;
}
.pic {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.pic img {
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* SLICK */
.slick_photo p {
  text-align: center;
}
.slick-arrow {
  width: 50px;
  height: 800px;
  background-color: hsla(0, 0%, 0%, 0);
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transform: none;
  transform: none;
  z-index: 100;
}
.slick-next {
  right: 1px;
  opacity: 0.5;
}
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}
.slick-next:before {
  content: '〉';
  color: #999;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
}
.slick-prev {
  left: 0;
  opacity: 0.5;
}
.slick-prev:hover,
.slick-prev:focus {
  opacity: 1;
}
.slick-prev:before {
  content: '〈';
  color: #999;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pic {
    height: 0;
    padding-top: 56.25%;
  }
  .slick-arrow {
    height: 100%;
  }
}
.bg_album {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.bg_content {
  background-image: url(../images/bg_content.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.title {
  text-align: center;
  margin-bottom: 30px;
}
