@charset "UTF-8";
.indexAllWrap .moreButton {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.indexAllWrap .moreButton span {
  color: #1b3b86;
}
.indexAllWrap .moreButton:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.indexAllWrap .moreButton .arrowWhiteIcon {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  margin-top: 2px;
  background-position: center;
  background-image: url(../images/rightArrowWitheIcon.svg);
  background-repeat: no-repeat;
}
.indexAllWrap .moreButton .arrowIcon {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  margin-top: 2px;
  background-position: center;
  background-image: url(../images/rightArrowIcon.svg);
  background-repeat: no-repeat;
}
.indexAllWrap h2 {
  font-size: 30px;
  font-weight: 700;
}
.indexAllWrap span {
  color: #1b3b86;
  font-weight: 700;
}
.indexAllWrap h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;
}
.indexAllWrap .mVisual {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.indexAllWrap .mWrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  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;
}
.indexAllWrap .mWrap .mTitle {
  width: 1320px;
  top: 37%;
  left: 0%;
  z-index: 1;
  gap: 100px;
}
.indexAllWrap .mWrap .mTitle h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px;
}
.indexAllWrap .mWrap .mTitle h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
}
.indexAllWrap .mWrap video {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  min-height: 1070px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  opacity: 0.4;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexAllWrap .contentsWrap {
  max-width: 1320px;
  height: auto;
  margin: 0 auto;
  padding: 100px 0px;
}
.indexAllWrap .contentsWrap p {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 46px;
}
.indexAllWrap .contentsWrap .infoAreaList {
  width: 300px;
}
.indexAllWrap .contentsWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.indexAllWrap .contentsWrap ul li {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.indexAllWrap .contentsWrap ul li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.indexAllWrap .contentsWrap ul li .itemImg01 {
  width: 300px;
  height: 340px;
  margin-top: 40px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/img-forum1.jpg);
}
.indexAllWrap .contentsWrap ul li .itemImg02 {
  width: 300px;
  height: 340px;
  margin-top: 40px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/img-forum2.jpg);
}
.indexAllWrap .contentsWrap ul li .itemImg03 {
  width: 300px;
  height: 340px;
  margin-top: 40px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/img-forum3.jpg);
}
.indexAllWrap .contentsWrap ul li .itemImg04 {
  width: 300px;
  height: 340px;
  margin-top: 40px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/img-forum4.jpg);
}
.indexAllWrap .contentsWrap .infoAreaTitle {
  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;
  margin-bottom: 40px;
}
.indexAllWrap .aboutOrgWrap {
  background-image: url(../images/middelBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
.indexAllWrap .aboutOrgWrap .aboutOrg {
  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;
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 0px;
}
.indexAllWrap .aboutOrgWrap .aboutOrg .orgRightWrap .orgRightImg {
  width: 600px;
  height: 380px;
  background-image: url(../images/orgRightImg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
.indexAllWrap .aboutOrgWrap .aboutOrg .aboutOrgText {
  margin-bottom: 30px;
}
.indexAllWrap .aboutOrgWrap .aboutOrg .aboutOrgText p {
  font-size: 18px;
  margin-top: 12px;
}
.indexAllWrap .aboutOrgWrap .aboutOrg .aboutOrgTitle {
  margin-bottom: 30px;
  line-height: 1.3;
}
.indexAllWrap .activeListWrap {
  background-image: url(../images/middleBg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
}
.indexAllWrap .activeListWrap h2 {
  color: #fff;
}
.indexAllWrap .activeListWrap h2 span {
  color: #dbe6ff;
}
.indexAllWrap .activeListWrap p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}
.indexAllWrap .activeListWrap .activeList {
  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;
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 0px;
}
.indexAllWrap .activeListWrap .activeList .activeTitle {
  line-height: 1.3;
}
.indexAllWrap .activeListWrap .activeList .activeTitle span {
  color: #fff;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 50px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon01 span {
  font-size: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon01 .membershipCard {
  width: 90px;
  height: 70px;
  background-image: url(../images/membershipCardIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon01 .scholarship {
  width: 82px;
  height: 70px;
  background-image: url(../images/scholarshipIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon01 .alumniNewsletter {
  width: 65px;
  height: 71px;
  background-image: url(../images/alumniNewsletterIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon01 .memberNetwork {
  width: 73px;
  height: 70px;
  background-image: url(../images/memberNetworkIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon01 .memberCompany {
  width: 76px;
  height: 70px;
  background-image: url(../images/memberCompanyIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon01 .volunteer {
  width: 70px;
  height: 70px;
  background-image: url(../images/volunteerIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon02 span {
  font-size: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon02 .membershipCard {
  width: 90px;
  height: 70px;
  background-image: url(../images/membershipCardIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon02 .scholarship {
  width: 82px;
  height: 70px;
  background-image: url(../images/scholarshipIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon02 .alumniNewsletter {
  width: 65px;
  height: 71px;
  background-image: url(../images/alumniNewsletterIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon02 .memberNetwork {
  width: 73px;
  height: 70px;
  background-image: url(../images/memberNetworkIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon02 .memberCompany {
  width: 76px;
  height: 70px;
  background-image: url(../images/memberCompanyIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon02 .volunteer {
  width: 70px;
  height: 70px;
  background-image: url(../images/volunteerIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon03 span {
  font-size: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon03 .membershipCard {
  width: 90px;
  height: 70px;
  background-image: url(../images/membershipCardIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon03 .scholarship {
  width: 82px;
  height: 70px;
  background-image: url(../images/scholarshipIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon03 .alumniNewsletter {
  width: 65px;
  height: 71px;
  background-image: url(../images/alumniNewsletterIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon03 .memberNetwork {
  width: 73px;
  height: 70px;
  background-image: url(../images/memberNetworkIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon03 .memberCompany {
  width: 76px;
  height: 70px;
  background-image: url(../images/memberCompanyIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon03 .volunteer {
  width: 70px;
  height: 70px;
  background-image: url(../images/volunteerIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon04 span {
  font-size: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon04 .membershipCard {
  width: 90px;
  height: 70px;
  background-image: url(../images/membershipCardIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon04 .scholarship {
  width: 82px;
  height: 70px;
  background-image: url(../images/scholarshipIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon04 .alumniNewsletter {
  width: 65px;
  height: 71px;
  background-image: url(../images/alumniNewsletterIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon04 .memberNetwork {
  width: 73px;
  height: 70px;
  background-image: url(../images/memberNetworkIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon04 .memberCompany {
  width: 76px;
  height: 70px;
  background-image: url(../images/memberCompanyIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon04 .volunteer {
  width: 70px;
  height: 70px;
  background-image: url(../images/volunteerIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon05 span {
  font-size: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon05 .membershipCard {
  width: 90px;
  height: 70px;
  background-image: url(../images/membershipCardIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon05 .scholarship {
  width: 82px;
  height: 70px;
  background-image: url(../images/scholarshipIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon05 .alumniNewsletter {
  width: 65px;
  height: 71px;
  background-image: url(../images/alumniNewsletterIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon05 .memberNetwork {
  width: 73px;
  height: 70px;
  background-image: url(../images/memberNetworkIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon05 .memberCompany {
  width: 76px;
  height: 70px;
  background-image: url(../images/memberCompanyIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon05 .volunteer {
  width: 70px;
  height: 70px;
  background-image: url(../images/volunteerIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon06 span {
  font-size: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon06 .membershipCard {
  width: 90px;
  height: 70px;
  background-image: url(../images/membershipCardIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon06 .scholarship {
  width: 82px;
  height: 70px;
  background-image: url(../images/scholarshipIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon06 .alumniNewsletter {
  width: 65px;
  height: 71px;
  background-image: url(../images/alumniNewsletterIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon06 .memberNetwork {
  width: 73px;
  height: 70px;
  background-image: url(../images/memberNetworkIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon06 .memberCompany {
  width: 76px;
  height: 70px;
  background-image: url(../images/memberCompanyIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeIconArea .activeIcon06 .volunteer {
  width: 70px;
  height: 70px;
  background-image: url(../images/volunteerIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.indexAllWrap .activeListWrap .activeList .activeText {
  margin-top: 20px;
}
.indexAllWrap .noticeWrap {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 0px;
}
.indexAllWrap .noticeWrap .noticeList ul li {
  border-bottom: 1px solid #cfcfcf;
}
.indexAllWrap .noticeWrap .noticeList ul li .noticeArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
}
.indexAllWrap .noticeWrap .noticeList ul li .noticeArea:hover {
  background-color: #f9f9f9;
}
.indexAllWrap .noticeWrap .noticeList ul li .noticeArea.fix {
  position: relative;
}
.indexAllWrap .noticeWrap .noticeList ul li .noticeArea.fix::before {
  content: "📌";
  position: absolute;
  left: 1263px;
  font-size: 20px;
}
.indexAllWrap .noticeWrap .noticeList ul li .noticeArea .noticeText h3 {
  margin: 0px;
}
.indexAllWrap .noticeWrap .noticeList ul li .noticeArea .noticeText .noticeDate {
  margin-top: 8px;
}
.indexAllWrap .noticeWrap .noticeList ul li .noticeArea .noticeText .noticeDate .noticeDateText {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.indexAllWrap .noticeWrap .noticeList ul li .noticeArea .noticeText .noticeDate .noticeDateText::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 1px;
  height: 20px;
  background-color: #cfcfcf;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.indexAllWrap .noticeWrap .noticeList ul li .noticeArea .noticeText .noticeDate span {
  font-size: 16px;
  color: #999999;
  font-weight: 500;
}
.indexAllWrap .noticeWrap .noticeList ul li .noticeArea .noticeTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.indexAllWrap .noticeWrap .noticeList ul li .noticeArea .noticeTitle span {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background-color: #1b3b86;
  padding: 6px 38px;
  border-radius: 10px;
}
.indexAllWrap .noticeWrap .noticeList ul li span {
  font-size: 18px;
}
.indexAllWrap .noticeWrap .noticeList ul li h5 {
  margin-top: 8px;
  font-size: 18px;
}
.indexAllWrap .noticeWrap .noticeTitleWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #cfcfcf;
}