/* edit 2023-02-24 baena */

.pc,
.hide {
  display: none !important;
}

* {
  box-sizing: border-box;
}

/* layout */
body {
  background-color: #fff;
}

header .app-logo {
  width: 12rem;
}

footer {
  padding: 3rem 0 1.5rem 0;
}

.view-header .mobile .title-wrap {
  display: flex;
}
.view-header .mobile .title-wrap .right-button {
  position: absolute;
  top: 1.4rem;
  right: 2.2rem;
}
.view-header .mobile .title-wrap i {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto;
}
.view-header .mobile .title-wrap i.head-search {
  background: url(/skin/img/m/ic-search.png) center / 79% no-repeat;
}
.view-header .mobile .title-wrap i.head-other {
  background: url(/skin/img/all_itemlist.png) center / 55% no-repeat;
}
.view-header .mobile .title-wrap i.head-menu {
  background: url(/skin/img/ic-menu.png) center / 70% no-repeat;
}

.sub-title .icon-title-wrap {
  display: flex;
  align-items: center;
}
.sub-title .icon-title-wrap .icon {
  margin-right: 0.4rem;
}
.sub-title .icon-title-wrap .icon i {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}
.sub-title .icon-title-wrap .icon i.ic-m-chart {
  background: url(/skin/img/ic-text-align-left.svg) center / 70% no-repeat;
}


.layout_frame {
  min-height: 0 !important;
}

.mobile-nav {
  box-shadow: 0 -2px 1rem 0 rgb(0 0 0 / 10%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7rem;
  z-index: 777;
  background: #fff;
  border-top: 1px solid #efefef;
  font-size: 1.4rem;
}

.mobile-nav .inner {
  flex: 1;
  width: 25%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  color: #222;
}

.mobile-nav .inner a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: inherit;
  height: 100%;
}

.mobile-nav i {
  display: block;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}

.mobile-nav span {
  font-size: 1.2rem;
  margin-top: .8rem;
  line-height: 1;
}

.mobile-nav i.on+span {
  color: var(--global-primary-color);
}

.mobile-nav i.nav-home {
  background: url(/skin/img/m/ic-nav-home.svg) center / 90% no-repeat;
}

.mobile-nav i.on.nav-home {
  background-image: url(/skin/img/m/ic-nav-home-active.svg);
}

.mobile-nav i.nav-search {
  background: url(/skin/img/m/ic-nav-search.svg) center / 95% no-repeat;
}

.mobile-nav i.nav-room {
  background: url(/skin/img/m/ic-nav-room.svg) center / 90% no-repeat;
}

.mobile-nav i.on.nav-room {
  background: url(/skin/img/m/ic-nav-room-active.svg) center / 90% no-repeat;
}

.mobile-nav i.nav-spa {
  background: url(/skin/img/m/ic-nav-spa.svg) center / 100% no-repeat;
}

.mobile-nav i.on.nav-search {
  background-image: url(/skin/img/m/ic-nav-search-active.svg);
}

.mobile-nav i.nav-graph {
  background: url(/skin/img/m/ic-nav-graph.svg) center / 90% no-repeat;
}

.mobile-nav i.on.nav-graph {
  background-image: url(/skin/img/m/ic-nav-graph-active.svg);
}

.mobile-nav i.nav-my {
  background: url(/skin/img/m/ic-nav-my.svg) center / 90% no-repeat;
}

.mobile-nav i.on.nav-my {
  background-image: url(/skin/img/m/ic-nav-my-active.svg);
}

.mobile-nav i.on.nav-spa {
  background-image: url(/skin/img/m/ic-nav-spa-active.svg);
}

.mobile-nav i.nav-zzim {
  background: url(/skin/img/m/ic-nav-zzim.svg) center / 95% no-repeat;
}

.mobile-nav i.on.nav-zzim {
  background-image: url(/skin/img/m/ic-nav-zzim-active.svg);
}

.mobile-nav i.nav-review {
  background: url(/skin/img/m/ic-nav-review.svg) center / 95% no-repeat;
}

.mobile-nav i.on.nav-review {
  background-image: url(/skin/img/m/ic-nav-review-active.svg);
}

