@charset "UTF-8";
.w5 {
  width: 5% !important;
}

.w6 {
  width: 6% !important;
}

.w7 {
  width: 7% !important;
}

.w8 {
  width: 8% !important;
}

.w9 {
  width: 9% !important;
}

.w10 {
  width: 10% !important;
}

.w12 {
  width: 12% !important;
}

.w14 {
  width: 14% !important;
}

.w15 {
  width: 15% !important;
}

.w17 {
  width: 17% !important;
}

.w18 {
  width: 18% !important;
}

.w20 {
  width: 20% !important;
}

.w22 {
  width: 22% !important;
}

.w25 {
  width: 25% !important;
}

.w28 {
  width: 28% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

/* 게시판 상단 */
.board_info { /*line-height: 4rem;*/
  margin-top: 2.8rem;
}

.board_info + * {
  margin-top: 2rem;
}

/* 게시판 목록 페이지 수 */
.board_info .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.board_info:has(.page:only-child) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.board_info .page span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.board_info .page span + span::before {
  display: inline-block;
  width: 1px;
  height: 1.5rem;
  margin: 0 1rem 0 0.5rem;
  background-color: var(--gray-20);
  content: "";
  vertical-align: middle;
}

.board_info .page strong, .board_info .page b {
  color: var(--primary-60);
}

.board_info .page .btn_basic {
  height: 4.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.board_info .page .mgl10 {
  margin-left: 0 !important;
}

.board_info .page .mgr10 {
  margin-right: 0 !important;
}

/* 게시판 목록 검색 */
.board_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.board_info .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}

.board_info .form ~ .form {
  margin-top: 1.2rem;
}

.board_info .form .btn {
  width: 6.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  height: auto;
}

.board_info .form .btn button {
  width: 100%;
  height: 4.8rem;
  background-color: var(--primary-50);
  color: #fff;
  text-align: center;
  -webkit-transition: var(--trs-base);
  transition: var(--trs-base);
  border-radius: var(--radius-medium);
}

.board_info .form .btn button:hover,
.board_info .form .btn button:focus {
  background: var(--primary-60);
}

.board_info.detail form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: var(--secondary-5);
  padding: 2.4rem;
  border-radius: var(--radius-large);
}

.board_info.detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.board_info.detail .form_label {
  min-width: 6rem;
}

.board_info.detail .form .item.type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}

.board_info.detail .form .item.type1 .input_date {
  width: 20rem;
}

.board_info.detail .form .ui-datepicker-trigger {
  margin-left: -3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.board_info.detail .ico-reset {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

/*.board_info form { float: right; }
.board_info .form { display: table; table-layout: fixed; width: auto; position: relative; margin:0 auto;}
.board_info .form > * { display: table-cell; padding-right: 0.5rem; vertical-align: middle; }
.board_info .form .item {width:13rem}
.board_info .form .item.type1 { padding-right: 0;width:auto}
.board_info .form .btn { width: 6.5rem !important;padding:0;border:0;background:transparent }
.board_info .form .btn button { width: 100%; height: 4.8rem; background-color: var(--primary-50); color: #fff; text-align: center; transition: var(--trs-base); border-radius: var(--radius-medium);}
.board_info .form .btn button:hover,
.board_info .form .btn button:focus {background-color: #fff; color: #000;}
.board_info .form .form_select {width: 100%;}*/
/* 게시판 목록 상세 검색 */
/*.board_info.detail form {float:none;margin-bottom: 2rem; padding: 2rem; background: #f8f8fa;}
.board_info.detail .form ~ .form{margin-top: 1rem;}
.board_info.detail .form .item{width:auto;position: relative;}
.board_info.detail .form_label{width: 7rem;}
.board_info.detail .form_select{width: 12.35rem;}
.board_info.detail .form_textbox.input_date{width: 20rem;}*/
/* 게시판 목록 RSS */
.board_info .icon_rss {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
  font-size: 2rem;
  text-align: center;
  line-height: 2.5rem;
  vertical-align: middle;
}

.board_info .icon_rss::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "xeicon", sans-serif;
  color: #ee802f;
  content: "\e9e5";
}

/* 게시판 목록 */
.board_list table {
  table-layout: fixed;
}

.board_list thead th {
  font-size: 1.5rem;
  padding: 1.2rem 1rem;
  border-bottom: 1px solid var(--secondary-10);
  font-weight: 600;
  color: var(--gray-95);
  text-align: center;
  white-space: nowrap;
  background: var(--secondary-5);
}

.board_list td {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid var(--gray-20);
  text-align: center;
  word-break: break-all;
}

.board_list td[data-label=첨부파일] img {
  width: 2.5rem;
}

.board_list td[data-label=첨부파일] a:hover, .board_list td[data-label=첨부파일] a:focus {
  border: 1px solid #000;
}

.board_list td.txt_left a { /* font-size: 1.4rem;*/
  display: inline-block;
  max-width: 100%;
  color: #333;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.1;
}

.board_list.title_all td.txt_left a {
  text-overflow: inherit;
  overflow: visible;
  white-space: normal;
}

.board_list td.txt_left a:hover, .board_list td.txt_left a:focus {
  text-decoration: underline;
}

.board_list.type2 td.txt_left a {
  text-overflow: inherit;
  overflow: auto;
  white-space: inherit;
}

.board_list .no_data,
.board_list ._blank {
  text-align: center;
  color: #666;
  font-size: 2rem;
  padding: 2rem 0;
  font-weight: 700;
}

/* 게시판 목록 아이콘 */
.board_list .xi-new {
  font-size: 2rem;
  float: right;
  margin: -2px 0 0 0.5rem;
  color: #116eb4;
}

.board_list .xi-lock {
  display: inline-block;
  position: relative;
  top: -0.1rem;
  font-size: 2rem;
  color: #222;
  vertical-align: middle;
  line-height: 1;
}

.board_list .txt_title .xi-lock + a {
  max-width: calc(100% - 3rem);
}

/* 게시판 목록 상태 아이콘 */
.board_list .icon {
  display: inline-block;
  min-width: 8rem;
  height: 2.75rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  background-color: #eee;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  line-height: 2.75rem;
}

.board_list .icon[data-label=처리완료] {
  background-color: #000;
  color: #fff;
}

.board_list .icon[data-label=답변완료] {
  background-color: #777;
  color: #fff;
}

.board_list .icon[data-label=진행중] {
  background-color: #116eb4;
  color: #fff;
}

.board_list .icon_notice {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 100%;
  background-color: #333;
  font-size: 1.3rem;
  color: #fff;
  vertical-align: middle;
}

/* 게시판 내용 */
.board_view {
  border-top: 2px solid #555;
}

.board_view > .title {
  font-size: 2rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid #ddd;
  color: #333;
  text-align: center;
}

.board_view > .title .category {
  display: block;
  font-size: 1.6rem;
  color: #999;
}

.board_view > .title .category::before {
  display: inline-block;
  position: relative;
  top: -0.2rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  border-radius: 100%;
  content: "";
  vertical-align: middle;
}

.board_view > .title .cateC01::before {
  background: #F6C375;
}

.board_view > .title .cateC02::before {
  background: #DF7373;
}

.board_view .info {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667);
  background-color: #f8f9fa;
  color: #666;
  text-align: center;
  margin-top: 0;
}

