@charset "UTF-8";
pre {
  white-space: pre-line;
}

input::-moz-placeholder {
  color: #767676;
}

input::placeholder {
  color: #767676;
}

.container-wrap {
  margin-top: 24px;
}

.side-nav-wrap {
  float: left;
  position: relative;
  vertical-align: top;
  padding-right: 10px;
  width: 250px;
  box-sizing: border-box;
  margin-right: 10px;
  padding-bottom: 80px;
  display: inline-block;
}
.side-nav-wrap .lnb-title {
  font-size: 24px;
  font-weight: 700;
  color: #1E2124;
}
.side-nav-wrap .lnb {
  margin-top: 26px;
  border-bottom: 1px solid #CDD1D5;
}
.side-nav-wrap .lnb li {
  padding: 4px 0;
  border-top: 1px solid #CDD1D5;
}
.side-nav-wrap .lnb a {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-weight: 700;
  height: 50px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  transition: 0.3s ease;
}
.side-nav-wrap .lnb a:hover {
  background-color: #ECF2FE;
}
.side-nav-wrap .lnb a.active {
  background-color: #D6E0EB;
}

.side-nav-wrap + .sub-container {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 260px);
}

.side-nav-wrap + .sub-container > .inner {
  max-width: 1100px;
  width: 100%;
}

.page-title {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  color: #1E2124;
  margin-top: 41px;
}

.page-navigation-area {
  position: fixed;
  z-index: 1;
  top: 25.6rem;
  right: calc((100% - 1380px) / 2 - 16rem);
  width: 12rem;
}
.page-navigation-area .in-page-navigation-header .quick-caption {
  font-size: 13px;
}
.page-navigation-area .in-page-navigation-header .quick-title {
  margin-top: 4px;
  font-size: 17px;
  font-weight: 700;
}
.page-navigation-area .in-page-navigation-list {
  margin-top: 16px;
}
.page-navigation-area .in-page-navigation-list li {
  width: 100%;
  margin-top: 4px;
}
.page-navigation-area .in-page-navigation-list li > a {
  position: relative;
  display: block;
  border-radius: 4px;
  transition: 0.3s ease;
  padding: 8px;
  font-size: 15px;
}
.page-navigation-area .in-page-navigation-list li > a:hover {
  background-color: #EEF2F7;
}
.page-navigation-area .in-page-navigation-list li > a.active {
  font-weight: 700;
  color: #052B57;
  background-color: #EEF2F7;
}
.sub-content {
  padding-bottom: 160px;
  width: 100%;
  min-height: 900px;
}

.breadcrumb {
  font-size: 0;
}
.breadcrumb .home {
  padding-left: 28px;
  background: url("../images/sub/ico_home.png") no-repeat left center;
}
.breadcrumb li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}
.breadcrumb li + li {
  padding-left: 24px;
  background: url("../images/sub/ico_breadcrumb.png") no-repeat center left 5px;
}
.breadcrumb li a {
  display: block;
}

.search-box {
  display: flex;
  align-items: center;
  padding: 40px;
  margin-top: 48px;
  background-color: #EEF2F7;
  border-radius: 12px;
  font-size: 17px;
  color: #1E2124;
}
.search-box .select-wrap {
  display: flex;
  align-items: center;
}
.search-box label {
  font-size: 17px;
  font-weight: 700;
  vertical-align: middle;
  word-break: keep-all;
}
.search-box label + select {
  margin-left: 12px;
  cursor: pointer;
}
.search-box select, .search-box input {
  height: 48px;
  font-size: 17px;
  border-color: #58616A;
}
.search-box select {
  margin-left: 12px;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  cursor: pointer;
}
.search-box input {
  margin-left: 24px;
  width: calc(100% - 248px);
}
.search-box input::-moz-placeholder {
  color: #8A949E;
}
.search-box input::placeholder {
  color: #8A949E;
}
.search-box .srch-btn {
  padding: 13px;
  margin-left: 24px;
  min-width: 86px;
  height: 48px;
  background-color: #256EF4;
  color: #fff;
  border-radius: 6px;
  transition: 0.3s ease;
}
.search-box .srch-btn span {
  color: #FFFFFF;
  font-weight: 400;
  vertical-align: middle;
}
.search-box .srch-btn .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/sub/ico_btn_srch-w.png");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.search-box .srch-btn:hover {
  background-color: #0B54DB;
}

