*{
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif;
  margin: 0;
  padding: 0;
}

.note-editable li{
  list-style: unset !important;
}

.note-editable ul{
  list-style: disc !important;
  list-style-position: inside !important;
}

.note-editable ol {
  list-style: decimal !important;
  list-style-position: inside !important;
}

html{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.first,.last{
  display: none;
}

ul{
  list-style: none;
}

li{
  list-style: none;
}

iframe{
  max-width: 100%;
  width: 100%;
}

input, textarea, button { 
  appearance: none; 
  -moz-appearance: none; 
  -webkit-appearance: none; 
  border-radius: 0; 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
}

::placeholder{
  color: rgb(160, 160, 160);
}

*::selection{
  background-color: rgba(128, 128, 128, 0.349);
}

::-webkit-scrollbar{
  width: 9px !important;
  height: 4px !important;
}

::-webkit-scrollbar-thumb{
  background-color: #0000007b!important;
  border-radius: 0px !important;
}

::-webkit-scrollbar-track{
  background-color: rgb(240, 240, 240)!important;
  border-radius: 0px !important;
}


.active{
  background-color: rgb(63, 63, 63);
}

/* loading bar */
.loading_bar{
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(7, 7, 7, 0.60);
  z-index: 9999999;
}

@keyframes ldio-x6kf0jqti8h {
  0% {
      top: 44px;
      left: 44px;
      width: 0;
      height: 0;
      opacity: 1;
  }
  100% {
      top: 7px;
      left: 7px;
      width: 74px;
      height: 74px;
      opacity: 0;
  }
}

.ldio-x6kf0jqti8h div {
  position: absolute;
  border-width: 6px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-x6kf0jqti8h 1s cubic-bezier(0,0.2,0.8,1) infinite;
  }.ldio-x6kf0jqti8h div:nth-child(1) {
  border-color: #ffffff;
  animation-delay: 0s;
}
.ldio-x6kf0jqti8h div:nth-child(2) {
  border-color: #b9b9b9;
  animation-delay: -0.5s;
}
.loadingio-spinner-ripple-3965e52tnvr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90px;
  height: 90px;
  display: inline-block;
  overflow: hidden;
  background: rgba(1, 1, 1, 0);
}
.ldio-x6kf0jqti8h {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.9);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-x6kf0jqti8h div { 
  box-sizing: content-box; 
}
/* generated by https://loading.io/ */

.close_page2{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 40px;
  right: 40px;
  cursor:pointer;
}

.line2 {
  background:black;
  margin-top:6px;
  margin-bottom:6px;
  width:30px;
  height:3px;
  border-radius:2px;
  position:absolute;
  /* box-shadow: 3px 4px 3px rgba(0,0,0,0.2); */

}

#line-top2 {
  transform:rotate(45deg);
}

#line-bot2 {
  transform: rotate(135deg);
}

.menu_back_btn{
  color: black;
  position: absolute;
  top: 27px;
  left: 30px;
  font-size: 26px;
}

.menu_back_btn img{
  width: 33px; 
  /* filter: invert(100%);  */
  cursor: pointer;
  vertical-align: unset !important;
}

.all_wrap{
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
}

/* my info css */
.admin_notice_board{
  width: 100%;
  height: 100%;
  background-color: white;
  /* margin-left: 242px; */
  padding-top: 50px;
}

.notice_board_wrap{
  margin: auto;
  max-width: 1095px;
  width: 100%;
}

.notice_board_cate{
  margin: 30px 0 25px 0;
  color: rgb(181, 178, 178);
  font-size: 15px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: start;
}

.notice_board_wrap_right{
  display: flex; 
  align-items: center; 
  justify-content: space-between;
}

