@charset "utf-8";

@media screen and (min-width: 768px) {
  .gift-date-pre {
    font-size: 20px;
    margin-top: 10px;
    color: #2F5597;
  }
  .gift-date {
    display: inline-block;
    padding: 20px 15px; 
    border: 8px solid #B5C7E7;
    margin-bottom: 30px;
  }
  .gift-date__text {
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
  }
  .gift-date__underline {
    position: relative;
  }
  .gift-date__underline::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #f7d53a;
    bottom: -1px;
    left: 0;
    opacity: 0.8;
    z-index: -1;
  }
  .gift-date__noticeList {
    margin-top: 20px;
  }
  .gift-date__notice {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .gift-date-pre {
    font-size: 18px;
    margin-top: 10px;
    color: #2F5597;
  }
  .gift-date {
    display: inline-block;
    padding: 20px 15px;
    border: 8px solid #B5C7E7;
    margin-bottom: 30px;
  }
  .gift-date__text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .gift-date__underline {
    position: relative;
  }
  .gift-date__underline::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #f7d53a;
    bottom: -1px;
    left: 0;
    opacity: 0.8;
    z-index: -1;
  }
  .gift-date__noticeList {
    margin-top: 20px;
  }
  .gift-date__notice {
    font-size: 12px;
    font-weight: bold;
  }
}
