@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;
}

.f-info {
  color: #51d7e0;
}

.img-group {
  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;
}

@media only screen and (min-width: 561px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 560px) {
  .ms-none {
    display: none;
  }
}

@media only screen and (max-width: 560px) {
  .ms-block {
    display: block;
  }
}

table {
  font-family: "新細明體", "細明體";
}

table tbody, table tfoot, table thead, table th, table td {
  vertical-align: middle;
  margin: 0 !important;
}

.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: 30px 0;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #b86800;
}

.gotoheader a:hover {
  color: #ff0672;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-color: #191c2b;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 27px;
  padding-bottom: 30px;
}

.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 695px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 266px;
  height: 93px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 48px;
  left: 498px;
  z-index: 9;
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

.header .logo a {
  background: url(../../images/logo.png);
}

.header .main {
  width: 575px;
  height: 376px;
  position: absolute;
  top: 125px;
  left: 342px;
  background: url(../../images/main.png) no-repeat;
  -webkit-animation: bounceInDown .5s;
          animation: bounceInDown .5s;
}

.header .allIcon {
  width: 1145px;
  height: 211px;
  position: absolute;
  top: 477px;
  left: 65px;
  background: url(../../images/allIcon.png) no-repeat;
  -webkit-animation: zoomIn .3s;
          animation: zoomIn .3s;
}

.header .MouseAim01 {
  width: 119px;
  height: 118px;
  position: absolute;
  top: 54px;
  left: 333px;
  background: url(../../images/MouseAim01.png) no-repeat;
  -webkit-animation: slideInLeft .3s, pulse 1s 0.8s infinite;
          animation: slideInLeft .3s, pulse 1s 0.8s infinite;
}

.header .MouseAim02 {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 346px;
  left: 325px;
  background: url(../../images/MouseAim02.png) no-repeat;
  -webkit-animation: slideInUp .3s, pulse 0.8s 1s infinite;
          animation: slideInUp .3s, pulse 0.8s 1s infinite;
}