.notice_board_host{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.host_name{
  color: rgb(51, 51, 51);
  font-size: 20px;
  margin-right: 13px;
  font-weight: 500;
  padding: 7px 0;
}

.search_box{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search_box select{
  display: block;
}

.search_box .mobile_write{
  display: none;
}


.searchbar_area{
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid rgb(180, 180, 180);
  border-radius: 8px;
  outline: none;
  margin-right: 10px;
  width: 100%;
}

.searchbar{
  border-radius: 8px;
  border: none;
  outline: none;
  letter-spacing: 1px;
  position: relative;
  font-size: 14px;
  background-color: transparent;
  padding: 8px 32px 8px 5px;
  width: 100%;
}

.searchbar::placeholder{
  font-size: 14px;
}


.searchbar_btn{
  position: absolute;
  right: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 30px;
  text-align: center;
  color: rgb(58, 58, 58);
}

.fa-search{
  font-size: 14px;
  color: rgb(58, 58, 58);
}


.searchbar::-ms-clear,
.searchbar::-ms-reveal{
  display:none;width:0;height:0;
}

.searchbar::-webkit-search-decoration,
.searchbar::-webkit-search-cancel-button,
.searchbar::-webkit-search-results-button,
.searchbar::-webkit-search-results-decoration{
  display:none;
}

select{
  padding: 8px 15px;
  border: 1px solid rgb(180, 180, 180);
  border-radius: 8px;
  color: rgb(120 ,120 ,120 );
  font-weight: bold;
}

.notice_table{
  margin: auto;
  max-width: 1095px;
  width: 100%;
  border: 1px solid rgb(174, 173, 173);
  border-radius: 8px;
  margin-top: 10px;
}

.notice_th{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 97%;
  margin: auto;
  padding: 15px 0;
}

.th{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}


.desk_td{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 97%;
  margin: auto;
  border-top: 1px solid rgb(174, 173, 173);
  padding: 15px 0;
}

.td{
  text-align: center;
  font-size: 14px;
}

.num.th,
.num.td{
  width: 5%;
}

.new.th,
.new.td{
  width: 8%;
  text-align: end;
  color: red;
  font-weight: 500;
  font-size: 12px;
}

.new.td i{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.title.th,
.title.td{
  width: 50%;
  margin-left: 10px;
  text-align: start;
}

.title.td{
  display: flex;
  align-items: center;
  
}

.title.td p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.secret_title{
  color: rgba(0, 0, 0, 0.4);
}

.new_alert{
  display: none;
}

.writer.th,
.writer.td{
  width: 10%;
}

.writer.td{
  color: rgb(150,150,150);
}

.date.th,
.date.td{
  width: 15%;
}

.date.td{
  color: rgb(150,150,150);
}

.view.th,
.view.td{
  width: 8%;
}

.view.td{
  color: rgb(150,150,150);
}

.bottom_area{
  position: relative;
  max-width: 1095px;
  width: 100%;
  margin: 15px auto 30px auto;
  text-align: end;
}

.bottom_area button{
  border: none;
  padding: 10px 30px;
  border-radius: 8px;
  color: white;
  background-color: rgb(20, 20, 20);
  font-size: 13px;
  cursor: pointer;
  /* display: block; */
}

.table_pager{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
}

.table_pager li{
  width: 25px;
  height: 25px;
  line-height: 22px;
  border: 1px solid rgb(200, 200, 200);
  background-color: white;
  border-radius: 100%;
  margin: 0 5px;
  font-size: 12px;
  color: rgb(102, 102, 102);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.table_pager li.active{
  border: 1px solid rgb(20, 20, 20);
  background-color: rgb(20, 20, 20);
  border-radius: 100%;
  color: white;
}

.table_pager button{
  border: none;
  padding: 10px;
  border-radius: 8px;
  color: black;
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
}

.mobile_td{
  display: none;
}

/* write page css */
.community_header{
  text-align: center;
}

.community_header h1{
  font-size: 26px;
}

.close_btn,
.close_btn2{
  top: 0px;
  right: 30px;
  position: absolute;
  font-size: 50px;
  color: black; 
  cursor: pointer;
}
  
#form,
#form2{
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 25px 25px; 
  width: 100%;
  max-width: 1000px;
}

#form img,
#form2 img{
  max-width: 100%;
  height: unset !important;
}

.flex_title{
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

#inputTitle,
#inputTitle2{
  width: 100%;
  padding: 10px;
  /* margin-bottom: 5px; */
  outline: none;
  border: none;
  background-color: transparent;
}

#inputTitle::placeholder,
#inputTitle2::placeholder{
  font-size: 16px;
}

.secret_area{
  height: 100%;
  /* background-color: rgb(243, 243, 243); */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  margin: auto;
  border-radius: 10px;
  /* height: fit-content; */
  width: 100%;
  max-width: 110px;
}

.toggleSwitch {
  width: 35px;
  height: 22px;
  display: flex;
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0 0 1rem 3px rgba(0 0 0 / 8%);
  cursor: pointer;
  margin: 0;
  border: 1px solid rgb(200, 200, 200);
}

/* 토글 버튼 */
.toggleSwitch .toggleButton {
  /* 버튼은 토글보다 작아야함  */
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgb(20, 131, 228);
}

/* 체크박스가 체크될 시 변경되는 요소 */
#toggle:checked ~ .toggleSwitch {
  background: rgb(20, 131, 228);
}

