.container { padding: 0 16px 24px; .swiper { margin: 14px 0 18px; } .title { margin: 14px 0 15px; } .searchWrapper { display: flex; column-gap: 8px; align-items: center; .searchKeyInputWrapper { position: relative; flex: 1; .searchKeyOptionsWrapper { position: absolute; left: 0px; top: 40px; width: 100%; height: 60px; border: 1px solid #dcdfe6; background-color: #fff; box-sizing: border-box; } } .searchBtn { width: 92px; height: 34px; flex: 0 1 92px; } } .infoWrapper { display: flex; align-items: center; column-gap: 11px; margin: 17px 0 26px; .ib, .client { display: flex; justify-content: center; align-items: center; column-gap: 4px; padding: 4px 8px; box-sizing: border-box; min-width: 112px; height: 32px; color: #fff; font-size: 14px; line-height: 24px; .info { display: flex; align-items: center; .value { font-size: 16px; font-weight: 700; } } } .ib { background-color: #0f3675; } .client { background-color: #29bbe4; } } } .ibTree { padding-left: 16px; overflow-y: auto; }