@charset "UTF-8";
/*sass --watch common/scss/contentsStyle.scss:common/css/contents/contentsStyle.css*/
/*npx node-sass common/scss/contentsStyle.scss common/css/contents/contentsStyle.css --watch*/
#wrap {
  width: 100%;
  padding: 0 20px 0 0;
  margin: 0 auto;
  min-height: auto;
  height: 100%;
}
#wrap:after {
  content: "";
  display: block;
  clear: both;
}
#wrap #left-section {
  float: left;
  width: 232px;
  background-color: #ffffff;
  height: 100%;
  transition: top 0.2s;
  font-family: NanumSquareRound, sans-serif;
  border-right: 1px solid #dedede;
  padding-top: 40px;
}
#wrap #left-section.fixed {
  position: fixed;
  top: 0;
  padding-bottom: 330px;
}
#wrap #left-section #menu_tab {
  margin: 0 20px;
  width: calc(100% - 42px);
}
#wrap #left-section #menu_tab .nav-item {
  width: 33.3333333333%;
  font-size: 13px;
}
#wrap #left-section #menu_tab .nav-item a {
  padding: 0;
  line-height: 31px;
  text-align: center;
  border-radius: 0;
  border: none;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  color: #000000;
}
#wrap #left-section #menu_tab .nav-item a.active {
  color: #ffffff;
  background-color: #1ea0da;
  border-color: #1ea0da;
}
#wrap #left-section #menu_tab .nav-item:first-child a {
  border-left: 1px solid #e1e1e1;
}
#wrap #left-section .left-section-box {
  height: calc(100vh - 213px);
  overflow-y: auto;
  overflow-y: auto;
}
#wrap #left-section .left-section-box.width_banner {
  height: calc(100% - 280px);
}
#wrap #left-section .left-section-box #menus {
  background: #fff;
  text-align: left;
  border-top: 1px solid #dedede;
  padding-bottom: 15px;
}
#wrap #left-section .left-section-box #menus.menus-blue {
  background: #F3FBFF;
  background-blend-mode: multiply;
}
#wrap #left-section .left-section-box #menus.menus-blue:last-of-type {
  border-bottom: 1px solid #dedede;
}
#wrap #left-section .left-section-box #menus.menus-blue h4 {
  color: #2B7FFC;
}
#wrap #left-section .left-section-box #menus:first-of-type {
  border-top: 0;
}
#wrap #left-section .left-section-box #menus h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 42px;
  padding-top: 11px;
  padding-left: 7px;
  padding-right: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#wrap #left-section .left-section-box #menus h4 a {
  color: #737373;
  height: auto;
}
#wrap #left-section .left-section-box #menus h4 a:first-of-type {
  margin-left: auto;
}
#wrap #left-section .left-section-box #menus h4 .menu-toggle {
  padding: 10px;
  cursor: pointer;
  position: relative;
  top: -1px;
  line-height: 1;
  transform: rotateX(180deg);
}
#wrap #left-section .left-section-box #menus h4 .menu-toggle.on {
  transform: rotateX(0);
}
#wrap #left-section .left-section-box #menus .calendar-list {
  line-height: 30px;
  display: flex;
  padding-left: 40px;
  padding-right: 20px;
}
#wrap #left-section .left-section-box #menus .calendar-list:hover {
  background-color: #f3f3f3;
}
#wrap #left-section .left-section-box #menus .calendar-list label {
  align-self: center;
}
#wrap #left-section .left-section-box #menus .calendar-list div {
  background-color: transparent !important;
  font-size: 13px;
  color: #333333;
  border: 0;
  flex: 1;
  line-height: 30px;
  padding-left: 8px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#wrap #left-section .left-section-box #menus .checkbox, #wrap #left-section .left-section-box #menus .modal-close, #wrap #left-section .left-section-box #menus .modal-checkbox {
  border-radius: 3px;
}
#wrap #left-section .left-section-box #menus .checkbox i, #wrap #left-section .left-section-box #menus .modal-close i, #wrap #left-section .left-section-box #menus .modal-checkbox i {
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border-width: 2px;
}
#wrap #left-section .left-section-box #menus .checkbox input:checked + i, #wrap #left-section .left-section-box #menus .modal-close input:checked + i, #wrap #left-section .left-section-box #menus .modal-checkbox input:checked + i {
  background-color: inherit;
}
#wrap #left-section .left-section-box #menus .radio {
  margin: 0;
}
#wrap #left-section .left-section-box #menus .radio.flex {
  display: flex;
  width: 100%;
}
#wrap #left-section .left-section-box #menus .radio.flex i {
  align-self: center;
}
#wrap #left-section .left-section-box #menus .fc-event {
  width: 130px;
}
#wrap #left-section .left-section-box #menus .admin-list a {
  line-height: 30px;
  padding-left: 40px;
  padding-right: 20px;
  color: #1ea0da;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
}
#wrap #left-section .left-section-box #menus .admin-list:hover {
  background-color: #f3f3f3;
}
#wrap #left-section #left-middle-box {
  text-align: center;
  margin-top: 5px;
  left: 0;
  width: 232px;
}
#wrap #left-section #left-middle-box > button {
  font-size: 13px;
  width: 140px;
  font-weight: bold;
  background-color: #1ea0da;
}
#wrap #left-section #left-footer {
  border-top: 1px solid #dedede;
  text-align: center;
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 232px;
}
#wrap #left-section #left-footer .footer-a {
  display: inline-block;
  line-height: 29px;
  padding: 0 15px;
  background-color: #999999;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 15px;
  cursor: pointer;
}
#wrap #left-section #left-footer .footer-p, #wrap #left-section #left-footer .footer-p a {
  font-size: 12px;
  color: #605f5f;
  margin-bottom: 5px;
}
#wrap #right-section {
  float: right;
  width: 400px;
  background-color: #ffffff;
  height: 100%;
  padding-top: 0;
  max-height: 900px;
  overflow-y: auto;
}
#wrap #info-section {
  float: right;
  width: 500px;
  background-color: #ffffff;
  height: 100%;
  padding-top: 0;
  overflow-y: auto;
  top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: calc(100% - 2px);
}
#wrap #info-section .card {
  border-radius: 0;
  height: 100%;
}
#wrap #info-section #right-title {
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  color: #000000;
}
#wrap #info-section #right-title .label {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
#wrap #info-section #right-table tbody tr td {
  font-size: 13px;
  line-height: 25px;
  color: #000000;
  word-break: break-all;
  padding: 7px 5px;
  border: 0;
}
#wrap #info-section #right-table tbody tr td .attachinfo {
  margin-right: 10px;
  line-height: 37px;
}
#wrap #info-section #right-table tbody tr td .attachinfo #attach-item {
  height: 35px;
  font-size: 9pt;
  position: relative;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#wrap #info-section #right-table tbody tr td .attachinfo #attach-item .attach-filename a {
  text-decoration: none;
  color: #000000;
  text-overflow: ellipsis;
}
#wrap #info-section #right-table tbody tr td .attachinfo #attach-item .attach-size {
  color: #b5b3b3;
}
#wrap #info-section #right-table tbody tr td:first-child {
  color: #707070;
}
#wrap #calendar {
  margin-left: 244px;
  padding-top: 38px;
}
#wrap #calendarpr {
  padding-left: 20px;
  padding-top: 26px;
}

