/* CSS Document */
.downloadBox .documentList .downloadLink svg, .downloadBox .documentList .downloadLink::before, .downloadBox .documentList .downloadLink, .selectWrap .selectMain::before {
  transition: all 0.4s ease-in-out;
}

.rightBox {
  position: relative;
}

.articleTitle.report {
  padding: 0 210px 12px 0;
}
@media (max-width: 1180px) {
  .articleTitle {
    padding: 12px 0;
  }
  .articleTitle.report {
    padding: 70px 0 20px;
  }
}

.selectWrap {
  width: 200px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.selectWrap .selectMain {
  position: relative;
  border: 1px solid #d9d9d9;
  color: #333;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 5px 20px 5px 10px;
}
.selectWrap .selectMain::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-60%) rotate(135deg);
}
.selectWrap .selectMain.open::before {
  transform: translateY(calc(-50% + 3px)) rotate(-45deg);
}
.selectWrap .selectList {
  border: 1px solid #d9d9d9;
  border-top: none;
  display: none;
  padding: 0px 0px 0;
  max-height: 65vh;
  max-height: 65dvh;
  overflow-y: auto;
}
.selectWrap .selectList::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.selectWrap .selectList::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #f1f1f1;
}
.selectWrap .selectList::-webkit-scrollbar-thumb {
  background: #2a59a7;
}
.selectWrap .selectList .selectItem:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.selectWrap .selectList .title a {
  display: block;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 10px;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 1181px) {
  .selectWrap .selectList .title a:hover {
    background-color: #f1f7fb;
    color: #2a59a7;
  }
}
@media (max-width: 1180px) {
  .selectWrap {
    width: 100%;
    max-width: 450px;
    left: 50%;
    translate: -50% 0;
    text-align: left;
  }
}

.downloadBox {
  padding: 50px 0;
}
.downloadBox .sectionTitle {
  padding: 0 0 15px;
}
.downloadBox .documentList {
  border: 1px solid #d9d9d9;
}
.downloadBox .documentList .documentItem {
  display: flex;
  padding: 0px 20px;
}
.downloadBox .documentList .documentItem:nth-child(odd) {
  background-color: rgba(42, 89, 167, 0.1);
}
.downloadBox .documentList .documentItem:first-child {
  padding: 10px 20px;
  background: #2a59a7;
}
.downloadBox .documentList .documentItem:first-child .title,
.downloadBox .documentList .documentItem:first-child .downloadLink {
  color: #fff;
  padding: 0;
}
.downloadBox .documentList .documentItem:first-child .downloadLink {
  padding: 0;
  height: 20px;
}
.downloadBox .documentList .documentItem:first-child .downloadLink::before {
  background-color: #fff;
}
.downloadBox .documentList .documentItem:first-child .downloadLink::after {
  display: none;
}
.downloadBox .documentList .title {
  width: calc(100% - 200px);
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 15px 0;
}
.downloadBox .documentList .downloadLink {
  text-align: center;
  display: inline-block;
  width: 200px;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 0;
  letter-spacing: 1px;
  overflow: hidden;
}
.downloadBox .documentList .downloadLink::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #000;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}
.downloadBox .documentList .downloadLink svg {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../images/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media (min-width: 1081px) and (min-width: 1181px) {
  .downloadBox .documentList .downloadLink:hover {
    color: transparent;
  }
  .downloadBox .documentList .downloadLink:hover svg {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 840px) {
  .downloadBox .documentList .title {
    width: calc(100% - 100px);
  }
  .downloadBox .documentList .downloadLink {
    width: 100px;
  }
}
@media (max-width: 640px) {
  .downloadBox .documentList .documentItem {
    padding-right: 0;
  }
  .downloadBox .documentList .documentItem:first-child {
    padding-right: 0;
  }
  .downloadBox .documentList .documentItem:first-child .title {
    width: calc(100% - 80px);
  }
  .downloadBox .documentList .documentItem:first-child .downloadLink {
    width: 80px;
  }
  .downloadBox .documentList .title {
    width: calc(100% - 40px);
  }
  .downloadBox .documentList .downloadLink {
    width: 40px;
    font-size: 14px;
    letter-spacing: 0;
    color: transparent;
    height: 50px;
  }
  .downloadBox .documentList .downloadLink::before {
    display: none;
  }
  .downloadBox .documentList .downloadLink::after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
  }
}

.moreInfoBox {
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #d9d9d9;
}
.moreInfoBox .sectionTitle {
  margin-bottom: 20px;
}
.moreInfoBox .boxWrap {
  padding-bottom: 25px;
}
.moreInfoBox h4,
.moreInfoBox .infotitle {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
.moreInfoBox h4::before,
.moreInfoBox .infotitle::before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #2a59a7;
  position: absolute;
  top: 2px;
  left: 0;
}
.moreInfoBox p {
  padding-left: 10px;
  color: #636363;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.moreInfoBox p.subtitle {
  padding-bottom: 5px;
  color: #333;
}
@media (max-width: 1180px) {
  .moreInfoBox {
    margin-top: 20px;
    border-top: none;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

@media (max-width: 1180px) {
  .classNote {
    border-bottom: 1px solid #d9d9d9;
  }
}