article1{
  padding: 10px;
  font-size: 16px;
  word-break: break-all;
  text-align: justify;
  line-height: 1.6;
}
.imgWrap{
  float: right;
  width: 360px;
  height: 350px;

  /*이미지로 테두리 만들기*/
  shape-outside: url(/imgs/k41test.png);
  shape-margin: 10px;
  shape-image-threshold: 0.9;

  /*백그라운드로 보여질 이미지 설정*/
  background-image: url(/imgs/k41test.png);
  background-repeat: no-repeat;
}
.desc{
  margin-top: 20px;
  margin-left: 0;
}
.desc li{
  font-size: 36px;
  font-family: '맑음 고딕';
  text-align: right;
}
