section.search, section.setting-search {
  position: fixed;
  width: 295px;
  height: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  border-right: solid 1px #d0d1d2;
  z-index: 1;
  left: -215px;
  -webkit-transition: left 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.99, 0.4, 0.99);
  transition: left 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0.99, 0.4, 0.99); }
  /* 23.06.01 minjae.jeon : temp => 임시저장 */
  section.setting-search .listItem .clist.temp:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background: no-repeat center;
    background-image: url(/images/common/ui_dropdowntree_current_error.png);
    pointer-events: none; }
  section.search.open-nav, section.setting-search.open-nav {
    left: 80px;
    min-height: 100vh; }
    section.search.open-nav > .nav-toggle-action, section.setting-search.open-nav > .nav-toggle-action {
      background-image: url(/images/common/master_column3_toggle_arrow_left.png); }
  section.search .search-box, section.setting-search .search-box {
    position: relative;
    margin: 10px; }
    section.search .search-box a.search-closeBtn, section.setting-search .search-box a.search-closeBtn {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%); }
      section.search .search-box a.search-closeBtn.hide, section.setting-search .search-box a.search-closeBtn.hide {
        display: none; }
  section.search input.keyword, section.setting-search input.keyword {
    height: 55px;
    font-size: 16.4px;
    text-align: left;
    width: 100%;
    border: none;
    padding-left: 57px;
    border-bottom: solid 1px #e5e5e5;
    border-radius: 0;
    background: url(/images/common/ic-search.png) no-repeat center left 20px transparent; }
    
  section.search .search-box, section.setting-search .search-box {
    position: relative; }
    section.search .search-box a.centersearch-closeBtn, section.setting-search .search-box a.centersearch-closeBtn {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%); }
      section.search .search-box a.centersearch-closeBtn.hide, section.setting-search .search-box a.centersearch-closeBtn.hide {
        display: none; }
  section.search input.centerkeyword, section.setting-search input.centerkeyword {
    height: 55px;
    font-size: 16.4px;
    text-align: left;
    width: 100%;
    border: none;
    padding-left: 57px;
    border-bottom: solid 1px #e5e5e5;
    border-radius: 0;
    background: url(/images/common/ic-search.png) no-repeat center left 20px transparent; }

  section.search a.search-text-searchBtn, section.setting-search a.search-text-searchBtn {
    position: absolute;
    top: 43%;
    left: 15px;
    cursor:auto;
    transform: translateY(-43%); }
    
  section.search button.add-new, section.setting-search button.add-new {
    font-size: 18px;
    color: #333333;
    width: 100%;
    height: 56px;
    background: #fff;
    border: none; }
    section.search button.add-new__site, section.setting-search button.add-new__site {
      font-size: 18px;
      color: #333333;
      width: 100%;
      height: 56px;
      background: #fff;
      border-top: 1px solid #e5e5e5; }
  section.search .listItem, section.setting-search .listItem {
    border-top: solid 1px  #e5e5e5;
/*     height: calc(100% - 160px);
    height: -webkit-calc(100% - 160px);
    height: -moz-calc(100% - 160px);
    height: -ms-calc(100% - 160px); */
    height: 100%;
    height: -webkit-100%;
    height: -moz-100%;
    height: -ms-100%;
    overflow-y: auto;
    -ms-overflow-style: none; }
    section.search .listItem.no-add-new, section.setting-search .listItem.no-add-new {
      height: calc(100% - 110px);
      height: -webkit-calc(100% - 110px);
      height: -moz-calc(100% - 110px);
      height: -ms-calc(100% - 110px); }
    section.search .listItem.listItem__schedule, section.setting-search .listItem.listItem__schedule {
      height: calc(100% - 115px);
      height: -webkit-calc(100% - 115px);
      height: -moz-calc(100% - 115px);
      height: -ms-calc(100% - 115px); }
  section.search .list, section.setting-search .list {
    padding: 0; }
  section.search .header__only, section.setting-search .header__only {
    min-height: 55px;
    font-size: 16.4px;
    font-weight: bold;
    line-height: 3.36;
    text-align: left; }
    section.search .header__only > header, section.setting-search .header__only > header {
      margin-left: 25px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  section.search .item, section.setting-search .item {
    cursor: pointer;
    min-height: 55px;
    font-size: 16.4px;
    font-weight: 500;
    line-height: 3.36;
    text-align: left;
    color: #333333;
    border-top: solid 1px  #e5e5e5;
    position: relative; }
    section.search .item.active, section.setting-search .item.active {
      border: none; }
      section.search .item.active > header > .toggle-btn, section.setting-search .item.active > header > .toggle-btn {
        background: url(/images/common/ico-drop_up.png) no-repeat center transparent; }
      section.search .item.active > ul, section.setting-search .item.active > ul {
        display: block; }
    section.search .item.selected, section.setting-search .item.selected {
      background-color: #e4e4e4; }
    section.search .item header, section.setting-search .item header {
      margin-left: 25px;
      height: 55px;
      position: relative; /* 181004 삭제*/ }
      section.search .item header > .toggle-btn, section.setting-search .item header > .toggle-btn {
        background: url(/images/common/ico-drop_down.png) no-repeat center transparent;
        width: 15px;
        height: 10px;
        position: absolute;
        top: 22px;
        right: 25px; }
      section.search .item header.header__error, section.setting-search .item header.header__error {
        padding-right: 35px; }
      section.search .item header .error, section.setting-search .item header .error {
        display: block;
        font-size: 12px;
        width: 60px;
        height: 100%;
        text-align: right;
        position: absolute;
        top: 50%;
        left: -42px;
        transform: translateY(-50%);
        background-image: url(/images/common/ic-error-alert-edit.png);
        background-size: 16px 14px;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 1; }
      section.search .item header .info--box, section.setting-search .item header .info--box {
        text-align: left;
        display: none;
        position: fixed;
        line-height: 1;
        left: 20px;
        bottom: 35px;
        width: 150px;
        min-height: 45px;
        border-radius: 3px;
        background-color: #25292d;
        color: #ffffff;
        padding: 4px 13px; }
        section.search .item header .info--box:after, section.setting-search .item header .info--box:after {
          top: 100%;
          left: 7%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-top-color: #25292d;
          border-width: 5px;
          margin-left: -5px; }
        section.search .item header .info--box.info-box, section.setting-search .item header .info--box.info-box {
          right: -43px;
          height: 50px;
          min-width: 105px; }
    section.search .item > ul, section.setting-search .item > ul {
      display: none; }
    section.search .item input + label, section.setting-search .item input + label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  section.search .sub-item, section.setting-search .sub-item {
    cursor: pointer;
    min-height: 47px;
    background-color: #f8f8f8;
    font-size: 14.1px;
    font-weight: 500;
    line-height: 3.32;
    text-align: left;
    color: #333333;
    position: relative; }
    section.search .sub-item.active > header > .toggle-btn, section.setting-search .sub-item.active > header > .toggle-btn {
      background: url(/images/common/ic-dropdown-arrow.png) no-repeat center transparent; }
    section.search .sub-item.active > ul, section.setting-search .sub-item.active > ul {
      display: block; }
    section.search .sub-item.selected, section.setting-search .sub-item.selected {
      background-color: #e4e4e4;
      font-weight: bold; }
    section.search .sub-item header, section.setting-search .sub-item header {
      border-top: 1px solid #e5e5e5;
      height: 47px;
      margin: 0 24px;}
      section.search .listItem > ul > .sub-item:first-child > header, 
      section.setting-search .listItem > ul > .sub-item:first-child > header {
        border-top: 0; }
      section.search .sub-item header > .toggle-btn, section.setting-search .sub-item header > .toggle-btn {
        background: url(/images/common/ic-drop-right-cell.png) no-repeat center transparent;
        width: 15px;
        height: 10px;
        position: absolute;
        top: 20px;
        left: 0; }
      section.search .sub-item header.header__error, section.setting-search .sub-item header.header__error {
        padding-left: 20px;
        padding-right: 0px; }
      section.search .sub-item header .error, section.setting-search .sub-item header .error {
        left: -42px; }
        section.search .sub-item > header .ellipsis, section.setting-search .sub-item  > header .ellipsis {
	      overflow: hidden;
	      text-overflow: ellipsis;
	      width: 100%;
	      white-space: nowrap;
	      word-wrap: normal;}
    section.search .sub-item > ul, section.setting-search .sub-item > ul {
      display: none; }
  section.search .third-item, section.setting-search .third-item {
    cursor: pointer;
    min-height: 47px;
    background-color: #f8f8f8;
    font-size: 14.1px;
    font-weight: 500;
    line-height: 3.32;
    text-align: left;
    color: #333333;
    position: relative; }
    section.search .third-item.active > header > .toggle-btn, section.setting-search .third-item.active > header > .toggle-btn {
      background: url(/images/common/ic-dropdown-arrow.png) no-repeat center transparent; }
    section.search .third-item.active > ul, section.setting-search .third-item.active > ul {
      display: block; }
    section.search .third-item.selected, section.setting-search .third-item.selected {
      background-color: #e4e4e4;
      font-weight: bold; }
    section.search .third-item > header, section.setting-search .third-item > header {
      border-top: 1px solid #e5e5e5;
      height: 47px;
      margin: 0 24px;
      padding-left: 20px; }
      section.search .third-item > header .ellipsis, section.setting-search .third-item  > header .ellipsis {
	      overflow: hidden;
	      text-overflow: ellipsis;
	      width: 100%;
	      white-space: nowrap;
	      word-wrap: normal;}
      section.search .third-item > header > .toggle-btn, section.setting-search .third-item > header > .toggle-btn {
        background: url(/images/common/ic-drop-right-cell.png) no-repeat center transparent;
        width: 15px;
        height: 10px;
        position: absolute;
        top: 20px;
        left: 20px; }
      section.search .third-item > header.header__error, section.setting-search .third-item > header.header__error {
        padding-left: 35px;
        padding-right: 0px; }
      section.search .third-item > header .error, section.setting-search .third-item > header .error {
        left: -22px; }
    section.search .third-item > ul, section.setting-search .third-item > ul {
      display: none; }
  section.search .fourth-item, section.setting-search .fourth-item {
    cursor: pointer;
    min-height: 47px;
    background-color: #f8f8f8;
    font-size: 14.1px;
    font-weight: 500;
    line-height: 3.32;
    text-align: left;
    color: #333333;
    position: relative; }
    section.search .fourth-item.active > header > .toggle-btn, section.setting-search .fourth-item.active > header > .toggle-btn {
      background: url(/images/common/ic-dropdown-arrow.png) no-repeat center transparent; }
    section.search .fourth-item.active > ul, section.setting-search .fourth-item.active > ul {
      display: block; }
    section.search .fourth-item.selected, section.setting-search .fourth-item.selected {
      background-color: #e4e4e4;
      font-weight: bold; }
    section.search .fourth-item > header, section.setting-search .fourth-item > header {
      border-top: 1px solid #e5e5e5;
      height: 47px;
      margin: 0 24px;
      padding-left: 35px; }
      section.search .fourth-item > header .ellipsis, section.setting-search .fourth-item > header .ellipsis {
	      overflow: hidden;
	      text-overflow: ellipsis;
	      width: 95%;
	      white-space: nowrap;
	      word-wrap: normal;}
      section.search .fourth-item > header > .toggle-btn, section.setting-search .fourth-item > header > .toggle-btn {
        background: url(/images/common/ic-drop-right-cell.png) no-repeat center transparent;
        width: 15px;
        height: 10px;
        position: absolute;
        top: 20px;
        left: 35px; }
      section.search .fourth-item > header.header__error, section.setting-search .fourth-item > header.header__error {
        padding-left: 50px;
        padding-right: 0px; }
      section.search .fourth-item > header .error, section.setting-search .fourth-item > header .error {
        left: -7px; }
    section.search .fourth-item > ul, section.setting-search .fourth-item > ul {
      display: none; }
  section.search .fifth-item, section.setting-search .fifth-item {
    cursor: pointer;
    min-height: 47px;
    background-color: #f8f8f8;
    font-size: 14.1px;
    font-weight: 500;
    line-height: 3.32;
    text-align: left;
    color: #333333;
    position: relative; }
    section.search .fifth-item.active > header > .toggle-btn, section.setting-search .fifth-item.active > header > .toggle-btn {
      background: url(/images/common/ic-dropdown-arrow.png) no-repeat center transparent; }
    section.search .fifth-item.active > ul, section.setting-search .fifth-item.active > ul {
      display: block; }
    section.search .fifth-item.selected, section.setting-search .fifth-item.selected {
      background-color: #e4e4e4;
      font-weight: bold; }
    section.search .fifth-item > header, section.setting-search .fifth-item > header {
      border-top: 1px solid #e5e5e5;
      /* height: 47px; */
      height: auto;
      margin: 0 24px;
      padding-left: 50px; 
      max-width: calc(100% - 48px);
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow-x: hidden;
      }
      section.search .fifth-item > header > .toggle-btn, section.setting-search .fifth-item > header > .toggle-btn {
        background: url(/images/common/ic-drop-right-cell.png) no-repeat center transparent;
        width: 15px;
        height: 10px;
        position: absolute;
        top: 20px;
        left: 50px; }
      section.search .fifth-item > header.header__error, section.setting-search .fifth-item > header.header__error {
        padding-left: 65px;
        padding-right: 0px; }
      section.search .fifth-item > header .error, section.setting-search .fifth-item > header .error {
        left: 8px; }
    section.search .fifth-item > ul, section.setting-search .fifth-item > ul {
      display: none; }
  section.search .sixth-item, section.setting-search .sixth-item {
    cursor: pointer;
    min-height: 47px;
    background-color: #f8f8f8;
    font-size: 14.1px;
    font-weight: 500;
    line-height: 3.32;
    text-align: left;
    color: #333333;
    position: relative; }
    section.search .sixth-item.active > header > .toggle-btn, section.setting-search .sixth-item.active > header > .toggle-btn {
      background: url(/images/common/ic-dropdown-arrow.png) no-repeat center transparent; }
    section.search .sixth-item.active > ul, section.setting-search .sixth-item.active > ul {
      display: block; }
    section.search .sixth-item.selected, section.setting-search .sixth-item.selected {
      background-color: #e4e4e4;
      font-weight: bold; }
    section.search .sixth-item > header, section.setting-search .sixth-item > header {
      border-top: 1px solid #e5e5e5;
      height: 47px;
      margin: 0 24px;
      padding-left: 65px; }      
      section.search .sixth-item > header > .toggle-btn, section.setting-search .sixth-item > header > .toggle-btn {
        background: url(/images/common/ic-drop-right-cell.png) no-repeat center transparent;
        width: 15px;
        height: 10px;
        position: absolute;
        top: 20px;
        left: 65px; }      
      
    section.search .sixth-item > ul, section.setting-search .sixth-item > ul {
      display: none; }
  section.search .contract-item, section.setting-search .contract-item {
    cursor: pointer;
    min-height: 48px;
    background-color: #f8f8f8;
    font-size: 14.1px;
    font-weight: bold;
    line-height: 3.32;
    text-align: left;
    color: #333333;
    position: relative;
    border-top: 1px solid #e5e5e5;
    padding-left: 30px;
    box-sizing: border-box; }
    section.search .contract-item:first-child, section.setting-search .contract-item:first-child {
      border-top: none; }
  section.search .nav-toggle-action, section.setting-search .nav-toggle-action {
    display: block;
    width: 20px;
    height: 55px;
    position: absolute;
    top: 10px;
    right: -21px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background-image: url(/images/common/master_column3_toggle_arrow_right.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    background-color: white;
    cursor: pointer; }

section.setting-search .listItem {
  position: relative;
  height: calc(100% - 225px);
  height: -webkit-calc(100% - 225px);
  height: -moz-calc(100% - 225px);
  height: -ms-calc(100% - 225px); }
  section.setting-search .listItem.no-radio {
    height: calc(100% - 170px);
    height: -webkit-calc(100% - 170px);
    height: -moz-calc(100% - 170px);
    height: -ms-calc(100% - 170px); }
  section.setting-search .listItem.only-list {
    height: calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: -ms-calc(100% - 60px); }
  section.setting-search .listItem .empty-message {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
  }

section.setting-search input.keyword {
  border-bottom: 0; }

section.setting-search .clist.disabled {
  color: rgba(0, 0, 0, 0.4); }
section.setting-search .item__radio {
  cursor: pointer;
  min-height: 55px;
  font-size: 16.4px;
  font-weight: bold;
  position: relative;
  line-height: 55px;
  text-align: left;
  color: #333333;
  border-top: solid 1px  #e5e5e5;
  position: relative; }
  section.setting-search .item__radio input + label {
    font-weight: normal;
    margin-right: 20px; }
    section.setting-search .item__radio input + label:last-child {
      margin-right: 0; }
  section.setting-search .item__radio > header {
    border: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
/*
  section.setting-search .item__radio:has(.content) {
    border-top: 0; }
  section.setting-search .item__radio .content {
    display: flex;
    padding: 0 22px;
    align-items: center; }
    section.setting-search .item__radio .content input + label {
      margin-right: 20px;
      width:calc(50% - 10px);
      height: 54px;
      line-height: 54px;
      font-size: 16.4px;
      color: #333;
      font-weight: normal; }
      section.setting-search .item__radio .content input + label:last-child {
        margin-right: 0; }
    section.setting-search .item__radio .content .txt {
      margin: 0;
      height: 54px;
      line-height: 54px;
      font-size: 16.4px;
      color: #333;
      font-weight:normal; }
*/
section.setting-search .item__site {
  min-height: 55px;
  font-size: 16.4px;
  font-weight: bold;
  position: relative;
  line-height: 3.36;
  text-align: left;
  color: #333333;
  border-top: solid 1px  #e5e5e5;
  position: relative; }
  section.setting-search .item__site.dropdown {
    margin: 0; }
  section.setting-search .item__site .dropdown-toggle {
    font-size: 16.4px;
    margin-left: 19px;
    min-height: 55px;
    padding-right: 35px;
    text-align: left;
    width: calc(100% - 19px); }
    section.setting-search .item__site .dropdown-toggle:after {
      right: 25px; }
  section.setting-search .item__site .dropdown-menu {
    border: 0;
    min-width: 100%;
    width: 100%;
    max-height: 300px;
    overflow-y: auto; }
  section.setting-search .item__site .dropdown-item {
    padding: 9px 25px; }
  section.setting-search .item__site .dropdown.open .dropdown-menu {
    border-top: 0;
    border-radius: 0; }

section.setting-search ul.list {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }

section.setting-search ul li.item {
  border-top: 0; }
  section.setting-search ul li.item.selected {
    background-color: transparent; }

section.search-with-mode .listItem {
  height: calc(100% - 280px);
  height: -webkit-calc(100% - 280px);
  height: -moz-calc(100% - 280px);
  height: -ms-calc(100% - 280px); }

section.search-with-mode input.keyword {
  border-bottom: 0; }

section.search-with-mode .item__radio {
  cursor: pointer;
  min-height: 55px;
  font-size: 16.4px;
  font-weight: bold;
  position: relative;
  line-height: 55px;
  text-align: left;
  color: #333333;
  border-top: solid 1px  #e5e5e5;
  position: relative; }
  section.search-with-mode .item__radio input + label {
    font-weight: normal;
    margin-right: 20px; }
    section.search-with-mode .item__radio input + label:last-child {
      margin-right: 0; }
  section.search-with-mode .item__radio > header {
    border: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; }

section.search-with-mode .item__site {
  min-height: 55px;
  font-size: 16.4px;
  font-weight: bold;
  position: relative;
  line-height: 3.36;
  text-align: left;
  color: #333333;
  border-top: solid 1px  #e5e5e5;
  border-bottom: solid 1px  #e5e5e5;
  position: relative; }
  section.search-with-mode .item__site.dropdown {
    margin: 0; }
  section.search-with-mode .item__site .dropdown-toggle {
    font-size: 16.4px;
    margin-left: 19px;
    min-height: 55px;
    padding-right: 35px;
    text-align: left;
    width: calc(100% - 19px); }
    section.search-with-mode .item__site .dropdown-toggle:after {
      right: 25px; }
  section.search-with-mode .item__site .dropdown-menu {
    border: 0;
    min-width: 100%;
    width: 100%;
    max-height: 300px;
    overflow-y: auto; }
  section.search-with-mode .item__site .dropdown-item {
    padding: 9px 25px; }
  section.search-with-mode .item__site .dropdown.open .dropdown-menu {
    border-top: 0;
    border-radius: 0; }

section.search-with-mode ul.list {
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }

section.search-with-mode ul li.item {
  border-top: 0; }
  section.search-with-mode ul li.item.selected {
    background-color: transparent; }


