@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.container_wrap {
  padding-top: 50px;
  padding-bottom: 60px;
  min-width: 1180px;
  overflow: hidden;
}
.detail-wrap {
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E6DCDC;
  padding: 84px 77px 126px 77px;
}
.detail-wrap .detail-bt {
  padding-bottom: 48px;
}
.detail-wrap .detail-bt h1 {
  font-size: 28px;
  line-height: 37px;
  color: #200F0E;
  text-align: center;
}
.detail-wrap .detail-bt .sub-title {
  text-align: center;
  line-height: 25px;
  margin-top: 14px;
}
.detail-wrap .detail-bt .sub-title span {
  font-size: 14px;
  color: #AD9E9E;
  line-height: 25px;
  margin-right: 20px;
}
.detail-wrap .detail-bt .sub-title span:last-child {
  margin-right: 0;
}
.detail-wrap .text p {
  font-size: 16px;
  color: #7B6C6C;
  line-height: 30px;
  margin-bottom: 25px;
}
.detail-wrap .text p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
