@charset "UTF-8";
@import url(https:////fonts.googleapis.com/earlyaccess/notosanstc.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0;
  border-style: none; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%; }

q:before, q:after {
  content: ""; }

abbr,
acronym {
  border: 0; }

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

input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

textarea:focus,
input:focus {
  outline: none; }

h1 {
  font-size: 54px;
  font-weight: 700; }

h2 {
  font-size: 30px;
  font-weight: bold; }

h3 {
  font-size: 28px;
  font-weight: bold; }

h4 {
  font-size: 20px;
  font-weight: bold; }

p {
  font-size: 16px; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.5;
  font-family: 'Noto Sans TC', "微軟正黑體", sans-serif;
  font-size: 16px;
  background-color: #9b3328; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  position: relative; }

.backtop {
  position: fixed;
  bottom: -40px;
  left: 50%;
  -webkit-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  background-color: #fff;
  z-index: 99;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer; }

footer {
  background-color: #661713; }

.top {
  background-image: url(../img/index-kv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 900px; }
  @media only screen and (max-width: 1024px) {
    .top {
      background-size: 190%;
      background-position: center top;
      height: calc(190vw * 0.46); } }
  @media only screen and (max-width: 768px) {
    .top {
      background-color: #c45447;
      background-image: url(../img/index-kv-m.jpg);
      background-position: center bottom;
      background-size: 100%;
      margin-top: calc(3vw + 25px);
      height: 108.46vw; } }
  .top .logo {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    left: 30px;
    top: 30px;
    z-index: 10; }
    @media only screen and (max-width: 1024px) {
      .top .logo {
        width: 20vw; } }
    @media only screen and (max-width: 768px) {
      .top .logo {
        left: 0;
        right: 0;
        margin: auto;
        top: calc(4vw + 5px); } }
    .top .logo img {
      width: 100%; }
  .top .link-box {
    position: fixed;
    right: 2px;
    z-index: 50;
    text-align: center;
    overflow: hidden; }
    @media only screen and (min-width: 769px) {
      .top .link-box::before {
        content: "";
        display: block;
        width: 3px;
        height: 280px;
        background-color: #76191f;
        position: absolute;
        left: 29px;
        z-index: 1; } }
    @media only screen and (min-width: 769px) and (max-width: 1024px) {
      .top .link-box {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top; } }
    @media only screen and (max-width: 768px) {
      .top .link-box {
        top: 0px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        width: 100%;
        padding: 0;
        border: none;
        border-bottom: solid 5px #b93f28;
        background-color: white;
        right: 0; } }
    .top .link-box .link {
      position: relative;
      z-index: 2; }
      @media only screen and (min-width: 769px) {
        .top .link-box .link::before {
          content: "";
          display: block;
          width: 61px;
          height: 33px;
          background-image: url(../img/lantern-ribbon.png);
          margin: 20px 0; } }
      .top .link-box .link li {
        background-image: url(../img/lantern.png);
        width: 57px;
        height: 50px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .top .link-box .link li:not(:first-child) {
          margin-top: 10px; }
        .top .link-box .link li:hover {
          -webkit-filter: brightness(1.5);
          filter: brightness(1.5); }
      @media only screen and (max-width: 768px) {
        .top .link-box .link {
          font-size: 0; }
          .top .link-box .link li {
            background-image: url();
            display: inline-block;
            width: 25%;
            height: auto;
            margin: 0 !important; } }
      .top .link-box .link a {
        width: 57px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center center;
        display: block;
        color: transparent;
        margin: auto; }
        @media only screen and (max-width: 768px) {
          .top .link-box .link a {
            background-image: url() !important;
            color: #000;
            font-size: 3vw;
            width: 100%;
            height: auto;
            padding: 10px 5px; } }
      .top .link-box .link .ac {
        background-image: url(../img/icon_ac.png); }
      .top .link-box .link .dl {
        background-image: url(../img/icon_download.png); }
      .top .link-box .link .fb {
        background-image: url(../img/icon_fb.png); }
      .top .link-box .link .bh {
        background-image: url(../img/icon_baha.png); }

.event {
  background-image: url(../img/index-bg.jpg);
  background-position: center top; }
  @media only screen and (max-width: 1024px) {
    .event {
      background-size: 190%; } }
  @media only screen and (max-width: 768px) {
    .event {
      background-image: url(../img/index-bg-m.jpg);
      background-size: 100%; } }
  .event .main-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    position: relative;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px; }
    .event .main-wrap .title {
      text-align: center; }
      .event .main-wrap .title * {
        display: inline-block;
        vertical-align: top; }
      .event .main-wrap .title h2 {
        color: #f3cb76;
        font-size: 30px; }
      .event .main-wrap .title img:nth-of-type(2) {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
      @media only screen and (max-width: 375px) {
        .event .main-wrap .title img {
          width: 20vw;
          margin-top: 10px; } }
    .event .main-wrap table {
      max-width: 700px;
      margin: 30px auto; }
      .event .main-wrap table tr td {
        padding: 5px 10px;
        position: relative; }
      .event .main-wrap table tr td:first-child {
        font-size: 24px;
        white-space: nowrap;
        color: #f6dca4;
        font-weight: 600;
        vertical-align: top; }
        @media only screen and (max-width: 480px) {
          .event .main-wrap table tr td:first-child {
            font-size: 5vw; } }
        .event .main-wrap table tr td:first-child img {
          vertical-align: middle;
          margin-left: 5px; }
      .event .main-wrap table tr td:last-child {
        font-size: 18px;
        color: #fff; }
        @media only screen and (max-width: 480px) {
          .event .main-wrap table tr td:last-child {
            font-size: 4vw; } }
      .event .main-wrap table tr .note {
        background-color: #553535;
        padding: 3px 20px;
        border-radius: 20px;
        display: inline-block;
        margin-top: 10px; }
    .event .main-wrap .event-btns {
      margin: 60px auto 30px;
      text-align: center;
      font-size: 0; }
      @media only screen and (max-width: 480px) {
        .event .main-wrap .event-btns {
          margin-top: 30px; } }
      .event .main-wrap .event-btns .btn {
        display: inline-block;
        cursor: pointer;
        width: 33%;
        padding: 10px; }
        .event .main-wrap .event-btns .btn a {
          display: block;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .event .main-wrap .event-btns .btn:hover a {
          -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
          -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          transform: translateY(-10px); }
        @media only screen and (max-width: 768px) {
          .event .main-wrap .event-btns .btn {
            display: block;
            margin: auto;
            width: 100%;
            max-width: 300px; } }
        .event .main-wrap .event-btns .btn img {
          max-width: 100%; }