.board-box {
  margin-top: 48px;
}
.board-box .sort {
  display: flex;
}
.board-box .sort-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.board-box .sort-box p {
  font-size: 19px;
  font-weight: 700;
  color: #1E2124;
}
.board-box .sort-box p span {
  color: #0B50D0;
}
.board-box .sort-criteria + .sort-criteria {
  margin-left: 12px;
}
.board-box .sort-criteria:last-child::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 2px;
  height: 16px;
  color: red;
  vertical-align: middle;
}
.board-box .sort-criteria label {
  font-weight: 700;
  color: #1E2124;
  vertical-align: middle;
}
.board-box .sort-criteria select {
  padding: 3px 25px 3px 5px;
  margin-left: 12px;
  min-width: auto;
  height: auto;
  border: 0;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
}
.board-box .sort-criteria p {
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  vertical-align: middle;
}
.board-box .sort-criteria .btn-sort {
  display: inline-block;
  padding: 3px 4px;
  margin-left: 12px;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 4px;
  transition: 0.3s ease;
}
.board-box .sort-criteria .btn-sort:hover {
  background-color: #EEF2F7;
}
.board-box .sort-criteria .btn-sort.active {
  background-color: #EEF2F7;
  text-decoration: underline;
}
.board-box .sort-criteria .btn-sort + .btn-sort {
  margin-left: 8px;
}

