@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.f-danger {
  color: #ff5858;
}

.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%;
}

.img-group {
  width: 100%;
  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;
}

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;
  text-align: center;
  margin-bottom: 56px;
}

.gotoheader a {
  display: inline-block;
  color: #0099ff;
}

.gotoheader a:hover {
  color: #4dff94;
}

body {
  background-image: none;
  background-color: #82dcf7;
  overflow-x: hidden;
}

@media screen and (min-width: 992px) {
  body {
    background-size: 150%;
    background-image: url(/Action/11_Star31/20220706JS/images/index_content.jpg?v=20220706);
    background-position: center 1403px;
    background-repeat: no-repeat;
    background-size: inherit;
  }
}

.wrapper {
  background-size: 150%;
  overflow: hidden;
  background-image: url(/Action/11_Star31/20220706JS/images/index_bg.jpg?v=20220706);
  background-position: top center;
  background-repeat: no-repeat;
  color: #6C6C6C;
  letter-spacing: 1px;
  padding-bottom: 16px;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .wrapper {
    background-size: inherit;
  }
}

.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 100%;
  height: 0;
  padding-bottom: 60.46875%;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .header .container {
    width: 1280px;
    height: 774px;
    padding-bottom: 0;
  }
}

.header .slogan1 {
  width: 42.8125%;
  height: 0;
  padding-bottom: 34.76562%;
  position: absolute;
  top: 8.13953%;
  left: 4.0625%;
  background: url(/Action/11_Star31/20220706JS/images/slogan1.png?v=20220706);
  background-size: 100%;
  -webkit-animation: delay 0.3s, bounceIn 0.5s 0.3s, pulse 1.25s 2.3s infinite;
          animation: delay 0.3s, bounceIn 0.5s 0.3s, pulse 1.25s 2.3s infinite;
}

.header .slogan2 {
  width: 44.6875%;
  height: 0;
  padding-bottom: 40.3125%;
  position: absolute;
  top: 33.72093%;
  left: 55.70312%;
  background: url(/Action/11_Star31/20220706JS/images/slogan2.png?v=20220706);
  background-size: 100%;
  -webkit-animation: delay 0.6s, bounceIn 0.5s 0.6s, pulse 1.25s 2.3s infinite;
          animation: delay 0.6s, bounceIn 0.5s 0.6s, pulse 1.25s 2.3s infinite;
}

.header .role {
  width: 57.73438%;
  height: 0;
  padding-bottom: 62.8125%;
  position: absolute;
  top: 0%;
  left: 24.53125%;
  background: url(/Action/11_Star31/20220706JS/images/role.png?v=20220706);
  background-size: 100%;
  -webkit-animation: delay 0.2s, zoomIn 0.5s 0.2s;
          animation: delay 0.2s, zoomIn 0.5s 0.2s;
}

.header .logo {
  width: 21.01562%;
  height: 0;
  padding-bottom: 11.95312%;
  position: absolute;
  top: 11.11111%;
  left: 3.04688%;
  z-index: 9;
  background-image: url(/Action/11_Star31/20220706JS/images/logo.png?v=20220706);
  background-size: 100%;
  -webkit-animation: delay 0.6s, zoomIn .5s 0.6s;
          animation: delay 0.6s, zoomIn .5s 0.6s;
}

.header .logo a {
  width: 100%;
  height: 0;
  padding-bottom: 56.87732%;
  display: block;
}

.header h3 {
  width: 100%;
  height: 0;
  padding-bottom: 9.6875%;
  position: absolute;
  top: 120.80103%;
  left: 0%;
  z-index: 2;
  -webkit-animation: delay 0.3s, bounceIn 0.3s 0.3s;
          animation: delay 0.3s, bounceIn 0.3s 0.3s;
}

.header h3 img {
  display: block;
  max-width: 488px;
  width: 75%;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .header h3 img {
    width: 100%;
  }
}

@-webkit-keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

@keyframes delay {
  from,
  to {
    opacity: 0;
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 10%;
}

@media screen and (min-width: 768px) {
  .nav {
    margin-bottom: 6%;
  }
}

@media screen and (min-width: 1280px) {
  .nav {
    margin-bottom: 4%;
  }
}

.nav .container {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .nav .container {
    width: 1280px;
  }
}

.nav .navBtn {
  width: 95%;
  max-width: 1158px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: delay 0.3s, slideInDown 0.3s 0.3s;
          animation: delay 0.3s, slideInDown 0.3s 0.3s;
  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 {
  width: 33%;
  height: 0;
  padding-bottom: 13.73057%;
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li {
    width: 386px;
    height: 159px;
  }
}

.nav .navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn1 a {
    background-position-x: 0px !important;
  }
}

.nav .navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn2 a {
    background-position-x: -376px !important;
  }
}

.nav .navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li.navBtn3 a {
    background-position-x: -752px !important;
  }
}

