.wSelect-el {
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
  overflow: hidden;
  display: none;
}
.wSelect {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wSelect-selected {
  margin: 0 0 0 8px;
  padding: 5px 0;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.wSelect-options-holder {
  position: absolute;
  display: none;
  left: 0px;
  z-index: 200;
  overflow: hidden;
  margin-top: 20px !important;
}

.wSelect-options {
  overflow-y: scroll;
  overflow-x: hidden;
}
.wSelect-option {
  background-repeat: no-repeat;
  background-position: 5px center;
  margin-bottom: 1px;
  cursor: pointer;
  width: 100% !important;
}
.wSelect-option-last {
  margin-bottom: 0px;
}
.wSelect-option-value {
  margin: 0 5px;
  padding: 5px 0;
  background-repeat: no-repeat;
  background-position: 0 center;
  white-space: nowrap;
  overflow: hidden;
}
.wSelect-option-disabled .wSelect-option-value {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.wSelect-option-icon {
  padding-left: 28px;
  background-size: 25px auto;
}

.wSelect-theme-classic.wSelect {
  border: none;
  color: #555;
  font-family: "Noto Sans KR";
  padding: 11px 0 10px;
  width: 100% !important;
  box-shadow: none;
  background: url("../img/icon/arrow_select.png") no-repeat 92% center #fff;
  background-size: 10px auto;
}

.wSelect-arrow {
  display: none;
}
.wSelect-theme-classic .wSelect-options-holder {
  background-color: #fafafa;
  border: solid #cacaca 1px;
  width: 100%;
  box-sizing: border-box;
}
.wSelect-theme-classic .wSelect-options {
  border: solid #fafafa 1px;
}
.wSelect-theme-classic .wSelect-option {
  background-color: #fff;
  color: #333;
}
.wSelect-theme-classic .wSelect-option-disabled {
  background-color: #fff !important;
  color: #333 !important;
}
.wSelect-theme-classic .wSelect-option-selected,
.wSelect-theme-classic .wSelect-option:hover {
  background-color: #00a0e9;
  color: #fff;
}

/* 모바일 */
@media screen and (max-width: 767px) {
  .wSelect-selected {
    font-size: 12px;
  }
  .wSelect-theme-classic.wSelect {
    padding: 7px 0;
    /* background-image: none; */
  }
  /* .wSelect-theme-classic .wSelect-options-holder {
    position: fixed;
    width: 80%;
    top: 50% !important;
  }
  .wSelect-theme-classic .wSelect-options {
    height: auto !important;
    overflow: hidden;
  } */
}
