@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #f00;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

img {
  max-width: 100%;
}

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-top: 20px;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #fc00ff;
}

.gotoheader a:hover {
  color: #4d4fff;
}

body {
  background-color: #010114;
  overflow-x: hidden;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-color: #010114;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 1px;
  padding-bottom: 16px;
  position: relative;
}

/* ================= 版頭 ================= */
#background-video {
  width: 1920px;
  height: 830px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateZ(0px);
          transform: translateX(-50%) translateZ(0px);
  z-index: 0;
}

@media only screen and (max-width: 1024px) {
  #background-video {
    width: 150%;
    height: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 675px;
  position: relative;
}

.header .slogan {
  width: 784px;
  height: 217px;
  position: absolute;
  top: 303px;
  left: 260px;
  background: url(../../images/slogan.png) no-repeat;
  -webkit-animation: dealy 0.3s, bounceIn 0.5s 0.3s, pulse 1.25s 2.3s infinite;
          animation: dealy 0.3s, bounceIn 0.5s 0.3s, pulse 1.25s 2.3s infinite;
  z-index: 4;
}

.header .slogan_sub {
  width: 538px;
  height: 119px;
  position: absolute;
  top: 467px;
  left: 357px;
  background: url(../../images/slogan_sub.png) no-repeat;
  -webkit-animation: dealy 0.3s, fadeInDown 0.5s 0.3s;
          animation: dealy 0.3s, fadeInDown 0.5s 0.3s;
  z-index: 5;
}

.header .role {
  width: 638px;
  height: 595px;
  position: absolute;
  top: 49px;
  left: 809px;
  background: url(../../images/role.png) no-repeat;
  -webkit-animation: dealy 0.3s, fadeInLeft 0.5s 0.3s;
          animation: dealy 0.3s, fadeInLeft 0.5s 0.3s;
}

.header .role2 {
  width: 519px;
  height: 647px;
  position: absolute;
  top: 0px;
  left: -90px;
  background: url(../../images/role2.png) no-repeat;
  -webkit-animation: dealy 0.3s, fadeInLeft 0.5s 0.3s;
          animation: dealy 0.3s, fadeInLeft 0.5s 0.3s;
}

.header .logo, .header .logo a {
  width: 618px;
  height: 229px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 140px;
  left: 326px;
  z-index: 1;
  background: url(../../images/logo.png) no-repeat;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}

.content .container {
  width: calc(100% - 16px);
}

@media screen and (min-width: 1280px) {
  .content .container {
    padding: 16px 3em 0 3em;
  }
}

@media only screen and (orientation: landscape) {
  .content .container {
    width: calc(80% - 16px);
  }
}

@media only screen and (orientation: portrait) {
  .content .container {
    width: calc(95% - 16px);
  }
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 421px;
  width: 80%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #FFD500;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 16px 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 h4 {
    font-size: 1.125rem;
  }
}

.content h4:before {
  content: '';
  background-image: url("../../images/icon.png");
  background-size: 100%;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0 5px;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #FC00FF;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(252, 0, 255, 0)), color-stop(20%, #fd4dff), color-stop(40%, #FC00FF), color-stop(60%, #FC00FF), color-stop(80%, #fd4dff), to(rgba(252, 0, 255, 0)));
  background-image: linear-gradient(to left, rgba(252, 0, 255, 0) 0%, #fd4dff 20%, #FC00FF 40%, #FC00FF 60%, #fd4dff 80%, rgba(252, 0, 255, 0) 100%);
  color: #fff;
}

.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #7CACFF;
}

.content h6 span {
  padding: 5px 15px;
  background: #7CACFF;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content p {
  font-size: 1.2em;
  text-align: left;
}

.content p a {
  color: #00a0fd;
  text-decoration: underline;
}

.content p a:hover {
  color: #ff20cf;
}

.content p.txt-center {
  margin-left: 0;
}

.content a:hover {
  color: #ff20cf;
}

.content ol a, .content ul a {
  color: #00a0fd;
  text-decoration: underline;
}

.content ol a:hover, .content ul a:hover {
  color: #ff20cf;
}

.tabMain {
  display: none;
  padding: 0;
}

