@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
.org {
  padding: 80px 0;
}

.org .wid {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}

.org .wid:after {
  content: "";
  clear: both;
  display: table;
}

.org h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #333;
  font-family: "Pretendard";
}

.org h2 p {
  font-size: 17px;
  font-weight: 400;
  color: #444;
  font-family: "Pretendard";
  margin-top: 20px;
}

.org table {
  border: 1px solid #d5d5d5;
  border-collapse: collapse;
  width: 100%;
  font-size: 17px;
  text-align: center;
}

.org table th {
  padding: 13px 0;
  border-top: 1.5px solid #777;
  border-bottom: 1px solid #777;
  background: #e7efeb;
}

.org table td {
  width: 33.33%;
  padding: 13px 0;
  color: #555;
  border: 1px solid #ccc;
}

.mo {
  display: none;
}

.org_box {
  margin-bottom: 90px;
}

.org_box img {
  display: block;
  margin: 0 auto;
}

.org_btns {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  position: sticky;
  top: 105px;
  background: #fff;
  z-index: 2;
}
.org_btns a {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 10px 0 10px 0;
  color: #08385a;
  text-decoration: none;
}
.org_btns a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #08385a;
  transition: 0.3s ease;
}
.org_btns a:hover::after {
  width: 100%;
}

@media screen and (max-width: 1049px) {
  .org .wid {
    padding: 0 20px;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .org_btns {
    top: 60px;
  }
  .org_btns a {
    font-size: 16px;
  }
  .org .wid {
    padding: 0 10px;
  }
  .org h2 {
    float: inherit;
    width: 100%;
    font-size: 3em;
  }
  .org table {
    font-size: 15px;
  }
  .org_box img {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .org {
    padding: 60px 0;
  }
  .org h2 p {
    font-size: 14px;
  }
  .mo {
    display: block;
  }
  .org table {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */