.section.tree-search {
  position: relative;
  padding: 0px; }
  .section.tree-search .button-set {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px); }
    .section.tree-search .button-set button + button {
      margin-left: 10px; }

.section .tree-search-search {
  padding: 8px 18px;
  height: 45px; }
  .section .tree-search-search .item__site {
    display: inline-block;
    width: 33.3%; }

.section .tree-search-list {
  z-index: 1; }
  .section .tree-search-list .search-box {
    position: relative;
    margin: 10px; }
    .section .tree-search-list .search-box a.search-closeBtn {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%); }
      .section .tree-search-list .search-box a.search-closeBtn.hide {
        display: none; }
  .section .tree-search-list 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 .tree-search-list 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 .tree-search-list a.search-text-searchBtn {
    position: absolute;
    top: 43%;
    right: 15px;
    transform: translateY(-43%); }
  .section .tree-search-list button.add-new {
    font-size: 18px;
    color: #333333;
    width: 100%;
    height: 56px;
    background: #fff;
    border: none; }
    .section .tree-search-list button.add-new__site {
      font-size: 18px;
      color: #333333;
      width: 100%;
      height: 56px;
      background: #fff;
      border-top: 1px solid #e5e5e5; }
  .section .tree-search-list .listItem {
    border-top: solid 1px  #e5e5e5;
    height: calc(100vh - 200px);
    height: -webkit-calc(100vh - 200px);
    height: -moz-calc(100vh - 200px);
    height: -ms-calc(100vh - 200px);
    overflow-y: auto;
    -ms-overflow-style: none; }
  .section .tree-search-list .list {
    padding: 0; }
  .section .tree-search-list .header__only {
    min-height: 55px;
    font-size: 16.4px;
    font-weight: bold;
    line-height: 3.36;
    text-align: left; }
    .section .tree-search-list .header__only > header {
      margin-left: 25px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .section .tree-search-list .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 .tree-search-list .item.active {
      border: none; }
      .section .tree-search-list .item.active > header > .toggle-btn {
        background: url(/images/common/ico-drop_up.png) no-repeat center transparent; }
      .section .tree-search-list .item.active > ul {
        display: block; }
    .section .tree-search-list .item.selected {
      background-color: #e4e4e4; }
    .section .tree-search-list .item header {
      margin-left: 25px;
      height: 55px;
      position: relative; }
      .section .tree-search-list .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 .tree-search-list .item header.header__error {
        padding-right: 35px; }
      .section .tree-search-list .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 .tree-search-list .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 .tree-search-list .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 .tree-search-list .item header .info--box.info-box {
          right: -43px;
          height: 50px;
          min-width: 105px; }
    .section .tree-search-list .item > ul {
      display: none; }
    .section .tree-search-list .item input + label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .section .tree-search-list .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 .tree-search-list .sub-item.active > header > .toggle-btn {
      background: url(/images/common/ic-dropdown-arrow.png) no-repeat center transparent; }
    .section .tree-search-list .sub-item.active > ul {
      display: block; }
    .section .tree-search-list .sub-item.selected {
      background-color: #e4e4e4;
      font-weight: bold; }
    .section .tree-search-list .sub-item header {
      border-top: 1px solid #e5e5e5;
      height: 47px;
      margin: 0 24px;
      padding-left: 20px; }
      .section .tree-search-list .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 .tree-search-list .sub-item header.header__error {
        padding-left: 20px;
        padding-right: 0px; }
      .section .tree-search-list .sub-item header .error {
        left: -42px; }
    .section .tree-search-list .sub-item > ul {
      display: none; }
  .section .tree-search-list .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 .tree-search-list .third-item.active > header > .toggle-btn {
      background: url(/images/common/ic-dropdown-arrow.png) no-repeat center transparent; }
    .section .tree-search-list .third-item.active > ul {
      display: block; }
    .section .tree-search-list .third-item.selected {
      background-color: #e4e4e4;
      font-weight: bold; }
    .section .tree-search-list .third-item > header {
      border-top: 1px solid #e5e5e5;
      height: 47px;
      margin: 0 24px;
      padding-left: 20px; }
      .section .tree-search-list .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 .tree-search-list .third-item > header.header__error {
        padding-left: 35px;
        padding-right: 0px; }
      .section .tree-search-list .third-item > header .error {
        left: -22px; }
    .section .tree-search-list .third-item > ul {
      display: none; }
  .section .tree-search-list .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 .tree-search-list .fourth-item.active > header > .toggle-btn {
      background: url(/images/common/ic-dropdown-arrow.png) no-repeat center transparent; }
    .section .tree-search-list .fourth-item.active > ul {
      display: block; }
    .section .tree-search-list .fourth-item.selected {
      background-color: #e4e4e4;
      font-weight: bold; }
    .section .tree-search-list .fourth-item > header {
      border-top: 1px solid #e5e5e5;
      height: 47px;
      margin: 0 24px;
      padding-left: 35px; }
      .section .tree-search-list .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 .tree-search-list .fourth-item > header.header__error {
        padding-left: 50px;
        padding-right: 0px; }
      .section .tree-search-list .fourth-item > header .error {
        left: -7px; }
    .section .tree-search-list .fourth-item > ul {
      display: none; }
  .section .tree-search-list .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 .tree-search-list .contract-item:first-child {
      border-top: none; }
  .section .tree-search-list .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; }
