.concept-txt {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-weight: bold;
  text-align: center;
  color: #fb6322;
}
@media screen and (max-width: 840px) {
  .concept-txt {
    font-size: 17px;
  }
}
.concept-txt2 {
  font-size: 18px;
  line-height: 2.2222222222;
  font-feature-settings: "palt";
  width: 915px;
  margin: 50px auto 0;
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  .concept-txt2 {
    font-size: 14px;
    width: 330px;
  }
}
.concept-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0 75px;
}
@media screen and (max-width: 840px) {
  .concept-box {
    margin: 40px 0;
  }
}
.concept-box-pic {
  width: 571px;
}
@media screen and (max-width: 840px) {
  .concept-box-pic {
    width: 300px;
  }
}
.concept-box-txt {
  font-size: 20px;
  line-height: 2.75;
  font-weight: 600;
  width: 358px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 840px) {
  .concept-box-txt {
    font-size: 14px;
    width: 300px;
  }
}
.concept-section {
  margin: 85px auto 0;
  width: 990px;
}
@media screen and (max-width: 840px) {
  .concept-section {
    width: 330px;
    margin: 40px auto 0;
  }
}
.concept-section-head {
  display: flex;
  gap: 50px;
  align-items: end;
  color: #fb6322;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .concept-section-head {
    gap: 25px;
  }
}
.concept-section-head_num {
  font-family: "fontNunber";
  font-size: 160px;
  margin-bottom: -15px;
}
@media screen and (max-width: 840px) {
  .concept-section-head_num {
    font-size: 80px;
    margin-bottom: -5px;
  }
}
.concept-section-head_tit {
  font-family: "Rodin M";
  font-size: 35px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 840px) {
  .concept-section-head_tit {
    font-size: 24px;
  }
}
.concept-section-gray {
  background-color: #f3f3f3;
  border-radius: 9.8px;
  padding: 32px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 840px) {
  .concept-section-gray {
    padding: 32px 24px;
    gap: 30px;
  }
}
.concept-section-gray.two {
  flex-direction: initial;
}
.concept-section-gray.two .concept-section-gray-pic {
  width: 294px;
  margin-right: 30px;
  margin-left: 0;
  margin-top: 20px;
}
@media screen and (max-width: 840px) {
  .concept-section-gray.two .concept-section-gray-pic {
    margin-right: 0;
    margin-top: 0;
    width: 230px;
  }
}
.concept-section-gray.two .concept-section-gray-txt {
  max-width: 586px;
}
.concept-section-gray.three {
  flex-direction: row-reverse;
}
.concept-section-gray.three .concept-section-gray-pic {
  width: 286px;
  margin-left: 30px;
  margin-top: 8px;
}
@media screen and (max-width: 840px) {
  .concept-section-gray.three .concept-section-gray-pic {
    margin-left: 0;
    margin-top: 0;
    width: 230px;
  }
}
.concept-section-gray.three .concept-section-gray-txt {
  max-width: 583px;
}
.concept-section-gray-txt {
  font-size: 18px;
  line-height: 2.5;
  letter-spacing: -0.025em;
  font-feature-settings: "palt";
  max-width: 643px;
}
@media screen and (max-width: 840px) {
  .concept-section-gray-txt {
    font-size: 14px;
  }
}
.concept-section-gray-pic {
  width: 273px;
  margin-top: 40px;
  margin-left: 16px;
}
@media screen and (max-width: 840px) {
  .concept-section-gray-pic {
    margin-left: 0;
    width: 230px;
  }
}/*# sourceMappingURL=concept.css.map */