/* CSS Document */
.mainArea {
  padding-top: 95px;
}
.mainArea .contentBox {
  padding-top: 50px;
  padding-bottom: 50px;
}

.titleBox {
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .classBox.classRowBox {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1180px) {
  .classBox > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.classBox .classLink li:before {
  display: none;
}
.classBox .classLink li:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 21px;
  background-color: #c2c2c2;
}
.classBox .classLink li:last-child:after {
  display: none;
}
@media (min-width: 1024px) {
  .classBox .classLink li a {
    color: #898989;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.1px;
    line-height: 1.409;
    padding: 20px 46px;
  }
}
.classBox .classLink li a.current {
  color: #90c31f;
}
@media (min-width: 1201px) {
  .classBox .classLink li a:hover {
    color: #90c31f;
  }
}
.classBox .classLink li a:after {
  display: none;
}

.resultBox {
  padding: 5px 0 52px;
}
.resultBox .item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resultBox .item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.resultBox .Txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 20px;
}
.resultBox .Txt .title {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
}
.resultBox .Txt .title a {
  display: inline-block;
}
.resultBox .Txt .exp {
  color: #888;
}
.resultBox .linkBox {
  display: block;
  width: 100px;
  height: 100%;
  text-align: right;
}
.resultBox .linkBox a {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #898989;
  position: relative;
}
.resultBox .linkBox a:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(calc(-50% - 1px), -50%, 0) rotate(45deg);
          transform: translate3d(calc(-50% - 1px), -50%, 0) rotate(45deg);
}
.resultBox .linkBox a:hover {
  background-color: #90c31f;
}

.titleStyle {
  margin-bottom: 20px;
}

.keywordBox {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .keywordBox {
    padding-top: 15px;
  }
}
.keywordBox .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
  color: #000;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 360px) {
  .keywordBox .title {
    font-size: 28px;
  }
}
.keywordBox .title:before {
  content: "";
  width: 1px;
  height: 16px;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
}
.keywordBox .keywordText {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.keywordBox .keywordText p {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #000;
  font-weight: 400;
  position: relative;
}
.keywordBox .keywordText p:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #90c31f;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.keywordBox .totalBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: auto;
}
.keywordBox .totalBox p {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  color: #888;
}
.keywordBox .totalBox p.totalNum {
  padding: 0 3px;
}

@media (max-width: 768px) {
  .keywordBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .keywordBox .title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 20px;
  }
  .keywordBox .title:before {
    display: none;
  }
  .keywordBox .keywordText {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    padding-left: 20px;
    position: relative;
  }
  .keywordBox .keywordText:before {
    content: "";
    width: 3px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
  }
  .keywordBox .totalBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .resultBox .Txt {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: calc(100% - 45px);
  }
  .resultBox .linkBox {
    width: 45px;
  }
}
@media (max-width: 480px) {
  .resultBox .item {
    padding: 20px 20px 30px;
  }
  .resultBox .Txt {
    width: calc(100% - 35px);
    padding-right: 10px;
  }
  .resultBox .linkBox {
    width: 35px;
  }
  .resultBox .linkBox a {
    position: relative;
    right: -5px;
  }
}
.documentList {
  -webkit-box-shadow: 0px 7px 7.36px 0.64px rgba(143, 143, 143, 0.11);
          box-shadow: 0px 7px 7.36px 0.64px rgba(143, 143, 143, 0.11);
}
.documentList .documentItem {
  font-size: 18px;
  letter-spacing: 1.08px;
  line-height: 1.888;
}
@media (min-width: 1201px) {
  .documentList .documentItem:hover:not(:first-child) {
    color: #90c31f;
  }
  .documentList .documentItem:hover:not(:first-child) .item .name .title a {
    color: #90c31f;
  }
  .documentList .documentItem:hover:not(:first-child) .item .name .title a svg {
    color: #90c31f;
  }
  .documentList .documentItem:hover:not(:first-child) .item .download a {
    color: #ffffff;
    background-color: #00682c;
  }
}
.documentList .documentItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.documentList .documentItem .item > div:not(.name) {
  padding-left: 10px;
  padding-right: 10px;
}
.documentList .documentItem .name {
  width: calc(100% - 565px);
  padding-left: 42px;
  padding-right: 42px;
}
.documentList .documentItem .name .title a {
  color: #4b4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.documentList .documentItem .name .title a svg {
  width: 11px;
  vertical-align: -4px;
  margin-right: 22px;
}
.documentList .documentItem .name .title a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}
@media (min-width: 1201px) {
  .documentList .documentItem .name .title a:hover {
    color: #90c31f;
  }
  .documentList .documentItem .name .title a:hover svg {
    color: #90c31f;
  }
}
.documentList .documentItem .type {
  width: 170px;
  text-align: center;
  text-transform: uppercase;
}
.documentList .documentItem .date {
  width: 235px;
  text-align: center;
  font-weight: 600;
}
.documentList .documentItem .download {
  width: 160px;
  text-align: center;
}
.documentList .documentItem:first-child {
  color: #ffffff;
  font-weight: bold;
  background-color: #000000;
  border-bottom: 4px solid #389961;
}
.documentList .documentItem:first-child .item > div {
  padding-top: 17px;
  padding-bottom: 14px;
}
.documentList .documentItem:not(:first-child) {
  color: #747474;
  font-weight: 500;
  background-color: #ffffff;
}
.documentList .documentItem:not(:first-child):nth-child(even) {
  background-color: #f7f7f7;
}
.documentList .documentItem:not(:first-child) .item > div {
  padding-top: 26px;
  padding-bottom: 22px;
  position: relative;
}
.documentList .documentItem:not(:first-child) .item > div:not(.download):after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  content: "";
  width: 1px;
  height: 21px;
  background-color: #d3d3d3;
}
.documentList .documentItem:not(:first-child) .download a {
  color: #323232;
  display: inline-block;
  border: 2px solid #e0e0e0;
  padding: 1px 27px 0 25px;
}
@media (min-width: 1201px) {
  .documentList .documentItem:not(:first-child) .download a:hover {
    color: #ffffff;
    background-color: #00682c;
  }
}
@media (max-width: 992px) {
  .documentList .documentItem {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
  .documentList .documentItem .name {
    width: calc(100% - 400px);
    padding-left: 30px;
    padding-right: 30px;
  }
  .documentList .documentItem .type {
    width: 100px;
  }
  .documentList .documentItem .date {
    width: 160px;
  }
  .documentList .documentItem .download {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .documentList .documentItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .documentList .documentItem .item > div {
    width: 100%;
    text-align: left;
  }
  .documentList .documentItem:first-child .item {
    padding: 15px 20px;
  }
  .documentList .documentItem:first-child .item .name {
    padding: 0;
  }
  .documentList .documentItem:not(:first-child) .item {
    padding: 20px;
  }
  .documentList .documentItem:not(:first-child) .item > div {
    padding: 0;
  }
  .documentList .documentItem:not(:first-child) .item > div:not(.download):after {
    display: none;
  }
  .documentList .documentItem:not(:first-child) .item .type,
  .documentList .documentItem:not(:first-child) .item .date,
  .documentList .documentItem:not(:first-child) .item .download {
    display: none;
  }
  .documentList .documentItem:first-child .item .type,
  .documentList .documentItem:first-child .item .date,
  .documentList .documentItem:first-child .item .download {
    display: none;
  }
}