#company #sec1 {
  padding-top: 60px;
}
#company #sec1 table {
  width: fit-content;
  margin: 60px auto;
}
#company #sec1 table tbody tr th, #company #sec1 table tbody tr td {
  padding: 8px 0 0 20px;
  font-size: 20px;
}
#company #sec1 table tbody tr th {
  width: 200px;
  border-bottom: 3px #0064b6 solid;
  text-align: left;
}
#company #sec1 table tbody tr td {
  width: 450px;
  border-bottom: 1px #0064b6 solid;
  font-weight: 600;
}
#company #sec2 {
  padding-bottom: 120px;
}
#company #sec2 .sec2_box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  margin: 0 auto;
  padding: 20px 50px 20px 40px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
#company #sec2 .sec2_box h3 {
  text-align: center;
  font-size: 24px;
}
#company #sec2 .sec2_box:nth-of-type(1) {
  background-image: url(../img/company/sec2_bg1.png);
  margin-top: 60px;
}
#company #sec2 .sec2_box:nth-of-type(2) {
  background-image: url(../img/company/sec2_bg2.png);
  margin-top: 30px;
}
#company #sec3 {
  padding-bottom: 100px;
}
#company #sec3 .sec3_wrap {
  margin: 60px auto 0;
  width: fit-content;
  display: flex;
  gap: 40px;
}
#company #sec3 .sec3_wrap .sec3_img {
  width: 170px;
}
#company #sec3 .sec3_wrap .sec3_contents {
  width: 500px;
}
#company #sec3 .sec3_wrap .sec3_contents p {
  font-size: 20px;
  font-weight: 600;
}
#company #sec3 .sec3_wrap .sec3_contents p:nth-child(1) {
  margin-top: 32px;
}
#company #sec3 .sec3_wrap .sec3_contents p:nth-child(2) {
  margin-top: 88px;
}
#company #sec3 .sec3_wrap .sec3_contents p:nth-child(3) {
  margin-top: 68px;
}
#company #sec3 .sec3_wrap .sec3_contents p:nth-child(4) {
  margin-top: 70px;
}

@media(max-width:767px){
  #company #sec1 {
  padding: 30px 20px;
}

#company #sec1 table {
  margin: 30px auto;
  width: 100%;
}

#company #sec1 table tbody tr th, #company #sec1 table tbody tr td {
  font-size: 16px;
}

#company #sec2{
  padding: 0 20px 30px;
}

#company #sec2 .sec2_box:nth-of-type(1) {
  margin-top: 30px;
}

#company #sec2 .sec2_box {
  width: 100%;
  padding: 10px 20px;
}

#company #sec2 .sec2_box h3 {
  font-size: 18px;
}

#company #sec2 .sec2_box p {
  font-size: 14px;
  line-height: 1.4;
}

#company #sec3{
  padding: 0 20px 30px;
}

#company #sec3 .sec3_wrap {
  margin: 30px auto 0;
  gap: 20px;
}
#company #sec3 .sec3_wrap .sec3_img {
  width: 120px;
}

#company #sec3 .sec3_wrap .sec3_contents {
  width: 200px;
}
#company #sec3 .sec3_wrap .sec3_contents p {
  font-size: 14px;
}
#company #sec3 .sec3_wrap .sec3_contents p:nth-child(1) {
  margin-top: 22px;
  line-height: 1.4;
}
#company #sec3 .sec3_wrap .sec3_contents p:nth-child(2) {
  margin-top: 58px;
}
#company #sec3 .sec3_wrap .sec3_contents p:nth-child(3) {
  margin-top: 53px;
}
#company #sec3 .sec3_wrap .sec3_contents p:nth-child(4) {
  margin-top: 50px;
  line-height: 1.4;
}

}