@charset "utf-8";
@import url("https://webfontworld.github.io/SCoreDream/SCoreDream.css");
@import url("/fonts/Paperlogy/Paperlogy.css");

/* CSS Document */
/********************************* 공통 *********************************/
.sub-container ul li {
  background: none;
  padding-left: 0;
}
.sub-container ul.list-style01 > li {
  padding-left: 14px;
  color: #444;
  background: none;
}
.main-blue {
  color: #035cbf;
}
.table-top {
  margin-top: 60px;
}
.f-18 {
  font-size: 18px;
}

/********************************* 인사말 *********************************/
.img-box {
  position: relative;
}
.img-box img {
  border-radius: 0 40px;
}
.img-box .txt-box {
  max-width: 610px;
  width: 100%;
  height: 280px;
  padding: 0 70px;
  display: flex;
  border-radius: 40px 0;
  background: transparent linear-gradient(117deg, #ac343a 0%, #861d23 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-family: "SCoreDream";
  position: absolute;
  right: 0;
  bottom: -65px;
  flex-direction: column;
  justify-content: center;
}
.img-box .txt-box .box-title {
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 0;
}

.greetings {
  margin: 110px 0;
}
.greetings h2 {
  font-family: "SCoreDream";
  font-weight: 800;
  font-size: 78px;
  margin-bottom: 45px;
}
.greetings .g-txt p {
  font-family: "Pretendard";
  font-size: 19px;
  font-weight: 500;
  line-height: 36px;
  color: #3a3a3a;
  margin-bottom: 0;
  word-break: keep-all;
}
.greetings .g-txt p span {
  font-weight: 600;
}

.greetings .g-txt .name-title {
  font-family: "Pretendard";
  margin-bottom: 0;
}
.greetings .g-txt .name-title span {
  display: block;
  font-size: 24px;
}

/********************************* 거버넌스 협약기관 *********************************/
.group {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.group .title03 {
  margin-bottom: 0;
}
.group .logo-wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 20px;
}
.group .logo-wrap img {
  height: 100%;
}
.logo-wrap .logo-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  position: relative;
}
.logo-wrap .logo-box .shadow-box {
  width: 200px;
  height: 80px;
  background-color: #000;
  background-image: url(/site/resource/dongju/hive/images/link.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.logo-wrap .logo-box:hover .shadow-box {
  opacity: 0.8;
}
.logo-wrap .logo-box:focus {
}
.logo-wrap .logo-box .border-box {
  width: 200px;
  height: 80px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}
.logo-wrap .logo-box .border-box img {
  width: 100%;
  height: auto;
}
.logo-wrap .logo-box p {
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
  color: #7a7a7a;
}

/********************************* 오시는 길 *********************************/
.map-img {
  height: 100%;
  background-image: url(/site/resource/dongju/hive/images/sub010501-img01.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.bottom {
  margin-top: 60px;
}
.map-address {
  background: #f3f4f8;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  padding: 30px 30px;
  text-align: center;
}

/********************************* 직업교육 프로그램 *********************************/
.table.table-line tr th,
.table.table-line tr td {
  word-break: keep-all;
}
.table.table-line .list-style01 {
  margin-bottom: 0;
}

/********************************* 지역사회공헌 프로그램 *********************************/
#tabs1-3 .title03 {
  width: fit-content;
  margin: 20px auto 0 auto;
}

/********************************* 수강료 환불 기준 *********************************/
.sub030301.table.table-line {
  margin-top: 16px;
}

/********************************* 모집 및 수강신청 안내 *********************************/

@media (max-width: 1300px) {
  .img-box img {
    width: calc(100% - 80px);
  }

  .col-12.map-img {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .img-box .txt-box {
    height: 220px;
    padding: 40px;
  }
  .img-box .txt-box .box-title {
    font-size: 32px;
  }
}
@media (max-width: 1000px) {
  .img-box .txt-box {
    max-width: 50%;
    height: 178px;
    padding: 32px;
  }
  .img-box .txt-box .box-title {
    font-size: 22px;
  }
  .img-box .txt-box .name-title {
    font-size: 18px;
  }
  .greetings h2 {
    font-size: 64px;
  }
  .greetings .g-txt .txt + .txt {
    margin-top: 40px;
  }

  .group .logo-wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .img-box img {
    width: 100%;
    border-radius: 0 20px 0 0;
  }
  .img-box .txt-box {
    max-width: 100%;
    height: auto;
    padding: 24px;
    border-radius: 0 0 0 20px;
    position: unset;
  }
  .img-box .txt-box .name-title {
    font-size: 16px;
  }

  .greetings {
    margin: 80px 0;
  }
  .greetings h2 {
    margin-bottom: 32px;
    font-size: 52px;
  }
  .greetings .g-txt p {
    font-size: 18px;
    line-height: 32px;
  }

  .page-navi {
    display: none;
  }

  .table.table-line tr td br {
    display: none;
  }

  .group .logo-wrap {
    padding-left: 0;
  }

  .map-img {
    height: 520px;
  }
}

@media (max-width: 360px) {
  .map-img {
    height: 400px;
  }
}

/* 사이트맵 */
.site-map {
}
.site-map-inner {
  padding: 30px;
}
.site-map h3 {
  padding: 10px 0;
  font-weight: 600;
  border-bottom: 2px solid #222;
}
.site-map .list-style01 > li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.site-map .list-style01 > li::before {
  display: none;
}
.site-map .list-style01 > li > a {
  font-weight: 600;
}

/* ui */
.dgm-ui .pattern-box {
  text-align: center;
  background: url("/images/pattern-box-bg.gif") repeat left top;
}
.color-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.color-wrap > h4 {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.color-wrap .color-box {
  display: block;
  width: 100%;
  height: 90px;
  margin-bottom: 10px;
}
.color-wrap .color-box.type1 {
  background: #e4032e;
}
.color-wrap .color-box.type2 {
  background: #55b954;
}
.color-wrap .color-box.type3 {
  background: #204d9c;
}
.color-wrap .color-box.type4 {
  background: #575757;
}
.color-wrap .color-box.type5 {
  background: #c29249;
}
.color-wrap .color-box.type6 {
  background: #bcbdc0;
}

.color-wrap .txt {
  width: auto;
}
.color-wrap .txt > h5 {
  margin-bottom: 0.5rem;
  color: #222;
  font-size: 21px;
}

.color-wrap .txt > h5 > span {
  margin-left: 4px;
  font-size: 15px;
  color: #555;
}
.color-wrap .txt > ul li {
  margin: 0 0 10px 0;
  color: #333;
}
.color-wrap .txt > ul li strong {
  display: block;
  color: #666;
  font-weight: 500;
}

@media (min-width: 992px) {
  .color-wrap .color-box {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .color-wrap .txt {
    padding-left: 20px;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .color-wrap .txt > ul li {
    display: flex;
  }
  .color-wrap .txt > ul li strong {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.wonseo-wrap.sub030203 .wonseo-body .col-12 div > a {
  padding: 30px 20px;
}
.wonseo-wrap.sub030203 .wonseo-body > .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .wonseo-wrap.sub030203 .wonseo-body .col-12 div > a {
    padding: 91px 20px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .wonseo-wrap.sub030203 .wonseo-body .col-12 div > a {
    padding: 73px 20px;
    font-size: 22px;
  }
}

/* styleguide */

/* button */
.btn-primary {
  background-color: var(--point-color-07);
  border-color: var(--point-color-07);
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--point-color-07-hover);
  border-color: var(--point-color-07-hover);
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--point-color-07-hover);
  border-color: var(--point-color-07-hover);
}
.btn-success {
  background-color: rgb(var(--point-color-04));
  border-color: rgb(var(--point-color-04));
}
.btn-secondary {
  background-color: #464e67 !important;
  border-color: #464e67 !important;
}
.btn-danger {
  background-color: rgb(var(--point-color-05));
  border-color: rgb(var(--point-color-05));
}
.btn-info {
  background-color: rgb(var(--point-color-02));
  border-color: rgb(var(--point-color-02));
}
.btn-info:hover,
.btn-info:focus {
  background-color: rgb(var(--point-color-02-hover));
  border-color: rgb(var(--point-color-02-hover));
}

.btn-outline-primary {
  color: var(--point-color-07-hover);
  border-color: var(--point-color-07-hover);
}
.btn-outline-primary:hover {
  background-color: var(--point-color-07-hover);
  border-color: var(--point-color-07-hover);
}
.btn-outline-success {
  color: rgb(var(--point-color-04));
  border-color: rgb(var(--point-color-04));
}
.btn-outline-danger {
  color: rgb(var(--point-color-05));
  border-color: rgb(var(--point-color-05));
}
.btn-outline-info {
  color: rgb(var(--point-color-02));
  border-color: rgb(var(--point-color-02));
}
.btn-outline-info:hover,
.btn-outline-info:focus {
  background-color: rgb(var(--point-color-02));
  border-color: rgb(var(--point-color-02));
}

.btn-new {
  position: relative;
  padding: 3px 10px 2px;
}

.btn-new::after {
  content: "\e89e";
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 4px;
  font-family: "Material Symbols Outlined";
  color: #666;
  font-weight: 400;
  font-size: 18px;
  vertical-align: middle;
}

.sub-container {
  position: relative;
}
.sub-container #content {
  min-height: 500px;
  margin-bottom: 8.5rem;
}
.sub-container .snb .snb-title {
  padding: 0 5px;
}
.sub-container .snb-title::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}

/* box */
.gray-box {
  background: #f5f6f8;
  padding: 20px;
}
.gray-box2 {
  background: #efefef;
  padding: 20px;
}
.line-box {
  border: 1px solid #ddd;
  padding: 20px;
}

/* bd-cheatsheet */
.bd-cheatsheet .bd-example-snippet {
  padding: 30px;
  border-bottom: 1px solid #ddd;
}
.bd-cheatsheet .bd-example-snippet h2 {
  margin-bottom: 20px;
  color: #b9b9b9;
  font-weight: 500;
  font-size: 20px;
}

/* title */
.sub-container .title01,
.sub-container .title02,
.sub-container .title03 {
  margin-bottom: 10px;
  font-weight: 700;
  background: none;
  padding-left: 0;
}
.sub-container .title01 {
  position: relative;
  font-size: 24px;
  padding-left: 20px;
  font-family: "Paperlogy";
  font-weight: 800;
}
.sub-container .title02 {
  font-size: 20px;
  color: var(--point-color-07);
}
.sub-container .title03 {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
}
.title03::before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 6px);
  background-color: var(--point-color-07);

  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* color */
.bd-colorbox {
  position: relative;
  padding: 20px 0;
}
.bd-colorbox ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 5% 0 0;
  font-size: 0;
}
.bd-colorbox ul li {
  position: relative;
  display: inline-block;
  padding: 85px 0 0;
  text-align: center;
  width: 70px;
  margin: 0 10px 0 0;
  font-size: 16px;
}
.bd-colorbox ul li span {
  display: block;
  font-size: 1em;
}
.bd-colorbox ul li:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  margin: 0 auto;
}
.bd-colorbox ul li:last-child {
  margin: 0;
}
.bd-colorbox .box01 li:nth-child(1):before {
  background: #035cbf;
}
.bd-colorbox .box01 li:nth-child(2):before {
  background: #024897;
}
.bd-colorbox .box01 li:nth-child(3):before {
  background: #1d233d;
}

.bd-colorbox .box02 li:nth-child(1):before {
  background: #004899;
}
.bd-colorbox .box02 li:nth-child(2):before {
  background: #003c80;
}
.bd-colorbox .box02 li:nth-child(3):before {
  background: #62ad2c;
}
.bd-colorbox .box02 li:nth-child(4):before {
  background: #508e25;
}
.bd-colorbox .box02 li:nth-child(5):before {
  background: #d51124;
}
.bd-colorbox .box02 li:nth-child(6):before {
  background: #a50d1d;
}

.bd-colorbox .box03 li:nth-child(1):before {
  background: #f3f4f8;
}
.bd-colorbox .box03 li:nth-child(2):before {
  background: #eaebef;
}
.bd-colorbox .box03 li:nth-child(3):before {
  background: #efefef;
}

/* text */
.text-primary {
  color: rgb(var(--point-color-01)) !important;
}

/* list-style */
.list-style01,
.list-style02,
.list-style03 {
  margin: 0 0 1.5rem;
}
.list-style01 > li,
.list-style02 > li,
.list-style01 ul li {
  position: relative;
}
.title {
  display: block;
  width: 80px;
  color: #222;
  font-weight: 700;
}

.list-style01 > li,
.list-style01 ul li {
  text-align: left;
  padding-left: 14px;
  margin: 0.3rem 0;
}
.list-style01 > li > p {
  margin-bottom: 0.3rem;
}
.list-style01 > li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #111;
  border-radius: 50%;
}
.list-style01 ul li {
  color: #666;
}
.list-style01 ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  background: #aaa;
  position: absolute;
  top: 11px;
  left: 3px;
}
.list-style01 ul li ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: rgb(var(--point-color-01));
  position: absolute;
  top: 12px;
  left: 3px;
}