.fc-list-item-title {
  cursor: pointer;
}

.modal-content {
  font-family: NanumSquareRound, sans-serif;
  border-radius: 0;
  border-color: #868686;
  box-shadow: 5px 5px 10px rgba(180, 180, 180, 0.4);
}
.modal-content .modal-header {
  border-color: #dddddd;
  padding-left: 20px;
  min-height: 57px;
}
.modal-content .modal-header .modal-title {
  font-size: 15px;
  color: #000000;
  position: relative;
  top: 3px;
  font-weight: bold;
  padding-right: 30px;
  word-break: break-all;
}
.modal-content .modal-header .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.modal-content .modal-header .calendarColor {
  width: 12px;
  height: 12px;
  margin-right: 7px;
  display: inline-flex;
  align-self: center;
  border-radius: 50%;
  margin-bottom: -3px;
}
.modal-content .modal-header.flex {
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
.modal-content .modal-body {
  padding: 8px 20px 0;
}
.modal-content .modal-body p {
  font-size: 13px;
  line-height: 24px;
  color: #707070;
  margin: 0;
}
.modal-content .modal-body .form-group {
  margin-bottom: 21px;
}
.modal-content .modal-body .form-group:last-of-type {
  margin-bottom: 0;
}
.modal-content .modal-body .form-group .col-form-label {
  font-size: 13px;
  color: #707070;
  margin-bottom: 4px;
}
.modal-content .modal-body .form-group input, .modal-content .modal-body .form-group select, .modal-content .modal-body .form-group textarea {
  border-radius: 0;
  border-color: #dddddd;
  color: #000000;
  font-size: 13px;
  min-height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
.modal-content .modal-body .form-group input::placeholder, .modal-content .modal-body .form-group select::placeholder, .modal-content .modal-body .form-group textarea::placeholder {
  color: #707070;
}
.modal-content .modal-body .form-group input::-moz-placeholder, .modal-content .modal-body .form-group input::-webkit-input-placeholder, .modal-content .modal-body .form-group input::-ms-input-placeholder, .modal-content .modal-body .form-group select::-moz-placeholder, .modal-content .modal-body .form-group select::-webkit-input-placeholder, .modal-content .modal-body .form-group select::-ms-input-placeholder, .modal-content .modal-body .form-group textarea::-moz-placeholder, .modal-content .modal-body .form-group textarea::-webkit-input-placeholder, .modal-content .modal-body .form-group textarea::-ms-input-placeholder {
  color: #707070;
}
.modal-content .modal-body .form-group textarea {
  height: 37px;
  resize: none;
}
.modal-content .modal-body .form-group .dv-color {
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  font-size: 15px;
}
.modal-content .modal-body .form-group .input-group {
  line-height: 37px;
}
.modal-content .modal-body .form-group .input-group.date-box select {
  flex: 0 0 auto;
}
.modal-content .modal-body .form-group .input-group.date-box #repeat {
  width: 100px;
}
.modal-content .modal-body .form-group .input-group.date-box #repeattype {
  width: 100px;
}
.modal-content .modal-body .form-group .input-group.date-box #dv_repeattype, .modal-content .modal-body .form-group .input-group.date-box #rdatetimepicker {
  display: none;
}
.modal-content .modal-body .form-group .input-group.date-box #rdatetimepicker {
  width: 50%;
  flex: 0 0 auto;
  margin-top: 10px;
}
.modal-content .modal-body .form-group .input-group .label-box label {
  height: 100%;
  align-items: center;
}
.modal-content .modal-body .form-group .input-group .date-ico-box {
  display: none;
}
.modal-content .modal-body .form-group .bootstrap-select button {
  font-size: 13px;
  height: 38px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  color: #000000;
  padding-top: 9px;
  border-radius: 0;
}
.modal-content .modal-body .form-group .bootstrap-select .dropdown-menu, .modal-content .modal-body .form-group .bootstrap-select .dropdown-menu .inner {
  font-size: 14px;
  width: 100%;
  min-width: auto !important;
}
.modal-content .modal-body .date-ico-box {
  margin-left: 20px;
  margin-right: 10px;
}
.modal-content .modal-body .date-ico-box span {
  height: 29px;
  width: 29px;
  line-height: 29px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #4b4b4b;
  background-color: #f2f2f2;
  border-radius: 50%;
  margin-right: 3px;
  opacity: 0.5;
}
.modal-content .modal-body .date-ico-box span:last-child {
  margin-right: 0;
}
.modal-content .modal-body .date-ico-box span.selected {
  background-color: #1ea0da;
  color: #ffffff;
  opacity: 1;
}
.modal-content .modal-body .label-box label {
  font-size: 13px;
  color: #707070;
}
.modal-content .modal-body .label-box label.float-right {
  margin-left: 10px;
  margin-bottom: 4px;
  line-height: 1.5;
  display: inline-flex;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  align-items: center;
}
.modal-content .modal-body .label-box label.float-right input {
  min-height: auto;
  margin-left: 5px;
}
.modal-content .modal-body .label-box label.float-right a {
  font-size: 14px;
  line-height: inherit;
  color: #707070;
}
.modal-content .modal-body .form-group-box {
  display: flex;
}
.modal-content .modal-body .form-group-box > div {
  flex: 1;
}
.modal-content .modal-body .form-group-box > div:first-child {
  margin-right: 27px;
}
.modal-content .modal-body #frmAllergy .form-group {
  margin-bottom: 0;
  display: flex;
}
.modal-content .modal-body #frmAllergy .form-group label {
  width: 30%;
  margin-right: 10px;
}
.modal-content .modal-body table {
  width: 100%;
}
.modal-content .modal-body table tr td {
  font-size: 12px;
  color: #000000;
  line-height: 28px;
}
.modal-content .modal-body table tr td:first-child {
  color: #707070;
}
.modal-content .modal-body .btn-box {
  text-align: right;
  padding-top: 26px;
}
.modal-content .modal-body .btn-box span {
  display: inline-block;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.modal-content .modal-body .btn-box span:first-child {
  margin-right: 13px;
  position: relative;
}
.modal-content .modal-body .btn-box span:first-child:after {
  width: 1px;
  height: 17px;
  background-color: #e8e8e8;
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.modal-content .modal-body .btn-box span:last-child img {
  transform: rotateX(180deg);
}
.modal-content .modal-body .source-box {
  width: 100%;
  border: 1px solid #aaaaaa;
  margin-top: 10px;
}
.modal-content .modal-body .source-box .head {
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  background-color: #fbfbfb;
}
.modal-content .modal-body .source-box .head span {
  color: #848484;
  font-size: 13px;
  text-align: center;
}
.modal-content .modal-body .source-box .head span:nth-child(1) {
  width: 30%;
}
.modal-content .modal-body .source-box .head span:nth-child(2) {
  width: 40%;
}
.modal-content .modal-body .source-box .head span:nth-child(3) {
  width: 30%;
}
.modal-content .modal-body .source-box .body {
  overflow-y: auto;
  max-height: 410px;
}
.modal-content .modal-body .source-box .body label {
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding: 0;
  display: flex;
  cursor: pointer;
}
.modal-content .modal-body .source-box .body label input:checked ~ span {
  background-color: #8fa6b0;
  color: #ffffff;
  border-color: #8fa6b0;
}
.modal-content .modal-body .source-box .body label span {
  font-size: 13px;
  color: #000000;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.modal-content .modal-body .source-box .body label span:nth-of-type(1) {
  width: 30%;
}
.modal-content .modal-body .source-box .body label span:nth-of-type(2) {
  width: 40%;
}
.modal-content .modal-body .source-box .body label span:nth-of-type(3) {
  width: 30%;
}
.modal-content .modal-body .source-box .body label input {
  display: none;
}
.modal-content .modal-footer {
  border-top: 0;
  justify-content: center;
  padding-bottom: 21px;
}
.modal-content .modal-footer button {
  margin: 0 5px;
  line-height: 30px;
  padding: 0 29px;
  font-size: 13px;
}
.modal-content .modal-footer button.btn-default, .modal-content .modal-footer button.btn-gray {
  padding: 0 20px;
}
.modal-content .modal-footer button.btn-blue, .modal-content .modal-footer button.btn-blue-white {
  padding: 0 25px;
}
.modal-content .modal-footer.absolute {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.modal-content #leftModal, .modal-content #rightModal {
  margin-bottom: 70px;
}
.modal-content #leftModal.make-schedule .modal-body, .modal-content .make-schedule#rightModal .modal-body {
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding-bottom: 20px;
}
.modal-content #rightModal {
  border-bottom: 1px solid #d3d3d3;
}
.modal-content .modal-comment {
  padding: 8px 0 0;
}
.modal-content .modal-comment .comment-write-div {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d2d2d2;
  padding: 15px 20px 15px 20px;
  align-items: center;
  margin-bottom: 0;
  height: auto;
}
.modal-content .modal-comment .comment-write-div .comment-write-sec {
  display: flex;
  align-items: center;
  width: 100%;
}
.modal-content .modal-comment .comment-write-div .comment-write-sec img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.modal-content .modal-comment .comment-write-div .comment-write-sec input[type=text] {
  flex: 1;
  height: 40px;
  width: 100%;
  align-items: center;
  font-size: 12px;
  margin: 0;
  border-color: #d5d5d5;
  border-radius: 0;
  border-right: 0;
  outline: none;
  box-shadow: none;
}
.modal-content .modal-comment .comment-write-div .comment-write-sec input[type=text]::placeholder {
  color: #cbcbcb;
}
.modal-content .modal-comment .comment-write-div .comment-write-sec button {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background-color: #1ea0da;
  font-size: 12px;
  color: #ffffff;
  outline: none;
  cursor: pointer;
}
.modal-content .modal-comment .comment-write-div .checkbox-container {
  display: flex;
  align-items: center;
  margin-top: 3px;
  width: 100%;
  padding-left: 53px;
}
.modal-content .modal-comment .comment-write-div .checkbox-container input[type=checkbox] {
  margin-right: 5px;
  border-color: #d5d5d5;
}
.modal-content .modal-comment .comment-write-div .checkbox-container label {
  font-size: 12px;
  color: #707070;
}
.modal-content .modal-comment .comment-write-div-for-list, .modal-content .modal-comment .comment-list-group .comment-list {
  display: flex;
  border-top: 1px solid #d2d2d2;
  height: 80px;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 0;
}
.modal-content .modal-comment .comment-write-div-for-list img, .modal-content .modal-comment .comment-list-group .comment-list img {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 10px;
  flex: 0 0 auto;
}
.modal-content .modal-comment .comment-write-div-for-list input[type=text], .modal-content .modal-comment .comment-list-group .comment-list input[type=text] {
  height: 40px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  font-size: 12px;
  margin: 0;
  border-color: #d5d5d5;
  border-radius: 0;
  border-right: 0;
  outline: none;
  box-shadow: none;
}
.modal-content .modal-comment .comment-write-div-for-list input[type=text]::placeholder, .modal-content .modal-comment .comment-list-group .comment-list input[type=text]::placeholder {
  color: #cbcbcb;
}
.modal-content .modal-comment .comment-write-div-for-list button, .modal-content .modal-comment .comment-list-group .comment-list button {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background-color: #1ea0da;
  font-size: 12px;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  flex: 0 0 auto;
}
.modal-content .modal-comment .total-cnt-div {
  font-size: 12px;
  font-weight: bold;
  color: #414141;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 13px;
}
.modal-content .modal-comment .total-cnt-div img {
  margin-right: 5px;
  margin-top: -2px;
}
.modal-content .modal-comment .total-cnt-div span {
  margin-left: 4px;
}
.modal-content .modal-comment .comment-list-group .comment-list {
  height: auto;
  min-height: 40px;
  padding: 10px 20px 8px;
  background-color: #f9f9f9;
}
.modal-content .modal-comment .comment-list-group .comment-list div.comment-box {
  width: 100%;
  word-break: break-all;
}
.modal-content .modal-comment .comment-list-group .comment-list div.comment-box .comment-info, .modal-content .modal-comment .comment-list-group .comment-list div.comment-box .comment-contents, .modal-content .modal-comment .comment-list-group .comment-list div.comment-box .comment-time {
  font-size: 13px;
  color: #3c3c3c;
  display: block;
  margin: 0;
  line-height: 20px;
}
.modal-content .modal-comment .comment-list-group .comment-list div.comment-box .comment-time {
  margin-top: 2px;
  color: #b5b3b3;
}
.modal-content .modal-comment .comment-list-group .comment-list div.comment-btn-box {
  display: flex;
}
.modal-content .modal-comment .comment-list-group .comment-list div.comment-btn-box .comment-modify {
  margin-right: 5px;
  display: none;
}
.modal-content .modal-comment .comment-paging {
  display: flex;
  justify-content: center;
  padding: 25px 20px 0;
}
.modal-content .modal-comment .comment-paging span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #efefef;
  color: #3c3c3c;
  font-weight: bold;
  text-indent: -9999px;
  position: relative;
}
.modal-content .modal-comment .comment-paging span#prev-comment {
  margin-left: auto;
}
.modal-content .modal-comment .comment-paging span#prev-comment::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.modal-content .modal-comment .comment-paging span#next-comment {
  margin-right: auto;
}
.modal-content .modal-comment .comment-paging span#next-comment::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-135deg);
}

