@charset "UTF-8";
/*221128 jm : 드롭다운보다 snb가 스크롤시 위에 있도록 하기위해 z-index 101로 수정*/
#pr-award {
  padding-top: calc( var(--uw) * 15.3846153846 );
  margin-bottom: calc( var(--uw) * 20.5128205128 );
}
#pr-award .content-list .content-item:last-of-type .content-title {
  margin-top: calc( var(--uw) * 20.5128205128 );
}
#pr-award .content-list .content-item .content-title {
  display: block;
  text-align: center;
  margin-top: calc( var(--uw) * 12.3076923077 );
}
#pr-award .content-list .content-item .awards-list {
  margin-top: calc( var(--uw) * 10.2564102564 );
}
#pr-award .content-list .content-item .awards-list .awards-item {
  padding-top: calc( var(--uw) * 5.1282051282 );
  padding-bottom: calc( var(--uw) * 10.2564102564 );
  border-top: 0.5px solid rgba(0, 0, 0, 0.8);
  display: flex;
}
#pr-award .content-list .content-item .awards-list .awards-item:last-of-type {
  padding-bottom: calc( var(--uw) * 0 );
}
#pr-award .content-list .content-item .awards-list .awards-item .img-wrap {
  width: calc( var(--uw) * 18.4615384615 );
  height: auto;
  margin-right: calc( var(--uw) * 5.1282051282 );
}
#pr-award .content-list .content-item .awards-list .awards-item .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
#pr-award .content-list .content-item .awards-list .awards-item .txt-wrap {
  width: calc( var(--uw) * 66.1538461538 );
}
#pr-award .content-list .content-item .awards-list .awards-item .txt-wrap .title-wrap {
  font-weight: 500;
}
#pr-award .content-list .content-item .awards-list .awards-item .txt-wrap .title-wrap .title {
  font-size: calc( var(--uw) * 4.1025641026 );
  margin-bottom: calc( var(--uw) * 2.0512820513 );
  line-height: calc( var(--uw) * 4.8717948718 );
  letter-spacing: -0.02em;
}
#pr-award .content-list .content-item .awards-list .awards-item .txt-wrap .title-wrap .subtitle {
  font-size: calc( var(--uw) * 3.8461538462 );
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #333;
}
#pr-award .content-list .content-item .awards-list .awards-item .txt-wrap .desc {
  display: block;
  margin-top: calc( var(--uw) * 4.1025641026 );
  color: #666;
}
#pr-award .content-list .content-item .awards-list .awards-item .txt-wrap .caption-wrap {
  margin-top: calc( var(--uw) * 4.1025641026 );
  color: #888;
}
#pr-award .content-list .content-item .awards-list .awards-item .txt-wrap .caption-wrap span:not(:last-of-type) {
  margin-right: calc( var(--uw) * 1.2820512821 );
}
#pr-award .content-list .content-item .awards-list .awards-item .txt-wrap .caption-wrap span:not(:last-of-type)::after {
  content: "";
  margin-left: calc( var(--uw) * 1.5384615385 );
  display: inline-block;
  width: calc( var(--uw) * 0.2564102564 );
  height: calc( var(--uw) * 2.5641025641 );
  background-color: rgba(0, 0, 0, 0.3);
}
#pr-award .content-list .content-item .awards-list .awards-item .txt-wrap .caption-wrap span:first-of-type {
  white-space: nowrap;
}