@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html, body {
  font-family: "Noto Sans TC", "Segoe UI", Microsoft JhengHei, Arial, Helvetica, sans-serif, "Arial Unicode MS", PMingLiU;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.detail-banner {
  display: flex;
  padding-top: 60px;
  padding-bottom: 50px;
  /* justify-content: center; */
  flex-direction: column;
  background-size: cover;
  position: relative;
}

.detail-banner::before {
  content: "";
  display: black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(76, 59, 46, 0.6);
}

.detail-banner .page-title {
  /* font-size: 30px; */
  color: #fff;
  z-index: 2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 20px 0;
  padding: 0 30px;
  line-height: 1.5;
}

h1 {
  font-size: 2.5rem;
  font-family: inherit;
  font-weight: 600;
}

.media-info-group {
  font-size: 140%;
  z-index: 2;
  color: #fff;
  margin: 10px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-report .media-source {
  padding-right: 5px;
  color: #fff;
}

.media-source::before {
  content: "・";
  display: inline-block;
  padding-right: 5px;
}

small {
  font-size: 80%;
  font-weight: normal;
}

/* a {
  text-decoration: none;
  color: #C47D3B;
  cursor: pointer;
  transition: all .1s; }
  a:hover {
    color: #895829; } */
.main-container {
  flex-grow: 1;
  padding: 30px 0;
  position: relative;
}

.wrapper, nav.main-nav {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
}

.detail-container {
  background: #fff;
  max-width: 800px;
  padding: 30px 60px;
  position: relative;
  top: -80px;
  margin: 0 auto;
  box-shadow: 0 -10px 20px -4px rgba(0, 0, 0, 0.2);
  line-height: 2;
  font-size: 18px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.detail-container::after, .detail-container::before {
  content: "";
  display: black;
  background: #fff;
  position: absolute;
  top: 100% width:10px;
  height: 100%
}

.detail-container::after {
  left: -10px;
}

.detail-container::before {
  right: -10px;
}

.detail-container img {
  width: 100%;
  max-width: 100%;
  margin: 0.1rem 0;
}

.rotate90 {
  transform: rotate(270deg);
  padding: 13%;
}


.detail-container small.text.muted {
  margin-bottom: 30px;
  display: black;
  line-height: 1.5;
}

.text-muted {
  color: #495057 !important;
}

small, .small {
  font-size: 80%;
  font-weight: normal;
}

.text-subtitle {
  font-weight: bold;
}
