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

.notice-page { 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); }
/* BASIC css end */

