@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400&display=swap");
html, body {
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 1px;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 560px) {
  html, body {
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 414px) {
  html, body {
    font-size: 16px;
  }
}

.wrapper {
  font-family: 'Noto Sans TC', Verdana, sans-serif;
  color: #fff;
  background-image: url(../../images/indexbg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #361066;
}

.gotoheader {
  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;
}

.gotoheader a {
  color: #e3dcff;
}

.gotoheader a:hover {
  color: #ff6f52;
}

.f-danger {
  color: #00ff4c;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
  /*  .role1{
		width:328px;
		height: 313px;
		position: absolute;
		top: 352px;
		left: 100px;
		background:{
			image:url(../../images/icon-bullet.png);
		  repeat: no-repeat;
		}
	}

  .role2{
		width:328px;
		height: 313px;
		position: absolute;
		top: 349px;
		left: 444px;
		background:{
			image:url(../../images/icon-stone.png);
			repeat: no-repeat;
		}
	} */
}

.header .container {
  width: 1280px;
  height: 865px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 357px;
  height: 114px;
}

.header .logo {
  position: absolute;
  top: 15px;
  left: 267px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .slogan {
  width: 804px;
  height: 296px;
  position: absolute;
  top: 128px;
  left: 27px;
  background-image: url(../../images/slogan.png);
  background-repeat: no-repeat;
  -webkit-animation: fadeInUp .8s, pulse 1.8s 1s infinite;
          animation: fadeInUp .8s, pulse 1.8s 1s infinite;
}

@-webkit-keyframes float {
  0%,
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  20% {
    -webkit-transform: translateX(-1.5%) translateY(0.1%);
            transform: translateX(-1.5%) translateY(0.1%);
  }
  10% {
    -webkit-transform: translateX(-0.2%) translateY(0.05%);
            transform: translateX(-0.2%) translateY(0.05%);
  }
  40% {
    -webkit-transform: translateX(1%) translateY(-0.2%);
            transform: translateX(1%) translateY(-0.2%);
  }
  10% {
    -webkit-transform: translateX(0.2%) translateY(-0.3%);
            transform: translateX(0.2%) translateY(-0.3%);
  }
  60% {
    -webkit-transform: translateX(-0.8%) translateY(0.1%);
            transform: translateX(-0.8%) translateY(0.1%);
  }
}

@keyframes float {
  0%,
  100% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  20% {
    -webkit-transform: translateX(-1.5%) translateY(0.1%);
            transform: translateX(-1.5%) translateY(0.1%);
  }
  10% {
    -webkit-transform: translateX(-0.2%) translateY(0.05%);
            transform: translateX(-0.2%) translateY(0.05%);
  }
  40% {
    -webkit-transform: translateX(1%) translateY(-0.2%);
            transform: translateX(1%) translateY(-0.2%);
  }
  10% {
    -webkit-transform: translateX(0.2%) translateY(-0.3%);
            transform: translateX(0.2%) translateY(-0.3%);
  }
  60% {
    -webkit-transform: translateX(-0.8%) translateY(0.1%);
            transform: translateX(-0.8%) translateY(0.1%);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@-webkit-keyframes bounce {
  0%, 88%, 91%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  90%, 92% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) scaleY(1.03);
            transform: translate3d(0, -20px, 0) scaleY(1.03);
  }
  93% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0) scaleY(1.01);
            transform: translate3d(0, -6px, 0) scaleY(1.01);
  }
  94% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.97);
            transform: translateZ(0) scaleY(0.97);
  }
  95% {
    -webkit-transform: translate3d(0, -1px, 0) scaleY(1.01);
            transform: translate3d(0, -1px, 0) scaleY(1.01);
  }
}

@keyframes bounce {
  0%, 88%, 91%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  90%, 92% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) scaleY(1.03);
            transform: translate3d(0, -20px, 0) scaleY(1.03);
  }
  93% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0) scaleY(1.01);
            transform: translate3d(0, -6px, 0) scaleY(1.01);
  }
  94% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.97);
            transform: translateZ(0) scaleY(0.97);
  }
  95% {
    -webkit-transform: translate3d(0, -1px, 0) scaleY(1.01);
            transform: translate3d(0, -1px, 0) scaleY(1.01);
  }
}

