@charset "utf-8";

/* 태그 */
#bo_tag .nav-link.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}

/* 게시판 읽기 */
#bo_v_title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
}
#bo_v_con {
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  .responsive #bo_v_title {
    font-size: 20px;
    line-height: 1.5;
  }
  .responsive #bo_v_con {
    min-height: 140px;
  }
}

#bo_v_con img {
  max-width: 100%;
  height: auto;
}
#bo_v_img {
  width: 100%;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}
#bo_v_img:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_v_img a.view_image {
  display: block;
}
#bo_v_img img {
  margin-bottom: 1rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon {
  margin: -5px auto;
}
#bo_v_sns_icon img {
  width: 40px;
  border-radius: 50%;
  margin: 5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
  top: 0;
  left: -16px;
}
.by-writer {
  background: #fbefef !important;
  border-top: 1px solid #f6cece !important;
}
.cmt-content {
  word-break: break-all;
  overflow: hidden;
}
.cmt-content img {
  max-width: 100%;
  height: auto;
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul {
  list-style: none;
  margin: 0;
}
.cmt-btn ul > li {
  float: left;
  font-size: 12px;
  padding: 0 10px;
}
.cmt-btn ul > li::before {
  float: left;
  color: #ccc;
  content: "|";
  margin-left: -12px;
}
.cmt-btn ul > li:last-child {
  padding-right: 0;
}
.cmt-btn ul > li:first-child::before,
.cmt-btn ul > li.no-bar::before {
  content: "";
  margin-left: 0;
}
.cmt-btn ul > li > a {
  float: left;
  color: #888;
  white-space: nowrap;
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content {
  resize: none;
}
@media all and (max-width: 575px) {
  .responsive .cmt-box {
    border-right: 0 !important;
  }
  .responsive #bo_vc_w .cmt-box {
    border-left: 0 !important;
    border-radius: 0 !important;
  }
  .responsive #bo_vc_login {
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
  }
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
  background: #ccc;
  border-radius: 3px;
}
#bo_vc_opt ol:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc_opt ol li {
  float: left;
  margin: 0;
}
#bo_vc_send_sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
#bo_vc_send_sns ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc_send_sns ul li {
  float: left;
  margin: 0 1rem 0 0;
}
#bo_vc_send_sns input {
  margin: 0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
  border-right: 0;
}
#bo_w #wr_content {
  margin-bottom: 1rem !important;
}
@media all and (max-width: 575px) {
  #bo_w .list-group-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .responsive #bo_w #wr_content {
    max-height: 160px !important;
  }
}

