.comgate_select {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px dashed #b9b8b8;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.comgate_select:hover {
  background-color: #dddddd;
}
.comgate_select .comgate_select_input {
  padding: 9px;
}
.comgate_select img {
  height: 45px;
  margin-right:5px;
  margin-left: 10px;
  border-radius: 5px;
}
.comgate_select span {
  font-weight: bold;
  font-size: 16px;
  padding-left: 5px;
}