.board_view .info li {
  display: inline-block;
  vertical-align: top;
}

.board_view .info li + li::before {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 1px;
  height: 1.4rem;
  margin: 0 1rem;
  background-color: #ddd;
  content: "";
  vertical-align: middle;
}

.board_view .info strong {
  margin-right: 0.75rem;
  font-weight: 400;
  color: #000;
}

.board_view .contents {
  padding: 5.5rem;
  border-bottom: 1px solid #ddd;
}

.board_view .contents .img {
  margin-top: 2rem;
}

.board_view .contents .img + .img {
  margin-top: 1rem;
}

.board_view .txt_center {
  margin-bottom: 2rem;
}

/* 게시판 내용 파일 */
.board_view .file {
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}

.board_view .file .title {
  display: block;
  color: #333;
  margin-bottom: 1rem;
}

.board_view .file .list img {
  width: 2.5rem;
}

.board_view .file .list .file_title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.board_view .file .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.board_view .file .list li > a {
  color: #444;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.board_view .file .list li > a:hover, .board_view .file .list li > a:focus {
  color: #116eb4;
}

.board_view .file .list .link {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.board_view .file .list .txt {
  font-size: 1.2rem;
  color: var(--gray-60);
  white-space: nowrap;
}

.link .btn_line {
  font-size: 1.5rem;
  width: auto;
  min-width: 10rem;
  height: 3.2rem;
  padding: 0 1rem;
  position: relative;
  white-space: nowrap;
  border-radius: var(--radius-small);
}

/*.link .btn_line i { position: absolute; top:50%; transform:translateY(-50%); right: .7rem; }*/
.file li ~ li {
  margin-top: 1rem;
}

.file li .xi-close-circle {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  color: #888;
  margin-left: 1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.file li .xi-close-circle:hover {
  color: #126fb4;
}

.file li .input_file {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border: 1px solid #999;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.file li .input_file:hover {
  background-color: #999;
  color: #fff;
}

/* 게시판 이전글 다음글 */
.prevnext {
  margin-top: 4rem;
  border-bottom: 1px solid #aaa;
}

.prevnext li {
  overflow: hidden;
  padding: 2rem 0;
  border-top: 1px solid #ddd;
  color: #333;
}

.prevnext li.next span::before {
  content: "\e93f";
}

.prevnext span {
  float: left;
  width: 15rem;
  color: #666;
}

.prevnext span::before {
  display: inline-block;
  position: relative;
  top: 0;
  font-family: "xeicon", sans-serif;
  vertical-align: top;
  font-size: 1.6rem;
  float: left;
  width: 5rem;
  content: "\e93c";
  text-align: center;
}

.prevnext a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  width: calc(100% - 15rem);
}

/* 게시판 답변 */
.board_btns + .board_reply {
  margin-top: 2rem;
  border-top: 1px solid #aaa;
}

.board_reply {
  padding: 2rem;
  border-bottom: 1px solid #e8e8e8;
}

.board_reply .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}

.board_reply .info {
  font-size: 1.5rem;
  margin: 0.5rem 0 1rem;
  padding: 1rem 1.5rem;
  background-color: #f8f8f8;
}

.board_reply .info li {
  display: none;
}

.board_reply .info li + li::before {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 1px;
  height: 1.4rem;
  margin: 0 1rem 0 0.75rem;
  background-color: #ddd;
  content: "";
  vertical-align: middle;
}

.board_reply .info li[class] {
  display: inline;
}

.board_reply .info strong {
  margin-right: 0.5rem;
  font-weight: 400;
  color: #333;
}

.board_reply .info:last-child {
  margin-bottom: 0;
}

.board_reply .file {
  position: relative;
  margin: 2rem -2rem -2rem;
  padding: 1rem 2rem;
  border-top: 1px solid #f8f8f8;
}

.board_reply .file .label {
  display: block;
  margin: 0.5rem 0;
  font-weight: 500;
  color: #333;
}

.board_reply .file .list img {
  width: 2.5rem;
  margin-right: 0.5rem;
}

.board_reply .file .list li {
  overflow: hidden;
  position: relative;
  min-height: 3rem;
  padding: 0 21rem 0 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 3rem;
}

.board_reply .file .list li::before {
  position: absolute;
  left: 0;
  top: auto;
  content: "-";
}

.board_reply .file .list li > a {
  color: #444;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.board_reply .file .list li > a:hover, .board_view .file .list li > a:focus {
  color: #116eb4;
}

.board_reply .file .list .link {
  position: absolute;
  right: 0;
  top: 0;
}

.board_reply .file .list .txt {
  font-size: 1.2rem;
  color: #999;
}

.board_reply + .board_btns {
  margin-top: 1rem;
}

/* 게시판 답변 상황 */
.board_state {
  position: relative;
  margin-top: 4rem;
  padding: 1.5rem 1.5rem 1.5rem 7rem;
  border: 1px solid #ddd;
  background-color: #f6f7f9;
}

.board_state::before {
  right: auto;
  font-family: "xeicon", sans-serif;
  overflow: hidden;
  position: absolute;
  left: 2rem;
  top: auto;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background-color: #3c4165;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  content: "\e9d8";
  text-align: center;
}

.board_state li {
  display: inline;
}

.board_state li + li::before {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 1px;
  height: 1.4rem;
  margin: 0 0.75rem 0 1rem;
  background-color: #ddd;
  content: "";
  vertical-align: middle;
}

.board_state label {
  margin-right: 0.5rem;
  font-weight: 500;
  color: #000;
}

.board_state button {
  font-size: 1.4rem;
  color: #116eb4;
}

.board_state .title {
  display: block;
  margin-bottom: 0.5rem;
  color: #333;
  line-height: 3rem;
}

.board_state .form {
  line-height: 4rem;
}

.board_state .form ul {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: top;
}

.board_state .form_textbox,
.board_state .form_select select {
  width: 15rem;
}

.board_state .btn {
  height: 4rem;
  padding: 0 1.5rem;
  border: 0 none;
  background-color: #484c58;
  color: #fff;
  text-align: center;
  vertical-align: top;
}

/* 게시판 답변상황 아이콘 */
.board_state .icon {
  display: inline-block;
  position: relative;
  top: -1px;
  min-width: 8rem;
  height: 2.75rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  background-color: #eee;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  line-height: 2.75rem;
}