.nav .navBtn li a:hover, .nav .navBtn li.action a {
  background-image: url(/Action/11_Star31/20220706JS/images/navbtn_action.png?v=20220706);
}

.nav .navBtn li a {
  width: 97.40933%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 38.60104%;
  display: block;
  background-image: url(/Action/11_Star31/20220706JS/images/navbtn.png?v=20220706);
  background-size: 300% 100%;
}

@media screen and (min-width: 1280px) {
  .nav .navBtn li a {
    width: 376px;
    height: 149px;
  }
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 2%;
  border-radius: 25px;
}

.content .container {
  width: calc(100% - 16px);
  max-width: 960px;
  margin-top: 10px;
  padding: 3em 2em 0 2em;
  border: 5px solid #a5ecff;
  border-radius: 20px;
  background: #d9f5ff;
}

@media screen and (min-width: 1280px) {
  .content .container {
    padding: 4.5em 3em 0 3em;
  }
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 16px;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 488px;
  width: 75%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .content h3 img {
    width: 100%;
  }
}

.content h4 {
  position: relative;
  display: block;
  color: #0685BB;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px calc(-1.2em - 5px);
  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 screen and (min-width: 1400px) {
  .content h4 {
    font-size: 1.2rem;
  }
}

.content h4:before {
  content: '';
  background-image: url("/Action/11_Star31/20220706JS/images/icon.png?v=20220706");
  background-size: 100%;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  margin: 0 5px 0 0;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #0099ff;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 153, 255, 0)), color-stop(20%, #4db8ff), color-stop(40%, #0099ff), color-stop(60%, #0099ff), color-stop(80%, #4db8ff), to(rgba(0, 153, 255, 0)));
  background-image: linear-gradient(to left, rgba(0, 153, 255, 0) 0%, #4db8ff 20%, #0099ff 40%, #0099ff 60%, #4db8ff 80%, rgba(0, 153, 255, 0) 100%);
  color: #fff;
}

.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #b16dff;
  margin-bottom: 16px;
}

.content h6 span {
  padding: 5px 15px;
  background: #b16dff;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content p a {
  color: #00a0fd;
  text-decoration: underline;
}

.content p 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;
}

.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: 16px;
}

.content__btn div {
  width: 150px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__btn div a:hover, .content__btn div.action a {
  width: 142px;
  border-radius: 30px;
  border: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#e8bb00), to(#FFE782));
  background: linear-gradient(to top, #e8bb00 0%, #FFE782 100%);
  color: #332900;
}

.content__btn div a {
  width: 142px;
  display: block;
  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;
  padding: 6px 1.25em;
  border-radius: 30px;
  border: 0;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 1280px) {
  .content__btn div a {
    padding: 12px 8px;
  }
}

.content__btn div .label {
  width: auto;
  position: absolute;
  top: 0;
  left: -1em;
}

.content__btn div .label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute;
}

.content__btn div .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;
}

.btnBox {
  margin-bottom: 16px;
}

