@charset "utf-8";

.title h2 {
  margin-bottom: 10px;
  line-height: 1;
}

.title p {
  line-height: 1.4;
}

.sec-1 .top_sub {
  margin-bottom: 10px;
}

.sec-1 .top {
  display: flex;
  align-items: end;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sec-1 .top .right {
  width: 23%;
}

.sec-1 .top .right a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  padding-right: 20px;
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 69, 72, 1) 0%, rgba(255, 47, 50, 1) 50%, rgba(255, 151, 94, 1) 100%);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  transition: .2s ease-in-out;
}

.sec-1 .top .right a:hover {
  scale: 1.04;
}


.sec-1 .mid {
  background: url(../img/mobile-payment/bg-1.png) center no-repeat;
}

.sec-2 .right .img_banner {
  background: url(../img/mobile-payment/bg-2.png) center no-repeat;
  color: #fff;
}

.sec-2 .right .img_banner .text .sub_text .line {
  background: #fff;
}

.sec-1 .mid {
  padding: 3.5rem 2rem 3rem;
}

.sec-1 .mid>.text h3 {
  font-size: 24px;
}

.sec-1 .mid>.text p {
  font-size: 16px;
}

.sec-1 .mid .bot .text {
  gap: 5px;
}

.sec-1 .mid .bot .text .line {
  display: none;
}


.how-to_left .bot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.how-to_left .bot>a {
  order: 2;
}

.how-to_left .bot .left,
.how-to_left .bot .right {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}

.how-to_left .bot h4 {
  font-size: 20px;
  font-family: 'paperlogy-SB', sans-serif;
  margin-bottom: 10px;
}

.how-to_left .bot p {
  line-height: 1.4;
}

.sec-1 .how-to {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.how-to_left {
  width: 23%;
  margin-top: 12px;
  height: fit-content;
  position: sticky;
  top: 10rem;
  min-width: 257px;
  order: 2;
}

.how-to_right {
  width: 70%;
  margin-left: -12px;
}

.how-to_right .mob {
  display: none;
}


@media (max-width:1024px) {
  .sec-1 .how-to {
    flex-direction: column;
  }

  .how-to_left {
    position: static;
    order: 2;
  }

  .how-to_left,
  .how-to_right {
    width: 100%;
  }

  .sec-1 .top .right {
    width: auto;
  }

  .how-to_left .bot {
    flex-direction: row;
  }
}

@media (max-width:500px) {
  .sec-1 .top {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
    width: 100%;
  }

  .sec-1 .top .right {
    width: 100%;
  }


  .how-to_right {
    margin-left: 0;
  }

  .how-to_right .pc {
    display: none;
  }

  .how-to_right .mob {
    display: block;
  }

  .sec-1 .top .right a {
    justify-content: center;
  }

  .how-to_left .bot .left,
  .how-to_left .bot .right {
    align-items: center;
  }

  .how-to_left .bot {
    flex-direction: column;
  }

  .how-to_left .bot p {
    text-align: center;
  }
}