* {
  font-family: "Pretendard", sans-serif;
  line-height: 1.2;
}

.inner {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
}

section {
  padding: 80px 0;
  position: relative;
}

h1 > span,
h2 > span,
h3 > span,
p > span {
  display: block;
}

.t_left {
  text-align: left;
}

.t_center {
  text-align: center;
}

.t_right {
  text-align: right;
}

.title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 32px;
  word-break: keep-all;
}

.subTitle {
  font-size: 24px;
  margin-bottom: 48px;
  word-break: keep-all;
}

.btnLink {
  background: #4a6eff;
  padding: 14px 32px;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .title {
    font-size: 28px;
  }
  .subTitle {
    font-size: 20px;
  }
}
.for_mobile {
  display: none;
}

.innerBreak {
  margin: 0 -16px;
}

@media screen and (max-width: 800px) {
  .for_mobile {
    display: block;
  }
  .for_pc {
    display: none;
  }
  section {
    padding: 40px 0;
  }
  .title {
    font-size: 20px;
  }
  .subTitle {
    font-size: 14px;
  }
  .btnLink {
    padding: 14px 16px;
    border-radius: 8px;
  }
}/*# sourceMappingURL=global.css.map */