.tabMain.active {
  display: block;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav .container {
  position: relative;
  width: calc(100% - 16px);
}

@media screen and (min-width: 1280px) {
  .nav .container {
    padding: 16px 3em 0 3em;
  }
}

@media only screen and (orientation: landscape) {
  .nav .container {
    width: calc(80% - 16px);
  }
}

@media only screen and (orientation: portrait) {
  .nav .container {
    width: calc(95% - 16px);
  }
}

.nav .navBtn {
  width: 1020px;
  position: relative;
  margin: 0 auto;
}

.nav .navBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.nav .navBtn ul li {
  width: 24.5%;
  padding: 1% 0;
  position: relative;
}

.nav .navBtn ul li a {
  display: block;
  position: relative;
  padding: 5%;
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  border-radius: 50px;
  color: #4f0000;
  border: 1px solid #feb035;
  background: #fbe78b;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbe78b), color-stop(10%, #fbeac1), color-stop(10%, #fbeac1), color-stop(51%, #fbca6a), color-stop(51%, #fcae07), color-stop(89%, #fcc84b), to(#f9d300));
  background: linear-gradient(to bottom, #fbe78b 0%, #fbeac1 10%, #fbeac1 10%, #fbca6a 51%, #fcae07 51%, #fcc84b 89%, #f9d300 100%);
}

.nav .navBtn ul li a:hover, .nav .navBtn ul li a.active {
  cursor: pointer;
  color: #fff;
  border: 1px solid #fc00ff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, #ff8ced), color-stop(53%, #ff8ced), color-stop(53%, #fc00ff), color-stop(53%, #fc00ff));
  background: linear-gradient(to bottom, #ff8ced 53%, #ff8ced 53%, #fc00ff 53%, #fc00ff 53%);
}

/*================= label =================*/
.label {
  width: auto;
  position: absolute;
  top: -.28rem;
  left: -.6rem;
  z-index: 2;
}

.label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  color: #ffe100;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute;
}

.label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
  display: inline-block;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #FC00FF;
  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(#ca00cc), color-stop(20%, #FC00FF), color-stop(80%, #FC00FF), to(#ca00cc));
  background: linear-gradient(to right, #ca00cc 0%, #FC00FF 20%, #FC00FF 80%, #ca00cc 100%);
  color: #fff;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff9100;
  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 #FC00FF 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: #FC00FF;
  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 #FC00FF;
}

.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 #FC00FF;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#d400d6), to(#FC00FF));
  background: linear-gradient(to top, #d400d6 0%, #FC00FF 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 td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 2px #FC00FF;
          box-shadow: 0px 0px 8px 2px #FC00FF;
  background: -webkit-gradient(linear, left bottom, left top, from(#fc26ff), to(#d600d9));
  background: linear-gradient(to top, #fc26ff 0%, #d600d9 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 299.29412deg;
  color: 50%;
  color: #fff;
}

.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center;
}

.explanation .symbol {
  color: #fff;
}

@media only screen and (max-width: 798px) {
  .explanation .symbol {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/*================= 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;
}

@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: #988a5e;
  line-height: 1.5em;
  border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3d16b), to(#fbe49f));
  background: linear-gradient(to top, #f3d16b 0%, #fbe49f 100%);
}

.card-notice .rank-title {
  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;
}

.card-notice .rank-title p {
  padding: 8px 24px;
  font-size: 1.125em;
  background: #ffae00;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-left: 0;
  letter-spacing: 3px;
  font-weight: 530;
}

.card-notice .rank-img {
  margin: 16px auto;
}

.card-notice .rank-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.card-notice .rank-get {
  width: 100%;
  border: 1px solid #e6a634;
  list-style: none;
  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;
}

.card-notice .rank-get li {
  border: 1px solid #e6a634;
  background: rgba(255, 255, 255, 0.35);
  text-align: center;
  width: 33.33333%;
}

@media only screen and (max-width: 560px) {
  .card-notice .rank-get li {
    width: 100%;
  }
}

.card-notice .rank-get li .rank-get_title {
  padding: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffa200), color-stop(80%, #ffd489), to(#ffb940));
  background: linear-gradient(to top, #ffa200 0%, #ffd489 80%, #ffb940 100%);
  -webkit-box-shadow: inset 0 0 8px #ffdbb5;
          box-shadow: inset 0 0 8px #ffdbb5;
  color: #8b5233;
  font-weight: bold;
}

.card-notice .rank-get li .rank-get_main {
  padding: 3px;
}

.card-notice2 {
  border-radius: 10px;
  background: #FEC3DF;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  background: -webkit-gradient(linear, left bottom, left top, from(#7ae7f4), to(#8ff5e5));
  background: linear-gradient(to top, #7ae7f4 0%, #8ff5e5 100%);
}

.card-notice2 h4 {
  color: #e047af;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}

.card-notice2 h4::before {
  content: inherit;
}

.card-notice2 .f-danger {
  color: #c80000;
}

.card-notice2 .subtitle {
  color: #009cff;
  font-weight: bold;
}

.card-notice2 p {
  color: #2f4149;
  text-align: left;
  line-height: 1.5em;
}

/*================= 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, #fa0000 0%, #ff6161 80%, #fa0000 100%);
  top: -10px;
  right: 5px;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 6px;
  letter-spacing: 2px;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
}

@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: #fff;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}

.ribbon:before {
  border-bottom: 6px solid #940000;
  border-left: 6px solibad transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 560px) {
  .ribbon:before {
    border-bottom: 6px solid #940000;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  border-left: 15px solid #ff0808;
  border-right: 15px solid #ff0808;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 15px solid #ff0808;
    border-right: 15px solid #ff0808;
  }
}

.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: #fc00ff;
  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: #ffbe78;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #ffdfc9;
  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: #b97bff;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d8b7ff;
  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;
}

@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;
  }
}

.box-compose p {
  margin-left: 0;
}

.record {
  width: 33%;
  min-width: 330px;
  font-size: 1.2em;
  float: left;
  margin-bottom: 2%;
}

.record_all {
  width: 100%;
  font-size: 1.2em;
  float: left;
  margin-bottom: 2%;
}

.amount {
  width: 63%;
  font-size: .9em;
  float: right;
  margin-bottom: 2%;
  text-align: right;
}

#tabD {
  padding-bottom: 10%;
}