/* 일자리정보란 */
.boklifull {
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(4, 1fr);
}
.bokliwrap {
  background: #fff;
  border: 1px solid;
  border-radius: 0.5rem;
  font-weight: 600;
  padding: 0.1rem 0.3rem;
  /* width: 150px; */
  /* height: 25px; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#bo_jobinfo dl {
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 8px 10px;
  border-bottom: 1px dotted #ddd;
}

#bo_jobinfo dl.line_2 {
  width: 100%;
}

#bo_jobinfo dl dt {
  float: left;
  width: 130px;
}

#bo_jobinfo dl dt .sub_ji {
  position: relative;
  list-style: none;
  padding: 3px 0 3px 12px;
  line-height: 150%;
}

#bo_jobinfo dl dt .sub_ji:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #2889ff;
}
#bo_jobinfo dl dd {
  float: right;
  width: calc(100% - 140px);
}

#bo_v_info #bo_v_title {
  color: #000;
  padding-top: 0.6rem;
  font-size: 2rem !important;
}

#bo_v_info .bo_v_call {
  padding-top: 1.6rem;
}

#bo_v_info .bo_v_company {
}

#bo_v_info .bo_v_company .sv_member {
  display: inline-block;
  color: #fff;
  background: #2889ff;
  border-radius: 0.3rem;
  padding: 0.1rem 0.5rem;
}

#bo_v_info .bo_v_company .sv_member2 {
  display: inline-block;
  color: #fff;
  background: #40c765;
  border-radius: 0.3rem;
  padding: 0.1rem 0.5rem;
}

#bo_v_info .bo_v_company .sv_member3 {
  display: inline-block;
  color: #fff;
  background: #ffab28;
  border-radius: 0.3rem;
  padding: 0.1rem 0.5rem;
}

.mozip_state {
  background: #2889ff;
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 1rem;
}

.mozip_local {
  background: #2889ff;
  color: #fff;
  padding: 0.3rem 0.8rem;
  border-radius: 1rem;
}

.contactinfoadm {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  #bo_jobinfo dl {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0.5rem;
  }
  .contactinfoadm {
    position: static;
    top: 1.5rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    font-size: 1rem;
  }
}

.na-title .na-subject {
  color: #000;
}

/* 새로운 CSS */
table {
  width: 100%;
  margin: 0;
  border: 0;
  table-layout: fixed;
  border-collapse: collapse;
  empty-cells: show;
}
.table-type1 tr th {
  text-align: left;
  font-weight: 700;
  color: #333;
}

.table-type1 tr th,
.table-type1 tr td {
  border-top: 1px solid #e6e6e6;
  height: 60px;
  padding: 10px 15px;
}
.input-text {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  color: #333;
  border-radius: 0 !important;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-family: NanumGothic, "나눔고딕", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.input-textarea {
  display: inline-block;
  width: 100%;
  height: 100px;
  padding: 10px;
  line-height: 20px;
  color: #000;
  border-radius: 0 !important;
  border: 1px solid #babec5;
  vertical-align: middle;
  font-family: NanumGothic, "나눔고딕", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}

.table-type1 tr td .input-textarea {
  border: 1px solid #dddddd;
}

.label-wrap.line-0 span {
  width: auto;
  margin: 0 15px 0 0;
}

.w60px {
  width: 60px !important;
}
.w90px {
  width: 90px !important;
}
.w365px {
  width: 365px !important;
}
.w120px {
  width: 120px !important;
}
.w130px {
  width: 130px !important;
}
.w160px {
  width: 160px !important;
}
.w240px {
  width: 240px !important;
}
.flex-input.v1 {
  display: inline-block;
  vertical-align: middle;
}
.flex-input {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0;
  border: 1px solid #ccc;
}
.label-wrap * {
  float: left;
}
.label-wrap span label {
  vertical-align: middle;
}
.label-wrap.line-3 span {
  width: 30%;
}
.label-wrap.line-5 span {
  width: 20%;
  display: block;
}
.label-wrap.line-0.r30 span {
  margin-right: 30px;
}
.label-wrap span input[type="radio"],
.label-wrap span input[type="checkbox"] {
  margin-top: 5px;
  margin-right: 6px;
  vertical-align: middle;
}
.label-wrap:after {
  clear: both;
}
.label-wrap:before,
.label-wrap:after {
  content: "";
  display: table;
}
.datepicker {
  display: inline-block;
  width: 100px;
  height: 40px;
  padding: 0 5px;
  border-radius: 0 !important;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-family: NanumGothic, "나눔고딕", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
.datepicker[readonly] {
  background-color: #f5f5f5;
  border-width: 1px !important;
}
.tel-wrap {
  overflow: hidden;
}
.tel-wrap input {
  width: 90px;
}
.inline-block {
  display: inline-block;
}
[type="checkbox"],
[type="radio"] {
  margin-top: 1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.va-t {
  vertical-align: top !important;
}
label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.float-ㅣ {
  float: left !important;
}

.float-r {
  float: right !important;
}
.label-wrap span label {
  vertical-align: middle;
}
.label-wrap.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.email-wrap input {
  width: 170px;
}
.email-wrap * {
  float: left;
}
.button {
  display: inline-block;
  min-width: 90px;
  height: 40px;
  margin: 0;
  padding: 0 20px;
  line-height: 38px;
  color: #333;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #cccccc;
  vertical-align: middle;
  background-color: #fff;
  cursor: pointer;
  font-family: NanumGothic, "나눔고딕", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
.mt05 {
  margin-top: 5px !important;
}
.pl05 {
  padding-left: 5px !important;
}
.essential-mark {
  color: #f42d2d !important;
  font-size: 11px;
  font-family: NanumGothic, "나눔고딕", "Malgun Gothic", "맑은 고딕" !important;
  font-weight: bold;
}
.font-lblue,
.font-blue2 {
  color: #236daa !important;
}
.font-orange {
  color: #a25c4e !important;
}
.label-wrap span input[type="number"] {
  position: relative;
  top: -6px;
  margin-left: 10px;
  vertical-align: top;
}
h3.tit {
  padding: 0 0 15px 0;
  font-size: 22px;
  color: #333;
}
.mt50 {
  margin-top: 50px !important;
}

.sgoyongwrap span {
  background-color: #2889ff;
  color: #fff;
  margin-right: 0.4rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.4rem;
}

.fbohum {
  background-color: #2889ff;
  color: #fff;
  margin-right: 0.4rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.4rem;
}

/* screen screen 768 */
@media screen and (max-width: 768px) {
  #bo_jobinfo dl {
    font-size: 13px !important;
  }
  .fbohum {
    margin-right: 0;
  }
}