.mobile-nav i.nav-category {
  background: url(/skin/img/m/ic-nav-category.svg) center / 90% no-repeat;
}

.mobile-nav i.on.nav-category {
  background-image: url(/skin/img/m/ic-nav-category-active.svg);
}

.mobile-nav i.nav-reserve {
  background: url(/skin/img/m/ic-nav-graph.svg) center / 90% no-repeat;
}

.mobile-nav i.on.nav-reserve {
  background-image: url(/skin/img/m/ic-nav-graph-active.svg);
}


/* home.php */
.dashboard-wrap .dashboard-count {
  display: flex;
  align-items: center;
  text-align: center;
  color: #222;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 2rem;
  justify-content: space-between;
}

.dashboard-wrap .dashboard-count .box,
.dashboard-wrap .dashboard-count li {
  flex: none;
  position: relative;
  width: 33.333%;
  padding-right: 0;
}

.dashboard-wrap .dashboard-count .box::after,
.dashboard-wrap .dashboard-count li::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.dashboard-wrap .dashboard-count .box .inner,
.dashboard-wrap .dashboard-count li .inner {
  background-color: #fff;
  border-radius: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: calc(100% - 1rem);
  box-shadow: rgb(49 92 94 / 9%) 0 0.1rem 1rem;
  border: 1px solid #f7f7f7;
}

.dashboard-wrap .dashboard-count .box .count,
.dashboard-wrap .dashboard-count li .count {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 500;
}

.dashboard-wrap .dashboard-count .box p,
.dashboard-wrap .dashboard-count li p {
  letter-spacing: -0.05rem;
  font-size: 1.7rem;
  margin-top: 0.8rem;
}

.dashboard-wrap .today-total {
  height: 14.5rem;
  background-color: #fff;
  border-radius: 1.4rem;
  padding: 2.5rem;
  text-align: right;
  width: 100%;
  margin: 0 auto !important;
  box-shadow: rgb(49 92 94 / 9%) 0 0.1rem 1rem;
  border: 1px solid #f7f7f7;
}
.dashboard-wrap .today-total.order {
  padding: 1.5rem;
}

.dashboard-wrap .today-total .sub-title {
  display: flex;
  justify-content: space-between;
  min-height: 3.5rem;
  text-align: left;
  font-size: 1.6rem;
}

.dashboard-wrap .today-total .sub-title span .mobile+i {
  font-size: 1.6rem;
  margin-top: 0.5rem;
}

.dashboard-wrap .today-total .btn-refresh {
  display: none;
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  background: transparent url(/skin/img/ic-refresh.svg) center / 2.4rem no-repeat;
}

.dashboard-wrap .today-total .total-price {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 0.5rem;
}

.dashboard-wrap .today-total .total-price span {
  font-size: 2rem;
}

.dashboard-wrap .today-total .btn-view {
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  color: #222;
  cursor: pointer;
}

.dashboard-wrap .send-bill-btn {
  height: 14.5rem;
  border-radius: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  width: calc(33.333% - 1rem);
  margin-left: 1.5rem;
  flex: none;
  font-size: 1.7rem;
}

.dashboard-wrap .no-data.has-height {
  padding-top: 7rem;
}

.dashboard-wrap .no-data.has-height::before {
  top: 31%;
}

.dashboard-wrap .index-list {
  margin-top: 2rem;
  min-height: 10rem;
  /* min-height: 30rem; */
}

.dashboard-wrap .index-list li .inner {
  line-height: 1.1;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  color: #222;
  padding: 1.5rem 0;
  border-bottom: 1px dashed #f2f2f2;
}

.dashboard-wrap .index-list li:last-child .inner {
  border-bottom: none;
}

.dashboard-wrap .index-list .index-list-head .state,
.dashboard-wrap .index-list li .state {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 0.8rem;
  background-color: #f2f2f2;
  color: #666;
  border-radius: 4px;
  margin-right: 1rem;
  flex: none;
  width: 6.2rem;
  text-align: center;
}

.dashboard-wrap .index-list li .state.asign,
.dashboard-wrap .index-list li .state.on {
  background-color: var(--global-primary-color);
  color: #fff;
}

