/* font setting */
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);

body, div, ul, li{
    margin: 0px;
    padding: 0px;
}
ul {list-style-type: none;}

.work_back {
  //width: 150px;
  background-color:#fff;
  font-family: 'Jeju Gothic', Arial, sans-serif;
   line-height:20px;
  border: 0;
  padding-top: 15px;
  padding-left: 20px;

}
.work_back ul li a{
  text-decoration: none;
  color: #000;
  font-size: 13px;

}
.work_back  ul  li a:hover,
.work_back  ul  li.active > a,
.work_back  ul  li.open > a {
  //background: #FAFAFA;
  color: #FE642E;
}    
