#main-content .cardface-bg {
  margin-left: -20%;
  width: 140%;
  margin-bottom: -30%;
}

#section-movie {
  padding-bottom: 30px;
  background-size: 100% 100% !important;
}
@media (min-width: 1140px) {
  #section-movie {
    padding-bottom: 150px;
  }
}
#section-movie .limited-offer-btn {
  font-size: 4vw;
}
@media (min-width: 1140px) {
  #section-movie .limited-offer-btn {
    font-size: 22px;
  }
}
#section-movie .limited-offer-btn .limited-offer-btn-img {
  display: inline;
}
#section-movie .limited-offer-btn .limited-offer-btn-img > img {
  display: inline;
  position: relative;
  top: 0.1em;
  height: 0.9em;
}
#section-movie .section {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
}
@media (min-width: 1140px) {
  #section-movie .section {
    align-items: flex-start;
    max-width: 1140px;
    margin: 0 auto;
  }
}
#section-movie .section-info {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  padding-top: 40px;
}
@media (min-width: 1140px) {
  #section-movie .section-info {
    padding-top: 0;
    width: 50%;
    display: block;
  }
}
#section-movie .section-image {
  width: 100%;
}
@media (min-width: 1140px) {
  #section-movie .section-image {
    width: 50%;
  }
}
#section-movie .section-image img {
  width: 100%;
}
@media (min-width: 1140px) {
  #section-movie .section-image img {
    width: 110%;
  }
}
#section-movie .section-title {
  font-size: 8vw;
}
@media (min-width: 1140px) {
  #section-movie .section-title {
    display: inline;
    font-size: 48px;
  }
}
#section-movie .section-logo {
  margin-bottom: 30px;
}
@media (min-width: 1140px) {
  #section-movie .section-logo {
    margin-bottom: 0px;
  }
}
#section-movie .section-logo img {
  width: 100%;
}
#section-movie .section-table img {
  width: 100%;
}

.flex-table-bg-ctn {
  position: relative;
  max-width: 1140px;
  margin: 100px auto;
}
.flex-table-bg-ctn::before {
  content: "";
  width: 280px;
  height: 280px;
  background-image: url(../images/blue-bubble.png);
  position: absolute;
  background-size: 100%;
  top: 0px;
  left: -150px;
  transform: rotate(90deg);
}
.flex-table-bg-ctn::after {
  content: "";
  width: 200px;
  height: 200px;
  background-image: url(../images/blue-bubble.png);
  position: absolute;
  background-size: 100%;
  bottom: -80px;
  right: -100px;
}

