@charset "UTF-8";

html {
  /* font-size: 10px !important; */
      font-size: 62.5% !important;
  }

#companyBg {
  background-image: url("/image/com_bg2.png");
  background-size: cover;
}

.companyIntroduce {
  color: white;
  margin-bottom: 3rem;
}
.companyIntroduce .big_text_cnter {
  text-align: center;
  font-size: 2.8em;
  line-height: 1.4;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .companyIntroduce .big_text_cnter {
    font-size: 2.2em;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .companyIntroduce .big_text_cnter {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .companyIntroduce .big_text_cnter img {
    width: 50%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .companyIntroduce .big_text_cnter img {
    width: 50%;
  }
}
.companyIntroduce .companyInfo {
  width: 100%;
  margin-top: 5%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
  margin-bottom: 0;
}
.companyIntroduce .companyInfo > div {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 1em;
  backdrop-filter: blur(1.5em);
  -webkit-backdrop-filter: blur(1.5em); /* For Safari */
  box-shadow: 0.2em 0.7em 1.5em 0.8em rgba(0, 0, 0, 0.3);
}
.companyIntroduce .companyInfo > div > img {
  width: 100%;
  height: 50%;
  border-radius: 20px;
  margin-bottom: 0.5em;
}
.companyIntroduce .companyInfo > div > div {
  margin-left: 2%;
  margin-right: 2%;
}
.companyIntroduce .companyInfo > div > div .infoTitle {
  /* font-size: 1.375em;  */
  font-size: 2.2rem;
  position: relative;
  font-weight: bold;
  padding: 0.9em 0;
  line-height: 1.4;
}
@media (min-width: 320px) and (max-width: 767px) {
  .companyIntroduce .companyInfo > div > div .infoTitle {
    font-size: 1.8rem;
  }
}
.companyIntroduce .companyInfo > div > div .infoTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 5%;
  height: 0.3rem;
  background-color: whitesmoke;
  top: 1.5rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .companyIntroduce .companyInfo > div > div .infoTitle::before {
    height: 0.2rem;
    top: 1rem;
  }
}
.companyIntroduce .companyInfo > div > div div:last-child {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.companyIntroduce .companyInfo > div > div div:last-child > span {
  color: aquamarine;
}
@media (min-width: 320px) and (max-width: 767px) {
  .companyIntroduce .companyInfo > div > div div:last-child {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .companyIntroduce .companyInfo {
    grid-template-columns: repeat(2, 1fr); /* 두 개의 열로 변경 */
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .companyIntroduce .companyInfo {
    grid-template-columns: 1fr; /* 모바일에서는 한 열로 표시 */
  }
}/*# sourceMappingURL=introduction.css.map */