/* BASIC css start */
/* 퀵메뉴 */
.quick_wrap { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 9999; }
.quick_inner { display: none; }
.quick_wrap.open .quick_inner { display: block; }
/* BASIC css end */

