.how-to-slider .slider-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.how-to-slider .slider-image img {
  width: 100%;
  display: block;
  height: auto;
}

.no-login-content {
  color: #FFFFFF;
}
.how-to-slider .no-login-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  --color-button-background: transparent;
  margin-top: 20px;
}
.how-to-slider .no-login-list .button {
  border: 1px solid #FFFFFF;
}
.how-to-slider .how-to-fixed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.how-to-slider-content {
  color: #FFFFFF;
}
.how-to-slider-content .slider-desc {
  font-size: 16px;
  line-height: 1.4;
}


.how-words-login-content {
  margin-top: 8px;
}
.how-words-login-content .login-user-name {
  font-size: 26px;
  font-weight: 500;
  color: #DEC0AB;
  line-height: 1.6;
}
.how-words-btn-list {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.how-words-btn-list .button {
  --btn-border-radius-outset: 8px;
}
.how-words-btn-list .button:after,
.how-words-btn-list .button:before
{
  content: none;
}

.how-words-btn-list .button:first-child {
  border: 1px solid #000000;
}

.how-words-btn-list .button:last-child {
  border: 1px solid #000000;
  background: #FFFFFF;
  color: #000000;
}

.how-words,
.ways-to-earn {
  --title4-font-size: 32px;
}
.ways-content {
  border: 1px solid #C5C5C5;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  position: relative;
}
.ways-content-box {
  display: grid;
  gap: 20px;
  padding-top: 25px;
}
.ways-content-box .ways-icon {
  margin-bottom: 8px;
  width: 32px;
  height: 32px;
  position: relative;
}
.ways-content-box .ways-desc {
  width: 100%;
  display: block;
  text-align: center;
}
.ways-content-box .ways-desc svg {
  vertical-align: text-bottom;
}

.ways-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  flex-direction: column;
}
.ways-box .ways-icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.ways-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #FBF7F4;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}
.login-ways-popup {
  font-size: 14px;
  line-height: 1.2;
  gap: 8px;

}
.login-ways-popup div {
  font-weight: 300;
}
.login-ways-popup i,
.words-no-login-content i{
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  font-style: unset;
  text-align: center;
}
.ways-content:hover .ways-popup {
  opacity: 1;
}
.no-login-ways-popup {
  font-size: 14px;
  gap: 8px;
}
.ways-popup div {
  --btn-border-thickness: -5px;
  --btn-border-radius-outset: 5px;
  line-height: 1.4;
}
.no-login-ways-popup span {
  font-weight: 400;
  line-height: 1.4;
}
.no-login-ways-popup i {
  line-height: 1;
  text-decoration: underline;
  font-style: unset;
}
.no-login-pd {
  height: 40px;
}

.how-to-points .how-points-desc {
  margin: 8px 0 0;
}

.how-to-points .login-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin: 10px 0;
}
.how-to-points .login-text span {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  color: #DEC0AB;
}