#resourceModal .modal-content .modal-body table tr td {
  padding: 7px 0;
}
#resourceModal #writername {
  height: 33px;
  display: block;
  width: 100%;
  text-align: right;
}

.modal-backdrop {
  background-color: #ffffff;
}
.modal-dialog {
  max-width: 550px;
}

/*#scheduleInfoModal {
	.modal-content {
		width: 240px !important;
	  	border:1px solid red;
	}
}*/
#attachForInfo {
  padding-top: 7px;
}
#attachForInfo .attachinfo {
  line-height: 37px;
}
#attachForInfo .attachinfo li {
  height: 35px;
  font-size: 9pt;
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#attachForInfo .attachinfo li .attach-filename a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  text-overflow: ellipsis;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
}
#attachForInfo .attachinfo li .attach-size {
  color: #b5b3b3;
  width: 95px;
  vertical-align: top;
}

#printModal .modal-header {
  border-color: #ffffff;
}
#printModal .modal-footer {
  border-top: 1px solid #e5e5e5;
}
#printModal .modal-content {
  width: 670px !important;
}
#printModal .modal-content .modal-body table tr td {
  padding: 10px 0;
}
#printModal .modal-content select {
  border-style: solid;
  border-width: 1px;
}
#printModal .modal-content .print-img {
  height: 320px;
  border: 1px solid #d2d2d2;
  margin-bottom: 20px;
}
#printModal .modal-content .print-img img {
  display: block;
  width: 100%;
  height: 100%;
}
#printModal .modal-content .form-group {
  display: flex;
  line-height: 35px;
}
#printModal .modal-content .form-group > select, #printModal .modal-content .form-group > span, #printModal .modal-content .form-group > input {
  width: 110px;
  border-radius: 0;
  border: 1px solid #dddddd;
  color: #000000;
  font-size: 13px;
  min-height: 35px;
  line-height: 35px;
  padding: 0 10px;
  height: 100%;
  display: inline-block;
}
#printModal .modal-content .form-group i {
  font-size: 13px;
  font-style: normal;
}

