html{
  max-width:768px;
  margin:0 auto;
  position:relative;
  overflow-x: hidden;
  height:100%;
	background:#fff!important;
}
#push_message_icon{
display: none;
}
.chat_bg{
  background:#f9f9f9!important;
}
 @media screen and (max-width:768px) {
  .chat_bg{
    background:#fff!important;
  }
}
.shrink-0{
 flex-shrink: 0;
}

.h-320 {
  height: 320px;
}
.chartWrapper {
  position: relative;
}
.chartWrapper > canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.chartAreaWrapper {
  overflow-x: scroll;
  position: relative;
}
.chartAreaWrapper2 {
  position: relative;
  height: 300px;
}

.login {
  background-color: #fafafa;
  padding-top: 0;
}
.login:after {
  display: none;
}
.login::before {
  display: none;
}
.object-cover {
  object-fit: cover;
}
.login {
  padding-left: 1rem;
  padding-right: 1rem;
}
.login-register {
  overflow-y: scroll;
  min-height: 100vh;
}
.line-15 {
  line-height: 1.5rem;
}

.notification .count {
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 9px;
  background: #ff4242;
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
._head_alarm_ul {
  display: flex;
  flex-direction: column;
}
._head_alarm_ul li {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 13px;
}
._head_alarm_ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
._head_alarm_ul li .con {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  gap: 2px;
}
._head_alarm_ul li .con a {
  font-size: 14px;
  font-weight: 500;
}
._head_alarm_ul li .con .alarm-label {
  font-size: 13px;
  font-weight: 500;
  color: #426eff;
}
._head_alarm_ul li .con .date {
  color: rgba(55, 71, 79, 0.65);
  font-size: 13px;
}
._head_alarm_ul li.visited * {
  color: rgba(0, 0, 0, 0.35) !important;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.w-1\/7 {
  width: 200px;
}
.shirnk-0 {
  flex-shrink: 0;
}

.z-0 {
  z-index: 0;
}

._alarm_ul {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
._alarm_ul li {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
._alarm_ul li:hover {
  background: rgba(0, 0, 0, 0.01);
}
._alarm_ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
._alarm_ul li .alarm-cate {
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  height: 24px;
  border-radius: 5px;
  background: rgba(71, 78, 103, 0.1);
  color: rgba(71, 78, 103, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
._alarm_ul li .hd {
  width: 170px;
  text-align: center;
}
._alarm_ul li .con {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}
._alarm_ul li .con a {
  font-weight: 500;
}
._alarm_ul li .con .alarm-label {
  color: #426eff;
  font-weight: 400;
}
._alarm_ul li .con .date {
  color: rgba(55, 71, 79, 0.6);
}
._alarm_ul li.visited * {
  color: rgba(0, 0, 0, 0.35) !important;
}

/* 리스트 밀어서 삭제 */
.item-list {
  overflow: hidden;
}

.item-list .item {
  position: relative;
  display: table;
  width: 100%;
  background: #f1f5f9;
  margin-top: 5px;
}

.item-list .item > div {
  padding: 10px;
}

.item-list .item .action {
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  border: 0;
  color: #fff;
  outline: none;
}

.item-list .item .action:first-child::before,
.item-list .item .action:last-child::before {
  position: absolute;
  top: 0;
  content: "";
  width: 2000px;
  height: 100%;
  z-index: -1;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}

.item-list .item .action:last-child {
  right: -80px;
}

.item-list .item .action:last-child::before {
  left: 80px;
}

.item-list .item .action,
.item-list .item .action::before {
  background: #e74c3c;
}

/* 리스트 밀어서 삭제 끝 */

/* 채팅 */

.chat__chat-list .reponse {
  color: red;
  font-weight: bold;
}
.h-70 {
  height: 70%;
}
.modal-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#inr-add-btn {
  margin-bottom: 10px;
}
#test_cnt {
  position: absolute;
  bottom: 12px;
  right: 20px;
  color: #aeaeae;
}

#send-btn-bx {
  margin-top: 10px;
  display: flex;
}
/* #send-btn-bx a{
    margin-right: 10px;
} */
/* .input-box .btn{margin-right: 10px;} */
#company-tap {
  position: absolute;
  right: 0;
  z-index: 60;
}
#company-tap > button {
  color: #fff;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
  width: 6px;
  padding: 8px 20px;
  border-radius: 0.375rem 0 0 0.375rem !important;
}
.input-file-button {
  width: 20%;
  text-align: center;
  padding: 10px;
  border: 1px solid;
  cursor: pointer;
}
#input-file {
  display: none;
}
#top-btn {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: flex-end;
}
#top-btn > button {
  margin-left: 10px;
}
.chat .chat__chat-list .setting_box {
  z-index:10;
  position:absolute; right:10px; top:calc(50% - 12.5px); 
}
.chat .chat__chat-list .setting_box .settinb_btn {
  width:25px; height:25px; opacity:0.5;
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23000%22 d=%22M12.5 3.5a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2m0 3.5A2.503 2.503 0 0 1 10 4.5C10 3.121 11.122 2 12.5 2S15 3.121 15 4.5 13.878 7 12.5 7m0 4a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2m0 3.5A2.503 2.503 0 0 1 10 12c0-1.379 1.122-2.5 2.5-2.5S15 10.621 15 12s-1.122 2.5-2.5 2.5m0 4a1.001 1.001 0 0 0 0 2 1.001 1.001 0 0 0 0-2m0 3.5a2.503 2.503 0 0 1-2.5-2.5c0-1.379 1.122-2.5 2.5-2.5s2.5 1.121 2.5 2.5-1.122 2.5-2.5 2.5%22/%3E%3C/svg%3E");
}
.chat .chat__chat-list .setting_box > div {
  display:none;
  position:absolute; right:0; top:100%; padding:5px; width:110px; 
  background-color: #fff; border-radius:5px; 
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}
.chat .chat__chat-list .setting_box > div button {padding:5px; font-size:13px; }
.chat .chat__chat-list .setting_box:hover > div {
  display:block;
}
.chat .chat__chat-list {
  height: 100%;
}
.add-list {
  background-color: #fff;
}
.add-list > a {
  display: block;
  text-align: center;
}
.list-align {
  padding: 10px;
}
.chat_con {
  border-radius: 0;
  padding: 0;
  background: #fff;
}
.chat_body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  overflow: hidden;
  display:flex;
  flex-direction:column;
  height:100%;
}
.chat_mobile_menu {
  margin-left: 0;
  margin-right: 0;
}
.chat_content {
  /* position: absolute; */
  /* top: 172px; */
  /* left: 0; */
  flex-grow:1;
  height: 100px;
  overflow-y: scroll;
  width: 100%;
  z-index: 50;
  /* margin-top: 172px; */
}
.content.chat_con{
  min-height:100%;
}
.chat_t_area {
  /* position: fixed; */
  /* left:0; */
  /* bottom: 0; */
  background: #fff;
  width: 100%;
  z-index: 59;
}
.chat_title {
  padding-top: 70px;
}
.chat .chat__box {
  height: 100%;
}


