@charset "big5";
/* CSS Document */
body {
  min-width: 1200px;
  color: #333;
  font: 15px/1.6em "Century Gothic", Arial, "Microsoft JhengHei", "蘋果儷中黑",
    "儷黑 Pro", "新細明體", "sans-serif";
}
a {
  transition: linear 0.3s;
  color: inherit;
}
:focus {
  outline: none;
}
i {
  font-style: normal;
}
.header,
.footer {
  text-align: center;
  background: #fff;
}
.display_pc {
  display: block;
}
.display_m {
  display: none;
}
.pro_temp {
  display: none;
}

b {
  color: crimson;
}
.red {
  color: #ed0000;
}

/*main*/
.main_wrapper {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  background: url("../images/kv_bg.jpg") repeat-x center top #fef0e5;
  padding-bottom: 60px;
}

.kv_wrapper {
}
.kv_container {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 1200px;
}
.kv_slogan {
  text-align: center;
}
.kv_slogan img {
  max-width: 1000px;
  margin: 0 auto;
}

.main_wrapper h1 {
  display: table;
  background: #000;
  color: #fff7cf;
  border-radius: 10px;
  border: 3px solid #fff;
  font-size: 27px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  padding: 10px 40px;
  margin: auto;
}

.rule-img {
  width: 150px;
}
.rule-img img {
  width: 100%;
}
.rule-img.all {
  width: 100%;
}
.gift-img {
  width: 150px;
}

/**prod**/
.prod_wrapper {
  position: relative;
  font-size: 17px;
  line-height: 1.5em;
}
.ProductList {
  position: relative;
  z-index: 100;
}
.group {
  width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 50px;
  background: #fff;
  border: solid 3px #c2a280;
  overflow: hidden;
}

/**活動說明**/
.prod_wrapper h1 {
  display: table;
  background: #000;
  color: #fff;
  border-radius: 10px;
  border: 3px solid #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px 60px;
  margin: 30px auto;
}
.prod_wrapper h2 {
  position: relative;
  font-size: 33px;
  font-weight: 800;
  text-align: center;
  background: #930000;
  color: #fff;
  border-radius: 50px 50px 0 0;
  padding: 30px 0;
}
.prod_wrapper h2 span {
  color: yellow;
}

.terms_content {
  width: 90%;
  margin: 0 auto 40px;
}
.group h3 {
  color: #4256a7;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-top: 20px;
}
.group h4 {
  background-color: #b3732f;
  border-radius: 20px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  padding: 5px 20px;
  display: inline-block;
  margin: 20px 0;
  color: #fff;
}
.group h5 {
  width: 100%;
  background-color: #a9864d;
  border-radius: 25px 25px 0 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 5px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}
.group ul {
  padding: 5px 0;
}
.group li {
  margin: 0 30px 7px 40px;
  list-style-type: disc;
}
.group li strong {
  color: red;
}
.group p {
  padding-left: 10px;
  margin-bottom: 5px;
}

/*table-RWD*/
table.two-axis {
  background: white;
  border-collapse: collapse;
  margin: 15px 0;
  width: 100%;
  border: 2px solid #08164e;
}
table.two-axis tr,
table.two-axis th,
table.two-axis td {
  border: 1px solid lightgrey;
}
table.two-axis th,
table.two-axis td {
  padding: 10px 12px;
  text-align: left;
}
table.two-axis th {
  background: #08164e;
  color: #fff;
  text-transform: uppercase;
}
table.two-axis tr:nth-of-type(2n + 2) td {
  background: #ffffff;
}
table.two-axis.bt tfoot th,
table.two-axis.bt tfoot td,
table.two-axis.bt tbody td {
  font-size: 14px;
  padding: 0;
}
table.two-axis.bt tfoot th:before,
table.two-axis.bt tfoot td:before,
table.two-axis.bt tbody td:before {
  background: #989898;
  color: white;
  margin-right: 10px;
  padding: 10px 10px 0;
}
table.two-axis.bt tfoot th .bt-content,
table.two-axis.bt tfoot td .bt-content,
table.two-axis.bt tbody td .bt-content {
  display: inline-block;
  padding: 10px 5px 0;
}
table.two-axis.bt tfoot th:first-of-type:before,
table.two-axis.bt tfoot th:first-of-type .bt-content,
table.two-axis.bt tfoot td:first-of-type:before,
table.two-axis.bt tfoot td:first-of-type .bt-content,
table.two-axis.bt tbody td:first-of-type:before,
table.two-axis.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}
table.two-axis.bt tfoot th:last-of-type:before,
table.two-axis.bt tfoot th:last-of-type .bt-content,
table.two-axis.bt tfoot td:last-of-type:before,
table.two-axis.bt tfoot td:last-of-type .bt-content,
table.two-axis.bt tfoot td:last-of-type .bt-content,
table.two-axis.bt tbody td:last-of-type:before,
table.two-axis.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