#script-warning {
  display: none;
  background: #eee;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: red;
}

#btnModalCalendar {
  width: 15px;
  height: 25px;
  padding: 0;
}

.dv-color {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-bottom: 5px;
  border: 0;
  cursor: pointer;
  text-align: center;
  padding-top: 3px;
}

.fc-button {
  background-color: #fff;
  border-color: #e6e6e6;
  color: #1d1d1d;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media print {
  #left-section {
    display: none;
  }
}
@page {
  size: landscape;
}
/* Absolute Center Spinner */
.loading {
  display: none;
  position: fixed;
  z-index: 9999999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fc-center {
  font-size: 12.5px;
}

th.fc-day-header {
  font-size: 12px;
  font-weight: normal;
  height: 22px;
  color: #676767;
  background-color: #f9f9f9;
  padding-top: 7px;
  text-align: center;
}
th.fc-day-header.fc-sun {
  color: red;
}
th.fc-day-header.fc-sat {
  color: #1ea0da;
}

td.fc-day-top {
  color: #363636;
  font-size: 12px;
  text-align: left;
  padding: 7px 10px 4px 8px;
}

#tbl_search_calendar thead {
  background-color: #f9f9f9;
}
#dvSearch.modal-content {
  width: 700px;
}
#dvSearch.modal-content .modal-body table tr td {
  padding: 7.5px 0;
  font-size: 13px;
}
#dvSearch.modal-content .modal-body table tr td .input-group input[id*=timepicker] {
  border: 1px solid #dddddd;
  max-width: 100px;
  text-align: center;
  padding: 0;
}
#dvSearch.modal-content .modal-body table tr td .input-group input[id*=timepicker] ~ i {
  color: #e46969;
  font-size: 12px;
  line-height: 37px;
  font-style: normal;
}
#dvSearch.modal-content .modal-body table tr td .input-group.search {
  flex-wrap: inherit;
}
#dvSearch.modal-content .modal-body table tr td .input-group.search .btn-search-d {
  display: block;
  flex: 0 0 auto;
  height: 100%;
  width: 36px;
  text-align: center;
  cursor: pointer;
}
#dvSearch.modal-content .modal-body .col-form-label {
  font-size: 13px;
  color: #707070;
}
#dvSearch.modal-content .modal-body .table-box {
  border: 1px solid #c8c8c8;
}
#dvSearch.modal-content .modal-body .table-box .setting-table td {
  border-right: 1px solid #c8c8c8;
}
#dvSearch.modal-content .modal-body .table-box .setting-table td:last-child {
  border-right: 0;
}
#dvSearch.modal-content .modal-body .table-box .setting-table thead td {
  color: #7e7e7e;
  background-color: #f9f9f9;
  font-size: 12px;
  line-height: 21px;
}
#dvSearch.modal-content .modal-body .table-box .setting-table tbody tr:last-child td {
  border-bottom: 0;
}
#dvSearch.modal-content .modal-body .table-box .setting-table tbody td {
  line-height: 23px !important;
}
#dvSearch.modal-content .modal-body .table-box .setting-table tbody td .circle {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  vertical-align: middle;
}
#dvSearch.modal-content .modal-body .table-box .table-box-body {
  max-height: 340px;
  overflow-y: auto;
}

.fc-unthemed .fc-title, .fc-unthemed .fc-time {
  font-family: NanumSquareRound, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
}
.fc-unthemed td.fc-today {
  background: #f1fcff;
  border-color: #1ea0da;
}
.fc-unthemed td.fc-today .fc-day-number {
  font-weight: bold;
}
.fc-unthemed td.fc-today.fc-day.fc-widget-content {
  position: relative;
  background: #f1fcff;
  border-color: #1ea0da;
}
.fc-unthemed td.fc-today.fc-day.fc-widget-content:after {
  width: 100%;
  height: 1px;
  background-color: #1ea0da;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@-moz-document url-prefix() {
  .fc-unthemed td.fc-today.fc-day.fc-widget-content:before {
    height: 100%;
    width: 1px;
    background-color: #1ea0da;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.fc-unthemed td.fc-event-container a {
  margin-left: 0;
  margin-right: 0;
  height: 1.375rem;
}
.fc-unthemed .fc-toolbar.fc-header-toolbar .fc-left {
  display: flex;
  align-items: center;
}
.fc-unthemed .fc-toolbar.fc-header-toolbar .fc-left h2 {
  font-size: 22px;
  line-height: 35px;
}
.fc-unthemed .fc-toolbar.fc-header-toolbar .fc-left button {
  padding: 0;
}
.fc-unthemed .fc-toolbar.fc-header-toolbar .fc-left button.fc-leftmenu-button .ico-expand {
  font-size: 18px;
  padding: 5px;
  display: block;
  width: 37px;
  height: 37px;
}
.fc-unthemed .fc-toolbar.fc-header-toolbar .fc-left button.fc-today-button {
  height: 36px;
  width: 63px;
  font-size: 15px;
  color: #4d4d4d;
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.fc-unthemed .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group button {
  height: 36px;
  min-width: 36px;
}

.fc-right {
  display: flex;
}

.fc-past-event {
  opacity: 0.6;
}

.fc-event {
  padding-left: 11px;
  padding-right: 11px;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-day-number.red {
  color: red !important;
}
.fc-day-number.blue {
  color: #1ea0da !important;
}

#banner-img {
  text-align: center;
  margin-top: 10px;
}
#banner-img a {
  display: block;
  text-align: center;
}
#banner-img a img {
  display: block;
  margin: 0 auto;
  width: 190px;
  height: 57px;
}

