#ul_list_alarm {
  min-height:320px;
  padding: 24px 16px 64px 16px;
}

#ul_list_alarm > li {
  border:1px solid #dfdfdf;
  /*border-left:0px red;*/
  padding: 0px 16px 0px 16px;
  margin:5px 0px;
  border-radius:5px;
}

#ul_list_alarm .alarm_list{
  position: relative;
  width: 100%;
  display: table;
  table-layout: fixed;
}
#ul_list_alarm .alarm_list .upper { 
  /*font-size: 16px; color: #090b0d; font-weight: 700; */
  display: table-cell;
  color: #000;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
  padding:10px 0 10px 0 ;
}
#ul_list_alarm .alarm_list .alramClose { 
  /*font-size: 12px; color: #8b8a8d;*/
  color: #999;
  font-size: 20px;
  line-height: 18px;
  font-weight: 200;
  width: 50px;
  position: absolute;
  top:10px;
  right:0;
  text-align: right;
} 
#ul_list_default .cs_list .mst { font-weight: 400; }

#ul_list_alarm > li.bottom_btn {
  padding:unset;
  border-radius: 0;
  box-shadow: none;
  background-color: unset;
  margin-top: 24px;
  margin-bottom: 16px;
}

button.more { 
  /*width: 100%; border: 0px; background-color: #246c72; border-radius: 4px; height: 40px; font-size: 16px; color: #f2f2f2;*/
  height: 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #8F4DE6;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border: 0;
}

div.board {
  margin-left: 16px;
  margin-right: 16px;
}

div.board.title {
  /*font-size: 1.2rem; color: #090b0d; font-weight: 700;*/
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

div.board.date {
  /*font-size: 12px; color: #8b8a8d; border-bottom:1px solid #dfdfdf;*/
  color: #999;
  font-size: 12px;
  line-height: 18px;
  font-weight: 200;
}

div.board.content {
  /*font-size: 1rem; color: #090b0d;*/
  border-radius: 10px;
  background-color: #FDFDFD;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
  padding: 16px 16px 24px 16px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

div.board.content > p {margin-bottom:0.2rem;}

.fctextarea{
  height:200px !important;
}

.alarmAllDelete{
  position: absolute;
  top:18px;
  left:18px;
  color: #333;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

