.archive .pageTitle {
  font-size: 1.57rem;
  font-weight: 700;
  color: #fff;
  background-color: #212121;
  padding: 14px 0 14px 18px;
}

@media (max-width: 991px) {
  .archive .pageTitle {
    font-size: 1.2rem;
  }
}

.archiveList ul {
  margin-top: 30px;
  border-top: 1px solid #7c7c7c;
}

.archiveList li {
  border-bottom: 1px solid #7C7C7C;
  position: relative;
  margin-top: 1px;
}

.archiveList a {
  padding: 12px 20px;
  display: block;
  background-color: #fff;
}

.archiveList a:hover .archiveList_title:after {
  right: 15px;
}

.archiveList_category {
  width: 143px;
  height: 23px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.92rem;
  padding-top: 2px;
}

@media (max-width: 991px) {
  .archiveList_category {
    width: 135px;
    margin-right: 5px;
    font-size: 0.85rem;
  }
}

.archiveList_category_wrap {
  vertical-align: middle;
}

.archiveList time {
  width: 97px;
  display: inline-block;
  font-size: 0.92rem;
  font-family: 'Rubik';
  vertical-align: middle;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .archiveList time {
    font-size: 0.85rem;
    padding-top: 2px;
  }
}

.archiveList .seminar_time {
  width: 165px;
}

@media (max-width: 991px) {
  .archiveList .seminar_time {
    width: 145px;
    font-size: 0.82rem;
    padding-top: 2px;
  }
}

.archiveList_title {
  font-size: 1rem;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .archiveList_title {
    display: block;
    max-width: 90%;
    margin-top: 10px;
  }
}

.archiveList_title:after {
  content: '\e5e1';
  font-family: 'MAterial Icons';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #EF8200;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  font-size: 1.5rem;
}

@media (max-width: 1199px) {
  .archiveList_title:after {
    right: 10px;
  }
}

.pagerArea {
  margin-top: 20px;
}

.pagerArea span,
.pagerArea a {
  line-height: 1;
  padding: 19px 10px 8px;
  margin-right: 5px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 0 0 #7C7C7C;
          box-shadow: 0 2px 0 0 #7C7C7C;
}

@media (max-width: 991px) {
  .pagerArea span,
  .pagerArea a {
    padding: 20px 0;
    margin-top: 10px;
  }
}

.pagerArea span {
  background-color: #707070;
  color: #ffffff;
  height: 50px;
  width: 50px;
  text-align: center;
  font-family: 'Rubik';
}

.pagerArea span.dots {
  background-color: transparent;
  color: #333333;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagerArea a {
  background-color: #ffffff;
  color: #000000;
  height: 50px;
  width: 50px;
  text-align: center;
  font-family: 'Rubik';
}

.pagerArea a:hover {
  background-color: #707070;
  color: #ffffff;
  opacity: 1;
}

.searchArchive h2 {
  font-size: 1.57rem;
  font-weight: 700;
  color: #fff;
  background-color: #212121;
  padding: 14px 18px;
}

.archive-example .intro {
  margin-top: 3px;
}

.archive-example .introBlock {
  background-color: #fff;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.archive-example .introBlock a {
  padding: 20px;
  display: inline-block;
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .archive-example .introBlock a {
    padding: 20px;
  }
}

.archive-example .introBlock a:hover {
  opacity: 1;
}

.archive-example .introBlock a:hover .btn-pdf:after {
  width: 100%;
}

.archive-example .introThum {
  float: left;
  width: 24%;
}

@media (max-width: 991px) {
  .archive-example .introThum {
    float: none;
    width: 100%;
  }
}

.archive-example .introThum img {
  border-radius: 5px;
  width: 200px;
  height: 200px;
}

@media (max-width: 1919px) and (min-width: 1200px) {
  .archive-example .introThum img {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .archive-example .introThum img {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 991px) {
  .archive-example .introThum img {
    width: 180px;
    height: 180px;
    margin: auto;
  }
}

.archive-example .introDtail {
  float: right;
  width: 76%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .archive-example .introDtail {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .archive-example .introDtail {
    width: 100%;
  }
}

.archive-example .introTitle {
  font-size: 1.85rem;
  color: #3E7700;
  font-weight: 600;
}

@media (max-width: 991px) {
  .archive-example .introTitle {
    font-size: 1.5rem;
    margin-top: 25px;
  }
}

.archive-example .introName {
  font-weight: 600;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .archive-example .introName {
    font-size: 0.85rem;
  }
}

.archive-example .introComment {
  margin-top: 25px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .archive-example .introComment {
    font-size: 0.85rem;
  }
}

.archive-example .pdfLink .btn-pdf {
  color: #ffffff;
  background-color: #F1862E;
  border-radius: 3px;
  text-align: center;
  padding: 11px 0px 11px 20px;
  position: relative;
  width: 175px;
  font-weight: 700;
  display: inline-block;
  -webkit-box-shadow: 0 3px 0 0 #7c3f11;
          box-shadow: 0 3px 0 0 #7c3f11;
  margin-top: 25px;
}

@media (max-width: 991px) {
  .archive-example .pdfLink .btn-pdf {
    width: 100%;
  }
}

.archive-example .pdfLink .btn-pdf span {
  position: relative;
  z-index: 1;
}

.archive-example .pdfLink .btn-pdf span:before {
  font-family: 'MAterial Icons Outlined';
  content: '\e873';
  position: absolute;
  left: -30px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.71rem;
  font-weight: 300;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

.archive-example .pdfLink .btn-pdf:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 3px;
  width: 0;
  height: 100%;
  background-color: #F7B885;
  z-index: 0;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

.archive-example .pdfLink .filesize {
  font-size: 0.85rem;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .archive-example .pdfLink .filesize {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
}

.archive-example .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.archiveList_category.news {
  background-color: #000080;
}

.archiveList_category.hot {
  background-color: #e14154;
}

.archiveList_category.press_release {
  background-color: #38a1ea;
}

.archiveList_category.topics {
  background-color: #53b418;
}

.archiveList_category.tech {
  background-color: #006400;
}

.archiveList_category.seminar {
  background-color: #53b418;
}

.archiveList_category.kens-report {
  background-color: #32cd32;
}

.archiveList_category.campaign {
  background-color: #ff8c00;
}

.archiveList_category.event {
  background-color: #53b417;
}

.archiveList_category.report {
  background-color: #a665cf;
}
/*# sourceMappingURL=archive.css.map */