@charset "UTF-8";

section.company .terms-con1 {
  width: 60%;
  margin: auto;
  padding-top: 50px;
  box-sizing: border-box;
  max-width: 1120px;
}

section.company .terms-con1 .con1-title {
  color: #454545;
  font-size: 30px;
  font-weight: 900;
  font-family: "Noto Sans KR", sans-serif;
}

section.company .terms-con1 .con1-desc {
  width: 100%;
  
  height: 500px;
  margin-top: 20px;
  border: 1px solid #eee;
}

section.company .terms-con1 .con1-desc .con1-img {
  height: 39%;
  width: 100%;
  overflow: hidden;
}

section.company .terms-con1 .con1-desc .con1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.company .terms-con1 .con1-desc .con1-cont {
  width: 100%;
  height: 60%;
  overflow: auto;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 1%;
  font-weight: 400;
}

@media all and (max-width: 900px) {
  section.company {
    padding-top: 0;
  }

  section.company .terms-con1 {
    width: 90%;
    text-align: center;
  }

  section.company .terms-con1 .con1-cont p {
    font-size: 14px;
    text-align: left;
  }
}

@media all and (max-width: 640px) {
  section.company .terms-con1 .con1-desc .con1-img img {
    /* margin-left: -250px; */
  }
}
