@charset "utf-8";

.title h2 {
  font-family: 'paperlogy-M', sans-serif;
}

.sec-1 {
  /* box-sizing: border-box; */
  padding: 12rem 20px 7rem;
}

.sec-1 .mid {
  background: url(../img/introduction/bg_1.png) center no-repeat;
  background-size: cover;
  padding: 6rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 50px;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  margin: 0 0 30px;
}

.sec-1 .mid>.text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.sec-1 .mid>.text h3 {
  font-size: 36px;
  font-family: 'paperlogy-B';
}

.sec-1 .mid>.text p {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}

.sec-1 .mid .bot {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sec-1 .mid .bot a {
  width: 100%;
}

.sec-1 .mid .bot .text {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.sec-1 .mid .bot .text .line {
  width: 1px;
  height: 15px;
  background: #fff;
}


.sec-1>.bot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
}

.sec-1>.bot .line {
  width: 1px;
  height: 65px;
  background: #eee;
}

.sec-1>.bot .left,
.sec-1>.bot .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
}

.sec-1>.bot h4 {
  font-size: 20px;
  font-family: 'paperlogy-SB', sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

.sec-1>.bot p {
  line-height: 1.4;
  text-align: center;
}

/* sec 2 */
.sec-2,
.sec-3 {
  padding: 8.5rem 20px;
  background: #FCFBFF;
}

.sec-2-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sec-2 .left {
  width: 28%;
}

.sec-2 .left,
.sec-3 .left {
  position: sticky;
  top: 10rem;
  align-self: flex-start;
}

.sec-2 .left h2,
.sec-3 .left h2 {
  font-size: 3rem;
  font-family: 'paperlogy-M', sans-serif;
  line-height: 1.3;
  margin-bottom: 10px;
}

.sec-2 .left p,
.sec-3 .left p {
  color: #666;
  line-height: 1.4;
}

.sec-2 .right {
  width: 60%;
}

.sec-2 .right .img_banner {
  width: 100%;
  background: url(../img/introduction/bg_2.png) center no-repeat;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.sec-2 .right .img_banner .text h3 {
  font-size: 2.6rem;
  font-family: 'paperlogy-B', sans-serif;
  margin-bottom: 5px;
}

.sec-2 .right .img_banner .text .sub_text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}

.sec-2 .right .img_banner .text .sub_text .line {
  width: 1px;
  height: 15px;
  background: #fff;
}

.sec-2 .right .img_banner .bot a {
  padding: 15px 35px;
  padding-right: 38px;
  background: linear-gradient(to right, rgba(255, 39, 158, 1) 0%, rgba(255, 83, 86, 1) 50%, rgba(255, 139, 38, 1) 100%);
  ;
}

.sec-2 .right .text_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.5rem;
  margin-top: 30px;
}

.sec-2 .right .text_grid .grid {
  width: 38%;
}

.sec-2 .right .text_grid .grid_1,
.sec-2 .right .text_grid .grid_3 {
  width: 48%;
}

.sec-2 .right .text_grid .grid h4 {
  font-size: 20px;
  font-family: 'paperlogy-SB';
  margin-bottom: 10px;
}

/* sec 3 */
.sec-3 {
  background: #fff;
}

.sec-3-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sec-3 .left {
  width: 28%;
}

.sec-3 .right {
  width: 60%;
}

.sec-3 .right .info-cards {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.sec-3 .right .info-cards .card {
  width: calc(50% - 7.5px);
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 15px;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.sec-3 .right .info-cards .card .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sec-3 .right .info-cards .card .text h3 {
  font-family: 'paperlogy-SB';
}

.sec-3 .right .info-cards .channel-symbol {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* sec 4 */
.sec-4 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  /* box-sizing: border-box; */
  padding: 7rem 20px;
}

.sec-4 strong {
  font-weight: normal;
  font-family: 'paperlogy-B';
}

.sec-4 .card {
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 40px;
  padding-bottom: 0;
  border-radius: 25px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec-4 .card h2 {
  font-size: 34px;
  margin-bottom: 10px;
  line-height: 1;
}

.sec-4 .card span {
  font-size: 18px;
}

.sec-4 .card .btn {
  margin-top: 20px;
  padding-left: 35px;
  padding-right: 38px;
}

.sec-4 .card .btn.channel_btn {
  color: var(--po-color);
  background: #fff;
  font-family: 'paperlogy-M', sans-serif;
}

.sec-4 .card .btn.channel_btn svg * {
  fill: var(--po-color);
}


.sec-4 .card .bot {
  text-align: right;
}

.sec-4 .card .bot img {
  width: 100%;
}

.sec-4 .top_sub::after {
  width: 14vw;
}

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

.sec-4 .left.card,
.sec-4 .left.card .top_sub {
  color: #fff;
}

.sec-4 .card .top_sub {
  font-size: 18px;
  font-family: 'paperlogy-L';
  margin-bottom: 10px;
}

.sec-4 .left.card .top_sub::after {
  background: #fff;
}


@media (max-width:1024px) {
  .sec-1>.bot {
    gap: 4rem;
  }


  .sec-2 .br,
  .sec-3 .br {
    display: inline;
  }

  .sec-2-wrap,
  .sec-3-wrap {
    flex-direction: column;
  }

  .sec-2 .left,
  .sec-3 .left {
    position: static;
    width: 100%;
  }

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

  .sec-4 .card {
    padding: 30px;
    padding-bottom: 0;
  }

  .sec-4 .card h2 {
    font-size: 28px;
  }
}

@media (max-width:775px) {
  .sec-4 {
    flex-direction: column;
  }

  .sec-4 .card {
    width: 100%;
  }
}

@media (max-width:500px) {
  .sec-1 {
    padding-top: 9rem;
  }
  .sec-1 .mid>.text .br{
    display: inline;
  }

  .sec-1 .mid {
    gap: 25px;
    padding: 4rem 1rem;
  }

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

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

  .sec-1>.bot {
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 2rem;
  }

  .sec-1>.bot .line {
    width: 60%;
    height: 1px;
  }

  .sec-1>.bot .left,
  .sec-1>.bot .right {
    width: 100%;
  }

  .sec-2 .right .text_grid,
  .sec-3 .right .info-cards {
    flex-direction: column;
  }

  .sec-2 .right .text_grid .grid,
  .sec-3 .right .info-cards .card {
    width: 100% !important;
  }

  .sec-2 .right .img_banner .text .sub_text {
    flex-wrap: wrap;
  }

  .sec-2,
  .sec-3 {
    padding: 4.5rem 20px;
  }

  .sec-2 .left h2,
  .sec-3 .left h2 {
    font-size: 2.2rem;
  }

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

  .sec-4 .card {
    padding: 25px;
    padding-bottom: 0;
    gap: 30px;
  }

  .sec-4 .card .top_sub,
  .sec-4 .card span {
    font-size: 14px;
  }

  .sec-4 .card h2 {
    font-size: 22px;
  }

  .sec-4 .card .btn {
    width: 100%;
  }
}