.flex-table-ctn {
  z-index: 2;
  padding-top: 10px;
  max-width: 1140px;
  margin: 100px auto;
}
@media (max-width: 1024px) {
  .flex-table-ctn {
    overflow: auto;
  }
}
.flex-table-ctn .flex-table {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 21px;
  width: -moz-fit-content;
  width: fit-content;
}
.flex-table-ctn .flex-table > * {
  position: relative;
}
.flex-table-ctn .flex-table .ft-name {
  min-width: 290px;
  max-width: 290px;
}
.flex-table-ctn .flex-table .ft-name.hv-icon {
  display: flex;
  align-items: center;
}
.flex-table-ctn .flex-table .ft-name.hv-icon img {
  width: 56px;
  margin-right: 6px;
}
@media (max-width: 1024px) {
  .flex-table-ctn .flex-table .ft-name.hv-icon img {
    width: 42px;
  }
}
@media (max-width: 1024px) {
  .flex-table-ctn .flex-table .ft-name {
    min-width: 126px;
    max-width: 126px;
  }
}
.flex-table-ctn .flex-table .ft-content,
.flex-table-ctn .flex-table .line {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
}
.flex-table-ctn .flex-table .ft-content.column,
.flex-table-ctn .flex-table .line.column {
  flex-direction: column;
}
.flex-table-ctn .flex-table .ft-content.column .ft-content-line,
.flex-table-ctn .flex-table .line.column .ft-content-line {
  width: 100%;
  display: flex;
}
.flex-table-ctn .flex-table .ft-content.column .ft-content-line:not(:last-child),
.flex-table-ctn .flex-table .line.column .ft-content-line:not(:last-child) {
  border-bottom: 1px solid #c9bfbc;
}
.flex-table-ctn .flex-table .ft-content ul,
.flex-table-ctn .flex-table .ft-content li,
.flex-table-ctn .flex-table .line ul,
.flex-table-ctn .flex-table .line li {
  font-size: 22px;
}
.flex-table-ctn .flex-table .ft-content.w-100,
.flex-table-ctn .flex-table .line.w-100 {
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .flex-table-ctn .flex-table .ft-content,
  .flex-table-ctn .flex-table .line {
    min-width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }
  .flex-table-ctn .flex-table .ft-content.w-100,
  .flex-table-ctn .flex-table .line.w-100 {
    min-width: calc(100vw + 106px);
    max-width: calc(100vw + 106px);
  }
  .flex-table-ctn .flex-table .ft-content.w-100 .full,
  .flex-table-ctn .flex-table .line.w-100 .full {
    min-width: calc(100vw + 106px);
    max-width: calc(100vw + 106px);
  }
}
.flex-table-ctn .flex-table .ft-content .half,
.flex-table-ctn .flex-table .line .half {
  font-size: 22px;
  width: 50%;
}
@media (max-width: 1024px) {
  .flex-table-ctn .flex-table .ft-content .half,
  .flex-table-ctn .flex-table .line .half {
    min-width: calc(50vw - 10px);
    max-width: calc(50vw - 10px);
  }
}
.flex-table-ctn .flex-table .ft-content .full,
.flex-table-ctn .flex-table .line .full {
  font-size: 22px;
  width: 100%;
}
@media (max-width: 1024px) {
  .flex-table-ctn .flex-table .ft-content .full,
  .flex-table-ctn .flex-table .line .full {
    min-width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }
}
.flex-table-ctn .flex-table .line:not(:last-child) {
  border-bottom: #ff17be 1px solid;
}
.flex-table-ctn .flex-table .bg-table_bg {
  background-position: center;
  background-size: 102% 102%;
  display: flex;
  gap: 8px;
  color: #fff;
}
.flex-table-ctn .flex-table .bg-table_bg.hk1000 {
  background-image: url(../images/table_bg_hk1000.png);
}
.flex-table-ctn .flex-table .bg-table_bg.hk1500 {
  background-image: url(../images/table_bg_hk1500.png);
  border-right: 1px solid #fff !important;
}
.flex-table-ctn .flex-table .th {
  margin-top: 20px;
  display: flex;
  font-size: 32px;
  line-height: 2;
  margin-bottom: -58px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .flex-table-ctn .flex-table .th {
    font-size: 26px;
    margin-bottom: -58px;
  }
}
.flex-table-ctn .flex-table .th .half {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-table-ctn .flex-table .th .half > span {
  line-height: 1.2;
}
.flex-table-ctn .flex-table .th .half > span .remark {
  margin-top: 10px;
  color: #444444;
}
@media (max-width: 1024px) {
  .flex-table-ctn .flex-table .th .half > span .remark {
    margin-top: 10px;
  }
}
.flex-table-ctn .flex-table .th img {
  width: 100px;
  margin: 0 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .flex-table-ctn .flex-table .th img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 100px;
    margin: 0 10px;
  }
}
.flex-table-ctn .flex-table .tr {
  display: flex;
  border: 1px solid #ff17be;
  background-color: #fff;
  border-top: 0;
}
.flex-table-ctn .flex-table .tr.last {
  overflow: hidden;
  border-radius: 0 0 39px 39px;
}
.flex-table-ctn .flex-table .tr.first {
  border-top: 1px solid #ff17be;
  color: #ff17be;
  overflow: hidden;
  border-radius: 39px 39px 0 0;
}
.flex-table-ctn .flex-table .tr.first .ft-name {
  padding-top: 90px;
}
@media (max-width: 1024px) {
  .flex-table-ctn .flex-table .tr.first .ft-name {
    padding-top: 60px;
  }
}
.flex-table-ctn .flex-table .tr.first .ft-content > *.half, .flex-table-ctn .flex-table .tr.first .ft-content > *.full {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .flex-table-ctn .flex-table .tr.first .ft-content > *.half, .flex-table-ctn .flex-table .tr.first .ft-content > *.full {
    margin-top: 50px;
  }
}
.flex-table-ctn .flex-table .tr.first .half:last-child {
  border-left: 0 !important;
  margin-left: 0;
}
.flex-table-ctn .flex-table .tr.first .half:first-child {
  border-right: 0 !important;
  margin-right: 0;
}
.flex-table-ctn .flex-table .tr .ft-name {
  transition: background-color 0.2s;
  background-color: #f3f1ff;
  color: #1e1f7d;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  border-right: 1px solid #ff17be;
  justify-content: center;
}
@media (max-width: 1024px) {
  .flex-table-ctn .flex-table .tr .ft-name {
    padding: 10px;
  }
}
.flex-table-ctn .flex-table .tr .ft-content {
  transition: background-color 0.2s;
  background-color: rgba(255, 255, 255, 0.6);
}
.flex-table-ctn .flex-table .tr .ft-content .full,
.flex-table-ctn .flex-table .tr .ft-content .half {
  padding: 25px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .flex-table-ctn .flex-table .tr .ft-content .full,
  .flex-table-ctn .flex-table .tr .ft-content .half {
    padding: 10px;
  }
}
.flex-table-ctn .flex-table .tr .ft-content .half:first-child {
  border-right: 1px solid #ff17be;
}

.floating-nav-inner {
  align-items: center;
}
.floating-nav-inner > .blue {
  font-size: 26px;
}
.floating-nav-inner .floating-nav-btn {
  margin-top: 10px;
  min-width: 250px !important;
  padding: 10px 30px !important;
  border-radius: 100px !important;
  font-size: 16px;
}
@media (min-width: 1140px) {
  .floating-nav-inner .floating-nav-btn {
    margin-top: unset;
  }
}
.floating-nav-inner .floating-nav-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.floating-nav-inner .floating-nav-btn img {
  display: inline !important;
}

#section-interest .part-2 {
  padding-bottom: 90px;
}
#section-interest .part-2 .section-image img {
  width: 66%;
  display: block;
  margin: auto;
  transform: rotate(-15deg);
}/*# sourceMappingURL=style.css.map */