@charset "utf-8";

#business .big_title {
  background: url("/layout/A_layout/A_type//images/business/title_line.gif")
    no-repeat 0% 0%;
  padding: 2em 1.5em;
  position: relative;
  border: 1px solid #eaeaea;
}

#business .big_title ul li {
  color: #0773c7;
}

/*------------------------------------
  skin-color 
------------------------------------*/
.top-line {
  border-top: 2px solid #333;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  margin: 0 0.1rem;
}

/*------------------------------------
  board-btn 
------------------------------------*/
/* 진회색 */
.btn-board-01 {
  color: #fff !important;
  background-color: #444;
  border: 1px solid #444;
}

.btn-board-01:hover {
  color: #fff !important;
  background-color: #333;
  border: 1px solid #333;
}

/* 연회색 - 라인 */
.btn-board-02 {
  color: #555;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ddd;
}

.btn-board-02:hover {
  color: #555;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

/* 라인 */
.btn-board-03 {
  color: #fff !important;
  background: #d71820;
}

.btn-board-03:hover {
  color: #fff !important;
  background: #d71820;
}

#accordion div br {
  border: 0px solid #000;
  display: inline-block;
}

/*------------------------------------
  badge
------------------------------------*/
.badge-new {
  background-color: #fab000;
  color: #fff;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.pulse {
  -webkit-animation: pulse 1.5s 3s ease infinite;
  animation: pulse 1.5s 3s ease infinite;
}

.notice {
  background: #444;
  display: inline-block;
  padding: 0.3em 0.5em 0.35em;
  font-size: 80%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-comment {
  display: inline-block;
  font-size: 90%;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  padding: 0.15em 0.4em 0.25em;
  border-radius: 0.2em;
  background-color: #bababa;
  margin-left: 0.5em;
  font-family: "Raleway", sans-serif;
  vertical-align: baseline;
  position: relative;
}

.badge-reply {
  display: inline-block;
  width: 1em;
  height: 0.5em;
  border-left: 2px dotted #999;
  border-bottom: 2px dotted #999;
  vertical-align: middle;
  margin: -0.5em 0.25em 0 0;
}

.b_line {
  display: inline-block;
  background: url("../images/menu_bar.gif") no-repeat 0% 50%;
  padding-left: 1em;
  margin-left: 1em;
}

/*------------------------------------
  board-search
------------------------------------*/
.board-search input {
  margin-left: -1px;
}

.board-search .btn-search {
  position: absolute;
  right: 0.8rem;
  background: #444;
  border-radius: 0;
  display: flex;
  height: calc(2.25rem + 2px);
  padding: 0 1rem;
  color: #fff;
  font-size: 1.4rem;
  align-items: center;
}

.board_top_search .total {
  padding: 0.5rem 0;
}

/*------------------------------------
  default-new-list
------------------------------------*/
table.default-list {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 1em;
  background-color: transparent;
  box-sizing: content-box;
}

table.default-list th,
table.default-list td {
  position: relative;
  padding: 1.2em 1em;
  vertical-align: middle;
  text-align: center;
}

table.default-list thead tr {
  background-color: #fafafa;
}

table.default-list th {
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  color: #333;
}

table.default-list td {
  font-weight: 300;
  position: relative;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
}

table.default-list tbody tr:hover {
  background: #f9f9f9;
}

table.default-list td a {
  font-weight: 400;
}

/* 비밀번호 입력 */
table.default-list ._popup_pass {
  padding: 1rem;
  border: 5px solid #e5e5e5;
  background: #fff;
  text-align: center;
  margin: 1rem 0 0;
}

@media (max-width: 992px) {
  table.default-list colgroup,
  table.default-list thead {
    display: none;
  }

  table.default-list td {
    padding: 0;
  }

  table.default-list td > a {
    display: block;
    padding: 1.2rem 3.5rem 1.2rem 0.8rem;
  }

  table.default-list td > a::after {
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    margin: -5px 0 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
  }

  table.default-list div.row-mobile {
    font-size: 0.9em;
    color: #999;
    margin-top: 0.5em;
    font-weight: 300;
  }

  table.default-list div.row-mobile > span {
    display: inline-block;
  }

  table.default-list div.row-mobile > span::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 0.75rem;
    background-color: #ddd;
    margin: 0 0.8rem 0.15rem 1rem;
  }

  /* 비밀번호 입력 */
  table.default-list ._popup_pass {
    margin: 0 3.5rem 1.2rem 0.8rem;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
  }

  table.default-list ._popup_pass .btn-area {
    display: block;
    width: 100%;
    margin-top: 0.8rem;
  }
}