.dashboard-wrap .index-list li .state.cancel {
  background-color: #f03141;
  color: #fff;
}

.dashboard-wrap .index-list li .state.complete {
  /* background-color: var(--global-sub-color);
  color: var(--global-primary-color); */
  background-color: #48b648;
  color: #fff;
}

.dashboard-wrap .index-list .index-list-head .date,
.dashboard-wrap .index-list li .date {
  margin-left: auto;
  font-size: 1.5rem;
  color: #666;
  flex: none;
  min-width: 7.2rem;
  padding-left: 1rem;
}


.dashboard-wrap .index-list .index-list-head .name,
.dashboard-wrap .index-list li .name {
  flex: none;
  width: 30%;
  /* text-align: center; */
}

.dashboard-wrap .index-list .index-list-head .type,
.dashboard-wrap .index-list li .type {
  flex: none;
  width: 7rem;
  text-align: center;
  margin-right: 1rem;
}

.dashboard-wrap .index-list .index-list-head .title,
.dashboard-wrap .index-list li .title {
  width: 30%;
  flex: none;
  margin-right: 2.5rem;
}

.dashboard-wrap .index-list .index-list-head .memo,
.dashboard-wrap .index-list li .memo {
  flex: 1;
  margin-right: 2rem;
}

.dashboard-wrap .index-list .index-list-head .date,
.dashboard-wrap .index-list li .date {
  margin-left: auto;
  flex: none;
  min-width: 7.2rem;
}

.dashboard-wrap .index-list .index-list-head .company,
.dashboard-wrap .index-list li .company {
  width: 30%;
  flex: none;
  margin-right: 1rem;
}

.dashboard-wrap .index-list .index-list-head p,
.dashboard-wrap .index-list li p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dashboard-wrap .index-list li .title {
  flex: 1;
}

.dashboard-wrap .index-list li .name {
  width: auto;
}

.dashboard-wrap .index-list .index-list-head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
  /* display: none; */
}