#banner-txt {
  position: absolute;
  top: 3px;
  left: 299px;
  max-width: 296px;
}
#banner-txt.left {
  top: 4px;
  left: 68px;
}
#banner-txt a {
  display: inline-block;
}
#banner-txt a p {
  font-size: 13px;
  line-height: 16px;
  color: #000;
  margin: 0;
  font-family: "NanumSquareRound", sans-serif;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 296px;
  width: auto;
  display: flex;
  align-items: center;
}
#banner-txt a p img {
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
}

.mobile.fixed .fc-view-container .fc-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  margin: 0 20px;
}
.mobile .fc-unthemed .fc-toolbar.fc-header-toolbar .fc-left h2, .mobile .fc-unthemed .fc-toolbar.fc-header-toolbar .fc-right h2 {
  font-size: 2rem;
  line-height: 3rem;
}
.mobile .fc-unthemed .fc-toolbar.fc-header-toolbar .fc-left button, .mobile .fc-unthemed .fc-toolbar.fc-header-toolbar .fc-left .fc-icon, .mobile .fc-unthemed .fc-toolbar.fc-header-toolbar .fc-right button, .mobile .fc-unthemed .fc-toolbar.fc-header-toolbar .fc-right .fc-icon {
  font-size: 1.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
}
.mobile .fc-unthemed .fc-toolbar.fc-header-toolbar .fc-left button, .mobile .fc-unthemed .fc-toolbar.fc-header-toolbar .fc-right button {
  border-color: #fff;
  width: 145px;
  font-size: 20pt;
  color: gray;
}
.mobile .fc-unthemed .fc-toolbar.fc-header-toolbar .fc-left .fc-today-button, .mobile .fc-unthemed .fc-toolbar.fc-header-toolbar .fc-right .fc-today-button {
  padding: 0 10px;
  width: auto;
}
.mobile .fc-unthemed .fc-view-container {
  padding-bottom: 1rem;
}
.mobile .fc-unthemed .fc-view-container th.fc-day-header {
  font-size: 1.5rem;
  line-height: 3rem;
  height: auto;
  padding: 0;
}
.mobile .fc-unthemed .fc-view-container th.fc-widget-content, .mobile .fc-unthemed .fc-view-container td.fc-widget-content {
  font-size: 2rem;
  line-height: 3rem;
}
.mobile .fc-unthemed .fc-view-container th.fc-widget-content .fc-today, .mobile .fc-unthemed .fc-view-container td.fc-widget-content .fc-today {
  background-color: #389df3;
  color: #ffffff;
}
.mobile .fc-unthemed .fc-view-container td.fc-day-top {
  opacity: 0.2;
}
.mobile .fc-unthemed .fc-view-container td.fc-today, .mobile .fc-unthemed .fc-view-container td.fc-future {
  opacity: 1;
}
.mobile .fc-unthemed .fc-view-container td.fc-other-month {
  opacity: 0.2;
}
.mobile .fc-unthemed .fc-view-container td.fc-event-container a {
  height: auto;
}
.mobile .fc-unthemed .fc-view-container .fc-past {
  opacity: 1;
}
.mobile .fc-unthemed .fc-view-container .fc-past-day-number {
  opacity: 0.3;
}
.mobile .fc-unthemed .fc-view-container .fc-day-grid-event.fc-event {
  border-color: #ffffff;
}
.mobile .fc-unthemed .fc-view-container .fc-day-grid-event .fc-content {
  white-space: initial;
}
.mobile .fc-unthemed .fc-view-container .fc-title, .mobile .fc-unthemed .fc-view-container .fc-time, .mobile .fc-unthemed .fc-view-container td.fc-day-top {
  font-size: 1.5rem;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
}
.mobile .fc-unthemed .fc-view-container .fc-event-container {
  background-color: #ffffff !important;
  border-color: #ddd !important;
}
.mobile .fc-unthemed .fc-view-container .fc-event-container.fc-past-event {
  opacity: 1;
}
.mobile .fc-unthemed .fc-view-container .fc-event-container .fc-content {
  color: #000000;
}
.mobile .fc-unthemed .fc-view-container .fc-content-skeleton {
  background-color: #ffffff;
}
.mobile .fc-unthemed .fc-view-container .fc-content-skeleton thead, .mobile .fc-unthemed .fc-view-container .fc-content-skeleton thead .fc-day-top {
  font-size: 1.5rem;
  line-height: 3rem;
}
.mobile .fc-unthemed .fc-view-container .fc-content-skeleton thead {
  border-bottom: 1px solid #ddd;
}
.mobile .fc-unthemed .fc-view-container .fc-content-skeleton thead td {
  border-top: 1px solid #ddd;
}
.mobile .fc-unthemed .fc-view-container .fc-content-skeleton thead .fc-day-top {
  padding-right: 10px;
}
.mobile .fc-unthemed .fc-view-container .fc-content-skeleton tbody td {
  border-color: #ddd;
}
.mobile .fc-toolbar-second {
  text-align: center;
  margin-bottom: 1em;
  font-size: 20pt;
  color: #737373;
}
.mobile .fc-center {
  font-size: 22px;
}
.mobile .fc-toolbar {
  margin-bottom: 0.5em;
}

#loading_box {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 999;
  justify-content: center;
  align-items: center;
}
#loading_box img {
  width: 150px;
  height: 150px;
}
#loading_box.hide {
  display: none;
}

input2[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
}

input2[type=checkbox]:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 15px;
  color: transparent !important;
  background: yellow;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid red;
  margin-right: 7px;
  margin-bottom: 7px;
}

input2[type=checkbox]:checked:before {
  color: black !important;
}

