<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*############### kfin-searchbar ###############*/

#kfin-searchbar {
  display: flex;
  position: relative;
  bottom: 0px;
  left: 0;
  width: 100vw;
  padding: 16px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px #00000026;
  display: flex;
  flex-direction: column;
  z-index: 100;
  border-radius:8px 8px 0px 0px;
}
#kfin-searchbar.mode-inline{
  position: relative;
  width: 100%;
  box-shadow: none;
  padding: 16px 0;
}
#kfin-searchbar.mode-inline input:focus{
  border: none;
  outline: none;
  background: transparent;
}
#kfin-searchbar.mode-inline .kfin-searchbar-wrapper:has(.kfin-searchbar-suggestion.active){
  border: 1px solid #00a94f;
  border-radius: 24px;
}

#kfin-searchbar.mode-sticky{
  position: fixed;
}

.has-sticky #kfin-searchbar{
  bottom: 56px;
}
.icw:has(.mode-sticky) #navigation-footer{
  padding-bottom: 76px;
}

.kfin-searchbar-wrapper {
  position: relative;
  width: 100%;

}
.kfin-searchbar__iconsearch {
  position: absolute;
  left: 16px;
  z-index: 10;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;

}

.kfin-searchbar__iconclose {
  position: absolute;
  right: 16px;
  z-index: 100;
  width:24px;
  height:24px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#kfin-searchbar .kfin-searchbar__input {
  font-family: Kurious;
  padding: 12px 16px 12px 48px;
  position: relative;
  border: none;
  background: transparent;
  z-index: 20;
  border: solid 1px #dbdbdb;
  border-radius: 24px;
  background-color: #fff;
  font-weight: 600;
  height: 48px;
}

#kfin-searchbar .kfin-searchbar__input::placeholder {
  font-family: Kurious;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  z-index: 20;
  color: #00000066;
}
/* #kfin-searchbar .kfin-searchbar__input:focus {
  border: solid 1px #00a94f;
  outline: none;
} */

#kfin-searchbar:has(.kfin-searchbar-suggestion.active) {
  height: 460px;
  display: flex;
  flex-direction: column;
}

#kfin-searchbar .kfin-searchbar__input:focus {
  /* border: none; */
}

#kfin-searchbar .kfin-searchbar-suggestion {
  position: relative;
  width: calc(100% - 0px);
  background: transparent;
  top: 16px;
  /* left: 15px; */
  padding: 16 0px;
  padding-top: 0px;
  display: none;
  overflow-y: scroll;

  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#kfin-searchbar .kfin-searchbar-suggestion.active {
  opacity: 1;
  visibility: visible;
  height: 50dvh;
  display: block;
  overflow-y: scroll;
}

#kfin-searchbar .kfin-searchbar-suggestion ul{
  list-style: none;
  border-bottom: 1px solid #D7D7D7;
  padding-left:16px;
  margin-bottom: 16px;
}
#kfin-searchbar .kfin-searchbar-suggestion .item-articles ul{
  border-bottom: none;
}

#kfin-searchbar .kfin-searchbar-suggestion ul li {
  list-style: none;
  color: #00a94f;
  font-family: Kurious;
  margin-left:0px;
  margin-bottom: 16px;
}
#kfin-searchbar .kfin-searchbar-suggestion ul li a{
  cursor: pointer;

}
#kfin-searchbar .kfin-searchbar-suggestion ul li:hover {
  cursor: pointer;
  text-decoration: underline;
}
#kfin-searchbar .kfin-searchbar-suggestion__title {
  color: #333;
  font-weight: 600;
  margin-bottom: 16px;
}

#kfin-searchbar .kfin-searchbar-suggestion__guide {
  font-family: Kurious;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #666 !important;
  margin-bottom: 16px;
}

body:has(#kfin-searchbar .kfin-searchbar-suggestion.active) {
  overflow: hidden !important;
}

.sc-search-inline .sc-inner{
  padding: 0px 0px 0px 0px;
}

@media screen and (min-width: 1024px) {
  .icw:has(.mode-sticky) #navigation-footer{
    padding-bottom: 0px;
  }
  body:has(#kfin-searchbar .kfin-searchbar-suggestion.active) {
    overflow: visible !important;
  }
  #kfin-searchbar .kfin-searchbar-suggestion ul li {
    margin-left:0;
  }

  .sc-search-inline .sc-inner{
    padding: 24px 0px;
  }
  #kfin-searchbar .kfin-searchbar-suggestion__guide {
    padding-top:24px;
    margin-bottom: 24px;
  border-top: 1px solid #D7D7D7;

  }
#kfin-searchbar.mode-inline{
  padding: 0px 0px 0px 0px;
}
  
  #kfin-searchbar {
    position: relative;
    width: 100%;
    box-shadow: none;
    background: none;
    bottom: 0;
    padding: 0px;
    border-radius:0px 0px 0px 0px;

  }
  #kfin-searchbar.mode-sticky{
    position: relative;
  }
  .has-sticky #kfin-searchbar{
    bottom: 0px;
  }
  .kfin-searchbar-wrapper {
    position: relative;
    width: 100%;
    border: solid 1px #dbdbdb;
    border-radius: 24px;
    background-color: #fff;
    height: 48px;
  }
  .kfin-searchbar-wrapper:has(.kfin-searchbar-suggestion.active) {
    border: 0;
    background-color: transparent;
    
  }
  #kfin-searchbar.mode-inline .kfin-searchbar-wrapper:has(.kfin-searchbar-suggestion.active){
    border: 0;
    background-color: transparent;
  }
  #kfin-searchbar .kfin-searchbar__input {
    padding: 12px 16px 12px 48px;
    border: none !important;
    border-radius: 24px;
    background-color: transparent;
  }
  #kfin-searchbar .kfin-searchbar-suggestion {
    position: absolute;
    width: calc(100%);
    background: #fff;
    top: 0;
    left: 0;
    border: solid 1px #00a94f;
    border-radius: 24px;
    padding: 16px;
    padding-top: 48px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;

  }
#kfin-searchbar:has(.kfin-searchbar-suggestion.active) {
  height:auto;
}
  #kfin-searchbar .kfin-searchbar-suggestion.active {
    height: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow-y: hidden;

  }
  #kfin-searchbar .kfin-searchbar__input:focus {
    border: none;
  }

  .kfin-searchbar__iconsearch {
    top: 50%;
    transform: translateY(-50%);
  }

  .kfin-searchbar__iconclose {
    top: 50%;
    transform: translateY(-50%);
    width:24px;
    height:24px;
  }

  /* searchbar in sticky mode when body has class 'sticky-shrink' */

  .sticky-shrink .main:has(.stickyNav.d-md-none)  #kfin-searchbar{
    top:0;
  }

  .sticky-shrink #kfin-searchbar{
    position: fixed;
    top: 56px;
    height: fit-content;
    background: #fff;
    padding: 16px 0;
    z-index: 100;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  }
  .sticky-shrink #kfin-searchbar .kfin-searchbar-wrapper{
    background: #fff;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
  }
  
  #navigation-page-sticky.stickyNav{
    box-shadow:none;
  }
}

/*############### END kfin-searchbar ###############*/
</pre></body></html>