:root {
  --color-main: #15254F;
  --color-subD: #1A3B92;
  --color-subL: #48AFFF;
}

.font28 {
  --fontsize: 2.8rem;
  font-size: var(--fontsize);
}

.font32 {
  --fontsize: 3.2rem;
  font-size: var(--fontsize);
}

.font35 {
  --fontsize: 3.5rem;
  font-size: var(--fontsize);
}

.font40 {
  --fontsize: 4.0rem;
  font-size: var(--fontsize);
}

.font55 {
  --fontsize: 5.5rem;
  font-size: var(--fontsize);
}

.font70 {
  --fontsize: 7.0rem;
  font-size: var(--fontsize);
}

.font90 {
  --fontsize: 9.0rem;
  font-size: var(--fontsize);
}

.paging {
  margin: 90px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging * {
  font-family: 'pretendard',
 sans-serif;
}

.paging a {
  width: 34px;
  height: 34px;
  color: #111111;
  font-size: 1.5rem;
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging .arr,
.paging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paging .arr a {
  margin: 0;
}

.paging .arr a.first, .paging .arr a.last {
  letter-spacing: 0;
}

.paging .arr a.first i, .paging .arr a.last i {
  color: #666666;
  margin: 0 -9.5px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.paging ul {
  gap: 0 14px;
}

.paging ul li {
  margin: 0 !important;
}

.paging ul li a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.paging ul li:hover a, .paging ul li.on a {
  background: var(--color-subD);
  color: #ffffff;
}

.boardBox * {
  font-family: 'pretendard',
 sans-serif;
}

.boardBox table th, .boardBox table td {
  height: 90px;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #dadada;
}

.boardBox table th {
  color: #ffffff;
  font-weight: 700;
  background: var(--color-subD);
  position: relative;
}

.boardBox table th:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 23px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.boardBox table td {
  color: #111111;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.boardBox table td.left {
  text-align: left;
}

.boardBox table td.subject a {
  height: 1em;
  color: #111;
  padding: 0 20px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.boardBox table a.download {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.boardBox table a.download i {
  color: #111111;
  font-size: 2.2rem;
}

.boardBox table a.download:hover {
  border-color: var(--color-subD);
}

.boardBox table a.download:hover i {
  color: var(--color-subD);
}

.viewBox {
  border-top: 1px solid #e0e0e0;
}

.viewBox > div {
  border-bottom: 1px solid #e0e0e0;
}

.viewBox .titleBox {
  padding: 30px 0;
}

.viewBox .titleBox .flexBox {
  gap: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0;
}

.viewBox .titleBox p {
  gap: 0 5px;
  color: #333333;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.viewBox .titleBox .marginRight {
  margin: 0 0 0 auto;
}

.viewBox .titleBox h5 {
  width: 100%;
  color: #111111;
  font-weight: 600;
  text-align: center;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.viewBox .content {
  padding: 40px 0;
}

.viewBox .content * {
  word-break: normal;
}

.viewBox dl {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.viewBox dl:not(:first-child) {
  border-top: 1px solid #e0e0e0;
}

.viewBox dl dt {
  width: 17.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #f9f9f9;
  color: #333333;
  font-size: 1.7rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.viewBox dl dd {
  width: 82.5%;
  font-size: 1.5rem;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.viewBox dl dd a {
  display: block;
  width: 100%;
  color: #555555;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.viewBox .preview {
  border-top: 1px solid #e0e0e0;
  margin: 40px 0 0;
}

.viewBox .formButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  margin: 40px auto 0;
  background: var(--color-subD);
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .boardBox table th, .boardBox table td {
    height: 70px;
  }
}

@media (max-width: 960px) {
  .boardBox table col:first-child,
  .boardBox table th:first-child,
  .boardBox table td:first-child {
    display: none;
  }
}

@media (max-width: 768px) {
  .paging {
    margin-top: 40px;
  }
  .paging ul {
    gap: 0 5px;
  }
  .paging a {
    width: 32px;
    height: 32px;
  }
  .boardBox table {
    border-top: 1px solid var(--color-subD);
  }
  .boardBox table colgroup,
  .boardBox table thead,
  .boardBox table th:first-child,
  .boardBox table td:first-child {
    display: none;
  }
  .boardBox table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px 0;
    border-bottom: 1px solid #dddddd;
    padding: 20px;
    position: relative;
  }
  .boardBox table td {
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-bottom: none;
  }
  .boardBox table td.subject {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 60px);
    padding: 0;
  }
  .boardBox table td.after::after {
    content: "|";
    color: #999999;
    font-size: 1.4rem;
    margin: 0 10px;
  }
  .boardBox table td.marginRight {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 0 0 auto;
  }
  .boardBox table a {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .viewBox .formButton {
	width: 140px;
	height: 52px;
  }
}

@media (max-width: 640px) {
  .formButton {
    width: 120px;
    height: 44px;
  }
  .paging a {
    width: 30px;
    height: 30px;
  }
  .paging ul {
    padding: 0;
  }
  .searchBox {
    height: 45px;
    gap: 0 5px;
  }
  .searchBox.background {
    padding: 20px 10px;
  }
  .searchBox.background > * {
    height: 45px;
  }
  .searchBox select,
  .searchBox label,
  .searchBox input[type=text] {
    padding: 0 10px;
  }
  .searchBox select {
    width: 100px;
  }
  .searchBox button {
    width: 45px;
  }
  .boardBox table tr {
    padding: 20px 10px;
  }
  .boardBox table a.linkButton {
    right: 10px;
  }
  .galleryBox {
    gap: 40px 0;
  }
  .galleryBox .item {
    width: 100%;
  }
  .viewBox dl dt {
    width: 24%;
    font-size: 1.6rem;
  }
  .viewBox dl dd {
    width: 76%;
    padding: 10px;
  }
  .viewBox .formButton {
    width: 120px;
	height: 40px;
	font-size: 1.7rem;
  }
}
