* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans TC', '微軟正黑體', 'MS UI Gothic', Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a,
a:hover,
a:active,
a:visited {
  display: inline-block;
  color: #005bac;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  display: block;
}

.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  color: #333333;
  padding-top: 80px;
  font-size: 12px;
  background-color: #EEF2FF;
}

.section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/* kv */
.kv_container {
  width: 100%;
  margin: 0 auto;
  background: url("../images/kv_bg.png") center top no-repeat;
  background-size: cover;
}

.kv {
  width: 100%;
  max-width: 1400px;
  height: 424px;
  margin: 0 auto;
  position: relative;
  /* padding-bottom: 10%; */
}

.kv_tit {
  width: 65%;
  position: absolute;
  top: 22%;
  left: 17%;
  animation-name: pulse;
  animation-duration: 1s;
}

.spark {
  width: 3%;
  position: absolute;
  animation: flash 9s infinite;
}

.spark1 {
  top: 22%;
  left: 3%;
}

.spark2 {
  top: 25%;
  right: 10%;
  animation: flash 4s infinite;
}

.spark3 {
  width: 5%;
  top: 15%;
  right: 30%;
}

.spark4 {
  top: 40%;
  left: 10%;
  animation: flash 6s infinite;
}

.pig {
  width: 15%;
  bottom: 4%;
  right: 2%;
  position: absolute;
  animation: shake 8s infinite;
}

.mobOnly {
  display: none;
}

.webOnly {
  display: block;
}

.show_600 {
  display: none;
}