.list-style01 .layout .in-txt {
  width: calc(100% - 80px);
}

.sub-container ul.list-style01 > li.dot-no {
  padding-left: 0;
}
.list-style01 ul li.dot-no::before {
  display: none;
}

/* accordion */
.accordion .card {
  margin-top: -1px;
}
.accordion .card-header {
  border-radius: 0;
}
.accordion [data-toggle="collapse"] {
  position: relative;
  padding-right: 35px;
  padding-left: 0;
}
.accordion [data-toggle="collapse"]::after {
  content: "\e313";
  position: absolute;
  top: 2px;
  right: 5px;
  display: block;
  font-size: 23px;
  font-family: "Material Symbols Outlined";
  transition: transform 0.2s ease-in-out;
}
.accordion [data-toggle="collapse"]:hover,
.accordion [data-toggle="collapse"]:focus {
  color: #0056b3;
}
.accordion [data-toggle="collapse"][aria-expanded="true"]::after {
  content: "\e5ce";
}

/* Page navigation */
.pagination {
  justify-content: center;
}
.page-link {
  color: var(--point-color-07);
}
.page-link:hover {
  color: var(--point-color-07);
}
.page-link .material-symbols-outlined {
  font-size: 16px;
}
.page-item.active .page-link {
  background-color: var(--point-color-07);
  border-color: var(--point-color-07);
}