.dashboard-wrap .index-list .index-list-head>* {
  font-size: 1.5rem !important;
  color: #222 !important;
  font-weight: 500 !important;
  letter-spacing: -0.05rem !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.index-table td .state {
  padding: 0.6rem 0.4rem;
  min-width: 5.4rem;
  font-size: 1.2rem;
}

.index-table th, .index-table td {
  font-size: 1.4rem;
}

.dashboard-wrap .index-table {
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
}

.dashboard-wrap .index-table th,
.dashboard-wrap .index-table td {
  letter-spacing: -0.05rem;
  color: #222;

  padding: 1.5rem 0.5rem;
  overflow: hidden;
}

.dashboard-wrap .index-table th {
  font-weight: 500;
  font-size: 1.5rem;
}

.dashboard-wrap .index-table td {
  border-bottom: 1px dashed #f2f2f2;
}

.dashboard-wrap .index-table td a {
  color: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-wrap .index-table tr:last-child td {
  border-bottom: 0;
}

.dashboard-wrap .index-table .center {
  text-align: center;
}

.dashboard-wrap .index-table .right {
  text-align: right;
  padding-right: 2rem;
}

.dashboard-wrap .index-table .date {
  font-size: 1.5rem;
  color: #666;
}

.dashboard-wrap .sub-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

.dashboard-wrap .sub-title .more-show {
  color: var(--global-primary-color);
  font-size: 1.6rem;
  line-height: 1;
}

.dashboard-wrap .sub-title .more-show::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid var(--global-primary-color);
  transform: translateY(-2px) rotate(45deg);
  border-left: none;
  border-bottom: none;
  margin-left: 0.4rem;
}

.dashboard-wrap {
  display: block;
  padding: 0;
}

.dashboard-wrap .wrapper {
  padding: 2rem;
  margin-top: 2rem;
  /* margin-top: 2.5rem; */
  box-shadow: rgb(49 92 94 / 9%) 0 0.1rem 1rem;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  border-radius: 1.4rem;
}

.dashboard-wrap .wrapper.box-none {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: unset;
}


.dashboard-wrap .dashboard-count .box {
  width: 100%;
  padding: 0;
}

.dashboard-wrap .dashboard-count li:nth-child(3n+1) {
  padding-right: 1rem;
}

.dashboard-wrap .dashboard-count li:nth-child(3n+2) {
  padding: 0 0.5rem;
}

.dashboard-wrap .dashboard-count li:nth-child(3n+3) {
  padding-left: 1rem;
}

.dashboard-wrap .dashboard-count li:nth-child(3n+2) .inner {
  left: 50%;
  transform: translateX(-50%);
}

.dashboard-wrap .dashboard-count li:nth-child(3n+3) .inner {
  left: auto;
  right: 0;
}

.dashboard-wrap .dashboard-count li:nth-child(n+4) {
  margin-top: 1.5rem;
}

.dashboard-wrap .index-table .right {
  padding-right: 1rem;
}

.dashboard-wrap .dashboard-title {
  justify-content: center;
}

.dashboard-wrap .dashboard-title .calendar-title {
  position: relative;
  /* left: 0; */
  left: 7%;
  top: 0;
  transform: none;
}

.dashboard-wrap .dashboard-title .calendar-title span {
  font-size: 2rem;
}

.dashboard-wrap .content {
  width: 100%;
  margin-top: 2rem;
}

.dashboard-wrap .calendar-wrap {
  padding: 0;
  position: relative;
  width: 100%;
  background: #fff;
}

.dashboard-wrap .fc .fc-view {
  background: #fff;
}

.dashboard-wrap .fc .fc-scrollgrid table tbody td {
  height: 3.5em;
}

.dashboard-wrap .fc .fc-daygrid-day-frame {
  min-height: 0 !important;
}

/* room.php */
.dashboard-wrap .search-input-wrapper {
  margin-bottom: 2rem;
}

.dashboard-wrap .search-input-wrapper .flex-container {
  display: flex;
  flex-direction: row;
}

.dashboard-wrap .search-input-wrapper .flex-container .search-location-button-wrapper {
  border-radius: 1.4rem !important;
  box-shadow: rgb(49 92 94 / 9%) 0 0.1rem 1rem !important;
  border: none;
  padding: 0 1.5rem;
  height: 6rem;
  line-height: 6rem;
  width: 100%;
  font-size: 1.7rem;
}
.dashboard-wrap .search-input-wrapper .flex-container .search-location-button-wrapper .search-location-button {
  display: flex;
  align-items: center;
}
.dashboard-wrap .search-input-wrapper .flex-container .search-location-button-wrapper .search-location-button i {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
.dashboard-wrap .search-input-wrapper .flex-container .search-location-button-wrapper .search-location-button i.ic-search {
  background: url(/skin/img/m/ic-search-gray.svg) center / 70% no-repeat;
}
.dashboard-wrap .search-input-wrapper .flex-container .search-location-button-wrapper .search-location-button span {
  color: #b2b2b2;
  margin-left: 0.5rem;
}

.dashboard-wrap .search-input-wrapper .flex-container input {
  border-radius: 1.4rem !important;
  box-shadow: rgb(49 92 94 / 9%) 0 0.1rem 1rem !important;
  border: none;
}

.dashboard-wrap .search-input-wrapper .flex-container input[type="text"] {
  padding-left: 2.4rem !important;
}

.dashboard-wrap .search-input-wrapper .flex-container .search {
  border-radius: 1rem !important;
  min-width: 9rem;
  font-size: 1.7rem;
  letter-spacing: -0.1rem;
  margin-left: 1rem;
}

.dashboard-wrap .search-input-wrapper .search-dropdown {
  width: 100%;
  background-color: #fff;
  z-index: 10;
  max-height: 25rem;
  margin-top: 0.5rem;
  border-radius: 1.4rem 1.4rem 1.4rem 1.4rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.4rem 1.2rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

.dashboard-wrap .search-input-wrapper .search-dropdown li {
  display: flex;
  cursor: pointer;
  padding: 2rem 1rem 2rem 1rem;
  background-color: #fff;
}

.dashboard-wrap .search-input-wrapper .search-dropdown li a {
  width: 100%;
  display: flex;
}

.dashboard-wrap .search-input-wrapper .search-dropdown li:hover {
  background-color: #f2f2f2;
}

.dashboard-wrap .search-input-wrapper .search-dropdown li span {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  color: #373737;
  display: inline-grid;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}

.dashboard-wrap .content-wrapper .dashboard-title {
  height: 3.8rem;
  justify-content: center;
}

.dashboard-wrap .content-wrapper .dashboard-title span {
  font-size: 2.1rem;
}

.dashboard-wrap .content-wrapper .card-body {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.dashboard-wrap .content-wrapper .room-card-item {
  margin: 0 0 2rem 0;
  width: 48%;
}

.dashboard-wrap .content-wrapper .room-card-item:nth-child(odd) {
  margin: 0 1.3rem 2rem 0;
}

.dashboard-wrap .content-wrapper .room-card-item .date-wrapper {
  padding: 1rem 0 0 0;
  font-size: 1.3rem;
  text-align: center;
}

.dashboard-wrap .content-wrapper .room-card-item .date-wrapper .state {
  display: inline-block;
  padding-left: 0.8rem;
  line-height: 2.1rem;
  border-radius: 0.5rem;
  height: 2.1rem;
  margin-right: 1rem;
  margin-bottom: 0.2rem;
  padding-right: 0.8rem;
  color: #fff;
}

.dashboard-wrap .content-wrapper .room-card-item .date-wrapper .state-in {
  background: #90caf9;
}

.dashboard-wrap .content-wrapper .room-card-item .date-wrapper .state-out {
  background: #f48fb1;
}

.dashboard-wrap .content-wrapper .room-card-item .date-wrapper .state-reserv {
  background: #ffcc80;
}

.dashboard-wrap .charge-company-wrapper {
  width: 100%;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}

.dashboard-wrap .charge-company-wrapper .charge-company-select {
  width: 100%;
  height: 6rem;
  border-radius: 1.4rem;
  padding-left: 2.5rem !important;
  box-shadow: rgb(49 92 94 / 9%) 0 0.1rem 1rem;
  border: none;
  background-color: #fff;
} 

/* mypage.php */
.mypage-menu {
  width: 100%;
}

.mypage-menu li a {
  width: 100%;
  padding: 0 5% 0 calc(5% + 5rem);
  color: #222;
  font-size: 1.6rem;
  letter-spacing: -0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6.5rem;
  border-bottom: solid 1px #efefef;
  position: relative;
}

.mypage-menu li a::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.mypage-menu li a.ic-coupon::after {
  background: url(/skin/img/m/ic-my-coupon.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-faq::after {
  background: url(/skin/img/m/ic-my-faq.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-info::after {
  background: url(/skin/img/m/ic-my-info.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-link::after {
  background: url(/skin/img/m/ic-my-link.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-login::after {
  background: url(/skin/img/m/ic-my-login.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-logout::after {
  background: url(/skin/img/m/ic-my-logout.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-notice::after {
  background: url(/skin/img/m/ic-my-notice.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-partnership::after {
  background: url(/skin/img/m/ic-my-partnership.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-product-qna::after {
  background: url(/skin/img/m/ic-my-product-qna.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-qna::after {
  background: url(/skin/img/m/ic-my-qna.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-recently::after {
  background: url(/skin/img/m/ic-my-recently.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-refund-account::after {
  background: url(/skin/img/m/ic-my-refund-account.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-refund::after {
  background: url(/skin/img/m/ic-my-refund.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-review::after {
  background: url(/skin/img/m/ic-my-review.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-reward::after {
  background: url(/skin/img/m/ic-my-reward.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-sales::after {
  background: url(/skin/img/m/ic-my-sales.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-video::after {
  background: url(/skin/img/m/ic-my-video.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-zzim::after {
  background: url(/skin/img/m/ic-my-zzim.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-write::after {
  background: url(/skin/img/m/ic-my-write.svg) center / 100% no-repeat;
}

.mypage-menu li a.ic-place::after {
  background: url(/skin/img/m/ic-my-naver.svg) center / 90% no-repeat;
}

.mypage-menu li a.ic-banner::after {
  background: url(/skin/img/m/ic-my-community.svg) center / 90% no-repeat;
}

.mypage-menu li a.ic-password::after {
  background: url(/skin/img/m/ic-my-password.svg) center / 90% no-repeat;
}

.mypage-menu li a.ic-social::after {
  background: url(/skin/img/m/ic-sns-instagram.svg) center / 67% no-repeat;
}

.mypage-menu li a.ic-script::after {
  background: url(/skin/img/m/ic-code.svg) center / 80% no-repeat;
}

.mypage-menu li a.ic-search::after {
  background: url(/skin/img/m/ic-nav-search.svg) center / 80% no-repeat;
}

.mypage-menu li a.ic-card::after {
  background: url(/skin/img/m/ic-my-card.svg) center / 80% no-repeat;
}


.contact-wrap,
.zipcode-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 50rem;
}


.contact-wrap input[type='text'],
.zipcode-wrap input[type='text'] {
  flex: 1 !important;
  height: 6rem;
  border-radius: 1.4rem;
}

.contact-wrap button,
.zipcode-wrap button,
.zipcode-wrap a {
  flex: none;
  height: 6rem;
  border-radius: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  color: #fff;
  background-color: var(--global-primary-color);
  border-color: var(--global-primary-color);
  padding: 0 1.5rem;
  margin-left: 1.5rem;
  flex: none;
  width: 15rem;
}

.data-form-container {
  padding: 0;
}

.wrapper {
  padding: 0;
}

.wrapper .data-list li .list-btn-wrap {
  justify-content: flex-end;
}

.wrapper .data-list li .list-btn-wrap>* {
  max-width: 33.33333%;
}

.wrapper .data-form li {
  display: block;
  padding-bottom: 2.5rem;
}

.wrapper .data-form li .form-label {
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 2rem;
}

.wrapper .data-form li .form-content {
  width: 100%;
}

.wrapper .data-form li textarea {
  max-height: 15rem;
}

.wrapper .data-form.has-background li {
  padding-bottom: 1.5rem;
}

.wrapper .data-form.has-background li .form-content {
  padding: 1.5rem;
  border-radius: 1.4rem;
  background-color: #f7f7f7;
}

.wrapper .data-form.has-background li.textarea-wrap .form-content {
  background-color: transparent;
  padding: 0;
}

.form-btn-wrap>* {
  flex: 1;
}

.form-dialog-header {
  padding: 0 3rem;
}
.form-dialog-header .text-logo {
  line-height: 8.5rem;
  font-size: 2.6rem;
}

/** 청구서 발송 */
.new-form-wrap {
  padding: 1.5rem;
}

.table.dashboard-table-accrue-body {
  text-align: center;
  border: 0;
  font-size: 1.5rem;
}

.table.dashboard-table-accrue-body thead {
  color: #333;
  /* background: #f9f9f9; */
  /* background: rgba(255, 229, 194, 0.2); */
  background: rgba(174, 228, 255, 0.2);
}

.table.dashboard-table-accrue-body thead tr th {
  text-align: center;
  font-weight: 500 !important;
  padding: 1rem !important;
  border-bottom: 1.5px solid #ddd;
  border-right: 0;
}

.table.dashboard-table-accrue-body tbody tr td {
  vertical-align: middle;
  border-right: 0;
  border-bottom: 1.5px solid #ddd;
}

.table.dashboard-table-accrue-body tbody tr td.td-inner-table {
  padding: 0;
  border: 0;
  display: flex;
  border-bottom: 1.5px solid #ddd;
}

.table.dashboard-table-accrue-body tbody .td-inner-wrap {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  border-right: 0;
}

.table.dashboard-table-accrue-body tbody .td-inner-head {
  width: 100%;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 1rem 2px 1rem 2px;
  font-weight: 500;
  background: #f9f9f9;
}

.table.dashboard-table-accrue-body tbody .td-inner-body {
  padding: 1rem 2px 1rem 2px;
}

/** /member/index.php 매출 상세내역, 아기정보 팝업 start */
.form-dialog.mobile-padding {
  padding-bottom: 0;
  padding-top: 0;
}
.form-dialog .detail-payment-wrap {
  display: flex;
  flex-direction: column;
  /* background-color: #f7f7f7; */
  background-color: #fff;
  border: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 0;
  text-align: center;
  padding: 0;
  color: #222;
  box-shadow: 0;
}

.form-dialog .detail-payment-wrap .detail-payment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  width: 100%;
  left: 0;
  top: 0;
  height: 8rem;
}

.form-dialog .detail-payment-wrap .detail-payment-header .text-title {
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  color: #222;
  display: flex;
  align-items: center;
}

.form-dialog .detail-payment-wrap .detail-payment-header .text-title .type {
  display: block;
  padding: 1rem 1rem 0.8rem 0.8rem;
  line-height: 1;
  background-color: #f2f2f2;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
  color: #222;
  margin-left: 1rem;
  min-width: 6rem;
  height: fit-content;
  text-align: center;
  box-shadow: rgb(149 157 165 / 20%) 0px 0.4rem 1.2rem !important;
}

.form-dialog .detail-payment-wrap .detail-payment-header .text-title .type.calc {
  background-color: rgba(255, 175, 176, 0.2);
  border: 0;
  margin-right: auto;
}

.form-dialog .detail-payment-wrap .detail-payment-header .text-title .type.calc.before {
  color: #d50000;
}

.form-dialog .detail-payment-wrap .detail-payment-header .close-btn {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  padding: 0;
  min-width: 0;
  border: none;
  background: url(/skin/img/ic-cancel.png) center / 40% no-repeat;
}

.form-dialog .detail-payment-wrap .detail-payment-body {
  width: 100%;
  height: 100%;
  padding: 0rem 2rem 0rem 2rem;
  overflow-y: scroll;
}

.form-dialog .detail-payment-wrap .detail-payment-body .item-form-container,
.data-form-container {
  padding: 2rem;
  background-color: #fff;
  border-radius: 1.4rem;
  margin-bottom: 2.5rem;
  position: relative;
  font-size: 1.6rem;
}

.form-dialog .detail-payment-wrap .detail-payment-body .config-title {
  color: #222;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: -0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-dialog .detail-payment-wrap .detail-payment-body .order-detail-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.form-dialog .detail-payment-wrap .detail-payment-body .order-detail-info li {
  flex: none;
  width: 100%;
  letter-spacing: -0.1rem;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

.form-dialog .detail-payment-wrap .detail-payment-body .order-detail-label {
  font-weight: 500;
  font-size: 1.5rem;
  width: 15rem;
  flex: none;
  text-align: left;
}

.form-dialog .detail-payment-wrap .detail-payment-body .order-detail-txt {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.form-dialog .detail-payment-wrap .detail-payment-body .memo-detail-txt {
  display: flex;
  justify-content: space-between;
}

.form-dialog .detail-payment-wrap .btn-wrap>* {
  text-align: center;
  margin: 0;
  height: 6rem;
  color: #fff;
  border-radius: 1.3rem;
  font-size: 1.8rem;
  flex: none;
  line-height: 6rem;
  cursor: pointer;
  width: 25rem;
}

.form-dialog .detail-payment-wrap .btn-wrap>button+button {
  margin-left: 1rem;
}

.form-dialog .detail-payment-wrap input[type="text"] {
  border: 0.1rem solid #ddd;
  color: #222;
  padding: 0 1.5rem;
  width: 100%;
  height: 4.2rem;
  line-height: 4.2rem;
  border-radius: 1rem;
  font-size: 1.5rem;
}

.form-dialog .detail-payment-wrap textarea {
  border: 0.1rem solid #ddd;
  color: #222;
  border-radius: 1rem;
  font-size: 1.5rem;
}

.form-dialog .detail-payment-wrap select {
  box-shadow: none !important;
  height: 4.2rem;
  line-height: 4.2rem;
  border-radius: 1rem;
  font-size: 1.5rem;
  border: 0.1rem solid #ddd;
}

/** /member/index.php 매출 상세내역, 아기정보 팝업 end */