.board_state .icon[data-label=처리완료],
.board_state .icon[data-label=답변완료] {
  background-color: #555;
  color: #fff;
}

.board_state .icon[data-label=진행중] {
  background-color: #116eb4;
  color: #fff;
}

/* 코멘트 */
* + .comment {
  margin-top: 5rem;
}

.comment .form {
  position: relative;
  margin: 0 0 5rem;
  padding-bottom: 4.9rem;
  border: 1px solid #ddd;
  background-color: #f8f9fa;
  color: #999;
}

.comment .form textarea {
  font-size: 1.5rem;
  width: 100% !important;
  max-width: 100%;
  min-height: 8.5rem;
  padding: 1.5rem;
  border: 0 none !important;
  vertical-align: top;
}

.comment .form .length {
  font-size: 1.3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 2rem;
  line-height: 5rem;
}

.comment .form button {
  height: 5rem;
  border: 1px solid #555;
  line-height: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.5rem;
  display: inline-block;
  min-width: 8.8rem;
  padding: 0 1rem;
  background-color: #555;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.comment .form button:hover,
.comment .form button:focus {
  background-color: transparent;
  color: #555;
}

.comment > .title {
  font-size: 1.6rem;
  font-weight: 300;
  color: #666;
}

.comment > .title span {
  font-weight: 500;
  color: #116eb4;
}

/* 코멘트 목록 */
.comment .list {
  margin-top: 1.5rem;
  border-top: 1px solid #aaa;
}

.comment .list li {
  position: relative;
  padding: 2rem;
  border-bottom: 1px solid #ddd;
  color: #767676;
}

.comment .list .name {
  font-weight: 500;
}

.comment .list .txt {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0.5rem;
  opacity: 1 !important;
}

.comment .list .date {
  font-size: 1.4rem;
  color: #999;
}

.comment .list .form {
  width: 100% !important;
  margin: 1rem 0 0;
}

.comment .list .re {
  padding-left: 4rem;
}

.comment .list .re::before {
  position: absolute;
  top: 2.5rem;
  left: auto;
  width: 1rem;
  height: 1rem;
  margin-left: -2rem;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  content: "";
}

/* 코멘트 버튼 */
.comment .list .btn {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 1.4rem;
  color: #333;
}

.comment .list .btn a + a::before {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 1px;
  height: 1.3rem;
  margin: 0 1rem 0 0.75rem;
  background-color: #ddd;
  content: "";
  vertical-align: middle;
}

.comment .list .btn_reply {
  height: 3rem;
  border: 1px solid #ddd;
  line-height: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  display: inline-block;
  min-width: 7rem;
  margin-top: 1rem;
  padding: 0 1rem;
  background-color: #fff;
  color: #666;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.comment .list .btn_reply:hover, .comment .btn_reply:focus {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

/* 공공누리 디자인 추가 */
.kogl_open {
  border: 1px solid #dbdbdb;
  padding: 2rem;
}

.kogl_open .label {
  display: block;
  width: 17.1rem;
  height: 3.5rem;
  background-color: #999;
  text-align: center;
  color: #fff;
  line-height: 3.5rem;
}

.kogl_open .kogl {
  margin-bottom: 2rem;
}

.kogl_open .form_radio {
  display: block;
  margin-top: 1rem;
}

.kogl_open .form_radio .img {
  float: left;
  width: 13rem;
  padding-right: 1rem;
}

.kogl_open .txt_right {
  margin: 1rem 0;
}

/* 게시판 뷰 공공누리 유형 */
[class*=codeView] {
  margin-top: 3rem;
  background: #f8f8fa;
  border: 1px solid #dbdbdb;
  padding: 3rem;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-align: start;
}

[class*=codeView] img {
  display: block;
  margin-right: 2rem;
}

/* 글 등록시 등록중입니다 이미지레이어 */
.mw {
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.mw .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../ecms_resource/img/bg.png") repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10000;
}

.mw .fg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 80px;
  padding: 15px;
  z-index: 11000;
}

.mw .fg .loading {
  display: block;
  text-align: center;
  padding: 10px;
}

.blank {
  padding: 2.25rem 0;
  text-align: center;
}

/*
.form_textbox { width: 100%; height: 4.8rem; max-height: 100%; padding: 0 1rem; border: 1px solid var(--gray-60); min-height: 4.8rem; border-radius: var(--radius-medium); text-align: left; vertical-align: middle; transition: var(--trs-base); }
.form_textbox:focus { border-color: #000; }
.form_textbox.hasDatepicker { width: 15rem; padding-right: 5rem; }
.form_textbox.hasDatepicker + .ui-datepicker-trigger { position: absolute; left: auto; top: .3rem; margin: 0 0 0 -3.5rem; font-size: 2.4rem;}
.form_textbox.number { width: 15rem; }
*/
.form_mail {
  line-height: 4rem;
}

.form_mail .form_textbox {
  width: 20rem;
}

.bul > li {
  position: relative;
  padding-left: 1rem;
  text-align: left;
}

.bul > li::before {
  position: absolute;
  left: 0;
  top: auto;
  content: "";
}

.bul.depth1 > li::before {
  content: "-";
}

.bul.depth1 > li + li {
  margin-top: 1rem;
}

.bul.depth2 > li::before {
  content: "·";
}

.bul strong {
  font-weight: 500;
  color: #000;
}

.btn.btn_line {
  border-radius: var(--radius-small);
  height: 2.8rem;
  line-height: 2.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  min-width: 8.5rem;
  padding: 0 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* .btn.btn_line:hover, .btn.btn_line:focus { border-color: #333; background-color: #333; color: #fff; } */
.btn.btn_line i {
  font-size: 1.6rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.agree .title {
  margin-top: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: #333;
}

.agree .form {
  text-align: right;
}

.agree .item {
  overflow: hidden;
  overflow-y: auto;
  max-height: 31.5rem;
  margin: 1rem 0;
  padding: 3rem 3rem 0;
  border: 1px solid #ddd;
}

.agree .item::after {
  display: block;
  width: 100%;
  height: 3rem;
  content: "";
}

.agree .item p strong {
  display: block;
  margin: 3rem 0 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}

.agree:first-child .title {
  margin-top: 0;
}

.board_box.type1 {
  padding: 5rem;
  border: 1px solid #ddd;
  border-top-color: #555;
  background-color: #f8f8f8;
  text-align: center;
}

.board_box.type1 .title {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: 600;
  color: #000;
}

.board_box.type1 .title i {
  font-size: 5rem;
  display: block;
  margin: 0 auto 0.5rem;
  font-family: "xeicon", sans-serif;
  font-weight: 400;
  color: #162943;
}

.board_box.type1 .form {
  width: 40rem;
  max-width: 100%;
  margin: 1rem auto 0;
}

.board_box.type1 .txt {
  display: block;
  margin-top: 0.5rem;
  color: #c00;
}

.board_box.type1.table {
  display: table;
  width: 100%;
  padding: 0;
  table-layout: fixed;
}

.board_box.type1.table .group {
  display: table-cell;
  padding: 4rem;
  vertical-align: top;
}

.board_box.type1.table .group2 {
  border-left: 1px solid #ddd;
}

.board_box.type1.table a.group:hover .title, .board_box.type1.table a.group:focus .title {
  text-decoration: underline;
}

.board_box.type2 {
  position: relative;
  margin: 4rem 0 2rem;
  padding: 3rem 3rem 3rem 28rem;
  border: 1px solid #ddd;
  border-top-color: #555;
  background-color: #fcfcfc;
}

.board_box.type2:first-child {
  margin-top: 0;
}

.board_box.type2 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 24.6rem;
  height: 100%;
  padding: 3rem;
  border-right: 1px solid #ddd;
  background-color: #fff;
}

.board_box.type2 .img i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 5rem;
  font-family: "xeicon", sans-serif;
  font-weight: 400;
  color: #162943;
}

.board_box.type2 .title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #000;
}

.board_box.type2 .btn_line {
  margin-top: 2rem;
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.board_box.type2 .btn_line:hover, .board_box.type2 .btn_line:focus {
  background-color: #fff;
  color: #333;
}

.board_btns {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*
.board_btns { margin-top: 3rem; text-align: center; }
.board_btns .txt { margin: -2rem 0 1rem; font-size: 1.5rem; color: #999; text-align: left; }
.board_btns .btn { height: 5rem; border: 1px solid #333; line-height: 4.8rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 1.6rem; display: inline-block; min-width: 10.5rem; padding: 0 2rem; background-color: #333; color: #fff; text-align: center; vertical-align: middle; -webkit-transition: all 0.2s; transition: all 0.2s; font-weight: 500; margin: 0 0.25rem; }
.board_btns .btn:hover, .board_btns .btn:focus { background-color: transparent; color: #333; }
.board_btns .btn.type1 { border: 1px solid #ddd; background-color: #fff; color: #333; }
.board_btns .btn.type1:hover, .board_btns .btn.type1:focus { background-color:#006374;border-color: #006374; color:#fff;}
.board_btns .btn.type2 { border: 1px solid transparent; background-color: #006374; color: #fff; }
.board_btns .btn.type2:hover, .board_btns .btn.type2:focus { background-color:#fff;border-color: #006374; color:#333;}
.board_btns .btn.type3 { border: 1px solid transparent; background-color: #505a76; color: #fff; }
.board_btns .btn.type3:hover, .board_btns .btn.type3:focus { background-color: #fff;border-color: #505a76; color:#111; }
*/
.board_list table {
  width: 100%; /*table-layout: fixed; border-top: 2px solid #555; border-bottom: 1px solid #aaa;*/
}

.board_list.small th,
.board_list.small td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.4rem;
}

.board_list .tstyle_list .xi-search {
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  line-height: 4rem;
  background: #f8f8f8;
  text-align: center;
}

.board_list .tstyle_list a:hover .xi-search {
  color: #fff;
  background: #333;
}

.board_list .comment {
  font-size: 1.2rem;
  font-weight: 300;
  color: red;
}

.board_list .tit {
  text-align: left;
}

.board_list .tit a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board_list .tit a:hover, .board_list .tit a:focus {
  text-decoration: underline;
}

.board_list .tstyle_write th {
  font-size: 1.6rem;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  color: #333;
  text-align: left;
  background: #f5f5f5;
  word-break: break-all;
}

.board_list .tstyle_write td {
  text-align: left;
}

.board_list .tstyle_write .point1 {
  color: #c00;
}

.board_list .tstyle_write .contents {
  padding-bottom: 0;
}

/* 홈페이지 기능오류신고 공개/비공개
.board_list .tstyle_write .form_radio label::before, .board_list .tstyle_write .form_radio label::after, .board_list .tstyle_write .form_check label::before, .board_list .tstyle_write .form_check label::after { margin-top: 0.5rem; }
*/
.board_list .tstyle_write .form_textbox#m_id {
  width: calc(100% - 11rem);
}

.board_list .tstyle_write .file th, .board_list .tstyle_write .file td {
  padding-bottom: 0.5rem;
  border-bottom: 0 none;
}

.board_list .tstyle_write .file img {
  width: 2.5rem;
  margin-right: 0.5rem;
}

.board_list .tstyle_write .file.active th, .board_list .tstyle_write .file.active td {
  padding-top: 1rem;
  line-height: 3.5rem;
}

.board_list .tstyle_write .file + .file th, .board_list .tstyle_write .file + .file td {
  padding-top: 0;
}

.board_list .tstyle_write .file + .file label {
  opacity: 0;
}

.board_list .tstyle_write .file:last-child th, .board_list .tstyle_write .file:last-child td {
  padding-bottom: 1.5rem;
}

.board_list .tstyle_write .file .btn_del, .board_list .tstyle_write .file_img .btn_del {
  font-size: 2rem;
  display: inline-block;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
  color: #888;
  text-align: center;
  line-height: 2rem;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.board_list .tstyle_write .file .btn_del::before, .board_list .tstyle_write .file_img .btn_del::before {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "xeicon", sans-serif;
  text-align: center;
  line-height: inherit;
  content: "\e924";
}

.board_list .tstyle_write .file .btn_del:hover, .board_list .tstyle_write .file .btn_del:focus, .board_list .tstyle_write .file_img .btn_del:hover, .board_list .tstyle_write .file_img .btn_del:focus {
  color: #E82856;
}

.board_list + .kogl_open {
  margin-top: 4rem;
}

#ui-datepicker-div {
  width: 22rem;
  padding: 0;
  border: 1px solid #333;
  background: #fff;
  z-index: 3;
  display: none;
}

#ui-datepicker-div table {
  width: 100%;
  text-align: center;
}

#ui-datepicker-div th:first-child, #ui-datepicker-div td:first-child {
  color: #cb152b;
}

#ui-datepicker-div th:last-child, #ui-datepicker-div td:last-child {
  color: #116eb4;
}

#ui-datepicker-div .ui-datepicker-header {
  background: #000;
  color: #fff;
  position: relative;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  padding: 1rem;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  background: #000;
  color: #fff;
  padding: 0.2rem 0.5rem;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select::-ms-expand {
  display: block;
}

.ui-datepicker-year {
  margin-right: 1rem;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 1.8rem;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 0.5rem;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 0.5rem;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev::before {
  content: "\e93d";
  font-family: "xeicon", sans-serif;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next::before {
  content: "\e940";
  font-family: "xeicon", sans-serif;
}

#ui-datepicker-div .ui-datepicker-today {
  background: #eee;
  border-radius: 0.3rem;
}

#ui-datepicker-div .ui-state-active {
  display: block;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
}

/* 복지부 게시글 */
.board_view .viewArea {
  padding: 0 10px 0 0;
  color: #666;
}

.board_view .viewArea h4 {
  height: auto;
  margin: 0;
  padding: 10px 0 30px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.35;
  color: #353535;
}

.board_view .viewArea h5 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 15px;
  line-height: 1.4em;
  color: #4b5361;
}

.board_view .viewArea p {
  padding: 0 0 10px;
}

.board_view .viewArea .viewDate {
  margin: 0;
  padding: 20px 0 10px;
  line-height: 1.35;
  text-align: right;
}

.board_view .viewArea .viewSign {
  margin: 0;
  padding-bottom: 40px;
  line-height: 1.35;
  text-align: right;
  font-weight: bold;
}

.board_view .viewArea .tableTit {
  padding: 20px 0 8px;
  background: none;
  text-align: center;
  font-weight: bold;
  font-size: 1.17em;
  line-height: 1.35;
}

.board_view .viewArea .right {
  padding-bottom: 10px;
  text-align: right;
}

.board_view .viewArea .star {
  padding-top: 0;
  padding-left: 26px;
  text-indent: -16px;
  line-height: 1.35;
} /* 당구장표시 */
.board_view .viewArea .viewNote {
  margin: 0;
  padding: 15px 0 0 16px;
  text-indent: -16px;
}

.board_view .viewArea .subtitle {
  padding-top: 20px;
  text-align: center;
  font-size: 1.17em;
  font-weight: bold;
}

.board_view .viewArea .dia {
  margin: 10px 0 0;
  padding: 0 0 10px 14px !important;
  background: url("/images/front_new/common/bl_dia.gif") no-repeat left 5px !important;
  font-weight: bold;
}

.board_view .viewArea .dia span {
  font-weight: normal;
}

.board_view .viewArea .dia.none_bg {
  padding-left: 0;
  background: none;
}

.board_view .viewArea .ttitle {
  font-weight: bold;
  padding: 10px 0 10px;
  background: none;
  font-size: 1.17em;
  text-align: center;
}

.board_view .viewArea .unit {
  padding-bottom: 5px !important;
  text-align: right !important;
}

.board_view .viewArea strong span {
  padding-left: 10px;
}

.board_view .viewArea img {
  max-width: 640px;
}

.board_view .viewArea ul {
  margin: 0;
  padding: 0;
}

.board_view .viewArea ul li {
  margin: 0;
  padding: 0 0 10px 10px;
  background: url("/images/front_new/common/bl_arw_olive.gif") no-repeat 2px 7px;
}

.board_view .viewArea ul li p {
  padding: 10px 0 7px;
}

.board_view .viewArea ol {
  margin: 0;
  padding: 10px 0 0 20px;
}

.board_view .viewArea ol > li {
  padding-left: 0 !important;
  background: none !important;
  list-style: decimal;
}

.board_view .viewArea ol li {
  margin: 0;
  padding: 0 0 12px;
  list-style: decimal;
}

.board_view .viewArea ol li p {
  padding: 10px 0 7px;
}

.board_view .viewArea ul li ul {
  padding: 10px 0 0;
  background: none;
}

.board_view .viewArea ul li ol li {
  margin: 0;
  padding: 0 0 12px;
  background: none;
  list-style: decimal;
}

.board_view .viewArea ol li ul {
  margin: 0;
  padding: 10px 0 0;
  background: none;
}

.board_view .viewArea ol li ul li {
  list-style: none;
}

.board_view .viewArea ol li ul.none li {
  padding-left: 0;
  background: none;
}

.board_view .viewArea ol li ol li ul li {
  list-style: none;
  background: url("/images/front_new/common/bl_qube.gif") no-repeat left 5px;
}

.board_view .viewArea ol li ul li,
.board_view .viewArea ul li ul li {
  padding: 0 0 6px 8px;
  background: url("/images/front_new/common/bl_qube.gif") no-repeat left 7px;
}

.board_view .viewArea ol li ul li ul li,
.board_view .viewArea ul li ul li ul li,
.board_view .txtlist > li {
  padding-left: 20px !important;
  background: none !important;
  text-indent: -20px !important;
}

.board_view .viewArea ul.txtlist li p {
  text-indent: 0;
}

.board_view .viewArea ul.txtlist li ul li,
.board_view .viewArea ul.txtlist li .txtlist li ul li {
  text-indent: 0;
}

.board_view .viewArea ul.txtlist li ol li {
  margin: 0;
  padding: 0 0 12px;
  list-style: decimal;
  text-indent: 0;
}

.board_view .viewArea ul.txtlist li .txtlist li ul li,
.board_view .viewArea ul.txtlist li ul li {
  padding-left: 10px;
  background: url("/images/front_new/common/bl_line.gif") no-repeat left 7px;
}

.board_view .viewArea dl dt {
  font-weight: bold;
  margin: 10px 0;
}

.board_view .viewArea ul.txtlist li ul li ul li {
  padding-left: 8px;
  background: url("/images/front_new/common/bl_qube02.gif") no-repeat left 5px;
}

.board_view .viewArea ol.txtlist > li {
  list-style: none !important;
}

.board_view .viewArea ol.txtlist > li p {
  text-indent: 0;
}

.board_view .viewArea table {
  margin-top: 0;
  margin-bottom: 0;
  border-left: none;
  border-bottom-color: #ccc;
  text-indent: 0;
}

.board_view .viewArea table caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.board_view .viewArea table th {
  padding: 9px 0 6px;
  background: #faf9fa;
  text-align: center;
  font-weight: normal;
  border-left: 1px solid #ccc;
}

.board_view .viewArea table td {
  padding: 9px 5px 6px;
  border-left: 1px solid #ccc;
}

.board_view .viewArea table tr.sum th,
.board_view .viewArea table tr.sum td {
  background: #fafafa;
  color: #555;
}

.board_view .viewArea table tr.tsum th,
.board_view .viewArea table tr.tsum td {
  background: #fafafa;
  color: #555;
  border-top: 3px double #ccc;
}

.board_view .viewArea table td.center {
  padding-left: 0;
  padding-right: 0;
}

.board_view .viewArea table.center td {
  text-align: center;
}

.board_view .viewArea table tfoot th {
  border-top: 3px double #ccc;
}

.board_view .viewArea table tfoot td {
  background: #faf9fa;
  border-top: 3px double #ccc;
}

.board_view .viewArea table ul li {
  margin: 0;
  padding-left: 8px;
  background: url("/images/front_new/common/bl_qube.gif") no-repeat left 5px;
}

.board_view .viewArea table li {
  text-align: left;
}

.board_view .viewArea table ul li ul li {
  padding-left: 10px;
  background: url("/images/front_new/common/bl_line.gif") no-repeat left 7px;
}

.board_view .viewArea table ol {
  padding-top: 5px;
}

.board_view .viewArea table ol li,
.board_view .viewArea table ul li ol li {
  margin: 0;
  padding-left: 0;
  background: none;
  list-style: decimal;
  text-indent: 0;
}

.board_view .viewArea ul.txtlist li table * {
  text-indent: 0;
}

.board_view .viewArea .viewBox {
  margin: 5px 0 10px;
  padding: 10px 20px 10px;
  background: #fcfcfc;
  border: 1px solid #ccc;
}

.board_view .viewArea .viewBox .title {
  color: #28688e;
  font-weight: bold;
}

.board_view .viewArea .viewBox ul li {
  padding-left: 10px;
  background: url("/images/front_new/common/bl_line.gif") no-repeat left 7px;
}

.board_view .viewArea .viewBox ul li ul li {
  padding-left: 8px;
  background: url("/images/front_new/common/bl_qube02.gif") no-repeat left 5px;
}

.board_view .dataView {
  clear: both;
  width: auto;
  margin: 0 0 20px;
}

.board_view .dataView table {
  width: 100%;
  margin: 0 0 7px;
  border-top: 2px solid #7e7e7e;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #c3c3c3;
  text-indent: 0;
}

.board_view .dataView th {
  padding: 7px 0;
  background: url("/images/front_new/board/bg_th.gif") repeat-x bottom;
  color: #333;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #a3a3a3;
  text-align: center;
}

.board_view .dataView td {
  padding: 9px 0;
  color: #444;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.board_view .dataView thead td {
  background: url("/images/front_new/board/bg_th.gif") repeat-x bottom;
  border-bottom: 1px solid #a3a3a3;
}

.board_view .dataView tr.first-line td {
  padding-top: 10px;
}

.board_view .dataView td.left {
  padding: 7px 10px 5px;
}

.board_view .dataView td.right {
  padding-right: 20px;
}

.board_view .dataView td.name .hanja {
  margin: 0 0 0 7px;
}

.board_view .dataView td p.ttitle {
  padding: 0 0 5px 12px;
  background: url("/images/front_new/common/bl_titleT.gif") no-repeat left 3px;
  font-weight: bold;
}

.board_view .dataView td p.stitle {
  padding: 5px 0 0;
  font-weight: bold;
}

.board_view .dataView td p.starb {
  margin-left: 15px;
  padding-bottom: 0;
}

.board_view .dataView td ul {
  padding: 5px 0 0;
}

.board_view .dataView td ul li {
  padding: 0 0 5px 8px;
  background: url("/images/front_new/common/bl_line.gif") no-repeat left 7px;
  text-align: justify;
}

.board_view .dataView td ul li ul li {
  padding: 0 0 4px 7px;
  background: url("/images/front_new/common/bl_dot_gray.gif") no-repeat left 6px;
  color: #666;
}

.board_view .dataView td ul li ul li ul li {
  padding: 0 0 4px 8px;
  background: url("/images/front_new/common/bl_arw_olive.gif") no-repeat left 5px;
}

.board_view .dataView td ul li ul li ul li ul li {
  padding: 0 0 4px 7px;
  background: url("/images/front_new/common/bl_cross_gray.gif") no-repeat left 6px;
}

.board_view .dataView td ul.txtlist li {
  background: none;
}

.board_view .dataView td a {
  color: #466BA3;
}

.board_view .dataView td .btn {
  margin-left: 4px;
}

.board_view .dataView td .btnImg a,
.board_view .dataView td .btnImg a:hover,
.board_view .dataView td .btnImg a:active {
  text-decoration: none !important;
}

.board_view .dataView tbody th {
  background: #fbfbfb;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}

.board_view .dataView .tfoot th {
  background: #f6f8fa;
  font-weight: bold;
}

.board_view .dataView .tfoot td {
  background: #f6f8fa;
}

.board_view .dataView tfoot th,
.board_view .dataView tfoot td {
  background: #f6f8fa;
  font-weight: bold;
  border-top: 3px double #ddd;
  border-bottom: none;
}

.board_view .dataView .subsum th,
.board_view .dataView .subsum td {
  background: #fbfbfb;
  font-weight: bold;
  color: #5c616a;
}

.board_view .dataView .sum th,
.board_view .dataView .sum td {
  background: #fbfbfb;
  font-weight: bold;
  color: #132f6e;
}

.board_view .dataView .vsum {
  font-weight: bold;
}

.board_view .dataView.no_line td {
  padding: 0 0 10px;
  border-bottom: none;
} /* 역대장관 */
.board_view .dataView.left td {
  padding: 10px 7px 8px;
  text-align: left;
} /* 왼쪽정렬 */
.board_view .dataView.right td {
  padding: 5px 20px 5px 5px;
  text-align: right;
} /* 오른쪽정렬 */
.board_view .dataView.left td.center {
  text-align: center;
}

.board_view .dataView.top td {
  vertical-align: top;
} /* 상단정렬 */
.board_view .dataView.thCenter th {
  padding-left: 0;
  text-align: center;
}

.board_view .dataView tbody th p {
  padding-left: 0;
}

.board_view .dataView table table {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.board_view .dataView table table.center td {
  padding: 10px 0 8px;
  text-align: center;
}

.board_view .bv_content .bvc_txt .viewArea {
  padding: 0;
}

.board_view .bv_content .bvc_txt .viewArea p {
  display: block;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.06em;
  padding-bottom: 10px;
}

.board_view .bv_content .bvc_txt .viewArea p img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  /* 게시판 목록 정보 */
  .board_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .board_info form,
  .board_info .page {
    width: 100%;
  }
  .board_info .page {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-align: center;
  }
  .board_info .page .btn_xls {
    margin: 1rem 0 1rem auto;
  }
  .board_info .form {
    display: block;
    padding: 2.4rem;
    background: var(--secondary-5);
    border-radius: var(--radius-large);
  }
  .board_info .form .item {
    display: block;
    width: 100%;
    padding: 0 0 0.5rem;
  }
  .board_info .form .item.btn {
    width: 100% !important;
    padding: 0;
  }
  .board_info .form_select {
    width: 100%;
  }
  .board_info .form .item.type1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .board_info.detail {
    margin-bottom: 1rem;
  }
  .board_info.detail .form {
    border: 0;
    padding: 0;
  }
  .board_info.detail .form .item.type1 .input_date {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
  /* .form_textbox.hasDatepicker + .ui-datepicker-trigger{position: static;margin-right: 1.1rem;} */
  .board_info.detail .datepicker-input {
    margin-bottom: 0.4rem;
  }
  .board_info.detail .btn_reset {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .board_info.detail .btn_reset .sr-only {
    display: block;
    width: auto;
    height: auto;
    overflow: visible;
    position: static;
  }
  /* 게시판 목록 - 가변형 */
  .flexible.board_list {
    overflow-x: inherit;
    margin-top: 0;
  }
  .flexible.board_list .tstyle_list {
    min-width: inherit;
    padding-bottom: 0;
  }
  .flexible.board_list table {
    table-layout: inherit;
  }
  .flexible.board_list tr {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
  }
  .flexible.board_list colgroup,
  .flexible.board_list thead {
    display: none;
  }
  .flexible.board_list td {
    display: block;
    padding: 0;
    border: 0 none;
    text-align: left;
    line-height: 1.5;
  }
  .flexible.board_list .tstyle_list td::before {
    margin-right: 1rem;
    color: #111;
    font-weight: 500;
    content: attr(data-label) " :";
  }
  .flexible.board_list .tstyle_list .no_data {
    display: block;
    text-align: center;
  }
  /*.flexible.board_list .tstyle_list td.no_data::before,*/
  .flexible.board_list .tstyle_list td.m_hidden,
  .flexible.board_list .tstyle_list td:not([data-label])::before,
  .flexible.board_list .tstyle_list td[data-label=첨부파일],
  .flexible.board_list .tstyle_list td[data-label=처리상태]::before,
  .flexible.board_list .tstyle_list td[data-label=제목]::before,
  .flexible.board_list .tstyle_list td[data-label=링크]::before {
    display: none;
  }
  .flexible.board_list .tstyle_list td[data-label=링크] {
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .flexible.board_list .tstyle_list td[data-label=처리상태] {
    position: relative;
  }
  .flexible.board_list .tstyle_list td[data-label=처리상태] .icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .flexible.board_list .tstyle_list td[data-label=제목] a,
  .flexible.board_list .txt_title {
    font-size: 1.8rem;
    margin: 0.7rem 0;
    font-weight: 700;
    color: #000;
    white-space: normal;
    display: block;
  }
  .flexible.board_list td > *:first-of-type {
    margin-top: 0;
  }
  .flexible.board_list td[data-label="대표자 성명"]::before {
    font-weight: normal;
  }
  .flexible.board_list td[data-label="대표자 성명"] {
    font-weight: bold;
    color: #111;
  }
  /* 게시판 목록 - 스크롤형 */
  .board_list:not(:has(.gallery_list)) {
    overflow-x: auto;
    border-top: 1px solid var(--gray-70);
  }
  .board_list::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0;
  }
  .board_list::-webkit-scrollbar {
    height: 0.8rem;
  }
  .board_list::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border-radius: 0;
  }
  .board_list .tstyle_list {
    min-width: 700px;
    padding-bottom: 1rem;
  }
  /* 게시판 목록 아이콘 */
  .board_list .xi-lock {
    top: -0.3rem;
  }
  /* 게시판 내용보기 */
  .board_view .contents {
    padding: 1.5rem 0;
  }
  /* 게시판 내용보기 파일 */
  .board_view .file {
    padding: 1.5rem;
  }
  .board_view .file .title {
    display: block;
    position: static;
    width: auto;
    margin-bottom: 1rem;
    text-align: left;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .board_view .file .list .txt {
    display: none;
  }
  .board_view .file .list .link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link .btn_line {
    width: 100%;
  }
  /* 게시판 답변 */
  .board_reply {
    padding: 1.5rem 0;
  }
  .board_reply .file {
    margin: 1.5rem 0 -1.5rem;
    padding: 1rem 0;
  }
  /* 게시판 답변상황 */
  .board_state .form ul {
    display: block;
    margin: 0;
  }
  .board_state .form li {
    display: block;
    margin-bottom: 0.5rem;
  }
  .board_state .form li + li::before {
    display: none;
  }
  .board_state .form label {
    float: left;
    width: 7rem;
    margin: 0;
  }
  .board_state .form .btn {
    width: 15rem;
    margin: 1rem 0 0 7rem;
  }
  /* 게시판 코멘트 */
  .comment .list li {
    padding: 1.5rem 0;
  }
  .comment .list .btn {
    right: 0.5rem;
    top: 1rem;
  }
  .comment .list .re {
    padding-left: 2rem;
  }
  /* 공공누리 */
  [class*=codeView] {
    display: block;
  }
  [class*=codeView] img {
    margin: 0 auto 1rem;
  }
}
@media (max-width: 425px) {
  .m_hidden {
    display: none;
  }
  /* 게시판 내용 정보 */
  .board_view .info {
    padding: 1.5rem;
  }
  .board_view .txt_center {
    margin-bottom: 1rem;
  }
  /* 게시판 내용 파일 */
  .board_view .file .list li {
    padding-right: 0;
  } /*전체사진 다운로드때문에 넓이 조정*/
  .prevnext span {
    width: 10rem;
  }
  .prevnext span::before {
    width: 3rem;
  }
  .prevnext a {
    width: calc(100% - 10rem);
  }
  /* 게시판 답변 */
  .board_reply .info li[class] {
    display: block;
  }
  .board_reply .info li + li::before {
    display: none;
  }
  .board_reply .file .list li {
    padding-right: 10rem;
  }
  .board_reply .file .list .link a[target=_blank] {
    display: none;
  }
  /* 게시판 답변상황 */
  .board_state {
    margin-top: 2rem;
    padding: 1.5rem;
  }
  .board_state::before {
    display: block;
    position: static;
    margin-bottom: 0.5rem;
  }
  .board_state li {
    display: block;
  }
  .board_state li + li::before {
    display: none;
  }
  /* 게시판 코멘트 */
  .comment .form {
    margin: 2rem 0;
  }
  /* 공공누리 */
  .kogl_open .form_radio .img {
    display: block;
    float: none;
    width: 100%;
    padding: 0 0 0.5rem;
  }
}
/* 동영상 게시판 */
.gallery_list {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
}

.gallery_list.type1 li {
  width: 25%;
}

.gallery_list.type1 li .thumb {
  padding-top: 100%;
}

.gallery_list.type1 li:nth-child(3n+1) {
  clear: none;
}

.gallery_list.type1 li:nth-child(4n+1) {
  clear: both;
}

.gallery_list a {
  display: block;
}

.gallery_list a:hover .thumb::before,
.gallery_list a:hover .thumb::after,
.gallery_list a:focus .thumb::before,
.gallery_list a:focus .thumb::after {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.4s 0.1s;
  transition: all 0.4s 0.1s;
}

.gallery_list a:hover .thumb img,
.gallery_list a:focus .thumb img {
  opacity: 0.6;
}

.gallery_list a:hover .thumb,
.gallery_list a:focus .thumb {
  background-color: rgb(0, 0, 0);
}

.gallery_list .thumb {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 0;
  margin-bottom: 2rem;
  padding-top: 62%;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-radius: var(--radius-large);
}

.gallery_list .thumb img {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  width: 100%;
  min-height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery_list .thumb::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -1rem;
  font-family: "xeicon", sans-serif;
  font-size: 3.2rem;
  content: "\e9c5";
  text-align: center;
  line-height: 0;
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery_list .thumb::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: 1rem;
  font-weight: 600;
  content: "자세히 보기";
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery_list .title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gallery_list .label {
  font-weight: 400;
  color: #000;
}

.gallery_list .desc {
  display: block;
}

.gallery_list .desc > span + span::before {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 1px;
  height: 1.4rem;
  margin: 0 1rem 0 0.75rem;
  background-color: #ddd;
  content: "";
  vertical-align: middle;
}

.gallery_list .desc > span {
  display: inline-block;
  vertical-align: middle;
}

.gallery_list .desc .name {
  display: none;
}

.gallery_list .desc .name + span::before {
  display: none;
}

._blank {
  text-align: center;
  color: #3c746a;
  font-size: 2rem;
  padding: 2rem 0;
  font-weight: 700;
}

/* 갤러리 내용 */
.gallery_view {
  margin-bottom: 2rem;
  position: relative;
}

.gallery_view .thumb {
  position: relative;
  padding: 1rem 5rem;
  background-color: #2f2f2f;
}

.gallery_view .thumb .swiper-slide {
  display: block;
  overflow: hidden;
  position: relative;
  height: 10rem;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.gallery_view .thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery_view .thumb .swiper-slide-thumb-active {
  border-color: #555;
}

.gallery_view .thumb .swiper-slide-thumb-active img {
  opacity: 1;
}

.gallery_view .thumb img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery_view .list {
  margin-top: 1rem;
  text-align: center;
  position: relative;
  background: #f8f9fa;
}

.gallery_view .list .swiper-wrapper {
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
}

.gallery_view .list img {
  display: inline-block;
  max-width: 100%;
  min-height: 100%;
  max-height: 52.4rem;
}

.gallery_view .swiper-controls .swiper-button {
  position: absolute;
  top: calc(5rem + 50%);
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5.3rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}

.gallery_view .swiper-controls .swiper-button i {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gallery_view .swiper-controls .swiper-button-prev {
  left: -2.5rem;
}

.gallery_view .swiper-controls .swiper-button-prev:hover i {
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}

.gallery_view .swiper-controls .swiper-button-next {
  right: -2.5rem;
}

.gallery_view .swiper-controls .swiper-button-next:hover i {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

/*.gallery_view { margin-bottom: 2rem; }
.gallery_view .list { margin-top: 1rem; text-align: center; }
.gallery_view .list img { display: inline-block; max-width: 100%; min-height: 100%; }
.gallery_view .thumb { position: relative; padding: 0 5rem; }
.gallery_view .thumb li { padding-right: 1rem; }
.gallery_view .thumb li a { display: block; overflow: hidden; position: relative; height: 8rem; border: 2px solid #fff; background-color: #000; transition: all 0.2s; }
.gallery_view .thumb li a img { opacity: 0.7; transition: all 0.2s; }
.gallery_view .thumb .active a { border-color: #555; }
.gallery_view .thumb .active a img { opacity: 1; }
.gallery_view .thumb img { transition: all 0.2s; }
.gallery_view .thumb .bx-wrapper .bx-controls-direction a { left: -5rem; }
.gallery_view .thumb .bx-wrapper .bx-controls-direction a.bx-next { left: auto; right: -5rem; }*/
/* 동영상 내용 */
.video .desc {
  overflow: hidden;
  overflow-y: auto;
  max-height: 30rem;
  margin-top: 2rem;
  padding: 2rem 2.5rem 0;
  border: 1px solid #ddd;
  background-color: #f8f9fa;
}

.video .desc::after {
  display: block;
  height: 2rem;
  content: "";
}

.video .youtube {
  position: relative;
  height: 0;
  padding-top: 55%;
}

.video .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video .txt_center {
  margin-top: 2rem;
}

/* 웹진형 게시판 */
.blog_list {
  margin-bottom: -1px;
}

.blog_list a {
  display: block;
  overflow: hidden;
  padding: 4rem 0;
  border-bottom: 1px solid #ddd;
}

.blog_list a:hover .thumb::before,
.blog_list a:hover .thumb::after,
.blog_list a:focus .thumb::before,
.blog_list a:focus .thumb::after {
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.4s 0.1s;
  transition: all 0.4s 0.1s;
}

.blog_list a:hover .thumb img,
.blog_list a:focus .thumb img {
  opacity: 0.6;
}

.blog_list .thumb {
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 0;
  width: 30rem;
  height: 19rem;
  background-color: #000;
  color: #fff;
}

.blog_list .thumb img {
  min-width: 100%;
  min-height: 100%;
}

.blog_list .thumb::before {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: -1rem;
  font-family: "xeicon";
  font-size: 3.2rem;
  content: "\e9c5";
  text-align: center;
  line-height: 0;
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog_list .thumb::after {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: 1rem;
  font-weight: 600;
  content: "자세히 보기";
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog_list .title {
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog_list .label {
  font-weight: 400;
  color: #000;
}

.blog_list .txt {
  display: block;
  overflow: hidden;
  height: 5.2rem;
  margin-bottom: 3rem;
  color: #666;
}

.blog_list .desc {
  float: right;
  width: calc(100% - 35rem);
  padding: 2.5rem 0;
}

.blog_list .desc > span + span::before {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 1px;
  height: 1.4rem;
  margin: 0 1rem 0 0.75rem;
  background-color: #ddd;
  content: "";
  vertical-align: middle;
}

.blog_list .desc > span {
  display: inline-block;
  vertical-align: middle;
}

.blog_list .desc .name {
  display: none;
}

.blog_list .desc .name + span::before {
  display: none;
}

@media (max-width: 768px) {
  /* 동영상 게시판 */
  .gallery_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery_view .thumb {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .gallery_view .swiper-controls .swiper-button-prev {
    left: 1rem;
  }
  .gallery_view .swiper-controls .swiper-button-next {
    right: 1rem;
  }
  .gallery_view .thumb .swiper-slide {
    height: 6rem;
  }
  /* 웹진형 게시판 */
  .blog_list a {
    padding: 2rem 0;
  }
  .blog_list .thumb {
    width: 20rem;
    height: 14rem;
  }
  .blog_list .txt {
    margin-bottom: 2rem;
  }
  .blog_list .title {
    margin-bottom: 0.5rem;
  }
  .blog_list .desc {
    width: calc(100% - 22rem);
    padding: 0.5rem 0;
  }
}
@media (max-width: 400px) {
  /* 동영상 게시판 */
  .gallery_list .desc span {
    display: block;
  }
  .gallery_list .desc span::before {
    display: none !important;
  }
  /* 웹진형 게시판 */
  .blog_list .thumb {
    display: block;
    float: none;
    width: 100%;
    height: auto;
  }
  .blog_list .desc {
    float: none;
    width: 100%;
    padding: 1.5rem 0 0;
  }
}