/* tab Style-01 */
.nav-tabs-style01 {
  position: relative;
  height: 50px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f3f4f8;
  margin-bottom: 3rem;
}
.nav-tabs-style01 .nav-tabs {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  padding: 0 50px;
  border-bottom: none;
  transition: 0.3s;
}
.nav-tabs-style01 .nav-item {
  width: 100%;
  text-align: center;
  background-color: #fff;
  margin: 0;
}
.nav-tabs-style01 .nav-item .nav-link {
  color: #333;
  background-color: transparent;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0;
  height: 50px;
  margin-top: 0;
  padding: 1rem;
  line-height: 1;
  font-size: 1.1rem;
}
.nav-tabs-style01 .nav-item .nav-link:hover,
.nav-tabs-style01 .nav-item .nav-link:focus {
  color: #000;
  text-decoration: underline;
}
.nav-tabs-style01 .nav-item .nav-link.active {
  background-color: var(--point-color-07);
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  border-top: 1px solid var(--point-color-07);
  border-bottom: 1px solid var(--point-color-07);
}
.nav-tabs-style01 > a {
  position: absolute;
  top: 0;
  width: 50px;
  text-align: center;
  background-color: #f3f4f8;
  color: #888;
  transition: 0.3s;
}
.nav-tabs-style01 > a > .material-symbols-outlined {
  line-height: 48px;
}
.nav-tabs-style01 .tabs-prev {
  left: 0;
  border-right: 1px solid #ccc;
}
.nav-tabs-style01 .tabs-next {
  right: 0;
  border-left: 1px solid #ccc;
}
.nav-tabs-style01 > a:hover,
.nav-tabs-style01 > a:focus {
  color: var(--point-color-07);
}

