.sggName .custom-selet ul.select {
	display: block;
    position: absolute;
    top: calc(100% + 6px);
    max-height: 800px;
    transition: max-height 0.5s;
    padding: 0;
    background: #fff;
    border: 2px solid var(--blue-500);
    border-radius: 8px;
    z-index: 1000;
    overflow: hidden;
    overflow-y: scroll;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 4px 5px 0px var(--gray-10per);
}