/*------------------------------------
  board-view
------------------------------------*/
.board-view > div {
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.board-view .row-title {
  background-color: #fafafa;
  padding: 2rem 1.5rem;
}

.board-view .row-title h4 {
  font-weight: 400;
  color: #333;
  padding-left: 0px;
  font-size: 1.17em;
}

.board-view .row-title h4::before {
  background: none;
}

.board-view .row-title .bar::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 0.75rem;
  background-color: #ccc;
  margin: 0 0.8rem 0.15rem 1rem;
}

.board-view .row-title .bar_02 {
  display: inline-block;
}

.board-view .row-file a {
  display: inline-block;
  font-size: 1rem;
  margin: 0.2rem 0.4rem 0.2rem 0;
  border: 1px solid #ddd;
  padding: 0.375rem 0.5rem 0.375rem 2.3rem;
  background: #f8f8f8 url("../images/icon_download.png") no-repeat 0.6rem 50%;
  border-radius: 0.2rem;
}

.board-view .row-content {
  min-height: 15rem;
  padding: 2rem 1rem;
}

.board-view .row-content img {
  max-width: 100%;
  height: auto;
}

/* 이전글/다음글 */
.board-view .row-next .row > div:first-child {
  color: #333;
  font-weight: 700;
}

.board-view .row-next .row > div:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.7em;
  width: 1px;
  height: 0.7em;
  margin-top: -0.4em;
  background-color: #ccc;
}

@media (max-width: 992px) {
  .board-view .row-title {
    padding: 1.5rem 1rem;
  }

  .board-view .row-next > div {
    padding: 0;
  }

  /* 이전글/다음글 */
  .board-view .row-next .row > div:first-child {
    margin-bottom: 0.5rem;
  }

  .board-view .row-next .row > div:first-child::after {
    display: none;
  }
}

/*------------------------------------
  comment
------------------------------------*/
/* 댓글등록 폼 */
.comment-write {
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  padding: 1em;
  position: relative;
}

.comment-write .btn-area {
  margin-top: 1rem;
}

@media (max-width: 992px) {
  .comment-write .btn-area .btn {
    width: 100%;
  }
}

/* 댓글 리스트 */
.comment-list dl {
  border-bottom: 1px solid #e5e5e5;
}

.comment-list dl dt {
  font-size: 1.1em;
  color: #222;
  font-weight: 500;
  float: left;
}

.comment-list dl dd.col-data {
  font-size: 0.9em;
  color: #999;
}

.comment-list dl dd.con_comment {
  margin: 0;
  padding: 0.5em 15px 1em;
}

.comment-list .pop_comment_pass,
.comment-list .pop_comment_content {
  border-top: 1px dotted #e5e5e5;
  background-color: #f8f8f8;
  padding: 20px 15px;
}

.comment-list li.comment-none {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding-bottom: 1em;
}

.ml-2 {
  margin-left: 5px;
}

/*------------------------------------
  board-write 
------------------------------------*/
.board-write label.col-form-label {
  color: #333;
}

.board-write > div {
  padding: 1rem 0 1.7rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}

.board-write .require::after {
  content: "*";
  display: inline-block;
  margin: -2px 0 0 3px;
  color: #de4f41;
  vertical-align: top;
}

/* 첨부파일 */
.board-write .file-list {
  border-top: 1px dotted #e5e5e5;
  margin: 0;
  padding: 0.6rem 0;
}

.board-write .file-list label.col-form-label span {
  display: inline-block;
  padding: 0.4rem 0.5rem;
  background: #777;
  border-radius: 0.2rem;
  font-size: 0.9em;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin: 1px 0;
}

@media (min-width: 992px) {
  .board-write > div {
    padding: 1rem 0;
  }

  /* 첨부파일 */
  .board-write .file-list:first-child {
    border-top: none;
    padding-top: 0;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }
}

/*------------------------------------
  faq_new 
------------------------------------*/
.faq-list {
  border-top: 1px solid #e5e5e5;
}

.faq-list dl {
  margin: 0;
  position: relative;
}

.faq-list dl dt a {
  display: block;
  padding: 1.5em 5em;
  font-size: 1em;
  font-weight: normal;
  color: #333;
  background: #fafafa;
  border: solid #e5e5e5;
  border-width: 0 1px 1px 1px;
}