/* tab Style-02 */
.nav-tabs-style02 .nav-pills {
  margin-bottom: 20px;
}
.nav-tabs-style02 .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: rgb(var(--point-color-02));
}
.nav-tabs-style02 .nav-pills .nav-link {
  margin: 0 1px 1px;
  padding: 10px 0;
  background-color: #f3f4f8;
  border-radius: 0;
}
.nav-tabs-style02 .nav-pills .nav-link:hover,
.nav-tabs-style02 .nav-pills .nav-link:focus {
  color: rgb(var(--point-color-02));
}
.nav-tabs-style02 .nav-pills .nav-link.active:hover,
.nav-tabs-style02 .nav-pills .nav-link.active:focus {
  color: #fff;
}

/* cont-btns */
.cont-title {
  position: relative;
  margin-bottom: 2.5rem;
}
.cont-title h2 {
  margin-right: 2rem;
}
.cont-title .cont-btns {
  position: absolute;
  top: 5px;
  right: 0;
}
.cont-title .cont-btns .d-print-none {
  display: none;
}
.cont-title .cont-btns button {
  background: transparent;
  border: none;
  color: #788190;
  cursor: pointer;
  transition: 0.5s;
}
.cont-title .cont-btns button .material-icons {
  font-size: 1.8rem;
}
.cont-title .cont-btns .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
}
.cont-title .cont-btns .dropdown-menu .dropdown-item > img {
  width: 18px;
  margin-right: 0.4rem !important;
}

/* info-box */
.info-box {
  position: relative;
  margin-bottom: 30px;
}
.info-box.type02 {
  padding: 30px;
  background-color: #f7f8fd;
  border: 1px solid #e7e7e7;
}
.info-box.type02:before {
  content: "";
  background: none;
}
.info-box-wr {
  position: relative;
  padding: 35px 0;
}
.info-txt01,
.info-txt02,
.info-txt03 {
  display: block;
  position: relative;
  line-height: 1.3;
  text-align: left;
  padding: 0 0 0 25px;
  margin: 5px 15px 10px 0;
}
.info-txt01 {
  color: #404b57;
}
.info-txt02 {
  color: rgb(var(--point-color-05));
}
.info-txt03 {
  color: rgb(var(--point-color-01));
}
.info-txt01:before,
.info-txt02:before,
.info-txt03:before {
  content: "i";
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
}
.info-txt01:before {
  background: #fff;
  border: 1px solid #404b57;
}
.info-txt02:before {
  background: rgb(var(--point-color-05));
  color: #fff;
}
.info-txt03:before {
  background: rgb(var(--point-color-01));
  color: #fff;
}
span.info-txt01,
span.info-txt02,
span.info-txt03 {
  display: inline-block;
}

.info-box {
  position: relative;
  box-sizing: border-box;
  padding: 20px 20px 20px 60px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.info-box:before {
  content: "i";
  font-family: "Bio Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  display: block;
  position: absolute;
  left: 20px;
  top: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
}
.info-box.num01:before {
  background: #fff;
  border: 1px solid #404b57;
}
.info-box.num02:before {
  background: rgb(var(--point-color-05));
  color: #fff;
}
.info-box.num03:before {
  background: rgb(var(--point-color-01));
  color: #fff;
}
.info-box .txt {
  margin: 0;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  line-height: 1.5;
}
.info-list {
  position: relative;
  padding: 0 0 0 35px;
  margin-bottom: 15px;
}
.info-list:before {
  content: "i";
  font-family: "Bio Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
}
.info-list.num01:before {
  background: #fff;
  border: 1px solid #404b57;
}
.info-list.num02:before {
  background: rgb(var(--point-color-05));
  color: #fff;
}
.info-list.num03:before {
  background: rgb(var(--point-color-01));
  color: #fff;
}
.info-list ul li {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 7px;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  font-weight: 400;
}
.info-list ul li:last-child {
  margin: 0;
}
.info-list ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #404b57;
  border-radius: 50%;
}

@media (min-width: 576px) {
  .nav-tabs-style01 .nav-item {
    width: 50%;
  }
  .nav-tabs-style01 .nav-item .nav-link {
    border-right: 1px solid #ccc;
  }
  .nav-tabs-style01 .nav-item:nth-child(2n + 2) .nav-link {
    border-right: none;
  }

  .info-box:before {
    font-size: 16px;
    line-height: 25px;
  }

  .info-list:before {
    font-size: 16px;
    line-height: 25px;
  }
}

