.board_eat_runBlock {
  width: 100%;
  height: 200px;
  position: relative;
  background: linear-gradient(97.04deg, #ACF9FF -16.59%, #F3E8FF 8.44%, #E9D4FF 84.02%, #ACF9FF 121.87%);
  display: flex;
  border-radius: 8px;
  z-index: 0;
  margin-bottom: 2.5rem;
}
.board_eat_runBlock > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.board_eat_runBlock .bannerTextArea {
  box-sizing: border-box;
  width: 65%;
  height: 100%;
  padding-top: calc(200px* 0.09);
  padding-bottom: calc(200px* 0.05);
  padding-left: 3.5%;
  font-weight: bold;
  /* flex */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.board_eat_runBlock .bannerTextArea .title>h1 {
  font-size: calc(200px* 0.18);
  line-height: calc(200px* 0.2);
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  background: linear-gradient(to bottom, #621c9b 0%,#8d24ec 50%,#d8b3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.board_eat_runBlock .bannerTextArea .title>h1::before{
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: white;
  -webkit-text-stroke: 6px white;
  text-shadow: 
      0 1px 4px rgba(0, 0, 0, 0.8),
      0 1px 8px rgba(0, 0, 0, 0.8);
}

.board_eat_runBlock .bannerTextArea .title {
  margin-bottom: calc(200px* 0.08);
}

.board_eat_runBlock .bannerTextArea .subTitle {
  margin-bottom: calc(200px* 0.05);
}

.board_eat_runBlock .bannerTextArea .subTitle>p {
  font-size: calc(200px* 0.1);
  font-weight: 900;
  color: #8D24EC;
  line-height: 1;
  overflow: hidden;
  word-break: keep-all;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.board_eat_runBlock .bannerTextArea .content>p {
  font-size: calc(200px* 0.07);
  color: #581A89;
  line-height: calc(200px* 0.09);
  overflow: hidden;
  word-break: keep-all;
  margin: 0;
  letter-spacing: 0.5px;
}
.board_eat_runBlock .bannerTextArea .content > p > span {
  font-weight: bold;
}

.board_eat_runBlock .bannerTextArea .content span.banner_highlight {
  display: inline-block !important;
  color: #C082FE;
  font-weight: bold;
  text-shadow:
      -0.5px -0.5px 0 #f9f2fd,
      0.5px -0.5px 0 #f9f2fd,
      -0.5px 0.5px 0 #f9f2fd,
      0.5px 0.5px 0 #f9f2fd,
      -0.5px -1px 0 #f9f2fd,
      0.5px -1px 0 #f9f2fd,
      -0.5px 1px 0 #f9f2fd,
      0.5px 1px 0 #f9f2fd,
      -1px -0.5px 0 #f9f2fd,
      1px -0.5px 0 #f9f2fd,
      -1px 0.5px 0 #f9f2fd,
      1px 0.5px 0 #f9f2fd,
      0 0 2.5px #f9f2fd;
}

.board_eat_runBlock .bannerImgArea {
  box-sizing: border-box;
  width: 35%;
  height: 100%;
  padding-right: 4%;
  padding-top: calc(200px* 0.07);
  padding-bottom: calc(200px* 0.05);
  overflow: hidden;
  text-align: center;
  position: relative;
}



/* RWD */
@media screen and (max-width: 1200px) {
  .board_eat_runBlock .bannerImgArea {
      display: flex;
      align-items: center;
  }

  .board_eat_runBlock .bannerImgArea img {
      height: auto;
      max-width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .board_eat_runBlock .bannerTextArea {
      display: flex;
      align-items: start;
      justify-content: center;
      flex-direction: column;
  }

  .board_eat_runBlock .bannerTextArea .title {
      font-size: 52px;
  }

  .board_eat_runBlock .bannerTextArea .subTitle {
      font-size: 24px;
      height: auto;
      line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  .board_eat_runBlock {
      height: 220px;
      background: url('/static/img/mobile/banner/verification.webp') no-repeat;
      background-size: cover;
  }    

  .board_eat_runBlock .bannerTextArea {
      width: 100%;
      height: auto;
      padding: 20px;
      float: none;
  }

  .board_eat_runBlock .bannerTextArea .subTitle {
      height: auto;
      margin-bottom: 0;
  }

  .board_eat_runBlock .bannerTextArea .title>h1 {
    font-size: 36px;
    font-family: 'Black Han Sans', sans-serif !important;
    background: linear-gradient(180deg, #3b1a57 0%, #954fca 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .board_eat_runBlock .bannerTextArea .subTitle>p {
    font-size: 20px;
    color: #3B0566;
    line-height: 1.3;
    text-shadow: none;
  }

  .board_eat_runBlock .bannerTextArea .content,
  .board_eat_runBlock .bannerImgArea {
      display: none;
  }
}

@media screen and (max-width: 768px) {
  .board_eat_runBlock {
      height: 150px;
  }
}

@media screen and (max-width: 565px) {
  .board_eat_runBlock {
    background-position: center right;
  }

  .board_eat_runBlock .bannerTextArea {
      min-height: 200px;
      padding: 15px 10px;
  }

  .board_eat_runBlock .bannerTextArea .title {
      margin-bottom: 0;
  }

  .board_eat_runBlock .bannerTextArea .subTitle>p {
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 1.4;
  }

  .board_eat_runBlock .bannerTextArea .subTitle>p>span {
    display: block;
  }

  .board_eat_runBlock .bannerTextArea .title {
    margin-bottom: calc(200px* 0.04);
  }

  .board_eat_runBlock .bannerTextArea .title>h1 {
    font-size: calc(200px* 0.165);
  }

  .board_eat_runBlock .bannerTextArea .title>h1::before {
    -webkit-text-stroke: 4px white;
  }

  .board_eat_runBlock .bannerTextArea .subTitle>p {
    font-size: calc(200px* 0.09);
    height: calc(200px* 0.28);
    line-height: 1.3;
  }
}

@media screen and (max-width: 480px) {
  .board_eat_runBlock .bannerTextArea .subTitle>h2 {
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 1.4;
  }
}

@media screen and (max-width: 350px) {
  .board_eat_runBlock .bannerTextArea .subTitle {
      margin-bottom: 0;
  }

  .board_eat_runBlock .bannerTextArea .subTitle>h2 {
      font-size: 12px;
      line-height: 1.5;
  }
}