@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

html body .content {
  transition: none;
}

html body .content a {
  color: #1E9FF2;
}

img {
  max-width: 100%;
}

input,
select,
textarea,
.form-control {
  font-size: 16px;
}

.partsInfo {
  border-color: #3DB380;
  background-color: #DFF4EC;
  color: #3DB380;
}

.partsAlert {
  border-color: #e32424;
  background-color: #ffefef;
  color: #e32424;
}

.partsButton {
  width: 200px;
  display: block;
  padding: 12px 24px;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.partsButton:hover {
  opacity: 0.7;
}

.partsButton.opt-w-micro {
  width: 70px;
  padding-left: 12px;
  padding-right: 12px;
}

.partsButton.opt-w-short {
  width: 100px;
}

.partsButton.opt-w-free {
  width: auto;
  display: inline-block;
}

.partsButton.opt-action {
  background-color: #00008b;
  color: #ffffff;
}

.partsButton.opt-submit {
  background-color: #f6993f;
  color: #ffffff;
}

.partsButton.opt-return {
  background-color: #efefef;
  color: #242424;
}

.partsButton.opt-select {
  background-color: #c2c2c2;
  color: #ffffff;
}

.partsButton.opt-remove {
  background-color: #e32424;
  color: #ffffff;
}

.partsButton.opt-disabled {
  cursor: default;
  position: relative;
}

.partsButton.opt-disabled:hover {
  opacity: 1;
}

.partsButton.opt-disabled::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1f1f1;
  opacity: 0.75;
}

.partsButton.opt-owner-action {
  background-color: #1A553F;
  color: #ffffff;
  position: relative;
}

.partsButton.opt-owner-action::after {
  display: block;
  content: "\F054";
  font-family: "Font Awesome 5 Free" !important;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 1;
}

.partsButton.opt-owner-pending {
  background-color: #FDAB18;
  color: #ffffff;
}

.partsPagination {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.partsPagination nav .pagination {
  margin: 0;
}

.partsPagination nav .pagination .page-item .page-link {
  border-color: #00008b;
  padding: 0.75rem 1.25rem;
  color: #00008b;
}

.partsPagination nav .pagination .page-item.disabled .page-link {
  border-color: #b1b1b1;
  color: #b1b1b1;
}

.partsPagination nav .pagination .page-item.active .page-link {
  background-color: #00008b;
  color: #ffffff;
}

.partsNormalLink {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #1E9FF2;
}

.partsFootnote {
  font-size: 12px;
  color: #e32424;
}

.comForms .invalid-feedback {
  display: block;
}

.comForms .mt-form-row {
  display: flex;
  align-items: center;
}

.comForms .mt-form-row > *:not(:first-child) {
  margin-left: 8px;
}

.comForms .form-control.opt-width-min {
  width: 80px;
}

.comForms .form-control.opt-width-short {
  width: 120px;
}

.comForms .form-control.opt-width-middle {
  width: 240px;
}

.comForms .form-control.opt-width-long {
  width: 300px;
}

.comForms .upload-files .col-auto {
  max-width: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.comForms .upload-files .col-auto.opt-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.comForms .upload-files .col-auto .imagePreview img {
  max-width: 100%;
  margin-bottom: 12px;
}

.comForms .upload-files .col-auto .imagePreview .file-name {
  margin-bottom: 12px;
}

.comForms .upload-files .col-auto label {
  margin-bottom: 0;
}

.comForms .sub-text {
  margin-top: 12px;
  font-size: 12px;
  text-align: justify;
}

.comForms .sub-text strong {
  color: #e32424;
}

.comButtons {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.comButtons > *:not(:first-child) {
  margin-right: 20px;
}

.comButtons.opt-rev {
  flex-direction: row;
}

.comButtons.opt-rev > *:not(:first-child) {
  margin-right: 0;
  margin-left: 20px;
}

.comButtons.opt-end {
  justify-content: flex-start;
}

.comModalFrame .mt-dialog-large {
  width: 90%;
  max-width: 1280px;
}

.comModalContent {
  padding: 24px;
}

.comDefinitionList > *:not(:first-child) {
  margin-top: 12px;
}

.comLoading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.comLoading.is-loading {
  display: flex;
}

.comLoading .mt-text {
  margin-top: 8px;
  font-size: 12px;
}

.comCheckbox input {
  width: 0;
  height: 0;
  opacity: 0;
}

.comCheckbox label {
  background-color: #e32424;
  color: #ffffff;
  width: 100px;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  margin: 0;
  cursor: pointer;
}

.comCheckbox label span {
  display: block;
}

.comCheckbox label .checked {
  display: none;
}

.comCheckbox input:checked + label {
  background-color: #00008b;
}

.comCheckbox input:checked + label .checked {
  display: block;
}

.comCheckbox input:checked + label .unChecked {
  display: none;
}

.table .thead-dark .sort-tr th {
  padding: 0;
  border-color: #a1a1a1;
  vertical-align: middle;
  text-align: center;
}

.table .thead-dark .sort-tr th > a,
.table .thead-dark .sort-tr th > span {
  display: block;
  padding: 0.75rem;
  color: #ffffff;
}

.table .thead-dark .sort-tr th i {
  transform: translateY(2px);
  margin-left: 2px;
}

.table .thead-dark .sort-tr th i.active {
  color: #1E9FF2;
}

.table.table-fixed {
  table-layout: fixed;
}

.table.vertical-middle td {
  vertical-align: middle;
}

.table th,
.table td {
  padding: 0.75rem;
}

.table .sticky {
  position: -webkit-sticky;
  position: sticky;
  border-left: none;
  border-right: none;
}

.table .sticky::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #e3ebf3;
}

.table th.sticky {
  background-color: #2A2E30;
  z-index: 1;
}

.table th.sticky::before {
  border-right: 1px solid #a1a1a1;
}

.table th.sticky.opt-horizontal-no-border {
  border-top: none;
  border-bottom: none;
}

.table th.sticky.opt-bottom-no-border {
  border-bottom: none;
}

.table td.sticky {
  background-color: #ffffff;
}

.table .information-list {
  font-size: 13px;
  text-align: center;
}

.table .information-list .info-action {
  color: #00008b;
}

.table .information-list .info-alert {
  color: #e32424;
}

.tbody-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 700px;
}

.tbody-scroll .table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  border-width: 0;
}

