@import url("https://fonts.googleapis.com/css?family=Noto+Sans:100,300,400,500,700,900|Noto+Sans+JP:100,300,400,500,700,900|Noto+Sans+KR:100,300,400,500,700,900|Noto+Sans+TC:100,300,400,500,700,900|Noto+Sans+SC:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
.bg-blue-light {
  background-color: #f4f7fd; }

.landing_banner {
  background-size: cover;
  padding: 40px 0 60px;
  background: url("../../../common/img/marketing/img-bg-tpoint.jpg");
  background-size: cover;
  position: relative; }
  .landing_banner .banner_box {
    position: relative;
    z-index: 10;
    display: flex;
    color: #fff;
    font-size: 20px; }
    .landing_banner .banner_box img {
      width: 109px;
      height: 109px;
      margin-right: 24px; }
  .landing_banner .banner_title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 16px; }

.page-banner:before {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5); }
.page-banner-content {
  align-items: center;
  position: relative;
  left: 0;
  transform: none; }
.page-banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
.page-banner-text {
  margin-left: 24px; }
  .page-banner-text .banner_title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 16px; }
.page-banner-tips {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px; }

.invitation {
  margin-bottom: 40px; }
  .invitation-step {
    box-shadow: 0 10px 30px 0 rgba(16, 78, 198, 0.2);
    background: #fff;
    padding: 40px 24px;
    color: #104ec6; }
    .invitation-step .col-md-4 {
      display: flex; }
    .invitation-step .tPoints {
      margin-top: 8px; }
  .invitation-icon {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 50px;
    margin: 0 8px 0 0; }
  .invitation i.iconfont {
    font-size: 36px;
    color: #246efc; }
  .invitation .font-bigtext {
    color: #246efc;
    font-weight: bold; }

.TPoint {
  padding: 40px 0 60px; }
  .TPoint-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; }

.faq {
  width: 770px;
  margin: 0 auto; }
  .faq a.faq-link {
    text-decoration: underline; }
  .faq-content {
    margin-bottom: 20px; }
  .faq .card {
    border: none;
    margin-bottom: 4px; }
  .faq .card-header {
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    border: none;
    cursor: pointer;
    background: #fff;
    position: relative; }
    .faq .card-header:after {
      content: "";
      transition: all 0.3s;
      width: 24px;
      height: 24px;
      position: absolute;
      right: 20px;
      top: 20px;
      background: url(../../../common/img/icons/icon-navigation-arrow-down.svg) no-repeat;
      background-size: 24px; }
    .faq .card-header[aria-expanded='true']:after {
      transform: rotate(180deg); }
  .faq-detail {
    margin-top: 25px; }
  .faq .card-body {
    padding-top: 0; }

@media (max-width: 992px) {
  .invitation-step .col-12 {
    margin-bottom: 20px; } }
@media (max-width: 575.98px) {
  .page-banner-img {
    position: absolute; }
  .page-banner-icon {
    display: none; }
  .page-banner .banner_title {
    font-size: 32px;
    letter-spacing: 0.8px; }

  .invitation-step {
    margin-left: 1px;
    margin-right: 1px;
    padding-bottom: 20px; }
    .invitation-step .col-12 {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 20px; }
    .invitation-step .tPoints {
      margin-top: 4px; }

  .faq {
    width: 100%; } }