/* 채팅 끝 */
#zoom-info .zoom-info-bx span:nth-child(1) {
  font-weight: 500;
}
#zoom-info .zoom-info-bx span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
#zoom-info .zoom-info-bx p {
  margin-top: 10px;
}
#zoom-info .zoom-info-bx .zoom-img {
  background-color: #e1e1e1;
  width: 100%;
  flex-shrink: 0;
  border: 1px solid #eee;
}
#zoom-info .zoom-info-bx li {
  display: block;
  gap: 8px;
  padding-bottom: 14px;
}

.set_accordion {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  border: 0 !important;
}
@media (min-width: 1280px) {
  .xl\:gap-3 {
    gap: 0.75rem;
  }
}
@media (min-width: 640px) {
  .sm\:mt-3 {
    margin-top: 0.75rem;
  }
  .sm\:w-2\/4 {
    width: 50%;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:h-\[400px\] {
    height: 400px;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .sm\:overflow-y-auto {
    overflow-y: auto;
  }
  #zoom-info .zoom-info-bx li {
    display: flex;
    gap: 8px;
    padding-bottom: 14px;
  }
  #zoom-info .zoom-info-bx .zoom-img {
    background-color: #e1e1e1;
    width: 500px;
    flex-shrink: 0;
    border: 1px solid #eee;
  }
  .chat .chat__chat-list {
    height: 525px;
  }
  #chat-box-grid .chat .chat__chat-list {
    height: 651px;
  }
}