.board-card {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.board-card .card {
  display: inline-block;
  padding: 12px;
  width: calc(25% - 18px);
  border: 1px solid #B1B8BE;
  border-radius: 12px;
  font-size: 19px;
  font-weight: 700;
  color: #1E2124;
}
.board-card .card a {
  display: block;
}
.board-card .card .img {
  position: relative;
  padding-bottom: 128%;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.board-card .card img {
  position: absolute;
  left: 0;
  top: 0; /* width: 233px; height: 300px; object-fit: cover; */
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1019607843);
}
.board-card .card .tit {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-card .card .btn-file {
  width: 100%;
  padding: 2px;
  padding-right: 26px;
  margin-top: 10px;
  background-color: transparent;
  background: transparent url("../images/sub/ico_download03.png") no-repeat center right;
  background-size: 24px;
  font-size: 17px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s ease;
  border-radius: 4px;
}
.board-card .card .btn-file:hover {
  background-color: #EEF2F7;
}

.board-table table {
  width: 100%;
  border: 1px solid #4B83F0;
  border-left: 0;
  border-right: 0;
  font-size: 17px;
}
.board-table table thead {
  height: 54px;
  background-color: #EEEEEE;
  line-height: 54px;
  font-size: 15px;
  font-weight: 700;
  color: #131416;
}
.board-table table thead tr {
  border-bottom: 0;
}
.board-table table thead th + th {
  border-left: 1px solid #fff;
}
.board-table table tr {
  height: 48px;
  border-bottom: 1px solid #EEEEEE; /* line-height: 47px; */
}
.board-table table tr:last-child {
  border-bottom: 0;
}
.board-table table td {
  text-align: center;
  vertical-align: middle;
}
.board-table table td.tit a {
  display: block;
  padding: 0 10px;
  width: 97%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.board-table table td .file {
  display: inline-block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background: url("../images/sub/ico_download03.png") no-repeat center;
  background-size: 20px;
  vertical-align: middle;
}

.board-detail {
  padding-top: 48px;
}
.board-detail .detail-header {
  padding: 16px;
  border: 1px solid #6D7882;
  border-left: 0;
  border-right: 0;
  color: #131416;
}
.board-detail .detail-header h3 {
  margin-top: 0;
}
.board-detail .detail-header .txt {
  margin-top: 24px;
  text-align: right;
  font-size: 17px;
}
.board-detail .detail-header span + span {
  margin-left: 8px;
}
.board-detail .detail-header span + span::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 1px;
  height: 10px;
  background-color: #8A949E;
  vertical-align: middle;
}
.board-detail .detail-contents {
  padding: 24px;
  min-height: 440px;
  color: #131416;
}
.board-detail .detail-contents .img {
  margin: 0 auto;
}
.board-detail .detail-contents img {
  display: block;
  margin: 0 auto;
}
.board-detail .detail-contents img + pre, .board-detail .detail-contents img + p, .board-detail .detail-contents img + .txt {
  margin-top: 20px;
}
.board-detail .detail-footer {
  padding: 40px;
  border: 1px solid #B1B8BE;
  border-radius: 12px;
}
.board-detail .detail-footer .tit {
  font-size: 24px;
  font-weight: 700;
  color: #131416;
}
.board-detail .detail-footer .btn-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-top: 24px;
  border: 1px solid #CDD1D5;
  border-radius: 8px;
  font-size: 17px;
  color: #131416;
  transition: 0.3s ease;
}
.board-detail .detail-footer .btn-file:hover {
  background-color: #f7f8fa;
}
.board-detail .detail-footer .btn-file + .btn-file {
  margin-top: 16px;
}
.board-detail .detail-footer .btn-file .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-detail .detail-footer .btn-file .icon {
  padding: 6px 2px;
  padding-right: 26px;
  background: url("../images/sub/ico_download02.png") no-repeat center right 2px;
  word-break: keep-all;
}
.board-detail .goToList {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  padding: 18px 24px;
  margin-top: 48px;
  width: 94px;
  min-width: auto;
  border: 1px solid #58616A;
  border-radius: 8px;
  font-size: 19px;
  font-weight: 400;
  transition: 0.3s ease;
}

/* fap */
.faq {
  border: 1px solid #4B83F0;
  border-left: 0;
  border-right: 0;
}
.faq li {
  border-bottom: 1px solid #d9d9d9;
}
.faq li:last-child {
  border-bottom-color: #333;
}
.faq .question {
  display: flex;
  width: 100%;
}
.faq .question::after {
  content: "";
  display: block;
  clear: both;
}
.faq .question .cate {
  position: relative;
  display: block;
  width: 260px;
  text-align: center;
  font-weight: 400;
  color: #333;
  word-break: keep-all;
  padding: 14px 10px;
  box-sizing: border-box;
}
.faq .question .cate::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #d9d9d9;
}
.faq .question .title {
  position: relative;
  display: block;
  padding: 14px 44px;
  padding-left: 54px;
  width: calc(100% - 260px);
  vertical-align: middle;
}
.faq .question .title::before, .faq .question .title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.faq .question .title::before {
  left: 20px;
  background-image: url("../images/sub/ico_q.png");
}
.faq .question .title::after {
  right: 10px;
  background-image: url("../images/sub/ico_select-l.png");
  background-size: 20px;
}
.faq .question.active {
  background-color: #f0f5fc;
}
.faq .question.active .title {
  color: #333;
}
.faq .question.active .title::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq .question.active + .answer {
  display: block;
}
.faq .answer {
  position: relative;
  display: none;
  padding: 10px 20px;
  padding-left: 314px;
  border-top: 1px solid #d9d9d9;
}
.faq .answer::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 280px;
  width: 24px;
  height: 24px;
  background: url("../images/sub/ico_a.png") no-repeat center;
  background-size: 100%;
}

