.menu7-draft {
  width: 1440px;
  margin: 0 auto;
  background: #ffffff;
  color: #122033;
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Arial, sans-serif;
}

.menu7-draft-hero {
  position: relative;
  min-height: 440px;
  background-color: #07135d;
  background-image: url('../images/menu7/mainpic.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu7-draft-hero:before {
  position: absolute;
  inset: 0;
  background: rgba(4, 15, 52, .72);
  content: "";
}

.menu7-draft-hero-inner {
  position: relative;
  box-sizing: border-box;
  width: 1180px;
  margin: 0 auto;
  padding: 92px 0 82px;
  color: #ffffff;
}

.menu7-draft-eyebrow {
  margin: 0 0 13px;
  color: #83d3d1;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.menu7-draft-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 53px;
}

.menu7-draft-hero p:not(.menu7-draft-eyebrow) {
  max-width: 650px;
  margin: 22px 0 0;
  color: #eef7f8;
  font-size: 18px;
  line-height: 30px;
  word-break: keep-all;
}

.menu7-draft-content {
  width: 1180px;
  margin: 0 auto;
  padding: 58px 0 70px;
}

.menu7-draft-heading p {
  margin: 0 0 8px;
  color: #00888f;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}

.menu7-draft-heading h2 {
  margin: 0 0 30px;
  color: #07135d;
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
}

.menu7-draft-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 4px solid #00888f;
  background: #ffffff;
}

.menu7-draft-card {
  display: flex;
  box-sizing: border-box;
  min-height: 260px;
  padding: 29px 28px 27px;
  border-right: 1px solid #d8e0ea;
  border-bottom: 1px solid #d8e0ea;
  border-left: 1px solid #d8e0ea;
  color: #122033;
  flex-direction: column;
  text-decoration: none;
}

.menu7-draft-card:first-child { border-left: 0; }
.menu7-draft-card:hover, .menu7-draft-card:focus { background: #eef8f7; border-color: #00888f; }

.menu7-draft-number {
  display: inline-block;
  width: 45px;
  height: 32px;
  margin-bottom: 22px;
  background: #ff8a00;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}

.menu7-draft-card h3 {
  margin: 0 0 12px;
  color: #07135d;
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
}

.menu7-draft-card p {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 27px;
  word-break: keep-all;
}

.menu7-draft-link {
  display: block;
  margin-top: auto;
  padding-top: 21px;
  color: #00888f;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}

@media screen and (max-width: 899px) {
  .menu7-draft { width: 100% !important; }
  .menu7-draft-hero { min-height: 0; background-position: center bottom; background-size: auto 500px; }
  .menu7-draft-hero-inner { width: auto; padding: 60px 20px 56px; }
  .menu7-draft-hero h1 { font-size: 31px; line-height: 40px; }
  .menu7-draft-hero p:not(.menu7-draft-eyebrow) { font-size: 16px; line-height: 27px; }
  .menu7-draft-content { box-sizing: border-box; width: auto; padding: 36px 20px 42px; }
  .menu7-draft-heading h2 { font-size: 26px; line-height: 35px; }
  .menu7-draft-grid { grid-template-columns: 1fr; }
  .menu7-draft-card { min-height: 0; border-top: 1px solid #d8e0ea; border-left: 0; }
  .menu7-draft-card:first-child { border-top: 0; }
}
