body {
  font: normal 16px sans-serif;
  background-color: #fff !important;
}

a,a:hover,a:visited,a:link {
  text-decoration: none;
  background: transparent;
  color:black;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
}

ul, li {
  list-style:none;
  padding:0;
  margin:0
}

.wrap {
  width: 900px;
  border: 1px solid #A6A6A6;
}

.c_header {
  text-align: center;
  padding: 10px;
  background: #f54a5e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all
}

.c_view th {
  width: 70px;
  background: #f8f8f8;
  text-align: left;
}

.c_view i {
  color: #000;
  padding: 4px;
}

.c_file {
  color: #f54a5e;
  font-size: 15px;
  font-weight: bold;
}

.c_btn_box {
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding: 15px;
}

.c_btn {
  border: 1px solid #e03448;
  background: #f54a5e;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  display: inline-block;
  width: 145px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.c_body {
  margin: auto 0;
  text-align: center;
  background: #fff;
  word-break: break-all;
}

.c_body_header {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #efefef;
  font-weight: bold;
  background: #f8f8f8;
}

.c_text {
  padding: 5px;
}

.c_body img {
  width: 100%;
  max-width: 720px;
}

.c_cmt_box {
  border: 1px solid #efefef;
  padding: 5px;
  text-align: center;
}

.c_cmt_box input[type=text] {
  width: 80%;
  height: 40px;
  border: 1px solid #efefef;
}

.c_cmt_box input {
  font-size: 12px !important;
}

.c_cmt_btn {
  width: 20%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: #f54a5e;
  color: #fff;
  border: 1px solid #efefef;
}

.c_cmt {
  width: 100%;
  text-align: left;
}

.c_cmt th,td {
  font-size: 12px;
}

.c_cmt_title {
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}

.footer {
  font-size: 12px;
  text-align: center;
}

.footer-txt {
  font-size: 12px;
  margin: 5px;
  color: #d6c8c8;
}

@media (max-width: 576px) {
.wrap {
  margin-top: 0 !important;
}
.c_header {
  font-size: 15px;
}
.c_cmt_btn,.c_btn,.c_view th,.c_body_header,.c_file {
  font-size: 12px;
}
}

@media (min-width: 575px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