.header .MouseAim03 {
  width: 95px;
  height: 95px;
  position: absolute;
  top: 77px;
  left: 820px;
  background: url(../../images/MouseAim03.png) no-repeat;
  -webkit-animation: slideInRight .3s, pulse 0.8s 0.1s infinite;
          animation: slideInRight .3s, pulse 0.8s 0.1s infinite;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  1% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  43% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  1% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  43% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes sloganAn {
  0% {
    -webkit-filter: blur(0) opacity(0) brightness(0%);
            filter: blur(0) opacity(0) brightness(0%);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  3% {
    -webkit-filter: blur(12px) opacity(0.5) brightness(150%);
            filter: blur(12px) opacity(0.5) brightness(150%);
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
  5% {
    -webkit-filter: blur(12px) opacity(0.3) brightness(150%);
            filter: blur(12px) opacity(0.3) brightness(150%);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  17% {
    -webkit-filter: blur(0) opacity(0) brightness(150%);
            filter: blur(0) opacity(0) brightness(150%);
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    -webkit-filter: blur(0) opacity(0) brightness(0%);
            filter: blur(0) opacity(0) brightness(0%);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes sloganAn {
  0% {
    -webkit-filter: blur(0) opacity(0) brightness(0%);
            filter: blur(0) opacity(0) brightness(0%);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  3% {
    -webkit-filter: blur(12px) opacity(0.5) brightness(150%);
            filter: blur(12px) opacity(0.5) brightness(150%);
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
  5% {
    -webkit-filter: blur(12px) opacity(0.3) brightness(150%);
            filter: blur(12px) opacity(0.3) brightness(150%);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  17% {
    -webkit-filter: blur(0) opacity(0) brightness(150%);
            filter: blur(0) opacity(0) brightness(150%);
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    -webkit-filter: blur(0) opacity(0) brightness(0%);
            filter: blur(0) opacity(0) brightness(0%);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes delay {
  0%,
  100% {
    opacity: 0;
  }
}

@keyframes delay {
  0%,
  100% {
    opacity: 0;
  }
}

.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5%;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 1210px;
  position: relative;
  margin: 0 auto;
  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 li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 242px;
  height: 96px;
  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;
}

.nav .navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn li.navBtn2 a {
  background-position-x: -241px !important;
}

.nav .navBtn li.navBtn3 a {
  background-position-x: -482px !important;
}

.nav .navBtn li.navBtn4 a {
  background-position-x: -723px !important;
}

.nav .navBtn li.navBtn5 a {
  background-position-x: -964px !important;
}

.nav .navBtn li a:hover, .nav .navBtn li.action a {
  background-image: url(../../images/navbtn_action.png);
}

.nav .navBtn li a {
  width: 241px;
  height: 95px;
  display: block;
  background-image: url(../../images/navbtn.png);
  margin: 0 auto;
}

.content {
  width: 100%;
}

.content .container {
  width: 1000px;
  padding: 0px 30px 30px 30px;
}

.content .container > h3 img {
  display: block;
  max-width: 541px;
  width: 100%;
  margin: 0 auto 1% auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #88EB6B;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 10px 0;
  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;
}

@media only screen and (max-width: 798px) {
  .content .container > h4 {
    font-size: 1.125rem;
  }
}

.content .container > h4:before {
  content: '';
  background-image: url("../../images/leaf.svg");
  background-size: 100%;
  width: 2.3em;
  height: 2.3em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  margin-bottom: 8px;
  color: #fff;
  background-image: #cc0000;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(82, 0, 0, 0)), color-stop(20%, #520000), color-stop(40%, #cc0000), color-stop(60%, #cc0000), color-stop(80%, #520000), to(rgba(82, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(82, 0, 0, 0) 0%, #520000 20%, #cc0000 40%, #cc0000 60%, #520000 80%, rgba(82, 0, 0, 0) 100%);
}

.content .container > p {
  margin-left: 2rem;
}

.content .container > p a {
  color: #EE00FD;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #2F9B2C;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content__btn div {
  width: auto;
  color: #fff;
  text-align: center;
  margin: 3px;
  line-height: 22px;
}

.content__btn div a:hover, .content__btn div.action a {
  width: auto;
  border-radius: 18px;
  border: 1px solid #cb7200;
  background-image: #7e4700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d07500), color-stop(20%, #d07500), color-stop(40%, #7e4700), color-stop(60%, #7e4700), color-stop(80%, #d07500), to(#d07500));
  background-image: linear-gradient(to bottom, #d07500 0%, #d07500 20%, #7e4700 40%, #7e4700 60%, #d07500 80%, #d07500 100%);
  color: #fff799;
}

.content__btn div a {
  width: auto;
  background: #dfdfdf;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dfdfdf), to(#b8b8b8));
  background: linear-gradient(to bottom, #dfdfdf 20%, #b8b8b8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #303030;
  border-radius: 30px;
  padding: 8px 16px;
  border: 1px solid #f1f1f1;
}

.content__btn div a:hover {
  border-radius: 30px;
}

.content__btn div.action a {
  border-radius: 30px;
}

.content__btn div .label:before {
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.8em;
}

.content__btn div .label:after {
  color: #4a0000;
  font-size: 0.7em;
}

.btnBox a {
  border: 1px solid #ff9533;
  cursor: pointer;
  background-image: #ff7b00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c25d00), color-stop(20%, #c25d00), color-stop(40%, #ff7b00), color-stop(60%, #ff7b00), color-stop(80%, #c25d00), to(#c25d00));
  background-image: linear-gradient(to bottom, #c25d00 0%, #c25d00 20%, #ff7b00 40%, #ff7b00 60%, #c25d00 80%, #c25d00 100%);
  -webkit-box-shadow: 0px 3px 3px #663100;
          box-shadow: 0px 3px 3px #663100;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #ff33c2;
  background-image: #ff00b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c20088), color-stop(20%, #c20088), color-stop(40%, #ff00b3), color-stop(60%, #ff00b3), color-stop(80%, #c20088), to(#c20088));
  background-image: linear-gradient(to bottom, #c20088 0%, #c20088 20%, #ff00b3 40%, #ff00b3 60%, #c20088 80%, #c20088 100%);
  -webkit-box-shadow: 0px 2px 2px #660048, inset 0 1px 1px 1px #ff29bf, inset 0 -8px 8px 0px #ff52cb;
          box-shadow: 0px 2px 2px #660048, inset 0 1px 1px 1px #ff29bf, inset 0 -8px 8px 0px #ff52cb;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #b86800;
  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 .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#854b00), color-stop(20%, #b86800), color-stop(80%, #b86800), to(#854b00));
  background: linear-gradient(to right, #854b00 0%, #b86800 20%, #b86800 80%, #854b00 100%);
  color: #fff;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff8700;
  font-weight: bold;
}

.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 {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: #ffffff;
  border: 3px #b86800 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #b86800;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #b86800;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #b86800;
  table-layout: fixed;
}

.table tr {
  background: #fff;
  /*單格變色*/
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#8f5100), to(#b86800));
  background: linear-gradient(to top, #8f5100 0%, #b86800 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.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;
}

.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 .mainly {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff7b00), to(#ffa958));
  background: linear-gradient(to top, #ff7b00 0%, #ffa958 100%);
  color: #752b00;
}

.table tr .secondary {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffe694), to(#ffefbc));
  background: linear-gradient(to top, #ffe694 0%, #ffefbc 100%);
  color: #752b00;
}

/*================= tableNote =================*/
.DESClabel {
  position: relative;
}

.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
  z-index: 1;
}

.DESClabel .label::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.comment {
  z-index: 1;
  left: inherit;
  right: -10px;
}

@media only screen and (max-width: 798px) {
  .comment {
    right: -40px;
  }
}

.comment:before {
  font-size: 3.5em;
  color: #ff9900;
  -webkit-filter: drop-shadow(3px 3px 3px #4d2b1e);
          filter: drop-shadow(3px 3px 3px #4d2b1e);
}

.comment:after {
  font-size: 1.125em;
  letter-spacing: 0;
}

.comment-purple:before {
  color: #d858ff;
}

.comment01 {
  top: -0.5em;
  left: inherit;
  right: 8em;
}

.comment01::before {
  font-size: 7.5em;
}

.ribbon {
  width: 30px;
  background: linear-gradient(-20deg, #ffde4b 0%, #fff0b1 80%, #ffde4b 100%);
  top: -10px;
  right: 5px;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 6px;
  letter-spacing: 2px;
  white-space: nowrap;
  font-weight: bold;
  color: #970000;
}

@media only screen and (max-width: 798px) {
  .ribbon {
    width: 30px;
    height: 3.2em;
    right: -38px;
    font-size: .88rem;
  }
}

@media only screen and (max-width: 560px) {
  .ribbon {
    right: -5px;
  }
}

.ribbon p {
  color: #665300;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}

.ribbon:before {
  border-bottom: 6px solid #e4ba00;
  border-left: 6px solibad transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 560px) {
  .ribbon:before {
    border-bottom: 6px solid #e4ba00;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  border-left: 15px solid #ffe058;
  border-right: 15px solid #ffe058;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 15px solid #ffe058;
    border-right: 15px solid #ffe058;
  }
}

.ribbon_01 {
  width: 80%;
  height: 24px;
  margin-left: -9px;
}

.ribbon_01 p {
  font-size: 12px;
  line-height: 1em;
}

.ribbon_01:before {
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon_01:after {
  width: 0;
  top: 0;
  left: 100%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ribbon_01--A {
  background: linear-gradient(-65deg, #840000 0%, #ea0000 80%, #840000 100%);
  margin-left: -15px;
}

@media only screen and (max-width: 798px) {
  .ribbon_01--A {
    width: 95%;
    height: 35px;
  }
}

.ribbon_01--A:before {
  border-bottom: 9px solid #1e0000;
}

.ribbon_01--A:after {
  border-left: 15px solid #840000;
}

@media only screen and (max-width: 798px) {
  .ribbon_01--A:after {
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
  }
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitle {
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

.box-compose .box-composeTitle p {
  background-color: #ff5757;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  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-compose .box-composeMain {
  width: 100%;
  border-radius: 10px;
  margin: 5px auto;
  padding: 10px 0;
}

.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: #e3dcff;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}

.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}

.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #55b5e3;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #84d7ff;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #b489f8;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d4bdf8;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.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);
}

.box-compose .symbol i {
  font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
  .box-compose .symbol i {
    font-size: 1.2rem;
  }
}

.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  width: 24px;
  height: 24px;
  background: url(../../images/prize/equals-sign.svg);
}

@media only screen and (max-width: 560px) {
  .box-compose .icon-equal {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.box-compose .number {
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .box-compose .number {
    font-size: 1.5rem;
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.card {
  padding: 30px;
  margin: 8px 0;
}

.card-notice {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #6747b5;
  color: #fff;
}

.card-notice > h4 {
  margin: 10px auto;
  color: #ffd857;
}

.card-notice > h4::before, .card-notice > h4::after {
  content: '';
  display: none;
}

.card-notice2 {
  border-radius: 10px;
  margin: 16px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c14bb), to(#9944fa));
  background: linear-gradient(to bottom, #4c14bb 0%, #9944fa 100%);
}

.card-notice2 p {
  line-height: 1.5em;
}

/*================= 動態 =================*/
/*滑鼠滑入時縮小*/
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/*跳進來*/
.expandUp {
  -webkit-animation-name: expandUp;
          animation-name: expandUp;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible !important;
}

@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
            transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
            transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
            transform: translateY(0%) scale(1) scaleY(1);
  }
}

@keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
            transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
            transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
            transform: translateY(0%) scale(1) scaleY(1);
  }
}

/*淡出往上*/
.toTop {
  -webkit-animation-name: toTop;
          animation-name: toTop;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toTop {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes toTop {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/*淡出往下*/
.tobottom {
  -webkit-animation-name: tobottom;
          animation-name: tobottom;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes tobottom {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tobottom {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
