@charset "UTF-8";
body {
  font-family: '標楷體'; }

.header {
  background: #fff0e2;
  color: #e74412;
  font-size: 36px;
  font-weight: bold;
  height: 110px;
  line-height: 110px; }

.swiper-container {
  height: calc(100vh - 110px); }

.swiper-slide {
  background: url(../images/img.jpg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: relative; }
  .swiper-slide span {
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 36px;
    font-weight: bold;
    max-height: 290px;
    line-height: 38px; }
