

/* 본컨텐츠*/
.post_detail{
    position: relative;
    width:  1000px;
    min-height: 450px;
    padding-bottom: 30px;
}
.post_detail>.post_title_cover{
  display: inline-block;
  position: relative;
  width: 800px;
  height: 46px;
  line-height:46px;
  border-bottom: 2px solid #808080;
  border-top: 2px solid #808080;
}
.post_title_cover>span:nth-of-type(1){
  float: left;
  width: 490px;
  /* height: 46px; */
  /* line-height: 46px; */
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  color: #808080;
}
.post_title_cover>span:nth-of-type(2){
  float: left;
  width: 295px;
  /* height: 46px; */
  line-height: 25px;
  font-size: 12px;
  text-align: right;
  padding: 20px 5px 0 0;
  color: #808080;
}
.post_detail>.info_cover{
  display: inline-block;
  position: relative;
  width: 800px;
  height: 30px;
  line-height:30px;
}
.info_cover>span:nth-of-type(1){
  float: left;
  width: 490px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  color: #808080;
}
.info_cover>span:nth-of-type(2){
  float: left;
  width: 295px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
  color: #808080;
}
.post_detail>.post_img_cover{
  position: relative;
  width: 800px;
  min-height: 200px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 20px;
}
.post_img_cover>img{
  max-width: 780px;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.post_detail>.post_content{
  position: relative;
  width: 800px;
  min-height: 100px;
  line-height: 15px;
  font-family:'나눔 고딕','Nanum Gothic', sans-serif;
  font-size: 15px;
  padding: 30px 10px;
  box-sizing: border-box;
  text-align: justify;
  white-space: break-spaces;
}
.post_detail>.post_bottom_cover{
  position: relative;
  width: 800px;
  height: 46px;
  border-bottom: 2px solid #808080;
  border-top: 2px solid #808080;
}
.post_detail>.post_bottom_cover>a{
  float: right;
  width: 100px;
  height: 36px;
  line-height: 36px;
  margin: 5px 5px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #f0f0f0;
  background-color: #404040;
}