@charset "UTF-8";
/* line 6, ../../sass/style_mobile.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

/* line 12, ../../sass/style_mobile.scss */
body {
  font-family: Microsoft JhengHei, 微軟正黑體, Arial, Helvetica, sans-serif, Aparajita;
}

/* line 17, ../../sass/style_mobile.scss */
.desk {
  display: none;
}

/* line 20, ../../sass/style_mobile.scss */
.mobile {
  display: block;
}

/*header*/
/* line 25, ../../sass/style_mobile.scss */
header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px #888;
}
/* line 30, ../../sass/style_mobile.scss */
header a.logo {
  display: block;
  width: 60px;
  height: auto;
  margin: 10px 0;
  margin-left: 20px;
  float: left;
}
/* line 38, ../../sass/style_mobile.scss */
header a.logo img {
  width: 100%;
  height: auto;
}
/* line 43, ../../sass/style_mobile.scss */
header a.mobile_meun {
  display: block;
  width: 33px;
  margin: 21px 15px 0;
  float: left;
  cursor: pointer;
}
/* line 50, ../../sass/style_mobile.scss */
header a.mobile_meun img {
  width: 100%;
  height: auto;
}
/* line 56, ../../sass/style_mobile.scss */
header .mobile_top {
  width: 30%;
  max-width: 150px;
  height: 76px;
  background-color: #d40e27;
  float: right;
}
/* line 63, ../../sass/style_mobile.scss */
header .mobile_top a {
  display: block;
  padding-left: 40px;
  height: 38px;
  font-size: 0.9rem;
  color: #fff;
  line-height: 38px;
  background-size: 20px auto;
  background-position: center left 10px;
  background-repeat: no-repeat;
}
/* line 75, ../../sass/style_mobile.scss */
header .mobile_top a:first-child {
  border-bottom: 1px #fff solid;
  background-image: url(../images/icon_member01.png);
}
/* line 79, ../../sass/style_mobile.scss */
header .mobile_top a:last-child {
  background-image: url(../images/icon_ticket.png);
}
/* line 84, ../../sass/style_mobile.scss */
header nav {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: absolute;
  top: 0;
  background-color: #d40e27;
  z-index: 9999;
}
/* line 94, ../../sass/style_mobile.scss */
header nav li.donot {
  text-align: right;
}
/* line 96, ../../sass/style_mobile.scss */
header nav li.donot a {
  display: inline-block;
  width: 30px;
  margin: 0;
  padding: 0;
  float: none;
  cursor: pointer;
}
/* line 103, ../../sass/style_mobile.scss */
header nav li.donot a img {
  width: 100%;
  hidden: auto;
}
/* line 110, ../../sass/style_mobile.scss */
header nav li.search {
  padding-bottom: 10px;
  border-bottom: 1px #fff solid;
}
/* line 114, ../../sass/style_mobile.scss */
header nav li.search input {
  width: 80%;
  height: 25px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1em;
  color: #fff;
}
/* line 125, ../../sass/style_mobile.scss */
header nav li.search ::-webkit-input-placeholder {
  color: #fff;
}
/* line 126, ../../sass/style_mobile.scss */
header nav li.search ::-moz-placeholder {
  color: #fff;
}
/* line 127, ../../sass/style_mobile.scss */
header nav li.search :-ms-input-placeholder {
  color: #fff;
}
/* line 128, ../../sass/style_mobile.scss */
header nav li.search input:-moz-placeholder {
  color: #fff;
}
/* line 129, ../../sass/style_mobile.scss */
header nav li.search a {
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: #d40e27;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icon_search.png);
  float: right;
}
/* line 142, ../../sass/style_mobile.scss */
header nav li {
  width: 80%;
  overflow: hidden;
  margin: 0 auto 15px;
}
/* line 147, ../../sass/style_mobile.scss */
header nav li a {
  display: block;
  padding: 10px 0;
  font-size: 1em;
  color: #fff;
}
/* line 153, ../../sass/style_mobile.scss */
header nav li a.have {
  background-image: url(../images/mobile_meun02.png);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: right;
}
/* line 159, ../../sass/style_mobile.scss */
header nav li a.promise {
  display: block;
  width: 45%;
  padding: 0;
  padding-left: 20px;
  height: 30px;
  border-radius: 15px;
  background-color: #cfa972;
  font-size: 0.9em;
  text-align: center;
  line-height: 30px;
  background-image: url(../images/icon_promise.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: left 15px center;
  float: left;
}
/* line 176, ../../sass/style_mobile.scss */
header nav li a.member {
  display: block;
  width: 45%;
  padding: 0;
  padding-left: 20px;
  height: 30px;
  border-radius: 15px;
  background-color: #cfa972;
  font-size: 0.9em;
  text-align: center;
  line-height: 30px;
  background-image: url(../images/icon_member02.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: left 15px center;
  float: right;
}
/* line 195, ../../sass/style_mobile.scss */
header nav ul.level {
  display: none;
}
/* line 198, ../../sass/style_mobile.scss */
header nav ul.level li {
  width: 100%;
  margin: 0;
}
/* line 202, ../../sass/style_mobile.scss */
header nav ul.level li a {
  height: auto;
  padding: 15px 10px;
  font-size: 0.9em;
  color: #fff;
}
/* line 208, ../../sass/style_mobile.scss */
header nav ul.level li a::before {
  content: " - ";
}
/* line 215, ../../sass/style_mobile.scss */
header nav li.promise a {
  height: auto;
  margin-top: 15px;
  padding: 10px 0 10px 20px;
  background-color: #cfa972;
  background-image: url(../images/icon_promise.png);
  background-size: auto 50%;
  background-position: center left 15px;
  background-repeat: no-repeat;
  border-radius: 20px;
  font-weight: bold;
  color: #fff;
}
/* line 229, ../../sass/style_mobile.scss */
header nav a.fb {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px 0;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/icon_fb02.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

/*aside*/
/* line 246, ../../sass/style_mobile.scss */
aside {
  display: none;
}

/*main*/
/*footer*/
/* line 254, ../../sass/style_mobile.scss */
footer {
  width: 100%;
  padding: 30px 0 80px;
  background-color: #d40e27;
  position: relative;
}
/* line 260, ../../sass/style_mobile.scss */
footer a.gotop {
  display: block;
  width: 50%;
  padding: 20px 0;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #bfbfbf;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
/* line 276, ../../sass/style_mobile.scss */
footer a.car {
  display: block;
  width: 50%;
  padding: 20px 0 20px 30px;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #cfa972;
  background-image: url(../images/icon_car.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left 20px center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
/* line 295, ../../sass/style_mobile.scss */
footer a.car span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 0.8em;
  color: #cfa972;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 10px;
  left: 35px;
}
/* line 312, ../../sass/style_mobile.scss */
footer > ul {
  display: none;
}
/* line 315, ../../sass/style_mobile.scss */
footer .other {
  width: 95%;
  overflow: hidden;
  margin: 0 auto;
}
/* line 320, ../../sass/style_mobile.scss */
footer .other > a.fb {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 20px;
  border-radius: 18px;
  border: 3px #fff solid;
  background-image: url(../images/icon_fb01.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
}
/* line 332, ../../sass/style_mobile.scss */
footer .other li {
  width: 80%;
  margin: 0 auto 15px;
  font-size: 1em;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
/* line 340, ../../sass/style_mobile.scss */
footer .other li a {
  color: #fff;
}
/* line 344, ../../sass/style_mobile.scss */
footer .other li:nth-child(3) {
  font-size: 0.8em;
}
