.documentList .downBtn .btn svg, .documentList .downBtn .btn, .documentList .docCategory, .documentList .documentItem {
  transition: all 0.5s ease-in-out;
}

.note {
  padding: 10px;
  font-size: 15px;
  line-height: 1.6;
  background-color: #f1f1f1;
}
.note a {
  font-size: 18px;
  color: #0069b7;
}
@media (min-width: 1181px) {
  .note a:hover {
    text-decoration: underline;
  }
}

.documentBox {
  background-color: #f1f1f1;
  padding: 40px;
  border-radius: 0.4rem;
}

.documentList {
  width: 100%;
}
.documentList .documentItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.documentList .documentItem:first-child .docCategory {
  border-bottom: 2px solid #000;
}
.documentList .documentItem:first-child .docInfo {
  border-bottom: 2px solid #000;
}
.documentList .documentItem:first-child .docName {
  border-bottom: 2px solid #000;
}
.documentList .documentItem:first-child .docLink {
  border-bottom: 2px solid #000;
}
@media (max-width: 680px) {
  .documentList .documentItem:first-child {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .documentList .documentItem:first-child .docCategory {
    display: none;
  }
  .documentList .documentItem:first-child .docLink {
    border-bottom: unset;
    display: none;
  }
}
@media (min-width: 1181px) {
  .documentList .documentItem:hover .docCategory {
    color: #0069b7;
  }
  .documentList .documentItem:hover .docName a {
    color: #0069b7;
  }
  .documentList .documentItem:hover .downBtn a {
    background-color: #060303;
  }
  .documentList .documentItem:hover .downBtn a svg {
    stroke: #fff;
  }
}
.documentList .text.ellipsis {
  height: 20px;
}
.documentList .docCategory {
  width: 9%;
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 10px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (max-width: 1180px) {
  .documentList .docCategory {
    width: 120px;
  }
}
@media (max-width: 680px) {
  .documentList .docCategory {
    display: none;
  }
}
.documentList .docName {
  width: 35%;
  border-bottom: 2px solid #d6d6d6;
  padding-left: 10px;
  padding-bottom: 10px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.documentList .docName a {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  display: block;
}
@media (max-width: 1180px) {
  .documentList .docName {
    width: 200px;
  }
}
@media (max-width: 680px) {
  .documentList .docName {
    width: 100%;
    padding-right: 40px;
  }
}
.documentList .docInfo {
  width: calc(55% - 90px);
  padding-left: 10px;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 10px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (max-width: 1180px) {
  .documentList .docInfo {
    width: 40%;
  }
}
@media (max-width: 680px) {
  .documentList .docInfo {
    display: none;
  }
}
.documentList .docLink {
  width: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 10px;
  height: 50px;
}
@media (max-width: 680px) {
  .documentList .docLink {
    width: 35px;
    height: 35px;
    border-bottom: unset;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-bottom: unset;
    padding: 0;
    margin: auto !important;
  }
}
.documentList .downBtn {
  width: 35px;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 680px) {
  .documentList .downBtn {
    margin-bottom: 15px;
  }
}
.documentList .downBtn .btn {
  width: 100%;
  height: 100%;
  border: 1.5px solid #060303;
  color: transparent;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.documentList .downBtn .btn svg {
  width: 15px;
  height: 15px;
  stroke: #060303;
}