@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
html, body {
  line-height: 24px;
  font-size: 18px;
}

.wrapper {
  background-image: url(../../images/indexBg.jpg);
  background-color: #170108;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}
.header .container {
  width: 1024px;
  height: 700px;
  position: relative;
}
.header .logo {
	width: 197px;
	height: 152px;
}
.header .logo {
	position: absolute;
	top: 11px;
	left: 410px;
}
.header .slogan {
  width: 941px;
  height: 313px;
  position: absolute;
  top: 345px;
  left: 22px;
  background-image: url(../../images/slogan.png);
}


/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}
.nav .container {
  width: 1024px;
}
.nav .container .navBtn {
  width: 960px;
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.nav .container .navBtn li, .nav .container .navBtn li a {
  width: 340px;
  height: 140px;
}
.nav .container .navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  margin: 0 10px;
}
.nav .container .navBtn li.navBtn01 a {
  background-position-x: 0px;
}
.nav .container .navBtn li.navBtn02 a {
  background-position-x: -350px;
}
.nav .container .navBtn li a {
  background-image: url("../../images/navBtn.png");
  background-repeat:no-repeat;
  display: block;
  transition: all .4s;
  margin: 0 auto;
}
.nav .container .navBtn li a:hover {
  background-image: url("../../images/navBtn_action.png");
  background-repeat:no-repeat;
}
.nav .container .navBtn li.action a {
  background-image: url("../../images/navBtn_action.png");
  background-repeat:no-repeat;
}

