div#content {
    padding-bottom: 50px;
}
.selectPrdFrame{
  display: flex;
  align-items: center;
  justify-content: center;
}
.prdSearchFrame {
  max-width: 300px;
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  padding-left: 0.5rem;
  overflow: hidden;
}
#prdNmLabel{
  padding-right: 15px;  
}
.prdSearchFrame .prdNm {
  font-weight: bolder;
  font-size: 18px;
  color: #999;
}

.prdSearchFrame input {
  font-size: 18px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0.5rem 0.5rem 0.5rem 0rem;
}

.prdSearchFrame:focus-within {
  border-color: #4f7df3;
} 
#getPrd{
    background-color: #1e73be;
    border-color: transparent;
    color: #fff;
    padding: 5px 10px;
    margin-left: 2px;
}

#searchResultFrame{
  padding : 15px 0;
  margin-bottom:50px;  
  max-height: 250px;
  overflow-y: auto;
}
a.tgPrd{
  text-decoration: none; 
  color: black; 
}