.wrapper {
  overflow: auto;
}

main {
  width: fit-content;
  max-width: 327px;
  margin: auto;
  background-color: rgba(255, 255, 255);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.1);
}

.main-inner {
  width: 327px;
  margin: auto;
}

.main-img__label {
  position: relative;
  z-index: 100;
  display: flex;

  /* padding-left: 30px;
  padding-right: 30px; */
}

.main-img__label > a > p {
  padding: 4px 10px;
  background-color: rgba(0, 104, 183, 0.64);
  font-size: 0.8rem;
  font-weight: 200;
  color: #fff;
  border-radius: 22px;
}

.main-img__label > p {
  padding: 4px 10px;
  background-color: rgba(0, 104, 183, 0.64);
  font-size: 0.8rem;
  font-weight: 200;
  color: #fff;
  border-radius: 22px;
}

.main-img__label.top {
  justify-content: space-around;
}

.main-img__label.top > a:nth-child(1) > p {
  transform: translateX(-13px);
  background-color: rgba(71, 188, 198, 0.9);
}
.main-img__label.top > a:nth-child(2) > p {
  transform: translateX(13px);
	background-color: rgba(0, 104, 182, 0.9);
}

.main-img__label.bottom {
  justify-content: left;
  gap: 10%;
  padding-top: 0px;
}
.main-img__label.bottom > p:nth-child(1) {
  transform: translateX(-10px);
  background-color: rgba(192, 192, 192, 0.9);
}
.main-img__label.bottom > a:nth-child(2) > p{
  transform: translateX(-35px) translateY(10px);
  background-color: rgba(71, 188, 198, 0.9);
}
.main-img__label.bottom > a:nth-child(3) > p{
  transform: translateX(-65px) translateY(10px);
  background-color: rgba(71, 188, 198, 0.9);
}
.main-img__label.bottom > a:nth-child(4) > p{
  transform: translateX(-55px) translateY(10px);
  background-color: rgba(0, 104, 182, 0.9);
}
.main-img__label.bottom > a:nth-child(5) > p{
  transform: translateX(-85px) translateY(10px);
  background-color: rgba(0, 104, 182, 0.9);
}

.main-img {
  min-width: 327px;
  display: flex;
  align-items: baseline;
}

.main-img .main-img__container:first-child {
  flex: 1;
}

.main-img .main-img__container:last-child {
  flex: 6;
}

.main-img .main-img__container .main-img__item {
  width: 100%;
}

.main-img .main-img__container > a {
  position: relative;
  left: 55px;
  z-index: 100;
  display: block;
}
.indicator-box {
  position: relative;
  z-index: 100;
}

.indicator {
  border: 1px solid rgba(0, 104, 183, 0.64);
}
.indicator:nth-child(1) {
  position: absolute;
  top: 44px;
  left: 80px;
  width: 0px;
  height: 20px;
}

.indicator:nth-child(2) {
  position: absolute;
  top: 44px;
  left: 230px;
  width: 0px;
  height: 20px;
}

.indicator-block {
  position: absolute;
  border-radius: 10px;
  border: 2px solid rgb(95, 135, 184);
}

.indicator-block:nth-child(5) {
  width: 95px;
  height: 150px;
  top: 30px;
  left: 52px;
}
.indicator-block:nth-child(6) {
  width: 95px;
  height: 150px;
  top: 30px;
  left: 175px;
	
}


@media screen and (min-width: 1024px) {
  main {
    width: 70%;
    margin: auto;
  }
}