.comment-del, .comment-modify {
  display: inline-flex;
  height: 35px;
  width: 35px;
  flex: 0 0 auto;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  background-color: #ffffff;
  background-position: center;
  background-image: url(//update.coolmessenger.com/_ImageServer/coolendar/img/icon_comment_delete.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.comment-modify {
  border: 0;
  background-color: transparent;
  background-image: url(//update.coolmessenger.com/_ImageServer/coolendar/img/icon_comment_pen.png);
}

.checkbox, .modal-close, .modal-checkbox {
  cursor: pointer;
  margin: 0;
  line-height: 20px;
  vertical-align: middle;
}
.checkbox input, .modal-close input, .modal-checkbox input {
  display: none;
}
.checkbox input + i, .modal-close input + i, .modal-checkbox input + i {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
}
.checkbox input:checked + i, .modal-close input:checked + i, .modal-checkbox input:checked + i {
  background-color: #1ea0da;
  border-color: #1ea0da;
  background-image: url(//update.coolmessenger.com/_ImageServer/coolendar/setting/ico_check_white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.modal-checkbox input + i {
  width: 18px;
  height: 18px;
  border-color: #bababa;
  border-radius: 3px;
  margin-right: 10px;
}
.modal-checkbox input:checked + i {
  background-image: url(//update.coolmessenger.com/_ImageServer/coolendar/img/icon_checkbox.png);
  background-color: #1ea0da;
  border-color: #1ea0da;
}
.modal-checkbox input:disabled + i {
  background-color: #f1f1f1;
  cursor: default;
  border-color: #bababa;
  background-image: none;
}

#askSendEmailModal .modal-dialog {
  width: 420px;
  height: 218px;
}
#askSendEmailModal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
}
#askSendEmailModal .modal-dialog .modal-content h1 {
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  text-align: center;
  margin-top: 43px;
  margin-bottom: 18px;
}
#askSendEmailModal .modal-dialog .modal-content p {
  text-align: center;
}
#askSendEmailModal .modal-dialog .modal-content p label {
  display: inline-flex;
}
#askSendEmailModal .modal-dialog .modal-content .modal-footer {
  padding-bottom: 30px;
}
#askSendEmailModal .modal-dialog .modal-content .modal-footer button {
  font-size: 13px;
  font-weight: bold;
}
#askSendEmailModal .modal-dialog .modal-content .modal-footer .btn-gray {
  background-color: #f5f5f5;
  color: #000;
  border-color: #c7c7c7;
  width: 75px;
}
#askSendEmailModal .modal-dialog .modal-content .modal-footer .btn-blue {
  width: 85px;
}

#spAttendDetail {
  font-size: 13px;
  font-weight: bold;
  color: #1ea0da;
  cursor: pointer;
  background-color: #fff;
  outline: none;
}
#spAttendDetail:after {
  content: "";
  display: block;
  border-bottom: 1px solid #1ea0da;
  position: relative;
  top: -6px;
}

.modal-close {
  cursor: pointer;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal-close:after, .modal-close:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.modal-close:before {
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#attend-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#attend-list .modal-content {
  width: 200px;
}
#attend-list .modal-content .modal-header {
  font-size: 13px;
  font-weight: bold;
  color: #454545;
  height: 35px;
  display: flex;
  align-items: center;
  min-height: initial;
  padding: 0 20px;
}
#attend-list .modal-content .modal-header .modal-close {
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  overflow: hidden;
}
#attend-list .modal-content .modal-body {
  max-height: 120px;
  overflow-y: auto;
  padding: 11px 20px;
}
#attend-list .modal-content .modal-body ul li {
  font-size: 13px;
  line-height: 30px;
  color: #707070;
}

#attendForInfo, #right-attend {
  position: relative;
}
#attendForInfo .attend-list, #right-attend .attend-list {
  top: 34px;
  left: 0;
}

#color-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#color-list .modal-content {
  width: 200px;
}
#color-list .modal-content .modal-header {
  font-size: 13px;
  font-weight: bold;
  color: #454545;
  height: 35px;
  display: flex;
  align-items: center;
  min-height: initial;
  padding: 0 20px;
}
#color-list .modal-content .modal-header .modal-close {
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  overflow: hidden;
}
#color-list .modal-content .modal-body {
  max-height: 120px;
  overflow-y: auto;
  padding: 11px 20px;
}
#color-list .modal-content .modal-body ul li {
  font-size: 13px;
  line-height: 30px;
  color: #707070;
}

#selectcolor {
  position: relative;
}
#selectcolor .color-list {
  top: 34px;
  left: 0;
}

