@charset "utf-8";

/* 모달 내용 부분만 스크롤
.modal-dialog { overflow-y: initial !important }
.modal-body{ height: 100%; overflow-y: auto;}
*/