/* 파일 그룹 */
.attachment-wrapper {
  margin-top: 24px;
  border-top: 1px solid #6D7882;
  text-align: right;
}
.attachment-wrapper .attachment-group + .attachment-group {
  border-top: 1px solid #CDD1D5;
}
.attachment-wrapper .attachment-group .title {
  position: relative;
  display: block;
  width: 100%;
  min-height: 69px;
  text-align: left;
  font-size: 0;
}
.attachment-wrapper .attachment-group .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/sub/ico_select-l.png") no-repeat center;
  transition: 0.3s ease;
  cursor: pointer;
}
.attachment-wrapper .attachment-group .title .attachment-btn {
  display: inline-block;
  padding-right: 40px;
  margin-left: 16px;
  width: calc(100% - 40px);
  height: 69px;
  font-size: 19px;
  font-weight: 700;
  background-color: transparent;
  color: #464C53;
  text-align: left;
}
.attachment-wrapper .attachment-group .title.active::after {
  transform: rotate(180deg) translateY(50%);
}
.attachment-wrapper .attachment-group .title.active + .attachment-list {
  display: block;
}
.attachment-wrapper .attachment-group .title.active .attachment-btn {
  color: #052B57;
}
.attachment-wrapper .attachment-list {
  display: none;
  padding: 10px;
  margin-bottom: 24px;
  background-color: #F4F5F6;
  border: 1px solid #CDD1D5;
  border-radius: 10px;
}
.attachment-wrapper .attachment-list .btn-file {
  margin-top: 0;
  justify-content: start;
  background-color: #FFFFFF;
  text-align: left;
}
.attachment-wrapper .attachment-list .btn-file .chkbox-blue {
  width: 20px;
  height: 20px;
}
.attachment-wrapper .attachment-list .btn-file .chkbox-blue input:checked + label {
  background-size: 12px;
}
.attachment-wrapper .attachment-list .btn-file a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-left: 16px;
  width: 100%;
  color: #131416;
}
.attachment-wrapper .attachment-list .btn-file .txt {
  overflow: unset;
  white-space: unset;
  width: 100%;
}
.attachment-wrapper .attachment-download {
  display: inline-block;
  padding: 14px 18px;
  margin-top: 24px;
  background-color: #256EF4;
  border-radius: 4px;
  font-size: 17px;
  color: #FFFFFF;
}

