@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.translateToX {
  opacity: var(--opacity);
  -webkit-transform: translateX(var(--translateX));
          transform: translateX(var(--translateX));
  will-change: transform;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

.translateToY {
  opacity: var(--opacity);
  -webkit-transform: translateY(var(--translateY));
          transform: translateY(var(--translateY));
  will-change: transform;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

table {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

/*-----------------------------------
          Ribbon 名次
------------------------------------*/
.ribbon {
  padding: 0 0 10px 0;
  position: absolute;
  left: 0.25em;
  top: -0.25em;
  width: 40px;
}

.ribbon div {
  font-size: 12px;
  background: #bb3a34;
  background: -webkit-gradient(linear, left top, left bottom, from(#e74841), to(#bb3a34));
  background: linear-gradient(#e74841 0%, #bb3a34 100%);
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.ribbon div:after {
  border-left: 20px solid #bb3a34;
  border-right: 20px solid #bb3a34;
  border-bottom: 10px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.gotoheader {
  width: 100%;
  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;
  font-size: 1.5em;
  margin-top: 20px;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #0e0505;
}

.gotoheader a:hover {
  color: #461a46;
}

body {
  background-color: #dfdfdf;
  line-height: 1.5em;
  font-size: 18px;
  letter-spacing: 1px;
}

/*========= 區塊垂直居中 ==========*/
.centercenter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*-------------------------------------------*/
.wrapper {
  background-image: url(../../images/indexBg.jpg), url(../../images/indexContent.jpg);
  background-color: #dfdfdf;
  background-position: top center;
  background-repeat: no-repeat, repeat-y;
  color: black;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 775px;
  position: relative;
}

.header .role1 {
  width: 694px;
  height: 705px;
  position: absolute;
  top: 9px;
  left: -99px;
  background: url(../../images/role1.png);
  -webkit-animation: slide-in-elliptic-left-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-elliptic-left-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.header .role2 {
  width: 807px;
  height: 673px;
  position: absolute;
  top: 60px;
  left: 665px;
  background: url(../../images/role2.png);
  -webkit-animation: slide-in-elliptic-right-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-elliptic-right-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.header .slogan {
  width: 815px;
  height: 330px;
  position: absolute;
  top: 420px;
  left: 239px;
  background: url(../../images/slogan1.png);
  -webkit-animation: backInDown 0.7s, pulse 1.2s 2.2s infinite;
          animation: backInDown 0.7s, pulse 1.2s 2.2s infinite;
}

.header .slogan02 {
  width: 203px;
  height: 183px;
  position: absolute;
  top: 199px;
  left: 572px;
  background: url(../../images/slogan2.png);
  -webkit-animation: backInDown 1s;
          animation: backInDown 1s;
}

.header .logo1, .header .logo1 a {
  width: 216px;
  height: 102px;
  display: block;
}

.header .logo1 {
  position: absolute;
  top: 28px;
  left: 459px;
  z-index: 9;
  background: url(../../images/logo1.png) no-repeat center center;
}

.header .logo2, .header .logo2 a {
  width: 232px;
  height: 64px;
  display: block;
}

.header .logo2 {
  position: absolute;
  top: 47px;
  left: 702px;
  z-index: 9;
  background: url(../../images/logo2.png) no-repeat center center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 888px;
  position: relative;
  margin: 0 auto;
}

.nav .navBtn ul {
  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;
}

.nav .navBtn ul li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 296px;
  height: 89px;
}

.nav .navBtn ul li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn ul li.navBtn2 a {
  background-position-x: -293px !important;
}

.nav .navBtn ul li.navBtn3 a {
  background-position-x: -586px !important;
}

.nav .navBtn ul li.navBtn4 a {
  background-position-x: -879px !important;
}

.nav .navBtn ul li.navBtn5 a {
  background-position-x: -1172px !important;
}

.nav .navBtn ul li.navBtn6 a {
  background-position-x: -1465px !important;
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .navBtn ul li a {
  width: 293px;
  height: 86px;
  display: block;
  background-image: url(../../images/navBtn.png);
}

.nav .navBtn ul li a:hover {
  -webkit-animation: shakeX 1s;
          animation: shakeX 1s;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content .container {
  position: relative;
  width: 1000px;
  padding: 1.5em;
  /*  .btn_M{
          width:percentage($btnM-w / 980);
          height: 0;
          padding-bottom: percentage($btnM-h / 980);
          position: absolute;
          margin-top: 2.5%;
          right: 15%;
          a{
              width: 100%;
              height: 0;
              padding-bottom: percentage($btnM-h / $btnM-w);
              display: block;
              transition:all .5s;
              background: url('../../images/noticeBtn.png');
              text-indent:-9999px;
              background-size: 100%!important;
          }
          a:hover, &.action a{
              width: 100%;
              background: url('../../images/noticeBtn.png');
              transition:all .5s;
          }
      }*/
}

@media only screen and (max-width: 560px) {
  .content .container {
    font-size: 0.8em;
  }
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 16px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #2f2200;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 798px) {
  .content h4 {
    font-size: 1.125rem;
  }
}

.content h4:before {
  content: '';
  background-image: url("../../images/gear.svg");
  background-size: 100%;
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  margin: 0 5px;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  background-image: #0B0808;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(11, 8, 8, 0)), color-stop(20%, #0B0808), color-stop(40%, #0B0808), color-stop(60%, #0B0808), color-stop(80%, #0B0808), to(rgba(11, 8, 8, 0)));
  background-image: linear-gradient(to left, rgba(11, 8, 8, 0) 0%, #0B0808 20%, #0B0808 40%, #0B0808 60%, #0B0808 80%, rgba(11, 8, 8, 0) 100%);
  line-height: 28px;
  color: #fff;
}

.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 20px 0;
  text-align: center;
}

.content h6 span {
  padding: 5px 15px;
  background: #be0000;
  border-radius: 10px;
  color: #fff;
  margin-right: 8px;
}

.content p a, .content ol a, .content ul a {
  color: #8c00ff;
  text-decoration: underline;
}

.content p a:hover, .content ol a:hover, .content ul a:hover {
  color: #ff00bf;
}

.content p {
  margin-left: 2rem;
}

.content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
}

@media only screen and (max-width: 560px) {
  .content__btn {
    font-size: 0.8em;
  }
}

.content__btn div {
  color: #fff;
  text-align: center;
  margin: 1%;
}

.content__btn div a:hover, .content__btn div.action a {
  width: 100%;
  padding: 0.8em;
  background-image: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(20%, black), color-stop(40%, #000000), color-stop(60%, #000000), color-stop(80%, black), to(black));
  background-image: linear-gradient(to bottom, black 0%, black 20%, #000000 40%, #000000 60%, black 80%, black 100%);
  color: #e0e0e0;
}

.content__btn div a {
  color: #000;
  width: 100%;
  padding: 0.8em;
  font-weight: bold;
  white-space: nowrap;
}

.content__btn div.action a {
  background: #3B3A3A;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3B3A3A), to(#060303));
  background: linear-gradient(to bottom, #3B3A3A 20%, #060303 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}

.content__btn div .label:before {
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
}

.content__btn div .label:after {
  color: #4a0000;
  font-size: 0.7em;
}

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btnBox a {
  padding: 1em 4em;
  width: auto;
  border-radius: 1.8em;
  border: 1px solid #710094;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
  background-image: #4a0061;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b0024), color-stop(20%, #1b0024), color-stop(40%, #4a0061), color-stop(60%, #4a0061), color-stop(80%, #1b0024), to(#1b0024));
  background-image: linear-gradient(to bottom, #1b0024 0%, #1b0024 20%, #4a0061 40%, #4a0061 60%, #1b0024 80%, #1b0024 100%);
  -webkit-box-shadow: 0px 3px 3px black;
          box-shadow: 0px 3px 3px black;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #f0ac5e;
  background-image: #ec942f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb7513), color-stop(20%, #cb7513), color-stop(40%, #ec942f), color-stop(60%, #ec942f), color-stop(80%, #cb7513), to(#cb7513));
  background-image: linear-gradient(to bottom, #cb7513 0%, #cb7513 20%, #ec942f 40%, #ec942f 60%, #cb7513 80%, #cb7513 100%);
  -webkit-box-shadow: 0px 2px 2px #77450b, inset 0 1px 1px 1px #efa754, inset 0 -8px 8px 0px #f3ba7a;
          box-shadow: 0px 2px 2px #77450b, inset 0 1px 1px 1px #efa754, inset 0 -8px 8px 0px #f3ba7a;
  top: 2px;
  color: #fff;
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  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;
}

ul.tabBtn li {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 10px 10px;
  border-radius: 20px;
  border: 1px solid #ff0035;
  color: #ff0035;
  font-weight: bold;
  font-size: 1.2em;
}

@media only screen and (max-width: 560px) {
  ul.tabBtn li {
    font-size: 1em;
  }
}

ul.tabBtn li a {
  color: #ff0035;
  text-decoration: none;
}

ul.tabBtn li:hover, ul.tabBtn li.active {
  cursor: pointer;
  color: #2C190A;
  background-color: #ff0035;
}

ul.tabBtn li:hover a, ul.tabBtn li.active a {
  color: #2C190A;
}

.tabMain {
  display: none;
  padding: 20px;
}

/* ================= item__box ================= */
.item__box {
  position: relative;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(20%, #0B0808), color-stop(80%, #0B0808), to(black));
  background: linear-gradient(to right, black 0%, #0B0808 20%, #0B0808 80%, black 100%);
  color: #fff;
  border-radius: 1em;
  border: 3px solid #0B0808;
  margin: 0 auto;
}

.item__box .item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}

.item__box a {
  color: #00ffff;
  text-decoration: underline;
}

.item__box a:hover {
  color: #ffc400;
}

.item__box .item__box-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(20%, #0B0808), color-stop(80%, #0B0808), to(black));
  background: linear-gradient(to right, black 0%, #0B0808 20%, #0B0808 80%, black 100%);
  color: #fff;
}

.item__box .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 .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  padding: 8px;
  text-align: center;
  color: #070400;
  font-weight: bold;
  white-space: nowrap;
}

.item__box .item__box-get .plus {
  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 .item__box-text {
  padding: 15px;
  text-align: left;
}

.item__box--02 {
  position: relative;
  background-color: transparent;
  border: 3px transparent solid;
  height: 100%;
  border-radius: 1em;
}

.item__box--03 {
  position: relative;
  background-color: #e0e0e0;
  border: 2px transparent solid;
  height: 100%;
  border-radius: 1em;
}

.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: 798px) {
  .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: 560px) {
  .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;
  }
}

@media only screen and (max-width: 400px) {
  .item__box-img-xms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-xms-500 img {
    max-height: 500px;
  }
  .item__box-img-xms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-xms-450 img {
    max-height: 450px;
  }
  .item__box-img-xms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-xms-400 img {
    max-height: 400px;
  }
  .item__box-img-xms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-xms-350 img {
    max-height: 350px;
  }
  .item__box-img-xms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-xms-300 img {
    max-height: 300px;
  }
  .item__box-img-xms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-xms-250 img {
    max-height: 250px;
  }
  .item__box-img-xms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-xms-200 img {
    max-height: 200px;
  }
  .item__box-img-xms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-xms-150 img {
    max-height: 150px;
  }
  .item__box-img-xms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-xms-100 img {
    max-height: 100px;
  }
  .item__box-img-xms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #0B0808;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

/*------本活動客製區域--------------*/
.gift-img {
  left: 50%;
  top: 8%;
  margin-top: 5%;
  position: absolute;
  max-width: 65%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .gift-img {
    margin-top: 7%;
  }
}

.f-danger {
  color: #EA4E6C;
  font-weight: bold;
}

.item__box {
  border-radius: 1em;
}

@media screen and (max-width: 768px) {
  .item__box {
    border-radius: 1em;
  }
}

.item__box .col {
  margin-bottom: 0.8em;
}

.item__box .item__box-title02 {
  padding-top: 0.5em;
  background-color: transparent !important;
  white-space: nowrap;
}

.item__box--02 {
  padding-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .item__box--02 {
    border-radius: 0.5em;
  }
}

.item__box--02 .item__box-title02 {
  color: #fff;
  text-align: center;
  white-space: inherit;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
  background-color: transparent !important;
}

.item__box--02 .item__box-get {
  white-space: nowrap !important;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #0B0808;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  margin: 20px 0;
  font-size: 1em;
  font-weight: bold;
  word-break: break-all;
  border-spacing: 0;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #0B0808;
}

.table tr {
  background: #fff;
}

.table tr th {
  text-align: center;
  font-size: 1.025em;
  font-weight: bold;
  padding: 5px;
  line-height: 1.5em;
  white-space: nowrap;
  word-wrap: normal;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(#0B0808));
  background: linear-gradient(to top, black 0%, #0B0808 100%);
  color: #fff;
}

@media only screen and (max-width: 798px) {
  .table tr th {
    white-space: normal;
    word-break: break-all;
  }
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  text-align: center;
  line-height: 24px;
  padding: 5px;
  /*單格變色*/
}

.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  text-align: center;
}

.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td .h-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;
}

.table tr td .h-img-500 {
  width: 100%;
  height: 500px;
}

.table tr td .h-img-500 img {
  max-height: 500px;
}

.table tr td .h-img-450 {
  width: 100%;
  height: 450px;
}

.table tr td .h-img-450 img {
  max-height: 450px;
}

.table tr td .h-img-400 {
  width: 100%;
  height: 400px;
}

.table tr td .h-img-400 img {
  max-height: 400px;
}

.table tr td .h-img-350 {
  width: 100%;
  height: 350px;
}

.table tr td .h-img-350 img {
  max-height: 350px;
}

.table tr td .h-img-300 {
  width: 100%;
  height: 300px;
}

.table tr td .h-img-300 img {
  max-height: 300px;
}

.table tr td .h-img-250 {
  width: 100%;
  height: 250px;
}

.table tr td .h-img-250 img {
  max-height: 250px;
}

.table tr td .h-img-200 {
  width: 100%;
  height: 200px;
}

.table tr td .h-img-200 img {
  max-height: 200px;
}

.table tr td .h-img-150 {
  width: 100%;
  height: 150px;
}

.table tr td .h-img-150 img {
  max-height: 150px;
}

.table tr td .h-img-100 {
  width: 100%;
  height: 100px;
}

.table tr td .h-img-100 img {
  max-height: 100px;
}

.table tr td .h-img img {
  max-width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 798px) {
  .table tr td .h-img-m-500 {
    width: 100%;
    height: 500px;
  }
  .table tr td .h-img-m-500 img {
    max-height: 500px;
  }
  .table tr td .h-img-m-450 {
    width: 100%;
    height: 450px;
  }
  .table tr td .h-img-m-450 img {
    max-height: 450px;
  }
  .table tr td .h-img-m-400 {
    width: 100%;
    height: 400px;
  }
  .table tr td .h-img-m-400 img {
    max-height: 400px;
  }
  .table tr td .h-img-m-350 {
    width: 100%;
    height: 350px;
  }
  .table tr td .h-img-m-350 img {
    max-height: 350px;
  }
  .table tr td .h-img-m-300 {
    width: 100%;
    height: 300px;
  }
  .table tr td .h-img-m-300 img {
    max-height: 300px;
  }
  .table tr td .h-img-m-250 {
    width: 100%;
    height: 250px;
  }
  .table tr td .h-img-m-250 img {
    max-height: 250px;
  }
  .table tr td .h-img-m-200 {
    width: 100%;
    height: 200px;
  }
  .table tr td .h-img-m-200 img {
    max-height: 200px;
  }
  .table tr td .h-img-m-150 {
    width: 100%;
    height: 150px;
  }
  .table tr td .h-img-m-150 img {
    max-height: 150px;
  }
  .table tr td .h-img-m-100 {
    width: 100%;
    height: 100px;
  }
  .table tr td .h-img-m-100 img {
    max-height: 100px;
  }
  .table tr td .h-img-m img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .table tr td .h-img-ms-500 {
    width: 100%;
    height: 500px;
  }
  .table tr td .h-img-ms-500 img {
    max-height: 500px;
  }
  .table tr td .h-img-ms-450 {
    width: 100%;
    height: 450px;
  }
  .table tr td .h-img-ms-450 img {
    max-height: 450px;
  }
  .table tr td .h-img-ms-400 {
    width: 100%;
    height: 400px;
  }
  .table tr td .h-img-ms-400 img {
    max-height: 400px;
  }
  .table tr td .h-img-ms-350 {
    width: 100%;
    height: 350px;
  }
  .table tr td .h-img-ms-350 img {
    max-height: 350px;
  }
  .table tr td .h-img-ms-300 {
    width: 100%;
    height: 300px;
  }
  .table tr td .h-img-ms-300 img {
    max-height: 300px;
  }
  .table tr td .h-img-ms-250 {
    width: 100%;
    height: 250px;
  }
  .table tr td .h-img-ms-250 img {
    max-height: 250px;
  }
  .table tr td .h-img-ms-200 {
    width: 100%;
    height: 200px;
  }
  .table tr td .h-img-ms-200 img {
    max-height: 200px;
  }
  .table tr td .h-img-ms-150 {
    width: 100%;
    height: 150px;
  }
  .table tr td .h-img-ms-150 img {
    max-height: 150px;
  }
  .table tr td .h-img-ms-100 {
    width: 100%;
    height: 100px;
  }
  .table tr td .h-img-ms-100 img {
    max-height: 100px;
  }
  .table tr td .h-img-ms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .table tr td .h-img-xms-500 {
    width: 100%;
    height: 500px;
  }
  .table tr td .h-img-xms-500 img {
    max-height: 500px;
  }
  .table tr td .h-img-xms-450 {
    width: 100%;
    height: 450px;
  }
  .table tr td .h-img-xms-450 img {
    max-height: 450px;
  }
  .table tr td .h-img-xms-400 {
    width: 100%;
    height: 400px;
  }
  .table tr td .h-img-xms-400 img {
    max-height: 400px;
  }
  .table tr td .h-img-xms-350 {
    width: 100%;
    height: 350px;
  }
  .table tr td .h-img-xms-350 img {
    max-height: 350px;
  }
  .table tr td .h-img-xms-300 {
    width: 100%;
    height: 300px;
  }
  .table tr td .h-img-xms-300 img {
    max-height: 300px;
  }
  .table tr td .h-img-xms-250 {
    width: 100%;
    height: 250px;
  }
  .table tr td .h-img-xms-250 img {
    max-height: 250px;
  }
  .table tr td .h-img-xms-200 {
    width: 100%;
    height: 200px;
  }
  .table tr td .h-img-xms-200 img {
    max-height: 200px;
  }
  .table tr td .h-img-xms-150 {
    width: 100%;
    height: 150px;
  }
  .table tr td .h-img-xms-150 img {
    max-height: 150px;
  }
  .table tr td .h-img-xms-100 {
    width: 100%;
    height: 100px;
  }
  .table tr td .h-img-xms-100 img {
    max-height: 100px;
  }
  .table tr td .h-img-xms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

.box-compose .col {
  margin-bottom: 0;
}

.box-compose .title p {
  background: #a2002a;
  padding: 5px;
  text-align: center;
  margin-left: 0;
}

.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
}

.box-compose .box-composeMain-block {
  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: 10px;
  padding: 5px;
  color: #440000;
}

@media only screen and (max-width: 400px) {
  .box-compose .box-composeMain-block {
    margin: 8px;
  }
}

.box-compose .box-composeMain-block p {
  margin-left: 0;
  width: 100%;
  text-align: center;
}

.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}

.box-compose .box-composeMain img {
  display: block;
  max-width: 100%;
}

.box-compose .box-composeMain:nth-child(even) {
  background: #ffc185;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #fff3c9;
}

.box-compose .box-composeMain:nth-child(even) div:first-child .box-composeMain-block {
  background: #ffc185;
}

.box-compose .box-composeMain:nth-child(odd) {
  background: #ddabff;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #eed5ff;
}

.box-compose .box-composeMain:nth-child(odd) div:first-child .box-composeMain-block {
  background: #ddabff;
}

.box-compose .symbol {
  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;
  color: rgba(0, 0, 0, 0.35);
  background: transparent !important;
}

.box-compose .symbol i {
  font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
  .box-compose .symbol i {
    font-size: 1.2rem;
  }
}

/*----------動態---------*/
.slide-in-elliptic-right-bck {
  -webkit-animation: slide-in-elliptic-right-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-elliptic-right-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-elliptic-right-bck {
  0% {
    -webkit-transform: translateX(800px) rotateY(30deg) scale(6.5);
    transform: translateX(800px) rotateY(30deg) scale(6.5);
    -webkit-transform-origin: -100% 50%;
    transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
    transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 600px 50%;
    transform-origin: 600px 50%;
    opacity: 1;
  }
}

@keyframes slide-in-elliptic-right-bck {
  0% {
    -webkit-transform: translateX(800px) rotateY(30deg) scale(6.5);
    transform: translateX(800px) rotateY(30deg) scale(6.5);
    -webkit-transform-origin: -100% 50%;
    transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
    transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 600px 50%;
    transform-origin: 600px 50%;
    opacity: 1;
  }
}

.slide-in-elliptic-left-bck {
  -webkit-animation: slide-in-elliptic-left-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-elliptic-left-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-elliptic-left-bck {
  0% {
    -webkit-transform: translateX(-800px) rotateY(-30deg) scale(6.5);
    transform: translateX(-800px) rotateY(-30deg) scale(6.5);
    -webkit-transform-origin: 200% 50%;
    transform-origin: 200% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
    transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: -600px 50%;
    transform-origin: -600px 50%;
    opacity: 1;
  }
}

@keyframes slide-in-elliptic-left-bck {
  0% {
    -webkit-transform: translateX(-800px) rotateY(-30deg) scale(6.5);
    transform: translateX(-800px) rotateY(-30deg) scale(6.5);
    -webkit-transform-origin: 200% 50%;
    transform-origin: 200% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
    transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: -600px 50%;
    transform-origin: -600px 50%;
    opacity: 1;
  }
}
