@charset "utf-8";

/*========================================================================
좌측 스크롤바
========================================================================*/
.scroll_wrap #scroll_left { display:none; position:fixed; top:50% !important; left:0; width:auto; transform:translateY(-50%); z-index:130; }
.scroll_wrap #scroll_left.ban_fixed  { left:0; margin:0; }
.scroll_wrap .scroll-list ul { display:flex; flex:1; width:90px; flex-direction:column; justify-content:center; box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.25); border-radius:0 20px 20px 0; background:#fff; overflow:hidden; }
.scroll_wrap .scroll-list li {  font-size:15px; font-weight:500; text-align:center; }
.scroll_wrap .scroll-list ul li:hover,
.scroll_wrap .scroll-list ul li:first-child {  color:#fff; background:var(--point-color);  }
.scroll_wrap .scroll-list ul li:hover img,
.scroll_wrap .scroll-list ul li:first-child img { filter:brightness(0) invert(1); }
.scroll_wrap .scroll-list li a { display:inline-flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:100%; min-height:100px; }

@media all and (max-width:912px) { 
	.scroll-list { display:none; }
}