@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;
  margin-top: 20px;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #fecb30;
}

.gotoheader a:hover {
  color: #fe7c9d;
}

body {
  background-color: #3D1369;
  overflow-x: hidden;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-color: #3D1369;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  letter-spacing: 1px;
  padding-bottom: 16px;
  position: relative;
}

.header {
  width: 100%;
  position: relative;
}

.header .container {
  width: 1280px;
  height: 578px;
  position: relative;
}

.header .slogan {
  width: 570px;
  height: 135px;
  position: absolute;
  top: 75px;
  left: 354px;
  background: url(../../images/slogan.png);
  -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;
}

.header .logo, .header .logo a {
  width: 216px;
  height: 70px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 2.5px;
  left: 532px;
  z-index: 9;
  background-image: url(../../images/logo.png);
  -webkit-animation: fadeInUp .5s;
          animation: fadeInUp .5s;
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  margin-bottom: 1.2em;
  position: relative;
  z-index: 1;
  -webkit-animation: slideInDown .5s;
          animation: slideInDown .5s;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 795px;
  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: 265px;
  height: 91px;
  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: -253px !important;
}

.nav .navBtn li.navBtn3 a {
  background-position-x: -506px !important;
}

.nav .navBtn li.navBtn4 a {
  background-position-x: -759px !important;
}

.nav .navBtn li.navBtn5 a {
  background-position-x: -1012px !important;
}

.nav .navBtn li.navBtn6 a {
  background-position-x: -1265px !important;
}

.nav .navBtn li a:hover, .nav .navBtn li.action a {
  background-image: url(../../images/navBtn_action.png);
}

.nav .navBtn li a {
  width: 253px;
  height: 79px;
  display: block;
  background-image: url(../../images/navBtn.png);
  margin: 0 auto;
}

.nav .navBtn li a:hover {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  border-radius: 25px;
}

.content .container {
  width: 1000px;
  margin-top: 10px;
  padding: 2em 3em;
  border: 5px solid #D9B64B;
  border-radius: 20px;
  background: rgba(17, 0, 44, 0.75);
}

.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}

.content h3 img {
  display: block;
  max-width: 937px;
  width: 100%;
  margin: 0 auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #F7B239;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 16px 0 16px -1.25em;
  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/fireworks.svg");
  background-size: 100%;
  width: 2em;
  height: 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: #dfbb4f;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(223, 187, 79, 0)), color-stop(20%, #ebd490), color-stop(40%, #dfbb4f), color-stop(60%, #dfbb4f), color-stop(80%, #ebd490), to(rgba(223, 187, 79, 0)));
  background-image: linear-gradient(to left, rgba(223, 187, 79, 0) 0%, #ebd490 20%, #dfbb4f 40%, #dfbb4f 60%, #ebd490 80%, rgba(223, 187, 79, 0) 100%);
  color: #2b2208;
}

.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 a {
  color: #00a0fd;
  text-decoration: underline;
}

.content p a:hover {
  color: #ff20cf;
}

.content p.txt-center {
  margin-left: 0;
}

.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: 20px;
  padding-top: 15px;
}

.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: 12px 8px;
  border-radius: 30px;
  border: 0;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 798px) {
  .content__btn div a {
    padding: 6px 8px;
  }
}

.content__btn div .label {
  width: auto;
  position: absolute;
  top: -1.28rem;
  left: -.6rem;
}

.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 a {
  border: 1px solid #dfa6ff;
  padding: 1.2em;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  background-image: #cc73ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b636ff), color-stop(20%, #b636ff), color-stop(40%, #cc73ff), color-stop(60%, #cc73ff), color-stop(80%, #b636ff), to(#b636ff));
  background-image: linear-gradient(to bottom, #b636ff 0%, #b636ff 20%, #cc73ff 40%, #cc73ff 60%, #b636ff 80%, #b636ff 100%);
  -webkit-box-shadow: 0px 3px 3px #8a00d9;
          box-shadow: 0px 3px 3px #8a00d9;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #ffbfa6;
  background-image: #ff9b73;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6f36), color-stop(20%, #ff6f36), color-stop(40%, #ff9b73), color-stop(60%, #ff9b73), color-stop(80%, #ff6f36), to(#ff6f36));
  background-image: linear-gradient(to bottom, #ff6f36 0%, #ff6f36 20%, #ff9b73 40%, #ff9b73 60%, #ff6f36 80%, #ff6f36 100%);
  -webkit-box-shadow: 0px 2px 2px #d93e00, inset 0 1px 1px 1px #ffb89c, inset 0 -8px 8px 0px #ffd5c5;
          box-shadow: 0px 2px 2px #d93e00, inset 0 1px 1px 1px #ffb89c, inset 0 -8px 8px 0px #ffd5c5;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #dfbb4f;
  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(#d4a927), color-stop(20%, #dfbb4f), color-stop(80%, #dfbb4f), to(#d4a927));
  background: linear-gradient(to right, #d4a927 0%, #dfbb4f 20%, #dfbb4f 80%, #d4a927 100%);
  color: #564510;
}

.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 #dfbb4f solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #564510;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #dfbb4f;
  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 #f3d16b;
}

.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 #f3d16b;
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#d9ae2c), to(#dfbb4f));
  background: linear-gradient(to top, #d9ae2c 0%, #dfbb4f 100%);
  color: #564510;
}

.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 .note-main {
  color: #210032;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 8px 2px #dfbb4f;
          box-shadow: 0px 0px 8px 2px #dfbb4f;
  background: -webkit-gradient(linear, left bottom, left top, from(#e5c86f), to(#d9ae2f));
  background: linear-gradient(to top, #e5c86f 0%, #d9ae2f 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 45deg;
  color: 59.21569%;
  color: #564510;
}

.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 {
  color: #fff;
}

@media only screen and (max-width: 798px) {
  .explanation .symbol {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.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: #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: 35px;
  background: linear-gradient(-30deg, #eeaf3a 0%, #eeaf3a 10%, #ffe9bf 80%, #fdd486 100%);
  top: -10px;
  right: 10px;
  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;
  font-size: 1.15rem;
  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 only screen and (max-width: 798px) {
  .ribbon {
    width: 30px;
    top: -10px;
    right: 5px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 560px) {
  .ribbon {
    top: -15px;
    right: -18px;
  }
}

.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-left: 6px solid transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 560px) {
  .ribbon:before {
    border-bottom: 6px solid #8d6a28;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  height: 0;
  width: 0;
  border-left: 17.5px solid #eeaf3a;
  border-right: 17.5px solid #eeaf3a;
  border-bottom: 15px solid transparent;
  bottom: -15px;
  left: 0;
}

@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 15px solid #eeaf3a;
    border-right: 15px solid #eeaf3a;
  }
}

.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: #ff0000;
  -webkit-filter: drop-shadow(3px 3px 3px #4d2b1e);
          filter: drop-shadow(3px 3px 3px #4d2b1e);
}

.comment:after {
  font-size: 1.125em;
  letter-spacing: 0;
  color: #fff;
}

.comment-purple:before {
  color: #d858ff;
}

.comment-1 {
  top: -0.5em;
  left: inherit;
  right: 10px;
  top: -2em;
}

.comment-1::before {
  font-size: 4em;
}

@media only screen and (max-width: 798px) {
  .comment-1 {
    right: -10px;
  }
}

/*================= 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: #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.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);
}

@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;
  }
}
