@charset "UTF-8";
.notice {
  padding: 20px;
  padding-top: 10px; }
  .notice .section-content {
    padding: 0; }
    .notice .section-content .row {
      padding: 0 10px;
      margin: 0; }
      .notice .section-content .row .fl button {
        color: #666666;
        min-width: 81px;
        height: 33px;
        margin: 10px 0; }
    .notice .section-content__search-box {
      display: inline-block;
      margin: 10px 0;
      position: relative;
      width: 290px; }
      .notice .section-content__search-box a.search-text-searchBtn {
        position: absolute;
        top: 43%;
        left: 15px;
        cursor:auto;
        transform: translateY(-43%); }
  .notice .form-group {
    margin: 0 10px; }
    .notice .form-group table.center {
      margin-top: 0 !important; }

.notice-table__td__title {
  padding-left: 30px !important;
  word-break: break-all;
  word-wrap: break-word; }
  .notice-table__td__title a {
    color: #333333; }
    .notice-table__td__title a:hover {
      color: #cccccc; }
  .notice-table__td__title .new {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a50034;
    padding-left: 5px;
    vertical-align: middle; }
  .notice-table__td__title p {
    margin: 0; }

.notice-table.mobile-block td {
  border: none;
  border-bottom: 1px solid #ddd;
  word-break: break-all; }

/* .notice-table.mobile-block tr:first-child td {
  border-top: 1px solid #ddd; } */

.notice-table__list tr.active td {
  background: #f5f5f5; }

.notice-table__list th {
  color: #777777; }

.notice-table__view {
	word-break: break-all;
}
.notice-table__view .tit {
  font-size: 16px; }
  .notice-table__view .tit.date-td {
    border-left: 0;
    border-right: 0;
    color: #777777;
    font-size: 14px;
    text-align: right;
    min-width: 200px; }
    .notice-table__view .tit.date-td img {
      margin-bottom: 2px;
      margin-right: 7px; }
  .notice-table__view .tit__writer {
    font-size: 14px;
    padding: 8px 0; }

.notice-table__view .last {
  border-bottom: 1px solid #e5e5e5; }

.notice-table__view td {
  border: 0;
  height: 30px; }
  .notice-table__view td.write-td {
    padding-bottom: 20px; }
  .notice-table__view td .writer {
    color: #555555;
    margin-right: 15px; }
    .notice-table__view td .writer__name {
      color: #777777; }
  .notice-table__view td .content {
    margin: 30px 0;
    min-height: 100px; }

.notice-table__insert .tit.date-td, .notice-table__edit .tit.date-td {
  border-left: 0;
  border-right: 0; }

.notice-table__insert tbody, .notice-table__edit tbody {
  width: 100%;
  display: inline-table; }

.notice-table__insert th, .notice-table__edit th {
  border-top: 0 !important;
  color: #555555;
  font-size: 16.5px;
  padding-top: 30px !important;
  vertical-align: top !important;
  text-align: right;
  min-width: 120px;
  width: 120px; }

.notice-table__insert td, .notice-table__edit td {
  border: 0;
  padding-left: 30px !important; }
  .notice-table__insert td .content, .notice-table__edit td .content {
    margin: 20px 0;
    min-height: 200px; }
    .notice-table__insert td .content textarea, .notice-table__edit td .content textarea {
      border: 1px solid #d0d1d2;
      border-radius: 3px;
      height: 100%; }
      .notice-table__insert td .content textarea.vresize, .notice-table__edit td .content textarea.vresize {
        resize: vertical; }
  .notice-table__insert td .possible-place, .notice-table__edit td .possible-place {
    height: 40px; }
    .notice-table__insert td .possible-place__text, .notice-table__edit td .possible-place__text {
      float: left;
      height: 40px;
      line-height: 40px; }
    .notice-table__insert td .possible-place__button, .notice-table__edit td .possible-place__button {
      float: left;
      width: 80px;
      height: 40px;
      font-size: 12px;
      margin-left: 15px; }
      .notice-table__insert td .possible-place__button button, .notice-table__edit td .possible-place__button button {
        min-width: 100%;
        height: 100%;
        font-size: inherit; }
    .notice-table__insert td .possible-place__result, .notice-table__edit td .possible-place__result {
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 3.93;
      letter-spacing: normal;
      text-align: left;
      color: #555555;
      position: relative;
      padding-left: 18px; }
      .notice-table__insert td .possible-place__result:before, .notice-table__edit td .possible-place__result:before {
        content: "ㄴ";
        position: absolute;
        left: 0;
        top: -3px;
        font-size: 14px;
        color: #999999; }
    .notice-table__insert td .possible-place .sticker, .notice-table__edit td .possible-place .sticker {
      display: inline-block;
      width: auto;
      vertical-align: middle;
      padding: 2px 20px 2px 10px;
      background-color: #ffffff;
      border-radius: 30px;
      border: solid 1px #d0d1d2;
      color: #333333;
      font-size: 12px;
      line-height: 1.36;
      text-align: center;
      height: 22px;
      position: relative;
      margin-right: 8px;
      width: fit-content;
      cursor: default; }
      .notice-table__insert td .possible-place .sticker a.close-btn, .notice-table__edit td .possible-place .sticker a.close-btn {
        cursor: pointer;
        width: 8px;
        height: 7px;
        position: absolute;
        right: 7px;
        top: 7px;
        background: url(/images/common/ic_close_bl.png) no-repeat center transparent; }
  .notice-table__insert td.chkTd, .notice-table__edit td.chkTd {
    border-left: 0; }

.notice-table__chk {
  display: inline-block;
  max-width: 300px; }
  .notice-table__chk label {
    padding: 0 0 0 25px !important; }
    .notice-table__chk label[for="importantChk"] {  /* 모바일 글자 잘림현상으로 94px 100px로 늘림 seungtae.lee 2019.08.19 */
      max-width: 100px;
      white-space: normal;
      word-wrap: break-word;
      line-height: 1; }

.notice-table__help {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  background-image: url(/images/common/ico-help.png);
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  vertical-align: sub;
  position: absolute;
  top: 50%;
  transform: translateY(-30%); }
  .notice-table__help:hover .notice-table__help--box {
    display: block; }
  .notice-table__help--box {
    display: none;
    position: absolute;
    z-index: 1;
    left: -66px; /* 40px에서 66px 변경 모바일 다국어 지원으로 인함  seungtae.lee 2019.08.19 */
    bottom: calc(100% + 15px);
    width: 150px; /* 100px 에서 150px 변경 모바일 다국어 지원으로 인함 seungtae.lee 2019.08.19 */
    /* height: 80px; */
    border-radius: 3px;
    background-color: #25292d;
    padding: 12px 6px; }
    .notice-table__help--box:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #25292d;
      border-width: 5px;
      margin-left: -5px; }
    .notice-table__help--box > * {
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.4;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      text-shadow: none; }

.notice-table__optionrow {
  height: 80px; }
  .notice-table__optionrow td > * {
    display: inline-block; }
  .notice-table__optionrow td .notice-table__cal {
    margin-left: 15px;
    margin-right: 50px;
    min-width: 250px; }
    .notice-table__optionrow td .notice-table__cal button {
      width: 40px;
      height: 40px; }
  .notice-table__optionrow td .form-group {
    display: inline-block;
    margin: 0;
    width: 82%; }

