@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: #000;
  background-image: url(../../images/index_01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #dae9f8;
}

/* ================= 版頭 ================= */
.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 703px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 106px;
  height: 299px;
}

.header .logo {
  position: absolute;
  top: 20px;
  left: 176px;
  z-index: 999;
}

.header .logo a {
  display: block;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
}

.header .btn_m, .header .btn_m a {
  width: 201px;
  height: 171px;
}

.header .btn_m {
  position: absolute;
  top: 1100px;
  left: 855px;
  z-index: 999;
}

.header .btn_m a {
  display: block;
  background-image: url(../../images/btn_m.png);
  background-repeat: no-repeat;
}

.header .slogan {
  width: 258px;
  height: 623px;
  position: absolute;
  top: 42px;
  left: 284px;
  background-image: url(../../images/slogan.png);
  background-repeat: no-repeat;
}

.header .lead {
  width: 893px;
  height: 1254px;
  position: absolute;
  top: 0px;
  left: 427px;
  background-image: url(../../images/lead.png);
  background-repeat: no-repeat;
}

/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
}

.nav .container {
  width: 980px;
  margin: 0 auto 20px 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: 222px;
  height: 73px;
  padding-bottom: 7.44898%;
  margin: 5px 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.navBtn10 a {
  background-position-x: -900% !important;
}

.nav .container ul.navBtn li.navBtn11 a {
  background-position-x: -1000% !important;
}

.nav .container ul.navBtn li.navBtn12 a {
  background-position-x: -1100% !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: 32.88288%;
  background-size: 1200% 100%;
  display: block;
  margin: 0 auto;
  background-image: url(../../images/navBtn.png);
}

/* ================= 內容 ================= */
.content {
  width: 100%;
  padding-bottom: 5%;
}

.content .container {
  width: 960px;
  padding: 20px 36px;
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 0px 0px 15px 10px #fff;
          box-shadow: 0px 0px 15px 10px #fff;
  /*.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: 662px;
  width: 80%;
  margin: 0 auto;
}

.content .container > h4 {
  position: relative;
  display: block;
  color: #7ba2f1;
  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: 0px 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: #4e97ff;
  text-decoration: underline;
}

.content .container > p a:hover {
  color: #bd68ff;
}

.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: #4e97ff;
  text-decoration: underline;
}

.content .container ol li a:hover,
.content .container ul li a:hover {
  color: #bd68ff;
}

/* ================= 按鈕樣式 ================= */
.btnBox a {
  color: #fff;
  border: 1px solid #a5c2ff;
  background-image: #5d84d3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#365dac), color-stop(20%, #365dac), color-stop(40%, #5d84d3), color-stop(60%, #5d84d3), color-stop(80%, #365dac), to(#365dac));
  background-image: linear-gradient(to bottom, #365dac 0%, #365dac 20%, #5d84d3 40%, #5d84d3 60%, #365dac 80%, #365dac 100%);
  -webkit-box-shadow: 0px 3px 3px #1b4291;
          box-shadow: 0px 3px 3px #1b4291;
}

.btnBox a:hover {
  background-image: #799ee7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#527ccf), color-stop(20%, #527ccf), color-stop(40%, #799ee7), color-stop(60%, #799ee7), color-stop(80%, #527ccf), to(#527ccf));
  background-image: linear-gradient(to bottom, #527ccf 0%, #527ccf 20%, #799ee7 40%, #799ee7 60%, #527ccf 80%, #527ccf 100%);
  -webkit-box-shadow: 0px 2px #aac6ff,inset 0 2px 2px 2px #4c81eb ,inset 0 -10px 10px 0px #2a57b1;
          box-shadow: 0px 2px #aac6ff,inset 0 2px 2px 2px #4c81eb ,inset 0 -10px 10px 0px #2a57b1;
  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: #739ae9;
}

.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 #739ae9 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #fff;
  background-color: #739ae9;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #739ae9;
  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 #739ae9;
  background-color: #d2e3ff;
  /*單獨圖片尺寸*/
  /*表格內圖片尺寸*/
}

.table tr {
  background: #fff;
}

.table tr th {
  color: #fff;
  background: #739ae9;
}

.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: #4e97ff;
  text-decoration: underline;
}

.table tr td a:hover {
  color: #bd68ff;
}

.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 #739ae9;
  outline: 2px dashed #fff;
  outline-offset: -12px;
  background: #739ae9;
  color: #fff;
}

.box > h5 {
  color: #fff;
  background: #739ae9;
  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: #739ae9;
  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: #3a5aa3;
  background: #d2e0ff;
  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: #7aa3ff;
  background: #fff;
}

.slider-wra .slider__btn .slider__control {
  padding: 12px 0;
}
