@charset "UTF-8";
/* CSS Document */
.itemList .Img img, .itemList .item, .headAnchorArea.out, .headAnchorArea, .anchorArea {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pnyfull {
  width: 100vw;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1a1a1a;
}

.anchorArea, .headAnchorArea {
  padding: 10px 0;
  margin: 0 -20px;
  background: #151515;
}
.anchorArea .wrap, .headAnchorArea .wrap {
  position: relative;
  max-width: 1160px;
}
.anchorArea .eventAnchorList, .headAnchorArea .eventAnchorList {
  display: block;
}
.anchorArea .eventAnchorList:not(.slick-slider), .headAnchorArea .eventAnchorList:not(.slick-slider) {
  position: relative;
}
.anchorArea .eventAnchorList:not(.slick-slider) > div, .anchorArea .eventAnchorList:not(.slick-slider) li, .headAnchorArea .eventAnchorList:not(.slick-slider) > div, .headAnchorArea .eventAnchorList:not(.slick-slider) li {
  position: relative;
  z-index: 2;
}
.anchorArea .eventAnchorList:not(.slick-slider) > div:not(:first-child), .anchorArea .eventAnchorList:not(.slick-slider) li:not(:first-child), .headAnchorArea .eventAnchorList:not(.slick-slider) > div:not(:first-child), .headAnchorArea .eventAnchorList:not(.slick-slider) li:not(:first-child) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.anchorArea li, .headAnchorArea li {
  text-align: center;
}
.anchorArea a, .headAnchorArea a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 25px;
  text-align: center;
  cursor: pointer;
  line-height: 1;
}
@media (max-width: 480px) {
  .anchorArea a, .headAnchorArea a {
    font-size: 15px;
    text-align: center;
  }
}
@media (min-width: 1201px) {
  .anchorArea a:hover, .headAnchorArea a:hover {
    color: #2098D1;
  }
}
.anchorArea .arrowBox, .headAnchorArea .arrowBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left top, right top, from(#151515), color-stop(12%, rgba(21, 21, 21, 0)), color-stop(88%, rgba(21, 21, 21, 0)), to(#151515));
  background: linear-gradient(to right, #151515 0%, rgba(21, 21, 21, 0) 12%, rgba(21, 21, 21, 0) 88%, #151515 100%);
  pointer-events: none;
}
.anchorArea .arrow, .headAnchorArea .arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  cursor: pointer;
  pointer-events: all;
  padding: 25px;
}
.anchorArea .arrow::before, .headAnchorArea .arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #8a8a8a;
  border-right: 2px solid #8a8a8a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.anchorArea .arrowPrev, .headAnchorArea .arrowPrev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.anchorArea .arrowNext, .headAnchorArea .arrowNext {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.anchorArea .arrow:hover::before, .headAnchorArea .arrow:hover::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.anchorArea {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.anchorArea.fixed {
  position: fixed;
  z-index: 5;
  top: 60px;
  width: 100%;
}