/* ================= 內容 ================= */
.content {
  width: 100%;
}
.content .container {
  width: 960px;
  padding: 30px 0;
}
.content .container .btnM, .content .container .btnM a {
  width: 186px;
  height: 184px;
}
.content .container .btnM {
  position: absolute;
  top: 10px;
  right: 20px;
}
.content .container .btnM a {
  display: block;
  background-image: url("../../images/BtnM.png");
}
.content .container .btnM a:hover {
  background-image: url("../../images/BtnM-action.png");
}
.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 30px 0;
  width: 100%;
}
.content .container > h3 img {
  display: block;
  max-width: 65%;
  margin: 35px auto 0 auto;
}
.container .titlePoint img {
  display: block;
  max-width: 85%;
  margin: 30px auto 90px auto;
}
.container .Stitla img {
  display: block;
  max-width: 50%;
  margin: 30px 0;
  margin-left:30px;
}
.content .container > h4 {
  position: relative;
  display: block;
  color: #ffff73;
  font-weight: bold;
  font-size: 1.2em;
  margin: 12px 0;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.content .container > h4:before {
  content: '';
  background-image: url("../../images/gift.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin: 0 5px;
}
.content .container > h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  color: #fff;
  background-image: #45101b;
  background-image: -o-linear-gradient(left, rgba(172, 71, 117, 0) 0%, #ac4775 20%, #45101b 40%, #45101b 60%, #ac4775 80%, rgba(172, 71, 117, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(172, 71, 117, 0) 0%, #ac4775 20%, #45101b 40%, #45101b 60%, #ac4775 80%, rgba(172, 71, 117, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(172, 71, 117, 0) 0%, #ac4775 20%, #45101b 40%, #45101b 60%, #ac4775 80%, rgba(172, 71, 117, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(172, 71, 117, 0) 0%, #ac4775 20%, #45101b 40%, #45101b 60%, #ac4775 80%, rgba(172, 71, 117, 0) 100%);
  background-image: linear-gradient(to left, rgba(172, 71, 117, 0) 0%, #ac4775 20%, #45101b 40%, #45101b 60%, #ac4775 80%, rgba(172, 71, 117, 0) 100%);
}
.content .container > h6 {
  font-size: 1.125em;
  padding: .5em;
  text-align: center;
  color: #f7e788;
}
.content .container > p {
  margin-left: 2em;
}
.content .container > p > a {
  color: #00ffe4;
}
.content .container > p > a:hover {
  color: #79f8ff;
}
.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: -moz-linear-gradient(top, #ef1216 20%, #71120c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ef1216 20%, #71120c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ef1216 20%, #71120c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.content .container ol,
.content .container ul {
  margin-left: 3em;
}
.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: #00b3b0;
}
.content .container ol li > a:hover,
.content .container ul li > a:hover {
  color: #ff934a;
}
.imgx2 {position:relative; display:block; height:20em; margin-bottom:5em}
/* ================= 分頁按鈕樣式 ================= */
.content__btn div {
  border-left: 1px solid #b3b3b3;
}
.content__btn div a:hover, .content__btn div.action a {
  color: #fdf1b3;
  border-radius: 2em;
  border: 1px solid #9d0e3a;
  font-weight: bold;
  background-image: #9d0e3a;
  background-image: -o-linear-gradient(top, #840224 0%, #840224 20%, #9d0e3a 40%, #9d0e3a 60%, #840224 80%, #840224 100%);
  background-image: -moz-linear-gradient(top, #840224 0%, #840224 20%, #9d0e3a 40%, #9d0e3a 60%, #840224 80%, #840224 100%);
  background-image: -webkit-linear-gradient(top, #840224 0%, #840224 20%, #9d0e3a 40%, #9d0e3a 60%, #840224 80%, #840224 100%);
  background-image: -ms-linear-gradient(top, #840224 0%, #840224 20%, #9d0e3a 40%, #9d0e3a 60%, #840224 80%, #840224 100%);
  background-image: linear-gradient(to bottom, #840224 0%, #840224 20%, #9d0e3a 40%, #9d0e3a 60%, #840224 80%, #840224 100%);
}
.content__btn div a {
  color: #fdf1b3;
}
.content__btn div a:hover {
  transition: all 0.4s;
}
.content__btn div.label:before {
  content: '\f0a3';
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
}
.content__btn div.label:after {
  color: #4a0000;
}

/* ================= item__box ================= */
.item__box {
  position:relative;
  background-color: #02162d;
  border-color: #007cee;
  margin:0 auto;
  width:90%;
}
.item__box--shadow {
  box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}
.item__box-title {
  color: #fff;
  background-color: #007cee;
}
.item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box-get {
  text-align: center;
  color: #fff799;
}
.item__box-text {
  text-align: left;
}

/*按鈕*/
.Btn { 
	width:100%; 
	margin:10px auto 20px auto; 
	position:relative; 
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}	
	.Btn a{
			width:200px;
			padding: 10px;
			margin: 10px;
			margin-right:3px;
			border:2px solid #fff;
			border-radius: 20px;
			color:#fbe4b5;
			font-size:1.25em;
			font-weight:bold;
			text-decoration: none;
			display: block;
			text-align: center;
			cursor: pointer;
			background: #9c0202;
			background: -moz-linear-gradient(top, #ff484a 0%, #d60002 50%, #9c0202 51%, #d60002 100%);
			background: -webkit-linear-gradient(top, #ff484a 0%, #d60002 50%, #9c0202 51%, #d60002 100%);
			background: -o-linear-gradient(top, #ff484a 0%, #d60002 50%, #9c0202 51%, #d60002 100%);
			background: -ms-linear-gradient(top, #ff484a 0%, #d60002 50%, #9c0202 51%, #d60002 100%);
			background: linear-gradient(to bottom, #ff484a 0%, #d60002 50%, #9c0202 51%, #d60002 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff484a', endColorstr='#d60002', GradientType=0 );
			box-shadow: 0px 3px 3px #930000;
			position: relative;
	}
	.Btn a:hover{ 
		box-shadow: 0px 2px #930000,inset 0 2px 2px 2px #ff4848,inset 0 -10px 10px 0px #930000;
		top:2px; 
		color:#ffdb92;
	}
	.Btn a:before{ 
		content: ''; 
		display: inline-block; 
		vertical-align: middle; 
		height:100%; 
	}
	.Btn a span{ 
		display: inline-block; 
		vertical-align: middle; 
		font-size:16px; 
		line-height:21px; 
		letter-spacing:2px; 
	}
/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #ffadad;
}

.table {
  color: #463c3c;
  border: 5px solid #b03d3d;
}
.table tr {
  background: #f4f8fd;
}
.table tr th {
  color: #911313;
  background: #93b8e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffadad 20%, #ffbebe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffadad 20%, #ffbebe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffadad 20%, #ffbebe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.table tr td img {
  display: block;
  margin: 0 auto;
}
.table tr td[data-tablebg="style01"] {
  background-color: #f7e788;
}

/*================= tableNote =================*/
.tableNote_label {
  top: -30px;
  right: 30px;
  width: 108px;
  height: 108px;
  background-image: url(../../images/certificate-shape.svg);
  background-size: 100%;
}
.tableNote_label::after {
  color: #9c0000;
  white-space: pre-line;
}

/*================= 禮包 ================= */
.slider-wra {
  width: 820px;
  background: #88abda;
}
.slider-wra .slider {
  width: 820px;
  height: 540px;
}
.slider-wra .slider ul.slider__list {
  width: 16400px;
}
.slider-wra .slider ul.slider__list li {
  width: 820px;
  height: 540px;
}
.slider-wra .slider ul.slider__list li img {
  width: 820px;
  height: 540px;
}
.slider-wra .slider__btn ul li a {
  color: #fff799;
  background: #5f52a0;
  border: 5px solid #8a7cd0;
  border-radius: 25px;
  padding: 5px;
}
.slider-wra .slider__btn ul li a:hover {
  background: #8a7cd0;
  border: 5px solid #5f52a0;
}

/* ================= 說明框 ================= */
.explanation .note-main {
  color: #3f3f3f;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 5px #d2d2d2;
  background: #cbcbcb;
  background: #FFFFFF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 20%, #cbcbcb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FFFFFF 20%, #cbcbcb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 20%, #cbcbcb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.explanation .note-main p {
  width: 100%;
  text-align: center;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .title div {
  background: #a2002a;
  padding: 5px;
}
.box-compose .box-composeMain {
  border-radius: 10px;
  margin: 15px auto;
  padding: 15px;
}
.box-compose .box-composeMain div {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 10px;
  margin: 8px 0;
  color: #e3dcff;
}
.box-compose .box-composeMain div p {
  width: 98%;
  padding: 5px;
}
.box-compose .box-composeMain div p img {
  display: block;
  margin: 0 auto;
}
.box-compose .box-composeMain:nth-child(even) {
  background-color: #72a700;
}
.box-compose .box-composeMain:nth-child(even) div {
  background: #a1cc46;
}
.box-compose .box-composeMain:nth-child(even) div.symbol {
  background: transparent;
  color: #fff;
}
.box-compose .box-composeMain:nth-child(odd) {
  background-color: #72a700;
  white-space: 10px;
}
.box-compose .box-composeMain:nth-child(odd) div {
  background: #a1cc46;
  color: #092b00;
}
.box-compose .box-composeMain:nth-child(odd) div.symbol {
  background: transparent;
  color: #fff;
}

/* ================= 內容區塊 ================= */
.box {
  padding: 25px;
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style01"] {
  border-radius: 10px;
  background: #5dabb9;
}
[data-boxstyle="style01"] p {
  color: #fff6c3;
  text-align: left;
  line-height: 1.5em;
}

[data-boxstyle="style02"] {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #fff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #5dabb9;
}

/* =================滑動選單B 單一遊戲================= */
#float_box {
  display: none;
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 155px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 3px solid #000;
}
#float_box #float_box img {
  margin: 0 auto;
}

/* ================= CSS動態  =================*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: translateY(10px);
    opacity: 1;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateY(10px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
    opacity: 1;
  }
}
