.container.notice-detail-page {
  margin-top: 30px;
}
.container.notice-detail-page .notice-detail-header-wrap {
  margin-bottom: 0px;
  padding-bottom: 17px;
  position: relative;
}
.container.notice-detail-page .notice-detail-header-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 3px;
  background: #000;
}
.container.notice-detail-page .notice-detail-header-wrap .page-title {
  color: #222;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.8px;
  text-align: left;
  margin-bottom: 0;
}
.container.notice-detail-page .notice-body-wrap {
  padding-top: 30px;
}
.container.notice-detail-page .notice-body-wrap .article-header .article-title {
  color: #111;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.4px;
  margin-bottom: 10px;
  color: #111;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.96px;
}
.container.notice-detail-page .notice-body-wrap .article-header .article-date {
  color: #767676;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #666;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.36px;
}
.container.notice-detail-page .notice-body-wrap .article-header .article-date span.label {
  margin-right: 12px;
  color: #000;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.36px;
}
.container.notice-detail-page .notice-body-wrap .attachment-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 8px;
}
.container.notice-detail-page .notice-body-wrap .attachment-wrap .url-icon {
  margin-top: 4px;
}
.container.notice-detail-page .notice-body-wrap .attachment-wrap .dropdown .dropdown-toggle:focus,
.container.notice-detail-page .notice-body-wrap .attachment-wrap .dropdown .btn.dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.container.notice-detail-page .notice-body-wrap .attachment-wrap .dropdown .btn-attachment {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 20px;
}
.container.notice-detail-page .notice-body-wrap .attachment-wrap .dropdown .btn-attachment span {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.6px;
}
.container.notice-detail-page .notice-body-wrap .attachment-wrap .dropdown .btn-attachment::after {
  display: none;
}
.container.notice-detail-page .notice-body-wrap .attachment-wrap .dropdown .dropdown-menu {
  padding: 9px 12px 6px 12px;
  min-width: 251px;
  border-radius: 4px;
  border: 1px solid #DDD;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}
.container.notice-detail-page .notice-body-wrap .attachment-wrap .dropdown .dropdown-menu .dropdown-item {
  padding: 5px 5px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.48px;
}
.container.notice-detail-page .notice-body-wrap .attachment-wrap .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
}
.container.notice-detail-page .notice-body-wrap .attachment-wrap .dropdown .dropdown-menu .dropdown-item .icon-file {
  width: 14px;
  height: 16px;
  border: 1px solid #333;
  display: inline-block;
}
.container.notice-detail-page .notice-body-wrap .attachment-wrap .dropdown .dropdown-menu .download-all {
  text-align: right;
  display: block;
  margin-top: 5px;
  text-decoration: none;
  color: #4C9BFB;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.42px;
}
.container.notice-detail-page .notice-body-wrap .attachment-wrap .dropdown .dropdown-menu .download-all svg {
  width: 14px;
  height: 14px;
  padding-bottom: 1px;
}
.container.notice-detail-page .notice-body-wrap .article-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #CED2D7;
}
.container.notice-detail-page .notice-body-wrap .article-content p {
  margin-bottom: 40px;
  color: #111;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.container.notice-detail-page .notice-body-wrap .article-content p:last-child {
  margin-bottom: 0;
}
.container.notice-detail-page .notice-body-wrap .article-content .quote-block {
  text-align: center;
  margin: 40px 0;
  color: #111;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.container.notice-detail-page .notice-body-wrap .btn-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
.container.notice-detail-page .notice-body-wrap .btn-wrap .btn-list {
  display: flex;
  width: 104px;
  height: 52px;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  padding: 12px;
  border-radius: 28px;
  border: 1px solid #111;
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.6px;
  text-decoration: none;
}

/*# sourceMappingURL=notice_detail_page.css.map */
