@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 {
  color: #fff;
  -webkit-animation: back 2.5s linear infinite;
          animation: back 2.5s linear infinite;
  background-image: url(../../images/indexBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000612;
}

@-webkit-keyframes back {
  0% {
    background-image: url(../../images/indexBg.jpg);
  }
  35% {
    background-image: url(../../images/indexBg02.jpg);
  }
  60% {
    background-image: url(../../images/indexBg02.jpg);
  }
  100% {
    background-image: url(../../images/indexBg.jpg);
  }
}

@keyframes back {
  0% {
    background-image: url(../../images/indexBg.jpg);
  }
  35% {
    background-image: url(../../images/indexBg02.jpg);
  }
  60% {
    background-image: url(../../images/indexBg02.jpg);
  }
  100% {
    background-image: url(../../images/indexBg.jpg);
  }
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 658px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 160px;
  height: 67px;
}

.header .logo {
  position: absolute;
  top: 112px;
  left: 702px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .slogan {
  width: 648px;
  height: 397px;
  position: absolute;
  top: 73px;
  left: 188px;
  background-image: url(../../images/slogan.png);
  background-repeat: no-repeat;
}

.header .slogan_guitar {
  width: 335px;
  height: 500px;
  position: absolute;
  top: 263px;
  left: -55px;
  background-image: url(../../images/slogan_guitar.png);
  background-repeat: no-repeat;
}

.header .slogan_note {
  width: 136px;
  height: 152px;
  position: absolute;
  top: 0px;
  left: 670px;
  background-image: url(../../images/slogan_note.png);
  background-repeat: no-repeat;
}

.header .slogan_rabbit {
  width: 160px;
  height: 179px;
  position: absolute;
  top: 280px;
  left: 165px;
  background-image: url(../../images/slogan_rabbit.png);
  background-repeat: no-repeat;
}

.header .slogan_tit {
  width: 402px;
  height: 116px;
  position: absolute;
  top: 7px;
  left: 294px;
  background-image: url(../../images/slogan_tit.png);
  background-repeat: no-repeat;
}

.header .lead {
  width: 688px;
  height: 1064px;
  position: absolute;
  top: 0px;
  left: 600px;
  background-image: url(../../images/lead.png);
  background-repeat: no-repeat;
}

.header .icon_hot {
  width: 156px;
  height: 162px;
  position: absolute;
  top: 1266px;
  left: 203px;
  z-index: 99;
  background-image: url(../../images/icon_hot.png);
  background-repeat: no-repeat;
}

.header .icon_tit {
  width: 153px;
  height: 155px;
  position: absolute;
  top: 1122px;
  left: 700px;
  z-index: 99;
  background-image: url(../../images/icon_tit.png);
  background-repeat: no-repeat;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 960px;
  margin: 0 auto 28px auto;
  position: relative;
}

.nav .container ul.navBtn {
  width: 100%;
  position: relative;
  -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: 185px;
  height: 84px;
  padding-bottom: 8.75%;
  margin: 4px 0px;
}

.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 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: 45.40541%;
  background-size: 900% 100%;
  display: block;
  margin: 0 auto;
  background-image: url(../../images/navBtn.png);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 3%;
}

.content .container {
  width: 960px;
  padding: 20px 35px;
  border: 2px solid #cc00ff;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 22px 8px #7300df inset;
          box-shadow: 0px 0px 22px 8px #7300df inset;
  /*.subtitile{
            font-size: 1.3em;
            color: #fff799;
            text-align: center;
            .step{
                color: #fff799;
                width: 5em;
                padding: 5px 10px;
                margin: 0 10px;
                border-radius: 10px;
                display: inline-block;
                @include gradientLinear(#ef1216, #71120c);
            }
        }*/
}

.content .container > h3 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0;
  width: 100%;
  text-indent: -99999;
  margin-bottom: 15px;
}

.content .container > h3 img {
  display: block;
  max-width: 466px;
  margin: 0 auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #f7ba35;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.35em;
  margin: 12px 0 0 0;
  padding: 5px 0;
  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;
}

.content .container > h4:before {
  content: '';
  background-image: url("../../images/icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  margin: -1px 6px;
}

.content .container > h5 {
  font-size: 1.3em;
  padding: .4em;
  text-align: center;
  color: #fff;
  margin: 20px 0;
  background-image: #739ae9;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(186, 208, 253, 0.35)), color-stop(40%, #739ae9), color-stop(60%, #739ae9), color-stop(80%, rgba(186, 208, 253, 0.35)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(186, 208, 253, 0.35) 20%, #739ae9 40%, #739ae9 60%, rgba(186, 208, 253, 0.35) 80%, rgba(255, 255, 255, 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: 2em;
}

.content .container > p a {
  color: #00f6ff;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #ff0084;
}

.content .container > p.txt-center {
  margin-left: 0;
}

.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: #00f6ff;
  text-decoration: underline;
}

