.pubBox {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
  justify-items: center;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.pubImg {
  display: block;
  width: 120px;
  height: auto;
}

.pubImg img {
  width: 100%;
  height: auto;
}

.pubText {
  display: block;
  width: 100%;
  height: auto;
  padding: 0rem 1rem;
}

.pubTitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.pubDetail {
  font-size: 14px;
  color: rgb(101, 101, 101);
  margin-bottom: 1rem;
}

.pubBk {
  display: block;
  width: 100%;
  height: auto;
  background-color: rgb(2, 2, 46);
  padding: 1rem;
  color: #ffffffff;
  border-radius: 1rem 0 1rem 0;
}

.pubBk p {
  font-size: 14px;
}

.pubSearch {
  position: relative;
}

.pubIconSearch {
  display: block;
  width: 25px;
  height: auto;
  color: #ffffffff;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
  margin-top: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.journalBox {
  display: block;
  width: 100%;
  height: auto;
  word-wrap: break-word;
  margin-bottom: 1rem;
}

.journalTitle {
  font-size: 16px;
  font-weight: 500;
  color: rgb(2, 2, 46);
  margin-bottom: 1rem;
  word-wrap: break-word;
  word-break: break-all;
  text-justify: newspaper;
}

.journalDetail {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 1rem;
  font-size: 14px;
}

.journalDetail {
  color: rgb(113, 113, 113);
}

.journalBtn {
  display: block;
  margin-left: 1rem;
  margin-top: 1rem;
}

.reBk {
  display: block;
  width: 100%;
  height: auto;
  /*background-image: url("../img/reBk.jpg");*/
  background-position: left top;
  background-size: contain;
  background-repeat: repeat-y;
}