.faq-list dl dt a::before {
  content: "Q";
  display: block;
  position: absolute;
  left: 1.5em;
  top: 0.9em;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
  background: #333;
  border-radius: 50%;
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  color: #fff;
}

.faq-list dl dt a::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.5em;
  top: 2.1em;
  width: 12px;
  height: 12px;
  border-right: 2px solid #444;
  border-top: 2px solid #444;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faq-list dl dt a.collapsed::after {
  top: 1.9em;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: middle;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faq-list dl dd div {
  padding: 1.7em 1.5em 1.7em 5em;
  border: solid #e5e5e5;
  border-width: 0 1px 1px 1px;
  position: relative;
}

.faq-list dl dd div::before {
  content: "A";
  display: block;
  position: absolute;
  left: 2.2em;
  top: 2em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #eee;
  border-radius: 50%;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  color: #888;
}

.faq-list .comment-none {
  padding: 1.25em 5em;
  margin: 0;
  text-align: center;
  border: solid #e5e5e5;
  border-width: 0 1px 1px 1px;
}

/*------------------------------------
  gallery_new 
------------------------------------*/
.gallery-list li {
  margin-bottom: 2rem;
}

.gallery-list li a {
  display: block;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 2rem;
}

.gallery-list .gallery-img,
.gallery-list .gallery-catalog-img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.gallery-list .gallery-img img {
  max-width: 100%;
  height: auto;
  /* max-height:218px; */
}

.gallery-list .gallery-catalog-img img {
  width: 100%;
  height: auto;
}

.gallery-list .gallery-img .no-image {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #bbb;
}

.gallery-list .gallery-img-banner {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.gallery-list .gallery-img-banner img {
  width: 100%;
  height: auto;
}

.gallery-list .gallery-img-banner .no-image {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 120px;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
  color: #bbb;
}

.gallery-list .gallery-content {
  padding: 15px 0 0;
}

.gallery-list .gallery-content .gallery-title {
  font-size: 1.1em;
  line-height: 2rem;
  color: #333333;
  word-break: break-all;
  margin-bottom: 10px;
}

.gallery-list .gallery-content .gallery-data {
  font-size: 0.9em;
  color: #888;
  margin: 0;
}

.gallery-list .gallery-content-banner {
  border: solid #e5e5e5;
  border-width: 0 0 0px;
  padding: 1.5em 1em;
}

.gallery-list .gallery-content-banner .gallery-title {
  font-size: 1.2em;
  line-height: 2em;
  color: #333333;
  word-break: break-all;
  margin-bottom: 1em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
}

.gallery-list .download_box {
  text-align: center;
}

.gallery-list .download_box span {
  display: inline-block;
  background: #114979;
  border-radius: 3px;
  margin: 0.5em 0.2em 0;
}

.gallery-list .download_box span i {
  display: inline-block;
}

.gallery-list .download_box a {
  padding: 0;
  border: none;
  font-size: 0.85em;
  padding: 4px 15px 4px 35px;
  color: #fff;
  font-weight: 300;
  background: url(../images/icon_download_01.png) no-repeat 13px 50%;
}

table.default-list td.vm {
  vertical-align: middle !important;
}

.col_title a {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
}

.icon_public {
  width: 50px;
  color: #fff !important;
  text-align: center;
  font-size: 0.85em;
  line-height: 20px;
  margin-left: 5px;
  display: inline-block;
  background: #6c6c6c;
  border-radius: 2rem;
}

.col_no {
  letter-spacing: -0.2px;
}

.col_date {
  color: #999;
  font-weight: 400;
}

@media (max-width: 992px) {
  /* 지원사업공고 */
  a.icon_contac {
    padding: 0.3em 3em 0.35em;
    font-size: 0.9em;
    margin-top: 1.2rem;
    border-radius: 1rem;
  }

  #gi_not table.default-list td > a {
    padding: 0rem 3.5rem 1.2rem 0.8rem;
  }
}