/*table-box2*/
.box_pc {
  display: inline-table;
}
.box_m {
  display: none;
}
table {
  margin-top: 5px;
}
td,
th {
  padding: 5px;
}
table.box2 {
  border: 2px solid #08164e;
}
table.box2 tr:nth-child(1) {
  background: #08164e;
  color: #fff;
}
table.box2 tr {
  border: 1px solid lightgrey;
}

a.btn_back {
  display: block;
  margin: auto;
  padding: 10px 20px;
  width: 150px;
  border-radius: 20px;
  background-color: #5db2cc;
  border-bottom: 3px #8d1f20 solid;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  transition: linear 0.2s;
  cursor: pointer;
  margin-top: 30px;
}
@media (hover: hover) {
  a.btn_back:hover {
    background-color: tomato;
  }
}

a.btn {
  display: inline-block;
  padding: 5px 25px;
  background: #f8635f;
  color: #fff;
  transition: linear 0.2s;
  font-weight: bold;
  border-radius: 20px;
  margin-left: 10px;
}
@media (hover: hover) {
  a.btn:hover {
    background: #ffea00;
    color: #000;
  }
}

.button {
  text-align: center;
  padding-top: 10px;
}
.button a {
  display: inline-block;
  background: #cc3032;
  text-decoration: none;
  border-radius: 30px;
  color: #fff;
  padding: 8px 30px;
  border-bottom: 3px #8d1f20 solid;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media (hover: hover) {
  .button a:hover {
    background: #8d1f20;
    color: #fff;
  }
}

/*bg_wrapper*/
.bg_wrapper {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.bg_fly {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("https://www.payeasy.com.tw/pbenefit/event/2025/03/tsmc/images/float.png")
    center -600px;
}

@media screen and (min-width: 1025px) {
  .NavArea {
    display: none;
    width: 110px;
    position: fixed;
    top: 100px;
    right: 15px;
    z-index: 250;
  }
  .Nav-slide.active {
    background-color: rgb(255 255 255 / 40%);
  }
  .Nav-slide.active a {
    color: #fff100;
    text-decoration: none;
  }
  .go_top {
    display: block;
    cursor: pointer;
  }
  .float_tit {
    position: absolute;
    top: -70px;
    left: 0;
  }
  .Nav-wrapper li.float_tit:hover {
    background: none;
  }
  .Nav-wrapper:first-child {
    padding-top: 25px;
  }

  .Nav-wrapper {
    width: 110px;
    background: #000;
    border-radius: 15px;
    padding-top: 20px;
  }
  .Nav-wrapper li {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    background: transparent;
    margin: auto;
    padding: 5px 0;
  }
  .Nav-wrapper li.highlight0 {
    background-color: #ff6637;
    border-radius: 25px;
    color: #191919;
    line-height: 18px;
    padding: 7px 0;
    margin-top: 5px;
  }
  .Nav-wrapper li.highlight1 {
    padding-left: 2px;
  }
  .Nav-wrapper li.highlight2 {
    font-size: 24px;
    border-radius: 0 0 20px 20px;
    padding: 10px 0 15px;
  }
  .Nav-wrapper li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 500;
  }
  .Nav-wrapper li a:hover {
    color: #fff100;
  }
  .Nav-wrapper li:hover {
    background: rgb(0 0 0 / 20%);
  }
  .Nav-wrapper li:after {
    background: #fff100;
    height: 2px;
    position: absolute;
    right: 51%;
    left: 51%;
    bottom: 0;
    z-index: 1;
    content: "";
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
  }
  .Nav-wrapper li.highlight2:after {
    background: #ee703e;
  }
  .Nav-wrapper li a span {
    display: block;
  }

  .Nav-wrapper li.Nav-slide.travel {
    background: #308dd7;
  }
  .Nav-wrapper li.Nav-slide.travel a {
    color: #fff;
  }
  .Nav-wrapper li.Nav-slide.travel:hover {
    background: rgb(0 0 0 / 40%);
  }
  .Nav-wrapper li.Nav-slide.travel a:hover {
    color: #fff100;
  }
}