.btnBox a {
  width: auto;
  border: 1px solid #33adff;
  padding: 0.6em 2em;
  font-size: 1.15em;
  cursor: pointer;
  background-image: #0099ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0074c2), color-stop(20%, #0074c2), color-stop(40%, #0099ff), color-stop(60%, #0099ff), color-stop(80%, #0074c2), to(#0074c2));
  background-image: linear-gradient(to bottom, #0074c2 0%, #0074c2 20%, #0099ff 40%, #0099ff 60%, #0074c2 80%, #0074c2 100%);
  -webkit-box-shadow: 0px 3px 3px #003d66;
          box-shadow: 0px 3px 3px #003d66;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #c073ff;
  background-image: #a940ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8d03ff), color-stop(20%, #8d03ff), color-stop(40%, #a940ff), color-stop(60%, #a940ff), color-stop(80%, #8d03ff), to(#8d03ff));
  background-image: linear-gradient(to bottom, #8d03ff 0%, #8d03ff 20%, #a940ff 40%, #a940ff 60%, #8d03ff 80%, #8d03ff 100%);
  -webkit-box-shadow: 0px 2px 2px #5b00a6, inset 0 1px 1px 1px #bb69ff, inset 0 -8px 8px 0px #ce92ff;
          box-shadow: 0px 2px 2px #5b00a6, inset 0 1px 1px 1px #bb69ff, inset 0 -8px 8px 0px #ce92ff;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #0099ff;
  margin: 0 auto;
  margin-bottom: 16px;
}

.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(#007acc), color-stop(20%, #0099ff), color-stop(80%, #0099ff), to(#007acc));
  background: linear-gradient(to right, #007acc 0%, #0099ff 20%, #0099ff 80%, #007acc 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 #0099ff 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: #0099ff;
  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 #0099ff;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #0099ff;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#0081d6), to(#0099ff));
  background: linear-gradient(to top, #0081d6 0%, #0099ff 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td {
  /*單格變色*/
}

.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 {
  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;
}

.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 8px 2px #0099ff;
          box-shadow: 0px 0px 8px 2px #0099ff;
  background: -webkit-gradient(linear, left bottom, left top, from(#26a8ff), to(#0082d9));
  background: linear-gradient(to top, #26a8ff 0%, #0082d9 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 204deg;
  color: 50%;
  color: #fff;
}

.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  background-image: url(../../images/icon_tit.png);
  background-repeat: no-repeat;
  background-position: center;
}

.explanation .symbol {
  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;
}

.explanation .symbol i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #085e78;
}

@media screen and (min-width: 992px) {
  .explanation .symbol i {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.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-notice2 {
  border-radius: 10px;
  background: #fee0c3;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  background: linear-gradient(20deg, #af49c9 0%, #7c50ce 100%);
}

.card-notice2 h4 {
  color: #f0c2ff;
  -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: #ffb9b9;
}

.card-notice2 .subtitle {
  color: #ffd000;
  font-weight: bold;
}

.card-notice2 p {
  color: #fff;
  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);
}

.ribbon {
  width: 30px;
  top: -6px;
  right: -1em;
  font-size: 1rem;
  background: linear-gradient(-30deg, #eeaf3a 0%, #eeaf3a 10%, #ffe9bf 80%, #fdd486 100%);
  position: absolute;
  text-align: center;
  padding: 0;
  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;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 10;
  color: #4b2800;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .ribbon {
    width: 35px;
    top: -6px;
    right: -1em;
    font-size: 1.15rem;
  }
}

.ribbon p {
  color: #4b2800;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}

.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #8d6a28;
  border-right: 0 solid transparent;
  border-left: 6px solid transparent;
  right: initial;
  left: -6px;
  top: 0;
}

@media screen and (min-width: 768px) {
  .ribbon:before {
    border-bottom: 6px solid #8d6a28;
    border-left: 6px solid transparent;
  }
}

.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #eeaf3a;
  border-right: 15px solid #eeaf3a;
  border-bottom: 15px solid transparent;
  bottom: -15px;
  left: 0;
}

@media screen and (min-width: 992px) {
  .ribbon:after {
    border-left: 17.5px solid #eeaf3a;
    border-right: 17.5px solid #eeaf3a;
  }
}

.comment {
  width: auto;
  position: absolute;
  top: -1.5em;
  left: calc(50% + 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .comment {
    left: calc(50% + 30px);
  }
}

.comment:before {
  content: '\f075';
  font-family: "FontAwesome";
  font-size: 3.5em;
  position: absolute;
  display: inline-block;
  color: #ff0000;
}

.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: relative;
  margin-top: -3%;
  display: inline-block;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 0;
}

.comment-purple:before {
  color: #d858ff;
}

.comment01 {
  top: -0.5em;
  left: inherit;
  left: calc(50% + 150px);
}

.comment01::before {
  font-size: 7.5em;
}

/*================= 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;
  margin-bottom: 0;
}

.box-compose .box-composeMain {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  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: #ad75e2;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #e2a5ff;
  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: #9d89f8;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d2bdf8;
  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.2rem;
}

@media screen and (min-width: 768px) {
  .box-compose .symbol i {
    font-size: 1.5rem;
  }
}

.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .box-compose .icon-equal {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.box-compose .number {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .box-compose .number {
    font-size: 1.8rem;
  }
}

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;
  list-style-type: none;
  margin-bottom: 0;
}

ul.tabBtn li a {
  display: block;
  position: relative;
  padding: 8px 16px;
  margin: 0 8px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid #a166ff;
  -webkit-box-shadow: 0px 3px 3px #00e1ff;
          box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: #4e00cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8133ff), color-stop(20%, #8133ff), color-stop(40%, #4e00cc), color-stop(60%, #4e00cc), color-stop(80%, #8133ff), to(#8133ff));
  background-image: linear-gradient(to bottom, #8133ff 0%, #8133ff 20%, #4e00cc 40%, #4e00cc 60%, #8133ff 80%, #8133ff 100%);
  -webkit-box-shadow: 0px 3px 3px #1d004d;
          box-shadow: 0px 3px 3px #1d004d;
  color: #fff;
}

ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid #ff9d9d;
  background-image: #ff6060;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0e0e), color-stop(20%, #ff0e0e), color-stop(40%, #ff6060), color-stop(60%, #ff6060), color-stop(80%, #ff0e0e), to(#ff0e0e));
  background-image: linear-gradient(to bottom, #ff0e0e 0%, #ff0e0e 20%, #ff6060 40%, #ff6060 60%, #ff0e0e 80%, #ff0e0e 100%);
  -webkit-box-shadow: 0px 2px #ea0000, inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px #ff7474;
          box-shadow: 0px 2px #ea0000, inset 0 2px 2px 2px #ff3737, inset 0 -10px 10px 0px #ff7474;
  color: #fff;
}

.tabMain {
  display: none;
  padding: 20px;
}

.tabMain.active {
  display: block;
}
