@charset "UTF-8";
/****************************/
/********* 活動Banner ********/
/****************************/
.page-banner.page-activity {
  width: 100%;
  min-height: 204px;
  background: url("../images/banner-activity.png") center;
  position: relative;
  overflow: hidden;
}
.page-banner.page-activity::before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 432px;
  height: 204px;
  display: block;
  background: url("../images/banner-activity-img.png") center;
}
@media (max-width: 1440px) {
  .page-banner.page-activity::before {
    right: -220px;
  }
}
@media (max-width: 767px) {
  .page-banner.page-activity::before {
    display: none;
  }
}
.page-banner .container {
  position: relative;
  padding: 47px 10px 15px 10px;
}
@media (max-width: 992px) {
  .page-banner .container {
    padding: 35px 10px 15px 10px;
  }
}
.page-banner h1 {
  font-size: 36px;
  letter-spacing: 1.6px;
  color: #2e81fd;
  padding: 0;
  position: relative;
}
.page-banner form {
  padding: 27px 0 0 0;
}
@media (max-width: 992px) {
  .page-banner form {
    padding: 15px 0 0 0;
  }
}
.page-banner .banner-input-box {
  width: 168;
  height: 44;
  border-radius: 30px;
  border-width: 2px;
  border: 2px solid #82b3fe;
  color: #ffffff;
  background-color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.page-banner .banner-input-box input {
  width: 100%;
  border-radius: 30px;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 65px;
  color: #82b3fe;
}
.page-banner .banner-input-box input::-moz-placeholder {
  color: #82b3fe;
}
.page-banner .banner-input-box input::placeholder {
  color: #82b3fe;
}
.page-banner .banner-input-box button {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 40px;
  height: 40px;
  margin: 0 15px;
  background: url("../images/icon/search.png") center center no-repeat;
}
.page-banner .banner-checkbox-box {
  display: inline-block;
}
.page-banner .banner-checkbox-box label {
  min-width: 96px;
  padding: 0 10px;
  height: 40px;
  line-height: 36px;
  border-radius: 999px;
  border-width: 2px;
  border: 2px solid #82b3fe;
  color: #82b3fe;
  background-color: #fff;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
}
.page-banner .banner-checkbox-box label.active {
  background: linear-gradient(180deg, #82b3fe 0%, #2e81fd 100%);
  color: #fff;
  border-width: 0px;
  line-height: 40px;
  padding: 0 12px;
}
.page-banner .banner-checkbox-box label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/**************************/
/********* 活動列表 ********/
/**************************/
.activity-page-bg {
  background: #d7e7ff;
}
.activity-page-bg::after {
  content: "";
  background: url(../images/step-icon2.png) no-repeat center center;
  width: 128px;
  height: 203px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 90%;
  z-index: 0;
}
@media (max-width: 1440px) {
  .activity-page-bg::after {
    top: auto;
    right: 0px;
    bottom: 35%;
  }
}
@media (max-width: 992px) {
  .activity-page-bg::after {
    display: none;
  }
}
.activity-page-bg .activity-page {
  background-color: #fff;
  background-image: url("../images/grids.png");
  background-repeat: repeat;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.activity-page-bg .activity-page .container {
  position: relative;
}
.activity-page-bg .activity-page .container::before {
  content: "";
  background: url(../images/step-icon4.png) no-repeat center center;
  width: 130px;
  height: 192px;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: -38px;
}
@media (max-width: 767px) {
  .activity-page-bg .activity-page .container::before {
    display: none;
  }
}
.activity-page-bg .activity-page .container::after {
  content: "";
  background: url(../images/step-icon3.png) no-repeat center center;
  width: 120px;
  height: 125px;
  background-size: contain;
  position: absolute;
  right: -4%;
  bottom: 15%;
}
@media (max-width: 1440px) {
  .activity-page-bg .activity-page .container::after {
    right: 0%;
    bottom: 12%;
  }
}
@media (max-width: 992px) {
  .activity-page-bg .activity-page .container::after {
    display: none;
  }
}

.activity-page-list {
  padding-top: 74px;
}
.activity-page-list .activity-list {
  width: 100%;
  border-radius: 63px;
  border-width: 4px;
  border: 2px solid #77aafe;
  box-shadow: 0 6px 0 #f1f1f1;
}
.activity-page-list .activity-list .activity-box {
  border: 4px solid #e4efff;
  width: 100%;
  height: 100%;
  border-radius: 60px;
}
.activity-page-list .activity-list .activity-box .activity-content {
  border: 2px solid #77aafe;
  width: 100%;
  height: 100%;
  border-radius: 57px;
  padding: 35px;
  position: relative;
  background-color: #fff;
}
.activity-page-list .activity-list .activity-box .activity-content img {
  border-radius: 40px;
  width: 100%;
}
.activity-page-list .activity-list .activity-box .activity-content .activity-info-box {
  width: 100%;
  padding: 20px 0 5px 0;
}
@media (max-width: 992px) {
  .activity-page-list .activity-list .activity-box .activity-content .activity-info-box {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 768px) {
  .activity-page-list .activity-list .activity-box .activity-content .activity-info-box {
    padding: 20px 0px;
  }
}
.activity-page-list .activity-list .activity-box .activity-content .activity-info-box .status {
  display: inline-block;
  min-width: 92px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 4px;
  border-width: 2px;
  border: 2px solid #82b3fe;
  box-shadow: 4px 4px 0px 0px #ffeaab;
  background: #ffffff;
  margin-bottom: 10px;
}
.activity-page-list .activity-list .activity-box .activity-content .activity-info-box .title {
  display: block;
  font-family: Noto Sans TC;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  margin-bottom: 12px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 203, 46, 0.2);
  text-decoration-thickness: 10px;
  text-underline-offset: -7px;
  display: block;
  color: #515151;
}
.activity-page-list .activity-list .activity-box .activity-content .activity-info-box .date {
  display: block;
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0px;
  padding: 0 0 0 40px;
  background: url("../images/icon/date.png") left center no-repeat;
  margin-bottom: 12px;
  color: #737373;
}
.activity-page-list .activity-list .activity-box .activity-content .activity-info-box .address {
  display: block;
  font-family: Noto Sans TC;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  padding: 0 25px 0 40px;
  background: url("../images/icon/location.png") left center no-repeat;
  margin-bottom: 12px;
  position: relative;
  color: #737373;
}
.activity-page-list .activity-list .activity-box .activity-content .activity-info-box .address a {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url("../images/icon/download.png") left center no-repeat;
}
.activity-page-list .activity-list .activity-box .activity-content .activity-info-box .description {
  display: inline-block;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #8b8b8b;
  height: 50px;
  overflow: hidden;
  height: 50px;
  overflow: hidden;
}
.activity-page-list.big-box .activity-list .activity-box .activity-content img {
  width: 35%;
  float: left;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .activity-page-list.big-box .activity-list .activity-box .activity-content img {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .activity-page-list.big-box .activity-list .activity-box .activity-content img {
    width: 100%;
  }
}
.activity-page-list.big-box .activity-list .activity-box .activity-content .activity-info-box {
  width: 65%;
  float: right;
  padding: 45px 5px 45px 20px;
}
@media (max-width: 992px) {
  .activity-page-list.big-box .activity-list .activity-box .activity-content .activity-info-box {
    width: 30%;
    padding: 5px 0 0 20px;
  }
}
@media (max-width: 768px) {
  .activity-page-list.big-box .activity-list .activity-box .activity-content .activity-info-box {
    width: 100%;
    padding: 20px 0px;
  }
}/*# sourceMappingURL=list.css.map */