@media screen and (max-width: 1024px) {
  body {
    width: 100vw;
    min-width: inherit;
    font-size: 15px;
    line-height: 1.3em;
  }
  * {
    box-sizing: border-box;
  }
  .gotop {
    background: url(//www.payeasy.com.tw/pay_event/pezlib/images/icon_top.png)
      no-repeat;
    height: 36px;
    position: fixed;
    right: 10px;
    width: 36px;
    bottom: 10px;
    z-index: 900;
    display: none;
  }
  .gotop a {
    display: block;
    width: 48px;
    height: 36px;
  }
  .header {
    width: 100vw;
  }
  .display_m {
    display: block;
  }
  .display_pc {
    display: none;
  }

  .main_wrapper {
    background-size: 100%, 120%;
    padding-bottom: 0;
  }
  .main_wrapper h1 {
    margin: 10px auto;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 30px;
    border: 2px solid #fff;
  }

  .kv_wrapper {
    box-shadow: inset 0px -3px 3px rgb(0 0 0 / 20%);
  }
  .kv_wrapper img {
    width: 100%;
  }
  .kv_container {
    width: 100vw;
  }
  .kv_slogan {
    width: 100vw;
  }

  /*table-RWD*/
  table.two-axis {
    margin: 0 auto 10px;
  }
  table.two-axis tr td {
    background: #fff;
  }
  table.two-axis tr,
  table.two-axis th,
  table.two-axis td {
    /*border: 1px solid #08164e;*/
    font-size: 14px;
  }
  table.two-axis.bt tfoot th:before,
  table.two-axis.bt tfoot td:before,
  table.two-axis.bt tbody td:before {
    background: #ebebeb;
    color: #555;
  }
  table.two-axis tr td:first-of-type,
  table.two-axis tr:nth-of-type(2n + 2) td:first-of-type,
  table.two-axis tr td:first-of-type:before {
    background: #d8f2fa;
  }
  table.two-axis tr td:first-of-type:before {
    padding-bottom: 10px;
  }

  /*table-box2*/
  table.box2 {
    margin: 3px 0;
  }
  table.box2 tr td {
    padding: 5px;
  }

  /**prod_m**/
  .prod_wrapper {
    padding-top: 10px;
  }
  .group {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-radius: 30px;
    border: solid 2px #c2a280;
  }

  .prod_wrapper h1 {
    border: 0;
    font-size: 15px;
    line-height: 15px;
    padding: 10px 20px;
    margin: 20px auto;
  }
  .prod_wrapper h2 {
    font-size: 27px;
    padding: 15px 20px;
    border-radius: 30px 30px 0 0;
  }
  .terms_content {
    width: 96%;
    margin: auto;
  }
  .terms_content h3 {
    margin-top: 10px;
  }
  .terms_content h4 {
    font-size: 18px;
  }
  .terms_content h5 {
    margin-top: 0;
  }
  .terms_content li {
    margin: 0 0 7px 25px;
  }
  .terms_content span {
    display: block !important;
  }

  a.btn_back {
    display: none;
  }
  a.btn {
    background: #fff;
    color: #06f;
    margin-left: 0;
    border-radius: 0;
    padding: 0;
    display: inline;
    text-decoration: underline;
  }

  /**錨點-top**/
  .NavArea {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
  }
  .NavArea .Nav {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    background: #000;
    border-bottom: 2px solid #ccc;
  }
  .NavArea .Nav ul {
    display: flex;
  }
  .NavArea .Nav li {
    z-index: 10;
    flex: none;
  }
  .NavArea .Nav a {
    color: #fff;
    padding: 0 25px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    font-weight: bold;
  }
  .Nav-slide.active a {
    color: yellow;
  }
  .NavArea li.highlight0 {
    display: none;
  }
  .Nav-slide.active a {
    color: yellow;
    font-weight: bold;
    border-bottom: 2px solid yellow;
    background: #525252;
  }
}

@media screen and (max-width: 768px) {
  .prod_wrapper {
    font-size: 13px;
    line-height: 1.4em;
  }
  .prod_wrapper h2 {
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 30px 30px 0 0;
  }
  .group {
    padding-bottom: 10px;
  }

  .box_m {
    display: inline-table;
  }
  .box_pc {
    display: none;
  }

  .button {
  }
  .button a {
    border-radius: 10px;
    padding: 7px 25px;
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  .terms_content h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .terms_content h4 {
    margin: 10px 0 0;
    padding: 3px 20px;
    font-size: 15px;
  }
  .terms_content h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}
