#vgroup .textb {
  display: flex;
  flex-direction: column;
}

#vgroup .textb p {
  font-size: 1.1em;
  margin-top: 0 !important;
}

#vgroup .textb p span {
  font-size: 12px;
  letter-spacing: 5px;
  color: black;
}

#vgroup .textb h1 {
  font-size: 2.8em !important;
  margin-top: 10px !important;
  font-weight: bold;
}

#vgroup .section_title {
  margin-bottom: 33px;
}

#vgroup .section_title h2 {
  font-size: 29px;
  position: relative;
  padding-left: 70px;
  font-weight: bold;
}

#vgroup .section_title h2 em {
  font-family: TmonMonsori, sans-serif;
  font-weight: bold;
  letter-spacing: -4px;
  font-size: 75px;
  position: absolute;
  left: 0;
  color: var(--third-color);
  opacity: 0.1;
}

#vgroup .section_title h2 span {
  font-size: 0.7em;
  font-weight: 500;
}

#vgroup .section_title h2 .badge {
  display: inline-block;
  background: #ff3366;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 20px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 51, 102, 0.6);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 51, 102, 0);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 51, 102, 0);
    transform: scale(1);
  }
}

#vgroup .section_title p {
  margin-top: 30px;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.5em;
}

#vgroup .section_title .dot {
  padding-left: 15px;
  position: relative;
}

#vgroup .section_title .dot::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  left: 2px;
  top: 12px;
  background-color: #1c96d5;
}

#vgroup .box-zone li {
  display: flex;
  gap: 50px;
}

#vgroup .box-zone li > div {
  width: 55%;
}

#vgroup .box-zone li .img {
  background-color: black;
  padding-top: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}

#vgroup .box-zone li .img img {
  transition: transform 0.4s ease;
}

#vgroup .box-zone li .img img:hover {
  transform: scale(1.1);
}

@media all and (max-width: 767px) {
  #vgroup .box-zone li {
    flex-direction: column;
  }
  #vgroup .box-zone li > div {
    width: 100%;
  }
  #vgroup .box-zone li img {
    width: 100%;
  }
  #vgroup .box-zone li:nth-child(2n) {
    flex-direction: column-reverse;
  }
}

#vgroup .moim .section_title {
  margin-bottom: 33px;
}

#vgroup .moim .section_title h2 {
  padding-top: 40px;
}

#vgroup .moim .section_title h2 em {
  font-family: TmonMonsori, sans-serif;
  font-weight: bold;
  letter-spacing: -4px;
  font-size: 75px;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--third-color);
  opacity: 0.1;
}

#vgroup .moim h4 {
  font-size: 1.3em;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

#vgroup .moim .table {
  border-top: 2px solid #333;
}

#vgroup .moim .table th {
  background-color: unset;
}

#vgroup .moim .table th:first-child {
  border-right: 1px solid #ddd;
}

#vgroup .moim .table th .pic-part {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

#vgroup .moim .table th .pic-part img {
  width: 100%;
}

#vgroup .moim .table td {
  text-align: center;
  background-color: #f6fafd;
}

#vgroup .moim .table td:last-child {
  text-align: left;
}
