

.lightweb-combo-wrap{
	display:flex;
}
.lightweb-combo-wrap .combo_home_link{
	text-align: center;
    padding: 20px;
    background: #eee;
    font-size: 16px;
    color: #333;
}
.lightweb-combo-wrap .menu_col{
	flex:1;
	flex-grow:1;
}

.lightweb-combo-wrap .menu_col .custom-select {
  position: relative;
  display: block;
  height:100%;
  margin: 0 auto;
  border: 1px solid #eee;
  border-left:none;
  background-color: #fff;
  z-index: 10;
}
.lightweb-combo-wrap .menu_col .custom-select select {
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  padding: 19px 55px 20px 20px;
  font-size: 16px;
font-family: "Noto Sans KR", Sans-serif;
font-weight: 400;
  color: #666;
}
.lightweb-combo-wrap .menu_col .custom-select:after {
    position: absolute;
    right: 20px;
    top: 17px;

    width: 15px;
    height: 15px;
    content: "";
    border: solid #DDD;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    text-align: center;
    color: #ddd;
    font-size: 20px;

    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg);
    transition: all ease 250ms;
    /* border-left: 1px solid #3C1C78; */
    z-index: -1;
}