/*------------------------------------
  gallery_equipment 
------------------------------------*/
h3.txt_img {
  font-size: 1.4rem;
  color: #212121;
  letter-spacing: -0.05em;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.sm_tit {
  margin: 0 0.5em;
}

.gallery-list .equipment-content {
  border: solid #e5e5e5;
  border-width: 0 1px 1px;
  padding: 1.3em 1.2em;
}

.gallery-list .equipment-content .equipment-title {
  font-size: 1.2em;
  color: #333333;
  font-weight: 500;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
}

.bbs-write-ag .agreement_box {
  border: 1px solid #d8d8d8;
  margin: 0;
  padding: 15px;
  background: #fff;
}

.bbs-write-ag .agreement_box textarea {
  background-color: transparent;
  border: medium none;
  height: 120px;
  width: 100%;
}

.bbs-write-ag .agree_check {
  background: #f5f5f5 none repeat scroll 0 0;
  border-color: #e9e9e9;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 7px 15px 10px;
  text-align: right;
}

.bbs-write-ag .required {
  color: #d60021;
  font-weight: bold;
}

.recruit_ex {
  padding: 40px 25px;
  background: #f3f3f3 url(/pages/images/board/recruit_icon01.png) no-repeat 20px
    50%;
  overflow: hidden;
}

.recruit_ex p.recruit_txt {
  width: 48%;
  float: left;
  padding-left: 110px;
  line-height: 140%;
}

.recruit_ex p.re_down {
  float: right;
}

#board_top {
  width: 100%;
  margin: 15px 0 10px;
  overflow: hidden;
}

section {
  display: block;
  margin: 0;
  padding: 0;
}

.fr {
  float: right !important;
}

.bbs_schBox {
  overflow: hidden;
}

.bbs_schBox li {
  float: left;
  margin-left: 2px;
}

.bbs_schBox li .input-txt {
  width: 200px;
}

.bbs_schBox input,
.bbs_schBox select,
.bbs_schBox textarea {
  vertical-align: top !important;
  margin: 0;
  padding: 0;
}

/* 목록 */
#board_list {
  clear: both;
}

#board_list .list_cont {
  width: 100%;
  border-top: 2px solid #111;
}

#board_list .list_cont > li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}

#board_list .list_cont > li.no-data {
  text-align: center;
}

#board_list .list_cont > li:hover {
  background: #f5f5f5;
}

#board_list .list_cont > li > div > .col_box {
  padding: 8px 20px;
  vertical-align: middle;
}

.bbs_schBox a.btn-c {
  display: block !important;
}

a.btn-c {
  display: inline-block;
  padding: 2px 8px 1px;
  font-weight: bold;
  font-size: 11px;
  line-height: 24px;
}

a.btn-a-w {
  color: #323232;
  background: #fff;
  border: 1px solid #dbdbdb;
}

a.btn-a-c {
  background: #dddddd;
  border: 1px solid #cfcfcf;
}

a.btn-a {
  display: inline-block;
  font-weight: bold;
  padding: 8px 40px;
}

a:visited,
a:active,
a:focus {
  color: #787878;
}

a,
a:link {
  color: #787878;
  cursor: pointer;
  text-decoration: none;
}

a:visited,
a:active,
a:focus {
  color: #787878;
}

a,
a:link {
  color: #787878;
  cursor: pointer;
  text-decoration: none;
}

a.btn-a-a {
  color: #fff;
  background: #455e9e;
  border: 1px solid #455e9e;
}

a.btn-a {
  display: inline-block;
  font-weight: bold;
  padding: 8px 40px;
}

.border_footer {
  margin: 25px 0;
  position: relative;
}

.btnBox {
  margin: 0 0 15px;
  text-align: right;
}

.bf_pagenate {
  margin-top: 5%;
  display: block;
  text-align: center;
}

.write_form {
  margin: 30px 0 0px;
  border-top: 2px solid #222;
  overflow: hidden;
}

.write_form li {
  padding: 10px 0 10px 120px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.write_form li em {
  top: 10px;
  left: 0px;
  color: #545454;
  position: absolute;
}

.write_form li p {
  display: inline-block;
}

.write_form li span.essential {
  color: red !important;
  vertical-align: middle;
  margin: 5px 5px 0;
}

.form-control02 {
  display: inline-block;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #555;
  background-color: #fff;
  background-image: none;
}

#board_list .list_cont .cola {
  width: 10%;
  text-align: center;
  float: left;
}

#board_list .list_cont > li > div > .col_box {
  padding: 8px 20px;
  vertical-align: middle;
}

#board_list .list_cont .cola > .col_box > .col_notice {
  display: none;
}

#board_list .list_cont .cola .col_date {
  color: #999;
  margin-top: 20%;
  display: block;
  line-height: 120%;
}

