@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
.prev_btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4949db;
  color: #fff;
  z-index: 10; }

.dh_board { }
  .dh_board .dh-input {
    border: 1px solid #d7d7d7;
    font-size: 18px;
    min-width: 164px;
    height: 50px;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .dh_board .dh-input {
        padding: 0 10px;
        height: 40px;
        font-size: 14px;
        min-width: 100px; } }
  .dh_board select.dh-input {
    padding-right: 30px;
    background: #fff url("../img/board/dh-select-arrow.png") no-repeat right 20px center; }
    @media (max-width: 767px) {
      .dh_board select.dh-input {
        padding-right: 20px;
        background-position: right 10px center; } }
  .dh_board .board_btn {
    text-align: center;
    font-size: 20px;
    min-width: 240px;
    line-height: 58px;
    border: 1px solid #222; }
    @media (max-width: 767px) {
      .dh_board .board_btn {
        min-width: 100px;
        line-height: 40px;
        font-size: 15px; } }
  .dh_board .board_top {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: end; }
    .dh_board .board_top .board_total {
      display: flex;
      color: #6d6d6d;
      align-items: center;
      font-size: 18px; }
      .dh_board .board_top .board_total span[class^=total_] > em {
        font-weight: 700; }
      .dh_board .board_top .board_total span[class^=total_] + span[class^=total_] {
        position: relative;
        margin-left: 40px; }
        .dh_board .board_top .board_total span[class^=total_] + span[class^=total_]:before {
          display: block;
          position: absolute;
          top: 0;
          left: -20px;
          bottom: 0;
          margin: auto 0;
          width: 1px;
          height: 17px;
          background-color: #d7d7d7; }
      @media (max-width: 767px) {
        .dh_board .board_top .board_total {
          font-size: 14px;
          margin-bottom: 10px; }
          .dh_board .board_top .board_total span[class^=total_] + span[class^=total_] {
            margin-left: 20px; }
            .dh_board .board_top .board_total span[class^=total_] + span[class^=total_]:before {
              left: -10px;
              height: 10px; } }
    .dh_board .board_top .board_search {
      display: flex;
      align-items: center; }
      .dh_board .board_top .board_search .search_input {
        position: relative;
        min-width: 339px;
        margin-left: 7px; }
        .dh_board .board_top .board_search .search_input .board_input {
          padding-right: 55px;
          width: 100%; }
        .dh_board .board_top .board_search .search_input button[type="submit"] {
          font-size: 0;
          line-height: 0;
          position: absolute;
          top: 0;
          right: 20px;
          bottom: 0;
          margin: auto 0;
          background: url("../img/board/list_sprite.png") no-repeat -10px -10px;
          width: 24px;
          height: 24px; }
      @media (max-width: 767px) {
        .dh_board .board_top .board_search .search_input {
          min-width: unset;
          width: 100%; }
          .dh_board .board_top .board_search .search_input button[type="submit"] {
            right: 10px; } }
    @media (max-width: 767px) {
      .dh_board .board_top {
        display: block;
        margin-bottom: 20px; } }
  .dh_board.normal .board_list {
    border-top: 2px solid #000; }
    .dh_board.normal .board_list tr {
      border-bottom: 1px solid #d7d7d7; }
      .dh_board.normal .board_list tr.notice {
        background-color: #f1f4f9; }
        .dh_board.normal .board_list tr.notice .subject {
          font-weight: 700; }
        .dh_board.normal .board_list tr.notice .num span {
          background-color: #018ccd;
          font-weight: 700;
          color: #fff;
          width: 50px;
          line-height: 25px;
          font-size: 16px;
          text-align: center; }
          @media (max-width: 767px) {
            .dh_board.normal .board_list tr.notice .num span {
              font-size: 14px; } }
    .dh_board.normal .board_list th, .dh_board.normal .board_list td {
      color: #333;
      padding: 17px 10px 16px;
      vertical-align: middle;
      font-size: 18px;
      line-height: 1.4; }
    .dh_board.normal .board_list th {
      font-weight: 700; }
    .dh_board.normal .board_list td {
      text-align: center; }
      .dh_board.normal .board_list td.subject {
        text-align: left; }
        .dh_board.normal .board_list td.subject > a {
          color: #333;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          height: 1.4em;
          display: flex;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          position: relative;
          transition: 0.2s; }
          .dh_board.normal .board_list td.subject > a:hover {
            color: #018ccd; }
      .dh_board.normal .board_list td.file {
        line-height: 0;
        font-size: 0; }
        .dh_board.normal .board_list td.file span {
          font-size: 0;
          line-height: 0;
          background: url("../img/board/list_sprite.png") no-repeat -54px -10px;
          width: 21px;
          height: 20px; }
      .dh_board.normal .board_list td .new {
        width: 19px;
        height: 19px;
        background: url("../img/board/list_new.png") no-repeat center/contain;
        color: transparent;
        display: inline-block;
        margin-top: 3px;
        margin-left: 10px; }
    @media (max-width: 767px) {
      .dh_board.normal .board_list colgroup, .dh_board.normal .board_list .writer, .dh_board.normal .board_list .view {
        display: none; }
      .dh_board.normal .board_list tr {
        position: relative;
        font-size: 0; }
      .dh_board.normal .board_list tr, .dh_board.normal .board_list td {
        font-size: 14px; }
      .dh_board.normal .board_list th {
        font-size: 14px;
        padding: 10px; }
        .dh_board.normal .board_list th.file {
          width: 45px; }
          .dh_board.normal .board_list th.file span {
            display: none; }
      .dh_board.normal .board_list td {
        padding: 10px;
        font-size: 14px;
        vertical-align: middle;
        box-sizing: border-box; }
        .dh_board.normal .board_list td.num {
          width: 50px;
          margin-right: 10px;
          text-align: center;
          padding: 10px 5px; }
          .dh_board.normal .board_list td.num span {
            width: 100% !important; }
        .dh_board.normal .board_list td.subject {
          width: calc(100% - 145px);
          padding-left: 0; }
        .dh_board.normal .board_list td.date {
          width: 85px; }
        .dh_board.normal .board_list td .new {
          width: 16px;
          height: 16px;
          margin-left: 5px;
          margin-top: 1px; } }
  .dh_board.video .board_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px; }
    @media (max-width: 1024px) {
      .dh_board.video .board_list {
        column-gap: 20px;
        row-gap: 20px; } }
    @media (max-width: 767px) {
      .dh_board.video .board_list {
        grid-template-columns: repeat(2, 1fr); } }
    @media all and (max-width: 500px) {
      .dh_board.video .board_list {
        display: block; } }
    .dh_board.video .board_list .board_item .item_anchor {
      display: block;
      height: 100%;
      border: 1px solid #d7d7d7;
      transition: box-shadow 0.2s; }
      .dh_board.video .board_list .board_item .item_anchor:hover {
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2); }
      .dh_board.video .board_list .board_item .item_anchor .img_area {
        height: 225px;
        width: 100%;
        background: no-repeat center / cover; }
      .dh_board.video .board_list .board_item .item_anchor .info_area {
        padding: 24px 30px 25px; }
        .dh_board.video .board_list .board_item .item_anchor .info_area .subject {
          font-size: 20px;
          line-height: 1.6;
          height: 3.2em;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          margin-bottom: 38px; }
        .dh_board.video .board_list .board_item .item_anchor .info_area .date_view {
          display: flex;
          justify-content: space-between; }
          .dh_board.video .board_list .board_item .item_anchor .info_area .date_view span {
            font-size: 16px;
            color: #6d6d6d; }
            .dh_board.video .board_list .board_item .item_anchor .info_area .date_view span.view {
              display: flex;
              align-items: center; }
              .dh_board.video .board_list .board_item .item_anchor .info_area .date_view span.view:before {
                display: block;
                background: url("../img/board/view_sprites.png") no-repeat -10px -10px;
                width: 21px;
                height: 14px;
                margin-right: 10px; }
        @media (max-width: 767px) {
          .dh_board.video .board_list .board_item .item_anchor .info_area {
            padding: 10px 15px; }
            .dh_board.video .board_list .board_item .item_anchor .info_area .subject {
              font-size: 16px;
              margin-bottom: 10px; }
            .dh_board.video .board_list .board_item .item_anchor .info_area .date_view span {
              font-size: 14px; }
              .dh_board.video .board_list .board_item .item_anchor .info_area .date_view span.view:before {
                margin-right: 5px; } }
    @media all and (max-width: 500px) {
      .dh_board.video .board_list .board_item {
        margin-bottom: 20px; }
        .dh_board.video .board_list .board_item:last-child {
          margin-bottom: 0; } }
  .dh_board.faq .board_list .board_item {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    transition: 0.2s; }
    .dh_board.faq .board_list .board_item + .board_item {
      margin-top: 10px; }
    .dh_board.faq .board_list .board_item .question {
      position: relative;
      display: block;
      width: 100%;
      text-align: left;
      padding: 19px 80px;
      line-height: 1.6;
      font-size: 20px;
      font-weight: 700;
      color: #333; }
      .dh_board.faq .board_list .board_item .question:before {
        display: block;
        position: absolute;
        top: 20px;
        left: 40px;
        width: 30px;
        height: 30px;
        content: 'Q';
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        background-color: #7B0E28;
        text-align: center;
        border-radius: 50%; }
      .dh_board.faq .board_list .board_item .question:after {
        display: block;
        position: absolute;
        top: 29px;
        right: 45px;
        width: 25px;
        height: 14px;
        background: url("../img/board/faq_arrow.png") no-repeat center/contain;
        transform: rotate(180deg); }
      @media (max-width: 767px) {
        .dh_board.faq .board_list .board_item .question {
          padding: 10px 35px 10px 45px;
          font-size: 14px; }
          .dh_board.faq .board_list .board_item .question:before {
            top: 8px;
            left: 10px;
            width: 25px;
            height: 25px;
            font-size: 15px;
            line-height: 25px; }
          .dh_board.faq .board_list .board_item .question:after {
            width: 20px;
            height: 11px;
            top: 15px;
            right: 10px; } }
    .dh_board.faq .board_list .board_item .answer {
      display: none;
      position: relative;
      padding: 21px 45px 30px 80px;
      font-size: 18px;
      color: #333;
      line-height: 1.6; }
      .dh_board.faq .board_list .board_item .answer:before {
        display: block;
        position: absolute;
        top: 20px;
        left: 40px;
        width: 30px;
        height: 30px;
        content: 'A';
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        background-color: #222;
        color: #fff;
        line-height: 30px;
        text-align: center;
        border-radius: 50%; }
      @media (max-width: 767px) {
        .dh_board.faq .board_list .board_item .answer {
          padding: 15px 10px 15px 45px;
          font-size: 14px; }
          .dh_board.faq .board_list .board_item .answer:before {
            top: 13px;
            left: 10px;
            width: 25px;
            height: 25px;
            font-size: 15px;
            line-height: 25px; } }
    .dh_board.faq .board_list .board_item.active {
      border-color: #7B0E28;
      box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2); }
      .dh_board.faq .board_list .board_item.active .question:after {
        transform: rotate(0); }
  .dh_board.webzine .board_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
    row-gap: 40px; }
    @media (max-width: 1024px) {
      .dh_board.webzine .board_list {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 767px) {
      .dh_board.webzine .board_list {
        grid-template-columns: repeat(2, 1fr); } }
    @media all and (max-width: 480px) {
      .dh_board.webzine .board_list {
        display: block; } }
    .dh_board.webzine .board_list .board_item {
      display: block; }
      @media all and (max-width: 480px) {
        .dh_board.webzine .board_list .board_item + .board_item {
          margin-top: 20px; } }
      .dh_board.webzine .board_list .board_item .img_area {
        height: 375px;
        background: no-repeat center / cover; }
        @media (max-width: 767px) {
          .dh_board.webzine .board_list .board_item .img_area {
            height: 300px; } }
      .dh_board.webzine .board_list .board_item .subject {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        height: 1.4em;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 20px;
        color: #333;
        margin: 26px 0 13px; }
        @media (max-width: 767px) {
          .dh_board.webzine .board_list .board_item .subject {
            font-size: 16px;
            margin: 15px 0; } }
      .dh_board.webzine .board_list .board_item .webzine_download {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 1px solid #333;
        font-size: 20px;
        color: #333;
        height: 50px;
        transition: 0.2s; }
        @media (max-width: 767px) {
          .dh_board.webzine .board_list .board_item .webzine_download {
            font-size: 16px;
            height: 40px; } }
        .dh_board.webzine .board_list .board_item .webzine_download:before {
          display: inline-block;
          width: 17px;
          height: 15px;
          background: url("../img/board/webzine_down.png") no-repeat center top;
          margin-right: 10px; }
        .dh_board.webzine .board_list .board_item .webzine_download:hover {
          border-color: #018ccd;
          background-color: #018ccd;
          color: #fff; }
          .dh_board.webzine .board_list .board_item .webzine_download:hover:before {
            background-position-y: bottom; }
  .dh_board .board_view {
    border-top: 2px solid #000; }
    .dh_board .board_view .view_head {
      border-bottom: 1px solid #d7d7d7; }
      .dh_board .board_view .view_head .head_subject {
        padding: 14px 40px 10px;
        font-size: 24px;
        font-weight: 700; }
        @media (max-width: 1024px) {
          .dh_board .board_view .view_head .head_subject {
            padding: 14px 20px 10px;
            font-size: 16px; } }
        @media (max-width: 767px) {
          .dh_board .board_view .view_head .head_subject {
            padding: 10px 0;
            font-size: 18px; } }
      .dh_board .board_view .view_head .head_info {
        padding: 0 40px 18px;
        display: flex; }
        .dh_board .board_view .view_head .head_info li {
          font-size: 16px;
          color: #5c5c5c;
          margin-right: 40px; }
          .dh_board .board_view .view_head .head_info li .title {
            font-weight: 500;
            position: relative;
            margin-right: 20px;
            color: #222; }
            .dh_board .board_view .view_head .head_info li .title:after {
              display: block;
              position: absolute;
              top: 0;
              bottom: 0;
              right: -10px;
              width: 1px;
              height: 17px;
              background-color: #d7d7d7;
              margin: auto 0; }
        @media (max-width: 1024px) {
          .dh_board .board_view .view_head .head_info {
            padding: 0 20px 10px; } }
        @media (max-width: 767px) {
          .dh_board .board_view .view_head .head_info {
            padding: 0 0 10px;
            flex-wrap: wrap; }
            .dh_board .board_view .view_head .head_info li {
              width: calc(50% - 18px);
              font-size: 14px;
              margin-right: 36px; }
              .dh_board .board_view .view_head .head_info li:nth-child(2n) {
                margin-right: 0; }
              .dh_board .board_view .view_head .head_info li .title:after {
                height: 10px; } }
    .dh_board .board_view .view_content {
      padding: 32px 40px;
      font-size: 18px;
      line-height: 1.77;
      color: #5c5c5c;
      word-break: break-all; }
      .dh_board .board_view .view_content img {
        display: block; }
      @media (max-width: 1024px) {
        .dh_board .board_view .view_content {
          padding-right: 20px;
          padding-left: 20px; } }
      @media (max-width: 767px) {
        .dh_board .board_view .view_content {
          line-height: 1.87;
          font-size: 16px;
          padding-right: 0;
          padding-left: 0; } }
    .dh_board .board_view .view_file {
      border-top: 1px solid #d7d7d7;
      border-bottom: 1px solid #d7d7d7;
      padding: 20px 0 20px 40px;
      display: flex;
      font-size: 16px; }
      @media (max-width: 1024px) {
        .dh_board .board_view .view_file {
          padding-left: 20px; } }
      @media (max-width: 767px) {
        .dh_board .board_view .view_file {
          padding-left: 0;
          font-size: 14px; } }
      .dh_board .board_view .view_file .title {
        font-weight: 500;
        width: 70px; }
      .dh_board .board_view .view_file .file_list {
        width: calc(100% - 70px);
        overflow: hidden; }
        .dh_board .board_view .view_file .file_list .item {
          background-color: #f4f4f4;
          position: relative;
          float: left;
          width: calc(50% - 5px);
          border-radius: 5px;
          padding: 14px 35px 12px; }
          @media (max-width: 767px) {
            .dh_board .board_view .view_file .file_list .item {
              float: none;
              width: auto; } }
          .dh_board .board_view .view_file .file_list .item:nth-child(n + 3) {
            margin-top: 10px; }
          .dh_board .board_view .view_file .file_list .item:before {
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 10px;
            width: 15px;
            height: 18px;
            margin: auto 0;
            background: url("../img/board/board_view_file.png") no-repeat center/contain; }
          .dh_board .board_view .view_file .file_list .item + .item:nth-child(2n) {
            margin-left: 10px; }
            @media (max-width: 767px) {
              .dh_board .board_view .view_file .file_list .item + .item:nth-child(2n) {
                margin-left: 0; } }
          @media (max-width: 767px) {
            .dh_board .board_view .view_file .file_list .item + .item {
              margin-top: 10px; } }
          .dh_board .board_view .view_file .file_list .item a {
            display: block;
            width: 100%;
            color: #5c5c5c;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
    .dh_board .board_view .view_control {
      border: 1px solid #d7d7d7;
      margin-top: 38px;
      display: flex; }
      .dh_board .board_view .view_control .control_item {
        width: 50%;
        padding: 15px 40px;
        font-size: 16px;
        position: relative;
        color: #5c5c5c; }
        .dh_board .board_view .view_control .control_item:before {
          position: absolute;
          top: 0;
          bottom: 0;
          width: 31px;
          height: 31px;
          margin: auto 0;
          border-radius: 50%;
          background-color: #7B0E28;
          font-size: 22px;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center; }
        .dh_board .board_view .view_control .control_item span {
          display: block;
          font-size: 18px;
          font-weight: 700;
          color: #7B0E28; }
          @media (max-width: 767px) {
            .dh_board .board_view .view_control .control_item span {
              font-size: 16px; } }
        .dh_board .board_view .view_control .control_item.prev {
          padding-left: 70px; }
          .dh_board .board_view .view_control .control_item.prev:before {
            left: 20px;
            content: '←'; }
        .dh_board .board_view .view_control .control_item.next {
          text-align: right;
          border-left: 1px solid #d7d7d7;
          padding-right: 70px; }
          .dh_board .board_view .view_control .control_item.next:before {
            right: 20px;
            content: '→'; }
        .dh_board .board_view .view_control .control_item a {
          display: block;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .dh_board .board_view .view_control .control_item a:hover {
            text-decoration: underline; }
      @media (max-width: 1024px) {
        .dh_board .board_view .view_control .control_item {
          padding: 5px 20px; } }
      @media (max-width: 767px) {
        .dh_board .board_view .view_control .control_item.prev {
          padding-left: 50px; }
          .dh_board .board_view .view_control .control_item.prev:before {
            left: 10px; }
        .dh_board .board_view .view_control .control_item.next {
          padding-right: 50px; }
          .dh_board .board_view .view_control .control_item.next:before {
            right: 10px; } }
    .dh_board .board_view .view_btn {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 60px; }
      .dh_board .board_view .view_btn .board_btn + .board_btn {
        margin-left: 10px; }
      @media (max-width: 767px) {
        .dh_board .board_view .view_btn {
          margin-top: 20px; }
          .dh_board .board_view .view_btn .board_btn + .board_btn {
            margin-left: 5px; } }
  .dh_board .board_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    text-align: center; }
    .dh_board .board_pagination .arrow_area {
      font-size: 0;
      line-height: 0;
      margin: 0 5px; }
      .dh_board .board_pagination .arrow_area .arrow {
        border: 1px solid #d1d1d1;
        min-width: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 30px; }
        .dh_board .board_pagination .arrow_area .arrow + .arrow {
          margin-left: 5px; }
        .dh_board .board_pagination .arrow_area .arrow:before {
          height: 11px;
          display: block;
          background: url("../img/board/list_sprite.png") no-repeat; }
        .dh_board .board_pagination .arrow_area .arrow.start:before {
          width: 11px;
          background-position: -10px -54px; }
        .dh_board .board_pagination .arrow_area .arrow.end:before {
          width: 11px;
          background-position: -41px -54px; }
        .dh_board .board_pagination .arrow_area .arrow.prev:before {
          width: 6px;
          background-position: -95px -10px; }
        .dh_board .board_pagination .arrow_area .arrow.next:before {
          width: 6px;
          background-position: -95px -41px; }
    .dh_board .board_pagination .link {
      padding: 0 5px;
      font-weight: 400;
      font-size: 16px;
      color: #6d6d6d;
      border: 1px solid #d1d1d1;
      min-width: 30px;
      line-height: 28px; }
      .dh_board .board_pagination .link + .link {
        margin-left: 5px; }
      .dh_board .board_pagination .link.on {
        font-weight: 700;
        border-color: #7b0e28; }
      .dh_board .board_pagination .link.on, .dh_board .board_pagination .link:hover {
        color: #7b0e28; }
    @media (max-width: 767px) {
      .dh_board .board_pagination {
        justify-content: space-between;
        margin-top: 40px; }
        .dh_board .board_pagination .link {
          display: none; }
        .dh_board .board_pagination .arrow_area {
          width: 50%;
          text-align: center;
          margin: 0; }
          .dh_board .board_pagination .arrow_area .prev, .dh_board .board_pagination .arrow_area .next {
            position: relative;
            margin: 0;
            width: auto !important;
            display: block;
            font-size: 16px;
            line-height: 40px;
            height: auto !important; }
            .dh_board .board_pagination .arrow_area .prev:before, .dh_board .board_pagination .arrow_area .next:before {
              width: auto !important;
              height: 100%;
              position: absolute;
              top: 50%;
              bottom: 0;
              font-size: 22px;
              transform: translateY(-50%);
              background: none; }
          .dh_board .board_pagination .arrow_area .prev {
            border-right: none; }
          .dh_board .board_pagination .arrow_area .prev:before {
            left: 10px;
            content: '←'; }
          .dh_board .board_pagination .arrow_area .next:before {
            right: 10px;
            content: '→'; }
          .dh_board .board_pagination .arrow_area .start, .dh_board .board_pagination .arrow_area .end {
            display: none; } }
  .dh_board.normal_board .board_search {
    background-color: #f4f4f4;
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .dh_board.normal_board .board_search {
        width: 100vw;
        margin-left: -3%;
        border-radius: 0;
        padding: 20px;
        margin-bottom: 40px; } }
    .dh_board.normal_board .board_search .search_inner {
      display: flex;
      align-items: end;
      justify-content: center;
      max-width: 930px;
      width: 100%;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        .dh_board.normal_board .board_search .search_inner {
          flex-wrap: wrap; } }
      .dh_board.normal_board .board_search .search_inner .search_select {
        min-width: 172px;
        font-size: 18px;
        position: relative; }
        @media (max-width: 1024px) {
          .dh_board.normal_board .board_search .search_inner .search_select {
            width: 50%;
            min-width: auto;
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .dh_board.normal_board .board_search .search_inner .search_select {
            font-size: 16px; } }
        .dh_board.normal_board .board_search .search_inner .search_select .search_open {
          position: relative;
          width: 100%;
          text-align: left;
          padding: 0 40px 0 20px;
          height: 62px;
          border-bottom: 2px solid #d3d3d3; }
          @media (max-width: 767px) {
            .dh_board.normal_board .board_search .search_inner .search_select .search_open {
              height: 42px;
              border-bottom-width: 1px; } }
          .dh_board.normal_board .board_search .search_inner .search_select .search_open:before {
            display: block;
            position: absolute;
            top: 0;
            right: 20px;
            bottom: 0;
            margin: auto 0;
            width: 12px;
            height: 7px;
            background: url("../img/board/search_select_arrow.png") no-repeat;
            transform: rotate(180deg); }
        .dh_board.normal_board .board_search .search_inner .search_select > ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 10;
          width: 100%;
          border: 2px solid #d1d1d1;
          background-color: #fff;
          padding: 10px 20px;
          margin-top: -1px; }
          .dh_board.normal_board .board_search .search_inner .search_select > ul li {
            cursor: pointer;
            word-break: break-all; }
            .dh_board.normal_board .board_search .search_inner .search_select > ul li + li {
              margin-top: 6px; }
            .dh_board.normal_board .board_search .search_inner .search_select > ul li.active {
              font-weight: 700; }
      .dh_board.normal_board .board_search .search_inner .search_input {
        background: none;
        border-bottom: 2px solid #d3d3d3;
        font-size: 18px;
        padding: 0 20px;
        height: 62px;
        width: calc(100% - 472px); }
        .dh_board.normal_board .board_search .search_inner .search_input::placeholder {
          color: #222; }
        @media (max-width: 1024px) {
          .dh_board.normal_board .board_search .search_inner .search_input {
            width: calc(100% - 128px); } }
        @media (max-width: 767px) {
          .dh_board.normal_board .board_search .search_inner .search_input {
            width: calc(100% - 90px);
            font-size: 16px;
            height: 42px;
            border-bottom-width: 1px; } }
      .dh_board.normal_board .board_search .search_inner .search_submit {
        margin-left: 8px;
        width: 120px;
        height: 60px;
        background-color: #7B0E28;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        border-radius: 5px; }
        @media (max-width: 767px) {
          .dh_board.normal_board .board_search .search_inner .search_submit {
            height: 40px;
            width: 80px;
            margin-left: 10px;
            font-size: 16px; } }
  .dh_board.normal_board .board_list {
    border-top: 2px solid #000; }
    .dh_board.normal_board .board_list .board_item {
      display: flex;
      align-items: center;
      position: relative;
      border-bottom: 1px solid #d7d7d7;
      text-align: center;
      font-size: 18px;
      height: 87px; }
      @media (max-width: 767px) {
        .dh_board.normal_board .board_list .board_item {
          display: block;
          padding: 10px 10px 30px;
          font-size: 16px;
          height: auto; } }
      .dh_board.normal_board .board_list .board_item.notice {
        background-color: #f8f1eb; }
        .dh_board.normal_board .board_list .board_item.notice .subject {
          margin-left: 0; }
          .dh_board.normal_board .board_list .board_item.notice .subject a {
            padding-left: 120px; }
            @media (max-width: 767px) {
              .dh_board.normal_board .board_list .board_item.notice .subject a {
                padding-left: 60px; } }
      .dh_board.normal_board .board_list .board_item .date {
        position: relative;
        width: 125px;
        color: #989898;
        font-size: 16px;
        line-height: 1.1;
        padding-top: 33px; }
        @media (max-width: 767px) {
          .dh_board.normal_board .board_list .board_item .date {
            position: absolute;
            right: 10px;
            bottom: 7px;
            font-size: 14px;
            color: #5c5c5c;
            width: auto;
            padding-top: 0; } }
        .dh_board.normal_board .board_list .board_item .date span {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          font-size: 30px;
          font-weight: 700; }
          .dh_board.normal_board .board_list .board_item .date span em {
            display: none; }
          @media (max-width: 767px) {
            .dh_board.normal_board .board_list .board_item .date span {
              position: static;
              width: auto;
              font-size: inherit;
              font-weight: inherit; }
              .dh_board.normal_board .board_list .board_item .date span em {
                display: inline; } }
      .dh_board.normal_board .board_list .board_item .cate {
        text-align: center;
        min-width: 129px;
        border: 1px solid #5c5c5c;
        padding: 5px 10px;
        margin-right: 10px; }
        @media (max-width: 767px) {
          .dh_board.normal_board .board_list .board_item .cate {
            display: none; } }
      .dh_board.normal_board .board_list .board_item .subject {
        margin-left: 30px;
        text-align: left;
        width: calc(100% - 370px);
        line-height: 0; }
        @media (max-width: 767px) {
          .dh_board.normal_board .board_list .board_item .subject {
            width: 100%;
            margin-left: 0; } }
        .dh_board.normal_board .board_list .board_item .subject > a {
          max-width: 100%;
          position: relative;
          padding: 6px 30px 6px 0;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.5; }
          @media (max-width: 767px) {
            .dh_board.normal_board .board_list .board_item .subject > a {
              padding: 3px 25px 3px 0; } }
          .dh_board.normal_board .board_list .board_item .subject > a:hover {
            text-decoration: underline; }
          .dh_board.normal_board .board_list .board_item .subject > a .notice_cate {
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            padding: 6px 10px;
            background-color: #7B0E28;
            color: #fff;
            width: 90px; }
            @media (max-width: 767px) {
              .dh_board.normal_board .board_list .board_item .subject > a .notice_cate {
                width: 50px;
                padding-top: 3px;
                padding-bottom: 3px; } }
          .dh_board.normal_board .board_list .board_item .subject > a .new {
            position: absolute;
            top: 10px;
            right: 0;
            font-size: 0;
            line-height: 0;
            width: 19px;
            height: 19px;
            background: url("../img/board/list_new.png") no-repeat center/contain; }
            @media (max-width: 767px) {
              .dh_board.normal_board .board_list .board_item .subject > a .new {
                top: 5px; } }
      .dh_board.normal_board .board_list .board_item .file {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto 0;
        font-size: 0;
        line-height: 0;
        width: 31px;
        height: 31px;
        background: url("../img/board/board_list_file.png") no-repeat center/contain; }
        @media (max-width: 767px) {
          .dh_board.normal_board .board_list .board_item .file {
            display: none; } }
  .dh_board.normal_board .no_post {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1; }

/*# sourceMappingURL=board.css.map */