.notice-list {
  display: block;
  margin: 0 0 24px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .notice-list {
    margin-bottom: 16px;
  }
}
.notice {
  box-sizing: border-box;
  border-radius: 4px;
  align-items: flex-start;
  background: #eef4fa;
  border: 1px solid #cfdeed;
  border-left: 4px solid #4080b6;
  color: #3c4456;
  display: flex;
  line-height: 1.375;
  margin: 0 0 12px;
  padding: 16px 20px;
}
@media only screen and (max-width: 767.98px) {
  .notice {
    padding: 14px 14px;
  }
}
.notice:last-child {
  margin-bottom: 0;
}
.notice__icon {
  border-radius: 50%;
  background: #4080b6;
  color: #ffffff;
  flex: 0 0 auto;
  font-family: Oswald;
  font-size: 15px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  margin-right: 14px;
  margin-top: 2px;
  text-align: center;
  width: 24px;
}
@media only screen and (max-width: 767.98px) {
  .notice__icon {
    margin-right: 10px;
  }
}
.notice__body {
  flex: 1 1 auto;
  min-width: 0;
}
.notice__title {
  color: #013865;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .notice__title {
    font-size: 16px;
  }
}
.notice__text {
  font-size: 15px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767.98px) {
  .notice__text {
    font-size: 14px;
  }
}
.notice__meta {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 12px;
}
.notice__meta-item {
  margin: 0 28px 4px 0;
}
.notice__meta-item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767.98px) {
  .notice__meta-item {
    margin-right: 0;
    width: 100%;
  }
}
.notice__meta-name {
  color: #7a8899;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.notice__meta-value {
  color: #013865;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.notice__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.notice__link {
  transition: all 0.8s;
  border-bottom: 1px dotted #4080b6;
  color: #4080b6;
  display: inline-block;
  font-size: 15px;
  margin: 6px 24px 0 0;
}
.notice__link:hover {
  border-bottom-color: transparent;
}
.notice__link:focus-visible {
  outline: 2px solid #4080b6;
  outline-offset: 3px;
}
@media only screen and (max-width: 767.98px) {
  .notice__link {
    margin-right: 16px;
  }
}
.notice__form {
  display: inline-block;
  margin: 6px 0 0;
}
.notice__btn {
  font-size: 14px;
  min-width: 160px;
  padding: 8px 20px;
}
.notice__btn:focus-visible {
  outline: 2px solid #013865;
  outline-offset: 3px;
}
@media only screen and (max-width: 767.98px) {
  .notice__btn {
    min-width: 0;
    width: 100%;
  }
}
.btn[disabled],
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
.notice-confirm {
  box-sizing: border-box;
  display: block;
  margin: 0 0 12px;
  text-align: left;
}
.notice-confirm__label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  line-height: 1.375;
}
@media only screen and (max-width: 767.98px) {
  .notice-confirm__label {
    font-size: 14px;
  }
}
.notice-confirm__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  border: 2px solid #cfdeed;
  border-radius: 2px;
  cursor: pointer;
  flex: 0 0 auto;
  height: 20px;
  margin: 1px 10px 0 0;
  position: relative;
  width: 20px;
}
.notice-confirm__input:checked {
  border-color: #4080b6;
}
.notice-confirm__input:checked:after {
  background: #4080b6;
  border-radius: 1px;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 10px;
}
.notice-confirm__input:focus-visible {
  outline: 2px solid #4080b6;
  outline-offset: 2px;
}
.notice-confirm__text {
  flex: 1 1 auto;
}
.notice-confirm__error {
  color: #c0392b;
  font-size: 13px;
  margin: 6px 0 0;
}
.notice-confirm_error .notice-confirm__label {
  color: #c0392b;
}
.notice-history {
  display: block;
  margin: 24px 0 0;
  width: 100%;
}
.notice-history__title {
  color: #013865;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.notice-history__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notice-history__item {
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
  padding: 10px 0;
}
.notice-history__item:last-child {
  border-bottom: none;
}
.notice-history__name {
  color: #013865;
  font-weight: 600;
}
.notice-history__date {
  color: #99abbd;
}
