.description {
	background-color: #DEEBF7;
	border-left: 6px solid #00B0F0;
	margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display:inline-block;
}
.description-title {
    padding-left: 20px;
}
.problem-body-div {
    width: 45%;
    display:inline-block; 
    float: left;
    padding-right: 20px;  
    padding-left: 20px;
    line-height:1.1em;
}
.solution-body-div {
    width: 49%;
    line-height:1.1em;
    float: right;
    padding-right: 20px;
    display:inline-block; 
}
.description-body-div {
    width: 100%;
    display:inline-block; 
    float: left;
    padding-right: 20px;  
    padding-left: 20px;
    line-height:1.1em; 
}
.message-header {
    color: #000000;
    font-size: 13pt;
    font-family: '나눔고딕',nanum gothic,'맑은고딕',malgun gothic,'돋움',Dotum,Helvetica,sans-serif;
    font-weight: bold;
    margin-bottom: : 0px;
    padding-bottom: : 0px;

}
.message-body {
    color: #000000;
    font-size: 10pt;
    font-family: '나눔고딕',nanum gothic,'맑은고딕',malgun gothic,'돋움',Dotum,Helvetica,sans-serif;
    margin-bottom: : 0px;
    padding-bottom: : 0px;
}
.message-img {
    float: left;
    width: 50px;
    padding-right: 10px;
}
.solution-header {
    color: #000000;
    font-size: 12pt;
    font-family: '나눔고딕',nanum gothic,'맑은고딕',malgun gothic,'돋움',Dotum,Helvetica,sans-serif;
    font-weight: bold;
    margin-bottom: : 0px;
    padding-bottom: : 0px;
}
.solution-body {
    color: #000000;
    font-size: 10pt;
    font-family: '나눔고딕',nanum gothic,'맑은고딕',malgun gothic,'돋움',Dotum,Helvetica,sans-serif;
    margin-bottom: : 0px;
    padding-bottom: : 0px;
}
.solution-img {
    float: left;
    width: 50px;
    padding-right: 10px;
}
.sheet-title {
    color: #000000;
    font-size: 15px;
    font-family: '나눔고딕',nanum gothic,'맑은고딕',malgun gothic,'돋움',Dotum,Helvetica,sans-serif;
    font-weight: bold;
    margin-bottom: : 0px;
    padding-bottom: : 0px;
    text-align: center;
}
p {
    margin: 2px;
    padding: 2px;
}
hr {
  height: 0.1px;
  color: #d3d5df;
}
a {
  display: block;
  text-decoration:none !important; 
  text-decoration:none;
  color: #883000;
}
.float{
    position:fixed;
    width:40px;
    height:40px;
    bottom:40px;
    right:40px;
    color:#FFF;
    border-radius:50px;
    background-color:#CCC;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
    background: transparent;
    background-size: 100%;
    background-image: url('http://support.qcell.kr/images/jsfiddle.png');
}

.my-float{
    margin-top:22px;
}