::-webkit-scrollbar {
	width: 10px;
}

/* 스크롤바 막대 바깥 바탕색 */
::-webkit-scrollbar-track {
  background: #eee; 
}
	
/* 스크롤바 막대색 */
::-webkit-scrollbar-thumb {
  background: gray; 
}

/* 스크롤바에 마우스를 갖다댈때의 막대색 */
::-webkit-scrollbar-thumb:hover {
  background:orange; 
}	

* {  
  padding: 0;
  margin: 0;
  font-family : "Pretendard", "Roboto", Verdana, Arial, sans-serif;
}

html,
body {
  min-height: 100% !important;
  height: 100%;
}

body {  
  --ck-z-default: 100;
  --ck-z-modal: calc(var(--ck-z-default) + 999);
}

.main-content {
  background-color: #ffffff;
}

.page-content {
  padding : calc(70px + 24px) calc(24px / 2) 10px calc(24px / 2) !important;
  background-color: #ffffff;
}

.card-body {
  padding: 1rem 1rem;
}

.text {
  /* mix-blend-mode: difference; */
}

ol,ul {
  list-style: none;
}

.clr:after {
  clear: both;
  display: block;
  content: '';
}

.cl {
  clear: both;
}

.input_box {
  position: relative;
  float: left;
  width: 130px;
}

.input_box button {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 20px;
  height: 30px;
  background: url("/assets/images/sub/img_date.png") no-repeat 0 4px;
  border: none;
  text-indent: -9999px;
}