@media all and (max-width: 768px) {
  .sub-top {
    background-size: cover;
  }

  .info-box-wr {
    padding: 25px 0;
  }
}
@media all and (max-width: 576px) {
  .info-box-wr {
    padding: 20px 0;
  }
  .info-txt01,
  .info-txt02,
  .info-txt03 {
    margin: 0 10px 0 0;
  }

  .info-box {
    padding: 15px 15px 15px 45px;
    margin-bottom: 10px;
  }
  .info-list {
    padding: 0 0 0 27px;
    margin-bottom: 10px;
  }
  .info-box:before {
    left: 15px;
    top: 16px;
    width: 20px;
    height: 20px;
    background-size: 74px auto;
  }
  .info-list:before {
    top: 2px;
    width: 20px;
    height: 20px;
    background-size: 74px auto;
  }
  .info-box.num01:before,
  .info-list.num01:before {
    background-position: 0 -24px;
  }
  .info-box.num02:before,
  .info-list.num02:before {
    background-position: -27px -24px;
  }
  .info-box.num03:before,
  .info-list.num03:before {
    background-position: -54px -24px;
  }
}
@media (min-width: 768px) {
  .info-box.type02 {
    padding: 30px;
    padding-left: 200px;
  }
  .info-box.type02 .ico {
    position: absolute;
    top: 30px;
    left: 60px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: left center;
  }

  .info-box.type02 .ico.bg01 {
    background-image: url(/site/resource/dongju/hive/images/info-box-ico01.png);
  }
  .info-box.type02 .ico.bg02 {
    background-image: url(/site/resource/dongju/hive/images/info-box-ico02.png);
  }
  .info-box.type02 .ico.bg03 {
    background-image: url(/site/resource/dongju/hive/images/info-box-ico03.png);
  }
}
@media (min-width: 992px) {
  .page-navi .navbar {
    border: none;
  }
  .page-navi .navbar .navbar-nav > .nav-item:nth-child(2n + 1) {
    border-right: 1px solid #64676d;
  }
  .page-navi .navbar .navbar-nav > .nav-item {
    position: relative;
    width: auto;
    height: 50px;
    min-width: 190px;
    border-bottom: 0;
    color: black;
    border: none;
    border-right: 1px solid #64676d;
  }
  .page-navi .navbar .navbar-nav > .nav-item:first-child {
    display: block;
    width: 50px;
    min-width: inherit;
    border-left: 1px solid #64676d;
  }
  .page-navi .navbar .navbar-nav > .nav-item .nav-link {
    padding: 0.8rem 2rem 0.8rem 1rem;
  }
  .page-navi .navbar .navbar-nav > .nav-item:first-child .nav-link {
    padding: 0.8rem 0;
    display: block;
    height: 100%;
    text-align: center;
  }
  .page-navi .navbar .navbar-nav > .nav-item .nav-link:before {
    top: 0.6rem;
    font-size: 1.3rem;
  }
  .page-navi .navbar .navbar-nav > .nav-item:first-child .nav-link:before {
    display: none;
  }
  .nav-tabs-style01 .nav-item {
    width: 33.333333%;
  }
  .nav-tabs-style01 .nav-item:nth-child(2n + 2) .nav-link {
    border-right: 1px solid #ccc;
  }
  .nav-tabs-style01 .nav-item:nth-child(4n + 4) .nav-link {
    border-right: none;
  }
}

@media (min-width: 1200px) {
  .sub-container > .row > [class|="col"]:first-child .snb {
    width: 240px;
  }

  .img-xl-zoom {
    padding: 0;
    border: none;
  }
  .img-xl-zoom > .btn {
    display: none;
  }

  .title01 {
    font-size: 36px;
  }
  .title02 {
    font-size: 26px;
  }
  .title03 {
    font-size: 21px;
  }

  .nav-tabs-style01 .nav-item {
    width: 20%;
  }
  .nav-tabs-style01 .nav-item:nth-child(2n + 2) .nav-link {
    border-right: 1px solid #ccc;
  }
  .nav-tabs-style01 .nav-item:nth-child(5n + 5) .nav-link {
    border-right: none;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1230px;
  }
}

/* non-page */
.non-page-t02 {
  text-align: center;
  padding-top: 8rem;
  margin-top: 1.5rem;
  margin-bottom: 2.7rem;
  background: url(/site/resource/dongju/hive/images/non-page.png) no-repeat top center;
}
.non-page-t02 p {
  color: #777;
  margin: 0.8rem 0 2rem;
}

.non-page-t02.board {
  background-image: url(/site/resource/dongju/hive/images/non-board.png);
}
.non-info-t02 {
  text-align: center;
  background: url(/site/resource/dongju/hive/images/non-board.png) no-repeat top center;
  padding-top: 7rem;
  padding-bottom: 1.2rem;
  font-size: 1.3rem;
}

/********************************************************************************
login
********************************************************************************/
.login-wrap {
  border: 1px solid #e6e6e6;
  border-top: 2px solid #0067b2;
  border-radius: 0.3rem;
  background: #fbfbfb;
  max-width: 60rem;
  margin: 3rem auto 0;
  padding: 3rem 10%;
}
.login-wrap h3 {
  text-align: center;
  padding: 0;
  background: none;
}
.login-wrap img {
  display: block;
  margin: 0 auto;
}
.login-box {
  margin-top: 2.5rem;
}
.login-box .form-control {
  border-radius: 0;
  height: calc(2.45rem + 2px);
}
.login-box .btn {
  border-radius: 0;
}