.how-to-points .how-points-content {
  display: flex;
  gap: 10px;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.how-to-points .how-points-box {
  border-radius: 12px;
  border: 1px solid #000000;
  background: #FFFFFF;
  overflow: hidden;
  padding: 14px 28px;
  min-width: 228px;
}
.how-to-points .how-points-box div {
  font-weight: 600;
  line-height: 1.6;
}
.how-to-points .how-points-box span {
  font-weight: 400;
  line-height: 1.4;
}
.how-points-button-box {
  --btn-border-thickness: 2px;
  --btn-border-radius-outset: 8px;
  padding-top: 35px;
  text-align: center;
}
.how-points-coupon-box {
  --btn-border-thickness: 1px;
  --btn-border-radius-outset: 8px;
}
.how-points-coupon-box .c-content {
  border-left: 1px dashed #000000;
}
.how-points-coupon-box {
  display: flex;
  width: 438px;
  max-width: 438px;
}
.how-points-btn-list {
  padding: 20px 13px 20px 0;

}
.how-points-btn-list .button {
  padding: 10px 8px;
  --btn-border-radius: 8px;
  min-width: 90px;
}

@media (max-width: 750px) {
  .how-points-btn-list .button {
    --btn-border-radius: 4px;
  }
}

.how-points-btn-list .button.active {
  background: transparent;
  color: #000;
}
.how-points-btn-list .button:disabled {
  opacity: 1;
  background: #CDAC95;
  --color-button-background: #CDAC95;
  color: #AB8366;
}
.how-points-btn-list .button:disabled:before {
  content: unset;
}

.how-points-coupon-box .c-text {
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  max-width: 90px;
  flex: 1;
  text-transform: uppercase;
}

.how-points-coupon-box .c-content {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  padding: 0 10px 0 12px;
  align-items: self-start;
  justify-content: center;
  flex: 1;
  gap: 2px;
  font-size: 14px;
}
.how-points-coupon-box .c-content div.c-title {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
  line-height: 1.8;
}
.how-points-coupon-box .c-content .c-title span.arrows {
  cursor: pointer;
  position: relative;
  z-index: 6;
}
.how-points-coupon-box .c-content .c-popup {
  position: absolute;
  bottom: 126%;
  left: -18px;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  text-align: left;
  padding: 10px 14px;
  border-radius: 12px;
  max-width: 249px;
  width: 500%;
  font-weight: 300;
  font-size: 11px;
  z-index: 4;
  line-height: 1.6;
  display: none;
}

.how-points-coupon-box .c-content .c-popup:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top-color: rgba(0,0,0,.8);
  position: absolute;
  top: 100%;
}

.how-points-coupon-box .c-content .c-popup-time {
  margin: 0 0 10px;
}

.how-points-coupon-box .c-content .c-popup-title {
  font-weight: 500;
}


.how-points-coupon-box .c-content span.copy-text {
  font-size: 12px;
  background: #CCAA92;
  padding: 4px 6px;
  line-height: 1;
  font-weight: 500;
}

.how-to-refer-no-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.how-to-refer-content {
  display: flex;
}
.how-to-refer-content .box-info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  padding: 0 56px;
}
@media screen and (min-width: 751px){
  .how-to-refer-content .box-info {
    min-height: 540px;
  }

  .how-to-refer-content .box-image img {
    max-height: 100%;
    max-width: unset;
    height: 100%;
    width: auto;
  }
}
.how-to-refer-content .box-image {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-height: 294px;
}
.how-to-refer-content .box-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.how-to-refer-no-login .i-desc {
  margin: 10px 0 50px;
}

.how-to-refer-no-login div {
  padding: 12px 36px;
}
.how-to-refer-content .copy-box {
  padding: 8px 80px 8px 20px;
  display: flex;
  align-items: center;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #000000;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  max-width: 395px;
  width: 100%;
  overflow: hidden;
  text-align: left;
  min-height: 40px;
}
.how-to-refer-content .copy-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.how-to-refer-content .copy-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.how-to-refer-content .share-box {
  padding-top: 40px;
  text-align: left;
  width: 100%;
}
.how-to-refer-content .share-text {
  position: relative;
}
.how-to-refer-content .share-text span {
  position: relative;
  z-index: 1;
  color: #9B9B9B;
  line-height: 16px;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px 0 0;
}
.how-to-refer-content .share-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 1px;
  background: #E7E7E7;
}
.how-to-refer-content .share-content {
  padding: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.how-to-refer-content .share {
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #D7D7D7;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  cursor: pointer;
}
.how-to-refer-content .share .icon {
  font-size: 24px;
}
.how-to-refer-content .share .share-name {
  font-size: 14px;
}
.how-to-refer-content .share:hover {
  background: #000000;
  color: #FFFFFF;
}

.how-words-history-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0,0,0,.6);
  display: none;
}
.how-words-history-bg.active {
  display: block;
}

