/* BASIC css start */
html {
  scroll-behavior: smooth;
}

/* page-body */
#productPlan .page-body .visual {
  margin-top: 32px;
  border-radius: 16px;
  overflow: hidden;
}
#productPlan .page-body .pick {
  margin-top: 32px;
  text-align: center;
}
#productPlan .page-body .pick select {
  width: 588px;
  height: 38px;
  font-size: 15px;
  color: #555;
  text-align: center;
}

/* ±âÈ¹Àü ÇÏÀ§ ºÐ·ù */
#productPlan .page-body .clst {
  zoom: 1;
  overflow: hidden;
  margin-top: 48px;
  padding: 10px 7px 7px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  display: flex;
  justify-content: space-evenly;
  
  position: sticky;
  top:47px;
  background-color:#fff;
  z-index:96;
}
#productPlan .page-body .clst li {
}
#productPlan .page-body .clst li a {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}
#productPlan .page-body .clst li a:hover {
  text-decoration: underline;
  color: #f76707
}

#productPlan .page-body .p-hd {
  position: relative;
  margin-top: 40px;
  padding: 0 10px 5px;
  border-bottom: 2px solid #4d4d4d;
}

#productPlan .page-body .p-hd h3 {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
}
#productPlan .page-body .p-hd .top {
  position: absolute;
  top: 6px;
  right: 5px;
  color: #1a1a1a;
  font-weight: 600;
}
#productPlan .page-body .plst {
  zoom: 1;
  overflow: hidden;
  margin: 25px auto 0;
}
#productPlan .page-body .item-wrap {
}
/* BASIC css end */

