#campaignDetail {
  line-height: initial;
  color: #333333;
}

.campaign-thumbnail-wrap {
  width: 100%;
  max-height: 375px;
  overflow: hidden;
}

.campaign-thumbnail-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.campaign-name-wrap {
  background-color: #F5F5F5;
  padding: 15px;
}

.campaign-name {
  font-size: 18px;
  font-weight: bold;
}

.campaign-simple-desc {
  font-size: 14px;
  font-weight: bold;
}

.campaign-content {
  padding: 14px;
  font-size: 13px;
  word-break: keep-all;
}

.campaign-supply-item-wrap {
  margin-bottom: 25px;
}

.label.campaign-supply-item-label {
  margin-bottom: 10px;
}

.label.campaign-applicant {
  margin-bottom: 10px;
}

ul.campaign-period {
  margin-bottom: 30px;
}

ul.campaign-period>li {
  list-style: inside;
  margin-bottom: 10px;
}

ul.campaign-period>li:last-child {
  margin: 0;
}

.campaign-desc-container {

  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 28px;
}

.active-desc {
  height: 100%;
}

.inactive-desc {
  max-height: 600px;
}

.inactive-desc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
}

.campaign-desc-more-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
}

button.campaign-desc-more-btn {
  color: #333333;
  height: 50px;
  border-color: #999999;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide-btn-wrap {
  height: 31px;
}

button.guide-btn {
  border: 0;
  color: #333333;
  font-size: 0;
  line-height: initial;
  height: 31px;
  padding: 0;
}

.campaign-tags-label-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.campaign-tags {
  color: #E70F47;
  margin-bottom: 13px;
}

.campaign-mission-wrap {
  margin-top: 20px;
}

.campaign-mission {
  white-space: pre-line;
}

.campaign-footer {
  background-color: #f5f5f5;
  padding: 14px;
}

.campaign-add-notice-title {
  font-size: 13px;
}

.campaign-add-notice-desc {
  font-size: 12px;
  white-space: pre-line;
}

.btn-wrap {
  padding-left: 14px;
  padding-right: 14px;
}

.apply-btn {
  border-radius: 6px;
  width: 100%;
  height: 63px;
  font-size: 18px;
  color: #fff;
  background-color: #E70F47;
  border: 1px solid #E70F47;
}

a.apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply-btn-disable {
  border-radius: 6px;
  width: 100%;
  height: 63px;
  font-size: 18px;
  color: #fff;
  background-color: #606060;
  border: 1px solid #606060;
}

.campaign-review:nth-child(2) {
  padding-top: 0;
}

.campaign-review {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}

.campaign-review-area {
  margin-top: 40px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  word-break: break-all;
}

.label.campaign-review-label {
  margin-bottom: 24px;
}

.campaign-review-content {
  display: flex;
  height: 110px;
}

.campaign-review-header {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  font-size: 13px;
  text-align: left;
}

.campaign-review-thumbnail-area {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 5px;
}



.campaign-review-info-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 12px;
  flex: 1;
  width: calc(100% - 110px - 12px);
}

.campaign-review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.campaign-review-channel {
  width: 50px;
  height: 28px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