.how-words-history {
  position: fixed;
  top: 50%;
  background: #FFFFFF;
  border-radius: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.how-words-history {
  max-width: 830px;
  width: 100%;
  height: 100%;
  max-height: 543px;
  padding: 25px;
}
.history-close-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.how-words-history .history-close {
  cursor: pointer;
  font-size:28px;
}
.how-words-history .history-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}

.how-words-history .history-content {
  padding: 0 25px 25px;
  height: calc(100% - 28px);
  overflow: hidden;
}

.how-words-history .history-header {
  display: flex;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 3.2;
}

.how-words-history .history-header .time {
  flex: 1;
}
.how-words-history .history-header .content {
  flex: 1;
}
.how-words-history .history-header .number {
  flex: 2.5;
}
.how-words-history .history-scroll {
  height: calc(100% - 95px);
  overflow: hidden;
  overflow-y: auto;
}

.how-words-history .history-ul .history-li {
  display: flex;
  align-items: center;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #D6D6D6;
  text-align: center;
  margin-bottom: 10px;
}
.how-words-history .history-ul .history-li:last-child {
  margin-bottom: 0;
}
.how-words-history .history-ul .h-time {
  flex: 1 1 0;
  white-space: nowrap;
}
.how-words-history .history-ul .h-box-title {
  flex: 1;
}
.how-words-history .history-ul .h-text {
  flex: 2.5;
}
.how-words-history .history-ul .h-add {
  color: #DEC0AB;
}
@media screen and (max-width: 750px){
  .how-to-refer-content .box-image img {
    max-height: unset;
    max-width: 100%;
    height: auto;
    width: 100%;
  }

  .how-words-history .history-ul .h-add {
    text-align: left;
  }
}
.user-input-content {
  gap: 10px;
}
.ways-user-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 28px);
  text-align: center;
}

.ways-user-box .v-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.ways-user-box .user-input-box {
  border-radius: 8px;
  border: 1px solid #000000;
  padding: 10px;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
.ways-user-box .user-input-box select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.ways-user-box .user-input-box .select-value-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50px;
}
.ways-user-box .user-input-box .select-value {
  position: relative;
  z-index: 1;
  cursor: pointer;
  line-height: 2;
  font-size: 13px;
  height: 26px;
  font-weight: 400;
}

.ways-user-box .user-input-box input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.ways-user-box .user-input-box input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}

.ways-user-box .user-input-box input[type='number'],
.ways-user-box .user-input-box input[type='text']
{
  -moz-appearance: textfield;
  border: 0 none;
  text-align: center;
  font-size: 14px;
}
.ways-user-box .user-input-box input[name="mm"],
.ways-user-box .user-input-box input[name="dd"] {
  width: 40px;
}
.ways-user-box .user-input-box input[name="yy"] {
  width: 50px;
}
.ways-user-box .user-input-box input[name="phone"] {
   max-width: 200px;
  width: 100%;
}
.ways-user-box .user-input-box select {
  display: inline-block;
  border: 0 none;
  width: auto;
  max-width: 100px;
}

.ways-user-box .subDate {
  background: #DEC0AB;
  border-radius: 8px;
  font-size: 30px;
  border: 1px solid #DEC0AB;
  padding: 5px 25px;
  cursor: pointer;
}

.ways-user-box .subDate:hover {
  background: #000000;
  color: #DEC0AB;
}

.ways-user-box .v-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 16px;
}

.how-points-coupon-box .c-text div.font-12 {
  font-size: 14px;
  line-height: 1.2;
}

.brabic-problem-title h4 {
  font-family: var(--body-font);
  text-transform: unset !important;
}

@media screen and (min-width: 751px){
  .b-type {
    margin-top: 58px;
  }
}

