@charset "UTF-8";
/* Reset By Normalize */
@import url(/css/normalize.css);
/* 排行榜共用樣式 */
@import url(/include/i_GTrank.css);
/* ================= 頁面框架設定 ================= */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  background: none;
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  line-height: 24px;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  /*iPhone旋轉後 文字不要放大*/
}

.wrapper {
  width: 100%;
}

.container {
  margin: 0 auto;
  position: relative;
}

h1 {
  display: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* ================= 活動主資訊 ================= */
/* ================= image設定 ================= */
.img-responsive {
  max-width: 100%;
}

.img-border {
  border: 3px solid #fff;
}

.img-radius {
  border-radius: 15px;
}

.img-block {
  display: block;
  margin: 0 auto;
}

/* ================= text設定 ================= */
.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-indent-3em {
  display: block;
  margin-left: 3em;
  text-indent: -3em;
}

.txt-indent-4em {
  display: block;
  margin-left: 4em;
  text-indent: -4em;
}

.txt-indent-5em {
  display: block;
  margin-left: 5em;
  text-indent: -5em;
}

/* ================= 文字設定 ================= */
.f-danger {
  color: #f00;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #007bff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da199d;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ffc107;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

.f-bold {
  font-weight: bold;
}

.f-lg {
  font-size: 1.2em;
}

.f-sm {
  font-size: .8em;
}

/* ================= icon ================= */
.ico {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 5px;
  font-size: .8em;
  color: #fff;
  -webkit-box-shadow: 1px 1px #555;
          box-shadow: 1px 1px #555;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  border-radius: 16px;
}

.ico-danger {
  background-color: #f00;
  color: #fff;
}

.ico-fun {
  background-color: #f7f40a;
  color: #f00;
}

.ico-primary {
  background-color: #007bff;
  color: #fff;
}

.ico-success {
  background-color: #28a745;
  color: #fff;
}

.ico-info {
  background-color: #17a2b8;
  color: #fff;
}

.ico-beauty {
  background-color: #da199d;
  color: #fff;
}

.ico-light {
  background-color: #fff;
  color: #343434;
}

.ico-wraning {
  background-color: #ffc107;
  color: #c50018;
}

.ico-dark {
  background-color: #000;
  color: #fff;
}

.ico-secondary {
  background-color: #868e96;
  color: #223141;
}

/* ================= 網格系統 ================= */
.row {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 10px;
}

.col {
  margin: 5px 0.35%;
}

.col-1 {
  width: 8%;
}

.col-2 {
  width: 15.95%;
}

.col-3 {
  width: 23.9%;
}

.col-4 {
  width: 31.85%;
}

.col-5 {
  width: 39.8%;
}

.col-6 {
  width: 47.75%;
}

.col-7 {
  width: 55.7%;
}

.col-8 {
  width: 63.65%;
}

.col-9 {
  width: 71.6%;
}

.col-10 {
  width: 79.55%;
}

.col-11 {
  width: 87.5%;
}

.col-12 {
  width: 95.45%;
}

/* 五等分 */
.col-2_4 {
  width: 19%;
}

@media only screen and (max-width: 812px) {
  .m-col-1 {
    width: 7.7%;
  }
  .m-col-2 {
    width: 15.4%;
  }
  .m-col-3 {
    width: 23.1%;
  }
  .m-col-4 {
    width: 30.8%;
  }
  .m-col-5 {
    width: 38.5%;
  }
  .m-col-6 {
    width: 46.2%;
  }
  .m-col-7 {
    width: 53.9%;
  }
  .m-col-8 {
    width: 61.6%;
  }
  .m-col-9 {
    width: 69.3%;
  }
  .m-col-10 {
    width: 77%;
  }
  .m-col-11 {
    width: 84.7%;
  }
  .m-col-12 {
    width: 92.4%;
  }
  .m-col-2_4 {
    width: 19%;
  }
}

@media only screen and (max-width: 500px) {
  .ms-col-1 {
    width: 7.7%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-2 {
    width: 15.4%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-3 {
    width: 23.1%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-4 {
    width: 30.8%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-5 {
    width: 38.5%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-6 {
    width: 46.2%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-7 {
    width: 53.9%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-8 {
    width: 61.6%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-9 {
    width: 69.3%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-10 {
    width: 77%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-11 {
    width: 84.7%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
  .ms-col-12 {
    width: 92.4%;
  }
  .ms-col-2_4 {
    width: 19%;
  }
}

/* ================= item__box ================= */
.item__box {
  background-color: #000;
  border-color: #dbdbdb;
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  position: relative;
  height: 100%;
}

.item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.item__box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 8px 0 0;
}

.item__box-img-500 {
  width: 100%;
  height: 500px;
}

.item__box-img-500 img {
  max-height: 500px;
}

.item__box-img-450 {
  width: 100%;
  height: 450px;
}

.item__box-img-450 img {
  max-height: 450px;
}

.item__box-img-400 {
  width: 100%;
  height: 400px;
}

.item__box-img-400 img {
  max-height: 400px;
}

.item__box-img-350 {
  width: 100%;
  height: 350px;
}

.item__box-img-350 img {
  max-height: 350px;
}

.item__box-img-300 {
  width: 100%;
  height: 300px;
}

.item__box-img-300 img {
  max-height: 300px;
}

.item__box-img-250 {
  width: 100%;
  height: 250px;
}

.item__box-img-250 img {
  max-height: 250px;
}

.item__box-img-200 {
  width: 100%;
  height: 200px;
}

.item__box-img-200 img {
  max-height: 200px;
}

.item__box-img-150 {
  width: 100%;
  height: 150px;
}

.item__box-img-150 img {
  max-height: 150px;
}

.item__box-img-100 {
  width: 100%;
  height: 100px;
}

.item__box-img-100 img {
  max-height: 100px;
}

.item__box-img img {
  max-width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 812px) {
  .item__box-img-m-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-m-500 img {
    max-height: 500px;
  }
  .item__box-img-m-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-m-450 img {
    max-height: 450px;
  }
  .item__box-img-m-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-m-400 img {
    max-height: 400px;
  }
  .item__box-img-m-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-m-350 img {
    max-height: 350px;
  }
  .item__box-img-m-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-m-300 img {
    max-height: 300px;
  }
  .item__box-img-m-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-m-250 img {
    max-height: 250px;
  }
  .item__box-img-m-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-m-200 img {
    max-height: 200px;
  }
  .item__box-img-m-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-m-150 img {
    max-height: 150px;
  }
  .item__box-img-m-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-m-100 img {
    max-height: 100px;
  }
  .item__box-img-m img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .item__box-img-ms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-ms-500 img {
    max-height: 500px;
  }
  .item__box-img-ms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-ms-450 img {
    max-height: 450px;
  }
  .item__box-img-ms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-ms-400 img {
    max-height: 400px;
  }
  .item__box-img-ms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-ms-350 img {
    max-height: 350px;
  }
  .item__box-img-ms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-ms-300 img {
    max-height: 300px;
  }
  .item__box-img-ms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-ms-250 img {
    max-height: 250px;
  }
  .item__box-img-ms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-ms-200 img {
    max-height: 200px;
  }
  .item__box-img-ms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-ms-150 img {
    max-height: 150px;
  }
  .item__box-img-ms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-ms-100 img {
    max-height: 100px;
  }
  .item__box-img-ms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

.item__box-title {
  color: #000;
  background-color: #dbdbdb;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
}

.item__box-title-2 {
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box-get {
  text-align: center;
  padding: 8px;
}

.item__box-text {
  padding: 15px;
  text-align: left;
}

/* ================= table設定 ================= */
.table {
  word-break: break-all;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  color: #000;
  border: 5px solid #f03b6d;
}

.table-full {
  width: 100%;
}

.table-half {
  float: left;
  width: 47%;
  margin: 0 1.5%;
  margin-top: 20px;
}

.table tr {
  background: #e6e6e6;
}

.table tr th {
  color: #fff;
  text-align: center;
  font-size: 1.025em;
  font-weight: bold;
  padding: 5px;
  border: 1px #37a7d3 solid;
  background: #67ebcd;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #67ebcd), to(#37a7d3));
  background: linear-gradient(to bottom, #67ebcd 20%, #37a7d3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.table tr td {
  text-align: center;
  line-height: 24px;
  padding: 5px;
  border: 1px #37a7d3 solid;
}

/*================= tableNote =================*/
.tableNote {
  position: relative;
}

.tableNote_label {
  position: absolute;
  top: 10px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tableNote_label::after {
  content: attr(data-content);
  font-size: 1.125em;
  font-weight: bold;
  color: #fff;
  display: block;
  z-index: 1;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

/* ================= 滑動選單 ================= */
#abgne_float_ad {
  display: none;
  position: absolute;
  z-index: 99999;
}

#abgne_float_ad .abgne_close_ad {
  display: block;
  text-align: right;
  cursor: pointer;
  font-size: 12px;
}

#abgne_float_ad img {
  border: none;
  display: block;
  margin: 0 auto;
}

/* ================= quickMenu ================= */
#ma_area {
  width: 90px;
  height: 82px;
  margin: 0 auto;
}

#ma_area img {
  float: left;
  display: block;
  margin: 5px 5px;
}

/* ================= 禮包圖片輪播 ================= */
.slider-wra {
  margin: 20px auto;
  text-align: center;
  background: #710952;
  border-radius: 10px;
}

.slider-wra .slider {
  position: relative;
  overflow: hidden;
}

.slider-wra .slider ul.slider__list {
  list-style: none;
  position: absolute;
}

.slider-wra .slider ul.slider__list li {
  float: left;
}

.slider-wra .slider ul.slider__list li img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.slider-wra .slider__btn__control {
  padding: 12px 0 22px 0;
}

.slider-wra .slider__btn ul li {
  display: inline-block;
  list-style: none;
  margin: 3px auto;
}

.slider-wra .slider__btn ul li a {
  display: inline-block;
  text-decoration: none;
  min-width: 120px;
  padding: 12px 8px;
  border-radius: 6px;
}

/* ================= 說明框 ================= */
.explanation {
  margin: 20px auto;
}

.explanation div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.explanation .note-main {
  width: 90%;
  height: 100%;
  color: #3f3f3f;
  line-height: 30px;
  text-align: center;
  padding: 10px;
  border: 3px solid #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px #d2d2d2;
          box-shadow: 0px 0px 5px #d2d2d2;
  background: #cbcbcb;
  background: #FFFFFF;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), to(#cbcbcb));
  background: linear-gradient(to bottom, #FFFFFF 20%, #cbcbcb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ================= box-單雙欄分色 ================= */
.box-compose {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

/* ================= 分頁按鈕樣式 ================= */
.content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 15px;
}

.content__btn div {
  width: 130px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  border-left: 1px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__btn div:first-child {
  border-left: none;
}

.content__btn div a:hover, .content__btn div.action a {
  width: 120px;
  color: #fff799;
  border-radius: 18px;
  border: 1px solid #d50042;
  background-image: #730024;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a60003), color-stop(20%, #a60003), color-stop(40%, #730024), color-stop(60%, #730024), color-stop(80%, #a60003), to(#a60003));
  background-image: linear-gradient(to bottom, #a60003 0%, #a60003 20%, #730024 40%, #730024 60%, #a60003 80%, #a60003 100%);
}

.content__btn div a {
  width: 120px;
  display: block;
  color: #fff799;
  padding: 12px 8px;
  text-align: center;
}

.content__btn div.label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  font-size: 2.7em;
  color: #ffe049;
  width: 1em;
  display: block;
  position: absolute;
  top: -.4em;
  left: -.3em;
  text-shadow: 1px 1px 2px #4f2a00;
}

.content__btn div.label:after {
  content: attr(data-content);
  font-size: .8em;
  font-weight: bold;
  color: #4a0000;
  position: absolute;
  top: -1.4em;
  left: -.3em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/* ================= 按鈕樣式 ================= */
.btnBox {
  width: 100%;
  margin: 10px auto 20px auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btnBox a {
  display: block;
  position: relative;
  width: 30%;
  padding: 10px 0;
  margin: 5px 10px;
  border: 1px solid #fff17a;
  border-radius: 20px;
  color: #702902;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-image: #ffc56f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9100), color-stop(20%, #ff9100), color-stop(40%, #ffc56f), color-stop(60%, #ffc56f), color-stop(80%, #ff9100), to(#ff9100));
  background-image: linear-gradient(to bottom, #ff9100 0%, #ff9100 20%, #ffc56f 40%, #ffc56f 60%, #ff9100 80%, #ff9100 100%);
  -webkit-box-shadow: 0px 3px 3px #ff4800;
          box-shadow: 0px 3px 3px #ff4800;
}

.btnBox a:hover {
  -webkit-box-shadow: 0px 2px #ff4800,inset 0 2px 2px 2px #ffc56f ,inset 0 -10px 10px 0px #ffc56f;
          box-shadow: 0px 2px #ff4800,inset 0 2px 2px 2px #ffc56f ,inset 0 -10px 10px 0px #ffc56f;
  top: 2px;
  color: #702902;
}
