.header__search .item__text {
  background-color: #efefef;
}

.easy-select-box {
    width: 167px;
    height: 42px;
    top: 0;
    left: 0;
    vertical-align: middle;
    background-color: white;
    border-radius: 0 4px 4px 0;
    outline: 0;
}

.esb-displayer {
    width: 167px;
    z-index: 0;
    position: relative;
    background-color: white;
    display: table-cell;
    vertical-align: middle;
    height: 42px;
    border-radius: 0 4px 4px 0;
    padding-left: 5px;
}

.embedcode__adjust .esb-displayer {
    width: 183px;
    height: 40px;
    border: 1px solid #A6A6A6;
    background-color: #F8F8F8;
    border-radius: 0 3px 3px 0;
    z-index: 0;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.esb-dropdown {
  display: none;
  background-color: white;
  position: relative;
  z-index: 3;
  border: 1px solid #bfbfbf;
  padding: 8px;
  width: 130px !important;
  cursor: pointer;
}

.esb-dropdown .esb-item:hover {
  color: #b3b3b3;
}

.page-timeshift .easy-select-box {
  width: 163px;
  height: 37px;
  top: 0;
  left: 0;
  vertical-align: middle;
  background-color: rgb(248, 248, 248);
  border-radius: 4px;
}

.page-timeshift .esb-displayer {
  width: 163px;
  z-index: 0;
  position: relative;
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(166, 166, 166);
  display: table-cell;
  vertical-align: middle;
  height: 37px;
  border-radius: 4px;
}

.page-timeshift .embedcode__adjust .esb-displayer {
    width: 183px;
    height: 40px;
    border: 1px solid #A6A6A6;
    background-color: #F8F8F8;
    border-radius: 0 3px 3px 0;
    z-index: 0;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.page-timeshift .esb-dropdown {
  display: none;
  background-color: rgb(248, 248, 248);
  position: relative;
  z-index: 3;
  border: 1px solid rgb(166, 166, 166);
  width: 144px !important;
}

.content__search-result .easy-select-box {
  width: 128px;
  height: 40px;
  top: 0;
  left: 0;
  vertical-align: middle;
  background-color: rgb(248, 248, 248);
  border-radius: 0 4px 4px 0;
}

.content__search-result .esb-displayer {
  width: 158px;
  z-index: 0;
  position: relative;
  background-color: rgb(248, 248, 248);
  border: 1px solid rgb(166, 166, 166);
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
}

.content__search-result .esb-dropdown {
  display: none;
  background-color: rgb(248, 248, 248);
  position: relative;
  z-index: 3;
  border: 1px solid rgb(166, 166, 166);
  width: 130px !important;
}

.news-archive .esb-displayer {
  width: 142px;
  z-index: 0;
  position: relative;
  background-color: white;
  display: table-cell;
  vertical-align: middle;
  height: 42px;
  border: 1px solid rgb(166, 166, 166);
  border-radius: 0 4px 4px 0;
  padding-left: 5px;
}

.btn--share {
    width: 164px;
    background-color: white;
}

.heading-area__link .btn--share {
  border: none;
  font-size: 13px;
  font-weight: bold;
  width: auto;
}

.btn--area-change {
  border: none;
  background-color: white;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  outline: none;
  width: 100%;
}

.volume-slider {
  height: 1px;
  width: 129px;
  position: absolute;
  left: -7.5px;
  top: 0;
}

.program-table__date-wrapper {
  overflow: hidden;
  margin-left: 32px;
  border-left: 1px solid #dfdfdf;
}

.program-table__date-wrapper .program-table__date-outer {
  padding-left: 0;
}

.program-table__date-outer {
  position: relative;
  width: 6000px;
}

.esb-displayer .icon {
    position: absolute;
    top: 18px;
    right: 13px;
    margin-top: -5px;
    pointer-events: none;
}

.top-search .esb-displayer .icon,
.search-result .esb-displayer .icon,
.news .esb-displayer .icon {
  top: 21px;
}