/* main */
.com_status {
  position: absolute;
  top: 55px;
  right: 40px;
  font-size: 50px;
  font-weight: bold;
}

.chat__chat-list > div:first-child {
  margin-top: 0 !important;
}
.chat__chat-list > div {
  margin-top: 10px;
}

.calendar_status,
.inquiry_status {
  display: none;
}

.calendar_status.on,
.inquiry_status.on {
  display: block;
}

.inquirys.on,
.calendars.on {
  background-color: rgb(24, 160, 76) !important;
  color: rgb(255, 255, 255) !important;
  border: 0 !important;
}

.justify-between {
  justify-content: space-between;
}

.chat_count {
  font-size: 11px;
  background: #ff4242;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.btn-group input[type="checkbox"] {
  display: none;
}
.btn-group input[type="checkbox"]:checked + label {
  border-color: rgb(var(--color-secondary) / 0.7) !important;
  background-color: rgb(var(--color-secondary) / 0.7) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-slate-500) / var(--tw-text-opacity)) !important;
}
.btn_disabled {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-danger) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-danger) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all 0.5s;
}
.btn_disabled.on {
  background-color: rgb(24, 160, 76) !important;
  color: rgb(255, 255, 255) !important;
  border: 0 !important;
}
.down_btn {
  transition: all 0.5s;
}
.down_btn.on {
  border-color: rgb(var(--color-secondary) / 0.7) !important;
  background-color: rgb(var(--color-secondary) / 0.7) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-slate-500) / var(--tw-text-opacity)) !important;
}

.cal_list {
  height: 0;
  overflow-y:scroll;
  transition: all 0.5s;
}
.cal_open_btn.on {
  transition: all 0.5s;
}
.cal_open_btn.on svg {
  transform: rotate(180deg);
}
.cal_list.on {
  height: 310px;
}
.fc-button-group {
  display: flex !important;
  gap: 10px;
}
.fc-button-group button {
  width: 25% !important;
}
.fc-toolbar-chunk {
  display: flex;
}
.full-calendar {
  height: 100%;
}
.full-calendar.fc .fc-view-harness{
    min-height:416px!important;
}
#chat_alert{
  position:fixed;
  bottom:-440px;
  left:0;
  z-index: 999999;
  transition: all 0.5s;
  width:100%;
}
#chat_alert.on{
  bottom:0;
  width:100%;
}
body.modal_on{
  overflow:hidden;
}
.chat_modal_bg{
  position:fixed;
  display: none;
  background:#00000047;
  width:100vh;
  height:100vh;
  top:0;
  left:0;
  z-index: 9999;
}
.cal_registration{
    position:fixed;
    bottom:-800px;
    left:50%;
    transform:translateX(-50%);
    z-index: 999999;
    transition: all 0.5s;
    width:100%;
    max-width: 768px;
}
.cal_registration.on{
    bottom:0;
    width:100%;
    max-width: 768px;
    left:50%;
    transform:translateX(-50%);
    
}
body.cal_on{
    overflow:hidden;
}
.cal_modal_bg{
    position:fixed;
    display: none;
    background:#00000047;
    width:100%;
    height:100vh;
    top:0;
    left:0;
    z-index: 9999;
}
.cal_modal_bg.on{
    display: block;
}
.date_regist{
    display: none;
    bottom:18px;
    left:0;
    width:100%;
    z-index: 999;
}
.date_regist.on{
    display: block;
}

