/* BASIC css start */
.pwd-link { margin-top:15px; text-align:center; }

.qna_board { margin:100px auto 0; }

/* 좌측 메뉴 영역 */
.left-menu { float: left; width: 200px; margin: 0 50px 0 0; padding: 0px 0 0 0; }
.left-menu .menu-list { margin-bottom: 50px; }
.left-menu .menu-list dt { margin-bottom: 20px; font-size: 20px; font-weight: 700; color: #000; height: 46px; border-bottom:1px solid #ededed; }
.left-menu .menu-list dd a { font-size: 16px; font-weight: 500; line-height: 40px; color: #999; transition: all 0.3s;}
.left-menu .menu-list dd a:hover { font-weight: 500; padding-left:5px; }
.left-menu .menu-list dd.on > a { color: #0184ff; font-weight: 500; }

/* 컨텐츠 영역 */
.contents-info { float: left; position: relative; width: calc(100% - 250px); }

.btn_listview { display: inline-block; color: #1a1a1a; text-align: center; border: 1px solid #ccc; background: #fff; border-radius: 2px; }
.btn_cancel { display: inline-block; color: #1a1a1a; text-align: center; border: 1px solid #ccc; background: #fff; border-radius: 2px; }
.btn_check { display: inline-block; color: #fff; text-align: center; border: 1px solid #333; background: #333;border-radius: 2px; }
/* BASIC css end */