.chkbox-blue {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.chkbox-blue input {
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.chkbox-blue label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #58616A;
  vertical-align: middle;
  cursor: pointer;
}
.chkbox-blue input:checked + label {
  background: #256EF4 url("../images/sub/ico_check-w.png") center no-repeat;
  background-size: 16px;
  border-color: #256EF4;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 24px auto 0;
}
.pagination .prev, .pagination .next {
  padding: 7px 8px;
  background-color: transparent;
  vertical-align: middle;
  border-radius: 4px;
  transition: 0.3s ease;
  color: #464C53;
}
.pagination .prev:hover, .pagination .next:hover {
  background-color: #ECF2FE;
}
.pagination .prev:active, .pagination .next:active {
  background-color: #D6E0EB;
}
.pagination .prev::before, .pagination .next::after {
  content: "";
  display: inline-block;
  margin-top: -4px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.pagination .prev::before {
  background-image: url("../images/sub/ico_pagination.png");
  transform: rotate(180deg);
}
.pagination .next::after {
  background-image: url("../images/sub/ico_pagination.png");
}
.pagination .link {
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination a {
  display: block;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  text-align: center;
  color: #464C53;
  font-weight: 700;
  transition: 0.3s ease;
}
.pagination a:hover {
  background-color: #ECF2FE;
}
.pagination a:active {
  background-color: #D6E0EB;
}
.pagination a.active {
  background-color: #063A74;
  color: #FFFFFF;
}
.pagination a.last {
  position: relative;
}
.pagination .link-dot {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("../images/sub/ico_omission.png") no-repeat center;
  background-size: 20px;
}

@media screen and (max-width: 1800px) {
  .side-nav-wrap {
    width: 200px;
  }
  .page-navigation-area + .contents {
    padding-right: calc(5rem + 40px);
  }
  .page-navigation-area {
    right: 20px;
    width: 10rem;
  }
}
@media screen and (max-width: 1200px) {
  .search-box {
    padding: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .search-box label + select {
    max-width: calc(100% - 42px);
  }
  .search-box input[type=text] {
    margin-left: 0;
    margin-top: 24px;
    width: calc(100% - 110px);
  }
  .search-box .srch-btn {
    margin-top: 24px;
  }
  .select-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .side-nav-wrap {
    display: none;
  }
  .side-nav-wrap + .sub-container,
  .sub-container {
    width: 100%;
  }
  .page-navigation-area + .contents {
    width: 100%;
    padding-right: calc(8rem + 40px);
  }
}
@media screen and (max-width: 986px) {
  .board-card .card {
    width: calc(33.3333333333% - 16px);
    width: calc(50% - 12px);
  }
  .board-card .card img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .page-navigation-area {
    display: none;
  }
  .page-navigation-area + .contents {
    width: 100%;
    padding-right: 0;
  }
  .sub-content .tab__menu {
    display: flex;
    flex-direction: column;
    z-index: 1;
  }
  .sub-content .tab__menu .tab__menu--item {
    border-top: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    height: auto;
    line-height: 130%;
    padding: 10px 0;
  }
  .sub-content .tab__menu .tab__menu--item + .tab__menu--item {
    border-left: 1px solid #d8d8d8;
  }
  .sub-content .tab__menu .tab__menu--item.active {
    border-bottom-width: 1px;
    border-color: #d8d8d8;
  }
  .sub-content .tab__menu--button {
    display: block;
    margin-top: 20px;
  }
  .sub-content .tab__menu--button + .tab__menu {
    display: none;
  }
  .sub-content .tab__menu--button.active + .tab__menu {
    display: block;
    position: absolute;
    width: 100%;
  }
  .sub-content .tab__menu--button.active + .tab__menu .tab__menu--item {
    padding: 10px;
    justify-content: start;
  }
  .sub-content .tab__menu.monthly {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
  }
  .sub-content .tab__menu.monthly .tab__menu--item {
    width: 20%;
    max-width: 80px;
    border-top: 1px solid #ddd;
    border-left: 0;
  }
  .sub-content .tab__menu.monthly .tab__menu--item:first-child {
    border-left: 1px solid #ddd;
  }
  .sub-content {
    padding-bottom: 50px;
  }
  .search-box {
    padding: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .search-box .select-wrap {
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
  .search-box label {
    word-break: keep-all;
  }
  .search-box label + select {
    flex: 1;
    min-width: auto;
  }
  .search-box select {
    margin-left: 0;
    width: 100%;
  }
  .search-box select + select {
    margin-top: 24px;
  }
  .search-box input[type=text] {
    margin: 24px 0;
    width: 100%;
  }
  .search-box .srch-btn {
    margin: 0;
    min-width: auto;
    width: 100%;
  }
  .board-box .sort {
    display: none;
  }
  .board-card .card {
    width: calc(50% - 12px);
  }
  .pagination {
    flex-wrap: wrap;
  }
  .pagination .prev {
    order: 1;
  }
  .pagination .next {
    order: 1;
  }
  .pagination .link {
    order: 2;
    justify-content: center;
    margin: 0 8px;
    width: 100%;
  }
  .board-detail .detail-contents {
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
  }
  .board-detail .detail-footer {
    padding: 24px;
  }
  .detail-footer .btn-file {
    position: relative;
    height: 90px;
  }
  .detail-footer .btn-file .txt {
    position: absolute;
    left: 16px;
    top: 12px;
    width: calc(100% - 32px);
  }
  .detail-footer .btn-file .icon {
    position: absolute;
    right: 16px;
    bottom: 12px;
    word-break: keep-all;
  }
  .board-table .mobile-block tr {
    display: block;
    margin: 0;
    height: auto;
    font-size: 0;
    border: 0;
    border-radius: 0;
    line-height: normal;
  }
  .board-table .mobile-block tr + tr {
    border-top: 1px solid #EEEEEE;
  }
  .board-table .mobile-block .tit a {
    padding: 0;
  }
  .board-table .mobile-block .m-none {
    display: none;
  }
  .board-table .mobile-block td {
    border: 0;
  }
  .board-table .mobile-block .m-show {
    display: inline-block;
    width: 50%;
  }
  .board-table .mobile-block .m-show:last-child {
    position: relative;
  }
  .board-table .mobile-block .m-show:last-child::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #8A949E;
    vertical-align: middle;
  }
  .faq {
    font-size: 17px;
  }
  .faq .question .cate {
    display: none;
  }
  .faq .question .title {
    width: 100%;
  }
  .faq .answer {
    padding-left: 54px;
  }
  .faq .answer::before {
    left: 20px;
  }
  .attachment-wrapper .attachment-group .title .attachment-btn {
    padding: 20px 40px 20px 0;
    height: auto;
  }
  .attachment-wrapper .attachment-list .btn-file {
    flex-direction: column;
    align-items: start;
    margin-top: 0;
    height: auto;
  }
  .attachment-wrapper .attachment-list .btn-file a {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 0;
    margin-top: 16px;
  }
  .attachment-wrapper .attachment-list .btn-file a .txt, .attachment-wrapper .attachment-list .btn-file a .icon {
    position: static;
  }
}
@media screen and (max-width: 450px) {
  .board-card .card {
    width: 100%;
  }
}