@media screen and (max-width:768px) {
  .date_regist{
    position:fixed;
  }
}


.bg-green{
    background:rgb(11 143 129);
    color:#fff;
}

.calendar_bg01{
  background:#ff8f28;
  width:14px;
  height:14px;
  border-radius: 100%;
}
.calendar_bg02{
  background:#0866f2;
  width:14px;
  height:14px;
  border-radius: 100%;
}
.calendar_bg03{
  background:#f2085c;
  width:14px;
  height:14px;
  border-radius: 100%;
}

.chat_list_con{
  height:0;
  opacity: 0;
  overflow:hidden;
  transition: all 0.5s;
}
.chat_list_con.on{
  height:93px;
  opacity: 1;
}

.chat_list_con_open{
  transform: rotate(0deg);
  transition: all 0.5s;
}
.chat_list_con_open.on svg{
  transform: rotate(45deg);
}

.chat_screen{
  /* padding-bottom:70px; */
}

@media screen and (max-width: 767px) {
  .fc-dayGridMonth-view .fc-event{
    width:8px;
    height:8px;
    margin-top: 14px!important;
    margin-left: 12px!important;
  }
  .fc-popover-body .fc-event{
    width:inherit!important;
    height:inherit!important;
    margin-top:inherit!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}


/* 모바일 커스터마이징 */
.mobile-menu{
  background:rgba(26,31,39,0.85);
  margin:0!important;
  top:0;
  max-width:768px;
}

.mobile-menu .scrollable{
  opacity: 0;
}
.mobile-menu.mobile-menu--active .scrollable{
  opacity: 1;
}

body.py-5{
  padding-bottom:0!important;
}

html{
  /* background-color:unset; */
}

html body{
  padding:0!important;
}

.mt-\[4\.7rem\]{
  margin-top:60px!important;
}

.mobile-menu .mobile-menu-bar{
  padding-left:20px;
  padding-right:20px;
  height:66px;
}

.content{padding-bottom:20px!important;border-radius: 0!important;}

@media (max-width: calc(639px)){
  .mobile-menu .mobile-menu-bar{
    padding-left:20px;
    padding-right:20px;
    height:66px;
  }
  .mobile-menu{
    margin:0!important;
  }
}


.mobile-menu .scrollable{
  width: calc(100% - 50px)!important;
  padding:25px!important;
  position:absolute;
}
.mobile-menu.mobile-menu--active:before{
  position:absolute;
}
.mobile-menu .menu{
  padding-left:0!important;
  padding-right:0!important;
}
.top_name_area{
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.hm_point{
  height: 31px;
  background: #3F65E0;
  border-radius: 20px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color:#fff;
}

.hm_point:after{
  content: '';
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url(../images/icon_hammer.svg) no-repeat center / 100%;
    margin-left: 3px;
    margin-right: -6px;
}
.mv-btnSet{
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-btnSet a{
  flex: 1;
    font-size: 14px;
    height: 42px;
    background: #16369B;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.mobile-menu .scrollable .mobile-menu-toggler{
  width: 50px;
  height: 60px;
  padding:0!important;
  margin:0!important;
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  right:-49px;
}
.mobile-menu .scrollable .mobile-menu-toggler svg{
  width:28px!important;
  height:28px!important;
}

.top_btn_area{
	display: flex;
	align-items: end;
	width: 100%;
	justify-content: center;
	opacity: 1;
	overflow: hidden;
	transition: all 0.5s;
	position:fixed;
	bottom:-100px;
}
.top_btn_area.on{
	opacity: 1;
	height:85px;
	bottom:50px
}
.top_btn_area div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color:#3F65E0;
	width:70px;
	height:70px;
	border-radius: 10000px;
	transition: all 0.2s;
	cursor: pointer;
}
.top_btn_area div:hover{
	box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.2);
}
.top_btn_area div:hover svg{
	transform: translateY(-3px);
}
.top_btn_area div:active{
	transform: translateY(2px);
	box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.0);

}