.headAnchorArea {
  position: fixed;
  width: 100%;
  margin: 0;
  z-index: 0;
  top: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.headAnchorArea.out {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  top: -75px;
}

.dateBox .wrap {
  position: relative;
  max-width: 1160px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.promoBox, .claimBox {
  margin: 0 auto;
  padding: 20px;
}
@media (max-width: 640px) {
  .promoBox, .claimBox {
    padding: 20px 0;
  }
}

.dateTitle {
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #bbbbbb;
  text-align: center;
}
@media (max-width: 960px) {
  .dateTitle {
    font-size: 26px;
  }
}
@media (max-width: 420px) {
  .dateTitle {
    margin-bottom: 10px;
  }
}

.timebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .timebox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 420px) {
  .timebox {
    margin-bottom: 10px;
  }
}
.timebox .title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 12px 15px 12px 0;
  margin-right: 15px;
  min-width: 70px;
}
@media (max-width: 640px) {
  .timebox .title {
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding: 12px 0;
  }
}
.timebox .board {
  display: block;
  min-width: 80px;
  padding: 12px 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #373636;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
}
.timebox .board::before {
  content: attr(data-name);
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #999999;
  padding-bottom: 5px;
}
@media (max-width: 640px) {
  .timebox .board {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .timebox .board {
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 420px) {
  .timebox .board {
    padding: 12px 10px;
    min-width: 60px;
  }
}

.dateTxt {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  color: #d3d3d3;
  line-height: 1.4;
  margin-top: 10px;
}

.productsBox {
  padding: 85px 0 0;
  background-color: #1a1a1a;
}
@media (max-width: 640px) {
  .productsBox {
    padding: 60px 0 0;
  }
}
.productsBox .wrap {
  max-width: 1160px;
  padding: 0 20px 5%;
}
.productsBox .title {
  position: relative;
  margin: initial;
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 960px) {
  .productsBox .title {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .productsBox .title {
    margin-bottom: 40px;
  }
}

.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.itemList li {
  display: none;
  width: 33.33333%;
  padding: 0 15px 60px;
}
.itemList li.current {
  display: block;
}
@media (max-width: 640px) {
  .itemList li {
    width: 50%;
    padding: 0 10px 40px;
  }
}
@media (max-width: 420px) {
  .itemList li {
    width: 100%;
  }
}
.itemList .item {
  position: relative;
  height: 100%;
  padding: 25px;
  border: solid 1px #484848;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.itemList .item:hover {
  border: solid 1px #eee;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
}
.itemList .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.itemList .Img {
  position: relative;
}
.itemList .Img a {
  display: block;
  overflow: hidden;
}
.itemList .Img img {
  display: block;
  width: 100%;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.itemList h3 a {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 480px) {
  .itemList h3 a {
    min-height: 50px;
  }
}
.itemList .introduction {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #888888;
  word-break: break-all;
}
.itemList .introduction:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 1px;
  background-color: #888888;
}

.buttonBox {
  padding: 85px 0;
  background: #fff;
  margin: 0 -20px;
}
@media (max-width: 480px) {
  .buttonBox {
    padding: 40px 0 20px;
  }
}
.buttonBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .buttonBox .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.buttonBox a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  width: 45%;
  margin: 0 auto;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .buttonBox a {
    width: 100%;
    margin: 25px auto;
  }
}
.buttonBox a.claim, .buttonBox a.check {
  color: #ffffff;
  background: #000000;
}
.buttonBox a.finish {
  color: rgb(121, 121, 121);
  background: #e7e7e7;
  cursor: default;
}
@media (min-width: 1201px) {
  .buttonBox a.finish:hover {
    color: rgb(121, 121, 121);
    background: #e7e7e7;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (min-width: 1201px) {
  .buttonBox a:hover {
    -webkit-box-shadow: 2px 2px 10px #cccccc;
            box-shadow: 2px 2px 10px #cccccc;
    background: #2c2c2c;
  }
}

.formArea .moduleWrap, .statusArea .moduleWrap {
  max-width: 1160px;
  -webkit-box-shadow: 2px 2px 10px #272727;
          box-shadow: 2px 2px 10px #272727;
}
.formArea .moduleContent, .statusArea .moduleContent {
  max-height: calc(90vh - 50px);
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 640px) {
  .formArea .moduleContent, .statusArea .moduleContent {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 360px) {
  .formArea .moduleContent, .statusArea .moduleContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.formArea .moduleContent .topBox, .statusArea .moduleContent .topBox {
  text-align: center;
}
.formArea .moduleContent .title, .statusArea .moduleContent .title {
  font-size: 38px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .formArea .moduleContent .title, .statusArea .moduleContent .title {
    font-size: 25px;
  }
}
.formArea .moduleContent .thankInfo a, .statusArea .moduleContent .thankInfo a {
  text-decoration: underline;
}
@media (min-width: 1201px) {
  .formArea .moduleContent .thankInfo a:hover, .statusArea .moduleContent .thankInfo a:hover {
    color: #535353;
  }
}
.formArea .moduleContent .paragraph, .statusArea .moduleContent .paragraph {
  margin-top: 20px;
}
.formArea .moduleContent .addInfo, .statusArea .moduleContent .addInfo {
  font-size: 16px;
  line-height: 1.8;
  margin: initial;
  font-weight: 300;
  margin-top: 20px;
}

.formBox {
  margin-top: 40px;
}

.formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  color: #2f2f2f;
  margin-left: -10px;
  margin-right: -10px;
  /*字的顏色*/
}
.formList [class^=g-] {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin: 10px 0;
}
@media (max-width: 640px) {
  .formList [class^=g-] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.formList [class^=g-].store {
  margin-left: 20px;
}
@media (max-width: 766px) {
  .formList [class^=g-].store {
    margin-left: 0;
  }
}
.formList [class^=g-].checkArea {
  border: 1px solid transparent;
}
.formList [class^=g-].upload {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid transparent;
  padding: 10px 0;
}
@media (max-width: 1180px) {
  .formList [class^=g-].upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.formList [class^=g-].upload .leftBox, .formList [class^=g-].upload .rightBox {
  min-width: 485px;
  width: 50%;
}
@media (max-width: 1180px) {
  .formList [class^=g-].upload .leftBox, .formList [class^=g-].upload .rightBox {
    min-width: 650px;
    margin: 25px 0;
  }
}
@media (max-width: 860px) {
  .formList [class^=g-].upload .leftBox, .formList [class^=g-].upload .rightBox {
    min-width: initial;
    width: 100%;
  }
}
.formList [class^=g-].checkbox {
  border: 1px solid transparent;
  border-top: 1px solid #999999;
  padding-top: 30px;
  margin-top: 30px;
}
.formList [class^=g-].checkbox label {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.formList [class^=g-].checkbox p {
  margin-left: 5px;
  font-size: 15px;
}
@media (max-width: 640px) {
  .formList [class^=g-].checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.formList .left {
  min-width: 210px;
  padding-right: 10px;
}
@media (max-width: 640px) {
  .formList .left {
    min-width: initial;
    padding-bottom: 10px;
    padding-right: 0;
  }
}
.formList .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.formList .right::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: #7d7d7d;
}
@media (max-width: 640px) {
  .formList .right {
    width: 100%;
  }
  .formList .right::after {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background: #e2e2e2;
  }
}
.formList .top {
  width: 100%;
}
.formList .top em {
  padding-right: 5px;
}
.formList .top .tips img {
  display: inline-block;
  max-width: 10px;
}
.formList .top .tips a {
  display: inline-block;
  font-size: 15px;
  color: #999999;
  text-decoration: underline;
  padding: 10px 0 15px 10px;
}
@media (min-width: 1201px) {
  .formList .top .tips a:hover {
    color: #222222;
  }
}
.formList .uploadBox {
  width: 100%;
}
.formList .uploadBox .drag_area {
  position: relative;
  border: 1px dashed #999999;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1201px) {
  .formList .uploadBox .drag_area:hover {
    border: 1px dashed #222222;
    background: #ececec;
  }
}
.formList .uploadBox .drag_area.active {
  border: 1px dashed #222222;
  background: #ececec;
}
.formList .uploadBox .drag_area.active .icon, .formList .uploadBox .drag_area.active .title {
  display: none;
}
@media (max-width: 640px) {
  .formList .uploadBox .drag_area {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 360px) {
  .formList .uploadBox .drag_area {
    padding: 40px 20px;
  }
}
.formList .uploadBox .title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .formList .uploadBox .title {
    text-align: center;
  }
}
.formList .uploadBox .txt {
  font-size: 15px;
  color: #999999;
  max-width: 300px;
  line-height: 1.5;
  word-break: break-all;
}
@media (max-width: 640px) {
  .formList .uploadBox .txt {
    text-align: center;
  }
}
.formList .uploadBox .icon {
  margin-left: auto;
}
.formList .uploadBox .icon img {
  display: block;
  width: 100%;
}
@media (max-width: 640px) {
  .formList .uploadBox .icon {
    margin: 25px auto;
  }
}
.formList .uploadBox .Img {
  width: 100%;
  height: 100%;
}
.formList .uploadBox .Img img {
  display: block;
  width: 100%;
}
.formList .tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .formList .tip {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.formList .tip .okay {
  line-height: 1.5;
  color: #2bb66c;
  padding-right: 20px;
}
@media (max-width: 640px) {
  .formList .tip .okay {
    width: 100%;
  }
}
.formList .tip .error {
  color: #d03737;
}
@media (max-width: 640px) {
  .formList .tip .error {
    width: 100%;
  }
}
.formList .tip img {
  width: 100%;
  max-width: 26px;
}
.formList .tip p {
  font-size: 15px;
  margin-left: 10px;
}
.formList label {
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  color: #111111;
  font-weight: 300;
  letter-spacing: 1.2px;
}
.formList em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #e61f6e;
  /*星號的顏色*/
}
.formList .inputStyle,
.formList select,
.formList textarea {
  padding: 5px;
  padding-left: 20px;
  border-radius: 3px;
  font-family: "Roboto";
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 300;
  color: #999999;
}
@media (max-width: 640px) {
  .formList .inputStyle,
  .formList select,
  .formList textarea {
    padding-left: 0;
  }
}
.formList .inputStyle {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.formList select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid transparent;
  padding: 10px 20px;
}
@media (max-width: 640px) {
  .formList select {
    padding: 10px 0;
  }
}
.formList .require {
  border: 1px solid transparent;
}
.formList textarea {
  display: block;
  width: 100%;
  height: 100px;
}
.formList .statusBox {
  width: 100%;
  margin-top: 20px;
}
.formList table {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid;
}
.formList table th {
  background: #131313;
  padding: 10px 20px;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  border: 1px solid #000;
}
.formList table td {
  padding: 25px 20px;
  font-weight: 300;
  font-size: 15px;
  border: 1px solid #000;
}
@media (max-width: 360px) {
  .formList table td {
    font-size: 14px;
    padding: 25px 10px;
  }
}
.formList table td a {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
@media (min-width: 1201px) {
  .formList table td a:hover {
    background: #2c2c2c;
  }
}
.formList .footable.breakpoint > tbody > tr > td > span.footable-toggle {
  color: #000;
}

.ui-datepicker {
  z-index: 1005 !important;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.checkArea .btn a {
  /*送出按鈕*/
  display: inline-block;
  min-width: 255px;
  padding: 25px 15px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #000;
}
.checkArea .btn a.clean {
  background: #eeeeee;
  color: #000;
}
.checkArea .btn a.again {
  display: none;
}
@media (min-width: 1201px) {
  .checkArea .btn a:hover {
    -webkit-box-shadow: 2px 2px 10px #ccc;
            box-shadow: 2px 2px 10px #ccc;
  }
}
@media (max-width: 640px) {
  .checkArea .btn {
    margin: 10px auto;
  }
}
@media (max-width: 420px) {
  .checkArea .btn a {
    min-width: 180px;
    max-width: 100%;
  }
}

.sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-family: "微軟正黑體";
  font-size: 15px;
  color: #999;
}

.error {
  border-color: #f00 !important;
}