@-webkit-keyframes twinkling {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes twinkling {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* ================= 內容 ================= */
.content {
  width: 1248px;
  margin: 0 auto;
  border-radius: 1.5em;
  padding: 5px;
  padding-bottom: 3%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 102, 255, 0.7)), color-stop(7%, transparent));
  background-image: linear-gradient(top, rgba(229, 102, 255, 0.7), transparent 7%);
}

.content .container {
  border-radius: 1.5em;
  width: 1235px;
  padding: 30px;
}

.content .container > h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
  margin: 10px 0;
}

.content .container > h3 img {
  display: block;
  max-width: 429px;
  width: 70%;
  margin: 0 auto 1.5% auto;
}

.content .container > h4 {
  position: relative;
  color: #eeff00;
  border-radius: 5px;
  word-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
  font-weight: bold;
  font-size: 1.35em;
  margin: 12px 0 1em 0;
  padding: 5px 0;
}

.content .container > h4::before {
  content: '';
  background-image: url("/Action/11_Star31/20210817MK/images/diamond.svg");
  background-size: 100%;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  margin: 0 5px;
}

.content .container > h5 {
  font-size: 1.3em;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 20px 0;
  background-image: #fd74a2;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(253, 116, 162, 0.35)), color-stop(40%, #fd74a2), color-stop(60%, #fd74a2), color-stop(80%, rgba(253, 116, 162, 0.35)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(253, 116, 162, 0.35) 20%, #fd74a2 40%, #fd74a2 60%, rgba(253, 116, 162, 0.35) 80%, rgba(0, 0, 0, 0) 100%);
  line-height: 28px;
}

.content .container h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: center;
  color: #ff3600;
}

.content .container h6 span {
  padding: 5px 15px;
  background: #ff3600;
  border-radius: 8px;
  color: #fff;
  margin-right: 6px;
  font-weight: bold;
}

.content .container > p {
  margin-left: 1em;
}

@media screen and (max-width: 414px) {
  .content .container > p {
    margin-left: 0;
  }
}

.content .container > p a {
  color: #6f00ff;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #f835ff;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.content .container .subtitile {
  font-size: 1.3em;
  color: #fff799;
  text-align: center;
}