.footer {
  text-align: center;
}

.pmFrame .pm-header {
  padding: 0 1rem;
  align-items: stretch;
}

.pmFrame .pm-header .navbar-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.pmFrame .pm-header .navbar-wrapper.in-guest {
  justify-content: center;
}

.pmFrame .pm-header .navbar-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 22px;
  margin-right: 0;
  flex-shrink: 0;
}

.pmFrame .pm-header .nav-frame {
  align-items: stretch;
  margin-left: 5rem;
}

.pmFrame .pm-header .navbar-nav {
  display: flex;
}

.pmFrame .pm-header .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.pmFrame .pm-header .navbar-nav .nav-item .nav-link {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.pmFrame .pm-header .global-nav .nav-item {
  width: 120px;
  text-align: center;
  position: relative;
}

.pmFrame .pm-header .global-nav .nav-item.active::after,
.pmFrame .pm-header .global-nav .nav-item:hover::after {
  content: "";
  display: block;
  width: 95%;
  height: 3px;
  left: 2.5%;
  bottom: 0;
  position: absolute;
  background-color: #0a001f;
}

.pmFrame .pm-header .dropdown:hover .dropdown-menu {
  margin: 0;
  border-radius: 0;
}

.pmFrame .pm-header .nav-account-frame .nav-account {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .pmFrame .pm-header .nav-account-frame .account-name {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pmFrame .pm-header .nav-frame {
    margin-left: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #fff;
    left: 0;
  }

  .pmFrame .pm-header .navbar-toggler {
    align-self: center;
  }

  .pmFrame .pm-header .nav-account-frame {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .pmFrame .pm-side .main-menu-content .menu-title,
  .pmFrame .pm-side .main-menu-content .ps-container {
    margin-top: 167px;
  }
}

.pmFrame .header-navbar,
.pmFrame h1,
.pmFrame h2,
.pmFrame h3,
.pmFrame h4,
.pmFrame h5,
.pmFrame h6,
.pmFrame .h1,
.pmFrame .h2,
.pmFrame .h3,
.pmFrame .h4,
.pmFrame .h5,
.pmFrame .h6 {
  font-family: "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.pmFrame .dropdown:hover > .dropdown-menu {
  display: block;
  transform: none;
}

.pmFrame .staffLogin {
  margin-top: 32px;
}

.pmFrame .staffLogin .mt-title {
  text-align: center;
}

.pmFrame .ownerSearch .search-btn-area {
  display: flex;
  justify-content: flex-end;
}

.pmFrame .ownerSide {
  color: #ffffff;
  background: #242424;
}

.pmFrame .ownerSide .navigation {
  font-family: "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.pmFrame .ownerSide .navigation > li > a,
.pmFrame .ownerSide .navigation > li button {
  width: 100%;
  background: #23262f;
  display: block;
  border: none;
  padding: 12px 30px 12px 18px;
  color: #dcdcdc;
  text-align: left;
  cursor: pointer;
}

.pmFrame .ownerSide .navigation > li > a > i,
.pmFrame .ownerSide .navigation > li button > i {
  margin-right: 12px;
  position: relative;
  top: 2px;
}

.pmFrame .ownerSide .navigation > li > a:hover,
.pmFrame .ownerSide .navigation > li > a:focus,
.pmFrame .ownerSide .navigation > li button:hover,
.pmFrame .ownerSide .navigation > li button:focus {
  background-color: #000000;
  outline: none;
}

.pmFrame .ownerSide .navigation > li.open > a,
.pmFrame .ownerSide .navigation > li:hover > a,
.pmFrame .ownerSide .navigation > li.hover > a,
.pmFrame .ownerSide .navigation > li.active > a {
  border-right: none;
}

.pmFrame .ownerSide .navigation > li.open > a > span,
.pmFrame .ownerSide .navigation > li.open .hover > a,
.pmFrame .ownerSide .navigation > li.open > a > i,
.pmFrame .ownerSide .navigation > li:hover > a > span,
.pmFrame .ownerSide .navigation > li:hover .hover > a,
.pmFrame .ownerSide .navigation > li:hover > a > i,
.pmFrame .ownerSide .navigation > li.hover > a > span,
.pmFrame .ownerSide .navigation > li.hover .hover > a,
.pmFrame .ownerSide .navigation > li.hover > a > i,
.pmFrame .ownerSide .navigation > li.active > a > span,
.pmFrame .ownerSide .navigation > li.active .hover > a,
.pmFrame .ownerSide .navigation > li.active > a > i {
  transform: none;
}

.pmFrame .ownerSide .navigation > li a:hover {
  background-color: #000000;
}

.pmFrame .ownerSide .user-info {
  background-color: #000040;
}

.pmFrame .ownerSide .user-info .name-wrapper {
  margin-top: 8px;
}

.pmFrame .ownerSide .user-info .name-wrapper .meta-data {
  margin-top: 8px;
}

.pmFrame .ownerDetail .owner-info .mt-dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pmFrame .ownerDetail .owner-info .mt-dl dt,
.pmFrame .ownerDetail .owner-info .mt-dl dd {
  padding: 12px 0;
  margin: 0;
}

.pmFrame .ownerDetail .owner-info .mt-dl dt {
  width: 180px;
}

.pmFrame .ownerDetail .owner-info .mt-dl dt.opt-align-start {
  align-self: flex-start;
}

.pmFrame .ownerDetail .owner-info .mt-dl dt .mt-tag {
  margin-left: 8px;
  display: inline-block;
  padding: 0 4px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}

.pmFrame .ownerDetail .owner-info .mt-dl dt .tag-connected {
  background-color: #00008b;
}

.pmFrame .ownerDetail .owner-info .mt-dl dt .tag-required {
  background-color: #e32424;
}

.pmFrame .ownerDetail .owner-info .mt-dl dd {
  width: calc(100% - 180px);
  font-size: 16px;
}

.pmFrame .ownerDetail .owner-info .mt-memo .open-box {
  display: none;
}

.pmFrame .ownerDetail .owner-info .mt-memo.open .close-box {
  display: none;
}

.pmFrame .ownerDetail .owner-info .mt-memo.open .open-box {
  display: block;
}

.pmFrame .ownerDetail .owner-properties .mt-head {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1;
}

.pmFrame .ownerDetail .owner-properties .mt-head .col-code {
  width: 5%;
}

.pmFrame .ownerDetail .owner-properties .mt-head .col-name {
  width: 15%;
}

.pmFrame .ownerDetail .owner-properties .mt-head .col-zip {
  width: 5%;
}

.pmFrame .ownerDetail .owner-properties .mt-head .col-address {
  width: 20%;
}

.pmFrame .ownerDetail .owner-properties .mt-head .col-in-charge {
  width: 10%;
}

.pmFrame .ownerDetail .owner-properties .mt-head .col-balance {
  width: 5%;
}

.pmFrame .ownerDetail .owner-properties .mt-head .col-detail {
  width: 10%;
}

.pmFrame .ownerDetail .owner-properties .mt-list {
  padding: 0;
  list-style: none;
}

.pmFrame .ownerDetail .owner-properties .mt-list > li {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e1e1e1;
}

.pmFrame .ownerDetail .owner-properties .mt-list > li .summary {
  display: flex;
  padding: 12px 0;
  color: #333333;
}

.pmFrame .ownerDetail .owner-properties .mt-list > li .summary .col-code {
  width: 5%;
}

.pmFrame .ownerDetail .owner-properties .mt-list > li .summary .col-name {
  width: 15%;
}

.pmFrame .ownerDetail .owner-properties .mt-list > li .summary .col-zip {
  width: 5%;
}

.pmFrame .ownerDetail .owner-properties .mt-list > li .summary .col-address {
  width: 20%;
}

.pmFrame .ownerDetail .owner-properties .mt-list > li .summary .col-in-charge {
  width: 10%;
}

.pmFrame .ownerDetail .owner-properties .mt-list > li .summary .col-balance {
  width: 5%;
}

.pmFrame .ownerDetail .owner-properties .mt-list > li .summary .col-detail {
  width: 10%;
}

.pmFrame .ownerDetail .owner-properties .mt-list > li .summary .col-detail::after {
  content: "\F112";
  font-family: "LineAwesome";
  font-size: 1rem;
  display: inline-block;
  transform: rotate(90deg);
}

.pmFrame .ownerDetail .owner-properties .mt-list > li .summary .col-detail[aria-expanded=true]::after {
  transform: rotate(270deg);
}

.pmFrame .ownerDetail .owner-properties .mt-list > li .summary[aria-expanded=true] .col-detail::after {
  transform: rotate(270deg);
}

.pmFrame .ownerDetail .owner-properties .mt-list > li .rooms {
  padding: 0 12px 12px 12px;
}

.pmFrame .ownerDetail .owner-properties .mt-list .balance-details {
  margin-left: 1rem !important;
  border-bottom: 1px dotted #e1e1e1;
}

.pmFrame .ownerDetail .owner-tabs {
  display: flex;
  border-radius: 0;
}

.pmFrame .ownerDetail .owner-tabs > * {
  flex-grow: 1;
  text-align: center;
  padding: 18px 12px;
  color: #333333;
}

.pmFrame .ownerDetail .owner-tabs > *.active {
  background-color: #ffffff;
  z-index: 1;
  border-bottom: none;
}

.pmFrame .ownerDetail .owner-tabs > *.disabled {
  color: #b1b1b1;
  cursor: default;
}

.pmFrame .ownerDetail .tab-message .mt-title {
  text-align: center;
  padding-top: 12px;
  font-size: 18px;
}

.pmFrame .ownerDetail .tab-message .upload-files .col-auto {
  max-width: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.pmFrame .ownerDetail .tab-message .upload-files .col-auto .imagePreview img {
  max-width: 100%;
  margin-bottom: 12px;
}

.pmFrame .ownerDetail .tab-message .upload-files .col-auto label {
  margin-bottom: 0;
}

.pmFrame .ownerDetail .tab-message .submit-button {
  display: flex;
  justify-content: center;
}

.pmFrame .ownerDetail .no-line-id p {
  text-align: center;
  margin: 0;
  padding: 48px 0;
}

.pmFrame .ownerDetail .lineChat {
  margin-top: 32px;
  border-top: 1px solid #e1e1e1;
  padding-top: 24px;
}

.pmFrame .ownerDetail .lineChat .inner .no-message {
  text-align: center;
  margin: 0;
}

.pmFrame .ownerDetail .lineChat .mt-block {
  display: flex;
  justify-content: flex-end;
}

.pmFrame .ownerDetail .lineChat .mt-block:not(:first-child) {
  margin-top: 24px;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-contents {
  margin-right: 24px;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-contents .mt-message {
  background-color: #C4F991;
  color: #242424;
  padding: 12px;
  position: relative;
  border-radius: 4px;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-contents .mt-message a {
  text-decoration: underline;
  color: #2B4BFF;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-contents .mt-message::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: 100%;
  border-top: 6px solid transparent;
  border-left: 12px solid #C4F991;
  border-bottom: 6px solid transparent;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-contents .mt-files {
  max-width: 300px;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-contents .mt-files:not(:first-child) {
  margin-top: 12px;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-contents .mt-files > * {
  display: block;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-contents .mt-files > *:not(:first-child) {
  margin-top: 12px;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-contents .mt-files img,
.pmFrame .ownerDetail .lineChat .mt-block .mt-contents .mt-files video {
  max-width: 100%;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-meta {
  text-align: center;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-meta .mt-image {
  margin-bottom: 4px;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-meta .mt-image img {
  border-radius: 50%;
}

.pmFrame .ownerDetail .lineChat .mt-block .mt-meta .mt-datetime {
  font-size: 11px;
}

.pmFrame .ownerDetail .lineChat .mt-block.opt-rev {
  flex-direction: row-reverse;
}

.pmFrame .ownerDetail .lineChat .mt-block.opt-rev .mt-contents {
  margin-right: 0;
  margin-left: 24px;
  align-items: flex-start;
}

.pmFrame .ownerDetail .lineChat .mt-block.opt-rev .mt-contents .mt-message {
  background-color: #e1e1e1;
  color: #242424;
}

.pmFrame .ownerDetail .lineChat .mt-block.opt-rev .mt-contents .mt-message::before {
  left: auto;
  right: 100%;
  border-right: 12px solid #e1e1e1;
  border-left: none;
}

.pmFrame .ownerDetail .tab-task .mt-title {
  font-size: 18px;
  padding-top: 12px;
  text-align: center;
}

.pmFrame .ownerDetail .completedTask {
  margin-top: 32px;
  border-top: 1px solid #e1e1e1;
  padding-top: 12px;
}

.pmFrame .ownerDetail .completedTask .inner .mt-date {
  width: 120px;
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #c2c2c2;
  color: #ffffff;
  border-radius: 6px;
  text-align: center;
}

.pmFrame .ownerDetail .completedTask .inner .mt-date:not(:first-child) {
  margin-top: 32px;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block {
  margin-top: 16px;
  display: flex;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-time {
  width: 120px;
  text-align: right;
  flex-shrink: 0;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main {
  display: flex;
  align-items: center;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-box {
  background-color: #e1e1e1;
  padding: 18px 24px;
  border-radius: 0 12px 12px 12px;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-box .mt-task-name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-box .mt-task-meta {
  margin-top: 6px;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-box .mt-task-property {
  margin-bottom: 0;
  color: #333333;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-box .mt-task-contact {
  margin-bottom: 0;
  color: #333333;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-box .mt-task-category {
  margin-bottom: 0;
  color: #333333;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-box .mt-task-in-charge {
  margin-bottom: 0;
  color: #333333;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-box .mt-task-description {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: justify;
  color: #333333;
  max-height: 200px;
  overflow-y: scroll;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-delete {
  width: 50px;
  padding: 5px 0;
  text-align: center;
  margin-left: 24px;
  background-color: #e32424;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-delete:hover {
  opacity: 0.7;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-delete .la {
  font-size: 28px;
  line-height: 40px;
  color: #ffffff;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-edit {
  width: 50px;
  padding: 5px 0;
  text-align: center;
  margin-left: 24px;
  background-color: #00008b;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-edit:hover {
  opacity: 0.7;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-main .mt-edit .la {
  font-size: 28px;
  line-height: 40px;
  color: #ffffff;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-files {
  margin-top: 4px;
  background-color: #e1e1e1;
  padding: 18px 24px;
  border-radius: 0 12px 12px 12px;
}

.pmFrame .ownerDetail .completedTask .inner .mt-block .mt-text .mt-files a {
  font-size: 14px;
  text-align: justify;
  color: #1E9FF2;
}

.pmFrame .ownerDetail .tab-management .mt-title {
  font-size: 18px;
  padding-top: 12px;
  text-align: center;
}

.pmFrame .ownerDetail .tab-suggest .mt-title {
  font-size: 18px;
  padding-top: 12px;
  text-align: center;
}

.pmFrame .ownerDetail .tab-balance .mt-title {
  font-size: 18px;
  padding-top: 12px;
  text-align: center;
}

.pmFrame .ownerEdit .invalid-feedback {
  display: block;
}

.pmFrame .ownerEdit .mt-owner-number-form > *:not(:first-child) {
  margin-top: 8px;
}

.pmFrame .ownerEdit .mt-owner-number-form .mt-add-btn,
.pmFrame .ownerEdit .mt-owner-number-form .mt-remove-btn {
  display: none;
}

.pmFrame .ownerEdit .mt-owner-number-form.opt-editable .mt-unlock-btn {
  display: none;
}

.pmFrame .ownerEdit .mt-owner-number-form.opt-editable .mt-add-btn,
.pmFrame .ownerEdit .mt-owner-number-form.opt-editable .mt-remove-btn {
  display: inline-block;
}

.pmFrame .ownerEdit .mt-owner-number-form .owner-number-list > *:not(:first-child) {
  margin-top: 8px;
}

.pmFrame .boardCalendar .clndr {
  background: none;
}

.pmFrame .boardCalendar .clndr .clndr-controls {
  background: none;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  color: #333333;
}

.pmFrame .boardCalendar .clndr .current-month {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.pmFrame .boardCalendar .clndr .clndr-main {
  display: flex;
}

.pmFrame .boardCalendar .clndr .clndr-main .clndr-grid {
  width: 35%;
  float: none;
  border-right: 1px solid #333333;
}

.pmFrame .boardCalendar .clndr .clndr-main .clndr-grid .days-of-the-week {
  background: none;
}

.pmFrame .boardCalendar .clndr .clndr-main .clndr-grid .days-of-the-week .header-day {
  color: #333333;
  font-weight: bold;
}

.pmFrame .boardCalendar .clndr .clndr-main .clndr-grid .day {
  cursor: pointer;
  padding: 0;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pmFrame .boardCalendar .clndr .clndr-main .clndr-grid .day .day-number {
  display: block;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  border: 1px solid transparent;
  padding: 0;
}

.pmFrame .boardCalendar .clndr .clndr-main .clndr-grid .day.today {
  background-color: transparent;
  color: #333333;
}

.pmFrame .boardCalendar .clndr .clndr-main .clndr-grid .day.today .day-number {
  font-weight: bold;
}

.pmFrame .boardCalendar .clndr .clndr-main .clndr-grid .day.event {
  background-color: transparent;
  color: #333333;
}

.pmFrame .boardCalendar .clndr .clndr-main .clndr-grid .day.event .day-number {
  border-color: #333333;
}

.pmFrame .boardCalendar .clndr .clndr-main .clndr-grid .day.selected {
  background-color: transparent;
}

.pmFrame .boardCalendar .clndr .clndr-main .clndr-grid .day.selected .day-number {
  background-color: #00008b;
  color: #ffffff;
}

.pmFrame .boardCalendar .clndr .clndr-main .event-listing {
  width: 65%;
  float: none;
}

.pmFrame .boardCalendar .clndr .clndr-main .event-listing .event-listing-title {
  background-color: #2A2E30;
  font-weight: bold;
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
}

.pmFrame .boardCalendar .clndr .clndr-main .event-listing .event-listing-list {
  padding: 12px;
}

.pmFrame .boardCalendar .clndr .clndr-main .event-listing .event-listing-list ul {
  list-style: none;
  padding: 0;
}

.pmFrame .boardCalendar .clndr .clndr-main .event-listing .event-listing-list ul li {
  list-style: none;
  display: flex;
}

.pmFrame .boardCalendar .clndr .clndr-main .event-listing .event-listing-list ul li:not(:first-child) {
  margin-top: 12px;
}

.pmFrame .boardCalendar .clndr .clndr-main .event-listing .event-listing-list ul li p {
  margin-bottom: 0;
}

.pmFrame .boardCalendar .clndr .clndr-main .event-listing .event-listing-list ul li .time {
  width: 5em;
  flex-shrink: 0;
}

.pmFrame .boardCalendar .clndr .clndr-main .event-listing .event-listing-list ul li .text {
  flex-grow: 1;
}

.pmFrame .boardCalendar .clndr .clndr-main .event-listing .event-listing-list ul li .text .title {
  font-weight: bold;
}

.pmFrame .boardCalendar .clndr .clndr-main .event-listing .event-listing-list ul li .text .description {
  margin-top: 4px;
}

.taskEditModal .element-block:not(:first-child) {
  margin-top: 16px;
}

.contentTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.contentBlock img {
  height: auto;
}

.contentBlock p {
  margin-top: 24px;
  margin-bottom: 0;
}

.contentBlock > *:first-child {
  margin-top: 0;
}

.pushMessageWrapper {
  width: 0;
  height: calc(100% - 70px);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 150;
}

.pushMessageWrapper .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 24px 12px 24px 0;
}

.pushMessageWrapper .mt-original {
  display: none;
}

.pushMessageWrapper .mt-card {
  width: 320px;
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  position: relative;
  left: 340px;
  transition: left 0.4s;
}

.pushMessageWrapper .mt-card.display {
  left: 0;
}

.pushMessageWrapper .mt-card:not(:first-child) {
  margin-top: 12px;
}

.pushMessageWrapper .mt-card .mt-link {
  display: block;
  padding: 12px;
  color: #333333;
}

.pushMessageWrapper .mt-card .mt-link:hover {
  opacity: 0.7;
}

.pushMessageWrapper .mt-card p {
  margin-bottom: 0;
}

.pushMessageWrapper .mt-card .mt-title {
  font-size: 16px;
  font-weight: bold;
  padding-right: 36px;
  text-align: justify;
}

.pushMessageWrapper .mt-card .mt-body {
  margin-top: 6px;
  font-size: 14px;
  text-align: justify;
}

.pushMessageWrapper .mt-card .mt-close {
  border: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  cursor: pointer;
}

.pushMessageWrapper .mt-card .mt-close:hover {
  opacity: 0.7;
}

.suggestContents .mt-definition-list {
  display: flex;
  flex-wrap: wrap;
}

.suggestContents .mt-definition-list .mt-row {
  width: 50%;
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
}

.suggestContents .mt-definition-list .mt-row.opt-files {
  width: 100%;
}

.suggestContents .mt-definition-list .mt-row.opt-files > dd {
  width: calc(50% - 8em);
}

.suggestContents .mt-definition-list dt,
.suggestContents .mt-definition-list dd {
  margin: 0;
}

.suggestContents .mt-definition-list dt {
  width: 8em;
  flex-shrink: 0;
}

.suggestContents .mt-definition-list dd {
  width: calc(100% - 8em);
}

.suggestContents .mt-contents {
  padding: 0 24px;
}

.integrationContents .mt-search .mt-row {
  align-items: center;
  justify-content: flex-end;
}

.integrationContents .mt-search .mt-row .mt-label label {
  margin: 0;
}

.integrationContents .mt-search .mt-row .mt-input {
  margin-left: 12px;
}

.integrationContents .mt-search .mt-row .mt-submit {
  margin-left: 12px;
}

.integrationContents .mt-search .mt-error {
  margin-top: 8px;
  color: #e32424;
  text-align: right;
  font-weight: bold;
}

.integrationContents .mt-information {
  margin-top: 24px;
  border: 1px solid #2A2E30;
  border-radius: 6px;
}

.integrationContents .mt-information .mt-title {
  font-size: 18px;
  text-align: center;
  background-color: #2A2E30;
  color: #ffffff;
  padding: 12px;
  margin: 0;
}

.integrationContents .mt-information .mt-definition {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 12px 0;
}

.integrationContents .mt-information .mt-definition > div {
  width: 50%;
  display: flex;
  padding: 6px 24px;
}

.integrationContents .mt-information .mt-definition > div dt {
  width: 120px;
  margin: 0;
}

.integrationContents .mt-information .mt-definition > div dd {
  margin: 0;
}

.integrationContents .mt-list {
  margin-top: 24px;
  border: 1px solid #3DB380;
  border-radius: 6px;
}

.integrationContents .mt-list .mt-title {
  font-size: 18px;
  text-align: center;
  background-color: #3DB380;
  color: #ffffff;
  padding: 12px;
  margin: 0;
}

.integrationContents .mt-list .inner-list .mt-inner {
  display: flex;
  align-items: center;
}

.integrationContents .mt-list .inner-list .mt-inner:not(:first-child) {
  border-top: 1px solid #e1e1e1;
}

.integrationContents .mt-list .inner-list .mt-inner .mt-action {
  flex-shrink: 0;
  padding-left: 24px;
}

.integrationContents .mt-list .inner-list .mt-inner .mt-data {
  flex-grow: 1;
}

.integrationContents .mt-list .inner-list .mt-inner .mt-data .mt-definition {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 12px 0;
}

.integrationContents .mt-list .inner-list .mt-inner .mt-data .mt-definition > div {
  width: 50%;
  display: flex;
  padding: 6px 24px;
}

.integrationContents .mt-list .inner-list .mt-inner .mt-data .mt-definition > div.opt-full {
  width: 100%;
}

.integrationContents .mt-list .inner-list .mt-inner .mt-data .mt-definition > div dt {
  width: 120px;
  margin: 0;
}

.integrationContents .mt-list .inner-list .mt-inner .mt-data .mt-definition > div dd {
  margin: 0;
}

.integrationContents .mt-list .inner-list .no-result {
  margin: 0;
  padding: 12px;
  text-align: center;
}

.integrationContents .mt-loading {
  margin-top: 24px;
  text-align: center;
}

.qrModal .mt-contents {
  text-align: center;
}

.qrModal .mt-contents .mt-qr {
  margin-top: 12px;
}

.qrModal .mt-contents .mt-list {
  margin-top: 12px;
}

.excelPreview {
  display: flex;
  align-items: stretch;
  margin-bottom: 0.5rem;
}

.excelPreview img {
  display: none !important;
}

.excelPreview .file-name {
  flex-grow: 1;
  border: 1px solid #b1b1b1;
  border-radius: 4px 0 0 4px;
  border-right: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px;
  font-size: 12px;
  line-height: 19px;
}

.excelPreview .reset {
  width: 80px;
  min-height: 44px;
  flex-shrink: 0;
  padding: 0;
  border-radius: 0 4px 4px 0;
}

.messageSendingDetail .datetime-row {
  display: flex;
  align-items: center;
}

.messageSendingDetail .datetime-row > *:nth-child(n+2) {
  margin-left: 12px;
}

.messageSendingDetail .datetime-row input {
  width: 200px;
  height: 48px;
}

.messageSendingDetail .datetime-row select:not([size]) {
  width: 100px;
  height: 48px;
}

.messageSendingDetail .imagePreview img {
  width: auto;
  max-height: 200px;
  margin-bottom: 12px;
}

.messageSendingDetail .date-row {
  display: flex;
  align-items: center;
}

.messageSendingDetail .date-row > *:nth-child(n+2) {
  margin-left: 12px;
}

.messageSendingDetail .date-row input {
  width: 200px;
  height: 48px;
}

.messageSendingDetail .elCard .card-body {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.messageSendingDetail .elShort {
  width: 200px;
}

.messageSendingDetail .elMiddle {
  width: 320px;
}

.messageSendingDetail .elButton {
  width: 140px;
  padding: 6px;
  margin: auto;
  background-color: #00008b;
  border: 1px solid #ffffff;
  font-size: 14px;
  color: #ffffff;
}

.messageSendingDetail .elButton.isFull {
  background-color: #b1b1b1;
}

.messageSendingDetail .comCheckbox {
  text-align: center;
}

.messageSendingDetail .comCheckbox label {
  width: 140px;
  background-color: #b1b1b1;
}

.messageSendingDetail .comCheckbox input:checked + label {
  background-color: #00008b;
}

.revenueHistory .list-table .last-sent {
  display: inline-block;
  margin: 4px;
}

.adminAnalysis .mt-text {
  font-size: 22px;
  color: #ff0000;
  border-bottom: 2px solid #7cabe0;
}

.adminAnalysis .subtitle {
  padding: 1rem;
  border-bottom: 1px solid #b1b1b1;
}

.adminAnalysis .subtitle-option {
  font-size: 14px;
}

.adminAnalysis .list_crown {
  list-style: none;
}

.adminAnalysis .list_crown > li {
  position: relative;
  padding: 0px 0px 0px 2.5em;
  font-size: 18px;
}

.adminAnalysis .list_crown > li:before {
  position: absolute;
  width: 0px;
  height: 0px;
  content: "";
  top: 0em;
  left: 0.5em;
  border: 0.5em solid transparent;
  border-bottom: 0.75em solid currentColor;
}

.adminAnalysis .list_crown > li:after {
  position: absolute;
  width: 0px;
  height: 0px;
  content: "";
  top: 0.75em;
  left: 0.5em;
  border: 0.25em solid transparent;
  border-left: 0.5em solid currentColor;
  border-right: 0.5em solid currentColor;
}

.adminAnalysis .list_crown > li:nth-of-type(n+4)::before,
.adminAnalysis .list_crown > li:nth-of-type(n+4)::after {
  display: none;
}

.adminAnalysis .list_crown > li:nth-of-type(1) {
  color: #dbb400;
}

.adminAnalysis .list_crown > li:nth-of-type(2) {
  color: #9fa0a0;
}

.adminAnalysis .list_crown > li:nth-of-type(3) {
  color: #c47022;
}

.adminAnalysis .list_crown p {
  word-break: break-all;
}

.adminAnalysis .list_crown #timely-block .card {
  cursor: pointer;
  background: #EBC2A2;
}

.adminAnalysis .list_crown #timely-block .mt-text {
  border-bottom: 2px solid #ff0000;
}

.frontPrivacyPolicy {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px;
}

.frontPrivacyPolicy .pmt-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.frontPrivacyPolicy .pmt-title + * {
  margin-top: 32px;
}

.frontPrivacyPolicy p {
  font-size: 16px;
  margin: 0;
  text-align: justify;
}

.frontPrivacyPolicy > p:nth-child(n+2) {
  margin-top: 24px;
}

.frontPrivacyPolicy > section {
  margin-top: 32px;
}

.frontPrivacyPolicy > section > *:nth-child(n+2) {
  margin-top: 24px;
}

.frontPrivacyPolicy > section h2 {
  font-size: 18px;
  font-weight: bold;
}

.frontPrivacyPolicy > section ul,
.frontPrivacyPolicy > section li {
  list-style: none;
  padding: 0;
}

.frontPrivacyPolicy > section li {
  padding-left: 12px;
  font-size: 16px;
}

.bg-dashboard-announce{
  /* background-color: #fbe192; */
  background-color: #fff;
  padding: 15px 25px 0px;
  border-left: 15px #fff solid;
  border-right: 15px #fff solid;
}
.bg-ownerboard-announce{
  /* background-color: #fbe192; */
  background-color: #fff;
  padding: 15px 25px 0px;
}
.card.dbAnnounces {
  min-width: 180px;
  width: 22%;
  padding: 15px 10px;
  text-align: center;
  margin-bottom: 15px;
  /* border: 2px #ccc solid;
  border-radius: initial; */
  border: 1px #ccc solid;
  border-radius: 10px;
  background: #efefef3d;
}
span.anTitle {
  font-size: 15px;
  font-weight: bold;
}
span.anCount {
  display: inline-block;
  /* border-bottom: 2px #6aabe4 solid; */
  border-bottom: 2px #95adef solid;
  font-size: 18px;
  font-weight: bold;
  color: #d3455b;
  /* width: 45%; */
  width: 35%;
  margin: auto;
  margin-top: 10px;
  padding-bottom: 3px;
}
span.anAll {
  /* margin-top: 3px; */
  margin-top: 10px;
}

span.anTitleOwner {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  width: 45%;
  margin: auto;
  border-bottom: 2px #6aabe4 solid;
}
span.anCountOwner {
  font-size: 14px;
  font-weight: bold;
  /*color: #d3455b;*/
  line-height: 1.7;
  font-weight: normal;
}


.card_titl {
  position: relative;
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: bolder;
  color: #6b6f82;
}

.card_titl:before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 20px);
  width: 40px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #95adef;
}
.anDateOwner {
  margin-top: 15px;
}
