.wrapper {
  overflow: visible;
}

.heroSection img {
  width: 100%;
}

.is_mo {
  display: none;
}

.tabs {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 99px;
  background: #fff;
  z-index: 2;
}
.tabs .btn {
  position: relative;
  display: flex;
  width: 240px;
  height: 100px;
  justify-content: center;
  align-items: center;
  color: #6c6762;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}
.tabs .btn.active {
  color: #783b3b;
  font-weight: 800;
}
.tabs .btn.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #783b3b;
  content: "";
  width: 100%;
  height: 6px;
}

.tabTarget {
  position: absolute;
  top: -200px;
}

.videoContainer {
  position: relative;
  padding: 210px 0;
  background: linear-gradient(180deg, #fef6f6 0%, #fff 100%);
}
.videoContainer .videoTitle {
  display: flex;
  align-items: center;
  margin-bottom: 74px;
}
.videoContainer--Inner {
  max-width: 900px;
  margin: 0 auto;
}
.videoContainer #mainVideo {
  margin-bottom: 92px;
}
.videoContainer .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px 32px;
}
.videoContainer .card .title {
  margin-top: 18px;
  color: #594848;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.videoContainer .card .video {
  position: relative;
  width: 100%;
  border-radius: 26px;
  padding-top: 56%;
  overflow: hidden;
}
.videoContainer .card iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 50px 0 154px 0;
}
.pagination .page {
  display: flex;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #b7b08c;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.pagination .page.active {
  border-radius: 10px;
  background: #ffaa5b;
  color: #322828;
}

.banner-inst {
  display: block;
  max-width: 1050px;
  margin: 0 auto;
  padding: 46px 0;
  border-radius: 20px;
  background: url(../images/img_doll.png) no-repeat right 150px top #ffd65b;
  background-size: 218px 248px;
}
.banner-inst p {
  padding-left: 156px;
  text-align: left;
  color: #150909;
  font-family: Pretendard;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
}
.banner-inst p strong {
  display: inline-block;
  margin: 6px 0 20px 0;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
}
.banner-inst p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 20px;
  line-height: 22px;
}

.faloting button span {
  position: relative;
}

.faloting button span::after {
  position: absolute;
  left: 54%;
  bottom: -1%;
  transform: translateX(-50%);
  content: "";
  width: 100px;
  height: 86px;
  border-radius: 100px;
  background: url(/main/images0211/floating.png) no-repeat center;
  overflow: hidden;
}

.faloting button span img {
  display: none;
}

@media screen and (max-width: 760px) {
  .is_mo {
    display: block;
  }
  .is_pc {
    display: none;
  }
  .tabTarget {
    position: absolute;
    top: -118px;
  }
  .faloting button span::after {
    left: 54%;
    bottom: -1%;
    transform: translateX(-50%);
    width: 70px;
    height: 60px;
    border-radius: 100px;
    background-size: 100%;
  }
  .faloting button span img {
    display: none;
  }
  .tabs {
    top: 59px;
  }
  .tabs .btn {
    position: relative;
    display: flex;
    width: 50%;
    height: auto;
    padding: 20px 0;
    font-size: 14px;
  }
  .tabs .btn.active::after {
    height: 3px;
  }
  .videoContainer {
    padding: 80px 16px;
  }
  .videoContainer .videoTitle {
    padding: 0 16px;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .videoContainer .videoTitle .tit {
    max-width: 300px;
  }
  .videoContainer .videoTitle .sub {
    max-width: 220px;
  }
  .videoContainer--Inner {
    max-width: 900px;
    margin: 0 auto;
  }
  .videoContainer #mainVideo {
    margin-bottom: 30px;
  }
  .videoContainer .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .videoContainer .card .title {
    margin-top: 12px;
    font-size: 14px;
  }
  .videoContainer .card .video {
    border-radius: 14px;
    padding-top: 56%;
  }
  .pagination {
    gap: 6px;
    margin: 52px 0;
  }
  .pagination .page {
    width: 20px;
    height: 20px;
    align-items: center;
    border-radius: 6px;
    font-size: 12px;
  }
  .pagination .page.active {
    border-radius: 6px;
  }
  .banner-inst {
    padding: 32px 0;
    border-radius: 10px;
    background: url(../images/img_doll.png) no-repeat right 20px center #ffd65b;
    background-size: 150px auto;
  }
  .banner-inst p {
    padding-left: 22px;
    font-family: Pretendard;
    font-size: 12px;
    line-height: 14px;
  }
  .banner-inst p strong {
    display: inline-block;
    margin: 4px 0 10px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .banner-inst p span {
    gap: 4px;
    font-size: 10px;
    line-height: 12px;
  }
  .banner-inst p span svg {
    width: 4px;
  }
}/*# sourceMappingURL=style.css.map */