@charset "UTF-8";
table.confer th, table.confer td {
  padding: 5px 0;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #eee; }
table.confer tbody th {
  padding-left: 15px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
table.confer tbody th:hover {
  color: #4CC3C4; }
table.confer tbody td {
  padding: 0; }
table.confer tbody td a {
  display: block;
  height: 38px; }
table.confer tbody td.selected a {
  background-color: #ccc; }
table.confer tbody td:nth-child(2n) {
  border-color: #eee; }
table.confer .first {
  width: 120px;
  border-left: 0; }
table.confer td.on {
  background-color: #FFE5BE; }
table.confer td:hover, table.confer td.selected {
  background-color: #ccc; }
table.confer .i_search {
  float: right;
  margin: 4px -10px 0 0;
  cursor: pointer; }
table {
  margin-top: 5px; }
table.list {
  table-layout: fixed;
  border-top: 2px solid #333; }
table.list thead th {
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
  border-bottom: 1px solid #cfcfcf;
  background: #f5f5f5; }
table.list th, table.list td {
  padding: 12px 10px;
  white-space: normal;
  border-bottom: 1px solid #ddd;
  word-break: break-all;
  word-wrap: break-word;
  text-align: left; }
table.list tbody tr:hover {
  background: #fcfbf2; }
table.list tbody th {
  padding-left: 15px;
  padding-right: 15px;
  background: #F5FBFC;
  border-right: 1px solid #eee; }
table.list tbody td > a {
  color: #000; }
table.list tbody td > a:hover {
  color: #6b63ea;
  text-decoration: underline; }
table.list tbody td.subject, table.list tbody td.tl {
  text-align: left;
  padding-left: 10px; }
table.list tbody td.subject a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
table.list tbody td.subject img {
  margin-right: 7px; }
table.list tbody td.reply {
  padding-left: 30px;
  background: url("../img/i_reply.png") no-repeat 12px 13px; }
table.list tbody td.task_update {
  background: #f4f4f4;
  text-align: left; }
table.list tbody td.task_update ul li {
  list-style-type: disc; }
table.list tbody td.depth1 {
  text-align: left;
  font-weight: bold;
  padding-left: 15px;
  font-size: 12px; }
table.list tbody td.depth2 {
  text-align: left;
  padding-left: 30px;
  font-size: 12px; }
table.list tbody td.approval_status button {
  width: 100%;
  margin-top: 3px;
  height: 20px;
  line-height: 20px !important;
  font-size: .86em;
  border-color: #1f61b9;
  color: #1f61b9;
  background: #fff; }
table.list tbody td.approval_status button:hover {
  background: #1f61b9;
  color: #fff; }
table.list tbody td.approval_status span {
  color: #a6a6a6; }
table.list tbody.tb .task_depth1 {
  padding: 0;
  margin-right: 5px;
  font-weight: bold; }
table.list tbody.tb .task_depth2 {
  padding-left: 15px;
  margin-right: 5px;
  font-weight: normal; }
table.list tbody.tb .task_option1 {
  width: 12px;
  height: 12px;
  overflow: hidden;
  background: url(../../img/ic_task_option.png) no-repeat 0 0; }
table.list tbody.tb .task_option2 {
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background: url(../../img/ic_task_option.png) no-repeat 0 -15px; }
table.list tbody td .dview {
  display: inline-block;
  background: url(../../img/ic_task_option.png) no-repeat 5px -15px;
  width: 17px;
  height: 12px;
  text-indent: 0;
  font-size: 0; }
table.list tbody td .dmore {
  display: inline-block;
  background: url(../../img/ic_task_option.png) no-repeat 5px 0;
  width: 17px;
  height: 12px;
  text-indent: 0;
  font-size: 0; }
table.list tfoot td {
  padding: 6px 3px 7px;
  background: #F8f8f8;
  border-top: 1px solid #eee;
  text-align: center; }
table.list .resource_logo {
  display: inline-block;
  width: 50px; }
table.list .resource_logo a {
  display: block; }
table.list .resource_logo a img {
  width: 100%;
  height: auto; }
table.view tfoot td {
  padding: 6px 3px 7px;
  background: #F8f8f8;
  border-top: 1px solid #eee;
  text-align: center; }
table.list tfoot th, table.view tfoot th {
  padding: 6px 15px 7px;
  background: #f8f8f8;
  border-top: 1px solid #eee; }
table.bordered th {
  border-top: 1px solid #cfcfcf !important;
  color: #555 !important;
  background: #f8f8f8 !important; }
table.bordered th, table.bordered td {
  border-right: 1px solid #cfcfcf;
  border-color: #cfcfcf !important; }
table.bordered th:first-child, table.bordered td:first-child {
  border-left: 1px solid #cfcfcf; }

.board_search_wrap {
  margin-top: 10px;
  text-align: center; }
.board_search_wrap select.form {
  width: auto; }
.board_search_wrap .search_form {
  display: inline-block;
  width: 150px;
  margin-top: 0;
  height: 26px;
  line-height: 26px;
  top: 1px; }
.board_search_wrap .search_form a {
  width: 24px;
  height: 24px; }
.board-paging {
  margin: 15px 0;
  text-align: center; }
.board-paging a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px; }
.board-paging > a:focus {
  outline: 1px dotted #555; }
.board-paging ul {
  display: inline-block;
  margin: 0 10px; }
.board-paging ul li {
  display: inline-block;
  margin: 0 5px; }
.board-paging ul li a {
  margin: 0 2px;
  color: #666; }
.board-paging ul li a:hover, .board-paging ul li a:focus, .board-paging ul li a:active {
  color: #0c78bb;
  font-weight: 500; }
.board-paging ul li strong {
  display: inline-block;
  margin: 0 5px;
  color: #338ae0; }

.paging2 a {
  margin: 0 5px; }

.btn_wrap .board-paging {
  margin: 0;
  display: inline-block; }
.taskTable {
  border-left: 1px solid #c9c9c9; }
.taskTable thead th {
  height: 32px;
  color: #fff;
  font-weight: normal;
  background: #284565; }
.taskTable thead td {
  height: 32px;
  font-size: 11px;
  text-align: center;
  background: #f0f1f6; }
.taskTable td {
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9; }
.taskTable tbody td, .taskTable tfoot td {
  padding: 15px;
  vertical-align: top; }
.taskTable .label {
  padding: 5px;
  font-size: 11px;
  text-align: center;
  border: 1px solid #c9c9c9; }
.taskTable .label span {
  display: inline-block;
  margin-right: 3px;
  width: 10px;
  height: 10px;
  vertical-align: middle; }
.taskTable .label .label_bar2 {
  margin-left: 5px; }
.taskTable .poll_graph .tt {
  display: block;
  margin: 10px 0;
  height: 32px;
  font-weight: normal;
  line-height: 1.4; }
.taskTable .poll_graph .progress_bar {
  display: block;
  margin-bottom: 3px;
  width: auto; }
.taskTable .poll_graph .progress_bar .progress {
  height: 15px;
  border: 0 none; }
.taskTable .poll_graph .progress_bar .progress .bar {
  height: 15px; }
.taskTable .cooper_graph {
  text-align: center; }
.taskTable .cooper_graph .tt {
  display: block; }
.taskTable .cooper_graph .progress_bar_v {
  margin: 30px 0 30px -4px;
  width: 65px; }
.taskTable tfoot td {
  background: #f6f7f9;
  line-height: 1.4; }
.taskTable tfoot ul li {
  margin-bottom: 4px;
  padding-left: 10px;
  background: url(../img/nav_ic.png) no-repeat left 6px; }
table.view {
  border-top: 2px solid #333;
  border-collapse: separate; }
table.view tr.line {
  border-top: 1px dashed #ddd; }
table.view th, table.view td {
  padding: 12px 10px;
  border-bottom: 1px dotted #ddd; }
table.view th {
  font-weight: bold;
  font-size: 12px;
  text-align: left; }
table.view td {
  padding: 7px 10px;
  word-break: break-all; }
table.view td em {
  font-size: 9px;
  margin: 0 5px; }
table.view td .writer_form {
  /* writer_form */ }
table.view td .writer_form .writer {
  float: left; }
table.view td .writer_form .metadata {
  float: right; }
table.view td .writer_form .metadata strong {
  margin-left: 10px; }
table.view td .view_content {
  margin: 20px 0; }
table.view td .view_content.faq_content {
  position: relative;
  margin: 20px;
  padding: 0; }
table.view td .view_content.faq_content p {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 10px 10px 95px;
  min-height: 70px; }
table.view td .view_content.faq_content p:before, table.view td .view_content.faq_content p:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px; }
table.view td .view_content.faq_content p:before {
  content: "Q";
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 1;
  border-radius: 1.5em;
  background: #1f61b9;
  border-radius: 50%;
  font-size: 32px;
  color: #fff;
  text-align: center;
  padding-top: 7px; }
table.view td .view_content.faq_content .q {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 20px; }
table.view td .view_content.faq_content .q:before {
  content: "Q"; }
table.view td .view_content.faq_content .q:after {
  height: 1px;
  top: auto;
  left: 95px;
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted #ddd; }
table.view td .view_content.faq_content .a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #929292;
  padding-top: 0; }
table.view td .view_content.faq_content .a:before {
  content: "A";
  top: 0;
  background: #fd922c; }
table.list.list2 {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
table.list.list2 td {
  padding-left: 7px;
  padding-right: 7px;
  border-left: 1px solid #eee; }
table.view.list2 td {
  padding-left: 7px;
  padding-right: 7px;
  border-left: 1px solid #eee; }
table.list2 tbody th {
  background: #F5FBFC;
  white-space: nowrap; }
table.list2 tfoot th {
  color: #4CC3C4;
  text-align: center; }
table.list2 + table.list2 {
  margin-top: -1px;
  border-top: 1px solid #eee; }
table.list2.result {
  border: 0; }
table.list2.result th, table.list2.result td {
  background: #4CC3C4;
  color: #fff; }
table.write {
  border-top: 2px solid #333;
  border-collapse: separate; }
table.write th, table.write td {
  border-bottom: 1px solid #ddd;
  padding: 12px 10px; }
table.write th {
  padding-right: 15px;
  height: 27px;
  text-align: left;
  background: #fff;
  font-weight: bold;
  word-break: break-all;
  text-align: right; }
table.write td {
  text-align: left; }
table.write td img {
  vertical-align: middle; }
table.write td .p {
  margin: .5em 0 .3em; }
table.write td.substance {
  padding: 15px; }
table.write td.imp {
  color: #E43F14;
  font-weight: bold; }
table.write td.ans {
  background: #333;
  overflow: hidden; }
table.write td.ans .dfr {
  background: #fff;
  overflow: hidden;
  padding: 0;
  margin: 0; }
table.write td.ans .dfr dl {
  padding: 0;
  margin: 0; }
table.write td.ans .dfr dl dt {
  display: inline;
  float: left;
  padding: 0 10px 0 0;
  margin: 0; }
table.write td.ans .dfr dl dd {
  display: inline;
  float: left;
  padding: 0;
  margin: 0; }
table.write td a {
  font-size: 11px;
  display: inline-block; }
table.write td .pgap {
  margin-bottom: 5px; }
table.write td .recommend_group img {
  margin: 0; }
table.write th .ex {
  font-size: 11px;
  font-weight: normal; }
table.write .write_board_content {
  min-height: 100px; }
table .notice a {
  color: #ff8400 !important;
  font-weight: 500;
  margin-right: 4px; }
table td ~ span {
  vertical-align: middle; }
table .added_file, table .bullet_new {
  position: relative;
  top: 3px;
  text-indent: -99999px; }
table .added_file {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../img/btn_clip.png") no-repeat center -2px;
  background-size: 20px; }
table .bullet_new {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/ico_new_2.gif") no-repeat center center; }
table th.required:after {
  content: "*";
  position: relative;
  top: -4px;
  color: #ef413a;
  margin-left: 4px;
  font-weight: 700; }
table td .label_form {
  display: inline-block;
  margin-right: 10px;
  height: 26px;
  line-height: 24px; }
table th.normal, table td.normal {
  background: #deffe7 !important;
  color: #31cf5a !important; }
table th.warning, table td.warning {
  background: #fff8da !important;
  color: #d5b20c !important; }
table th.danger, table td.danger {
  background: #ffe6e5 !important;
  color: #e73229 !important; }

td .btn_wrap {
  margin-top: 0; }

.msg_content {
  position: relative; }
.msg_content.preview {
  display: inline-block;
  width: 242px;
  height: 156px;
  border: 1px solid #cfcfcf; }
.msg_content .left_byte {
  position: absolute;
  bottom: .4em;
  right: .8em;
  font-size: 11px;
  color: #929292; }
#task_st_cd .user_serarch_wrap .thumbnail2, .member_list .user_serarch_wrap .thumbnail2 {
  margin-top: 0; }
#task_st_cd .user_serarch_wrap .thumbnail2.layer_dept_member_list li, .member_list .user_serarch_wrap .thumbnail2.layer_dept_member_list li {
  margin-top: 0; }

td .feed_slider {
  margin: 0; }

td .thumbInfo .thumb {
  margin-right: 15px; }

td .search_form {
  margin: 0; }

td .filesearch {
  margin: 0;
  padding: 0; }
td .filesearch label {
  display: none; }
td .filesearch .fileInput {
  width: 77%; }

.board + .btn_wrap {
  margin-bottom: 0; }
.board + .btn_wrap button.fr {
  margin-left: 5px; }
.board + .btn_wrap button.fl {
  margin-right: 5px; }
.board.board_multiple h4 {
  margin-top: 20px; }
.board.board_multiple table {
  margin-bottom: 40px; }

.submit_wrap table.write {
  width: 100%;
  border: 0px;
  margin: 0;
  border-top: 1px dashed #ddd; }
.submit_wrap .btn_wrap {
  margin-top: 8px; }

#content .submit_wrap {
  margin: 10px 0; }

.submit_wrap {
  position: relative;
  border: 1px solid #bbb;
  padding: 8px 15px;
  background: #fff; }
.submit_wrap h3, .submit_wrap .title h3 {
  background: url(../../img/ic_file.gif) no-repeat 0 center;
  font-size: 13px;
  font-weight: bold;
  padding-left: 11px;
  margin-bottom: 6px; }
.submit_wrap .submitbtn {
  display: block;
  text-align: center;
  margin-top: 25px; }
.submit_wrap .submitclose {
  position: absolute;
  top: 3px;
  right: 3px; }
.submit_wrap .submitclose a {
  display: block;
  padding: 10px; }
.submit_wrap .tx {
  padding: 20px;
  line-height: 22px;
  text-align: center;
  border: 1px dashed #DDD; }
.submit_wrap.size {
  width: 570px; }
.submit_wrap.size1 {
  width: 370px; }
.submit_wrap.size2 {
  width: 300px; }

.table_scroll_header table {
  margin: 0 !important; }

.table_scroll_body {
  position: relative;
  max-height: 350px;
  overflow-y: auto;
  border-bottom: 1px solid #cfcfcf;
  -ms-overflow-style: none; }
.table_scroll_body::-webkit-scrollbar {
  display: none; }
.table_scroll_body table {
  margin: 0 !important; }
.table_scroll_body .scroll_guide {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 100px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.6) url("../img/scroll_guide.png") no-repeat center center;
  background-size: 80%; }

iframe[title="스마트에디터"] {
  min-width: 612px;
  border: 0;
  overflow: hidden; }

.view_content, .write_board_content {
  min-height: 150px; }

.search_result_tables .board {
  margin-bottom: 40px; }
.search_result_tables .board:last-of-type {
  margin-bottom: 0; }

#content_t_calendar {
  padding-top: 15px; }

/* @media screen and (max-width: 620px) {
  .responsive_table {
    padding: 0 15px 15px;
    min-height: 100%;
    background: #fff;}
  .responsive_table table {
    text-align: left;}
  .responsive_table table colgroup col {
    width: auto !important; }
  .responsive_table table colgroup col:first-child {
    width: 100% !important; }
  .responsive_table table thead {
    display: none; }
  .responsive_table table tr {
    border-bottom: 1px solid #333; }
  .responsive_table table tr th, .responsive_table table tr td {
    position: relative;
    display: block;
    padding-left: 70px !important; }
  .responsive_table table tr th:before, .responsive_table table tr td:before {
    content: attr(data-label);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 70px;
    text-align: right;
    color: #555;
    font-weight: 700;
    padding-right: 20px;
    z-index: 1; }
  .responsive_table table tr th:last-child, .responsive_table table tr td:last-child {
    border-bottom: 0; }
  .responsive_table table tr th {
    text-align: left;
    padding-left: 70px; }
  .responsive_table table tr th:before {
    display: none; }
  .responsive_table table.view tr, .responsive_table table.write tr {
    display: block;
    border-bottom: 1px solid #ddd; }
  .responsive_table table.view th, .responsive_table table.write th {
    display: none; }
  .responsive_table table.view td.view_content_container, .responsive_table table.write td.view_content_container {
    padding: 7px 10px !important; }
  .responsive_table table.view td.view_content_container .faq_content, .responsive_table table.write td.view_content_container .faq_content {
    margin: 0 !important; }
  .responsive_table table.view td.view_content_container:before, .responsive_table table.write td.view_content_container:before {
    display: none; }
  .responsive_table table.view td .writer_form .writer, .responsive_table table.view td .writer_form .metadata, .responsive_table table.write td .writer_form .writer, .responsive_table table.write td .writer_form .metadata {
    float: none;
    display: block; }
  .responsive_table table.view td .writer_form .metadata, .responsive_table table.write td .writer_form .metadata {
    margin-top: 5px;
    font-size: 11px;
    color: #999; }
  .responsive_table table.view td .writer_form .metadata strong, .responsive_table table.write td .writer_form .metadata strong {
    margin: 0; }
  .responsive_table table.view td .writer_form .metadata span, .responsive_table table.write td .writer_form .metadata span {
    margin-right: 10px; }
  .responsive_table table.view td .ulManualBoxWrap, .responsive_table table.write td .ulManualBoxWrap {
    overflow: auto;
    min-height: 105px; }
  .responsive_table table.write td {
    height: auto; }
  .responsive_table table.write td .feed_slider_box ul li {
    margin-bottom: 5px; }
  .responsive_table table.write .required + td:after {
    content: "*";
    color: red;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 52px;
    transform: translateY(-80%); }

  .responsive_table .board-paging ul li {
    margin: 0 2px;
  }

  .comment_content .reply_info_module_2 {
    position: relative !important; }
  .comment_content .reply_info_module_2 button {
    padding: 0 8px 0 4px !important; }
  .comment_content .reply_info_module_2 button:first-child {
    padding-left: 0 !important; } } */


 @media screen and (max-width: 620px) {
    .responsive_table {
        min-height: 100%;
        background: #fff;
        padding: 0 15px 15px;
    }
    .responsive_table table {
        text-align: left;
    }
    .responsive_table table colgroup col {
        width: auto !important;
    }
    .responsive_table table colgroup col:first-child {
        width: 100% !important;
    }
    .responsive_table table thead {
        display: none;
    }
    .responsive_table table tr {
        border-bottom: 1px solid #333;
    }
    .responsive_table table tr th,
    .responsive_table table tr td {
        position: relative;
        display: block;
    }
    .responsive_table table tr th:before,
    .responsive_table table tr td:before {
        content: attr(data-label);
        position: absolute;
        /* top: 50%; */
        top: 7px;
        left: 0;
        /* transform: translateY(-50%); */
        width: 70px;
        text-align: right;
        color: #555;
        font-weight: 700;
        padding-right: 20px;
        z-index: 1;
    }
    .responsive_table table tr th:last-child,
    .responsive_table table tr td:last-child {
        border-bottom: 0;
    }
    .responsive_table table tr th {
        text-align: left;
        padding-left: 70px;
    }
    .responsive_table table tr th:before {
        display: none;
    }

    .responsive_table table.list tr {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ddd;
        position: relative;
        display: block;
    }

    .responsive_table table.list tr th, .responsive_table table.list tr td {
        float: left;
        border-bottom: 0;
        padding-left: 10px !important;
    }

    .responsive_table table.list tr th:before, .responsive_table table.list tr td:before {
        display: none;
    }

    .responsive_table table.list tr td.tl,
    .responsive_table table.list tr td[data-label=이름] {
        width: 100%;
        padding-bottom: 0 !important;
    }

    .responsive_table table.list tr td.tl {
        padding-right: 60px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .responsive_table table.list tr td[data-label=상황제목] {
        width: calc( 100% - 90px );
    }

    .responsive_table table.list tr td[data-label=작성일],
    .responsive_table table.list tr td[data-label=출처],
    .responsive_table table.list tr td[data-label=보도일자] {
        font-size: 11px;
        color: #999;
        padding-top: 5px !important;
    }

    .responsive_table table.list tr td[data-label=출처] {
        color: #1f61b9;
        font-weight: 700;
    }

    .responsive_table table.list tr td[data-label=등록일자],
    .responsive_table table.list tr td[data-label=상황공지문서],
    .responsive_table table.list tr td[data-label=대상],
    .responsive_table table.list tr td[data-label=No] {
        display: none;
    }

    .responsive_table table.list tr td[data-label=조회] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        background: #f5f5f5;
        font-size: 14px;
        font-weight: 900;
        text-align: center;
        padding: 14px 0 !important;
    }

    .responsive_table table.list tr td[data-label=조회]:after {
        content: "조회";
        display: block;
        font-size: 11px;
        color: #999;
        font-weight: normal;
        margin-top: 3px;
    }

    .responsive_table table.list tr td[data-label=언론사] {
        display: none;
    }

    .responsive_table .search_wrap {
        display: none;
    }

    .responsive_table table.view tr,
    .responsive_table table.write tr {
        display: block;
        border-bottom: 1px solid #ddd;
    }
    .responsive_table table.view th,
    .responsive_table table.write th {
        display: none;
    }
    .responsive_table table.view td.view_content_container,
    .responsive_table table.write td.view_content_container {
        padding: 7px 10px !important;
    }
    .responsive_table table.view td.view_content_container .faq_content,
    .responsive_table table.write td.view_content_container .faq_content {
        margin: 0 !important;
    }
    .responsive_table table.view td.view_content_container:before,
    .responsive_table table.write td.view_content_container:before {
        display: none;
    }
    .responsive_table table.view td .writer_form .writer,
    .responsive_table table.view td .writer_form .metadata,
    .responsive_table table.write td .writer_form .writer,
    .responsive_table table.write td .writer_form .metadata {
        float: none;
        display: block;
    }
    .responsive_table table.view td .writer_form .metadata,
    .responsive_table table.write td .writer_form .metadata {
        margin-top: 5px;
        font-size: 11px;
        color: #999;
    }
    .responsive_table table.view td .writer_form .metadata strong,
    .responsive_table table.write td .writer_form .metadata strong {
        margin: 0;
    }
    .responsive_table table.view td .writer_form .metadata span,
    .responsive_table table.write td .writer_form .metadata span {
        margin-right: 10px;
    }
    .responsive_table table.view td .ulManualBoxWrap,
    .responsive_table table.write td .ulManualBoxWrap {
        overflow: auto;
        min-height: 105px;
    }
    .responsive_table table.view td,
    .responsive_table table.write td {
        height: auto;
        padding-left: 70px;
    }
    .responsive_table table.write td .file_addlist {
        float: none;
    }
    .responsive_table table.write td .feed_slider_box ul li {
        margin-bottom: 5px;
    }
    .responsive_table table.write .required+td:after {
        content: "*";
        color: red;
        font-size: 14px;
        position: absolute;
        /* top: 50%; */
        top: 0;
        left: 52px;
        /* transform: translateY(-80%); */
    }

    .responsive_table .board-paging ul li {
        margin: 0 2px;
    }

    .comment_content .reply_info_module_2 {
        position: relative !important;
    }
    .comment_content .reply_info_module_2 button {
        padding: 0 8px 0 4px !important;
    }
    .comment_content .reply_info_module_2 button:first-child {
        padding-left: 0 !important;
    }

    /* 2017-10-30 경조사 반응형 테이블 */
    .responsive_table table.list tr td[data-label=경조사등록일자] {
        display: none;
    }
    .responsive_table table.list tr td[data-label=경조사구분],
    .responsive_table table.list tr td[data-label=경조사제목] {
        padding-bottom: 0;
    }
    .responsive_table table.list tr td[data-label=경조사등록자],
    .responsive_table table.list tr td[data-label=경조사발생일자] {
        padding-top: 5px;
        margin-left: 60px;
    }

    .responsive_table table.list tr td[data-label=경조사구분] {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding: 0 !important;
        text-align: center;
        font-size: 12px;
        background: #f5f5f5;
        width: 60px;
        text-align: center;
        font-weight: 700;
    }
    .responsive_table table.list tr td[data-label=경조사구분] span {
        display: table;
        width: 100%;
        height: 100%;
    }
    .responsive_table table.list tr td[data-label=경조사구분] span b {
      display: table-cell;
      vertical-align: middle;
    }
    .responsive_table table.list tr td[data-label=경조사등록자] {
        margin-left: 0;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 120px;
    }

    .responsive_table table.list tr td[data-label=경조사제목] {
        width: 100%;
        padding-bottom: 0;
        padding-left: 70px !important;
    }

    /* 주간회의 반응형 테이블 */
    .responsive_table table.list tr td[data-label=회의제목] {
        width: 100%;
        padding-right: 50px;
        padding-bottom: 0;
    }
    .responsive_table table.list tr td[data-label=회의첨부파일],
    .responsive_table table.list tr td[data-label=회의작성일자],
    .responsive_table table.list tr td[data-label=회의작성자] {
        padding-top: 5px;
    }

    .responsive_table .title .btn_wrap_responsive {
        position: static;
        text-align: left !important;
    }

}


/* 추가 201904*/
table.list.ch_terms td, pre {font-size:2rem; font-family:'Noto Sans KR'; white-space: pre-wrap; word-wrap: break-word;}
