@charset "utf-8";


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

.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: clamp(2.2rem, 2.5vw, 3.6rem) !important;
  font-family: 'paperlogy-B', sans-serif;
  text-align: center;
}

.sec-1 .mid>.text p {
  font-size: clamp(1.5rem, 1.5vw, 2rem) !important;
  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: clamp(1.3rem, 1.5vw, 1.6rem) !important;
  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: clamp(1.8rem, 1.5vw, 2rem) !important;
  font-family: 'paperlogy-SB', sans-serif;
  text-align: center;
  margin-bottom: 10px;
}

.sec-1>.bot p {
  font-size: clamp(1.5rem, 1.5vw, 2rem) !important;
  line-height: 1.4;
  text-align: center;
}


@media (max-width:470px){
  .sec-2 .right .img_banner .text .sub_text .line{
    display: none;
  }
}

@media (max-width:400px) {
  .sec-1 .mid .bot .text {
    gap: 8px;
  }
}