@charset "UTF-8";
/* CSS Document */
/*-------------全曲塊設定-------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  noFocusLine: expression(this.onFocus=this.blur());
}

/* For Firefox */
:focus {
  -moz-outline-style: none;
}

b {
  width: 100%;
  display: block;
  text-align: center;
}

img {
  display: block;
}

/*-------------------區塊-------------------*/
.wrapper {
  background: url(../images/index_01.jpg) center top no-repeat #d5ebf2;
}

.container {
  width: 100%;
  font-size: 110%;
  padding: 0 !important;
  position: relative;
}

.content {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0;
  clear: both;
  position: relative;
  z-index: 5;
}

.content__note {
  width: 100%;
  background: url(../images/index_02.jpg) center top no-repeat #86c4f1;
}

.header {
  width: 1024px;
  height: 710px;
  margin: 0 auto;
  position: relative;
}

.header .logo, .header .logo a {
  width: 206px;
  height: 87px;
}

.header .logo {
  position: absolute;
  top: 37px;
  left: 516px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}

.header a.openboxbtn {
  position: absolute;
  width: 177px;
  height: 152px;
  left: 550px;
  top: 888px;
  display: block;
  z-index: 99;
  background-image: url(../images/btnBox.png);
  background-repeat: no-repeat;
}

.header__main {
  position: absolute;
  left: 3%;
  top: 5%;
}

.header__man {
  position: absolute;
  right: -100px;
  top: 10px;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  padding-top: 50%;
}

.nav .container {
  width: 970px;
  margin: 0 auto;
  position: relative;
  height: 190px;
}

.nav .container ul.navBtn {
  width: 100%;
  position: absolute;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  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 .container ul.navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  width: 188px;
  height: 89px;
  padding-bottom: 9.17526%;
}

.nav .container ul.navBtn li.navBtn1 a {
  background-position-x: 0% !important;
}

.nav .container ul.navBtn li.navBtn2 a {
  background-position-x: -100% !important;
}

.nav .container ul.navBtn li.navBtn3 a {
  background-position-x: -200% !important;
}

.nav .container ul.navBtn li.navBtn4 a {
  background-position-x: -300% !important;
}

.nav .container ul.navBtn li.navBtn5 a {
  background-position-x: -400% !important;
}

.nav .container ul.navBtn li.navBtn6 a {
  background-position-x: -500% !important;
}

.nav .container ul.navBtn li.navBtn7 a {
  background-position-x: -600% !important;
}

.nav .container ul.navBtn li.navBtn8 a {
  background-position-x: -700% !important;
}

.nav .container ul.navBtn li.navBtn9 a {
  background-position-x: -800% !important;
}

.nav .container ul.navBtn li.navBtn10 a {
  background-position-x: -900% !important;
}

.nav .container ul.navBtn li a:hover, .nav .container ul.navBtn li.action a {
  background-image: url(../images/navBtn_action.png);
}

.nav .container ul.navBtn li a {
  height: 0;
  padding-bottom: 47.34043%;
  background-size: 1000% 100%;
  display: block;
  margin: 0 auto;
  background-image: url(../images/navBtn.png);
}

/* =================內容區================= */
.content > p {
  font-size: 18px;
  color: #6b4e53;
  padding-left: 50px;
  line-height: 35px;
}

.container h3 {
  padding: 5px 10px;
  color: #f0bed6;
  font: 25px/28px "微軟正黑體", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}

