

/* search-box */
.search-box {
  padding: 10px 0; }
  .search-box .text {
    line-height: 27px; }

/* Table css */

.col_line{
  color:#aaa !important;
  text-decoration:line-through !important;
}
.tbl_view {
  width: 100%;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border: 0;
  border-top: 2px solid #e4eaec; }
  .tbl_view th {
    text-align: center;
    background-color: #f7f7f7;
    border-color: #e4eaec;
    border-style: dotted;
    border-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    line-height: 140%; }
    .tbl_view th .icon-require {
      color: #fd0d1c; }
    .tbl_view th.block {
      background-color: #eaeaea;
      color: #bdbdbd; }
      .tbl_view th.block .icon-require {
        color: #949494; }
    .tbl_view th.warning {
      background-color: rgba(253, 13, 28, 0.05);
      color: #fd0d1c;
    }
    .tbl_view th:last-child {
      border-right-width: 0px; }
  .tbl_view td {
    height: 31px;
    padding: 8px 7px;
    border-color: #e4eaec;
    border-style: dotted;
    border-width: 0;
    border-bottom-width: 1px;
    line-height: 140%; }
    .tbl_view td .text {
      word-break: break-all;
      line-height: 27px; }
    .tbl_view td .comment {
      line-height: 27px;
      font-size: 11px; }
    .tbl_view td .link {
      text-decoration: underline;
      cursor: pointer; }
      .tbl_view td .link:hover {
        color: #00ae4a; }
    .tbl_view td .link.red {
      color: red; }
      .tbl_view td .link.red:hover {
        color: #d10000; 
        text-decoration: underline;}
    .tbl_view td .link.blue {
      color: blue; }
      .tbl_view td .link.blue:hover {
        color: #0000c9; 
        text-decoration: underline;}    
    .tbl_view td.block {
      background-color: #fdfdfd;
      color: #dddddd; }
    .tbl_view td img {
      max-width: 100%; } 
    .tbl_view tr.warning {
      background-color: rgba(253, 13, 28, 0.05);
    }
  .tbl_view .text-err {
    line-height: 140%;
    font-size: 11px;
    color: #fd0d1c; }
  .tbl_view .selected {
    background-color: #e4eaec; }

.tbl_list {
  width: 100%;
  min-width: 1280px;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-top: 2px solid #e4eaec; 
  table-layout: fixed }
  .tbl_list th {
    padding: 5px 0;
    font-size: 11px;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #e4eaec;
    border-top-width: 0;
    line-height: 120%; }
    .tbl_list th:first-child {
      border-left-width: 0; }
    .tbl_list th:last-child {
      border-right-width: 0; }
  .tbl_list td {
    padding: 8px 5px;
    text-align: center;
    border: 1px dotted #e4eaec;
    border-top-width: 0;
    line-height: 140%; }
    .tbl_list td:first-child {
      border-left-width: 0; }
    .tbl_list td:last-child {
      border-right-width: 0; }
    .tbl_list td.block {
      background-color: #f6f6f6;
      color: #dddddd; }
  .tbl_list tr:nth-child(even) {
    background-color: #fafafa; }
  .tbl_list tr:hover {
    background-color: #efefef; }
  .tbl_list tr.default {
    background-color: #ffffff; }
  .tbl_list tr.warning {
    background-color: rgba(253, 13, 28, 0.05); }
  .tbl_list tr.yellow {
    background-color: rgba(255, 255, 204, 0.5);
  }
  .tbl_list .chkbox {
    padding: 0; }
  .tbl_list .sort {
    color: #00ae4a;
    font-size: 11px;
    cursor: pointer; }
  .tbl_list .link {
    text-decoration: none;
    cursor: pointer; }
    .tbl_list .link:hover {
      color: #00ae4a; }
      .tbl_list .link:hover * {
        color: #00ae4a; }
  .tbl_list .memo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px; }
  .tbl_list .sm-text {
    font-size: 11px; }


    .btn_box {
        border: 1px solid #cfd4d5;
        height: 27px;
        padding: 0 5px;
        background-color: #ffffff;
        font-size: 11px;
        font-weight: bold;
        display: inline-block;
        vertical-align: bottom;
        line-height: 25px;
        cursor: pointer;
        color: #656565; }
        .btn_box:hover {
          color: #00ae4a; }
        .btn_box:focus {
          box-shadow: none;
          outline: none; }
        .btn_box.green {
          background-color: rgba(55, 188, 155, 0.3);
          border-color: transparent;
          padding: 0px 15px;
          text-decoration: underline !important; }
          .btn_box.green:hover {
            color: #00ae4a !important; }
        .btn_box.gray {
          background-color: #e4eaec;
          border-color: transparent;
          padding: 0px 15px;
          text-decoration: underline !important; }
          .btn_box.gray:hover {
            color: #00ae4a !important; }
      
      .btn-search {
        height: 27px;
        display: inline-block;
        vertical-align: bottom;
        outline: none;
        padding: 0 10px;
        background-color: transparent;
        color: #999999;
        font-size: 12px;
        border-width: 0;
        border-bottom: 1px solid #e4eaec; }
        .btn-search.hover, .btn-search:hover {
          color: #656565; }
        .btn-search.focus, .btn-search:focus {
          box-shadow: none;
          outline: none; }
        .btn-search.btn-search-icon {
          min-width: auto; }
      
      .btn_action {
        border: 1px solid #58ceb1;
        height: 32px;
        padding: 0 15px;
        background-color: #37bc9b;
        font-size: 11px;
        font-weight: bold;
        display: inline-block;
        vertical-align: bottom;
        line-height: 32px;
        cursor: pointer;
        text-decoration: none;
        color: #ffffff; }
        .btn_action:hover {
          color: #ffffff;
          text-decoration: none; }
        .btn_action:focus {
          box-shadow: none;
          outline: none; }
      
      .btn-blank {
        height: 27px;
        display: inline-block;
        vertical-align: bottom;
        outline: none;
        padding: 0 10px;
        background-color: transparent;
        color: #999999;
        font-size: 16px;
        border-width: 0; }
        .btn-blank.hover, .btn-blank:hover {
          color: #656565; }
        .btn-blank.focus, .btn-blank:focus {
          box-shadow: none;
          outline: none; }
        .btn-blank.btn-search-icon {
          min-width: auto; }
      
      .btn-main-linker {
        position: absolute;
        right: 0px;
        bottom: 40px;
        display: inline-block;
        width: 200px;
        height: 50px;
        line-height: 48px;
        font-size: 16px;
        color: #ff6600;
        border: 1px solid #ff6600;
        border-radius: 25px;
        text-align: center; }
        .btn-main-linker:hover {
          color: #ff6600;
          text-decoration: none; }
      
      .icon-red {
        font-size: 16px;
        color: #fd0d1c; }
      
/* 반응형 */
@media only screen and (max-width: 414px) {
  .act-wrap .act-con-wrap .act-con .act-info .act-info-top h2 {
    display: block;    
    margin-bottom: 20px;
  }
  .act-wrap .act-con-wrap .act-con .act-info .act-info-top a {
    float: none;
  }
}