.frame {
  /* height: 100vh; */
  overflow-y: auto;
}

.div {
  height: 100%;
}

.overlap-group {
  background-image: url('../image/BG.png');
  background-size: 100% 100%;
  height: auto;
  width: 100%;

}

.imgbox {
  padding-bottom: 2.5rem;
}

.imgbox1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.imgbox1-left,
.imgbox1-right {
  width: 30%;
}

.imgbox1-center {
  width: 40%;
  display: flex;
  align-items: flex-end;
}

.imgbox1-right {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}

.CSKH {
  width: 93px;
  height: 120px;
}

.imgbox6 {
  display: flex;
  justify-content: center;
  margin-top: -6rem;
  margin-bottom: 2rem;
}

.k68 {
  width: 30rem;
}

.imgbox2 {
  width: 85%;
  display: flex;
  justify-content: center;
  margin-left: 15%;
}

.imgbox2-center {
  display: flex;
  align-items: flex-start;
}

.LOGO {
  width: 28rem;
}

.Mn {
  width: 25rem;
}

.imgbox3,
.imgbox4,
.imgbox5,
.imgbox6 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.imgbox5 {
  /* margin-bottom: 50rem; */
}

.imgbox3-center {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.ios,
.android,
.TG {
  width: 15rem;
}

.BNG {
  width: 10rem;
}

#ios-button {
  display: none;
  position: fixed;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  background-color: #007aff;
  color: white;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  width: 91%;
  height: 35px;
  z-index: 10000;
}

#ios-image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto; 
  margin-top: auto;
}

#imgbox6-center {
  display: none;
  width: 90%;
  height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.95);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);

  align-items: center;
  justify-content: center; 
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}


.imgdownload {
  width: 40%;
  z-index: 2;
  margin-top: 1rem;
  animation: rotate-animation 1.5s infinite;
  /* position: relative;
  top: -1rem; */
}

@keyframes rotate-animation {

  0%,
  100% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }
}

@media screen and (max-width: 480px) {
  .overlap-group {
    background-image: url('../image/BG2.png');
    background-size: 100% 100%;
    height: 100%;
    width: 100%;

  }

  .LOGO1,
  .LOGO2 {
    width: 5rem;
  }

  .CSKH {
    width: 52px;
    height: 65px;
  }

  .imgbox1-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    top: 4rem;
  }

  .TXT {
    width: 13rem;
  }

  .imgbox6 {
    margin-top: -6rem;
    margin-bottom: 1rem;
  }

  .k68 {
    width: 10rem;
  }

  .imgbox2 {
    width: 100%;
    margin-left: 0%;
  }

  .imgbox2-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .LOGO {
    width: 10rem;
  }

  .Mn {
    width: 15rem;
  }

  .imgbox3-center {
    width: 75%;
  }

  .ios,
  .android,
  .TG {
    width: 8rem;
  }

  .imgbox4-center {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    gap: 8px 2%;
  }

  .BNG {
    width: 5rem;
  }

  .imgbox5-center {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    gap: 20px 2%;
  }
}

@media screen and (max-width: 375px) {

  .ios,
  .android,
  .TG {
    width: 7rem;
  }
}

@media screen and (max-width: 360px) {

  .ios,
  .android,
  .TG {
    width: 6rem;
  }
}

@media screen and (min-width: 480px) {
  .overlap-group {
    background-image: url('../image/BG2.png');
    background-size: 100% 100%;
    height: auto;
    width: 100%;

  }

  .imgbox1-left {
    display: flex;
    justify-content: flex-end;

  }

  .LOGO1 {
    width: 4rem;
    height: 4rem;
  }

  .LOGO2 {
    width: 4rem;
    height: 3rem;
  }

  .CSKH {
    width: 52px;
    height: 65px;
  }

  .imgbox1-center {
    position: relative;
    top: 3rem;
  }

  .TXT {
    width: 12rem;
  }

  .imgbox2-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .div {
    display: flex;
    justify-content: center;
  }

  .imgbox {
    width: 480px;
    height: auto;
  }

  .overlap-group {
    width: 480px;
    height: auto;
  }


  .imgbox2 {
    width: 100%;
    margin-left: 0%;
    margin-top: 4rem;
  }

  .k68 {
    width: 15rem;
  }

  .imgbox3-center {
    width: 80%;
  }

  .LOGO {
    width: 20rem;
  }

  .Mn {
    width: 20rem;
  }


  .imgbox4-center,
  .imgbox5-center {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .imgbox5-center {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .BNG {
    width: 4rem;
  }

  .imgbox3-center {
    display: flex;
    justify-content: space-between;
  }

  .ios,
  .android,
  .TG {
    width: 7rem;
  }
}

@media screen and (min-width: 980px) {
  .overlap-group {
    background-image: url('../image/BG.png');
    background-size: 100% 100%;
    height: auto;
    width: 100%;

  }

  .imgbox1-left {
    display: flex;
    justify-content: flex-start;
  }

  .CSKH {
    width: 93px;
    height: 120px;
  }

  .LOGO1,
  .LOGO2 {
    width: 152px;
    height: 156px;
  }

  .LOGO2 {
    width: 248px;
    height: 156px;
  }

  .imgbox {
    width: 100%;
    height: auto;
  }

  .overlap-group {
    width: 100%;
    height: auto;

  }

  .imgbox2 {
    width: 85%;
    margin-left: 15%;
  }

  .TXT {
    width: 40rem;
  }

  .imgbox2-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  .imgbox3-center {
    width: 50%;
  }

  .imgbox4-center {
    display: flex;
    justify-content: center;
  }

  .BNG {
    width: 5rem;
  }

  .ios,
  .android,
  .TG {
    width: 12rem;
  }

  .k68 {
    width: 30rem;
  }
}

@media screen and (min-width: 1200px) {
  .imgbox3-center {
    width: 50%;
  }

  .imgbox5-center {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .BNG {
    width: 6rem;
  }
}

@media screen and (min-width: 1400px) {
  .imgbox3-center {
    width: 50%;
  }

  .BNG {
    width: 7rem;
  }
}

@media screen and (min-width: 1600px) {
  .imgbox3-center {
    width: 50%;
  }

  .BNG {
    width: 8rem;
  }
}