#toggle:checked ~ .toggleSwitch .toggleButton {
  /* 100% -> 끝위치, 2.8rem -> 버튼 크기 */
  left: calc(100% - 20px);
  background: #fff;
}

.toggleSwitch, .toggleButton {
  transition: all 0.2s ease-in;
}

.sub,
.sub2{
  border: none;
  width: 100%;
  height: 50px;
  background-color: black;
  color: rgb(254,254,254);
}

.sub:hover,
.sub2:hover{
  background-color: black;
  color: rgb(254,254,254);
}

.sub:disabled,
.sub2:disabled{
  background-color: rgb(104, 104, 104);
  color: rgb(254,254,254);
}

.note-editor{
  margin-bottom: 0;
}

.note-editable::placeholder{
  font-size:16px;
}

/* toast(snackbar) */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 2;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}


#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbar2 {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 2;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar2.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@media screen and (max-width:1365px) {
  .active{
      background-color: transparent;
      border-bottom: 1px solid white;
  }

  .side_bar{
      background-color: black;
      min-width: unset;
      width: 100%;
      height: 80px;
      position: relative;
      display: flex;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9;
  }
  
  .heradee_logo{
      height: 95%;
      padding: 20px 30px;
  }
  
  .heradee_logo img{
      height: 100%;
  }
  
  .my_ans{
      display: none;
      align-items: center;
      justify-content: space-between;
      padding: 10px 30px;
  }
  
  .go_my_ans{
      color: white;
      font-size: 16px;
      display: inline-block;
      cursor: pointer;
      font-weight: 300;
  }
  
  .my_ans_logo{
      width: 40px;
      height: 40px;
      display: inline-block;
      cursor: pointer;
  }
  
  .my_ans_logo img{
      width: 100%;
      filter: invert(100%);
  }

  .menu_list{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
  }
  
  .menu_list ul{
      align-items: center;
      display: flex;
      padding: 0px;
      height: 100%;
      width: 100%;
      justify-content: flex-start;
  }
  
  .menu_list ul li{
      list-style: none;
      color: white;
      padding: 10px;
      font-size: 14px;
      margin: 10px 0;
      cursor: pointer;
      white-space: nowrap;
  }
  
  .menu_list ul li:hover{
      background-color: rgb(45, 45, 45);
  }

  .my_ans_logo2{
      /* width: 40px;
      min-width: 40px; */
      /* width: 100%;
      height: 100%; */
      display: flex;
      align-items: center;
      justify-content: flex-end;
      cursor: pointer;
      margin-right: 30px;
      /* margin: 20px 30px; */
  }

  .my_ans_logo2 img{
      width: 40px;
      min-width: 40px;
      filter: invert(100%);
  }

  .all_wrap{
      width: 100%;
      height: unset;
      display: flex;
      margin: auto;
      /* padding-top: 80px; */
  }
  
  .admin_notice_board{
      width: 100%;
      height: 100%;
      background-color: white;
      margin-left: 0;
      padding: 50px 20px 0 20px;
  }
  
  .notice_board_wrap{
      margin: auto;
      max-width: 1095px;
      width: 100%;
  }
  
  .notice_board_cate{
      margin: 30px 0 25px 0;
      color: rgb(181, 178, 178);
      font-size: 15px;
      font-weight: 300;
      display: flex;
      align-items: center;
      justify-content: start;
  }
  
  .notice_board_host{
      display: flex;
      align-items: center;
      /* justify-content: flex-start; */
  }
  
  .host_name{
      color: rgb(51, 51, 51);
      font-size: 20px;
      margin-right: 13px;
      font-weight: 500;
      padding: 7px 0;
  }
  
}

@media screen and (max-width:965px) {

}

