.__page-member-info {
  padding-top: 30px;
}

.nav-wrapper {
  position: fixed;
  width: 100%;
}
.nav-wrapper .nav {
  display: flex;
  padding: 15px;
  border-bottom: 1.5px solid #cecdcd;
  background-color: #FFFFFF;
}
.nav-wrapper .nav .__logo {
  flex: 0 1 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.nav-wrapper .nav .__logo img {
  width: 55px;
}
.nav-wrapper .nav .__locale-switch {
  margin-left: auto;
  flex: 0 1 auto;
  font-size: 14px;
}
.nav-wrapper .nav .__locale-switch a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  margin: 0 5px;
}
.nav-wrapper .nav .__locale-switch .__locale-active {
  text-decoration: underline;
}
.nav-wrapper .nav p {
  color: red;
}

body main {
  width: 100%;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 100vh;
  font-family: "Thonburi";
  /*********/
  /*********/
}
body main .modal-dialog {
  top: 100px;
}
body main .__redtab-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
body main .__redtab-logo img {
  width: 60%;
  max-height: 100%;
}
@font-face {
  font-family: "Interstate";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/interstate-regular.ttf");
}
@font-face {
  font-family: "Helvetica Now";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/helvetica-now-regular.otf");
}
@font-face {
  font-family: "Thonburi";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/sfthonburi-regular.ttf");
}
body main .form-control {
  border-style: hidden;
  border-bottom-style: groove;
  border-radius: 0px;
}
body main .form-control:focus {
  box-shadow: none;
  border-color: #777777;
}
body main .btn {
  border-radius: 0px;
  padding: 15px;
  border: none;
}
body main .btn:focus {
  outline: none !important;
  box-shadow: none;
}
body main .btn:active {
  outline: none !important;
  box-shadow: none;
}
body main .btn.btn-primary {
  background-color: #000000 !important;
  width: 100%;
}
body main .btn.btn-secondary {
  background-color: #FFFFFF !important;
  color: #000000;
  border: #000000 2px solid;
  width: 100%;
}
body main .btn .__login-button-group {
  display: flex;
  flex-direction: column;
}
body main a.disabled {
  pointer-events: none;
  color: #ccc !important;
}
body main input[type=checkbox] {
  accent-color: #ffffff;
}
body main label {
  margin-left: 10px;
}
body main .form-check {
  display: flex;
  align-items: center;
}
body main *[class*=-placeholder] {
  color: #989898;
  font-size: 13px;
}
body main input[type=text], body main input[type=password] {
  font-family: "Thonburi";
  font-size: 14px;
}
body main *[class*=-text] {
  font-family: "Thonburi";
}
body main *[class*=-th], body main *[class*=-TH] {
  font-family: "Thonburi";
}
body main *[class*=-en], body main *[class*=-EN] {
  font-family: "Interstate";
}
body main .__landing-content {
  padding-top: 50px;
}
body main .__search-customer-description {
  text-align: center;
  margin-bottom: 60px;
}
body main .__search-customer-form .__email-form-title {
  text-align: center;
  margin-bottom: 16px;
}
body main .__search-customer-form .__email-form-instruction {
  font-size: 10px;
  color: #989898;
}
body main .__search-customer-form .__email-form-submit-button {
  margin: 40px 0;
}
body main .__search-customer-other-login {
  text-align: center;
}
body main .__search-customer-other-login a {
  color: #000000;
  text-decoration: underline;
}
body main .__new-member-otp-description {
  text-align: center;
  margin-bottom: 60px;
}
body main .__new-member-otp-form .__new-member-otp-title {
  text-align: center;
  margin-bottom: 16px;
}
body main .__new-member-otp-form .__otp-input-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  font-family: "Interstate";
}
body main .__new-member-otp-form .__otp-input-group .form-control {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  width: 50px;
}
body main .__new-member-otp-form .__otp-button-group {
  text-align: center;
}
body main .__new-member-otp-form .__otp-button-group .__otp-resend-button {
  margin: 30px;
}
body main .__new-member-otp-form .__otp-button-group .__otp-resend-button a {
  color: #000000;
  text-decoration: underline;
}
body main .__new-member-otp-form .__otp-button-group button {
  margin-bottom: 25px;
  font-size: 16px;
}
body main .__login-description {
  text-align: center;
}
body main .__login-title {
  text-align: center;
}
body main .__login-otp-form .__login-otp-form-title {
  text-align: center;
  margin: 50px 0 0;
}
body main .__login-otp-form .__login-otp-input-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-family: "Interstate";
}
body main .__login-otp-form .__login-otp-input-group .form-control {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  width: 50px;
}
body main .__login-otp-form .__login-otp-button-group {
  text-align: center;
}
body main .__login-otp-form .__login-otp-button-group .__login-otp-resend-button {
  margin: 30px;
}
body main .__login-otp-form .__login-otp-button-group .__login-otp-resend-button a {
  color: #000000;
  text-decoration: underline;
}
body main .__login-otp-form .__login-otp-button-group button {
  margin-bottom: 25px;
  font-size: 16px;
}
body main .__register-description {
  text-align: center;
  margin-bottom: 40px;
}
body main .__register-form .__register-input-title {
  text-align: center;
  margin-bottom: 30px;
}
body main .__register-form .__register-input-gender-group {
  display: flex;
  justify-content: space-between;
}
body main .__register-form .__register-input-small-label {
  color: #989898;
}
body main .__register-form .__register-input-newsletter-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
body main .__register-form .__register-input-password-title {
  font-weight: bold;
  margin-bottom: 10px;
}
body main .modal .modal-body {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  text-align: center;
  justify-content: center;
}
body main .modal .modal-body p {
  margin: 60px 0;
}
body main .modal .modal-body button {
  margin-top: auto;
}
body main .modal .modal-body .modal-close {
  justify-content: end;
}
body main .modal .modal-body .modal-icon {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
body main .modal .modal-body .modal-text {
  margin-bottom: 30px;
  font-family: "Helvetica Now";
}
body main .modal .modal-body .modal-text p {
  text-align: center;
  font-size: 30px;
}
body main .modal .modal-body .modal-button button {
  font-size: 20px;
}
body main .__member-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  background-color: white;
  width: 100%;
  top: 52px;
  border-bottom: 2px #cecdcd solid;
  padding-bottom: 15px;
  z-index: 900;
}
body main .__member-header .__member-separate {
  height: 2px;
  background: #cecdcd;
}
body main .__member-content {
  padding-top: 250px;
  margin-bottom: 100px;
}
body main .__member-content .__member-qr .__member-qr-img {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  width: 100%;
}
body main .__member-content .__member-qr .__member-qr-description {
  text-align: center;
}
body main .__member-content .__member-qr .__member-qr-description .__member-qr-title {
  font-size: 16px;
}
body main .__member-content .__member-qr .__member-qr-description .__member-qr-text {
  margin: 20px;
}
body main .__member-content-point-page {
  padding-top: 50px;
  margin-bottom: 100px;
}
body main .__member-coupon-empty, body main .__member-activity-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
body main .__member-menu {
  background: #000000;
  padding-top: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
body main .__member-menu .__menu-button-group {
  width: 100px;
}
body main .__member-menu .__menu-button-group .__menu-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}
body main .__member-menu .__menu-button-group .__menu-button span {
  color: #ffffff;
  margin-top: 5px;
}
body main .__member-menu .__menu-button-group .__menu-button img {
  max-height: 80%;
}
body main .__member-view-info {
  margin: 40px 0 20px;
  line-height: 30px;
}
body main .__member-view-info .__member-info-gender-group {
  display: flex;
  justify-content: space-between;
}
body main .__member-view-info .__member-info-newsletter-group {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
body main .__member-view-info .__member-info-newsletter-group input {
  background-color: black;
  border: 0px;
}
body main .__member-view-info .__member-info-input-label a {
  text-decoration: none;
  color: black;
}
body main .__member-banner img {
  width: 100%;
}
body main .__member-info-button-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body main .__member-info-button-group .__back-to-button {
  color: #ffffff;
}
body main .__member-info {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
}
body main .__member-info .__member-avatar img {
  border-radius: 50%;
  max-width: 100px;
}
body main .__member-info .__member-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
body main .__member-info .__member-name .__member-info-link {
  padding-top: 20px;
  color: #000000;
  -webkit-text-decoration: underline 1.5px;
          text-decoration: underline 1.5px;
  text-underline-offset: 5px;
}
body main .__member-reward-tab-group {
  display: flex;
  justify-content: center;
  gap: 10px;
}
body main .__member-reward-tab-group .btn {
  width: 100%;
  border: 2px #C41230 solid;
  padding: 8px;
}
body main .__member-reward-tab-group .btn.btn-main {
  background-color: #C41230;
  color: #ffffff;
}
body main .__member-reward-tab-group .btn.btn-sub {
  color: #000000;
}
body main .__member-activity-item-group {
  margin-bottom: 100px;
}
body main .__member-activity-item-group .__member-activity-item {
  border: 1px solid #A1A0A0;
  padding: 25px;
  margin: 25px 0;
}
body main .__member-coupon-item-group .__member-coupon-item {
  display: flex;
  flex-direction: row;
  border: 1px solid #A1A0A0;
  height: 170px;
  margin: 25px 0;
}
body main .__member-coupon-item-group .__member-coupon-item .__coupon-left {
  width: 55%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body main .__member-coupon-item-group .__member-coupon-item .__coupon-left .__coupon-name {
  font-size: 22px;
  color: #C41230;
  text-align: center;
}
body main .__member-coupon-item-group .__member-coupon-item .__coupon-right {
  width: 45%;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
body main .__member-coupon-item-group .__member-coupon-item .__coupon-right .__code {
  padding: 10px;
  width: 100%;
  background: #C41230;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
body main .__point-section {
  padding: 15px;
  border-bottom: 2px #cecdcd solid;
}
body main .__point-section .__point-member-point {
  display: flex;
  justify-content: space-between;
}
body main .__point-section .__point-member-point .__collected {
  display: flex;
  flex-direction: column;
}
body main .__point-section .__point-member-point .__collected .__collected-point {
  font-size: 34px;
  font-weight: bold;
  color: #C21734;
  letter-spacing: -0.5px;
}
body main .__point-section .__point-member-point .__cash {
  display: flex;
  flex-direction: column;
}
body main .__point-section .__point-member-point .__cash .__cash-group {
  display: flex;
  align-items: center;
}
body main .__point-section .__point-member-point .__cash .__cash-group .__cash-circle {
  width: 30px;
  margin: 0 5px;
}
body main .__point-section .__point-member-point .__cash .__cash-group .__cash-circle img {
  -o-object-fit: cover;
     object-fit: cover;
}
body main .__point-section .__point-member-point .__cash .__cash-group .__cash-point {
  font-size: 34px;
  font-weight: bold;
  color: #C21734;
  margin: 0 5px;
  letter-spacing: -0.5px;
}
body main .__point-section .__point-member-point .__cash .__cash-text {
  margin: 0 3px;
}
body main .__point-expiring-section {
  display: flex;
  padding: 15px;
  border-bottom: 2px #cecdcd solid;
}
body main .__point-expiring-section .__point-expiring {
  font-size: 34px;
  font-weight: bold;
  color: #C21734;
}
body main .__point-expiring-section .__point-expiring-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 12px;
}
body main .__point-expiring-section .__point-expiring-text .__point-expiring-date {
  color: #C21734;
}
body main .__point-member-section {
  padding: 15px;
}
body main .__point-member-section .__point-member-level {
  display: flex;
  align-items: center;
  font-size: 36px;
}
body main .__point-member-section .__point-member-level-active {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
body main .__point-member-section .__point-member-level-active .__point-member-level-blue, body main .__point-member-section .__point-member-level-active .__point-member-level-silver, body main .__point-member-section .__point-member-level-active .__point-member-level-gold {
  width: 33%;
  height: 7px;
}
body main .__point-member-section .__point-member-level-active .__point-member-level-blue.__active, body main .__point-member-section .__point-member-level-active .__point-member-level-silver.__active, body main .__point-member-section .__point-member-level-active .__point-member-level-gold.__active {
  height: 15px;
}
body main .__point-member-section .__point-member-level-active .__point-member-level-blue {
  background: linear-gradient(90deg, #030C69 0%, #79A2D0 100%);
}
body main .__point-member-section .__point-member-level-active .__point-member-level-silver {
  background: linear-gradient(90deg, #717174 0%, #BCBDBF 100%);
  margin: 0 10px;
}
body main .__point-member-section .__point-member-level-active .__point-member-level-gold {
  background: linear-gradient(90deg, #AC7932 0%, #D6B865 100%);
}
body main .__point-member-section .__point-level-star {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
body main .__point-member-section .__point-level-star img {
  width: 30px;
}
body main .__point-member-section .__point-level-gold, body main .__point-member-section .__point-level-silver, body main .__point-member-section .__point-level-blue {
  font-weight: bold;
}
body main .__point-member-section .__point-level-gold {
  color: #AF7D35;
}
body main .__point-member-section .__point-level-silver {
  color: #9A9B9E;
}
body main .__point-member-section .__point-level-blue {
  color: #0B1670;
}
body main .__point-member-section .__point-upgrade-instruction {
  padding: 25px;
  margin: 15px 0;
  border: 1px solid #A1A0A0;
  display: flex;
}
body main .__point-beneficial-section .__benefit-heading {
  font-size: 18px;
  text-align: center;
}
body main .__point-beneficial-section .__benefit-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body main .__point-beneficial-section .__benefit-block .__benefit-block-level-blue, body main .__point-beneficial-section .__benefit-block .__benefit-block-level-silver, body main .__point-beneficial-section .__benefit-block .__benefit-block-level-gold {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26%;
  height: 50px;
  margin: 0 2px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
body main .__point-beneficial-section .__benefit-block .__benefit-block-level-blue {
  background: linear-gradient(90deg, #030C69 0%, #79A2D0 100%);
}
body main .__point-beneficial-section .__benefit-block .__benefit-block-level-silver {
  background: linear-gradient(90deg, #717174 0%, #BCBDBF 100%);
}
body main .__point-beneficial-section .__benefit-block .__benefit-block-level-gold {
  background: linear-gradient(90deg, #AC7932 0%, #D6B865 100%);
}
body main .__point-beneficial-section .__benefit-block .__benefit-label {
  width: 20%;
  font-weight: bold;
  text-align: center;
  margin-right: 5px;
}
body main .__point-beneficial-section .__benefit-block .__benefit-block-separate {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #A1A0A0;
  width: 80%;
  min-height: 80px;
}
body main .__point-beneficial-section .__benefit-block .__benefit-block-full {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #A1A0A0;
  width: 80%;
  min-height: 80px;
}
body main .__point-beneficial-section .__benefit-block .__benefit-block-half {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #A1A0A0;
  width: 80%;
  min-height: 80px;
}
body main .__point-beneficial-section .__benefit-block .__benefit-block-half .__block-half-first {
  width: 33%;
}
body main .__point-beneficial-section .__benefit-block .__benefit-block-half .__block-half-second {
  width: 66%;
}
body main .__point-beneficial-section .__benefit-block .__block-separate-text {
  padding: 5px;
  width: 33%;
}
body main .__point-beneficial-section .__benefit-block .__block-full-text {
  padding: 5px;
}
body main .__point-beneficial-section .__benefit-block .__block-line {
  display: flex;
  align-items: center;
  height: 80px;
}
body main .__point-beneficial-section .__benefit-block .__block-line span {
  height: 70%;
  width: 1px;
  background: #A1A0A0;
}
