@charset "utf-8";

.sec-3-wrap {
  padding-top: 12rem;
}

.sec-3 .tab-content {
  display: flex;
}

.sec-3 .tab-container {
  /* max-width: 100%; */
}

.sec-3 .card.active {
  padding: 25px;
  gap: 25px;
  color: #fff;
  background: var(--po-color);
  position: relative;
  border: none;
}

.sec-3 .card.active>* {
  z-index: 1;
}

.sec-3 .card.active .kga {
  position: absolute;
  z-index: -0;
  left: 0;
  top: 45%;
  opacity: 0.1;
  width: 80%;
  height: auto;
}

.sec-3 .card.active .kga * {
  fill: #fff;
}

.sec-3 .card.active .btn-primary {
  background: #fff;
  color: var(--po-color);
  font-weight: 500;
}

.sec-3 .card.active .sub_title {
  display: none;
}

.sec-3 .card.active .bot_text {
  font-size: 1.8rem;
  font-weight: 500;
}

.sec-3 .card.active .bot_text li:first-child p {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}


.sec-3 .card.mob_pay .desc_flex {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.sec-3 .card.mob_pay .desc_wrap {
  width: 50%;
  justify-content: flex-end;
}

.sec-3 .card .main-num.font_gradi{
  border-color: var(--po-color);
  font-weight: 700;
}

@media (max-width:1024px) {
  .sec-3-wrap {
    padding-top: 9rem;
  }
}

@media (max-width:500px) {
  .sec-3 .card.active .btn-primary {
    font-size: 1.8rem;
  }
}