@charset "utf-8";

body {
  background: #f8f8f8;
}

.sec-1 {
  height: 100vh;
  height: 100svh;
  position: relative;
}

.kga_banner {
  position: fixed;
  top: 44.5%;
  z-index: -1;
  width: 100%;
  min-width: 500px;
  text-align: center;
}

.sec-1-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

.sec-1 .title {
  text-align: center;
}

.sec-1 .title h4 {
  font-size: 2.6rem;
}

.sec-1 .title h1 {
  font-size: 5.6rem;
}

/* banner */
.sec-1 .banner_connect {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sec-1 .banner_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.sec-1 .banner {
  flex: 1;
  box-sizing: border-box;
  padding: 35px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12rem;
  max-width: 690px;
  /* min-width: 460px; */
  /* min-height: 280px; */
  transition: .4s ease;
}

.sec-1 .banner:hover {
  scale: 1.03;
}


.sec-1 .banner-1 {
  padding-left: 50px;
  padding-right: 15px;
  background: url(../img/92-8.png) no-repeat 90% 90%;
  background-size: 55%;
}

.sec-1 .banner-2 {
  background: url(../img/card-mobile_pay.png) no-repeat 95% 90%;
  background-size: 38%;
}

.sec-1 .banner-1 .text p {
  font-size: 2.6rem;
  font-family: 'paperlogy', sans-serif;
  font-weight: 600;
}

.sec-1 .banner-1 .text span {
  font-size: 2rem;
  font-weight: 500;
}

.sec-1 .banner-1 .text h1 span {
  font-size: 2.6rem;
}


.sec-1 .banner-1 .text ruby {
  position: relative;
  font-size: 60px;
}

.sec-1 .banner-1 .text ruby::before {
  position: absolute;
  content: '최대';
  width: fit-content;
  left: -25px;
  bottom: 8px;
  writing-mode: vertical-lr;
  color: var(--font-black);
  font-size: 28%;
  letter-spacing: 3px;
  font-weight: 600;
}

/* .sec-1 .banner-1 .text ruby rt {
  position: absolute;
  transform: translateX(-120%);
  font-family: 'paperlogy', sans-serif;
  font-weight: 600;
  font-size: 30%;
  color: #222;
  bottom: 8px;
  writing-mode: vertical-lr;
  letter-spacing: 3px;
} */

.sec-1 .banner-2 .text p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3px;
}

.sec-1 .banner-2 .text h1 {
  font-size: 4rem;
}

.sec-1 .banner-2 .text span {
  font-size: 2rem;
}

.sec-1 .connect_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.sec-1 .connect_wrap .connect {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  border-radius: 25px;
  border: 2px solid transparent;
  box-sizing: border-box;
  padding: 15px 30px;
  min-height: 80px;
  /* box-shadow: 34px 34px 20px rgba(0, 0, 0, 0.04); */
  transition: .4s ease;
}

