
/* 과학의날 */
.hs-science-day{
  background:linear-gradient(180deg,#F0F7FF,#ffffff);
  padding:60px 20px;
  margin:60px 0;
}

.hs-science-inner{
  max-width:1100px;
  margin:0 auto;

  background:#fff;
  border-radius:16px;
  padding:40px 24px;

  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.hs-science-header{
  text-align:center;
  margin-bottom:40px;
}

.hs-science-header h2{
  font-size:32px;
  font-weight:800;
  margin-bottom:10px;

  background:linear-gradient(90deg,#3b5cff,#7C3AED);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.hs-science-day{
  position:relative;
}

.hs-science-day::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#3b5cff,#7C3AED);
}

.hs-science-header p{
  font-size:16px;
  color:#4D5761;
}

@media (max-width: 550px){

  .hs-science-day{
    padding:40px 16px;
  }

  .hs-science-header h2{
    font-size:22px;
  }

  .hs-science-header p{
    font-size:14px;
  }

  .hs-science-inner{
    padding:24px 16px;
    border-radius:12px;
  }

}