.find-info {
  width: auto;
  margin-top: 30px;
  display: inline-block;
}
.find-info li {
  float: left;
  border-left: 1px solid #999;
  background: none !important;
}
.find-info li:first-child {
  border: none;
  padding-right: 0.75rem;
  padding-left: 0;
}
.find-info li:last-child {
  padding-right: 0;
  padding-left: 0.75rem;
}
.find-info li a {
  padding: 0 10px;
  color: #222;
  line-height: 22px;
  height: 22px;
  display: inline-block;
  padding: 0;
}

@media (min-width: 768px) {
  .login-wrap {
    padding: 3rem 5%;
  }
  .login-wrap h3 {
    font-size: 1.3rem;
  }
  .login-box {
    margin-top: 1rem;
  }
}

/* 프로그램 신청 */
/* search-box */
.search-box {
  position: relative;
  background-color: #f3f4f8;
  margin-bottom: 70px;
}
.search-box .inner {
  padding: 20px 20px 40px;
}
.search-box.active .inner {
  padding-bottom: 20px;
}
.search-box .input-search {
  margin-bottom: 15px;
}
.search-box .input-search .input-group-prepend {
  width: 100%;
  margin-bottom: 10px;
}
.search-box .input-search input {
  border: 2px solid var(--point-color-07);
  height: 40px;
  border-radius: 50px 0 0 50px !important;
  padding: 10px 20px;
  color: #333;
}
.search-box .input-search input::placeholder {
  color: #888;
}
.search-box .input-search .input-group-prepend + input {
}
.search-box .input-search button {
  background-color: var(--point-color-07);
  background-image: url(/site/resource/dongju/hive/images/search.png);
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  color: #fff;
  padding: 0 20px 0 10px;
  border-radius: 0 50px 50px 0;
  margin-bottom: 0;
}
.search-box .keyword-list {
  text-align: center;
}
.search-box .keyword-list .item {
}
.search-box .search-details {
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transition:
    height 0.3s ease-in-out,
    opacity 0.2s ease-in-out;
  transition:
    height 0.3s ease-in-out,
    opacity 0.2s ease-in-out;
}
.search-box.active .search-details {
  height: auto;
  opacity: 1;
}
.search-box .search-details .search-body {
  padding: 0 20px;
}
.search-box .search-details .search-body dt {
  margin-top: 15px;
  margin-bottom: 5px;
}
.search-box .search-details .search-body dt:first-child {
  /* margin-top: 0; */
}
.search-box .search-details .search-body .step-view {
  display: flex;
}
.search-box .search-details .search-body .step-view > div {
  flex: 0 0 auto;
}
.search-box .search-details .search-body .step-view .btn {
  margin: 0;
  word-break: keep-all;
  padding: 8px 15px;
  border-radius: 0;
}
.search-box .search-details .search-body .category-wrap.active .step-view .btn {
  background-color: #bbbfc3;
  /* color: #fff; */
}
.search-box .search-details .search-body .step-view .category-list {
  padding: 9px 15px;
}
.search-box .search-details .search-body .step-view .category-list .item + .item {
  margin-left: 12px;
}
.search-box .search-details .search-body .step-inner {
  display: none;
}
.search-box .search-details .search-body .category-wrap.active .step-inner {
  display: block;
}
.search-box .search-details .search-body .step-inner .card {
  margin: 0;
  border: 1px solid #e4e4e4;
}
.search-box .search-details .search-body .step-inner .card.step-none {
  color: #888;
  background: var(--gray-style2);
}
.search-box .search-details .search-body .step-inner .card-header {
  border: none;
}
.search-box .search-details .search-body .step-inner .card-header button {
  width: 100%;
  height: auto;
  text-align: left;
}
.search-box .search-details .search-body .step-inner .card-header button:after {
  left: inherit;
  right: 0;
}
.search-box .search-details .search-body .step-inner .collapse,
.search-box .search-details .search-body .step-inner .collapsing {
  padding: 20px;
  background-color: var(--gray-style1);
  border-top: 1px solid #e4e4e4;
  max-height: 180px;
  overflow: hidden;
  overflow-y: auto;
}
.search-box .search-details .search-bottom {
  border: 3px solid #eaeaef;
  background: #fff;
  padding: 20px 20px 40px;
  border-radius: 0 0 10px 10px;
  align-items: center;
}
.search-box .search-details .search-bottom .tag-list .item {
  position: relative;
  border: none;
  background: transparent;
  color: var(--dark);
  padding: 0 25px 0 0;
  transition: 0.3s;
}
.search-box .search-details .search-bottom .tag-list .item:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
  transition: 0.3s;

  background-image: url(/site/resource/dongju/hive/images/close.png);
  background-size: 100%;
}
.search-box .search-details .search-bottom .tag-list .item:hover:after,
.search-box .search-details .search-bottom .tag-list .item:focus:after {
  color: var(--dark);
}
.search-box .search-details .search-bottom .btn-wrap {
  display: flex;
  margin: 15px -3px 0;
}
.search-box .search-details .search-bottom .btn-wrap > button {
  flex: 1 0 auto;
  margin: 0 3px;
  font-size: 17px;
  padding: 13px 10px;
}
.search-box .search-details .search-bottom .tag-list .item + .item {
  margin-left: 10px;
}
.search-box .btn-details {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -90px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 9px 30px;
  border-radius: 45px;
  min-width: 180px;
  transition: 0.3s;
  cursor: pointer;
}
.search-box .btn-details:hover,
.search-box .btn-details:focus {
  border-color: var(--point-color-07);
}
.search-box .btn-details .bi {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 10px;
  background-image: url(/site/resource/dongju/hive/images/ex_more.png);
  background-position: center;
}
.search-box.active .btn-details .bi {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .search-box .inner {
    padding: 40px;
  }
  .search-box .input-search .input-group-prepend {
    position: relative;
    width: auto;
    margin-bottom: 0;
  }
  .search-box .input-search .input-group-prepend select.form-control {
    height: 60px;
    border-color: var(--primary);
    border-width: 2px;
    border-right: none;
    border-radius: 50px 0 0 50px;
    padding: 10px 36px 10px 20px;
  }
  .search-box .input-search .input-group-prepend:after {
    /*content:'';*/
    position: absolute;
    top: 50%;
    right: -10px;
    display: block;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    z-index: 99999;
    background: #cdcdcd;
  }
  .search-box .input-search {
    max-width: 640px;
    margin: 0 auto 20px;
  }
  .search-box .search-details .search-body dt,
  .search-box .search-details .search-body dd {
    margin: 0;
    min-height: 42px;
  }
  .search-box .search-details .search-body dt {
    line-height: 42px;
  }
  .search-box .search-details .search-body dd {
    margin-bottom: 15px;
  }
  .search-box .search-details .search-body .form-check-inline {
    line-height: 42px;
  }
  .search-box .input-search input {
    height: 60px;
    padding: 10px 25px;
  }
  .search-box .input-search .input-group-prepend + input {
    border-radius: 0 !important;
    border-left: transparent;
  }
  .search-box .input-search button {
    padding: 0 30px;
  }
  .search-box .search-details .search-body {
    padding: 0 40px;
  }
  .search-box .search-details .search-bottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px 45px;
  }
  .search-box .search-details .search-bottom .btn-wrap {
    margin-top: 0;
  }
  .search-box .search-details .search-bottom .btn-wrap > button {
    min-width: 150px;
    flex: inherit;
  }
}
@media (min-width: 992px) {
  .search-box {
    margin-bottom: 110px;
  }
  .search-box .search-details .search-body .step-inner .card {
    height: 100%;
  }
  .search-box .search-details .search-body .step-inner .row [class^="col-lg-"]:not(:last-child) .card {
    border-right: none;
  }
  .search-box .search-details .search-body .step-inner .card .step-none {
  }
  .search-box .search-details .search-body .step-inner .card-header {
    padding: 20px 20px 10px;
    background: transparent;
  }
  .search-box .search-details .search-body .step-inner .card-header button {
    font-weight: 500;
    padding: 0;
  }
  .search-box .search-details .search-body .step-inner .card-header button:after {
    display: none;
  }
  .search-box .search-details .search-body .step-inner .collapse {
    background: transparent;
    border-top: 0;
    padding: 5px 20px;
    display: block;
    height: 100%;
  }
  .search-box .search-details .search-body .step-inner .collapsing {
    background: transparent;
    border-top: 0;
    padding: 5px 20px;
    height: 100%;
  }
}

.thumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f8f9fa;
}
.thumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/site/resource/dongju/hive/images/noimg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* position: relative;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%); */

  /* width: 101%; */
  margin: 0 auto;
}
.thumb-wrap.full-height img {
  height: 100%;
  margin: 0 auto;
}
.thumb .bi {
  display: inline-flex;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: #ffc107;
  background-color: #f8f9fa;
}

.thumb-wrap {
  height: 200px;
}
@media (min-width: 359px) {
  .thumb-wrap {
    height: 240px;
  }
}
@media (min-width: 576px) {
  .thumb-wrap {
    height: 300px;
  }
}
@media (min-width: 767px) {
  .thumb-wrap {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .thumb-wrap {
    height: 280px;
  }
}
@media (min-width: 1300px) {
  .thumb-wrap {
    height: 240px;
  }
}

/************* 프로그램 신청,상세보기 *************/
.program-list .card .card-footer {
  display: flex;
  gap: 8px;
  justify-content: end;
  background-color: unset;
  border-top: none;
}

.card {
  height: calc(100% - 3rem);
  position: relative;
}
.card .d-day {
  padding: 8px 16px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2f5bbb;
  border-radius: 0 0.25rem 0 0;
  color: #fff;
  z-index: 9;
}
.card .cate-label {
  padding: 8px 16px;
  border-radius: 0 0.25rem 0 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.card .title02 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-class {
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  position: relative;
}
.card-class .card-img {
  height: 240px;
}
.card-class .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.card-class .card-txt {
  padding-left: 40px;
}

.card .form-check-label {
  margin-top: 0;
}

/************* 강의계획서 view *************/
.pdf-view iframe {
  width: 100%;
  height: 1000px;
}

@media (max-width: 1199.98px) {
  .pdf-view iframe {
    height: 800px;
  }
}
@media (max-width: 991.98px) {
  .card-class .card-txt {
    padding-left: 0;
    padding-right: 0;
  }
  .card-class .card-img {
    height: 360px;
  }
  .card {
    height: auto;
  }
}
@media (max-width: 766.98px) {
  .card-class .card-img {
    height: 300px;
  }
  .pdf-view iframe {
    height: 600px;
  }
}

@media (max-width: 575px) {
  .card-class .btn {
    position: unset;
  }
}

@media (max-width: 500px) {
  .card-class .card-img {
    height: 260px;
  }
}

/* 20260121 jyg */
.img-box .txt-box span {
  opacity: 0.7;
}
.history {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 2px dotted #e4e4e4;
}
.sub-container .history h3 {
  background: none;
  padding-left: 0;
  margin: 0 0 0.2rem;
  font-size: 35px;
  color: var(--point-color-07);
}
.history dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0;
}
.history dl dt {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.history dl dd {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  word-break: keep-all;
  color: #555;
}

@media (min-width: 768px) {
  .history {
    position: relative;
    border: none;
    margin: 0;
  }
  .history::after {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    z-index: 1;
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #dfdfdf;
  }
  .history dl {
    padding-left: 3rem;
  }
  .history dl:after {
    content: "";
    position: absolute;
    top: 8px;
    left: -5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #76767f;
    transform: rotate(45deg);
    z-index: 11;
  }
}
@media (min-width: 992px) {
  .img-box .txt-box span {
    font-size: 22px;
    margin-bottom: 2px;
  }
  .history::after {
    left: 16.666667%;
  }
  .history dl {
    padding-left: 5rem;
  }
  .history dl dt {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .history dl dd {
    flex: 0 0 90%;
    max-width: 90%;
  }
}

/* 20260204 jyg */
.text-danger {
  color: rgb(var(--point-color-05)) !important;
}
.login-wrap {
  border-top: 2px solid var(--point-color-07) !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: var(--point-color-07);
  border-color: var(--point-color-07);
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--point-color-07);
}
.btn-link {
  color: var(--point-color-07);
}
.btn-link:hover,
.btn-link:focus {
  color: var(--point-color-07-hover);
}

/* 20260220 jyg */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.title01::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 13px;
  height: 18px;
  background: url(/site/resource/dongju/hive/images/bullet01.png) no-repeat center;
}

ul.list-box01 {
  gap: 10px 0;
  padding: 15px 10px;
  margin-left: 0;
  margin-right: 0;
  background-color: #f7f7f7;
  margin-bottom: 12px;
}
ul.list-box01 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
}
ul.list-box01 .box-inner {
  position: relative;
  background-color: #fff;
  padding: 20px 20px 20px 35px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
ul.list-box01 .box-inner::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 20px;
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background-color: var(--point-color-07);
  box-shadow: 0 6px 0 var(--point-color-07-hover);
}
ul.list-box01 .box-inner .box-header {
  display: flex;
  flex: none;
  max-width: 140px;
}
ul.list-box01 .box-inner .tit {
  font-weight: 500;
  color: #111;
  margin-bottom: 0;
  word-break: break-all;
  font-family: "Paperlogy";
  font-weight: 800;
}
ul.list-box01 .box-inner .txt {
  margin-bottom: 0;
  word-break: break-all;
  color: #444;
}
ul.list-box01 .box-inner .list-style01,
ul.list-box01 .box-inner .list-style02,
ul.list-box01 .box-inner .list-style03 {
  margin-bottom: 0;
}
ul.list-box01 .box-inner ul li:first-child,
ul.list-box01 .box-inner ol li:first-child {
  margin-top: 0;
}
ul.list-box01 .box-inner .txt:has(+ ul),
ul.list-box01 .box-inner .txt:has(+ ol) {
  margin-bottom: 8px;
}
.list-step01:has(+ ul),
.list-step01:has(+ ol) {
  margin-bottom: 8px;
}
.sub-container ul.list-style02 > li {
  position: relative;
  padding-left: 14px;
  margin: 0.3rem 0;
  padding-top: 0;
  border: none;
  color: #444;
  background: none;
}
.sub-container ul.list-style02 > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 6px;
  height: 3px;
  border-radius: 2px;
  background: #b0b2b7;
}
.sub-container ol.list-style03 {
  list-style: decimal-leading-zero;
  padding-left: 26px;
}
.sub-container ol.list-style03 > li {
  position: relative;
  padding-left: 8px;
  margin: 0.3rem 0;
  color: #444;
  background: none;
  list-style: decimal-leading-zero;
}
.sub-container ol.list-style03 > li::marker {
  font-size: 15px;
  font-weight: 600;
  color: #cd333d;
}
.sub-container ul.list-style01 ol.list-style03 li::before,
.sub-container ul.list-style02 ol.list-style03 li::before {
  display: none;
}
.table ol {
  margin-bottom: 0;
}

.sub-container .list-step01 > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  margin: 0;
}
.sub-container .list-step01 > li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -7px;
  background: url(/site/resource/dongju/hive/images/list-step-icon01.png) no-repeat center;
}
.sub-container .list-step01 > li:first-child:before {
  display: none;
}
.sub-container .list-step01 > li:not(:first-child) {
  padding-left: 26px;
}

@media (min-width: 992px) {
  ul.list-box01 {
    gap: 15px 0;
  }
  ul.list-box01 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.list-box01 .box-inner {
    flex-direction: row;
    gap: 30px;
  }
}