#scheduleModal .bootstrap-select .dropdown-toggle:after {
  width: 10px;
  height: 5px;
  background-image: url(//update.coolmessenger.com/_ImageServer/coolendar/img/ico_select.png);
  background-repeat: no-repeat;
  border: 0;
}
#scheduleModal select {
  background: url(//update.coolmessenger.com/_ImageServer/coolendar/img/ico_select.png) calc(100% - 9px) 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#scheduleModal .modal-body {
  padding-top: 20px;
}
#scheduleModal .grid {
  display: grid;
  grid-row-gap: 18px;
}
#scheduleModal .grid .form-group {
  margin: 0;
}
#scheduleModal .grid > div {
  display: grid;
  grid-template-columns: 50px 1fr;
  /*&.cl_detail {
    div {
    	display: grid;
  	#btn_detail {
  	  background-color: #f9f9f9;
  	  border: 1px solid #dedede;
  	  display: inline-block;
  	  padding: 10px 6px;
  	  color: #525252;
  	  cursor: pointer;
  	  font-size: 10pt;
  	  text-align: center;
  	  width: 120px;
  	  height: 38px;
  	}
    }
  }*/
}
#scheduleModal .grid > div #title {
  height: 40px;
}
#scheduleModal .grid > div #title + .label-box {
  margin-left: 20px;
}
#scheduleModal .grid > div select, #scheduleModal .grid > div input[type=text] {
  height: 37px;
}
#scheduleModal .grid > div .col-form-label {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  color: #717171;
}
#scheduleModal .grid > div .label-box label {
  display: inline-flex;
}
#scheduleModal .grid > div .label-box label.modal-checkbox i {
  margin-right: 7px;
}
#scheduleModal .grid > div .label-box.repeatend-box {
  display: grid;
  grid-template-columns: 53px 53px 100px;
  width: 100%;
  align-items: center;
  grid-column-gap: 13px;
  height: 40px;
}
#scheduleModal .grid > div.date-form-group {
  grid-template-rows: 37px 37px;
  grid-row-gap: 15px;
}
#scheduleModal .grid > div.date-form-group .input-group.date-input-group {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: 100px 87px 5px 100px 87px auto;
}
#scheduleModal .grid > div.date-form-group .input-group.date-input-group .date {
  width: 100px;
}
#scheduleModal .grid > div.date-form-group .input-group.date-input-group .time {
  width: 87px;
}
#scheduleModal .grid > div.date-form-group .input-group.allday {
  grid-template-columns: 197px 5px 197px auto;
}
#scheduleModal .grid > div.date-form-group .input-group.allday .date {
  width: 197px;
}
#scheduleModal .grid > div.date-form-group .input-group #repeattype {
  width: 87px;
}
#scheduleModal .grid > div.form-group-box {
  display: grid;
  grid-template-columns: 300px 200px;
  grid-column-gap: 40px;
}
#scheduleModal .grid > div.form-group-box .form-group {
  display: grid;
  grid-template-columns: 50px 200px 5px 70px auto;
  align-items: center;
}
#scheduleModal .grid > div.form-group-box .form-group .col-form-label {
  margin: 0;
}
#scheduleModal .grid > div.form-group-box .form-group #selectcolor .arrow-down {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#scheduleModal .grid > div.writer-info {
  display: block;
  margin-bottom: 15px;
}
#scheduleModal .grid > div.writer-info label {
  margin-bottom: 0;
}
#scheduleModal .grid > div #description {
  height: 65px;
  line-height: 22px;
  padding: 10px 20px;
}
#scheduleModal .grid > div.cl_attach #dv_attach .dv_attachlist {
  width: 100%;
}
#scheduleModal .grid > div.cl_attach #dv_attach .dv_attachlist ul #attach-item {
  height: 35px;
  font-size: 9pt;
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#scheduleModal .grid > div.cl_attach #dv_attach .dv_attachlist ul #attach-item .attach-filename a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  text-overflow: ellipsis;
  width: 470px;
  white-space: nowrap;
  overflow: hidden;
}
#scheduleModal .grid > div.cl_attach #dv_attach .dv_attachlist ul #attach-item .attach-size {
  color: #b5b3b3;
  vertical-align: top;
}
#scheduleModal .grid > div.cl_attach #dv_attach .dv_attachlist ul #attach-item #attach-del {
  cursor: pointer;
  padding-right: 15px;
  color: red;
  float: right;
}
#scheduleModal .grid > div.cl_attach #dv_attach .btn_attach label {
  background-color: #f9f9f9;
  border: 1px solid #dedede;
  display: inline-block;
  padding: 10px 6px;
  cursor: pointer;
  font-size: 10pt;
  text-align: center;
  width: 120px;
  height: 38px;
  color: #525252;
}
#scheduleModal .grid > div.cl_attend div {
  display: grid;
}
#scheduleModal .grid > div.cl_attend div #btn_attend {
  background-color: #f9f9f9;
  border: 1px solid #dedede;
  display: inline-block;
  padding: 10px 6px;
  color: #525252;
  cursor: pointer;
  font-size: 10pt;
  text-align: center;
  width: 120px;
  height: 38px;
}
#scheduleModal .grid > div.alarm > .col-form-label {
  align-items: flex-start;
  margin-top: 13px;
}
#scheduleModal .grid > div.alarm #dv_alarm {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 120px auto;
}
#scheduleModal .grid > div.alarm #dv_alarm select {
  width: 120px;
}
#scheduleModal .grid > div.alarm #dv_alarm > div {
  display: flex;
  position: relative;
}
#scheduleModal .grid > div.alarm #dv_alarm > div span {
  font-size: 13px;
  line-height: 28px;
  color: #9f9f9f;
  margin-top: 4px;
}
#scheduleModal .grid > div.alarm #dv_alarm > div span span {
  color: #fa4d5e;
}
#scheduleModal .grid > div.alarm #dv_alarm > div .popovers_org {
  height: 37px;
  background-color: #fbfbfb;
  border: 1px solid #dcdcdc;
  color: #5d5d5d;
  font-size: 13px;
  width: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#scheduleModal .grid > div.alarm #dv_alarm > div .popovers_org img {
  transform: rotate(180deg);
}
#scheduleModal .grid > div.alarm #dv_alarm > div .popovers_org.active img {
  transform: rotate(0deg);
}
#scheduleModal .grid > div.alarm #dv_alarm > div .popovers_org.active + .inner-popovers {
  display: block;
}
#scheduleModal .grid > div.alarm #dv_alarm > div .popovers {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#scheduleModal .grid > div.alarm #dv_alarm > div .popovers.active + .inner-popovers {
  display: block;
}
#scheduleModal .grid > div.alarm #dv_alarm > div .inner-popovers {
  display: none;
  border: 1px solid #616161;
  font-size: 13px;
  line-height: 25px;
  color: #5d5d5d;
  padding: 13px 10px;
  position: absolute;
  background-color: #fff;
  top: 40px;
  left: -130px;
  z-index: 9;
}
#scheduleModal .grid > div.alarm #dv_alarm > div .inner-popovers a {
  color: #1ea0da;
  cursor: pointer;
  position: relative;
  top: -4px;
  border-bottom: 1px solid #1ea0da;
}

#btnModalResource {
  color: #707070;
}

#dvScheduleInfo {
  width: 450px;
}
#dvScheduleInfo td {
  vertical-align: top;
}