.sec-1 .connect_wrap .connect.chat {
  background: linear-gradient(135deg, #4a27ff 0%, #6c26ff 100%);
  color: #fff;
}

.sec-1 .connect_wrap .connect:hover {
  scale: 1.03;
  border-color: var(--po-color);
  box-shadow: 34px 34px 20px rgba(0, 0, 0, 0.02);
}

.sec-1 .connect_wrap .connect.chat:hover {
  /* background: linear-gradient(270deg, #4a27ff 0%, #6c26ff 100%); */
  box-shadow: 34px 34px 20px rgba(0, 0, 0, 0.06);
}

.sec-1 .connect_wrap .connect.call h4 {
  font-size: 2rem;
  position: relative;
}

.sec-1 .connect_wrap .connect.call h4::after {
  position: absolute;
  content: '';
  width: 100%;
  background: var(--font-black);
  height: 2px;
  left: 0;
  bottom: -5px;
}


.sec-1 .sub_title {
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 20px;
  backdrop-filter: blur(4px);
}

.sec-1 .mouse_wheel {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.sec-1 .mouse_wheel path {
  animation: UD 1.4s ease-in-out infinite;
}

/* sec 2 */
.sec-2-wrap {
  padding: 12rem 20px;
  display: flex;
  gap: 11rem;
  align-items: flex-start;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.sec-2 .left-area {
  /* flex: 1; */
  max-width: 370px;
}

.sec-2 .right-cards {
  /* flex: 1.3; */
  display: flex;
  gap: 2.5rem;
  position: relative;
}

.sec-2 .right-cards::before {
  position: absolute;
  content: '';
  width: 112%;
  background: #f0f0f0;
  height: 440px;
  z-index: -1;
  right: 0;
  top: 20px;
  border-radius: 20px;
  box-shadow: 34px 34px 20px rgba(0, 0, 0, 0.04), inset 5px 5px 10px #f1f1f1, inset -5px -5px 10px #fff;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(2px);
}

.sec-2 .right-cards .vs_text {
  height: 400px;
  position: absolute;
  transform: translateX(-140%);
  text-align: right;
  top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec-2 .right-cards .vs_text .top {
  font-weight: 500;
}

.sec-2 .card {
  background: #fff;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 8px 20px rgb(90 55 255 / 0.15);
  border: 2px solid transparent;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  min-width: 320px;
}

.sec-2 .card.active {
  border-color: var(--po-color);
  box-shadow: 0 8px 30px rgb(90 55 255 / 0.12);
  height: fit-content;
}

.sec-2 .card.disabled {
  border-color: #ddd;
  color: #999;
  box-shadow: none;
  background: #fafafa;
  pointer-events: none;
  user-select: none;
}

.sec-2 .card-header {
  margin-bottom: 1.5rem;
}

.sec-2 .card .badge {
  display: inline-block;
  background-color: var(--po-color);
  color: white;
  font-weight: 500;
  font-size: 12px;
  padding: 6px 7px;
  border-radius: 6px;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.sec-2 .card.disabled .badge {
  background: #afafaf;
}

.sec-2 .card-header .title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #666;
}

.sec-2 .card .card-header .main-num {
  font-size: 4.6rem;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 3px;
  width: fit-content;
  position: relative;
}

.sec-2 .card .card-header .main-num::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background: var(--po-color);
  left: 0;
  bottom: -3px;
}

.sec-2 .card.disabled .card-header .main-num {
  color: #666;
  font-weight: 500;
}

.sec-2 .card.disabled .card-header .main-num::after {
  background: #666;
}

.sec-2 .card-header .sub-text {
  font-weight: 600;
  color: #333;
}

.sec-2 .card.disabled .card-header .sub-text {
  font-weight: 500;
  color: #666;
}

.sec-2 .small-sub-text {
  font-weight: 400;
  color: #666;
}

.sec-2 .limit-amount {
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  color: #444;
}

.sec-2 .limit-amount>div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 500;
}


.sec-2 .limit-amount>div strong {
  font-weight: 700;
}

.sec-2 .limit-amount p {
  font-weight: 600;
  color: var(--font-black);
}

.sec-2 .process-title,
.sec-2 .limit-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #222;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.sec-2 .process ol {
  list-style: decimal;
  color: #444;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sec-2 .process ol li {
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec-2 .process ol li>span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  width: 23px;
  height: 23px;
  background: #4b27ff10;
  color: var(--po-color);
  border-radius: 100px;
}

.sec-2 .card.disabled .process ol li span {
  background: #22222210;
  color: #666;
}



/* sec 3 */
.sec-3-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 8rem 20px 16rem;
}

.sec-3-wrap .sec-title {
  text-align: center;
}

