    .search_form {
        display: flex;
        justify-content: center;
    }

    .search_active {
        display: flex;
    }

    #hd_sch3 .docs {
        position: absolute;
        top: 60px;
    }

    #hd_sch3 #sch_str {
        position: static;
        -webkit-transition : ease;
        -moz-transition: ease;
        -ms-transition: ease;
        -o-transition: ease;
    }

    .keyword {
      position: relative;
      z-index: 200;
      background: #fff;
      border: 1px solid #d9d9d9;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .13);
      border-radius: 10px;
      color: #4d4d4d;
    }

    .keyword .kwd_box {
      width: 560px;
      padding: 24px;
    }

    .keyword .kwd_box .kwd { /* 240802 °Ë»ö¾î µÚ ÁÙÀÓÇ¥ css·Î Ã³¸® sjh */
      width: 100%;
      cursor:pointer;
      position: relative;
      padding: 8px 0;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; 
    }

    .keyword .kwd_box .kwd:first-child { 
      padding-top: 0;
    }

    .keyword .kwd_box .kwd:last-child { 
      padding-bottom: 0;
    }

    .keyword .kwd_box .kwd b { /* 240802 °Ë»ö¾î µÚ ÁÙÀÓÇ¥ css·Î Ã³¸® sjh */
        color: #f15d2a;
        font-family: 'Pretendard-Bold';
    }

    .keyword .kwd_box .kwd:hover {
      background:#f2f2f2;
      text-decoration: underline;
    }
    
    .selected {
      background-color: #e2e2e2;
    }
    .imgsvg {
      display: inline-block;
      position: absolute;
      width: 24px;
      height: 24px;
      background-color: #eee;
      margin-right: 5px;
      left: 25px;
      margin-top: 7px;
      border-radius: 24px;
    }
    .ico_search {
      background-image: url('./img/kwd_sch_btn.png');
      background-repeat: no-repeat;
      z-index: 1;
    }