#board_list .list_cont .cola .col_date span {
  color: #333;
  font-size: 18px;
  display: block;
}

#board_list .list_cont .colb {
  width: 90%;
  float: left;
}

#board_list .list_cont .colb .col_box {
  border-left: 1px solid #ebebeb;
}

#board_list .list_cont > li > div > .col_box {
  padding: 8px 20px;
  vertical-align: middle;
}

#board_list .list_cont .colb .col_title {
  font-size: 18px;
}

#board_list .list_cont .colb .col_title {
  width: 100%;
  color: #222;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

#board_list .list_cont .colb .col_cont {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

@media (min-width: 1200px) {
  #recruit_list .list_cont .colc .col_box {
    padding-top: 30px;
  }

  #recruit_list .list_cont .colb {
    width: 70%;
    float: left;
  }

  #recruit_list .list_cont .colc {
    display: block;
    float: right;
    width: 20%;
    text-align: right;
  }
}

#board_list .list_cont > li > div > .col_box {
  padding: 8px 20px;
  vertical-align: middle;
}

#board_list .re_btnb {
  display: inline-block;
  padding: 3px 0px;
  font-weight: bold;
  color: #fff;
  background: #c3c3c3;
  border: 1px solid #c3c3c3;
  width: 100px;
  text-align: center;
}

@media (max-width: 768px) {
  #board_list .list_cont .colb .col_date {
    display: none;
  }

  #board_list .list_cont .colc {
    display: none;
  }

  .recruit_ex p.recruit_txt {
    width: 100%;
    float: left;
    padding-left: 80px;
    padding-bottom: 30px;
    line-height: 140%;
  }
}

#border_footer {
  text-align: center;
  margin: 30px 0;
}

#board_list .re_btnb:hover {
  color: #fff;
}

#board_list a:hover {
  color: #0c79ce;
}

#board_list .re_btna {
  display: inline-block;
  padding: 3px 0px;
  font-weight: bold;
  color: #fff;
  background: #ee2b33;
  border: 1px solid #ee2b33;
  width: 100px;
  text-align: center;
}

#board_list .re_btna:hover {
  color: #fff;
}

#board_list .re_btnb {
  display: inline-block;
  padding: 3px 0px;
  font-weight: bold;
  color: #fff;
  background: #c3c3c3;
  border: 1px solid #c3c3c3;
  width: 100px;
  text-align: center;
}

#board_list .re_btnb:hover {
  color: #fff;
}

.newgo_bt {
  display: inline-block;
  padding: 3px 0px;
  font-weight: bold;
  color: #fff;
  background: #b1b1b1;
  border: 1px solid #9e9e9e;
  width: 100px;
  text-align: center;
}

#view_top {
  margin: 30px 0 0px;
  border-top: 2px solid #222;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

#view_top .cont_title {
  padding-bottom: 10px;
  overflow: hidden;
}

#view_top .cont_title > h3 {
  padding: 0;
  margin: 0;
  color: #222;
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 15px 10px;
  text-align: center;
}

#view_top .cont_title > .date {
  color: #ccc;
}

#view_top .view_file {
  font-size: 12px;
  padding: 5px 10px;
  border-top: 1px solid #e6e6e6;
  background: #f2f2f2;
  overflow: hidden;
}

#view_top .view_file > span {
  color: #adadad;
}

#view_cont {
  padding: 20px 10px;
  border-bottom: 1px solid #e6e6e6;
}

#view_cont > img {
  max-width: 100%;
}

#view_list > ul > li {
  padding: 10px 0 10px 70px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

#view_list > ul > li > span {
  left: 0px;
  top: 10px;
  position: absolute;
}

/* 채용게시판 */
a.recruit_bt01 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: -2px;
  text-align: center;
  color: #fff;
  background: #036cc5;
  border: 1px solid #004885;
  padding: 20px 10%;
}

#view_date {
  padding: 20px 0px;
  border-bottom: 1px solid #e6e6e6;
}

p.recruit_p {
  display: none;
}

/* 문의게시판 */
h3.h3_all {
  clear: left;
  color: #000;
  font-size: 1.2em;
  letter-spacing: -0.05em;
  font-weight: 400;
  line-height: 150%;
  margin: 0px 0 10px;
  position: relative;
  padding-left: 0;
}

h3.h3_all:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 0.7em;
  background: #000;
  margin-right: 10px;
  vertical-align: middle;
}