@media screen and (max-width:875px) {
  .desk_write{
      display: none;
  }

  .notice_board_wrap_right{
      display: flex; 
      align-items: center; 
      justify-content: space-between;
  }
  
  .notice_board_host{
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .host_name{
      color: rgb(51, 51, 51);
      font-size: 20px;
      margin-right: 13px;
      font-weight: 500;
      padding: 7px 0;
  }
  
  .search_box{
      display: flex;
      align-items: center;
      justify-content: flex-end;
  }

  .search_box select{
      display: none;
  }

  .search_box .mobile_write{
    border: none;
    padding: 10px 0px;
    border-radius: 8px;
    color: white;
    background-color: rgb(20, 20, 20);
    font-size: 13px;
    cursor: pointer;
    display: block;
    max-width: 110px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  
  .searchbar_area{
      display: flex;
      align-items: center;
      position: relative;
      border: 1px solid rgb(180, 180, 180);
      border-radius: 8px;
      outline: none;
      margin-right: 10px;
  }
  
  .searchbar{
      border-radius: 8px;
      border: none;
      outline: none;
      letter-spacing: 1px;
      position: relative;
      font-size: 14px;
      background-color: transparent;
      padding: 8px 32px 8px 5px;
  }
    
  .searchbar::placeholder{
      font-size: 14px;
  }
    
    
  .searchbar_btn{
      position: absolute;
      right: 0px;
      border: none;
      background-color: transparent;
      cursor: pointer;
      width: 30px;
      text-align: center;
  }
    
  .fa-search{
      background-color: transparent;
      font-size: 14px;
  }
  
  .notice_table{
      margin: auto;
      max-width: 1095px;
      width: 100%;
      border: 0;
      border-top: 2px solid gray;
      border-bottom: 1px solid rgb(200, 200, 200);
      border-radius: 0px;
      margin-top: 10px;
  }
  
  .notice_th{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin: auto;
      padding: 15px 0;
  }
  
  .th{
      text-align: center;
      font-size: 14px;
      font-weight: bold;
  }
  
  .desk_td{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin: auto;
      border-top: 1px solid rgb(174, 173, 173);
      padding: 15px 0;
  }
  
  .td{
      text-align: center;
      font-size: 14px;
  }
  
  .num.th,
  .num.td{
      display: none;
  }
  
  .new.th,
  .new.td{
      display: none;
  }
  
  .title.th,
  .title.td{
      width: 50%;
      margin-left: 10px;
      text-align: start;
      display: flex;

  }

  .title.td p{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer;
  }

  .new_alert{
      text-align: start;
      color: red;
      font-weight: 500;
      display: block;
      margin: 0 10px;
      white-space: nowrap;
      font-size: 12px;
      vertical-align: middle;
  }

  .new_alert i{
    color: rgba(0, 0, 0, 0.4);
  }
  
  .writer.th,
  .writer.td{
      width: 10%;
  }
  
  .writer.td{
      color: rgb(150,150,150);
  }
  
  .date.th,
  .date.td{
      width: 15%;
  }
  
  .date.td{
      color: rgb(150,150,150);
  }
  
  .view.th,
  .view.td{
      width: 8%;
  }
  
  .view.td{
      color: rgb(150,150,150);
      /* font-size: 12px; */
  }
  
  .bottom_area{
      padding: 20px 0;
  }
  
  .bottom_area button{
      border: none;
      padding: 10px 30px;
      border-radius: 8px;
      color: white;
      background-color: rgb(20, 20, 20);
      font-size: 13px;
      cursor: pointer;
      /* display: block; */
  }
  
  .table_pager{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      display: flex;
      align-items: center;
  }
  
  .table_pager li{
      width: 25px;
      height: 25px;
      line-height: 22px;
      border: 1px solid rgb(200, 200, 200);
      background-color: white;
      border-radius: 100%;
      margin: 0 5px;
      font-size: 12px;
      color: rgb(102, 102, 102);
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
  }
  
  .table_pager li.active{
      border: 1px solid rgb(20, 20, 20);
      background-color: rgb(20, 20, 20);
      border-radius: 100%;
      color: white;
  }
  
  .table_pager button{
      border: none;
      padding: 10px;
      border-radius: 8px;
      color: black;
      background-color: transparent;
      font-size: 20px;
      cursor: pointer;
  }

  .mobile_td{
      display: none;
  }
}

@media screen and (max-width:700px) {
  .close_page2{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 22px;
    right: 20px;
  }
  
  .line2 {
    background: black;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 24px;
    height: 2px;
    border-radius: 2px;
  }
  
  #line-top2 {
    transform:rotate(45deg);
  }
  
  #line-bot2 {
    transform: rotate(135deg);
  }
  
  .menu_back_btn{
    color: black; 
    position: absolute; 
    top: 14px; 
    left: 20px; 
    font-size: 24px;
  }
  
  .menu_back_btn img{
    width: 26px; 
    /* filter: invert(100%);  */
    cursor: pointer;
  }

  .all_wrap{
      width: 100%;
      height: unset;
      display: flex;
      margin: auto;
  }

  .menu_list{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      overflow: auto;
  }

  .menu_list::-webkit-scrollbar{
      height: 6px !important;
    }

  .menu_list::-webkit-scrollbar-thumb{
      background-color: #dddddd7b!important;
      border-radius: 5px !important;
    }

  .menu_list::-webkit-scrollbar-track{
      background-color: black !important;
      border-radius: 0px !important;
    }
  
  .my_ans_logo2{
      /* width: 100%;
      height: 100%; */
      display: flex;
      align-items: center;
      justify-content: flex-end;
      cursor: pointer;
      margin: 0 30px;
      /* margin: 20px 30px; */
  }

  .my_ans_logo2 img{
      width: 35px;
      min-width: 35px;
  }

  .admin_notice_board{
      width: 100%;
      height: unset;
      background-color: white;
      margin-left: 0;
      padding: 0 20px;
  }

  .notice_board_cate{
      display: none;
      
  }

  .notice_board_host{
      margin-top: 10px;
      display: block;
  }

  .search_box {
      display: flex;
      align-items: center;
      justify-content: flex-end;
  }

  .notice_board_wrap_right{
      display: block; 
      align-items: unset; 
      justify-content: unset;
  }

  .notice_table{
      border-bottom: none;
  }

  .notice_th{
      display: none;
  }

  .desk_td{
      display: none;
  }

  .mobile_td{
      display: block;
      border-bottom: 1px solid rgb(220, 220, 220);
      padding: 15px 20px;
  }

  .mobile_td .title.td {
      width: unset;
      margin-left: unset;
      text-align: start;
      display: flex;
      font-size: 16px;
      margin-bottom: 5px;
  }

  .mobile_down_td{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .left_td{
      display: flex;
      align-items: center;
      justify-content: flex-start;
  }

  .left_td .writer.td{
      width: unset;
      padding: 0 5px 0 0;
      color: rgb(150,150,150);
      display: flex;
      align-items: center;
      font-size: 14;
      position: relative;
      height: 20px;
      z-index : 1;
  }

  .left_td .writer.td::before{
      content : "";
      position: absolute;
      right    : 0;
      bottom  : 50%;
      transform: translateY(50%);
      height  : 13px;
      border-right: 1px solid rgb(210, 210, 210);
  }
  
  .left_td .date.td{
      width: unset;
      color: rgb(150,150,150);
      display: flex;
      align-items: center;
      font-size: 14;
  }

  .left_td .date.td p:nth-child(1){
      padding: 0 5px;
      font-size: 14;
      position: relative;
      height: 20px;
      z-index : 1;
  }

  /* .left_td .date.td p:nth-child(1)::before{
      content : "";
      position: absolute;
      right    : 0;
      bottom  : 50%;
      transform: translateY(50%);
      height  : 13px;
      border-right: 1px solid rgb(210, 210, 210);
  } */

  .left_td .date.td p:nth-child(2){
      padding: 0 5px;
  }

  .mobile_down_td .view.td{
      width: unset;
      display: block;
      font-size: 12px;
  }

  .mobile_down_td .view.td span{
      color: rgb(150,150,150);
      font-size: 14px;
  }

  /* write page css */
  .community_header h1{
    font-size: 20px;
  }

.close_btn,
.close_btn2{
  top: 0px;
  right: 10px;
  position: absolute;
  font-size: 30px;
  color: black; 
  cursor: pointer;
}
  
#form,
#form2{
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 10px 10px; 
  /* width: 90%; */
  max-width: 1000px;
}

#form img,
#form2 img{
  max-width: 100%;
  height: unset !important;
}