.container h3:before {
  content: '';
  background-image: url(../images/icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: -8px 3px;
}

.container h4 {
  font-size: 21px;
  padding: 5px 10px;
  font-weight: bold;
  color: #ffe301;
}

.container ol, .container ul.left {
  font-size: 18px;
  margin-left: 40px;
  padding-bottom: 20px;
  color: #fff;
}

.container ol li {
  line-height: 35px;
}

.container ol li > ul {
  margin-left: 25px;
  list-style-type: square;
}

.container a {
  color: #0818f8;
  text-decoration: underline;
}

.container a:hover {
  color: #ea68a2;
}

.container .imgCenter {
  display: block;
  margin: 0 auto;
}

.container .table {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  font: 18px/21px "微軟正黑體", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container .table--styleA, .container .table--styleB {
  text-align: center;
  border: solid 3px #f0bed6;
  font-size: 16px;
  color: #4d4d4d;
  border-spacing: 3px;
  border-radius: 8px;
  line-height: 40px;
}

.container .table--styleA th, .container .table--styleB th {
  padding: 5px;
  background: #f0bed6;
  text-align: center;
  color: #9a2860;
}

.container .table--styleB td {
  padding: 5px;
}

.container .table--styleA td {
  padding: 5px;
  background: #FFF;
}

.container .table--styleA td.tdA {
  background: #fff2e4;
  color: #483a39;
}

.container .table--styleA td.tdB {
  background: #fb1515;
  font-size: 15px;
  color: #ffff51;
}

.container .table--styleA img, .container .table--styleB img {
  margin: 0 auto;
  display: block;
}

.container .table--styleA img.inline {
  display: inline;
}

.container .table--styleA .swfA {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  display: block;
}

.container .table--styleA td.left {
  text-align: left;
}

.container .table a {
  color: #d66b00;
}

.item-title p {
  color: #ffd62e;
}

.bonus {
  display: block;
  position: absolute;
  left: 76%;
  margin-top: 2%;
  z-index: 4;
  width: 50%;
  max-width: 118px;
}

/*加碼圖檔*/
.raise {
  position: absolute;
  right: -3%;
  top: 34px;
  width: 15%;
}

/*產包按鈕設定*/
.slider__control {
  width: 90%;
  margin: 0 auto;
}

/* =================回收規則區================= */
.content__box {
  width: 100%;
  padding: 15px;
  margin: 10px auto;
  outline: 2px dashed #fff;
  outline-offset: -12px;
  border-radius: 15px;
  background: #f0bed6;
  opacity: 0.9;
}

.content__box > h3 {
  padding-bottom: 10px;
}

.content__box > p {
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
  color: #5a1646;
  padding: 15px 60px;
}

.content__box > ol {
  padding-bottom: 20px;
  margin-left: 60px;
  font-size: 18px;
  color: #575e87;
}

.content__box .dotted {
  border-top: 3px #ffbfa3 solid;
  height: 2px;
  overflow: hidden;
}

.text-orange {
  color: #861a00 !important;
}

/*=================唯舞用：步驟流程=================*/
.step {
  margin: 0  auto;
  width: 90%;
}

.step ul {
  padding: 0;
}

.step li {
  display: inline-block;
  padding: 12px;
  width: 29%;
  margin-right: 25px;
  color: #4a1c07;
  border-radius: 10px;
  vertical-align: middle;
  list-style: none;
  position: relative;
  text-align: center;
  border: 3px #ff9d02 solid;
  background: #f2f2f2;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(0%, #f2f2f2), color-stop(99%, #fff6f3));
  background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 0%, #fff6f3 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.step li > img {
  border-radius: 5px;
}

.step li:before {
  content: '►';
  color: #f2b59b;
  font-size: 1.5em;
  position: absolute;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.step li:last-child:before {
  content: '';
}

/*獎項區*/
.item__box {
  background-color: #4f4f4f !important;
}

.item__box-title {
  background-color: #e8b7cf !important;
  color: #9a2860 !important;
}

.item__box {
  border-color: #e8b7cf !important;
}

.item__box-get {
  color: #ffff00;
}

/* ================= 按鈕樣式 ================= */
.btnBox {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.btnBox a {
  color: #fff;
  border: 1px solid #e0b3b3;
  background-image: #a17474;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7a4d4d), color-stop(20%, #7a4d4d), color-stop(40%, #a17474), color-stop(60%, #a17474), color-stop(80%, #7a4d4d), to(#7a4d4d));
  background-image: linear-gradient(to bottom, #7a4d4d 0%, #7a4d4d 20%, #a17474 40%, #a17474 60%, #7a4d4d 80%, #7a4d4d 100%);
  -webkit-box-shadow: 0px 3px 3px #5d3737;
          box-shadow: 0px 3px 3px #5d3737;
  padding: 1% 2%;
  text-decoration: none;
  border-radius: 20px;
}

.btnBox a:hover {
  background-image: #be9191;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8e6161), color-stop(20%, #8e6161), color-stop(40%, #be9191), color-stop(60%, #be9191), color-stop(80%, #8e6161), to(#8e6161));
  background-image: linear-gradient(to bottom, #8e6161 0%, #8e6161 20%, #be9191 40%, #be9191 60%, #8e6161 80%, #8e6161 100%);
  -webkit-box-shadow: 0px 2px #835151,inset 0 2px 2px 2px #be9191 ,inset 0 -10px 10px 0px #835151;
          box-shadow: 0px 2px #835151,inset 0 2px 2px 2px #be9191 ,inset 0 -10px 10px 0px #835151;
  top: 2px;
  color: #fff;
}

.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;
}