/* 팝업 */
.recruit_p_ex {
  background: #f3f3f3 url("/pages/images/board/recruit_icon02.png") no-repeat
    20px 50%;
  padding: 25px 25px 25px 100px;
  overflow: hidden;
  font-size: 0.9em;
}

.recruit_p_ex p.recruit_txt {
  line-height: 140%;
}

#recruit_pop {
  width: 700px;
  border: 1px solid #e6e6e6;
  padding: 25px;
}

#recruit_pop h3 {
  background: #f3f3f3;
  border-top: 1px solid #000;
  padding: 25px;
  margin: 20px 0;
  text-align: center;
  font-size: 1.2em;
}

a.recruit_bt02 {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: -2px;
  text-align: center;
  color: #fff;
  background: #455e9e;
  border: 1px solid #364a7d;
  padding: 20px 20%;
}

#recruit_pop input[type="file"] {
  border: 1px solid #dedede;
  height: 40px;
  padding: 5px 5px 5px;
  color: #919191;
  width: 98%;
  margin-bottom: 10px;
}

a.btn-e-a {
  color: #fff;
  background: #455e9e;
  border: 1px solid #364a7d;
}

a.btn-e {
  display: inline-block;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 11px;
}

a.btn-e-b {
  color: #666;
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
}

a.btn-e {
  display: inline-block;
  padding: 8px 20px;
  font-weight: bold;
  font-size: 11px;
}

#recruit_pop textarea {
  height: 100px;
}

@media (min-width: 500px) {
  .gallery-list .gallery-content .gallery-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    display: block;
  }
}

@media (max-width: 992px) {
  .gallery-list li a {
    padding: 1rem;
  }

  #board_list .list_cont .cola {
    display: none;
  }

  #board_list .list_cont .colb .col_box {
    border-left: none;
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .faq-list dl dd div::before {
    content: "A";
    display: block;
    position: absolute;
    left: 1.3em;
    top: 1em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    text-align: center;
    background: #eee;
    border-radius: 50%;
    font-family: "Raleway", sans-serif;
    font-size: 1.5rem;
    color: #888;
  }

  .nav-tabs > li > a {
    min-height: 45px;
    line-height: 140%;
  }

  #recruit_list .list_cont .colb {
    width: 100%;
    clear: both;
  }

  #recruit_list .list_cont .colc {
    width: 100%;
    clear: both;
  }

  #recruit_list .list_cont .colc .col_name {
    text-align: left;
  }

  #recruit_list .list_cont .colb .col_cont {
    display: block;
  }

  #board_list .list_cont .colc .col_box {
    padding: 0px !important;
  }

  a.recruit_bt01 {
    display: none;
  }

  p.recruit_p {
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #036cc5;
    border: 1px solid #004885;
    padding: 10px 5%;
  }

  #recruit_pop {
    display: none;
  }
}

@media (min-width: 768px) {
  .gallery-list a::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    background: url("../images/icon_cross.png") no-repeat 50% 20%;
  }

  .gallery-list .gallery-img img {
    max-width: 100%;
    height: auto;
  }

  .gallery-list .gallery-catalog-img img {
    max-width: 100%;
    height: auto;
  }

  .faq btn-search {
    border: 1px solid #000;
  }

  /* 팝업 */
  p.recruit_p {
    display: none;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background: #036cc5;
    border: 1px solid #004885;
    padding: 10px 5%;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  /* list section A */
  #board_list .list_cont .cola > .col_box > .col_notice {
    display: none;
  }

  #board_list .list_cont .row_notice > .col_box > .col_date {
    display: none;
  }

  #board_list .list_cont .row_notice > .col_box > .col_notice {
    display: inline-block;
  }

  /* list section B */
  #board_list .list_cont .colb .col_notice {
    display: none;
  }

  #board_list .list_cont .colb .col_title {
    font-size: 16px;
  }

  #board_list .list_cont .colb .col_name {
  }

  #board_list .list_cont .colb .col_date {
    display: none;
  }

  /* list section C */
  #board_list .list_cont .colc {
    display: none;
  }
}

@media (min-width: 1200px) {
  #recruit_list .list_cont .colb .col_name,
  #recruit_list .list_cont .colb .col_date,
  #recruit_list .list_cont .colb .re_btna,
  #recruit_list .list_cont .colb .re_btnb {
    display: none;
  }

  .gallery-list .gallery-img {
  }
}