@media screen and (max-width: 750px){
  .how-words,
  .ways-to-earn {
    --title4-font-size: 23px;
  }
  .how-words-login-content .login-user-name {
    font-size: 21px;
  }
  .how-words-btn-list {
    margin-top: 10px;
  }
  .how-words-btn-list .button {
    padding: 8px 22px;
    border-radius: 4px;
  }
  .ways-content-box .ways-icon {
    width: 20px;
    height: 20px;
  }
  .ways-box {
    padding: 10px;
    text-align: center;
  }
  .how-to-points .how-points-content {
    flex-direction: column;
    align-items: center;
  }
  .how-to-points .how-points-box {
    width: 100%;
    max-width: 270px;

  }
  .how-to-points .how-points-box div {
    font-size: 16px;
  }
  .how-to-points .how-points-box span {
    font-size: 12px;
  }
  .how-to-points .how-points-desc {
    padding: 0 10px;
  }
  .how-points-button-box .how-points-button {
    border-radius: 4px;
    width: 140px;
  }
  .how-points-coupon-box {
    width: 100%;
    --btn-border-thickness: 1px;
    --btn-border-radius-outset: 4px;
    --btn-font-size: 12px;
  }
  .how-points-coupon-box .c-content {
    font-size: 12px;
    padding: 0 10px 0 12px;
    text-align: left;
  }
  .how-points-btn-list {
    padding: 16px 10px 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .how-to-refer {
    padding: 10px 0 !important;
  }
  .how-to-refer .page-width {
    --page-padding: 0;
  }
  .how-to-refer-content {
    flex-direction: column-reverse;
  }
  .how-to-refer-content .box-info {
    padding: 45px 25px;
    gap: 2px;
    --title4-font-size: 23px;
  }
  .how-to-points .page-title {
    --title4-font-size: 23px;
  }
  .how-to-refer .i-desc {
    font-size: 12px !important;
  }
  .how-to-refer-content .copy-box {
    margin-top: 24px;
    height: 34px;
    line-height: 34px;
    padding: 0 43px 0 13px;
    border-radius: 4px;
  }
  .how-to-refer-content .copy-text {
    font-size: 12px;
  }
  .how-to-refer-content .share-text span {
    font-size: 12px;
  }
  .how-to-refer-content .share-content {
    padding-top: 13px;
    gap: 5px;
  }
  .how-to-refer-content .share {
    border-radius: 4px;
    gap: 5px;
    padding: 5px 10px;
  }
  .how-to-refer-content .share .icon {
    font-size: 22px;
  }
  .how-to-refer-content .share .share-name {
    font-size: 12px;
  }
  .how-to-refer-no-login {
    margin-top: 6px;
  }

  .how-to-slider .no-login-content {
    width: 85%;
    --title2-font-size: 32px;
  }
  .how-to-slider-content {
    --title2-font-size: 32px;
    width: 72%;
  }
  .how-to-slider-content .slider-desc {
    font-size: 12px;
    margin-top: 13px;
  }
  .how-words-history .history-ul .history-li {
    flex-direction: row-reverse;
    border-radius: 4px;
    padding: 10px;
    gap: 10px;
  }
  .how-words-history .history-ul .h-time {
    text-align: right;
  }
  .how-words-history .history-ul .h-box-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
    text-align: left;
  }
  .how-words-history .history-ul .h-text {
    font-size: 12px;
    line-height: 1.4;
  }
  .how-words-history .history-title {
    text-align: center;
  }
  .how-words-history {
    max-height: unset;
  }
  .ways-user-box .v-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .ways-user-box .user-input-box {
    padding: 2px 10px;
  }

  .ways-user-box .v-text {
    margin-top: 10px;
    font-size: 12px;
  }
  .ways-user-box .subDate {
    padding: 0 18px;
  }

  .words-no-login-content {
    width: 100%;
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
  }
  .words-no-login-content span {
    line-height: 1.6;
    margin: 10px 0;
    font-weight: 400;
    text-align: center;
  }
  .words-no-login-content a.info{
    font-weight: 500;
    text-decoration: underline;
  }
  .ways-content .no-login-ways-popup {
    display: none;
  }
}