/*************** Main ***************/
#main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url(../assets/notice_topimg.jpg);
  height: calc(var(--vh, 1vh)*100);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-content p:nth-child(1) {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 68px;
}

.main-content p:nth-child(2) {
  margin-top: 42px;
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}

.move-down {
  animation: scroll 1.5s infinite;
  background: url(../assets/arrow-down-sb.svg) no-repeat;
  background-size: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: 0;
  transform: translateY(-50%) translateX(-50%);
  width: 30px;
}

@keyframes scroll {
  0% {
    height: 50px;
  }

  30% {
    height: 56px;
  }

  60% {
    height: 50px;
  }
}

@media (min-width: 1280px) {
  .move-down {
    background-size: 40px;
    height: 52px;
    width: 52px;
  }
}

@media (max-width: 1279px) {
  #main p {
    font-size: 56px;
    display: block;
    line-height: inherit;
  }

  #main p:nth-child(2) {
    font-size: 20px;
  }
}

@media (max-width: 960px) {
  #main p {
    font-size: 28px;
    display: block;
    line-height: inherit;
  }

  #main p:nth-child(2) {
    font-size: 20px;
  }
}

/*************** Board ***************/
a,
span,
div,
p {
  color: black;
  font-weight: 400;
}

#notice {
  position: relative;
  margin-top: calc(var(--vh, 1vh)*10);
  width: 100%;
  z-index: 2;
  background-color: white;
  display: flex;
  padding: 140px 0;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .board {
    min-height: calc(100vh - 148px);
  }
}

#notice .title {
  font-size: 38px;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 100px;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.inner {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner .no_data {
  margin: 0 auto;
  height: 100px;
  text-align: center;
  background: #f3f3f3;
  line-height: 100px;
}

.board_top {
  overflow: hidden;
  margin-bottom: 40px;
}

.board_top .total {
  float: left;
  line-height: 46px;
}

.board_top .right {
  float: right;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.board_top .right select.text {
  width: 140px;
  margin-right: 10px;
}

.board_top .search_area {
  position: relative;
  float: right;
  overflow: hidden;
}

.board_top .search_area select.text {
  float: left;
  border: 0;
  border-bottom: #333 2px solid;
  margin-right: 20px;
  height: 46px;
  border-radius: 0;
  width: 120px;
  font-size: 16px;
  color: #333;
}

.board_top .search_wrap {
  position: relative;
  float: right;
  border-bottom: #333 2px solid;
  padding-right: 44px;
  width: 360px;
}

.board_top .search_wrap .text {
  display: block;
  width: 100%;
  border: 0;
  font-size: 16px;
  color: #333;
  line-height: 44px;
  height: 44px;
}

.board_top .search_wrap .text::placeholder {
  color: #999;
  font-weight: 300;
}

.board_top .search_wrap .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: url('../assets/notice_search.svg') no-repeat 50% 50%;
  border: 0;
  font-size: 0;
}

.date-picker-wrapper.no-shortcuts {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  max-width: calc(100vw - 40px);
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  z-index: 102;
}

.date-picker-wrapper .footer {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  padding: 0;
  height: 20px;
  margin-bottom: 10px;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  width: 30px;
  height: 30px;
  background: none;
  border: #ddd 1px solid;
  border-radius: 50%;
  font-size: 0;
  margin-top: -15px;
}

.date-picker-wrapper .drp_top-bar .apply-btn:before,
.date-picker-wrapper .drp_top-bar .apply-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #333;
  margin: -1px 0 0 -8px;
}

.date-picker-wrapper .drp_top-bar .apply-btn:before {
  transform: rotate(45deg);
}

.date-picker-wrapper .drp_top-bar .apply-btn:after {
  transform: rotate(-45deg);
}

.date-picker-wrapper .month-wrapper table {
  height: 200px;
}

.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  font-size: 16px;
}

.date-picker-wrapper .month-wrapper table .day {
  font-size: 14px;
  line-height: 1.2;
}

.date-picker-wrapper .gap {
  width: 15px;
  height: 200px;
  background: #fff;
}

.date_picker_dm {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 101;
}

.date-picker-wrapper.on,
.date_picker_dm.on {
  display: block !important;
}

.board_list {
  border-top: #333 1px solid;
}

.board_list col.w1 {
  width: 150px;
}

.board_list col.w2 {
  width: 160px;
}

.board_list col.w3 {
  width: 180px;
}

.board_list th,
.board_list td {
  text-align: center;
  border-bottom: #ddd 1px solid;
}

.board_list th {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  height: 70px;
}

.board_list td {
  font-size: 16px;
  color: #767676;
  font-weight: 300;
  height: 100px;
  transition: .2s linear;
}

