.computer{
  z-index: 10;
  width: 100%;
}
#write_Div{
  display: none;
  background: white;
  transition: .6s;
  z-index: 1;
  width: -webkit-fill-available;
  margin: 0 10px;
  left: 0;
}
#write_Div>form{
  display: flex;
  flex-direction: column;
}
#write_Div>form>p{
  margin: 0;
  font-size: 20px;
}
#write_Div>form>p{
  margin: 0;
  font-size: 20px;
}
#write_Div>form input[type="text"] {
  width: -webkit-fill-available;
  height: 30px;
  border: 1px solid darkgrey;
  outline: none;
  font-size: 15px;
}
#write_Div>form>*:nth-child(even){
  margin: 10px 0;
  border-radius: 5px;
  padding: 5px;
}
#write_Div>form .sub_Button{
  width: max-content;
  margin: auto;
}
#write_Div>form .sub_Button>input{
  border-radius: 5px;
  width: 100px;
  height: 50px;
  font-size: 15px;
  color: white;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
}
#write_Div>form .sub_Button>input:first-child{
  background: #337ab7;
}
#write_Div>form .sub_Button>input:last-child{
  background: #d9534f;
}
#upload_form > .file_input > div, #upload_form > .schedule_input .check_schedule{
  display:flex;
  align-items:center;
}
#file_in,#date_in,#time_in{
  height: 22px;
  margin: 10px;
}
#file_in span,#date_in span,#time_in span{
  width: 20px;
  height: 20px;
  border : 1px solid black;
  position: absolute;
}
#file_in input, #date_in input,#time_in input{
  display: none;
}
#date_in> input:checked ~ span,#time_in> input:checked ~ span,#file_in> input:checked ~ span{
  background: #eee;
}
#date_in> input:checked ~ span:after,#time_in> input:checked ~ span:after,#file_in> input:checked ~ span:after{
  content: "";
  width: 5px;
  height: 10px;
  border: solid;
  border-width: 0 5px 5px 0;
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(45deg);
}
.file_input input[type="file"]{
  background: #eee;
  padding: 10px;
  margin: 0;
  margin-bottom: 10px;
  width: -webkit-fill-available;
}
#attach_wrap{
  display: flex;
  margin: 10px 0;
}
.attach_icon{
  display: flex;
  align-items: center;
}
.attach_icon::before{
  content:"";
  background: url(/img/icon/attach.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
#Post_detail {
  display: none; /* Admin - 회원 정보 조회로 none 처리*/
  background: white;
}
.Post_detail_table{
  background: white;
}
#Post_detail table{
  border-collapse: collapse;
  width: 100%;
}
#Post_detail:not(.info_input) table tr:nth-child(1) td{
  border-top: 1px solid #c8c8c8;
}
#Post_detail table tr:nth-child(2) p{
  color: #434343;
}
#Post_detail table tr td>p>span{
  margin-right: 20px;
}
#Post_detail:not(.info_input) table>*:not(tfoot) td{
  border-bottom: 1px solid #c8c8c8;
  padding-left: 10px;
}
#Post_detail table td.first_td{
  width: 90px;
  padding: 10px;
  font-size: 15px;
  background-color: #fbfbfb;
  border-right: 1px solid #c8c8c8;
  vertical-align: middle;
  color: #434343;
  font-weight: bold;
}
#Post_detail table #detail_content{
  min-height:300px;
}
#Post_detail table td.show_list_btn {
  vertical-align: middle;
}
#Post_detail table td.show_list_btn p {
  cursor: pointer;
  margin: 10px auto;
  width: max-content;
  background-color: #7d7d7d;
  text-align: center;
  color: white;
  padding: 6px 15px;
  border-radius: 3px;
  border-bottom: 5px solid #444444;
}
#Post_detail table td.show_list_btn p:active {
  border-top: 2px solid white !important;
  border-bottom: 3px solid #444444 !important;
}
#attach_group{
  display: flex;
  flex: 1;
  align-items: baseline;
}
#attach_group>p{
  width: 74px;
}
#attach_group>div{
  flex: 1;
}
#attach_List>p{
  display: inline-block;
  margin: 10px;
}
@media screen and (max-width: 800px) {
  .con_number {
    width: 40px;
  }
  #title_writer_div, #look_time_div {
    display: block;
  }
  .Post_detail_table {
    width: 100%;
    margin: 0;
  }
  .content_list {
    align-items: center;
  }
  .number_div>p {
    display: -webkit-inline-box;
    text-align: -webkit-center;
  }
  .content_list>* {
    margin: auto;
  }
}