#inputTitle,
#inputTitle2{
  width: 100%; 
  padding: 10px;
  /* margin-bottom: 5px; */
  outline: none;
}

#inputTitle::placeholder,
#inputTitle2::placeholder{
  font-size: 16px;
}

.note-editor{
  margin-bottom: 0;
}
  
}

@media screen and (max-width:600px) {
  .mobile_td{
      border-bottom: 1px solid rgb(220, 220, 220);
      padding: 15px 20px;
  }

  .admin_notice_board {
      /* padding: 0 20px; */
      padding: 0;
  }

  .notice_board_host{
      padding: 0 20px;
  }
  
  .search_box {
      justify-content: flex-end;
  }

  .search_box .mobile_write {
      max-width: 90px;
      width: 100%;
  }

  .notice_table{
      border-bottom: none;
  }
  
  .notice_td {
      border-top: unset;
  }
}

@media screen and (max-width:500px) {
  .close_page2{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 13px;
    right: 20px;
  }

  .line2 {
    background: black;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 15px;
    height: 1px;
    border-radius: 2px;
  }

  .notice_board_host{
    margin-top: 0;
  }

  .host_name{
    font-size: 16px;
    margin-right: 6px;
    margin-bottom: 5px;
  }

  .search_box {
    justify-content: flex-end;
    padding: 10px 0;
}
}

@media screen and (max-width:415px) {
  .heradee_logo {
      padding: 20px;
  }
}