.top_btn_area div span, .top_btn_area div svg{
	color:#fff;
	transition: all 0.3s;
}

@media screen and (max-width:768px) {
	.top_btn_area{
		position:fixed;
		bottom:-100px!important;
		right:10px!important;
		width:85px;
	}
	.top_btn_area.on{
		position:fixed;
		bottom:10px!important;
		right:10px!important;
		opacity: 0.9!important;
		z-index: 999;
		width:60px;
    height:60px;
	}
	.top_btn_area div{
		width:60px;
		height:60px;
	}
}

/* 모바일 강제적용 */
.add_employees{
  top:165px!important;
  margin-left:0!important;
  right:16px!important;
  left:unset!important;
  transform: unset!important;
  width:240px !important;
  max-height:50vh;
  overflow-y:auto;
}
.add_employees.show{
  top:165px!important;
  margin-left:0!important;
  right:16px!important;
  left:unset!important;
  transform: unset!important;
  max-height:50vh;
  overflow-y:auto;
}
@media screen and (max-width:768px) {
 
  .add_employees.show{
    top:165px!important;
    margin-left:0!important;
    right:16px!important;
    left:unset!important;
    transform: unset!important;
  }
}

@media (min-width: 640px){
  .chat .chat__chat-list {
    height: 100%!important;
  }
}

.full-calendar .fc-daygrid-event-harness{
  margin-top:5px;
}
/* #schedule-del-btn{
  font-size:12px!important;
} */
/* #schedule-del-btn + button{
  font-size:12px!important;
}

#schedule-del-btn + button + button{
  font-size:12px!important;
} */

.alert_custom{
  transition: all 0.5s;
  opacity: 0;
  position:absolute;
  top:0px;
  width:100%;
  left:0;
  z-index: -11;
}
.alert_custom.on{
  top:56px;
  animation: fadeOutAnimation 0.5s ease-in-out;
  opacity: 1;
  z-index: 50;
}
@keyframes fadeOutAnimation {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.chat__chat-list > div:first-child {
    margin-top: 0 !important;
  }
  .chat__chat-list > div {
    margin-top: 10px;
  }
  
  .charge_list > div {
    height: 110px;
  }
  .charge_list button {
    height: 100%;
    width: 100%;
    border: 1px solid #eee;
    transition: all 0.2s;
    padding:4px;
  }
  .charge_list button:hover {
    border: 1px solid;
    animation: borderAnimation 3s linear infinite;
  }
  .charge_list button:active {
    position: relative;
    top: 1px;
  }
  
  @keyframes borderAnimation {
    0% {
      border-color: hsl(250, 81%, 69%);
    }
    100% {
      border-color: hsl(256, 100%, 50%);
    }
  }
  .charge_list button .hm_deco {
    height: 45px;
    width: 120px;
    border-radius: 1000px;
    background: #b5b3bf;
    position: relative;
    top: 5px;
    transition: all 0.2s;
    opacity: 0.5;
  }
  .charge_list button .charge_text {
    color: #727279;
  }
  .charge_list button:hover .charge_text {
    color: #333;
  }
  .charge_list button:hover .hm_deco {
    background: #3f65e0;
    width: 120px;
    border-radius: 1000px;
    top: 0px;
    opacity: 1;
  }
  
  .charge_list .hm_deco span {
    color: #fff;
    font-weight: bold;
  }


  @media all and (max-width:500px){
    #add-member .modal-body .table:first-of-type td { padding:1.25rem 10px; }

  }

/* 캘린더 로드시 width 값 */
.fc-dayGridMonth-view table.fc-scrollgrid table {width:100% !important;}
.fc-dayGridMonth-view table.fc-scrollgrid .fc-daygrid-body {width:100% !important; }
.fc-dayGridMonth-view table.fc-scrollgrid .fc-daygrid-body tbody {width:100% !important; }