.content .container .subtitile .step {
  color: #fff799;
  width: 5em;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 10px;
  display: inline-block;
  background: #ef1216;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ef1216), to(#71120c));
  background: linear-gradient(to bottom, #ef1216 20%, #71120c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content .container > ol,
.content .container > ul {
  margin-left: 2em;
}

@media only screen and (max-width: 560px) {
  .content .container > ol,
  .content .container > ul {
    margin-left: 1.2em;
  }
}

.content .container > ol li,
.content .container > ul li {
  font-size: 1em;
  line-height: 1.5em;
}

.content .container > ol li a,
.content .container > ul li a {
  color: #6f00ff;
  text-decoration: underline;
}

.content .container > ol li a:hover,
.content .container > ul li a:hover {
  color: #f835ff;
}

@media only screen and (min-width: 699px) {
  a.ingameBtn {
    display: none !important;
  }
}

.countDiv0 {
  height: auto;
  margin-right: 10px;
}

.countDiv0::before {
  content: '天';
  display: block;
  font-size: 0.63em;
  font-weight: bold;
  width: auto;
  height: auto;
  position: relative;
  border-radius: 0;
  background: none;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.countDiv0::after {
  display: none;
}

.iframe-ingame {
  position: relative;
  width: 100%;
  height: 0 !important;
  padding-bottom: 56.25%;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  .iframe-ingame {
    display: none;
  }
}

.iframe-ingame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #ff8686;
  border-radius: 20px;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  font-size: 1.35rem;
  width: auto;
  min-width: 200px;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #0079ca;
  border-radius: 50px;
  background-image: #48bcff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a2ff), color-stop(20%, #00a2ff), color-stop(40%, #48bcff), color-stop(60%, #48bcff), color-stop(80%, #00a2ff), to(#00a2ff));
  background-image: linear-gradient(to bottom, #00a2ff 0%, #00a2ff 20%, #48bcff 40%, #48bcff 60%, #00a2ff 80%, #00a2ff 100%);
  -webkit-box-shadow: 0px 3px 3px #264c77;
          box-shadow: 0px 3px 3px #264c77;
  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;
}

.btnBox a:hover {
  background-image: #00b8ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b8ff), color-stop(20%, #00b8ff), color-stop(40%, #00b8ff), color-stop(60%, #00b8ff), color-stop(80%, #00b8ff), to(#00b8ff));
  background-image: linear-gradient(to bottom, #00b8ff 0%, #00b8ff 20%, #00b8ff 40%, #00b8ff 60%, #00b8ff 80%, #00b8ff 100%);
  -webkit-box-shadow: 0px 2px #0099ff,inset 0 2px 2px 2px #15bdff ,inset 0 -10px 10px 0px #68d4ff;
          box-shadow: 0px 2px #0099ff,inset 0 2px 2px 2px #15bdff ,inset 0 -10px 10px 0px #68d4ff;
  top: 2px;
  color: #fff;
  text-shadow: -2px 0 #00b8ff, 0 2px #00b8ff, 2px 0 #00b8ff, 0 -2px #00b8ff;
}

.btnBox a.endBtn {
  background-image: #818181;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#616161), color-stop(20%, #616161), color-stop(40%, #818181), color-stop(60%, #818181), color-stop(80%, #616161), to(#616161));
  background-image: linear-gradient(to bottom, #616161 0%, #616161 20%, #818181 40%, #818181 60%, #616161 80%, #616161 100%);
  border: 1px solid #909090;
  -webkit-box-shadow: 0px 3px 3px #616161;
          box-shadow: 0px 3px 3px #616161;
  color: #dedede;
}

.item__box {
  background: #FFF;
  border-radius: 10px;
  border: 3px #7450eb solid;
  position: relative;
  margin: 0;
}

.item__box span.burst {
  display: inline-block;
  background: url(../../images/shopcart.png) no-repeat left top;
  background-size: 100%;
  width: 48px;
  height: 59px;
  position: absolute;
  left: 10px;
  top: 0;
}

@media only screen and (max-width: 560px) {
  .item__box span.burst {
    width: calc(48px * 0.6);
    height: calc(59px * 0.6);
  }
}

.item__box p {
  margin-left: 0 !important;
  width: 100%;
  text-align: center;
}

.item__box p img {
  display: block;
  margin: 0 auto;
  width: auto !important;
}

.item__box p.line-through {
  color: #855c91;
  font-weight: bold;
  text-decoration: line-through;
}

.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 {
  color: #fff;
  background-color: #7450eb;
  font-size: .9rem;
  padding: 6px;
  margin-bottom: 5px;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .item__box .item__box-title {
    font-size: .85rem;
  }
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-text {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 85%;
  padding: 0;
  text-decoration: line-through;
}

.item__box .item__box-get {
  text-align: center;
  font-size: .85rem;
  padding: 3px 0;
  border-radius: 0 0 6px 6px;
  color: #ff0000;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .item__box .item__box-get {
    font-size: .8rem;
  }
}

.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--02 {
  background: #fff 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#f1f1f1));
  background: linear-gradient(to bottom, #fff 30% 20%, #f1f1f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 3px #7450eb solid;
  border-radius: 10px;
}

.item__box .item__box--02 .item__box-title {
  text-align: center;
  color: #fff;
  background-color: #7450eb;
}

.item__box .item__box-btn {
  margin: 3% auto;
  width: 90%;
  font-weight: bold;
}

.item__box .item__box-btn a {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  background: #ff0000 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ff0000), to(#a90000));
  background: linear-gradient(to bottom, #ff0000 30% 20%, #a90000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px #9b0002 solid;
  border-radius: 30px;
  padding: 3%;
}

.item__box .item__box-btn a:hover {
  background: #a90000 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #a90000), to(#ff0000));
  background: linear-gradient(to bottom, #a90000 30% 20%, #ff0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.item__box .item__box-btn a.endBtn {
  background: #616161 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #616161), to(#818181));
  background: linear-gradient(to bottom, #616161 30% 20%, #818181 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #909090;
  -webkit-box-shadow: 0px 3px 3px #616161;
          box-shadow: 0px 3px 3px #616161;
  color: #dedede;
}

.item__box-img img {
  border-radius: 0px;
}

.row.style2 {
  background-color: #fff;
  border-radius: 10px;
}

.row.style2 .col {
  margin: 2px 2px;
}

.row.style2 .item__box {
  border-radius: 0;
}

.row.style2 .item__box-title {
  margin-bottom: 0;
}

.btn_finger {
  cursor: pointer;
}

/*================= table ================= */
.table tr th, .table tr td {
  border: 1px solid #ffafbf;
}

.table {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 6px solid #7450eb;
  /*單獨圖片尺寸*/
  /*表格內圖片尺寸*/
}

.table tr {
  background: #fff;
}

.table tr th {
  line-height: 1.5em;
  color: #fff;
  background: #7450eb;
}

.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;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr td[data-tdstyle="style01"] {
  background-color: #f6f6f6;
}

.table tr td .item__box-get {
  padding: 4px;
  white-space: nowrap;
  word-wrap: normal;
}

.table .ImgStyleA {
  width: 8.5%;
}

.table .ImgStyleB {
  width: 15%;
}

.table .ImgStyleC {
  width: 25%;
}

.table .ImgStyleD {
  width: 35%;
}

.table .ImgStyleE {
  width: 45%;
}

.table .ImgStyleF {
  width: 55%;
}

.table .ImgStyleG {
  width: 85%;
}

.table_imgsizeA img {
  width: 35%;
}

.table_imgsizeB img {
  width: 55%;
}

.table_imgsizeC img {
  width: 75%;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitile {
  width: 100%;
  padding: 0;
}

.box-compose .box-composeTitile div {
  background-color: #ffd257;
  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 {
  border-radius: 10px;
  margin: 5px auto;
  width: 97%;
  padding: 10px 0;
}

.box-compose .box-composeMain > div {
  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;
  color: #e3dcff;
}

.box-compose .box-composeMain > div > p {
  width: 98%;
  padding: 5px;
}

@media only screen and (max-width: 370px) {
  .box-compose .box-composeMain > div > p {
    font-size: 12px;
  }
}

.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #55b5e3;
}

.box-compose .box-composeMain:nth-child(even) div {
  background: #84d7ff;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(even) div.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) div {
  background: #d4bdf8;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(odd) div.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #482900;
  border: 3px solid #ffc4db;
  -webkit-box-shadow: 0px 0px 5px #d2d2d2;
          box-shadow: 0px 0px 5px #d2d2d2;
  background: #cbcbcb;
  background: #FFFFFF;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), to(#ffd5d7));
  background: linear-gradient(to bottom, #FFFFFF 20%, #ffd5d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.explanation .note-main p {
  width: 100%;
  text-align: center;
}

/* ================= 內容區塊 ================= */
.box {
  position: relative;
  border-radius: 15px;
  padding-bottom: 20px;
}

.box--size {
  width: 95%;
  margin: 0 auto;
}

.box--color {
  border: 3px solid #7450eb;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.box > h5 {
  color: #fff;
  background: #7450eb;
  padding: 13px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 1.3em;
}

.box > h6 {
  margin-top: 12px;
}

.box > p {
  padding: 10px 30px;
}

.box > img {
  width: 40%;
}

.box_popup {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.box_popup .layer_click {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box_popup .box_container.record {
  margin: 0 auto;
  top: 2.5%;
  left: 1%;
  width: 98%;
  height: 95%;
  padding: 1em;
  font-size: 120%;
  color: #FFF;
  line-height: 1.2em;
}

.box_popup .box_container.record h3 {
  font-size: 1.2em;
  line-height: 2em;
  color: #ffb244;
}

.box_popup .box_container.record ol {
  padding-left: 1.5em;
}

.box_popup .box_container {
  position: absolute;
  border-radius: 20px;
  border: 3px solid rgba(166, 133, 76, 0.7);
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: scroll;
}

.box_popup .box_container > table {
  margin: 0 auto;
}

.box_popup a.btn_x {
  position: absolute;
  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;
  top: 3.75%;
  right: 1.7%;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  border: 2px #eb3b6f solid;
  background-color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  z-index: 20;
  color: #eb3b6f;
  text-decoration: none;
}

.box_popup a.btn_x::before {
  content: '\f00d';
  font-family: fontAwesome;
  font-size: 42px;
  display: block;
}

.go_in {
  display: block;
  opacity: 1;
}

.go_out {
  display: none;
  opacity: 0;
}