/* content */
.content {
  /* border: 1px solid; */
  position: relative;
  width: 88%;
  max-width: 1100px;
  margin: 0 auto;
  background: #EEF2FF;
  padding: 3% 0% 3%;
  background-image: url("../images/bg_deco01.png"), url("../images/bg_deco02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 3% 20%, 95% 90%;
  background-size: 20%, 25%;
}

/* event */
.event {
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 1.8;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  display: flex;

  padding: 40px 80px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.event3 {
  margin: 15px auto 50px;
  background-color: transparent;
  padding: 0px 0px;
}

.event_tit {
  width: 40%;
  margin: 0 auto 0;
}

.tit_icon {
  width: 22px;
}

.event_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.left {
  align-items: flex-start;
}

.text_left {
  text-align: left;
}

.tit {
  display: flex;
  width: 160px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #6D8DFD;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.1rem;
  /* 40px */
}

.event_txt {
  color: #303030;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28px */
}

.event_txt_s {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.txt_blue {
  color: #446DE0;
}

.blod {
  font-weight: 700;
}

.check {
  width: 20px;
}

.pomo {
  display: flex;
  /* justify-content: center; */
  align-items: flex-start;
}

.pomo p {
  line-height: 120%;
}

.wrap {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 5px 30px;
  align-self: stretch;
  flex-wrap: wrap;
}

.step {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px -15px;
  align-self: stretch;
  flex-wrap: wrap;

}

.step img {
  height: 272px;
  display: flex;
  width: 197px;
  align-items: flex-start;
  margin-right: -16px;
  position: relative
}

.step .step1 {
  z-index: 6;
}

.step .step2 {
  z-index: 5;
}

.step .step3 {
  z-index: 4;
}

.step .step4 {
  z-index: 3;
}

.step .step5 {
  z-index: 2;
}

.step .step6 {
  z-index: 1;
  width: 194px;

}

.icon {
  width: 49%;
  margin: 12% auto 0;
}

.line2 {
  width: 4px;
}

.blue {
  color: #0c61bf;
}

.orange {
  color: #f55f24;
}

.cycle01 {
  width: 26%;
  left: 60%;
  top: 22%;
  z-index: 1;
  position: absolute;
  -webkit-animation: tada 1s 3s;
}

.cycle02 {
  width: 27%;
  right: 18%;
  z-index: 1;
  top: 20%;
  position: absolute;
  -webkit-animation: tada 1s 3s;
}

.stit {
  width: 62%;
  margin: 0% auto 7%;
}

.box {
  margin: 0 auto;
  position: relative;
  width: 420px;
}

/* table */
.table {
  font-size: 18px;
  text-align: center;
  line-height: 140%;
}

.table tr td,
th {
  vertical-align: middle;
  width: 25%;
  border-radius: 12px;
  border: 5px solid #EEF2FF;
  padding: 20px 20px;
}

.table tr td {
  background-color: #FFF;
  color: #303030;
  height: 50px;
}

.table tr th {
  font-weight: 600;
  background-color: #6D8DFD;
  color: #fff;

}

/* action */


.btn {
  position: relative;
  display: block;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #6D8DFD;
  padding: 2px 30px;
  background-color: #EEF2FF;
  transition: all .3s linear;
}


.btn:hover {
  color: #fff;
  background-color: #ACBFFF;
}


/* notice */
.notice_container {
  background: #fff;
}

.notice {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
  color: #303030;
  font-weight: 400;
  padding: 3% 5% 3%;
}

.notice_all {
  padding: 2%;
  /* text-align: justify; */
}

.notice_all a {
  /* font-weight: bold; */
  text-decoration: underline;
  color: #007FE0;
}

.notice_all span.font-b {
  font-weight: bold;
  color: #fef9d9;
}

.notice_all ul {
  margin: 0;
  padding-left: 18px;
  list-style-type: cjk-ideographic;
}

.notice_all ul>li>ol>li {
  list-style-type: decimal;
}

.notice_all ul>li>ol>li>ol>li {
  position: relative;
  counter-increment: section;
  left: 2%;
}

.notice_all ul>li>ol>li>ol>li::before {
  content: "(" counter(section, decimal) ")";
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  list-style-type: none
}

.notice_all ul>li>ol>li>ol>li>ul {
  list-style-type: disc;
}

.notice_tit {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 0;
  text-align: center;
  letter-spacing: 0.3em;
}

.footerCont .footer-item a {
  color: #ffffff;
  text-decoration: underline;
}

#contTab {
  display: none;
}

.content-more {
  display: none;
}

#contTab:checked~#cont {
  max-height: 250px;
  overflow: hidden;
}

#contTab:checked~.content-more {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}

#contTab:checked~.content-more .gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 239, 212, 0)), to(#fff));
  background-image: -webkit-linear-gradient(top, rgba(254, 239, 212, 0), #fff);
  background-image: linear-gradient(-180deg, rgba(254, 239, 212, 0), #fff);
  height: 90px;
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
}

#contTab:checked~.content-more .readmore {
  display: inline-block;
  background: #6D8DFD;
  color: #FFF;
  width: 175px;
  height: 42px;
  border-radius: 42px;
  line-height: 42px;
  font-size: 16px;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

#contTab:checked~.content-more .readmore:hover {
  opacity: 1
}

@media screen and (max-width: 1700px) {
  /* .kv_container {
    background: none
  }

  .kv {
    width: 100%;
    max-width: 1700px;
    height: 0;
    padding-bottom: 31.5%;
    background: url("../images/kv_bg.png") center top no-repeat;
    background-size: 100% auto;
  }

  .kv_tit {
    width: 37%;
    position: absolute;
    top: 25%;
    left: 12%;
  } */
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {

  /* kv */

  .kv {
    width: 100%;
    max-width: 1400px;
    height: 0;
    padding-bottom: 30%;
    /* background: url("../images/kv_bg.png") center top no-repeat; */
    background-size: 150% auto;
  }

  .pig {
    width: 14%;
    bottom: 4%;
    right: 4%;
  }

}

/* @media screen and (max-width: 1300px) {
  .box br {
    display: none;
  }
} */
@media screen and (max-width: 1220px) {
  .none_1220 {
    display: none;
  }
}

@media screen and (max-width: 1200px) {

  /* event */




  /* pxpay */
  /* .account {
    height: auto;
    margin: 0% auto 3%;
    padding: 5% 5%;
  }

  .box {
    width: 328px;
  }

  .icon {
    width: 65%;
  }

  .cycle02 {
    width: 29%;
    top: 15%;
  }

  .cycle01 {
    width: 28%;
    top: 16%;
  }

  .stit {
    width: 64%;
  }

  .action-item {
    width: 200px;
  }

  .girl {
    bottom: 10.5%;
  }

  .chain {
    top: 3%;
  }

  .chain_r {
    top: 3%;
  } */
}

@media screen and (max-width: 1024px) {
  .main {
    padding-top: 76px;
  }

}

@media screen and (max-width: 960px) {

  /* kv */
  .kv {
    width: 100%;
    max-width: 960px;
    height: 0;
    padding-bottom: 90%;
    /* background: url("../images/kv_bg_m.png") center top no-repeat; */
    background-size: 200% auto;
    position: relative;
  }

  .webOnly {
    display: none;
  }

  .mobOnly {
    display: block;
  }

  .kv_tit {
    top: 10%;
    width: 70%;
  }

  .pig {
    width: 35%;
    left: 33%;
  }

  /* event */
  .event {
    margin: 0% auto 5%;
    padding: 6% 5% 6%;
  }

  .event3 {
    padding: 0% 0% 0%;
  }

  .event_tit {
    width: 60%;
  }

  /* .event_tit {
    width: 200px;
    margin: 1% auto 5%;
  }

  .event_date {
    font-size: 24px;
  }

  .event_txt {
    width: 90%;
    margin: 5% auto 0;
    font-size: 22px;
    text-align: left;
  }

  .logo {
    width: 100%;
    margin: 40px auto 0px;
  }

  .display-none {
    display: none;
  }

  .eaves {
    top: -1.5%;
  }

  .man {
    width: 40%;
    top: -7%;
    left: -3%;
  }

  .dis_item_all .dis_no {
    width: 85%;
    font-size: 24px;
  }

  .dis_item_all .dis_no::after {
    left: 48.5%;
  }

  .dis_item_all .dis_tit {
    margin: 5% auto;
  }

  .dis_item_all .dis_txt {
    width: 85%;
    font-size: 20px;
    height: auto;
    margin: 5% auto 8%;
  }

  .box {
    width: 60%;
  } */

  /* action */
  .action {
    padding: 1% 0 3%;
    display: block;
  }

  .action-item {
    width: 270px;
    margin: 3% auto;
  }

  /* notice */
  .notice {
    width: 92%;
    padding: 5% 5% 5%;
  }
}

@media screen and (max-width:768px) {
  .main {
    padding-top: 58px;
  }

  /* kv */


  /* event */




  /* action */
  .action {
    display: block;
  }

  .action-item {
    max-width: 300px;
    margin: 5% auto;
  }

  /* notice */
  .notice {
    padding: 7% 2% 0%;
  }

  .notice_all ul {
    font-size: 14px;
    padding-left: 20px
  }

  #contTab:checked~#cont {
    max-height: 48vw;
    overflow: hidden;
  }

  #contTab:checked~.content-more .readmore {
    width: 175px;
    border-radius: 8vw;
    font-size: 1em;
  }
}

@media screen and (max-width:600px) {



  /* event */
  .event_tit {
    width: 80%;
  }

  .tit {
    font-size: 18px;
    width: 150px;
  }

  .tit_icon {
    width: 18px;
  }

  .event_txt {
    font-size: 18px;
    margin: 2% auto 2%;
    /* text-align: left; */
  }

  .event_txt_s {
    font-size: 14px;
  }



  .action-item {
    width: 80%;
  }

  .none_600 {
    display: none;
  }

  .show_600 {
    display: block;
  }

  /* action */
  .btn::after {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  .btn:hover img {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width:540px) {

  /* table */
  .table {
    font-size: 15px;
    text-align: center;
    line-height: 140%;
  }

  /* event */
  .event_txt {
    font-size: 16px;
    margin: 2% auto 2%;
    /* text-align: left; */
  }

  .event_txt_s {
    font-size: 12px;
  }
}


@media screen and (max-width:400px) {

  /* table */
  .table {
    font-size: 12px;
    text-align: center;
    line-height: 140%;
  }
}