#dvSchedule form#frm {
  display: grid;
  grid-template-columns: minmax(670px, 1fr) 1fr;
  grid-template-rows: 1fr 70px;
}
#dvSchedule form#frm #leftModal, #dvSchedule form#frm .modal-content #rightModal, .modal-content #dvSchedule form#frm #rightModal {
  margin-bottom: 0;
  display: grid;
  grid-template-rows: 57px 1fr;
}
#dvSchedule form#frm #leftModal .modal-footer, #dvSchedule form#frm .modal-content #rightModal .modal-footer, .modal-content #dvSchedule form#frm #rightModal .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
}
#dvSchedule form#frm #rightModal {
  margin-bottom: 0;
}
#dvSchedule form#frm #rightModal .modal-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  height: calc(100% - 57px);
}
#dvSchedule form#frm #rightModal .modal-body .form-group {
  height: 100%;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .col-form-label {
  font-size: 13px;
  line-height: 28px;
  color: #404040;
  padding: 0 20px;
  margin: 0;
  height: 55px;
  display: flex;
  align-items: center;
}
#dvSchedule form#frm #rightModal .modal-body .form-group #attendtabs {
  font-size: 13px;
  height: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  border: 0;
  position: relative;
}
#dvSchedule form#frm #rightModal .modal-body .form-group #attendtabs li {
  height: 100%;
  width: 100%;
  margin: 0;
}
#dvSchedule form#frm #rightModal .modal-body .form-group #attendtabs li .nav-link {
  padding: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border-color: #dedede;
  background-color: #f6f6f6;
  color: #676767;
}
#dvSchedule form#frm #rightModal .modal-body .form-group #attendtabs li .nav-link.active {
  color: #ffffff;
  background-color: #1ea0da;
}
#dvSchedule form#frm #rightModal .modal-body .form-group #attendtabs li .nav-link:first-child, #dvSchedule form#frm #rightModal .modal-body .form-group #attendtabs li .nav-link:last-child {
  border-left: 0;
  border-right: 0;
}
#dvSchedule form#frm #rightModal .modal-body .form-group #attendtabs li .nav-link:hover + .a-tooltip {
  display: block;
}
#dvSchedule form#frm #rightModal .modal-body .form-group #attendtabs li .a-tooltip {
  padding: 13px 13px;
  font-size: 12px;
  color: #5d5d5d;
  border: 1px solid #616161;
  line-height: 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box {
  padding: 15px 20px 0;
  height: calc(100% - 90px);
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #search_attend {
  word-spacing: 2px;
  height: 35px;
  font-size: 13px;
  border-color: #d9d9d9;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #search_attend:disabled {
  border-color: #d9d9d9;
  color: #bebebe;
  background-color: #ebebeb;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #search_attend::placeholder {
  color: #bebebe;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #spAttendShow {
  color: #1ea0da;
  font-size: 13px;
  border-bottom: 1px solid #1ea0da;
  margin-bottom: 15px;
  display: inline-flex;
  line-height: 12px;
  cursor: pointer;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list {
  padding: 7px 0;
  display: block;
  border: 1px solid #aeaeae;
  overflow-y: auto;
  height: 308px;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list.coolmsg-empty {
  background-image: url(//update.coolmessenger.com/_ImageServer/coolendar/img/attend_coolmsg_empty_2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 21px;
  background-color: #f3f7f9;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item {
  height: 33px;
  padding: 0 10px;
  font-size: 13px;
  color: #222222;
  display: grid;
  grid-template-columns: 1fr 10px;
  align-items: center;
  border: 0;
  width: calc(100% - 10px);
  margin: 0 5px;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item.all-delete {
  background-color: #ebebeb;
  font-weight: bold;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item #attend-contents {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item #attend-contents i {
  font-style: normal;
  color: #4d4d4d;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item #attend-del, #dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item #attend-del-all {
  width: 10px;
  height: 10px;
  text-indent: -9990px;
  position: relative;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item #attend-del:before, #dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item #attend-del:after, #dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item #attend-del-all:before, #dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item #attend-del-all:after {
  position: absolute;
  content: " ";
  height: 10px;
  width: 1px;
  background-color: #888888;
  left: 4px;
  top: 0;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item #attend-del:before, #dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item #attend-del-all:before {
  transform: rotate(45deg);
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item #attend-del:after, #dvSchedule form#frm #rightModal .modal-body .form-group .attend-box #attend_list #attend-list-item #attend-del-all:after {
  transform: rotate(-45deg);
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box .dv_attendcount {
  height: 50px;
  font-size: 13px;
  line-height: 28px;
  color: #404040;
  font-weight: bold;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box .dv_attendcount label {
  margin-bottom: 0;
}
#dvSchedule form#frm #rightModal .modal-body .form-group .attend-box .dv_attendcount #attendcount {
  color: #1ea0da;
}

#showOrganModal {
  background-color: rgba(0, 0, 0, 0.1);
}

#dvOrganModal .modal-header {
  border-bottom: 0;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
#dvOrganModal .modal-body {
  padding: 0;
}
#dvOrganModal .modal-body .txt {
  margin-bottom: 18px;
  padding: 0 20px;
}
#dvOrganModal .modal-body .txt p {
  color: #7b7b7b;
  font-size: 14px;
  line-height: 24px;
}
#dvOrganModal .modal-body .txt p span {
  color: #fb4848;
}
#dvOrganModal .modal-body .input-group2 {
  padding: 0 20px;
}
#dvOrganModal .modal-body #search_attend_organ {
  height: 35px;
  font-size: 13px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-radius: 0;
  border-color: #d9d9d9;
  box-shadow: none;
  margin-bottom: 30px;
}
#dvOrganModal .modal-body #search_attend_organ::placeholder {
  color: #bebebe;
}
#dvOrganModal .modal-body #organ-email, #dvOrganModal .modal-body #organ-name, #dvOrganModal .modal-body #organ-hp {
  text-align: left;
}
#dvOrganModal .modal-body #spOrganSort {
  cursor: pointer;
  padding-left: 10px;
}
#dvOrganModal .modal-body #organ_list table tr {
  display: grid;
  grid-template-columns: 55px 1fr 1fr 2fr;
  justify-content: center;
  align-items: center;
}
#dvOrganModal .modal-body #organ_list table tr .checkbox i, #dvOrganModal .modal-body #organ_list table tr .modal-checkbox i, #dvOrganModal .modal-body #organ_list table tr .modal-close i {
  width: 18px;
  height: 18px;
  border-radius: 3px;
}
#dvOrganModal .modal-body #organ_list table thead tr {
  height: 43px;
  background-color: #f8f8f8;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}
#dvOrganModal .modal-body #organ_list table thead tr th {
  justify-content: center;
  display: flex;
  font-size: 13px;
  color: #000000;
  font-weight: normal;
}
#dvOrganModal .modal-body #organ_list table thead tr #th_hp {
  width: 100px;
}
#dvOrganModal .modal-body #organ_list table thead tr #th_email {
  width: 170px;
}
#dvOrganModal .modal-body #organ_list table tbody {
  overflow-y: auto;
  height: 370px;
  display: block;
  border-bottom: 1px solid #bbbbbb;
}
#dvOrganModal .modal-body #organ_list table tbody tr {
  height: 50px;
  text-align: center;
}
#dvOrganModal .modal-body #organ_list table tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  padding: 0 15px;
  font-size: 13px;
  color: #6a6a6a;
}
#dvOrganModal .modal-body #organ_list table tbody tr td img {
  width: 33px;
  height: 33px;
  margin-right: 10px;
}
#dvOrganModal .cnt-box {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  padding: 15px 20px 0;
  text-align: right;
}
#dvOrganModal .cnt-box i {
  font-style: normal;
  color: #1ea0da;
}
#dvOrganModal .modal-footer button {
  outline: none;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
  grid-template-columns: 10px 1fr;
  display: flex;
  align-items: center;
  height: 100%;
}
.fc-day-grid-event .fc-content > span {
  height: 100%;
}
.fc-day-grid-event .fc-content > span.dot {
  flex: 0 0 auto;
  height: 10px;
  margin-top: 2px;
}
.fc-day-grid-event .fc-content > span:not(.dot) {
  display: block;
  /*width: 100%;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 23px;
}
.fc-day-grid-event .fc-content > span:not(.dot).fc-time {
  width: auto;
  flex: 0 0 auto;
  margin-right: 5px;
}

.fc-day-grid-event.fc-resizable .fc-content {
  text-overflow: ellipsis;
}


/*컴파일 명령어*/
/*npx node-sass common/scss/contentsStyle.scss common/css/contents/contentsStyle.css --watch*/
.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  color: black;
  width: auto;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 1px;
  text-align: left;
  /*white-space:nowrap;*/
}

.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  width: 550px;
  font-size: 0.8rem;
  padding: 0.5em 1em;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #FFC107;
}

.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B;
}

.popper[x-placement^=top],
.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}

.popper[x-placement^=top] .popper__arrow,
.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^=bottom],
.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow,
.popper[x-placement^=bottom] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right],
.popper[x-placement^=right] {
  margin-left: 5px;
}

.popper[x-placement^=right] .popper__arrow,
.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.popper[x-placement^=left],
.tooltip[x-placement^=left] {
  margin-right: 5px;
}

.popper[x-placement^=left] .popper__arrow,
.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.postimebtn {
  margin-top: 10px;
  margin-left: 12px;
  font-size: 12px;
  height: 25px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

.setting-normal-table .inner-popovers {
  display: none;
  border: 1px solid #616161;
  font-size: 13px;
  line-height: 25px;
  color: #5d5d5d;
  padding: 13px 10px;
  position: absolute;
  background-color: #fff;
  top: 40px;
  left: -130px;
  z-index: 9;
}
.setting-normal-table .inner-popovers a {
  color: #1ea0da;
  cursor: pointer;
  position: relative;
  top: -4px;
  border-bottom: 1px solid #1ea0da;
}

.popover-header, .popover-body {
  font-size: 13px;
}

.left-section-reserve {
  position: fixed;
  bottom: 135px;
  left: 0;
  width: 229px;
}

/*# sourceMappingURL=mainguide.css.map */