/* margin */
.mg0 {
  margin: 0;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.dpib {
  display: inline-block;
}

.dpb {
  display: block;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.underlineLeft {
  text-decoration: underline;
  text-align: left !important;
}

.underlineCenter {
  text-decoration: underline;
  text-align: center;
}

.rounded {
  border: solid #eee 1px;
  border-radius: 6px;  
}

/* button */
.btn,
.btn-02 {
  padding: 3px 15px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

.btn-02 {
  padding: 5px 8px;
}

.filebox label {
  display: inline-block;
  padding: .3em .75em;
  color: #fff;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  cursor: pointer;
  border-radius: .25em;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.blind {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0;
}

.btn {
  border-radius: 10px 10px 10px 10px;
}

.bk00 {
  background: #ffffff;
}

.bk01 {
  background: #f37d1f;
  color: #fff;
  border: 1px solid #dc7523;
}

.bk02 {
  background: #f2f2f4;
  border: 1px solid #dadada;
}

.bk03 {
  background: #383a4a;
  color: #fff;
  border: 1px solid #2a2b3a;
}

.bk04 {
  background: #cf1d24;
  color: #fff;
  border: 1px solid #b41d23;
}

.bk05 {
  background: #646464;
  color: #fff;
  border: 1px solid #545454;
}

.bk06 {
  background: #d8777a;
  color: #fff;
  border: 1px solid #c96e71;
}

.bk07 {
  background: #4d578d;
  color: #fff;
  border: 1px solid #414a7b;
}

.bk08 {
  background: #a9bb72;
  color: #fff;
  border: 1px solid #92a35d;
}

.bk09 {
  background: #a4c2d6;
  color: #fff;
  border: 1px solid #93b0c4;
}

.bk10 {
  background: #eaad71;
  color: #fff;
  border: 1px solid #d79f69;
}

.bk11 {
  background: #d05760;
  color: #fff;
  border: 1px solid #d05760;
}

.bk12 {
  background: #6ac8c0;
  color: #fff;
  border: 1px solid #61b8b1;
}

.bk13 {
  background: #fff;
  border: 1px solid #dadada;
}

.bk_board_state_1 {
  color: #fff;
  background: #e078c3;
  border: 1px solid #e078c3;
  border-radius: 10px 10px 10px 10px;
}

.bk_board_state_2 {
  color: #fff;
  background: #7a84e3;
  border: 1px solid #7a84e3;
  border-radius: 10px 10px 10px 10px;
}

.bk_board_state_3 {
  color: #fff;
  background: #7bd8e3;
  border: 1px solid #7bd8e3;
  border-radius: 10px 10px 10px 10px;
}

.bk_board_state_4 {
  color: #fff;
  background: #8b8b8b;
  border: 1px solid #8b8b8b;
  border-radius: 10px 10px 10px 10px;
}

.bk_board_state_5 {
  color: #fff;
  background: #131212;
  border: 1px solid #131212;
  border-radius: 10px 10px 10px 10px;
}

.bk_project_state {
  color: #fff;
  background: #64906c;
  border: 1px solid #64906c;
  border-radius: 10px 10px 10px 10px;
}

.bk_work_class_1 {
  color: #fff;
  background: #de77bf;
  border: 1px solid #de77bf;
  border-radius: 10px 10px 10px 10px;
}

.bk_work_class_2 {
  color: #fff;
  background: #e79c61;
  border: 1px solid #e79c61;
  border-radius: 10px 10px 10px 10px;
}

.bk_work_class_3 {
  color: #fff;
  background: #7686e3;
  border: 1px solid #7686e3;
  border-radius: 10px 10px 10px 10px;
}

.bk_work_class_4 {
  color: #fff;
  background: #a6a6a6;
  border: 1px solid #a6a6a6;
  border-radius: 10px 10px 10px 10px;
}

.bk_work_class_5 {
  color: #fff;
  background: #DC9F6B;
  border: 1px solid #DC9F6B;
  border-radius: 10px 10px 10px 10px;
}

.bk_work_class_6 {
  color: #fff;
  background: #BE7D6D;
  border: 1px solid #BE7D6D;
  border-radius: 10px 10px 10px 10px;
}

.bk_work_class_7 {
  color: #fff;
  background: #dccf6b;
  border: 1px solid #dccf6b;
  border-radius: 10px 10px 10px 10px;
}

button.search {
  position: relative;
  right: 30px;
  top: 5px;
  width: 20px;
  height: 30px;
  border: none;
  text-indent: -9999px;
  background: url(/assets/images/search.png) no-repeat 0 4px;
  background-size: 18px 17px;
}

.fc-event {
  border : none;
  margin : 2px 2px !important;
  padding : 2px !important;
}

.table {
  border-collapse: collapse;
  border-spacing: 0
}

.table caption {
  display:none;
}

.table thead {   
  text-align: center;  
}

.table thead th {
  background-color: #eff2f7 !important;
  border-top: 1px solid #ccc !important;
  border-bottom-width: 3px;
  border-bottom: 4px double #808080;   
}

.table th { 
  vertical-align: middle;
  text-align: center;
  font-size:0.9em;
}

.table .thead-noradius {
  border-radius: 0 !important;
}

.table td{
  vertical-align: middle;
  font-size:0.9em;
}

.table td>.member,
.writer {
  cursor: pointer;
}

.table td>.mem_wrap,
.write_wrap {
  display: none;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 30px;
  background: #fff;
  border: 1px solid #cfcfcf;
  z-index: 3000;
}

.table td>.mem_wrap ul li,
.write_wrap>p {
  padding: 5px 0;
  text-align: center;
}

.table_scroll {
  overflow: auto;
}

/* tab */
.tab_wrap {
  position: relative;
  top: -45px;
}

.tab {
  position: relative;
  width: 100%;
  margin: 0px auto
}

/* .tab:before {content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:1px;background:#eaeaea} */
.tab ul {
  display: table;
  position: relative;
  margin: 0 auto 10px auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tab ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0.9rem;
  width: 50%;
}

.tab ul li a {
  display: block;
  height: 45px;
  width: 100%;
  background: #434343;
  line-height: 45px;
  color: #fff;
  transition: all 0.4s
}

.tab ul li a:hover,
.tab ul li a:focus {
  color: #fff;
  /*border:1px solid #7a828d;border-bottom:1px solid #eaeaea*/
}

.tab ul li.on a {
  background: #eb444b;
  color: #fff;
}

.tab_con {
  position: relative;
  display: none;
  width: 100%;
  margin: 0 auto;
}

.tab_con.on {
  display: block
}

.afile {
  display: inline-block;
  margin-top: 5px;
  padding-left: 10px;
}

.footer {
  bottom : unset !important; 
}

.scroll_table {  
  display: block;
}

.scroll_table thead {
  display: inline-block;
}

.scroll_table tbody {
  height: 800px;
  display: inline-block;
  overflow: auto;
}

.file_title {
  /*display: inline-block;
	margin-left: 5px;*/
  margin-bottom: 10px;
}

.file_title>a>span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/sub/alert_error.png) no-repeat 0 0;
  background-size: 20px 20px;
  vertical-align: middle;
  margin-left: 10px;
}

.scheduleTable {
	border: 1px solid #888;
	border-radius: 10px;
	width: 100%;
}

.tableTitleDiv {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: -10px;
}

.tableListDiv {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -7px;
  margin-bottom: -7px;
}

.tableListTimeDiv {
  width: 19%;
  background-color: #dc9f6b;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
}

.tableListTimeTable {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}

.tableListNameDiv {
  width: 81%;
  margin-left: 8px;
  font-size: 14px;
}

.tableListNameSubTitleGreen {
  width: 45%;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: #6d8f6f;
  padding:3px 0px 0px 0px;
}

.tableListNameSubTitleBlue {
  width: 45%;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  text-align: center;
  background-color: #7c84dc;
  margin-left: 5px;
  padding:3px 0px 0px 0px;
}

.tableListNameSubTitleWhite {
  width: 45%;
  font-size: 12px;
  border-radius: 4px;
  text-align: left;
  margin-left: 5px;
}

.label-title {	
	width:120px;
	height:36px;
    padding: 0.47rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #eff2f7;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;	
}	

.label-data {	
  width:150px;
	height:36px;
    padding: 0.47rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;	
}	

.dialog-title {
  font-family: 'NanumSquareNeo';
  font-size: 1.1rem;
  font-weight: 700;
}

.chosen-container {
	margin-left: 5px;
}