.content_list{
  margin-top: 10px;
  min-height: 428px;
}
td.Up_time{
  display:none;
}
.search_box input {
  background: none;
  border: 0;
  width: 30px;
}
.search_box input[type="text"] {
  background: transparent;
  padding: 5px 10px;
  outline: none;
  font-size: 15px;
  flex: 1;
}
.search_box input[type="submit"] {
  width: 30px;
  background: url(/img/icon/search.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.search_box {
  border: 2px solid #666666;
  background: white;
  width: 200px;
  border-radius: 10px;
}
.list_cnt select {
  height: 20px;
  margin: 5px;
  outline: none;
}
.search_box form {
  display: flex;
}
.sel_btn{
  border: none;
  border-radius: 50px;
  padding: 2px;
  outline: none;
}
.content_list>div:not(:nth-child(3)){
  width: 25px;
  height: 25px;
  background-repeat: no-repeat !important;
  background-size: 70% !important;
  background-position: center !important;
  cursor: pointer;
  border: 2px solid #9E9E9E;
  margin: 2px;
}
.content_list {
  margin: 10px auto;
}
.page_btn_div{
  display: flex;
  width: max-content;
  margin: auto;
}
.page_btn_div>div:not(.number_div) {
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 2px solid #9E9E9E;
  margin: 2px;
}
#first_btn{
  background-image: url(/img/icon/double-left.png);
}
#pre_btn{
  background-image: url(/img/icon/single-left.png);
}
#next_btn{
  background-image: url(/img/icon/single-right.png);
}
#last_btn{
  background-image: url(/img/icon/double-right.png);
}
.number_div>div.sel_page_div{
  display: flex;
}
.number_div>div{
  width: min-content;
  display: none;
  direction: ltr;
}
.number_div>div>p {
  margin: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #9E9E9E;
  margin: 2px;
}
.number_div>div>p{
  border-right: 2px solid #9E9E9E;
}
.number_div>div>p.sel_page_btn {
  background: #ccc;
}
/* 글 목록 */
table#schedule_table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
}
tr:not(:last-child),tr.under_gray_line {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
tfoot td:nth-child(2){
  padding-left: 5px;
}
td.Ptitle {
  width: 40%;
}
td.Uname {
  width: 90px;
}
td.UmemberT {
  width: 100px;
  text-align: center !important;
}
td.Udate {
  width: 100px;
}
td.Uid {
  width: 150px;
}
td.Utype,td.Ustat {
  width: 70px;
  text-align: center !important;
}
td.Pnum {
  width: 50px;
}
td.Ptime, td.PuploadDate {
  min-width: 70px;
  width: 150px;
  white-space: nowrap;
}
td.Pplace {
  width: 100px;
}
td.Pteach, td.Pwriter {
  width: 100px;
}
td.Pattact {
  width: 50px;
}
td.Pview {
  width: 50px;
}
.content_list tbody tr td:nth-child(2),.content_list tbody tr td.Pplace {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content_list tr td{
  cursor: default;
}
.content_list tbody tr td:nth-child(2){
  cursor: pointer;
}
.content_list table tr{
  border-bottom: 1px solid;
}
.content_list table tr, .content_list table td{
  padding: 10px;
}
.content_list table thead tr {
  background: #0e3d5f;
  color: white;
  font-size: 14px;
  border: none;
}

#edit_attach_file_list>div {
  display: flex;
}

button.delete_btn_icon {
  background: #f43636;
  color: white;
  border-radius: 20%;
  border: 0;
  border-bottom: 2px solid gray;
}
#edit_attach_file_list button {
  margin: 5px;
  width: 25px;
  height: 25px;
}
#edit_attach_file_list p {
  margin: auto 0;
}
#post_wrap {
  opacity: 0;
  transition: 0.5s;
}
#mobile_list_none{
  display: none;
  text-align: center;
  border-bottom: 1px solid gray;
  padding: 10px;
  margin: 0;
}
#attach_icn {
  width: 25px;
  padding: 5px;
  margin: 5px 5px 5px 0;
  background: #8bc34aba;
  border-radius: 50%;
}
#attach_div>a{
  display: flex;
}
#attach_div>a>img{
  margin : 10px;
}
a {
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 800px) {
  #mobile_list_none{
    display: block;
  }
  #pc_list_none{
    display: none;
  }
  td.Pwriter,td.Pview,td.Pattact,td.Pplace,td.Pnum,td.Pteach,td.Uid,td.UmemberT,td.Udate,td.Ptime.schedule_td,td.PuploadDate {
    display: none !important;
  }
  td.Ptitle {
    width: 200px;
  }
  td.Ucompany{
    width: 100%;
  }
  td.PuploadDate {
    padding: 10px 0 !important;
    width: 65px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin: 0 10px;
  }
  .page_btn_div .number_div {
    width: 165px;
    overflow: hidden;
    overflow-x: scroll;
  }
  .page_btn_div>div:not(.number_div){
    height: 58px;
  }
  .number_div>div.sel_page_div{
    width: 165px;
    display: block;
  }
  .number_div>div.sel_page_div>p {
    display: inline-block;
  }
}
