@charset "utf-8";

/* sub1 조직도 테이블 데이터 추가 */
.new-org {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.new-org table {
  width: 100%;
}

.new-org th {
  font-size: 19px;
  text-align: center;
  border-radius: 7px 7px 0 0;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 2px;
  border-right: 3px solid #fff;
}

.new-org td {
  padding: 0.4em;
  font-size: 17px;
  letter-spacing: -0.5px;
  border-right: 1px solid #dedede;
  color: #333;
  font-weight: 300;
}

.new-org td li {
  color: #333;
}

.new-org td:last-child {
  border-right: 0;
}

.new-org th:last-child {
  border-right: 0;
}

.org-tit01 {
  background-color: #3ca6bb;
}

.org-tit02 {
  background-color: #348ccc;
  width: 10%;
}

.org-tit03 {
  background-color: #2e87bc;
  width: 30%;
}

.org-tit04 {
  background-color: #195faa;
}

.org-tit05 {
  background-color: #326291;
}

.new-org .human-img {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #eee;
  border-radius: 5px;
  /* padding-bottom: 100%; */
  padding-bottom: 116%;
  margin-bottom: 0.5em;
  position: relative;
  min-width: 100px;
}
.new-org td.employee-name {
  padding: 0.7em;
}
.new-org .human-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.new-org .employee-career li {
  text-align: left;
  padding: 0 0 0.3em 0.5em;
  /* padding-left: 0.5em; */
  position: relative;
  letter-spacing: -0.5px;
  /* min-width: 250px; */
}

.new-org .employee-career li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
  content: '';
  display: block;
}

/* sub5 게시판 사이드내비게이션 수정 */
#board .container {
  position: relative;
  max-width: 900px;
}

#board .side-navigation {
  width: 185px;
  position: absolute;
  top: 72px;
  left: -190px;
}

#board .side-navigation .side-title {
  height: 60px;
  background-color: #0099cb;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

#board .side-navigation li {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;

  padding: 0.5em 0.5em 0.5em 10px;
}

#board .side-navigation li a {
  max-height: 35px;
  font-size: 14px;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
}

#board .side-navigation li.on a {
  color: #0099cb;
  font-weight: bold;
}
/*e:: 게시판 사이드내비게이션 수정 */

/* s:: sub6 수강신청 */
.chart_table {
  margin: 0 auto 5vh;
  padding: 0;
}

.special-lecture-infomation {
  padding: 2vh 0;
  font-size: 18px;
  color: #232323;
  font-weight: 300;
}

.special-lecture-infomation li {
  margin-bottom: 0.5em;
  padding-left: 0.8em;
  position: relative;
}

.special-lecture-infomation li .font-b {
  font-weight: 500;
}

.special-lecture-infomation li::before {
  display: block;
  width: 3.5px;
  height: 3.5px;
  content: '';
  border-radius: 50%;
  background-color: #4fd5c2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.discount_info_txt {
  position: initial;
  padding: 3vh 0 0.5em;
}
.detail_info_discount .gray_box {
  margin-top: 3vh;
}
.discount_info_txt {
  padding-bottom: 0.5em;
}

.threemonth-info {
  /* padding-bottom: 3vh; */
  /* text-align: center; */
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-top: 0;
}

.threemonth-info::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-50%);
}

.table-annotation p {
  font-size: 16px;
  color: #232323;
}

.guide_info.rules-info li {
  padding-left: 1em;
  margin-bottom: 0.2em;
  position: relative;
}

.guide_info.rules-info li .rules-btn {
  text-decoration: underline;
  font-weight: 500;
  color: #217dcb;
  transition: all 0.3s;
}

.guide_info.rules-info li .rules-btn:hover {
  font-weight: bold;
}

.guide_info.rules-info li::before {
  content: '-';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}
/* e:: sub6 수강신청 */

@media (max-width: 650px) {
  .new-org .new-org-table-wrap {
    width: 95%;
    margin: 0 auto;
    overflow-x: scroll;
  }

  .new-org table {
    min-width: 650px;
  }

  .organization-phone {
    min-width: 150px;
  }
}
