.typeLayout.type4_1 .documentList .documentItem .icon svg path,
.typeLayout.type4_1 .documentList .documentItem .title {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.mainArea {
    padding-bottom: 50px;
}
@media (max-width: 1200px) {
    .mainArea {
        padding-bottom: 50px;
    }
}
.typeLayout.type4_1 {
    padding-top: 30px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_1 {
        padding-top: 30px;
    }
}
.typeLayout.type4_1 .topNote {
    margin-bottom: 69px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_1 .topNote {
        margin-bottom: 45px;
    }
}
.typeLayout.type4_1 .wrap {
    /*max-width: 1540px;*/
    max-width: 1280px;
}
.typeLayout.type4_1 .classHeadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 35px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_1 .classHeadBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .typeLayout.type4_1 .classHeadBox {
        padding-bottom: 5px;
    }
}
.typeLayout.type4_1 .classHeadBox > .title {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1200px) {
    .typeLayout.type4_1 .classHeadBox > .title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
.typeLayout.type4_1 .classHeadBox > .title .note {
    font-size: 22px;
    font-weight: 500;
    margin-left: 20px;
    padding-right: 32px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_1 .classHeadBox > .title .note {
        margin-left: 10px;
        padding-right: 0;
    }
}
.typeLayout.type4_1 .classHeadBox .line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 90px;
    background-clip: content-box;
    background-color: #e5e5e5;
    height: 1px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_1 .classHeadBox .line {
        display: none;
    }
}
.typeLayout.type4_1 .classHeadBox .selectBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}
@media (max-width: 1200px) {
    .typeLayout.type4_1 .classHeadBox .selectBox {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
}
.typeLayout.type4_1 .classHeadBox .selectBox .title {
    color: #333333;
    font-size: 17px;
    display: inline-block;
    margin-right: 30px;
    letter-spacing: 1px;
}
@media (max-width: 1200px) {
    .typeLayout.type4_1 .classHeadBox .selectBox .title {
        display: none;
    }
}
.typeLayout.type4_1 .classHeadBox .selectBox .selector {
    min-width: 240px;
    border-radius: 99px;
    border: 1px solid #c5c5c5;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 1200px) {
    .typeLayout.type4_1 .classHeadBox .selectBox .selector {
        width: 100%;
        margin-bottom: 30px;
    }
}
.typeLayout.type4_1 .classHeadBox .selectBox .selector .icon {
    position: absolute;
    right: 30px;
}
.typeLayout.type4_1 .classHeadBox .selectBox .selector select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 60px;
    border: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 50px;
    font-size: 17px;
    color: #333333;
}
@media (max-width: 1200px) {
    .typeLayout.type4_1 .classHeadBox .selectBox .selector select {
        height: 52px;
    }
}
.typeLayout.type4_1 .documentList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.typeLayout.type4_1 .documentList .documentItem {
    width: 16.6666666667%;
    padding: 0 15px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1600px) {
    .typeLayout.type4_1 .documentList .documentItem {
        width: 20%;
    }
}
@media (max-width: 1400px) {
    .typeLayout.type4_1 .documentList .documentItem {
        width: 25%;
    }
}
@media (max-width: 1200px) {
    .typeLayout.type4_1 .documentList .documentItem {
        width: 33.3333333333%;
    }
}
@media (max-width: 720px) {
    .typeLayout.type4_1 .documentList .documentItem {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .typeLayout.type4_1 .documentList .documentItem {
        width: 100%;
    }
}
.typeLayout.type4_1 .documentList .documentItem .item {
    padding: 62px 30px 26px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    position: relative;
    width: 100%;
    -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (max-width: 1600px) {
    .typeLayout.type4_1 .documentList .documentItem .item {
        padding: 40px 20px 16px;
    }
}
.typeLayout.type4_1 .documentList .documentItem .item:hover {
    border-color: #004998;
}
.typeLayout.type4_1 .documentList .documentItem .item:hover .icon svg path {
    stroke: #004998;
}
.typeLayout.type4_1 .documentList .documentItem .item:hover .title {
    color: #004998;
}
.typeLayout.type4_1 .documentList .documentItem .item .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.typeLayout.type4_1 .documentList .documentItem .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3px;
}
.typeLayout.type4_1 .documentList .documentItem .info .note {
    font-size: 13px;
    color: #444444;
    padding-right: 20px;
    position: relative;
}
.typeLayout.type4_1 .documentList .documentItem .info .note:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 1px;
    background-color: #dddddd;
    right: 9px;
    top: 2px;
}
.typeLayout.type4_1 .documentList .documentItem .info .year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    color: #004998;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.typeLayout.type4_1 .documentList .documentItem .info .year img {
    margin-left: 8px;
    width: 10px;
    height: 10px;
    display: block;
}
.typeLayout.type4_1 .documentList .documentItem .title {
    color: #333333;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.typeLayout.type4_1 .documentList .documentItem .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
}
.typeLayout.type4_1 .documentList .documentItem .icon svg {
    width: 60px;
    height: 60px;
}



.boardWrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  font-family: sans-serif;
}
.boardRow {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}
.titleCell {
  width: 200px;
  max-width: 40%;
  background-color: #e7eef3;
  color: #0f4266;
  padding: 20px;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.nameCell {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0px;
  background-color: #f9f9f9;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
.nameCell span {
  min-width: 80px;
}