.parazone-guide-main-mobile{
  background: url("/mobile/common/images/parazone-guide/parazone-guide-mobile.jpg");
  background-size: cover;
  border: 1px solid #FA57CC;
  margin-top: 8px;
  overflow: hidden;
  width: 100%;
  height: 60px;
}

.parazone-guide-content-mobile{
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  top: -7px;
  justify-content: center;
}

.parazone-guide-text-mobile{
  text-align: center;
  -webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(180deg, #FA57CC 0%, #F444B8 34.9%, #E51E8D 67.19%, #E51E8D 83.33%, #BB116D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.parazone-guide-container-notice {
  padding: 20px;
}

.parazone-guide-main-mobile-notice{
  background: url("/mobile/common/images/parazone-guide/parazone-guide-mobile.jpg");
  background-size: cover;
  border: 1px solid #FA57CC;
  margin-top: 5px;
  overflow: hidden;
  width: 100%;
  height: 60px;
  margin-bottom: -20px;
}

.parazone-guide-content-mobile-notice{
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  top: -7px;
  justify-content: center;
}