.content .container ol li a:hover,
.content .container ul li a:hover {
  color: #ff0084;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  color: #fff;
  border: 1px solid #d6aaff;
  background-image: #ac55ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#882ae0), color-stop(20%, #882ae0), color-stop(40%, #ac55ff), color-stop(60%, #ac55ff), color-stop(80%, #882ae0), to(#882ae0));
  background-image: linear-gradient(to bottom, #882ae0 0%, #882ae0 20%, #ac55ff 40%, #ac55ff 60%, #882ae0 80%, #882ae0 100%);
  -webkit-box-shadow: 0px 3px 3px #6d0fc5;
          box-shadow: 0px 3px 3px #6d0fc5;
}

.btnBox a:hover {
  background-image: #c07cff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e46f0), color-stop(20%, #9e46f0), color-stop(40%, #c07cff), color-stop(60%, #c07cff), color-stop(80%, #9e46f0), to(#9e46f0));
  background-image: linear-gradient(to bottom, #9e46f0 0%, #9e46f0 20%, #c07cff 40%, #c07cff 60%, #9e46f0 80%, #9e46f0 100%);
  -webkit-box-shadow: 0px 2px #6d0fc5,inset 0 2px 2px 2px #c07cff ,inset 0 -10px 10px 0px #ac55ff;
          box-shadow: 0px 2px #6d0fc5,inset 0 2px 2px 2px #c07cff ,inset 0 -10px 10px 0px #ac55ff;
  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;
}

/* ================= 網格系統 ================= */
.col {
  margin: 1% 0.7%;
}

.col-2 {
  width: 18%;
}

.col-3 {
  width: 23%;
}

/* ================= item__box ================= */
.item__box {
  background: none;
  border: none;
}

.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: #5e00b6;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #fff000;
  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: #4f4f4f 30%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #4f4f4f), to(#000));
  background: linear-gradient(to bottom, #4f4f4f 30% 20%, #000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 3px #5e00b6 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #5e00b6;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #5e00b6;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

.freeSynthesis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.symbol {
  height: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*================= table ================= */
.table tr th, .table tr td {
  border: 1px solid transparent;
}

.table {
  font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-spacing: 2px;
  border-radius: 5px;
  color: #000;
  border: 5px solid #5e00b6;
  background-color: #000;
  /*單獨圖片尺寸*/
  /*表格內圖片尺寸*/
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  background: #5e00b6;
}

.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: #eaefff;
}

.table tr td a {
  color: #00f6ff;
  text-decoration: underline;
}

.table tr td a:hover {
  color: #ff0084;
}

.table .ImgStyleA {
  width: 8.5%;
}

.table .ImgStyleB {
  width: 15%;
}

.table .ImgStyleC {
  width: 25%;
}

.table .ImgStyleD {
  width: 35%;
}

.table .ImgStyleE {
  width: 60%;
}

.table .ImgStyleF {
  width: 70%;
}

.table_imgsizeA img {
  width: 35%;
}

.table_imgsizeB img {
  width: 55%;
}

.table_imgsizeC img {
  width: 80%;
}

/*================= 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: 20px;
}

.box--size {
  width: 95%;
  margin: 0 auto;
}

.box--color {
  border: 6px solid #5e00b6;
  outline: 2px dashed #fff;
  outline-offset: -12px;
  background: #5e00b6;
  color: #fff;
}

.box > h5 {
  color: #fff;
  background: #5e00b6;
  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 {
  line-height: 32px;
}

/*================= 內容區塊獨立樣式設定 =================*/
[data-boxstyle="style01"] {
  border-radius: 10px;
  background: #8f82bc;
}

[data-boxstyle="style01"] p {
  color: #fff6c3;
  text-align: left;
  line-height: 1.5em;
}

[data-boxstyle="style02"] {
  color: #233300;
  line-height: 1.5em;
  outline: 2px dashed #eaffba;
  outline-offset: -12px;
  border-radius: 15px;
  background: #96cc1b;
}

/* =================唯舞活動頁使用：步驟流程================= */
.step {
  margin: 10px 0 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step ul {
  padding: 0;
}

.step li {
  display: inline-block;
  padding: 12px;
  margin-right: 25px;
  color: #000;
  border-radius: 10px;
  vertical-align: middle;
  list-style: none;
  position: relative;
  border: 1px #b8b8b8 solid;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  background: #fff 20%;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(#d6d6d6));
  background: linear-gradient(to bottom, #fff 20% 20%, #d6d6d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.step li > img {
  border-radius: 5px;
}

.step li:before {
  content: '►';
  color: #b8b8b8;
  font-size: 1.3em;
  position: absolute;
  right: -29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.step li:last-child:before {
  content: '';
}

/*=============== 禮包圖片輪播 =====================*/
.slider-wra, .slider-wra .slider, .slider-wra .slider ul.slider__list li {
  width: 820px;
}

.slider-wra {
  margin: 10px auto 30px auto;
  text-align: center;
  background: #5e00b6;
  border-radius: 10px;
}

.slider-wra .slider {
  height: 540px;
  position: relative;
  overflow: hidden;
}

.slider-wra .slider ul.slider__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 9999px;
  height: 100%;
}

.slider-wra .slider ul.slider__list li {
  float: left;
  height: 100%;
}

.slider-wra .slider ul.slider__list img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.slider-wra .slider__btn ul {
  margin: 0;
}

.slider-wra .slider__btn ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 3px;
  font-size: 120%;
}

.slider-wra .slider__btn ul li a {
  color: #fff;
  background: #c200c3;
  min-width: 120px;
  padding: 8px 16px;
  border-radius: 10px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

.slider-wra .slider__btn ul li a:hover {
  color: #fd00ff;
  background: #000;
}

.slider-wra .slider__btn .slider__control {
  padding: 12px 0;
}
