@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 2vw;
}

@media all and (min-width: 769px) {
  html {
    font-size: 1vw;
  }
}

@media all and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

img {
  display: block;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.dt {
  display: none;
}

.mb {
  display: block;
}

@media all and (min-width: 769px) {
  .dt {
    display: block;
  }
  .mb {
    display: none;
  }
}

.sans {
  font-family: 'Noto Sans TC', sans-serif;
}

.serif {
  font-family: 'Noto Serif TC', serif;
}

body[page="event"] {
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 0;
  line-height: 1;
  letter-spacing: 0.1rem;
}

body[page="event"] > * .inner {
  width: 100%;
  margin: 0 auto;
}

body[page="event"] .to_try {
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: 40%;
  bottom: 4%;
  width: 26%;
  background: url("../img/圓角矩形 1.png") center center no-repeat;
  background-size: 100%;
  font-size: 1.7rem;
  padding: 1.4% 0 2.3%;
  color: #fff;
}

@media all and (min-width: 769px) {
  body[page="event"] .to_try {
    width: 12%;
    bottom: 18%;
    left: 14%;
    padding: 0.7% 0 1.2%;
  }
}

body[page="event"] .top {
  position: relative;
  padding-top: 143.75%;
  background: url("../img/top_bg-mb.png") center center no-repeat;
  background-size: 100%;
}

@media all and (min-width: 769px) {
  body[page="event"] .top {
    padding-top: 56.25%;
    background: url("../img/top_bg-dt.png") center bottom no-repeat;
    background-size: 100%;
  }
}

body[page="event"] .top .top_container {
  position: absolute;
  text-align: center;
  top: 10%;
  left: 26%;
  width: 48%;
  color: #331b23;
}

@media all and (min-width: 769px) {
  body[page="event"] .top .top_container {
    width: 20%;
    left: 10%;
    top: 36%;
  }
}

body[page="event"] .top .top_container .logo {
  width: 90%;
  margin: 0 auto 10%;
}

body[page="event"] .top .top_container .title {
  font-size: 2rem;
  font-weight: 600;
}

@media all and (min-width: 769px) {
  body[page="event"] .top .top_container .title {
    font-size: 2.2rem;
  }
}

body[page="event"] .top .top_container .title div {
  font-weight: 600;
  margin-top: 4%;
  font-size: 3rem;
}

@media all and (min-width: 769px) {
  body[page="event"] .top .top_container .title div {
    font-size: 2.6rem;
  }
}

body[page="event"] .middle {
  position: relative;
  padding-top: 233.125%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #331b23), color-stop(90%, #97532b));
  background-image: -webkit-linear-gradient(#331b23 70%, #97532b 90%);
  background-image: -o-linear-gradient(#331b23 70%, #97532b 90%);
  background-image: linear-gradient(#331b23 70%, #97532b 90%);
}

@media all and (min-width: 769px) {
  body[page="event"] .middle {
    padding-top: 54.79167%;
  }
}

body[page="event"] .middle .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../img/middle_bg-mb.png") center center no-repeat;
  background-size: 100%;
}

@media all and (min-width: 769px) {
  body[page="event"] .middle .bg {
    background: url("../img/middle_bg-dt.png") center center no-repeat;
    background-size: 100%;
  }
}

body[page="event"] .middle .to_try {
  bottom: 10%;
}

@media all and (min-width: 769px) {
  body[page="event"] .middle .to_try {
    bottom: 40%;
    left: 18%;
  }
}

body[page="event"] .middle .title {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 7%;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.3;
}

@media all and (min-width: 769px) {
  body[page="event"] .middle .title {
    width: 40%;
    left: 5%;
    top: 22%;
  }
}

body[page="event"] .middle .to_share_with_F, body[page="event"] .middle .to_QA {
  cursor: pointer;
  position: absolute;
  width: 25%;
  background-color: #331b23;
  border-radius: 99em;
  text-align: center;
  color: #f58832;
  -webkit-box-shadow: #f58832 0 0 10px;
  box-shadow: #f58832 0 0 10px;
  font-size: 1.4rem;
  line-height: 2;
  bottom: 5%;
  left: 26%;
}

@media all and (min-width: 769px) {
  body[page="event"] .middle .to_share_with_F, body[page="event"] .middle .to_QA {
    width: 15%;
    bottom: 31%;
    left: 7%;
  }
}

body[page="event"] .middle .to_QA {
  left: 55%;
}

@media all and (min-width: 769px) {
  body[page="event"] .middle .to_QA {
    left: 25%;
  }
}

body[page="event"] .bottom {
  padding-bottom: 15%;
}

@media all and (min-width: 769px) {
  body[page="event"] .bottom {
    padding: 10% 10%;
  }
  body[page="event"] .bottom::after {
    content: "";
    display: table;
    clear: both;
  }
}

body[page="event"] .bottom .title {
  background: url("../img/bottom_title_bg.png") center center no-repeat;
  background-size: 100%;
  text-align: center;
  width: 55%;
  margin: 10% auto;
  line-height: 2.2;
  font-size: 4rem;
}

@media all and (min-width: 769px) {
  body[page="event"] .bottom .title {
    font-size: 3.5rem;
    float: right;
    margin: 0 30% 0 0;
    width: 33%;
  }
}

body[page="event"] .bottom .pic {
  width: 80%;
  margin: 0 auto;
}

@media all and (min-width: 769px) {
  body[page="event"] .bottom .pic {
    float: left;
    width: 30%;
  }
}

body[page="event"] .bottom dl {
  text-align: center;
  color: #331b23;
}

@media all and (min-width: 769px) {
  body[page="event"] .bottom dl {
    float: right;
    width: 60%;
  }
}

body[page="event"] .bottom dl dt {
  background-color: #ffede3;
  border-radius: 99rem;
  width: 25%;
  margin: 10% auto 0;
  line-height: 2;
  font-size: 1.7rem;
  font-weight: 600;
}

@media all and (min-width: 769px) {
  body[page="event"] .bottom dl dt {
    display: inline-block;
    margin: 2% 0;
    vertical-align: middle;
    font-size: 1.5rem;
  }
}

body[page="event"] .bottom dl dd {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-top: 2%;
}

@media all and (min-width: 769px) {
  body[page="event"] .bottom dl dd {
    display: inline-block;
    width: 70%;
    text-align: left;
    vertical-align: middle;
    margin-top: 0;
    font-size: 1.5rem;
  }
}

body[page="event"] .bottom .tips {
  margin-top: 2%;
  text-align: center;
  line-height: 2rem;
  color: #888;
  font-size: 1.4rem;
}

@media all and (min-width: 769px) {
  body[page="event"] .bottom .tips {
    float: right;
    margin-right: 24%;
  }
}

body[page="event"] .QA {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #331b23), color-stop(90%, #6d3b27));
  background-image: -webkit-linear-gradient(#331b23 80%, #6d3b27 90%);
  background-image: -o-linear-gradient(#331b23 80%, #6d3b27 90%);
  background-image: linear-gradient(#331b23 80%, #6d3b27 90%);
  background: url("../img/qa_bg-mb.png") center top no-repeat;
  background-size: 100%;
  background-color: #331b23;
}

@media all and (min-width: 769px) {
  body[page="event"] .QA {
    background: url("../img/qa_bg-dt.png") center top no-repeat;
    background-size: 100%;
    background-color: #331b23;
  }
}

body[page="event"] .QA .inner {
  padding: 20% 0;
}

@media all and (min-width: 769px) {
  body[page="event"] .QA .inner {
    padding: 15% 0;
  }
}

body[page="event"] .QA .inner .title {
  color: #f58832;
  font-size: 3.5rem;
}

body[page="event"] .QA .inner .title div {
  font-size: 2rem;
  margin-top: 2%;
}

body[page="event"] .QA .inner .list {
  width: 84%;
  margin: 13% auto 0;
}

@media all and (min-width: 769px) {
  body[page="event"] .QA .inner .list {
    width: 45%;
    margin: 8% auto 0;
  }
}

body[page="event"] .QA .inner .list dl {
  margin-bottom: 5%;
  color: #331b23;
  text-align: left;
  line-height: 1.5;
  border-radius: 1.5rem;
  overflow: hidden;
}

body[page="event"] .QA .inner .list dl dt {
  position: relative;
  padding: 3% 5%;
  background-color: #f58832;
  font-size: 1.5rem;
}

body[page="event"] .QA .inner .list dl dt::after {
  content: "+";
  position: absolute;
  color: #000;
  right: 5%;
}

body[page="event"] .QA .inner .list dl dt.open::after {
  content: "-";
}

body[page="event"] .QA .inner .list dl dd {
  display: none;
  padding: 5% 5%;
  background-color: #ffede3;
  font-size: 1.2rem;
  overflow: hidden;
}

body[page="event"] .QA .inner .btn {
  cursor: pointer;
  background: url("../img/圓角矩形 1.png") center center no-repeat;
  background-size: 100%;
  margin: 4% auto 0;
  width: 25%;
  padding: 0.5% 0 1.2%;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2;
}

@media all and (min-width: 769px) {
  body[page="event"] .QA .inner .btn {
    width: 15%;
    padding: 0.5% 0 1.2%;
    font-size: 1.5rem;
  }
}
