.campaign-name-wrap{border-bottom: 1px solid var(--border-primary); padding: 2rem 0;}
.com_detail_cont ul.desc > li {list-style: inside;}
.campaign-desc-container { overflow: hidden; position: relative; padding-top: 2.2rem; padding-bottom: 50px; margin-bottom: 28px; font-size: var(--text-secondary); line-height: 1.33em;}

.campaign-content .com_detail_cont{display: flex; align-items: baseline; gap: 10px; padding-top: 1em;}
.campaign-content .com_detail_cont .tit{margin-bottom: 0;}
.campaign-content .com_detail_cont .desc{flex: 1;}

.active-desc { height: 100%; padding-bottom: 6em;}
.inactive-desc { max-height: 260px;}
.inactive-desc::after { content: ""; position: absolute; left: 0; bottom: 50px; width: 100%; height: 100px; background: linear-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;}
.campaign-tags-label-wrap{display: flex; align-items: baseline; justify-content: space-between;}
.campaign-tags-label-wrap .com_detail_cont { display: flex; align-items: baseline;}
button.guide-btn { border: 0; color: #333333; font-size: 0; line-height: initial; padding: 0;}
.keyword-copy-label{background-color: var(--bg-alt-surface); color: var(--color-alt-primary); display: flex; align-items: center; font-size: var(--text-sm); font-weight: var(--font-semibold); line-height: 1em; padding: 2px 1rem 2px 1.8rem; border-radius: var(--rounded-full);}
.campaign-mission { white-space: pre-line; word-break: keep-all; width: 100%; flex: none !important;}
.campaign-footer { margin-top: 1rem; background-color: var(--bg-primary); padding: 14px;}
.campaign-add-notice-desc { white-space: pre-line;}

.apply-btn { border-radius: 6px; width: 100%; height: 63px; font-size: 18px; color: #fff; background-color: #00A787; border: 1px solid #00A787;}
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;}
