:root {
  --textColor: #232938;
  --litmsTextColor: #4f5664;
}

body.night-mode {
  --textColor: #fff;
  --litmsTextColor: #fff;
}

.promote {
  width: 100%;
}
.promote * {
  font-family: "Noto Sans TC", sans-serif;
}
.promote p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .promote {
    max-width: 1140px;
    margin: auto;
  }
}
.promote .banner {
  background-image: url("/images/promote-banner.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 57px 150px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .promote .banner {
    padding: 50px 100px;
  }
}
@media (max-width: 768px) {
  .promote .banner {
    padding: 50px;
  }
}
@media (max-width: 576px) {
  .promote .banner {
    padding: 0 20px;
    background-image: url("/images/promote-banner-m.png");
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .promote .banner::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .promote .banner .text-box {
    position: absolute;
    padding-top: 120px;
    text-align: center;
  }
}
.promote .banner h1 {
  color: #2c2c2c;
  font-size: 48px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .promote .banner h1 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 576px) {
  .promote .banner h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
.promote .banner .link-btn {
  padding: 15px 36px;
  border-radius: 32px;
  background: #d32b2b;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
  border: none;
  margin-bottom: 40px;
}
.promote .banner .link-btn:focus {
  outline: none;
}
@media (max-width: 768px) {
  .promote .banner .link-btn {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .promote .banner .link-btn {
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.promote .banner .directions {
  color: rgba(0, 0, 0, 0.85);
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .promote .banner .directions {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .promote .banner .directions {
    font-size: 9px;
  }
}
.promote .process {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .promote .process {
    margin-bottom: 0;
    padding: 0 32px;
  }
}
.promote .process label {
  color: #d32b2b;
  font-size: 34px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .promote .process label {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .promote .process label {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.promote .process p {
  color: var(--textColor);
  font-size: 25px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .promote .process p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .promote .process p {
    font-size: 12px;
    line-height: 20px;
  }
}
.promote .process .process-first {
  max-width: 800px;
  margin: auto;
  margin-bottom: 80px;
}
.promote .process .process-first label {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .promote .process .process-first label {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.promote .process .process-first .mobile {
  display: none;
}
@media (max-width: 576px) {
  .promote .process .process-first {
    margin-bottom: 49px;
    max-width: 290px;
  }
  .promote .process .process-first .mobile {
    display: block;
  }
  .promote .process .process-first .pc {
    display: none;
  }
}
.promote .process .items-box {
  color: var(--textColor);
}
@media (max-width: 768px) {
  .promote .process .items-box {
    max-width: 500px;
    margin: auto;
  }
}
.promote .process .items-box h2 {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .promote .process .items-box h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .promote .process .items-box h2 {
    font-size: 22px;
  }
}
.promote .process .items-box .title {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .promote .process .items-box .title {
    margin-bottom: 40px;
  }
}
.promote .process .items-box .item-box {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .promote .process .items-box .item-box {
    margin-bottom: 60px;
  }
}
.promote .process .items-box .item {
  padding-left: 9px;
}
@media (max-width: 576px) {
  .promote .process .items-box .item {
    padding-left: 12px;
  }
}
.promote .process .items-box .item-title {
  font-family: "Roboto", sans-serif;
  color: var(--textColor);
  font-size: 31px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: normal;
}
@media (max-width: 768px) {
  .promote .process .items-box .item-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .promote .process .items-box .item-title {
    font-size: 16px;
  }
}
.promote .process .items-box .item-content {
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .promote .process .items-box .item-content {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .promote .process .items-box .item-content {
    font-size: 12px;
    line-height: 20px;
  }
}
.promote .bg-img {
  background-image: url("/images/promote-img-1.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.promote .bg-img::before {
  content: "";
  display: block;
  padding-top: 50.5%;
}
.promote .recommend {
  padding: 83px 74px;
  background: #fbebd4;
}
@media (max-width: 768px) {
  .promote .recommend {
    padding: 50px;
  }
}
@media (max-width: 576px) {
  .promote .recommend {
    padding: 20px 10px;
    text-align: center;
  }
}
.promote .recommend .recommend-title {
  color: #000;
  font-family: "Noto Sans CJK TC";
  font-size: 29px;
  font-weight: 900;
  line-height: normal;
}
@media (max-width: 576px) {
  .promote .recommend .recommend-title {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
.promote .recommend .recommend-content {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 576px) {
  .promote .recommend .recommend-content {
    font-size: 14px;
  }
}
.promote .activity-method {
  padding: 112px 125px;
  color: var(--litmsTextColor);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .promote .activity-method {
    padding: 80px 100px;
  }
}
@media (max-width: 768px) {
  .promote .activity-method {
    padding: 50px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .promote .activity-method {
    padding: 40px 32px 0 32px;
    font-size: 14px;
  }
}
.promote .activity-method label {
  color: var(--litmsTextColor);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-left: -15px;
}
@media (max-width: 768px) {
  .promote .activity-method label {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .promote .activity-method label {
    margin-left: -9px;
    font-size: 16px;
  }
}
.promote .activity-method ol,
.promote .activity-method ul {
  padding-left: 18px;
}
.promote .activity-method li {
  margin-bottom: 10px;
}
.promote.en .banner {
  display: block;
}
@media (max-width: 576px) {
  .promote.en .banner {
    padding: 37px 25px 25px 15px;
    background-image: url(/images/promote-banner-en-m.png);
  }
  .promote.en .banner::before {
    display: none;
  }
  .promote.en .banner .text-box {
    position: unset;
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .promote.en .banner .directions {
    display: none;
  }
  .promote.en .banner .link-btn {
    margin-bottom: 0;
  }
}
.promote.en .banner h1 {
  font-size: 38px;
}
@media (max-width: 768px) {
  .promote.en .banner h1 {
    font-size: 27px;
  }
}
@media (max-width: 576px) {
  .promote.en .banner h1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 9px;
  }
}
.promote.en .process .process-first {
  max-width: 835px;
}
@media (max-width: 576px) {
  .promote.en .process .process-first {
    font-size: 16px;
  }
  .promote.en .process .process-first label {
    margin-bottom: 11px;
  }
  .promote.en .process .process-first .text-center {
    text-align: left !important;
  }
}
.promote.en .process label {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .promote.en .process label {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .promote.en .process p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .promote.en .process .items-box {
    max-width: 545px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .promote.en .process .items-box .title {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .promote.en .process .items-box .title.text-center {
    text-align: left !important;
  }
}
.promote.en .process .items-box .item-title {
  font-size: 26px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .promote.en .process .items-box .item-title {
    margin-top: 3px;
  }
}
@media (max-width: 576px) {
  .promote.en .process .items-box .item-title {
    font-size: 22px;
  }
}
.promote.en .process .items-box .item-content {
  font-size: 21px;
}
@media (max-width: 576px) {
  .promote.en .process .items-box .item-content {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .promote.en .process .items-box h2 {
    font-size: 25px;
  }
}
.promote.en .recommend {
  padding: 70px;
}
.promote.en .recommend .recommend-title {
  font-size: 27px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .promote.en .recommend {
    padding: 50px;
  }
}
@media (max-width: 576px) {
  .promote.en .recommend {
    padding: 25px;
  }
}
.promote.en .activity-method li {
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .promote.en .activity-method {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .promote.en .col-md-4 {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 900px) and (max-width: 576px) {
  .promote.en .col-md-4 {
    padding: 0 !important;
  }
}
@media (max-width: 900px) {
  .promote.en .col-md-6 {
    flex: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=promote.css.map */