.sec-3 .tabs {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.sec-3 .tab-btn {
  background: none;
  border: none;
  font-weight: 400;
  padding: 5px 0;
  cursor: pointer;
  color: #666;
  border-bottom: 2px solid #ccc;
  transition: 0.3s;
  font-size: 1.8rem;
  font-family: 'paperlogy', sans-serif !important;
}

.sec-3 .tab-btn:hover {
  border-color: var(--po-color);
}

.sec-3 .tab-btn.active {
  color: var(--po-color);
  border-color: var(--po-color);
  font-weight: 500;
}

.sec-3 .tab-container {
  max-width: 860px;
  width: 100%;
}

.sec-3 .tab-content {
  display: none;
  gap: 1.5rem;
  flex-wrap: wrap;
}

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

.sec-3 .card {
  border-radius: 20px;
  box-sizing: border-box;
  padding: 3rem;
  border: 1px solid #fff;
  flex: 1;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec-3 .card.active {
  gap: 8px;
}



.sec-3 .card.active {
  background: #fff;
  border: 2.5px solid var(--po-color);
  box-shadow: 0 10px 30px rgba(90, 55, 255, 0.12);
  /* padding-bottom: 20px; */
}

.sec-3 .card .title {
  font-weight: 500;
  margin-bottom: 5px;
}

.sec-3 .card.active .title {
  font-weight: 600;
}

.sec-3 .card .main-num {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--font-black);
  margin-bottom: 0.2rem;
  border-bottom: 3px solid var(--font-black);
  width: max-content;
}

.sec-3 .card.active .main-num {
  font-size: 4rem;
  font-weight: 700;
  color: var(--po-color);
  border-bottom: 3px solid var(--po-color);
}

.sec-3 .card .desc_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sec-3 .card .desc_wrap div.desc {
  border-bottom: 2px solid var(--font-black);
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.sec-3 .card .desc_wrap div.desc .icon {
  background: var(--font-black);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 6px;
  transition: .3s ease-in-out;
}

.sec-3 .card .desc_wrap div.desc .icon svg {
  transition: .3s ease-in-out;
}

.sec-3 .card .desc_wrap div.desc:hover .icon {
  background: var(--gradi);
}

.sec-3 .card .desc_wrap div.desc:hover .icon svg {
  animation: svg_move .5s ease-in-out infinite alternate;
}

@keyframes svg_move {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(2px, -2px);
  }
}

.sec-3 .card .desc_wrap div.desc span {
  font-weight: 400;
}

.sec-3 .card .desc_wrap div.desc p {
  margin-top: 3px;
  font-size: 1.8rem;
}

.sec-3 .card .desc {
  font-weight: 600;
  line-height: 1.3;
}


.sec-3 .card .benefits {
  list-style: none;
  background: #f2f0ff;
  padding: 15px;
  border-radius: 8px;
  margin: 0.7rem 0 1.5rem;
  font-weight: 400;
  color: #222;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sec-3 .card .btn-primary {
  font-family: 'paperlogy', sans-serif;
  margin-top: auto;
  background: var(--gradi);
  color: #fff;
  border: none;
  border-radius: 100px;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
  align-self: flex-start;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}

.sec-3 .btn {
  margin-top: 3rem;
  background: var(--font-black);
  gap: 0;
  padding-left: 32px;
  transition: 0.3s;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.08);
}

.sec-3 .card .btn-primary:hover,
.sec-3 .btn:hover {
  scale: 1.05;
  box-shadow: none;
}

.sec-3 .tab_banner_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.sec-3 .row_banner .badge {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  padding: 9px 13px;
  background: var(--po-color);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 90px;
}

.sec-3 .row_banner {
  position: relative;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 20px;
  border: 2px solid var(--po-color);
  padding: 60px 30px 30px 35px;
  padding-right: 30px;
  min-height: 210px;
  box-shadow: 34px 34px 20px rgba(0, 0, 0, 0.04), inset 5px 5px 10px #f1f1f1;
  background-color: #fff;
  flex-wrap: wrap;
}

.sec-3 .row_banner.row_banner_1 {
  background: url(../img/culture_card.png) no-repeat 85% -65%;
}

.sec-3 .row_banner.row_banner_2 {
  background: url(../img/credit_card.png) no-repeat 85% -65%;
}

.sec-3 .row_banner .left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sec-3 .row_banner .left .title {
  font-size: 2.8rem;
}

.sec-3 .row_banner .left .desc {
  font-size: 1.8rem;
  color: #666;
}

