/*
  연구과제 리스트
*/
.magazine {
  word-break: keep-all;
}

.magazine .title h2 {
  line-height: 64px;
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.magazine__sort {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}

.magazine__sort .select {
  width: 350px;
  height: 60px;
}

.magazine__sort .select select {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  border-radius: 50px;
  background: url(../images/magazine/ico_arrow.jpg) no-repeat 94% 50%;
  background-size: 10px;
  appearance: none;
}

.magazine__list {
  margin-top: 40px;
}

.magazine__list a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
}

.magazine__list a:first-child {
  margin-top: 0;
}

.magazine__list .thumb {
  width: 440px;
  height: 330px;
}

.magazine__list .summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 0;
  margin-left: 64px;
  width: calc(100% - 504px);
  height: 100%;
}

.magazine__list span {
  display: block;
  line-height: 24px;
}

.magazine__list .summary__tit {
  line-height: 32px;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}

.magazine__list .summary__desc {
  margin-top: 8px;
  color: #666666;
  font-size: 16px;
}

.magazine__list .summary__info {
  margin-top: 40px;
  color: #999999;
  font-size: 14px;
}
