.zIndex-2 {
  position: relative;
  z-index: 2; }

header {
  border-bottom: 4px solid #b00931; }

h5 {
  color: #b00931; }

ul ul {
  list-style-type: disc; }

.icon {
  display: inline-block; }
  .icon-active {
    display: inline-block; }
  .icon-normal {
    display: none; }

.navigation .icon-active {
  display: none; }

.navigation .icon-normal {
  display: inline-block; }

.navigation .active .icon-active {
  display: inline-block; }

.navigation .active .icon-normal {
  display: none; }

[role='tab'] {
  position: relative;
  padding-bottom: 1.5rem; }
  @media (min-width: 576px) {
    [role='tab'] {
      padding-bottom: 2rem; } }
  @media (min-width: 768px) {
    [role='tab'] {
      padding-bottom: 3rem; } }
  [role='tab'] .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }

.navigation {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 1rem; }
  .navigation__item {
    position: relative;
    width: 33.33333%;
    border: 2px solid #cccccc;
    border-radius: 5px 5px 0 0; }
  .navigation__item-green {
    border-color: #78a145; }
    .navigation__item-green .active {
      background: #78a145; }
  .navigation__item-seaGreen {
    border-color: #45a19c; }
    .navigation__item-seaGreen .active {
      background: #45a19c; }
  .navigation__item-blue {
    border-color: #087bbd; }
    .navigation__item-blue .active {
      background: #087bbd; }
  .navigation__item-purple {
    border-color: #7350a0; }
    .navigation__item-purple .active {
      background: #7350a0; }
  .navigation__item-pink {
    border-color: #ba3d89; }
    .navigation__item-pink .active {
      background: #ba3d89; }
  .navigation__link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-bottom: 35%; }
  .navigation__icon {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%) scale(0.35); }
    @media (min-width: 375px) {
      .navigation__icon {
        top: -80%;
        transform: translateX(-50%) scale(0.45); } }
    @media (min-width: 576px) {
      .navigation__icon {
        top: -60%;
        transform: translateX(-50%) scale(0.65); } }
    @media (min-width: 768px) {
      .navigation__icon {
        top: -40%;
        transform: translateX(-50%) scale(0.8); } }
    @media (min-width: 992px) {
      .navigation__icon {
        top: -20%;
        transform: translateX(-50%); } }

.category .category__tabs, .category .category__content {
  max-width: 870px;
  margin: 3.8rem auto;
  border: none;
  justify-content: space-around;
 }

.category .category__item {
  width: 30%;
  padding: 0 1px; }

.category .category__link {
  border-radius: 5px;
  border: none;
  background: #cfcfcf; }
  .category .category__link:hover {
    outline: 0; }
  .category .category__link.active {
    background: #b00931; }

.category .category__icon {
  transform: translateX(-50%) translateY(-50%) scale(0.5); }
  @media (min-width: 576px) {
    .category .category__icon {
      transform: translateX(-50%) translateY(-50%) scale(0.65); } }
  @media (min-width: 768px) {
    .category .category__icon {
      transform: translateX(-50%) translateY(-50%) scale(0.8); } }
  @media (min-width: 992px) {
    .category .category__icon {
      transform: translateX(-50%) translateY(-50%) scale(1); } }

.rules .rules__tabs, .rules .rules__content {
  max-width: 870px;
  margin: 3.8rem auto;
  border: none; }
  @media (max-width: 360px) {
    .rules .rules__tabs, .rules .rules__content {
      margin: 1.5rem auto; } }

.rules .rules__item {
  width: 50%;
  padding: 0 1px; }

.rules .rules__link {
  border-radius: 5px;
  border: none;
  background: #cfcfcf; }
  .rules .rules__link:hover {
    outline: 0; }
  .rules .rules__link.active {
    background: #b00931; }

.rules .rules__icon {
  transform: translateX(-50%) translateY(-50%) scale(0.5); }
  @media (min-width: 576px) {
    .rules .rules__icon {
      transform: translateX(-50%) translateY(-50%) scale(0.65); } }
  @media (min-width: 768px) {
    .rules .rules__icon {
      transform: translateX(-50%) translateY(-50%) scale(0.8); } }
  @media (min-width: 992px) {
    .rules .rules__icon {
      transform: translateX(-50%) translateY(-50%) scale(1); } }

.merchant .merchant__heading {
  font-size: 24px;
  color: #b00931; }

.merchant .merchant__tabs, .merchant .merchant__content {
  max-width: 870px;
  margin: 0rem auto 3.8rem auto;
  border: none; }
  .merchant .merchant__tabs .logo, .merchant .merchant__content .logo {
    width: 50%;
    text-align: center; }
    @media (min-width: 768px) {
      .merchant .merchant__tabs .logo, .merchant .merchant__content .logo {
        width: 25%; } }
    .merchant .merchant__tabs .logo img, .merchant .merchant__content .logo img {
      display: inline-block;
      max-width: 90%; }
      @media (min-width: 768px) {
        .merchant .merchant__tabs .logo img, .merchant .merchant__content .logo img {
          max-width: 90%; } }

.merchant .merchant__item {
  width: 25%;
  padding: 0 1px; }

.merchant .merchant__link {
  border-radius: 5px;
  border: none;
  background: #cfcfcf; }
  .merchant .merchant__link:hover {
    outline: 0; }
  .merchant .merchant__link.active {
    background: #b00931; }

.merchant .merchant__icon {
  transform: translateX(-50%) translateY(-50%) scale(0.45); }
  @media (min-width: 576px) {
    .merchant .merchant__icon {
      transform: translateX(-50%) translateY(-50%) scale(0.65); } }
  @media (min-width: 768px) {
    .merchant .merchant__icon {
      transform: translateX(-50%) translateY(-50%) scale(0.8); } }
  @media (min-width: 992px) {
    .merchant .merchant__icon {
      transform: translateX(-50%) translateY(-50%) scale(1); } }

.icon-title-point-1,
.icon-title-point-2 {
  transform: scale(0.6);
  transform-origin: 0% 50%; }
  @media (min-width: 768px) {
    .icon-title-point-1,
    .icon-title-point-2 {
      transform-origin: 50% 50%;
      transform: scale(0.8); } }
  @media (min-width: 992px) {
    .icon-title-point-1,
    .icon-title-point-2 {
      transform: scale(1); } }

.content {
  position: relative;
  overflow: hidden;
  margin-top: -2px;
  border-radius: 0 0 10px 10px; }
  .content-green::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    border: 2px solid #78a145;
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%); }
  .content-seaGreen::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    border: 2px solid #45a19c;
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%); }
  .content-blue::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    border: 2px solid #087bbd;
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%); }
  .content-purple::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    border: 2px solid #7350a0;
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%); }
  .content-pink::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    border: 2px solid #ba3d89;
    border-radius: 0 0 10px 10px;
    transform: translateX(-50%); }

.widget.eng_widget:before {
  top: 43%; }

.widget {
  position: relative;
  max-width: 1000px;
  padding: .5rem;
  margin: 2.5rem auto;
  border: 2px solid #b00931;
  border-radius: 10px; }
  .widget:before {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #b00931; }
    @media (min-width: 768px) {
      .widget:before {
        content: none; } }
  @media (min-width: 768px) {
    .widget:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%;
      margin-left: -1px;
      background: #b00931; } }
  .widget__title {
    border-radius: 5px;
    padding: .5rem 0;
    margin-bottom: 1rem;
    background: #b00931; }

@media (max-width: 360px) {
  .widget .row > div:nth-child(2) > .row > div > img {
    width: auto; } }

footer {
  background: #e1e1e1; }

.remark,
.footer {
  max-width: 1000px;
  margin: 1rem auto; }

@media (max-width: 360px) {
  .footer .text-right {
    text-align: left !important; } }

.shop_list {
  border-bottom: 0px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  display: table; }
  .shop_list:first-child {
    border-top: 0px solid #cfcfcf; }
  .shop_list h5 {
    font-weight: bold; }
  .shop_list .small_desc {
    width: 95%; }

.btn-terms,
.btn-merchant {
  position: relative;
  padding: 0;
  border-radius: 6px;
  background: #b00931;
  color: #ffffff; }
  .btn-terms::before,
  .btn-merchant::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #680920; }
  .btn-terms a,
  .btn-merchant a {
    display: inline-block;
    padding: .5rem 1rem;
    color: #ffffff; }
    .btn-terms a:hover,
    .btn-merchant a:hover {
      color: #ffffff; }

.btn-terms {
  padding: .6rem 1rem; }
  .btn-terms:hover {
    color: #ffffff; }

.btn-merchant {
  width: 90%;
  max-width: 200px; }
  .btn-merchant a {
    width: 100%; }

[lang="en"] .navigation__item {
  width: 33.33333%; }

[lang="en"] .navigation__link {
  padding-bottom: 40%; }
  @media screen and (max-width: 1150px) {
    [lang="en"] .navigation__link {
      padding-bottom: 45%; } }
  @media (max-width: 360px) {
    [lang="en"] .navigation__link {
      padding-bottom: 45%; } }

@media screen and (max-width: 375px) {
  [lang="en"] .icon-tab-1,
  [lang="en"] .icon-tab-1-on {
    height: 115px; } }

@media (max-width: 360px) {
  [lang="en"] .icon-tab-1,
  [lang="en"] .icon-tab-1-on {
    margin-top: 13%; } }
[lang="zh-hans"] .navigation__item {
  width: 33.33333%; }
  

[lang="zh-hans"] .navigation__link {
  padding-bottom: 30%; }
  @media (max-width: 360px) {
    [lang="zh-hans"] .navigation__link {
      padding-bottom: 25%; } }
[lang="zh-hant"] .navigation__item {
  width: 33.33333%; }

[lang="zh-hant"] .navigation__link {
  padding-bottom: 30%; }
  @media (max-width: 360px) {
    [lang="zh-hant"] .navigation__link {
      padding-bottom: 25%; } }

.content-blue .leadin {
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .content-blue .leadin {
      width: 100%; } }

.shop_list.with_desc {
  padding-bottom: 70px; }

.img-caption ul,
.img-caption li {
  list-style: none; }

.dropdown-tabs .nav-tabs {
  padding: 0; }

.dropdown-tabs button,
.dropdown-tabs .dropdown-menu {
  width: 100%; }

.dropdown-tabs button {
  line-height: 1;
  background: #b00931;
  color: #ffffff; }
  .dropdown-tabs button .icon {
    transform: scale(0.8);
    transform-origin: 0 50%;
    display: none; }
    @media (max-width: 360px) {
      .dropdown-tabs button .icon {
        transform: scale(0.75); } }
    @media screen and (max-width: 320px) {
      .dropdown-tabs button .icon {
        transform: scale(0.55); } }
    .dropdown-tabs button .icon.active {
      display: inline-block; }
  .dropdown-tabs button::after {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -4px; }

.dropdown-tabs [role='tab'] {
  padding-bottom: 2rem; }
  .dropdown-tabs [role='tab'] .icon {
    left: 12px;
    transform: translateX(0) translateY(-50%) scale(0.8);
    transform-origin: 0 50%; }
    @media (max-width: 360px) {
      .dropdown-tabs [role='tab'] .icon {
        transform: translateX(0) translateY(-50%) scale(0.75); } }
    @media screen and (max-width: 320px) {
      .dropdown-tabs [role='tab'] .icon {
        transform: translateX(0) translateY(-50%) scale(0.55); } }

.dropdown-tab {
  border-radius: 0 !important; }
  .dropdown-tab.active {
    display: none; }
  .dropdown-tab .icon-normal {
    display: inline-block; }
  .dropdown-tab .icon-active {
    display: none; }

@media (max-width: 360px) {
  .app-code-wrapper {
    display: none; } }

@media (max-width: 360px) {
  [lang="zh-hant"] .icon-title-point-1 {
    width: 100%; } }

@media (max-width: 360px) {
  [lang="zh-hans"] .icon-title-point-1 {
    width: 100%; } }

@media screen and (max-width: 320px) {
  [lang="en"] .icon-title-point-1,
  [lang="en"] .icon-title-point-2 {
    transform: scale(0.5); } }

@media screen and (max-width: 414px) {
  [lang="en"] .icon-title-point-2 {
    transform: scale(0.55); } }

@media screen and (max-width: 414px) {
  [lang="en"] .dropdown-tabs button .icon {
    transform: scale(0.65); } }

[lang="en"] .icon-tab-merchant-3,
[lang="en"] .icon-tab-merchant-3-on,
[lang="en"] .icon-tab-merchant-4,
[lang="en"] .icon-tab-merchant-4-on {
  transform: translateX(-50%) translateY(-50%) scale(0.85); }

.floating {
  background: #b00931; }
  @media screen and (max-width: 767px) {
    .floating .dlApp {
      width: 52%; } }

@media screen and (max-width: 767px) {
  .app__icon {
    width: 40px; } }

@media screen and (max-width: 767px) {
  .app__search {
    width: 180px; } }

@media screen and (max-width: 767px) {
  .app__store {
    height: 25px; } }

@media screen and (max-width: 767px) {
  .floating .welcome strong {
    font-size: 18px !important; } }

@media screen and (max-width: 320px) {
  .floating .welcome strong {
    font-size: 13px !important; } }

.floating .welcome {
  text-align: left; }
  @media screen and (max-width: 320px) {
    .floating .welcome {
      font-size: 13px; } }

.floating_remark {
  text-align: left;
  font-size: 17px; }
  @media screen and (max-width: 767px) {
    .floating_remark {
      font-size: 13px; } }
  .floating_remark a {
    color: #fff; }

.mgn-leadin-wrapper {
  width: 100%;
  max-width: 620px;
  margin: 0 auto; }
  .mgn-leadin-wrapper .mgn-leadin-row {
    margin-bottom: 15px; }
    .mgn-leadin-wrapper .mgn-leadin-row > div {
      display: inline-block;
      vertical-align: middle; }
      .mgn-leadin-wrapper .mgn-leadin-row > div:first-child {
        width: 12%;
        padding-right: 15px; }
        @media (max-width: 575px) {
          .mgn-leadin-wrapper .mgn-leadin-row > div:first-child {
            width: 20%; } }
        @media (max-width: 575px) {
          .mgn-leadin-wrapper .mgn-leadin-row > div:first-child img {
            width: 100%; } }
      .mgn-leadin-wrapper .mgn-leadin-row > div:last-child {
        width: 85%; }
        @media (max-width: 575px) {
          .mgn-leadin-wrapper .mgn-leadin-row > div:last-child {
            width: 78%; } }

.monday {
  width: 100%;
  padding-left: 0px;
  display: block;
  margin: 0 auto; }

.refund {
  padding-left: 0%; }
  .refund .box1, .refund .box2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px; }
    .refund .box1 img, .refund .box2 img {
      width: 100%; }
      .refund .box1 img.view_m, .refund .box2 img.view_m {
        display: none; }
        @media screen and (max-width: 767px) {
          .refund .box1 img.view_m, .refund .box2 img.view_m {
            display: block; } }
      .refund .box1 img.view_d, .refund .box2 img.view_d {
        display: block; }
        @media screen and (max-width: 767px) {
          .refund .box1 img.view_d, .refund .box2 img.view_d {
            display: none; } }
  .refund .box1.en a.link1 {
    position: absolute;
    left: 9%;
    bottom: 0;
    width: 34%;
    height: 22%; }
    @media screen and (max-width: 767px) {
      .refund .box1.en a.link1 {
        bottom: 0;
        width: 41%;
        height: 22%;
		left: 2%;		} }
  .refund .box1.en a.link2 {
    position: absolute;
    right: 9%;
    bottom: 0;
    width: 43%;
    height: 22%; }
    @media screen and (max-width: 767px) {
      .refund .box1.en a.link2 {
        right: 2%;
        bottom: 0%;
        width: 53%;
        height: 22%; } }
  .refund .box1 a.link1 {
    position: absolute;
    bottom: 0;
    width: 34%;
    height: 18%;
	left: 11%;}
    @media screen and (max-width: 767px) {
      .refund .box1 a.link1 {
        bottom: 0;
        width: 40%;
        height: 18%;
		left: 8%;} }
  .refund .box1 a.link2 {
    position: absolute;
    right: 11%;
    bottom: 0;
    width: 34%;
    height: 18%; }
    @media screen and (max-width: 767px) {
      .refund .box1 a.link2 {
        right: 8%;
        bottom: 0;
        width: 40%;
        height: 18%; } }
  .refund .box2.en a {
    position: absolute;
    right: 2%;
    bottom: 0%;
    width: 35%;
    height: 25%; }
    @media screen and (max-width: 767px) {
      .refund .box2.en a {
        right: 2%;
        bottom: 4%;
        width: 36%;
        height: 25%; } }
  .refund .box2 a {
    position: absolute;
    right: 2%;
    bottom: 8%;
    width: 29%;
    height: 25%; }
    @media screen and (max-width: 767px) {
      .refund .box2 a {
        right: 2%;
        bottom: 4%;
        width: 36%;
        height: 25%; } }

.monday img {
  max-width: 100%; }

.remark_row span {
  display: inline-block;
  width: 95%;
  vertical-align: top; }

.remark_row sup {
  display: inline-block;
  width: 3%;
  vertical-align: initial;
  top: 0px; }

.shop_list .small_desc {
  left: 10%; }
  @media screen and (max-width: 767px) {
    .shop_list .small_desc {
      left: 0%;
      width: 100%; } }

.refund_inner {
  width: 70%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .refund_inner {
      width: 100%; } }

.pt_table {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  margin: 0 auto; }
  .pt_table img {
    width: 100%; }
    .pt_table img.view_m {
      display: none; }
      @media screen and (max-width: 767px) {
        .pt_table img.view_m {
          display: block; } }
    .pt_table img.view_d {
      display: block; }
      @media screen and (max-width: 767px) {
        .pt_table img.view_d {
          display: none; } }

[lang="zh-hant"] .shops_tnc ol {
  padding: 0px; }
  [lang="zh-hant"] .shops_tnc ol li div {
    display: inline-block; }
    [lang="zh-hant"] .shops_tnc ol li div:first-child {
      width: 4%;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        [lang="zh-hant"] .shops_tnc ol li div:first-child {
          width: 8%; } }
    [lang="zh-hant"] .shops_tnc ol li div:last-child {
      width: 78%; }

[lang="zh-hans"] .shops_tnc ol {
  padding: 0px; }
  [lang="zh-hans"] .shops_tnc ol li div {
    display: inline-block; }
    [lang="zh-hans"] .shops_tnc ol li div:first-child {
      width: 4%;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        [lang="zh-hans"] .shops_tnc ol li div:first-child {
          width: 8%; } }
    [lang="zh-hans"] .shops_tnc ol li div:last-child {
      width: 78%; }

[lang="en"] .ui-widget-content h6 {
  word-break: normal; }

[lang="en"] .shops_tnc ol {
  padding: 0px; }
  [lang="en"] .shops_tnc ol li div {
    display: inline-block; }
    [lang="en"] .shops_tnc ol li div:first-child {
      width: 12%;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        [lang="en"] .shops_tnc ol li div:first-child {
          width: 20%; } }
    [lang="en"] .shops_tnc ol li div:last-child {
      width: 79%; }

.shop_remittance .logo,
.shop_remittance .detail {
  padding: 45px 0 45px 0; }
  @media screen and (max-width: 767px) {
    .shop_remittance .logo,
    .shop_remittance .detail {
      padding: 30px 0 0px 0; } }

@media screen and (max-width: 767px) {
  .shop_remittance {
    margin-top: 0px; } }

@media screen and (max-width: 991px) {
  .shop_remittance_tnc {
    bottom: -10px;
    position: relative; } }

.shop_list .detail ul {
  padding-left: 20px; }

.mgn-leadin-special {
  padding-right: 0px;
  width: 100% !important; }

.remark_points {
  max-width: none !important; }

.merchant_desc {
  font-size: 24px;
  color: #b00931;
  text-align: center;
  padding: 3rem 0px 3rem 0px;
  max-width: 870px;
  margin: auto;}
  @media screen and (max-width: 991px) {
    .merchant_desc {
      padding: 3rem 0px 3rem 0px; } }
  @media screen and (max-width: 414px) {
    .merchant_desc {
      padding: 2rem 0px 0rem 0px; } }

#pointslider,
#mgmslider {
  width: 730px;
  margin: 0 auto 40px; }

#pointslider .mobile_skin,
#mgmslider .mobile_skin {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8; }

#pointslider .slider,
#mgmslider .slider {
  width: 250px;
  margin-left: 50px;
  float: left; }

#pointslider .slides img,
#pointslider .mobile_skin img,
#mgmslider .slides img,
#mgmslider .mobile_skin img {
  width: 100%;
  display: block; }

@media screen and (max-width: 767px) {
  #pointslider,
  #mgmslider {
    width: auto;
    margin-bottom: 25px; }
  #pointslider .slider,
  #mgmslider .slider {
    margin: 0 auto;
    float: none; }
  #pointslider .slider .phone-txt,
  #mgmslider .slider .phone-txt {
    display: block; } }

.logo_section {
  text-align: center; }
  .logo_section .header svg {
    position: relative;
    height: 7px;
    width: 40%;
    stroke: #b00931;
    stroke-width: 5px;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .logo_section .header svg {
        width: 18%; } }
  .logo_section .header span {
    display: inline-block;
    margin: 15px;
    font-size: 22px;
    color: #b00931;
    text-align: center;
    font-weight: bold; }
  .logo_section .item {
    display: inline-block;
    width: 30%;
    max-width: 160px;
    margin: 0 1% 10px;
    vertical-align: middle; }
    .logo_section .item img {
      width: 100%; }

.btn_detail {
  display: block;
  text-align: center;
  width: 140px;
  height: 45px;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 0px;
  background-color: #b00931; }
  .btn_detail a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0px;
    display: block; }
    .btn_detail a:hover {
      text-decoration: none; }