.sec-3 .row_banner .right {
  display: flex;
  flex-direction: column;

}

.sec-3 .row_banner .right .btn {
  margin-top: 0;
  box-shadow: none;
}


/* 소액결제 ver.2 */
.sec-3 .card.active .sub_title {
  font-weight: 600;
  font-size: 2rem;
}

.sec-3 .card.active .bot_text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 2.4rem;
  font-weight: 700;
}

.sec-3 .card.active .kv_icon {
  filter: grayscale(1);
  opacity: 0.1;
}


/* sec 4 */
.sec-4 {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.sec-4 .top,
.sec-4 .bot {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100vw;
  height: 50vh;
  height: 50svh;
  background: #01d05c;
  color: #fff;
}

.sec-4 .bot {
  background: var(--gradi);
}

.sec-4 .top_wrap,
.sec-4 .bot_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-4 .left_cont h3 {
  font-size: 3.2rem;
  margin-bottom: 20px;
}

.sec-4 .left_cont p {
  font-size: 20px;
  line-height: 1.3;
}

.sec-4 .line {
  width: 150px;
  height: 3px;
  background: #fff;
}

.sec-4 .right_cont {
  margin-top: 90px;
}

.sec-4 .right_cont .img img {
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  transition: .25s ease-in-out;
}

.sec-4 .right_cont .img:hover img {
  scale: 1.03;
  box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
}

.sec-4 .right_cont .text {
  margin-top: 20px;
  padding-left: 90px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sec-4 .sns .right_cont {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 45px;
}

.sec-4 .sns .right_cont li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  font-size: 18px;
}

.sec-4 .sns .right_cont li a {
  display: block;
  background: #fff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  width: 116px;
  height: 116px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease;
}

.sec-4 .sns .right_cont li a:hover {
  scale: 1.08;
  box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.15);
}


/* sec-5 */
.sec-5 {
  padding: 12rem 0;
}

.sec-5 .top {
  width: 100%;
  text-align: center;
}

.sec-5 .privacy {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

.sec-5 .sec-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 25px;
}

