/*온라인접수 설문조사*/
.position_re{
  position: relative;
}
.position_btn{
  position: absolute;
  right: 0;
  top: 0;
}
.survey_result_con .survey_graph{
  float: left;
}
.survey_result_con .survey_result_p{
  float: right;
}
.survey_result_con:after{
  display: block;
  content: "";
  clear: both;
}
.survey_result{
  padding: 5px 14px 10px 4px;
}
.survey_graph > ul > li{
  float: left;
}
.survey_graph > ul{
  display: block;
  content: "";
  clear: both;
}
.survey_result_con{
  margin-top: 6px;
}
.survey_graph_per{
  width: 410px;
  height: 27px;
  background-color: #ebebeb;
}
.survey_graph_text{
  font-size: 16px;
  line-height: 24px;
  color: #2c53b0;
  margin-left: 10px;
  font-weight: 300;
}
.survey_graph_per > div{
  height: 27px;
  background-image: url("../images/graph_bg.png");
  background-repeat: repeat;
}
.survey_result_p{
  font-weight: 300;
  font-size: 15px;
  color: #666666;
}

@media (max-width: 767.98px) {
  .mobile_none{
    display: none !important;
  }
  .table-write02 thead{
    display: block;
  }
  .survey_result_con .survey_graph{
    float: none;
    height: 27px;
    margin-bottom: 5px;
  }
  .survey_result{
    padding: 5px 0 10px ;
  }
  .survey_graph_per{
    width: calc(100% - 43px);
  }
  .survey_graph_text{
    font-size: 13px;
  }
  .survey_result_con .survey_result_p{
    float: none;
    width: 100%;
    font-size: 13px;
  }

}
/*온라인접수 설문조사 END*/