@media(max-width:760px) {

  .guard-box {
    min-height:76px;
    padding:10px
  }
}
@media(max-width:420px) {
  .guard-box {
    min-height:66px;
    padding:7px
  }
}

.notice-list {
  display:grid;
  gap:14px;
  margin-top:clamp(30px,5vw,44px)
}
.notice-item {
  padding:18px 0;
  border-top:1px solid var(--line)
}
.notice-item:last-child {
  border-bottom:1px solid var(--line)
}
.notice-item .nk {
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--faint);
  margin-bottom:8px
}
.notice-item .nt {
  font-family:'Cormorant Garamond',serif;
  font-weight:500;
  font-size:clamp(21px,3vw,27px);
  line-height:1.18;
  color:var(--ink);
  margin-bottom:8px;
  text-wrap:balance
}
.notice-item p {
  font-family:'Spectral',serif;
  font-weight:300;
  font-size:14.5px;
  line-height:1.72;
  color:var(--soft);
  max-width:680px
}
.privacy-mail {
  display:inline-block;
  line-height:0;
  text-decoration:none;
  border:0;
  margin-top:10px;
  opacity:.92;
  transition:opacity .25s ease
}
.privacy-mail img {
  display:block;
  height:auto;
  width:clamp(118px,16vw,158px)
}
.privacy-mail:hover,.privacy-mail:focus-visible {
  opacity:1
}
.notice-item ul {
  margin:9px 0 0 18px;
  padding:0;
  font-family:'Spectral',serif;
  font-weight:300;
  font-size:14.2px;
  line-height:1.72;
  color:var(--soft)
}
.notice-item li {
  margin:2px 0
}