.sec-5 .sec-wrap .bot .review_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.sec-5 .sec-wrap .bot .review_wrap .review {
  width: calc(33% - 7.5px);
  background: #fff;
  box-sizing: border-box;
  padding: 20px 25px 25px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.sec-5 .review .star {
  color: #FFB400;
  font-size: 20px;
  letter-spacing: 1px;
}

.sec-5 .review .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sec-5 .review .text h3 {
  font-family: 'paperlogy', sans-serif;
  font-weight: 600;
}

.sec-5 .review .text p {
  color: #555;
}

.sec-5 .review .text .writer span {
  color: #aaa;
  font-size: 14px;
}


@media (max-width:1265px) {
  .sec-2-wrap {
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  .sec-2 .right-cards {
    width: 100%;
  }

  .sec-2 .right-cards::before,
  .sec-2 .right-cards .vs_text {
    display: none;
  }

  .sec-2 .card {
    min-width: auto;
  }

  .sec-2 .left-area {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width:1024px) {
  .sec-3-wrap {
    height: auto;
    padding-bottom: 10rem;
  }

  /* sec7 */
  /* section 7 */
  .sec-4 .top,
  .sec-4 .bot {
    height: auto;
    padding: 5rem 20px;
  }

  .sec-4 .top_wrap,
  .sec-4 .bot_wrap {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
  }

  .sec-4 .left_cont h3 {
    font-size: 2.4rem;
    text-align: center;
  }

  .sec-4 .left_cont p {
    font-size: 18px;
    text-align: center;
  }

  .sec-4 .line {
    display: none;
  }

  .sec-4 .right_cont {
    margin-top: 4rem !important;
  }

  .sec-4 .sns .right_cont {
    justify-content: center;
    gap: 25px
  }


  .sec-4 .right_cont .text {
    padding-left: 0;
    font-size: 18px;
    gap: 8px;
    align-items: center;
  }

  .sec-5 .sec-wrap .bot .review_wrap .review {
    width: 100%;
  }
}

@media (max-width:930px) {
  .sec-1 .mouse_wheel {
    display: none;
  }

  .sec-1 .banner_wrap {
    flex-direction: column;
  }

  .sec-1 .banner {
    max-width: 100%;
  }

}

@media (max-width:620px) {
  .sec-2 .card {
    text-align: center;
  }

  .sec-2 .card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .sec-2 .card.disabled .card-header .main-num {
    font-size: 200%;
    height: 43px;
    display: flex;
    align-items: flex-end;
  }

  .sec-2 .card.disabled .card-header .sub-text {
    height: 32px;
  }

  .sec-2 .limit-amount>div {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
  }

  .sec-2 .limit-amount>div p,
  .sec-2 .process ol li p {
    font-size: 2rem;
  }

  .sec-2 .process-title,
  .sec-2 .limit-title {
    font-size: 2rem;
  }

  .sec-2 .process ol {
    gap: 20px;
  }

  .sec-2 .process ol li {
    flex-direction: column;
    gap: 5px;
  }

  .sec-3 .row_banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sec-3 .row_banner .right {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sec-3 .row_banner.row_banner_1,
  .sec-3 .row_banner.row_banner_2 {
    background-position-x: 300px;
  }
}

@media (max-width:500px) {
  .sec-1 {
    height: auto;
    padding: 12rem 0;
  }

  .sec-1 .mouse_wheel {
    bottom: 0;
  }

  .sec-1 .mouse_wheel svg {
    width: 17px;
  }

  .sec-1 .banner-1 {
    padding-left: 35px;
  }

  .sec-2-wrap {
    padding: 8rem 20px;
  }

  .sec-2 .card {
    padding: 20px;
    border-radius: 15px;
  }

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

  .sec-3 .card {
    border-radius: 30px;
    padding: 3.5rem;
  }

  .sec-3 .card .main-num {
    font-size: 3.2rem;
  }

  .sec-3 .card .desc,
  .sec-3 .card .benefits {
    font-size: 2rem;
  }

  .sec-3 .card .desc_wrap div.desc span {
    font-size: 1.8rem;
  }

  .sec-3 .card .desc_wrap div.desc p {
    font-size: 2rem;
  }

  .sec-3 .row_banner {
    padding: 60px 25px 20px 25px;
  }

  /* .sec-3 .tabs{
    width: 100vw;
    position: sticky;
    z-index: 100;
    top: 67px;
    transform: translateX(-20px);
    padding: 0px 0;
  } */

  .sec-1 .connect_wrap .connect {
    padding: 15px 20px;
  }

  .sec-4 .sns .right_cont li a {
    width: 90px;
    height: 90px;
  }

  .sec-4 .sns .right_cont li a img {
    scale: 0.7;
  }

  .sec-4 .sns .right_cont li p {
    font-size: 14px;
  }

  .sec-3 .row_banner.row_banner_1,
  .sec-3 .row_banner.row_banner_2 {
    background-position-y: 120px;
    background-position-x: 175px;
  }
}

@media (max-width:430px) {
  .sec-1 .connect_wrap .connect.call p {
    display: none;
  }

  .sec-1 .connect_wrap .connect.call {
    justify-content: center;
  }

  .sec-1 .connect_wrap .connect.call h4 {
    margin-bottom: 5px;
  }

  .sec-1 .connect_wrap .connect.chat svg {
    width: 25px;
    height: 24px;
  }
}



@media (max-width:400px) {
  .sec-1 .connect_wrap .connect.chat svg {
    width: 22px;
    height: 21px;
  }


  .sec-2 .card.disabled .card-header .main-num {
    font-size: 175%;
  }

  .btn {
    font-size: 14px;
  }

  .sec-1 .banner {
    gap: 9rem;
  }

  .sec-1 .banner-1 {
    padding-left: 35px;
    background-size: 55%;
  }

  .sec-1 .connect_wrap {
    gap: 12px;
  }



  .sec-1 .sub_title {
    margin-top: 0;
  }

  .sec-1 .banner-1 .text ruby::before {
    margin-right: 3px;
  }


}