#login-share .section--1 {
  background-image: url(../images/payment-login-share-simple/img-background/bg.jpg);
  background-repeat: no-repeat;
  width: 2000px;
  height: 1024px;
  position: relative;
}
@media (max-width: 576px) {
  #login-share .section--1 {
    background-image: url(../images/payment-login-share-simple/Mobile/mb_bg.jpg);
    background-repeat: no-repeat;
    width: 768px;
    height: 1365px;
  }
}
#login-share .section--1 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 11% 24.6% 1.5% 20.5%;
  display: flex;
}
@media (max-width: 576px) {
  #login-share .section--1 .content {
    padding: 35% 0 0;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#login-share .section--1 .content .flag {
  background-image: url(../images/payment-login-share-simple/img-background/flag.png);
  background-repeat: no-repeat;
  width: 217px;
  height: 376px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 116px;
  padding: 127px 0;
  margin-top: 15%;
}
@media (max-width: 576px) {
  #login-share .section--1 .content .flag {
    position: absolute;
    top: 19.5%;
    margin-top: 0;
    align-self: center;
    justify-content: center;
    padding: 4% 1% 6% 31%;
    gap: 45px;
    background-image: url(../images/payment-login-share-simple/Mobile/flag-mb.png);
    background-repeat: no-repeat;
    width: 477px;
    height: 198px;
  }
}
#login-share .section--1 .content .flag div {
  position: relative;
  display: flex;
  gap: 2px;
}
#login-share .section--1 .content .flag div p, #login-share .section--1 .content .flag div span {
  text-align: center;
  color: #3c0000;
  font-weight: 600;
  font-size: 20px;
}
#login-share .section--1 .content .mark {
  width: 77%;
  height: 100%;
  position: relative;
}
@media (max-width: 576px) {
  #login-share .section--1 .content .mark {
    width: 100%;
    height: 87%;
  }
}
#login-share .section--1 .content .mark div .tooltip {
  display: none;
  position: absolute;
  z-index: 1;
}
#login-share .section--1 .content .mark div:hover .tooltip {
  display: inline;
}
#login-share .section--1 .content .mark div:nth-child(1) {
  position: absolute;
  left: 5%;
  top: 2.3%;
}
@media (max-width: 576px) {
  #login-share .section--1 .content .mark div:nth-child(1) {
    left: 4%;
    top: 2.1%;
  }
}
#login-share .section--1 .content .mark div:nth-child(2) {
  position: absolute;
  left: 34%;
  top: 4.3%;
}
@media (max-width: 576px) {
  #login-share .section--1 .content .mark div:nth-child(2) {
    left: 37.5%;
    top: 3.7%;
  }
}
#login-share .section--1 .content .mark div:nth-child(3) {
  position: absolute;
  left: 65%;
  top: 12.5%;
}
@media (max-width: 576px) {
  #login-share .section--1 .content .mark div:nth-child(3) {
    left: 71.5%;
    top: 10.5%;
  }
  #login-share .section--1 .content .mark div:nth-child(3):hover .tooltip {
    left: -170%;
    top: 30%;
  }
}
#login-share .section--1 .content .mark div:nth-child(4) {
  position: absolute;
  left: 43.2%;
  top: 34.8%;
}
@media (max-width: 576px) {
  #login-share .section--1 .content .mark div:nth-child(4) {
    left: 47.2%;
    top: 28.4%;
  }
  #login-share .section--1 .content .mark div:nth-child(4):hover .tooltip {
    left: 75%;
  }
}
#login-share .section--1 .content .mark div:nth-child(5) {
  position: absolute;
  left: 9.5%;
  top: 43%;
}
@media (max-width: 576px) {
  #login-share .section--1 .content .mark div:nth-child(5) {
    left: 10%;
    top: 35%;
  }
}
#login-share .section--1 .content .mark div:nth-child(6) {
  position: absolute;
  left: 29.5%;
  top: 64.1%;
}
@media (max-width: 576px) {
  #login-share .section--1 .content .mark div:nth-child(6) {
    left: 31.7%;
    top: 52.1%;
  }
}
#login-share .section--1 .content .mark div:nth-child(7) {
  position: absolute;
  left: 65.5%;
  top: 62.4%;
}
@media (max-width: 576px) {
  #login-share .section--1 .content .mark div:nth-child(7) {
    left: 72.5%;
    top: 50.7%;
  }
  #login-share .section--1 .content .mark div:nth-child(7):hover .tooltip {
    left: -43%;
    bottom: -60%;
  }
}
#login-share .section--1 .content .mark div.off img:first-child {
  filter: grayscale(1);
}
#login-share .section--1 .content .mark div.active img:first-child {
  filter: grayscale(0);
}
#login-share .section--1 .content .mark div.received:after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/payment-login-share-simple/rewards/received.png);
  background-repeat: no-repeat;
  width: 166px;
  height: 208px;
}
#login-share .section--1 .content .mark div.received img:first-child {
  filter: grayscale(1);
}