.board_list td.tal a {
  position: relative;
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  line-height: 100px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board_list td.tal a span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.board_list .important a {
  padding-left: 76px;
}

.board_list .important a strong {
  position: absolute;
  top: 50%;
  left: 0;
  width: 64px;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #0070BD;
  border-radius: 5px;
  margin-top: -12px;
}

.board_list .new a span {
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board_list .new a span:after {
  content: "N";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  background: #EF7F00;
  border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.board_bottom {
  position: relative;
  margin-top: 60px;
  min-height: 42px;
}

.board_bottom .btns {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.board_bottom .btns .btn {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #0e5ba2;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 0;
  border-radius: 4px;
  vertical-align: top;
}

.board_bottom .btns .btn_more {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  padding-right: 30px;
}

.board_bottom .btns .btn_more:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 100%;
  background: url('/pub/images/arrow_more.svg') no-repeat 50% 50% / contain;
}

.board_bottom .btn_abso {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 240px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #003F8F;
  border-radius: 5px;
}

.board_bottom .paging {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 60px;
}

.board_bottom .paging a {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #767676;
  vertical-align: top;
}

.board_bottom .paging a:before {
  content: "";
  position: absolute;
  top: calc(50% + 12px);
  left: 50%;
  width: 0;
  height: 2px;
  background: #333;
  transition: .2s linear;
  transform: translate(-50%, 0);
}

.board_bottom .paging a.on {
  color: #333;
  font-weight: 500;
}

.board_bottom .paging a.on:before {
  width: 20px;
}

.board_bottom .paging .arrow {
  position: relative;
  border: #767676 1px solid;
  border-radius: 50%;
  font-size: 0;
}

.board_bottom .paging .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  background: url('../assets/notice_arrow.svg') no-repeat 50% 50%;
  transform: translate(0, 0);
}

.board_bottom .paging .arrow.prev {
  margin-right: 20px;
}

.board_bottom .paging .arrow.next {
  margin-left: 20px;
}

.board_bottom .paging .arrow.next:before {
  transform: rotate(180deg);
}

@media screen and (max-width:1439px) {
  .board_list col.w1 {
    width: 80px;
  }

  .board_list col.w2 {
    width: 100px;
  }

  .board_list col.w3 {
    width: 120px;
  }

  .board_list th {
    font-size: 16px;
    height: 60px;
  }

  .board_list td {
    font-size: 15px;
    height: 80px;
  }

  .board_list td.tal a {
    font-size: 18px;
    line-height: 80px;
  }
  
  .board_list td:nth-child(3) {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width:1024px) {
  .ie_wrap .link a:hover {
    opacity: .7;
  }

  .board_list .hover td {
    background: #F8F8F8;
  }

  .board_list .hover td i.file {
    background: #EF7F00;
  }

  .board_bottom .paging a:hover {
    color: #333;
    font-weight: 500;
  }

  .board_bottom .paging a:hover:before {
    width: 20px;
  }

  .board_bottom .btns .prev_next a:hover {
    opacity: 1;
  }
}


@media screen and (max-width:1023px) {

  .board_list col.w1 {
    width: 80px;
  }

  .board_list col.w2 {
    width: 100px;
  }

  .board_list col.w3 {
    width: 120px;
  }

  .board_list th {
    font-size: 16px;
    height: 60px;
  }

  .board_list td {
    font-size: 15px;
    height: 80px;
  }

  .board_list td.tal a {
    font-size: 18px;
    line-height: 80px;
  }
}


@media screen and (max-width:767px) {
  .inner {
    padding: 0 15px;
  }

  .inner .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .board_bottom {
    margin-top: 30px;
    min-height: 24px;
  }

  .board_bottom .paging {
    margin-top: 30px;
    gap: 1px;
  }

  .board_bottom .paging a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }

  .board_bottom .paging .arrow.prev {
    margin-right: 2px;
  }

  .board_bottom .paging .arrow.next {
    margin-left: 2px;
  }

  .board_bottom .btns {
    margin-top: 30px;
  }

  .board_bottom .btns .btn_list {
    line-height: 40px;
    height: 40px;
    width: 160px;
  }

  .board_bottom .btn_abso {
    width: 30%;
    max-width: 150px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .board_list table {
    display: none;
  }

  .board_list .mobile-cards {
    display: block;
    border-bottom: 2px solid black;
  }

  .mobile-card {
    border-top: 1px solid black;
    padding: 15px;
    margin-bottom: 15px;
    background-color: white;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }

  #notice .mobile-card .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
  }

  #notice .title a {
    font-size: 18px;
    text-align: left;
  }

  .mobile-card .info, .mobile-card .file {
    font-size: 14px;
    color: #666;
  }

  .board_top .search_wrap {
    width: 100%;
  }

  .board_top .search_area {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .board_list .mobile-cards {
    display: none;
  }
}