@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;700&family=Noto+Serif+TC:wght@400;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th {
  font-family: 'Crimson Text', 'Noto Serif TC', Arial, 'Microsoft JhengHei', serif !important;
}

img,
object,
embed,
video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

body {
  color: #333333;
  background: #ffffff;
  font-size: 15px;
  min-width: 320px;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

.cp-tips {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  color: #996600;
  background-color: #ffefc6;
  padding: 10px;
  font-size: 16px;
}

.cp-tips p {
  margin: 0;
}

.cp-tips a {
  color: #f75c61;
  text-decoration: underline;
}

.cp-tips .cp-tips-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.cp-tips .cp-tips-close:before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #996600;
  top: 50%;
  left: 0;
}

.cp-tips .cp-tips-close:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid #996600;
  top: 0;
  left: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.6;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.text-hidden {
  height: 0;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
}

.all-content {
  position: relative;
  font-size: 1.2em;
  overflow: hidden;
}

.n_header {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
}

.n_header .n_twlogo img {
  height: 27px;
}

.kv {
  position: relative;
  height: 46.3vw;
  background: #fff url(../images/kv.jpg) no-repeat center/cover;
}

.kv a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.metime {
  padding: 5em 0 0;
}

.metime .content {
  height: 270px;
  background: url(../images/metime.png) no-repeat center/auto 100%;
}

.property {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
}

.story {
  padding: 2em 0 5em;
}

.story h3 {
  font-size: 1.8em;
}

.story h4 {
  margin: 15px 0 6px;
  font-weight: bold;
}

.story img {
  -webkit-box-shadow: -10px -10px 0 0 #f1b48e;
          box-shadow: -10px -10px 0 0 #f1b48e;
}

.story p {
  line-height: 1.4;
}

@media (min-width: 1400px) {
  .story .container {
    max-width: 1600px;
  }
}

@media only screen and (max-width: 991px) {
  .kv {
    height: 53.7vw;
    background-size: 116%;
    background-position: left center;
  }
  .metime .content {
    height: 820px;
    background: url(../images/metime-s.png) no-repeat center/525px auto;
  }
}

@media only screen and (max-width: 767px) {
  .all-content {
    font-size: 1.1em;
  }
  .n_header {
    left: 20px;
    top: 20px;
  }
  .n_header .n_twlogo img {
    height: 24px;
  }
  .kv {
    height: 121.6vw;
    background: url(../images/kv-m.jpg) no-repeat center/cover;
  }
}

@media only screen and (max-width: 640px) {
  .metime {
    padding-top: 2em;
  }
  .metime .content {
    background-size: 82% auto;
    height: 128.1vw;
  }
}

@media only screen and (max-width: 575px) {
  .all-content {
    font-size: 1.05em;
  }
  .property {
    font-size: 13px;
  }
}

@media only screen and (max-width: 450px) {
  .n_header .n_twlogo img {
    height: 18px;
  }
}
