body {
  --global-point-color: #00a4ba;
  --global-primary-color: #524627;
  --global-sub-color: #eaf6f7;
}

.hide-input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

:root {
  font-size: 10px;
}

/* == 새로운 작업 start ===================================> */
/* body::-webkit-scrollbar,
.form-dialog::-webkit-scrollbar {
  width: 0.5rem;
}

body::-webkit-scrollbar:horizontal,
.form-dialog::-webkit-scrollbar:horizontal {
  height: 0.5rem;
}

body::-webkit-scrollbar-thumb,
.form-dialog::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--global-point-color), #b2ebf2);
  border-radius: 2.5rem;
}

body::-webkit-scrollbar-track,
.form-dialog::-webkit-scrollbar-track {
  background: transparent;
} */

input[type='text'].readonly {
  background-color: #fafafa;
}

header .back-btn {
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(/skin/img/ic-arrow-left-b.svg) top 50% left 0 / 50% no-repeat;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

header.view-header {
  font-size: 1.8rem;
  color: #222;
  letter-spacing: -0.05rem;
}

/* header.on {
  top: 0;
  box-shadow: rgb(49 92 94 / 11%) 0px 0.2rem 0.8rem;
  transition: 0.25s all ease-out;
} */

.global-scroll-design::-webkit-scrollbar {
  width: 0.5rem;
}

.global-scroll-design::-webkit-scrollbar:horizontal {
  height: 0.5rem;
}

.global-scroll-design::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--global-point-color), #b2ebf2);
  border-radius: 2.5rem;
}

.global-scroll-design::-webkit-scrollbar-track {
  background: transparent;
}

/* Calendar Style */
.dashboard .index-table {
  width: 100%;
}

.dashboard .index-table td {
  font-size: 1.5rem;
  padding: 0.8rem 0;
}

.dashboard .index-table td:last-child {
  text-align: right;
}

.dashboard .index-table td a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 30rem;
  display: block;
}

.dashboard .data-list-wrap {
  padding: 0;
}

.textoverflow {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard-wrap.calendar {
  display: flex;
  width: 100%;
  height: 98%;
  position: relative;
}

.dashboard-wrap.room {
  display: flex;
  width: 100%;
  position: relative;
}

.dashboard-wrap .content {
  /* display: flex; */
  /* flex-wrap: wrap; */
  flex: none;
  width: 80%;
}

.dashboard-wrap .reserve-wrap {
  display: flex;
  height: calc(100% - 5.8rem);
}

/* 추가 */
.dashboard-wrap .dashboard-count {
  display: flex;
  align-items: center;
  text-align: center;
  width: 110rem;
  color: #222;
}

.dashboard-wrap .dashboard-count .box,
.dashboard-wrap .dashboard-count li {
  flex: none;
  position: relative;
  width: 14.2rem;
  padding-right: 2.5rem;
}

.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;
  width: calc(100% - 2.5rem);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.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 {
  width: 40rem;
  height: 14.5rem;
  background-color: #fff;
  border-radius: 1.4rem;
  padding: 2.5rem;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dashboard-wrap .today-total .sub-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.8rem;
  /* font-weight: 500; */
  font-size: 1.8rem;
  margin-bottom: 0;
}

.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.8rem;
  text-align: left;

  display: block;
  font-weight: normal;
}

.dashboard-wrap .today-total .total-price span {
  font-size: 2.2rem;
  /* font-weight: 500; */
  padding-right: 0.2rem;
}

.dashboard-wrap .today-total .btn-view {
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  color: #222;
  cursor: pointer;
}

.dashboard-wrap .send-bill-btn {
  width: 20rem;
  height: 14.5rem;
  border-radius: 1.4rem;
  margin-left: 2.5rem;
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-wrap .no-data.has-height {
  padding-top: 7rem;
}

.dashboard-wrap .no-data.has-height::before {
  top: 31%;
}

.dashboard-wrap .company-select-wrap select {
  border: 0;
  height: 5rem;
  font-size: 1.7rem;
  color: #222;
  padding-left: 1.5rem !important;
}

/** TODO: 여기서부터 */
.dashboard-wrap .index-list {
  margin-top: 2rem;
  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: 7.4rem;
  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.point {
  background-color: #66bb6a;
  color: #fff;
}

.dashboard-wrap .index-list li .state.cancel {
  background-color: #ff5252;
  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 li .state.compensation {
  background-color: #ff7f00;
  color: #fff;
}

.dashboard-wrap .index-list li .state.none {
  padding: 0;
}

.dashboard-wrap .index-list .index-list-head .date,
.dashboard-wrap .index-list li .date {
  margin-left: auto;
  flex: none;
  min-width: 8.2rem;
  text-align: center;
}

.dashboard-wrap .index-list li .date {
  font-size: 1.5rem;
}

.dashboard-wrap .index-list .index-list-head .name,
.dashboard-wrap .index-list li .name {
  flex: none;
  width: 13rem;
}

.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 .company,
.dashboard-wrap .index-list li .company {
  flex: none;
  width: 15rem;
  /* 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 p,
.dashboard-wrap .index-list li p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dashboard-wrap .index-list li .title {
  /* flex: 1;
  font-weight: normal;
  padding: 0;
  font-size: inherit; */
}

/* .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%;
}

.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;
}

.dashboard-wrap .sub-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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;
}

.index-table {
  font-size: 1.5rem;
  color: #222;
  width: 100%;
  letter-spacing: -0.05rem;
}

.index-table th {
  padding: 0.6rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.index-table td {
  padding: 1.5rem 0.6rem;
  text-align: center;
  vertical-align: middle;
}

.index-table tbody tr + tr td {
  border-top: 1px dashed #f2f2f2;
}

.index-table td .state {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 0.8rem;
  background-color: #f2f2f2;
  color: #666;
  border-radius: 4px;
  margin: 0 auto;
  flex: none;
  width: auto;
  min-width: 6.7rem;
  text-align: center;
}

.index-table td .state.asign,
.index-table td .state.on {
  background-color: var(--global-primary-color);
  color: #fff;
}

.index-table td .state.point {
  background-color: #66bb6a;
  color: #fff;
}

.index-table td .state.cancel {
  background-color: #ff5252;
  color: #fff;
}

.index-table td .state.complete {
  background-color: #48b648;
  color: #fff;
}

.index-table td .state.compensation {
  background-color: #ff7f00;
  color: #fff;
}

.index-table tr .left {
  text-align: left;
}

.index-table tr .right {
  text-align: right;
}

/* 추가 */

.dashboard {
  overflow: hidden;
  display: flex;
  /* position: relative; */
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  flex: none;
  /* width: 35rem; */
}

/* .dashboard .title {
  font-size: 1.7rem;
  font-weight: 500;
  color: #424242;
  letter-spacing: -0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  width: 100%;
  flex: none;
} */

.dashboard .title span {
  display: block;
  height: 2.8rem;
  line-height: 2.8rem;
}

.dashboard-title {
  padding: 0 1rem;
  height: 5.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #222;
  letter-spacing: -0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex: none;
  position: relative;
  margin-bottom: 0.5rem;
  /* padding-left: calc(20% + 15px); */
}

.calendar-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.calendar-title span {
  padding: 0 2rem;
  font-size: 2.4rem;
}

.dashboard .add-btn {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  min-width: 0;
  padding: 0;
  border-radius: 5rem;
  background-color: transparent;
  border: 0.25rem dotted rgba(44, 201, 209, 0.5);
  position: relative;
}

.dashboard .add-btn::after,
.dashboard .add-btn::before {
  content: "";
  display: block;
  width: 50%;
  height: 0.2rem;
  background-color: #18b7bf;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 1rem;
  transform: translate(-50%, -50%);
}

.dashboard .add-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.dashboard .board {
  flex: 1;
  padding: 0 1rem 1.5rem 1rem;
}

.dashboard .today-wrap {
  display: flex;
  flex: 1;
}

.dashboard .board li.search-wrap {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.7rem;
  /* min-height: 150px; */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 15px; */
  /* box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.4rem 1.2rem;
}

.dashboard .board li.search-wrap+li.search-wrap {
  margin-top: 1.2rem;
}

.dashboard .board li.ad-wrap {
  margin-top: 1.2rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.4rem 1.2rem;
}

.dashboard .ad-wrap .index-banner-wrap {
  background-color: transparent;
}

.dashboard .ad-wrap .index-banner-wrap .swiper-slide img {
  border-radius: 1rem;
}

.dashboard .menu-btn {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent url(/skin/img/ic-more-btn.svg) center / 70% no-repeat;
}

.dashboard .board li.search-wrap .board-title {
  display: flex;
  align-items: center;
}

.dashboard .board li.search-wrap .board-title .menu-btn {
  margin-left: auto;
}

.dashboard .board li.search-wrap .board-content {
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #222;
  letter-spacing: -0.05rem;
}

.dashboard .rv-state {
  display: inline-block;
  line-height: 1;
  font-size: 1.3rem;
  letter-spacing: -0.05rem;
  color: #fff;
  background-color: #222;
  border-radius: 0.4rem;
  padding: 0.5rem 0.8rem;
  margin-right: 0.5rem;
}

.dashboard .rv-state.time {
  background-color: var(--global-primary-color);
}

.calendar-wrap {
  padding: 0 1rem 1.5rem 1rem;
  border-radius: 1rem;
  /* width: 100%; */
  height: calc(100% - 5.8rem);
}

.dashboard-wrap .calendar-wrap>div {
  height: 100%;
}

.dashboard-wrap .fc .fc-bg-event,
.dashboard-wrap .fc .fc-highlight,
.dashboard-wrap .fc .fc-non-business,
.dashboard-wrap .fc .fc-view-harness-active>.fc-view {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgb(149 157 165 / 20%) 0px 0.4rem 1.2rem;
}

.dashboard-wrap .fc .fc-toolbar.fc-header-toolbar {
  font-size: 1.2rem;
  height: 5.8rem;
  margin-bottom: 0;
  color: #222;
}

.dashboard-wrap .fc .fc-col-header-cell-cushion {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  padding: 0.7rem;
}

.dashboard-wrap .fc .fc-day-sat a {
  color: #337ab7;
}

.dashboard-wrap .fc .fc-day-sun a {
  color: #c7212e;
}

.dashboard-wrap .fc .fc-scroller::-webkit-scrollbar {
  display: none;
}

.dashboard-wrap .fc .fc-timegrid-body,
.dashboard-wrap .fc .fc-daygrid-body,
.dashboard-wrap .fc .fc-scrollgrid,
.dashboard-wrap .fc .fc-scrollgrid table {
  width: 100% !important;
}

.dashboard-wrap .fc-timegrid-col-misc {
  display: none;
}

.dashboard-wrap .fc .fc-timegrid-slot-label-cushion {
  font-size: 1.4rem;
  letter-spacing: -0.5rem;
}

.dashboard-wrap .event-item {
  padding: 0.4rem 0.5rem;
  font-size: 1.3rem;
  letter-spacing: -0.1rem;
  line-height: 1;
  cursor: pointer;
}

.dashboard-wrap .event-item .fc-event-title {
  font-size: 1.3rem !important;
}

.dashboard-wrap .event-item.asign {
  background-color: #dcf4f5;
  border-color: #aae2e5;
}

.dashboard-wrap .event-item.asign .fc-event-main {
  color: #222;
}

.dashboard-wrap .event-item.wait {
  background-color: #eee;
  border-color: #ddd;
}

.dashboard-wrap .event-item.wait .fc-event-main {
  color: #222;
}

.dashboard-wrap .fc-direction-ltr .fc-daygrid-event.fc-event-end,
.dashboard-wrap .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  /* margin-bottom: 3px; */
}

.calendar-btn-pack {
  display: flex;
  align-items: center;
}

.calendar-btn-pack button {
  min-width: 0;
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
  border: none;
  padding: 0;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.8rem;
  box-shadow: rgb(149 157 165 / 20%) 0px 0.4rem 1.2rem !important;
  position: relative;
  background-color: #fff;
}

.calendar-btn-pack button.active {
  background-color: var(--global-primary-color);
  color: #fff;
  box-shadow: rgb(149 157 165 / 30%) 0px 0.4rem 1.2rem !important;
}

.calendar-btn-pack button+button {
  margin-left: 1rem;
}

.calendar-btn-pack button i {
  display: block;
  width: 25%;
  height: 25%;
  border: 0.2rem solid var(--global-primary-color);
  border-bottom: none;
  border-left: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-66%, -50%) rotate(45deg);
}

.calendar-btn-pack button.prev i {
  transform: translate(-34%, -50%) rotate(-135deg);
}

.radio-button-wrap.calendar {
  width: 100%;
  margin-top: 0;
}

.radio-button-wrap.calendar label {
  background-color: #fff;
  box-shadow: rgb(149 157 165 / 20%) 0px 0.4rem 1.2rem !important;
}

/* Calendar Style End */

/* Market Style Start */

.market_layout_inner {
  position: relative;
  width: 144.4rem;
  margin: 0rem auto;
}

.item_list_wrap {
  clear: both;
  overflow: hidden;
}

.item_list_wrap .layout_fix {
  width: 101.4rem;
}

/*리스트 4개*/
.type_1 {
  margin: 0.1rem 0.1rem 0 0;
}

.type_1:after {
  clear: both;
}

.type_1 li {
  float: left;
  width: 25%;
}

.type_1 .border {
  position: relative;
  background-color: #fff;
  height: 42.3rem;
  margin: -0.1rem -0.1rem 0 0;
  padding: 2rem !important;
  border: 0.1rem solid #e3e5e8;
}

.type_1 .border:hover {
  background-color: #f8f8f8;
}

.type_1 .border .thumb {
  width: 100%;
}

.type_1 .border .thumb img {
  width: 100%;
}

.type_1 .border .it_info {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.type_1 .border .it_info .it_description {
  overflow: hidden;
  width: 100%;
  height: 1.8rem;
  font-size: 1.2rem;
  color: #7d7e80;
  margin-top: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.type_1 .border .it_info .it_name {
  display: -webkit-box;
  overflow: hidden;
  height: 4.3rem;
  margin-top: 0.1rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.type_1 .border .it_info .it_name:hover {
  text-decoration: underline;
}

.type_1 .border .it_info .it_price_info {
  width: 100%;
  height: 4.4rem;
  font-size: 1.7rem;
  line-height: 3rem;
  vertical-align: bottom;
  /* margin-top: 2rem; */
}

.type_1 .border .it_info .it_price_info .it_discount_rate {
  display: inline-block;
  margin-right: 0.4rem;
  color: var(--global-primary-color);
}

.type_1 .border .it_info .it_price_info .it_price {
  display: inline-block;
  height: auto;
  font-size: 1.6rem;
  margin-top: -0.5rem;
}

.type_1 .border .it_info .it_price_info .it_price .it_price1 {
  display: block;
  color: #c2c7cc;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-decoration: line-through;
}

.type_1 .border .it_info .it_price_info .it_price .it_price2 {
  display: block;
  font-weight: 700;
  line-height: 1.5rem;
}

.type_1 .border .option {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  bottom: 0;
  min-height: 1.9rem;
  padding: 1.2rem 0;
  border-top: 0.1rem solid #f0f2f5;
  font-size: 1.2rem;
}

.type_1 .border .option .coupon_price {
  display: inline-block;
  height: 1.6rem;
  margin-right: 0.3rem;
  padding: 0 0.3rem 0;
  border: 0.1rem solid var(--global-primary-color);
  background-color: #fff;
  font-size: 1.1rem;
  line-height: 1.8rem;
  line-height: 1.9rem \0 / IE9;
  color: var(--global-primary-color);
  letter-spacing: -0.09rem;
}

.type_1 .border .option .besong {
  display: inline-block;
  height: 1.6rem;
  margin-right: 0.3rem;
  padding: 0 0.3rem 0;
  border: 0.1rem solid #36a77c;
  background-color: #fff;
  font-size: 1.1rem;
  line-height: 1.8rem;
  line-height: 1.9rem \0 / IE9;
  color: #36a77c;
  letter-spacing: -0.09rem;
}

.type_1 .border .option .it_sales_volume {
  position: absolute;
  top: -3rem;
  right: 0rem;
  font-size: 1.1rem;
  color: #a6a9ad;
  letter-spacing: -0.07rem;
}

/*찜*/
.type_1 .border .option .zzim {
  position: absolute;
  top: 1.5rem;
  right: 0rem;
  display: none;
}

.type_1 .border .option .zzim .btn_zzim {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 1.7rem;
  background: url("/skin/img/zzim_ico_off.png") no-repeat;
  line-height: 20rem;
  vertical-align: middle;
  cursor: pointer;
}

.type_1 .border .option .zzim .btn_zzim {
  display: inline-block;
  overflow: hidden;
}

.type_1 .border .option .zzim .zzim_success {
  position: absolute;
  top: 8.2rem;
  left: 50%;
  z-index: 30;
  width: 16.1rem;
  height: 5rem;
  margin-left: -8rem;
  padding-top: 11.1rem;
  background: url("/skin/img/zzim_ico_on.png") no-repeat;
}

/*베스트 상품*/
.type_1 .border .ranking {
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
}

.type_1 .border .ranking span {
  width: 5rem;
  height: 5rem;
  background-color: #666;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-weight: normal;
  opacity: 0.6;
}

.type_1 .border .ranking span.top {
  background-color: var(--global-primary-color) !important;
  opacity: 1;
}

/*찜*/
.type_1 .border .option .zzim {
  position: absolute;
  top: 1.5rem;
  right: 0rem;
  display: none;
}

.type_1 .border .option .zzim .btn_zzim {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 1.7rem;
  background: url("/skin/img/zzim_ico_off.png") no-repeat;
  line-height: 20rem;
  vertical-align: middle;
  cursor: pointer;
}

.type_1 .border .option .zzim .btn_zzim {
  display: inline-block;
  overflow: hidden;
}

.type_1 .border .option .zzim .zzim_success {
  position: absolute;
  top: 8.2rem;
  left: 50%;
  z-index: 30;
  width: 16.1rem;
  height: 5rem;
  margin-left: -8rem;
  padding-top: 11.1rem;
  background: url("/skin/img/zzim_ico_on.png") no-repeat;
}

.type_1_2 {
  overflow: hidden;
  position: relative;
  border: 0.1rem solid #e3e5e8;
  border-left: 0rem;
  border-bottom: 0rem;
}

.type_1_2 li {
  float: left;
  width: 50%;
}

.type_1_2 .border {
  position: relative;
  background-color: #fff;
  height: 42rem;
  margin: -0.1rem -0.1rem 0 0;
  padding: 2rem !important;
  border: 0.1rem solid #e3e5e8;
}

.type_1_2 .border:hover {
  background-color: #f8f8f8;
}

.type_1_2 .border .thumb {
  width: 100%;
  height: 26rem;
  overflow: hidden;
}

.type_1_2 .border .thumb img {
  width: 100%;
}

.type_1_2 .border .it_info {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.type_1_2 .border .it_info .it_description {
  overflow: hidden;
  width: 100%;
  height: 1.8rem;
  font-size: 1.2rem;
  color: #7d7e80;
  margin-top: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.type_1_2 .border .it_info .it_name {
  display: -webkit-box;
  overflow: hidden;
  height: 4.3rem;
  margin-top: 0.1rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.type_1_2 .border .it_info .it_name:hover {
  text-decoration: underline;
}

.type_1_2 .border .it_info .it_price_info {
  width: 100%;
  height: 4.4rem;
  font-size: 1.7rem;
  line-height: 3rem;
  vertical-align: bottom;
  margin-top: 2rem;
}

.type_1_2 .border .it_info .it_price_info .it_discount_rate {
  display: inline-block;
  margin-right: 0.4rem;
  color: var(--global-primary-color);
}

.type_1_2 .border .it_info .it_price_info .it_price {
  display: inline-block;
  height: auto;
  font-size: 1.6rem;
  margin-top: -0.5rem;
}

.type_1_2 .border .it_info .it_price_info .it_price .it_price1 {
  display: block;
  color: #c2c7cc;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-decoration: line-through;
}

.type_1_2 .border .it_info .it_price_info .it_price .it_price2 {
  display: block;
  font-weight: 700;
  line-height: 1.5rem;
}

.type_1_2 .border .option {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  bottom: 0;
  min-height: 1.9rem;
  padding: 1.2rem 0;
  border-top: 0.1rem solid #f0f2f5;
  font-size: 1.2rem;
}

.type_1_2 .border .option .coupon_price {
  display: inline-block;
  height: 1.6rem;
  margin-right: 0.3rem;
  padding: 0 0.3rem 0;
  border: 0.1rem solid var(--global-primary-color);
  background-color: #fff;
  font-size: 1.1rem;
  font-family: "Roboto", "notokr-regular", "Apple SD Gothic Neo", sans-serif;
  line-height: 1.8rem;
  line-height: 1.9rem \0 / IE9;
  color: var(--global-primary-color);
  letter-spacing: -0.09rem;
}

.type_1_2 .border .option .besong {
  display: inline-block;
  height: 1.6rem;
  margin-right: 0.3rem;
  padding: 0 0.3rem 0;
  border: 0.1rem solid #36a77c;
  background-color: #fff;
  font-size: 1.1rem;
  font-family: "Roboto", "notokr-regular", "Apple SD Gothic Neo", sans-serif;
  line-height: 1.8rem;
  line-height: 1.9rem \0 / IE9;
  color: #36a77c;
  letter-spacing: -0.09rem;
}

.type_1_2 .border .option .it_sales_volume {
  position: absolute;
  top: -3rem;
  right: 0rem;
  font-size: 1.1rem;
  font-family: "Roboto", "notokr-regular", "Apple SD Gothic Neo", sans-serif;
  color: #a6a9ad;
  letter-spacing: -0.07rem;
}

/*찜*/
.type_1_2 .border .option .zzim {
  position: absolute;
  top: 1.5rem;
  right: 0rem;
  display: none;
}

.type_1_2 .border .option .zzim .btn_zzim {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 1.7rem;
  background: url("/skin/img/zzim_ico_off.png") no-repeat;
  line-height: 20rem;
  vertical-align: middle;
  cursor: pointer;
}

.type_1_2 .border .option .zzim .btn_zzim {
  display: inline-block;
  overflow: hidden;
}

.type_1_2 .border .option .zzim .zzim_success {
  position: absolute;
  top: 8.2rem;
  left: 50%;
  z-index: 30;
  width: 16.1rem;
  height: 5rem;
  margin-left: -8rem;
  padding-top: 11.1rem;
  background: url("/skin/img/zzim_ico_on.png") no-repeat;
}

/*박스형 4개*/
.type_2 {
  width: 122rem;
  margin-left: -2rem;
  overflow: hidden;
}

.type_2 li {
  float: left;
  width: 28.5rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.type_2 .border {
  padding: 0rem;
  background-color: white;
  line-height: 1.6;
  overflow: hidden;
  width: 28.3rem;
  border: 0.1rem solid rgb(208, 213, 217);
}

.type_2 .border:hover {
  border: solid 0.1rem var(--global-primary-color);
}

.type_2 .border .thumb {
  width: 100%;
}

.type_2 .border .thumb img {
  width: 100%;
}

.type_2 .border .it_info {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0rem 1.5rem;
}

.type_2 .border .it_info .it_description {
  overflow: hidden;
  width: 100%;
  height: 1.8rem;
  font-size: 1.2rem;
  color: #7d7e80;
  margin-top: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.type_2 .border .it_info .it_name {
  display: -webkit-box;
  overflow: hidden;
  height: 4.3rem;
  margin-top: 0.1rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.type_2 .border .it_info .it_name:hover {
  text-decoration: underline;
}

.type_2 .border .it_info .it_price_info {
  width: 100%;
  height: 4.4rem;
  font-size: 1.7rem;
  line-height: 3rem;
  vertical-align: bottom;
  margin-top: 2rem;
}

.type_2 .border .it_info .it_price_info .it_discount_rate {
  display: inline-block;
  margin-right: 0.4rem;
  color: var(--global-primary-color);
}

.type_2 .border .it_info .it_price_info .it_price {
  display: inline-block;
  height: auto;
  font-size: 1.6rem;
  margin-top: -0.5rem;
}

.type_2 .border .it_info .it_price_info .it_price .it_price1 {
  display: block;
  color: #c2c7cc;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-decoration: line-through;
}

.type_2 .border .it_info .it_price_info .it_price .it_price2 {
  display: block;
  font-weight: 700;
  line-height: 1.5rem;
}

.type_2 .border .option {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  bottom: 0;
  min-height: 1.9rem;
  padding: 1.2rem 1.5rem;
  border-top: 0.1rem solid #f0f2f5;
  font-size: 1.2rem;
}

.type_2 .border .option .coupon_price {
  display: inline-block;
  height: 1.6rem;
  margin-right: 0.3rem;
  padding: 0 0.3rem 0;
  border: 0.1rem solid var(--global-primary-color);
  background-color: #fff;
  font-size: 1.1rem;
  font-family: "Roboto", "notokr-regular", "Apple SD Gothic Neo", sans-serif;
  line-height: 1.8rem;
  line-height: 1.9rem \0 / IE9;
  color: var(--global-primary-color);
  letter-spacing: -0.09rem;
}

.type_2 .border .option .besong {
  display: inline-block;
  height: 1.6rem;
  margin-right: 0.3rem;
  padding: 0 0.3rem 0;
  border: 0.1rem solid #36a77c;
  background-color: #fff;
  font-size: 1.1rem;
  font-family: "Roboto", "notokr-regular", "Apple SD Gothic Neo", sans-serif;
  line-height: 1.8rem;
  line-height: 1.9rem \0 / IE9;
  color: #36a77c;
  letter-spacing: -0.09rem;
}

.type_2 .border .option .it_sales_volume {
  position: absolute;
  top: -3rem;
  right: 1.5rem;
  font-size: 1.1rem;
  font-family: "Roboto", "notokr-regular", "Apple SD Gothic Neo", sans-serif;
  color: #a6a9ad;
  letter-spacing: -0.07rem;
}

.type_2 .border .option .zzim {
  position: absolute;
  top: 1.5rem;
  right: 0rem;
  display: none;
}

.type_2 .border .option .zzim .btn_zzim {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 1.7rem;
  background: url("/skin/img/zzim_ico_off.png") no-repeat;
  line-height: 20rem;
  vertical-align: middle;
  cursor: pointer;
}

.type_2 .border .option .zzim .btn_zzim {
  display: inline-block;
  overflow: hidden;
}

.type_2 .border .option .zzim .zzim_success {
  position: absolute;
  top: 8.2rem;
  left: 50%;
  z-index: 30;
  width: 16.1rem;
  height: 5rem;
  margin-left: -8rem;
  padding-top: 11.1rem;
  background: url("/skin/img/zzim_ico_on.png") no-repeat;
}

/*박스형 4개*/
.type_2 {
  width: 122rem;
  margin-left: -2rem;
  overflow: hidden;
}

.type_2 li {
  float: left;
  width: 28.5rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.type_2 .border {
  padding: 0rem;
  background-color: white;
  line-height: 1.6;
  overflow: hidden;
  width: 28.3rem;
  border: 0.1rem solid rgb(208, 213, 217);
}

.type_2 .border:hover {
  border: solid 0.1rem var(--global-primary-color);
}

.type_2 .border .thumb {
  width: 100%;
}

.type_2 .border .thumb img {
  width: 100%;
}

.type_2 .border .it_info {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0rem 1.5rem;
}

.type_2 .border .it_info .it_description {
  overflow: hidden;
  width: 100%;
  height: 1.8rem;
  font-size: 1.2rem;
  color: #7d7e80;
  margin-top: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.type_2 .border .it_info .it_name {
  display: -webkit-box;
  overflow: hidden;
  height: 4.3rem;
  margin-top: 0.1rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.type_2 .border .it_info .it_name:hover {
  text-decoration: underline;
}

.type_2 .border .it_info .it_price_info {
  width: 100%;
  height: 4.4rem;
  font-size: 1.7rem;
  line-height: 3rem;
  vertical-align: bottom;
  margin-top: 2rem;
}

.type_2 .border .it_info .it_price_info .it_discount_rate {
  display: inline-block;
  margin-right: 0.4rem;
  color: var(--global-primary-color);
}

.type_2 .border .it_info .it_price_info .it_price {
  display: inline-block;
  height: auto;
  font-size: 1.6rem;
  margin-top: -0.5rem;
}

.type_2 .border .it_info .it_price_info .it_price .it_price1 {
  display: block;
  color: #c2c7cc;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-decoration: line-through;
}

.type_2 .border .it_info .it_price_info .it_price .it_price2 {
  display: block;
  font-weight: 700;
  line-height: 1.5rem;
}

.type_2 .border .option {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  bottom: 0;
  min-height: 1.9rem;
  padding: 1.2rem 1.5rem;
  border-top: 0.1rem solid #f0f2f5;
  font-size: 1.2rem;
}

.type_2 .border .option .coupon_price {
  display: inline-block;
  height: 1.6rem;
  margin-right: 0.3rem;
  padding: 0 0.3rem 0;
  border: 0.1rem solid var(--global-primary-color);
  background-color: #fff;
  font-size: 1.1rem;
  font-family: "Roboto", "notokr-regular", "Apple SD Gothic Neo", sans-serif;
  line-height: 1.8rem;
  line-height: 1.9rem \0 / IE9;
  color: var(--global-primary-color);
  letter-spacing: -0.09rem;
}

.type_2 .border .option .besong {
  display: inline-block;
  height: 1.6rem;
  margin-right: 0.3rem;
  padding: 0 0.3rem 0;
  border: 0.1rem solid #36a77c;
  background-color: #fff;
  font-size: 1.1rem;
  font-family: "Roboto", "notokr-regular", "Apple SD Gothic Neo", sans-serif;
  line-height: 1.8rem;
  line-height: 1.9rem \0 / IE9;
  color: #36a77c;
  letter-spacing: -0.09rem;
}

.type_2 .border .option .it_sales_volume {
  position: absolute;
  top: -3rem;
  right: 1.5rem;
  font-size: 1.1rem;
  font-family: "Roboto", "notokr-regular", "Apple SD Gothic Neo", sans-serif;
  color: #a6a9ad;
  letter-spacing: -0.07rem;
}

.type_2 .border .option .zzim {
  position: absolute;
  top: 1.5rem;
  right: 0rem;
  display: none;
}

.type_2 .border .option .zzim .btn_zzim {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 1.7rem;
  background: url("/skin/img/zzim_ico_off.png") no-repeat;
  line-height: 20rem;
  vertical-align: middle;
  cursor: pointer;
}

.type_2 .border .option .zzim .btn_zzim {
  display: inline-block;
  overflow: hidden;
}

.type_2 .border .option .zzim .zzim_success {
  position: absolute;
  top: 8.2rem;
  left: 50%;
  z-index: 30;
  width: 16.1rem;
  height: 5rem;
  margin-left: -8rem;
  padding-top: 11.1rem;
  background: url("/skin/img/zzim_ico_on.png") no-repeat;
}

.deal_list_type li {
  float: left;
  position: relative;
  width: 20%;
  /* height: 48rem; */
  padding: 0rem 1.7rem 1.7rem 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.deal_list_type li .inner {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.deal_list_type li .ranking {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--global-primary-color);
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0 0 0.3rem 0.3rem;
  opacity: 0.85;
  text-align: center;
  line-height: 2.5rem;
  letter-spacing: -0.1rem;
}

.deal_list_type li .item-thumb {
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  box-sizing: border-box;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.deal_list_type li .item-thumb::after {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.deal_list_type li .item-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.deal_list_type li .item-info {
  padding-top: 1.5rem;
}

.deal_list_type li .item-info .option {
  color: #36a77c;
  font-size: 1.3rem;
  margin-right: 0.3rem;
  letter-spacing: -0.1rem;
  min-height: 1.8rem;
}

.deal_list_type li .item-info .item-name {
  display: block;
  margin: 0.8rem 0;
  color: #222;
  font-size: 1.7rem;
  font-weight: normal;

  line-height: 2.4rem;
  height: 4.8rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.deal_list_type li .item-info .item-desc {
  display: block;
  color: #999;
  font-size: 1.3rem;
  letter-spacing: -0.1rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.8rem;
  height: 3.6rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: none;
}

.deal_list_type .media-wrap {
  width: 100%;
}

.deal_list_type li .price-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
}

.deal_list_type li .price-info .discount-rate {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--global-primary-color);
}

.deal_list_type li .price-info .price1 {
  color: #c2c7cc;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-decoration: line-through;
  text-align: right;
  margin-left: auto;
  margin-right: 0.5rem;
}

.deal_list_type li .price-info .price2 {
  font-weight: 700;
  line-height: 2rem;
  font-size: 2rem;
  text-align: right;
}

.deal_list_type li .commission {
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: -0.02rem;
  text-align: right;
  margin-left: auto !important;
  font-weight: bold;
}

/* Market Style End */

/* media Style */
.market-media-wrap {
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
}

.market-media-wrap span {
  flex: none;
  font-size: 1.2rem;
  /* letter-spacing: -0.1rem; */
  border-radius: 0.3rem;
  padding: 0.5rem 0.8rem;
  text-align: center;
  line-height: 1;
}

.market-media-wrap span+span {
  margin-left: 0.8rem;
}

.market-media-wrap .instagram {
  border: 0.1rem solid var(--global-primary-color);
  color: var(--global-primary-color);
}

.market-media-wrap .twitter {
  border: 0.1rem solid #3163d6;
  color: #3163d6;
}

.market-media-wrap .youtube {
  border: 0.1rem solid #f41515;
  color: #f41515;
}

.market-media-wrap .supply {
  border: 0.1rem solid #36a77c;
  color: #36a77c;
}

.market-media-wrap .delivery {
  border: 0.1rem solid #222;
  color: #222;
}

.market-media-wrap .cafe,
.market-media-wrap .blog {
  border: 0.1rem solid #03c75a;
  color: #03c75a;
}

.market-media-wrap .delivery {
  border: 0.1rem solid #222;
  color: #222;
}

.market-media-wrap .type {
  border: 0.1rem solid #dcdcdc;
  color: #222;
  background-color: #efefef;
}

.market-media-wrap.no-border {
  padding: 0.3rem 0;
}

.market-media-wrap .cp-count,
.market-media-wrap.no-border span {
  border: none;
  padding: 0;
  font-size: 1.3rem;
}

.market-media-wrap.no-border span+span {
  margin-left: 1rem;
}

.market-media-wrap .cp-count img {
  margin-bottom: -0.3rem;
  margin-right: 0.5rem;
}

.market-media-wrap .cp-count b {
  color: var(--global-primary-color);
}

/* media Style */

/* category Style */
.orderby-select {
  display: none;
  position: absolute;
  top: 3rem;
  right: -1.5rem;
  background-color: #fff;
  width: 15rem;
  z-index: 7;
  box-shadow: -0.3rem 0.9rem 1.2rem 0 rgb(0 0 0 / 10%);
}

.orderby-select li a {
  padding: 1rem 1.5rem;
  display: block;
  font-size: 1.5rem;
  cursor: pointer;
}

.orderby-select a.on {
  color: var(--global-primary-color);
  padding-left: 3rem;
  position: relative;
}

.orderby-select a.on::before {
  display: block;
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1rem;
  background-image: url(/skin/img/ic-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.orderby-select li {
  padding: 0rem;
  text-align: left;
  border-bottom: solid 0.1rem #efefef;
}

.orderby-wrap {
  position: relative;
  padding-right: 1rem;
  text-align: right;
  font-size: 1.4rem;
  cursor: pointer;
}

.orderby-wrap .orderby_text {
  line-height: 3rem;
  display: inline-block;
  font-size: 1.7rem;
}

.orderby-wrap .orderby_text span {
  margin-right: 0.5rem;
}

.orderby-wrap .icon_chu {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/skin/img/ic-arrow-right.png) no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
  vertical-align: -0.2rem;
}

.orderby-wrap .list_design_change_btn {
  display: inline-block;
  ;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  padding: 0.8rem 0.8rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}

.orderby-wrap .list_design_change_btn:after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  ;
  background: url('/skin/img/list_icon.png');
  background-size: auto 1.4rem;
  background-position: -0rem -0rem;
  content: '';
}

.orderby-wrap .off:after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  ;
  background: url('/skin/img/list_icon.png');
  background-size: auto 1.4rem;
  background-position: -1.8rem -0rem;
  content: '';
}

/* category Style End*/

/* banner Style */
.index-banner-wrap {
  width: 100%;
  background-color: #f9f9f9;
  /* padding: 30px 0px 30px 0px; */
}

.index-banner-wrap .banner-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-banner-wrap .banner {
  display: block;
  width: 100%;
}

.index-banner-wrap .banner img {
  display: block;
  width: 100%;
  max-height: 464px;
}

.swiper-pagination-bullet-active {
  background: var(--global-primary-color) !important;
}

.swiper-pagination-bullet {
  background: var(--global-primary-color) !important;
}

/* banner Style End */

/* Review List Style */
.review_box_list * {
  box-sizing: border-box;
}

.review_box_list {
  width: 100%;
  overflow: hidden;
  padding: 3rem 0;
  /* background-color: #f9f9f9; */
}

.review_box_list ul {
  display: flex;
  flex-wrap: wrap;
}

.review_box_list li {
  flex: none;
  width: 20%;
}

.review_box_list .box {
  width: 100%;
  height: auto;
  padding: 0rem 1.7rem 1.7rem 0rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.review_box_list .box .thum {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
}

.review_box_list .box .thum::after {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.review_box_list .box .thum .it_img {
  width: 100%;
  border: solid 0.1rem #efefef;
  border-radius: 0.5rem;
}

.review_box_list .box .top_info {
  display: block;
  padding: 2rem 0rem 0.5rem;
  position: relative;
}

.review_box_list .box .review_info .review_img {
  position: absolute;
  left: 0rem;
  top: 1.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  border: solid 0.1rem #dcdcdc;
  float: left;
}

.review_box_list .box .review_info .review_des {
  position: relative;
  padding-left: 4rem;
  margin-top: 1.5rem;
  display: block;
}

.review_box_list .box .review_info .review_des .item_img {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 2rem;
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.review_box_list .box .review_info .review_des .item_name {
  display: block;
  color: #222;
  font-size: 1.4rem;
  line-height: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.review_box_list .box .review_info .review_des .item_description {
  display: block;
  font-size: 1.3rem;
  color: #888;
  line-height: 1.9rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.review_box_list .box .review_info .review_des .review_name {
  display: block;
  font-size: 1.1rem;
  color: #999;
  line-height: 1.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.review_box_list .box .review_info .review_bottom {
  letter-spacing: -0.1rem;
  border-top: dashed 0.1rem #dfdfdf;
  margin-top: 1rem;
  padding: 1rem 0rem;
  position: relative;
  min-height: 3.8rem;
}

.review_box_list .box .review_info .review_bottom .id {
  font-size: 1.4rem;
  /* display: inline-block; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 7rem;
  box-sizing: border-box;
  display: block;
}

.review_box_list .box .review_info .review_bottom .sns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: 0 !important;
  line-height: 1;
  display: inline-block;
  padding: 0.4rem 0.5rem;
  margin-right: 0.3rem;
  background-color: #fff;
  font-size: 1.2rem;
}

.review_box_list .box .review_info .review_bottom .instagram {
  color: var(--global-primary-color);
  border: solid 0.1rem var(--global-primary-color);
}

.review_box_list .box .review_info .review_bottom .cafe,
.review_box_list .box .review_info .review_bottom .blog {
  color: #03c75a;
  border: solid 0.1rem #03c75a;
}

.review_box_list .box .review_info .review_bottom .facebook {
  color: #415fc1;
  border: solid 0.1rem #415fc1;
}

.review_box_list .box .review_info .review_bottom .youtube {
  color: #f41515;
  border: solid 0.1rem #f41515;
}

.review_box_list .box .review_info .review_bottom .kakaostory {
  color: #f3d710;
  border: solid 0.1rem #f3d710;
}

.review_box_list .box .review_info .review_bottom .shop {
  color: #3163d6;
  border: solid 0.1rem #3163d6;
}

.review_box_list .box .review_info .review_bottom .twitter {
  color: #3987ff;
  border: solid 0.1rem #3987ff;
}

.review_box_list .box .review_info .review_bottom .cafe {
  color: #2ba406;
  border: solid 0.1rem #2ba406;
}

.review_box_list .box .review_info .review_bottom .star-zone {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: 0 !important;
  width: 7.9rem;
  height: 1.8rem;
  background-image: url(/skin/img/star-off.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 7.9rem auto;
  display: none;
}

.review_box_list .box .review_info .review_bottom .star-ratio {
  width: 100%;
  height: 100%;
  background-image: url(/skin/img/star-on.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 7.9rem auto;
}

.review_box_list .box .review_info.normal .top_info {
  display: none;
}

.review_box_list .box .review_info.normal .review_description {
  display: -webkit-box;
  overflow: hidden;
  height: 3.4rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #666;

}

.review_box_list .box .review_info.normal .review_description.full {
  height: auto;
  -webkit-line-clamp: initial;
  margin-bottom: 1.8rem;
}

.review-btn-wrap {
  margin-bottom: 1.8rem;
  font-size: 1.3rem;
}

.review-btn-wrap span {
  color: var(--global-primary-color);
  cursor: pointer;
}

.review-btn-wrap span+span {
  padding-left: 1rem;
  position: relative;
}

.review-btn-wrap span+span::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.4rem;
  background-color: var(--global-primary-color);
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}

/* Review List Style End */

/* Room Card Style */
.room-card-item {
  cursor: pointer;
  float: left;
  margin: 0 1.6rem 2rem 0;
  border: 0.1rem;
  box-shadow: rgb(149 157 165 / 20%) 0px 0.4rem 1.2rem;
  border-radius: 1rem;
  height: 21rem;
  width: calc(16.666% - 1.6rem);
  padding-bottom: 0.9rem;
  background-color: #fff;
}

.room-card-item.room-empty {
  opacity: 0.5;
}

.room-card-item .card-item-top {
  height: 6rem;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  padding: 1rem;
}

.room-card-item .card-item-top .room-number {
  font-size: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.room-card-item .card-item-top .room-type {
  font-size: 2rem;
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.room-card-item .card-item-middle {
  padding: 1rem;
  height: 5.8rem;
  margin-top: 2rem;
  text-align: center;
}

.room-card-item .card-item-middle .name {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
}

.room-card-item .card-item-middle .next-name {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 500;
  color: #888;
  margin-top: 0.5rem;
  min-height: 2rem;
}

.room-card-item .card-item-middle .baby {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
}

.room-card-item .card-item-bottom {
  padding: 1rem;
  font-size: 1.3rem;
}

.room-card-item .card-item-bottom .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;
}

.room-card-item .card-item-bottom .state-in {
  background: #90caf9;
}

.room-card-item .card-item-bottom .state-out {
  background: #f48fb1;
}

.room-card-item .card-item-bottom .state-reserv {
  background: #ffcc80;
}

/* Room Card Style End*/


/* item.php */

.item-wrap {
  width: 120rem;
  margin: 0 auto;
  padding: 2.5rem 0;
}

.item-wrap .item-info-wrap {
  display: flex;
  align-items: flex-start;
}

.item-wrap .item-info-wrap .thumbnail-box {
  flex: none;
  width: 55rem;
  margin-right: 2.5rem;
}

.item-wrap .item-info-wrap .thumbnail-box .thumbnail-swiper-wrap {
  width: 100%;
  position: relative;
}

.item-wrap .item-info-wrap .thumbnail-box .thumbnail-swiper-wrap::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.item-wrap .item-info-wrap .thumbnail-box .thumbnail-swiper-wrap .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.item-wrap .item-info-wrap .thumbnail-box .thumbnail-swiper-wrap .inner.no-img {
  background: #f2f2f2 url(/skin/img/noimg.png) center / 80% no-repeat;
}

.item-wrap .item-info-wrap .thumbnail-box .item-swiper {
  width: 100%;
  height: 100%;
}

.item-wrap .item-info-wrap .thumbnail-box .item-swiper .swiper-slide {
  padding: 0;
  margin: 0;
}


.item-wrap .thumbnail-box .item-image-thumb {
  margin: 0px;
  padding: 0px;
  display: block;
  margin-top: 1.5rem;
  width: 55rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-wrap .thumbnail-box .item-image-thumb li {
  width: 8rem;
  cursor: pointer;
}

.item-wrap .thumbnail-box .item-image-thumb li::after {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.item-wrap .thumbnail-box .item-image-thumb li+li {
  margin-left: 1rem;
}

.item-wrap .thumbnail-box .item-image-thumb li.on {
  border: var(--global-primary-color) solid 3px;
  /* border-image: linear-gradient(220deg, rgba(0, 143, 170, 1) 0%, rgba(39, 192, 220, 1) 36%, rgba(111, 243, 255, 1) 68%, rgba(0, 83, 169, 1) 100%); */
  border-image-slice: 1;
}

.item-wrap .item-info-box {
  flex: 1;
  color: #222;
  width: 100%;
}

.item-wrap .item-info-box .share-btn {
  width: 4.2rem;
  height: 4.2rem;
  background: url(/skin/img/ic-share.svg) top 50% right 0 / 56% no-repeat;
  margin-left: auto;
  cursor: pointer;
}

.item-wrap .item-info-box .media-wrap {
  margin-bottom: 2rem;
}

.item-wrap .item-info-box .description {
  font-size: 1.7rem;
  color: #666;
  margin-bottom: 1rem;
  letter-spacing: -0.05rem;
}

.item-wrap .item-info-box .title {
  color: #222;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
}

.item-wrap .item-info-box .price-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.item-wrap .item-info-box .price-info li {
  padding: 1.8rem 0;
  border-bottom: 1px solid #eee;
}

.item-wrap .item-info-box .price-info .label {
  width: 15rem;
  flex: none;
  font-size: 1.6rem;
  font-weight: normal;
  color: #222;
  letter-spacing: -0.05rem;
  text-align: left;
  display: inline-flex;
  align-items: center;

}

.item-wrap .item-info-box .price-info .content {
  flex: none;
  font-size: 1.8rem;
  width: calc(100% - 15rem);
}

.item-wrap .item-info-box .price-info .price-wrap {
  letter-spacing: -0.05rem;
  display: inline-block;
  padding-right: 1rem;
  display: flex;
  align-items: flex-end;
}

.item-wrap .item-info-box .price-info .price-wrap .price1 {
  font-size: 1.8rem;
  color: #b2b2b2;
  text-decoration: line-through;
  margin-bottom: 0.5rem;
}

.item-wrap .item-info-box .price-info .price-wrap .price2 {
  color: #222;
  font-size: 3.2rem;
  font-weight: 500;
}

.item-wrap .item-info-box .price-info .price-wrap .won {
  font-size: 2.5rem;
  margin-left: 0.3rem;
}

.item-wrap .item-info-box .price-info .price-wrap .discount {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--global-primary-color);
  margin-left: 1.5rem;
  /* position: absolute;
  left: 100%;
  bottom: 0; */
}

.item-wrap .item-info-box .price-info .price-wrap .discount span {
  margin-left: 0.25rem;
  font-size: 2.5rem;
}

/* 옵션 셀렉트박스 */
.item-wrap .option-select-wrap {
  position: relative;
}

.item-wrap .option-select {
  height: 5.5rem;
  border-radius: 1.3rem;
  font-size: 1.6rem;
  color: #b2b2b2;
  border: solid 1px #b2b2b2;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  background: url(/skin/img/ic-arrow-down.png) top 52% right 1.5rem / 2rem no-repeat;
  cursor: pointer;
}

.item-wrap .option-select.open {
  border-radius: 1.3rem 1.3rem 0 0;
}

.item-wrap .option-select-wrap .option-list {
  display: none;
  height: 24rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  top: 5.5rem;
  z-index: 88;
  background-color: #fff;
  width: 100%;
  border: solid 1px #b2b2b2;
  border-top: 0;
  border-radius: 0 0 1.3rem 1.3rem;
}

.item-wrap .option-select-wrap .option-list li {
  border-bottom: solid 1px #eee;
  font-size: 1.5rem;
  padding: 1.3rem;
  cursor: pointer;
  line-height: 1.35;
}

.item-wrap .option-select-wrap .option-list li div {
  overflow: hidden;
}

.item-wrap .option-select-wrap .option-list li b {
  color: var(--global-primary-color);
}

.item-wrap .option-select-wrap .option-list li.on {
  padding-right: 2rem;
  background: url(/skin/img/ic-check.png) top 50% right 3rem / 2rem no-repeat;
}


.item-wrap .append_count {
  display: flex;
  align-items: center;
  height: 3.4rem;
  margin-top: 10px;
}

.item-wrap .append_count>* {
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  border: 1px solid #c2c7cc;
  background-color: #fff;
  text-align: center;
  border-radius: 0;
  position: relative;
}

.item-wrap .append_count .opt_cnt {
  border-right: none;
  border-left: none;
  padding: 0 !important;
  line-height: 1;
  width: 6rem;
  font-size: 1.5rem;
}

.item-wrap .append_count .count_minus::after,
.append_count .count_plus::after,
.append_count .count_plus::before {
  content: "";
  display: block;
  width: 50%;
  height: 0.1rem;
  background-color: #222;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.item-wrap .append_count .count_plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.item-wrap .append_opt_name {
  color: #666;
  font-size: 1.4rem;
}

.item-wrap .append_box {
  position: relative;
  padding: 1.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  border: solid 0.1rem #e5e5e5;
  background-color: #f4f4f4;
}

.item-wrap .append_box+.append_box {
  border-top: 0;
}

.item-wrap .append_price {
  display: inline-block;
  vertical-align: middle;
  color: var(--global-primary-color);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3.1rem;
  height: 3.1rem;
}

.item-wrap .opt_del {
  margin-left: 0.7rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0rem;
  padding: 0rem;
  width: 2.6rem;
  height: 2.6rem;
  background: url("/skin/img/cart_del.png") center / contain no-repeat;
}

.item-wrap .append_price_del {
  display: inline-block;
  padding: 0rem;
  margin: 0rem;
  vertical-align: middle;
  height: 3.1rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.item-wrap .opt_cal_list {
  padding-top: 1rem;
}

.item-wrap .total-price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
}

.item-wrap .total-price-wrap .t_price {
  display: flex;
  align-items: baseline;
}

.item-wrap .total-price-wrap .opt_cal_total_span {
  font-size: 2.8rem;
  color: #222;
  font-weight: 500;
  line-height: 1;
  vertical-align: bottom;
}

.item-wrap .button-wrap {
  margin-top: 2.5rem;
}

.item-wrap .button-wrap ul {
  display: flex;
  align-items: center;
}

.item-wrap .button-wrap ul li {
  flex: 1;
}

.item-wrap .button-wrap ul li>* {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  border-radius: 1.3rem;
  font-size: 1.7rem;
  background-color: var(--global-primary-color);
  color: #fff;
  cursor: pointer;
}

.item-wrap .item-info-box .button-wrap .option_error_msg1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  border-radius: 1.3rem;
  font-size: 1.7rem;
  background-color: #b2b2b2;
  color: #fff;
}

.item-wrap .tabs {
  justify-content: flex-start;
  margin-top: 2.5rem;
}

.item-wrap .tabs li {
  width: 16rem;
  flex: none;
  font-size: 1.7rem;
  padding: 2.2rem 0;
}

.item-wrap .tabs li.active::after {
  bottom: 0.1rem;
}

.item-wrap .tab-cont {
  width: 100%;
  display: none;
  min-height: 60rem;
}

.item-wrap .tab-cont#tab1 img {
  min-width: 100%;
  height: auto !important;
}

.item-wrap .tab-cont#tab1 {
  display: block;
}

/* 공유하기 팝업 */
#sns_popup {
  display: none;
  position: fixed;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 19999;
}

#sns_popup .sns_wrap {
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -50%);
  width: 40rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding-bottom: 2rem;
}

#sns_popup .sns_title {
  position: relative;
  padding: 2rem 0;
  color: #222;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  box-sizing: border-box;
}

#sns_popup .sns_close_btn {
  cursor: pointer;
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("/skin/img/m/layout.png") no-repeat;
  background-position: -10rem -70rem;
  background-size: 32rem auto;
}

#sns_popup .sns_list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#sns_popup .sns_list li {
  /* float: left; */
  width: 25%;
  flex: none;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.2rem;
  color: #111;
}

#sns_popup .sns_list li span {
  line-height: 1;
  letter-spacing: -0.05rem;
}

#sns_popup i {
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 4.6rem;
  height: 4.6rem;
  margin: 0 auto;
  margin-bottom: 0.6rem;
  border-radius: 0.5rem;
}

#sns_popup .btn_kakaotalk {
  background-image: url(/skin/img/sns/ic-kakao.png);
}

#sns_popup .btn_kakaostory {
  background-image: url(/skin/img/sns/ic-kakaostory.png);
}

#sns_popup .btn_twitter {
  background-image: url(/skin/img/sns/ic-twitter.png);
}

#sns_popup .btn_facebook {
  background-image: url(/skin/img/sns/ic-facebook.png);
}

#sns_popup .btn_cafe {
  background-image: url(/skin/img/sns/ic-cafe.png);
}

#sns_popup .btn_sms {
  background-image: url(/skin/img/sns/ic-sms.png);
}

#sns_popup .btn_blog {
  background-image: url(/skin/img/sns/ic-blog.png);
}

#sns_popup .btn_line {
  background-image: url(/skin/img/sns/ic-line.png);
}

#sns_popup .btn_naver {
  background-image: url(/skin/img/sns/ic-naver.png);
}

#sns_popup .btn_copy {
  background: linear-gradient(220deg,
      rgba(164, 0, 255, 1) 0%,
      rgba(180, 32, 255, 1) 36%,
      rgba(246, 39, 208, 1) 68%,
      rgba(255, 67, 101, 1) 100%);
  position: relative;
}

#sns_popup .btn_copy::after {
  display: block;
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/skin/img/m/ic-link.svg") no-repeat 0 0;
}

/* item.php */

/* Dialog Style */
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(.005) scaleX(0);
  }

  50% {
    transform: scaleY(.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(.005) scaleX(1);
  }

  100% {
    transform: scaleY(.005) scaleX(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
  box-sizing: border-box;
}

.dim * {
  box-sizing: border-box;
}

/* Dialog 일반 애니메이션 */
.dialog-wrap {
  width: 100%;
  height: 100%;
  animation: blowUpModalTwo .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

.dialog-wrap.show {
  animation: blowUpModal .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}

/* Dialog 펼치기 애니메이션 */
.dialog-wrap.unfold {
  width: 100%;
  height: 100%;
  /* animation: unfoldOut .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards; */
}

.dialog-wrap.unfold.show {
  /* animation: unfoldIn .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards; */
}

.dialog-body {
  /* width: 29.5rem; */
  min-width: 54.5rem;
  max-width: 60rem;
  background-color: #fff;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 7rem;
  z-index: 9999;
  box-shadow: 0 0.3rem 0.6rem -0.4rem rgb(0 0 0 / 12%), 0 0.6rem 1.6rem 0 rgb(0 0 0 / 8%),
    0 0.9rem 2.8rem 0.8rem rgb(0 0 0 / 5%);
  overflow: hidden;
}

.dialog-body.has-title .dialog-title {
  display: block;
}

.dialog-body .dialog-title {
  text-align: center;
  font-weight: 500;
  padding-top: 2rem;
  display: none;
  font-size: 1.5rem;
}

.dialog-body .dialog-content {
  min-height: 9.6rem;
  text-align: center;
  display: flex;
  letter-spacing: -0.1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  padding: 2rem;
  font-size: 1.5rem;
}

.dialog-body.has-title .dialog-content {
  min-height: 3rem;
}

.dialog-wrap .dialog-body .dialog-content .sub-label {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--global-primary-color);
  margin-left: 0.5rem;
}
.dialog-wrap .dialog-body .dialog-content .sub-label.red {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ef534f;
  margin-left: 0.5rem;
}
.dialog-wrap .dialog-body .dialog-content .sub-label.gray {
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
  margin-left: 0.5rem;
}

.dialog-body .dialog-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.1rem solid #f2f2f2;
}

.dialog-body .dialog-btn-wrap button {
  height: 5rem;
  border: none;
  color: #222;
  border-radius: 0;
  font-size: 1.6rem;
  flex: 1;
  background-color: #fff;
}

.dialog-body .dialog-btn-wrap button.confirm-btn {
  color: var(--global-primary-color);
}

.dialog-body .dialog-btn-wrap button+button {
  border-left: 0.1rem solid #f2f2f2;
}

.dialog-body .delivery-info-list {
  width: 100%;
  margin-top: 1rem;
}

.dialog-body .delivery-info-list li {
  height: 6rem;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.dialog-body .delivery-info-list li.error-msg {
  height: auto;
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
  color: #a400ff;
  justify-content: flex-start;
  padding-left: 6.5rem;
  display: none;
  text-align: left;
}

.dialog-body .delivery-info-list li span {
  min-width: 6.5rem;
  letter-spacing: -0.1rem;
  text-align: left;
}

.dialog-body .delivery-info-list li select,
.dialog-body .delivery-info-list li input {
  flex: none;
  width: 20rem !important;
  margin-right: 0;
  height: 4.5rem !important;
}

.list-dialog-body {
  width: 40rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 5rem;
  z-index: 9999;
  box-shadow: 0 0.3rem 0.6rem -0.4rem rgb(0 0 0 / 12%), 0 0.6rem 1.6rem 0 rgb(0 0 0 / 8%),
    0 0.9rem 2.8rem 0.8rem rgb(0 0 0 / 5%);
  overflow: hidden;
  max-height: 60%;
  padding: 5rem 0 1.5rem 0;
  border-radius: 1.3rem;
}

.list-dialog-body ul {
  max-height: 35.8rem;
  overflow-y: scroll;
}

.list-dialog-body ul::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
}

.list-dialog-body li:not(:last-child) {
  border-bottom: 0.1rem solid #f2f2f2;
}

.list-dialog-body .list-dialog-title {
  display: block;
  height: 5rem;
  line-height: 5rem;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fff;
  border-bottom: 0.1rem solid #f2f2f2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.list-dialog-body .list-dialog-title .sub {
  /* font-weight: 400;
  font-size: 1.6rem; */
  color: var(--global-primary-color);
}

.list-dialog-body .list-dialog-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  margin-top: 1.5rem;
}

.list-dialog-body .list-dialog-btn button {
  flex: 1;
  height: 6rem;
  border: none;
  border-radius: 1rem;
  font-size: 1.7rem;
}

.list-dialog-body .list-dialog-btn button+button {
  margin-left: 1.5rem;
}

.list-dialog-body li label {
  height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  color: #222;
  line-height: 1;
}

.list-dialog-body li label input[type="radio"] {
  opacity: 0;
}

.redirect-item-dialog input[type="radio"],
.search-item-dialog input[type="radio"],
.list-dialog-body li label input[type="radio"]+.radio-btn-img {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}

.redirect-item-dialog input[type="radio"]:checked,
.search-item-dialog input[type="radio"]:checked,
.list-dialog-body li label input[type="radio"]:checked+.radio-btn-img {
  border: 2px solid #4A90D9;
  background: radial-gradient(circle, #4A90D9 40%, #fff 45%);
}

.memo-dialog-body {
  width: 50rem;
  height: 50%;
  background-color: #fff;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  box-shadow: 0 0.3rem 0.6rem -0.4rem rgb(0 0 0 / 12%), 0 0.6rem 1.6rem 0 rgb(0 0 0 / 8%),
    0 0.9rem 2.8rem 0.8rem rgb(0 0 0 / 5%);
  overflow: hidden;
}

.memo-dialog-body .dialog-title {
  padding: 1.5rem 1rem;
  border-bottom: 0.1rem solid #f2f2f2;
  font-size: 1.7rem;
  letter-spacing: -0.1rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.memo-dialog-body .dialog-title .admin-info {
  font-weight: normal;
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: -0.1rem;
  color: #666;
  position: absolute;
  right: 1.2rem;
  top: 53%;
  transform: translateY(-50%);
}

.memo-dialog-body .dialog-content {
  padding: 2rem;
  height: calc(100% - 9.8rem);
  line-height: 1.4;
  overflow-y: scroll;
}

.memo-dialog-body .dialog-content::-webkit-scrollbar {
  width: 0.5rem;
}

.memo-dialog-body .dialog-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  opacity: 0.7;
  border-radius: 5rem;
}

.memo-dialog-body .dialog-btn-wrap {
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.1rem solid #f2f2f2;
}

.memo-dialog-body .dialog-btn-wrap button {
  flex: 1;
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  color: #222;
  margin: 0 !important;
  height: 100% !important;
}

.memo-dialog-body .dialog-btn-wrap button+button {
  border-left: 0.1rem solid #f2f2f2;
}

.memo-dialog-body .dialog-btn-wrap button.confirm-btn {
  color: var(--global-primary-color);
  font-weight: 500;
}

.memo-dialog-body textarea {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none !important;
}

.input-dialog .form-inline+.form-inline {
  margin-top: 1.5rem;
}

.input-dialog .label {
  display: block;
  color: #222;
  width: 5.5rem;
  padding: 0;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 1rem;
}

.dialog-body .delivery-info-list li select,
.dialog-body .delivery-info-list li input {
  width: 100% !important;
  flex: 1;
}

.toast-message {
  /* background-color: rgba(0, 0, 0, 0.7); */
  background: rgba(39, 192, 220, 0.7);

  color: #fff;
  border-radius: 1rem;
  position: fixed;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  padding: 1.8rem 5.6rem;
  font-size: 1.6rem;
  letter-spacing: -0.1rem;
  min-width: 30rem;
  max-width: 80%;
  text-align: center;
  opacity: 0;
  animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
  /* Firefox */
  -webkit-animation: fadeIn 0.2s;
  /* Safari and Chrome */
  -o-animation: fadeIn 0.2s;
  /* Opera */
  animation-timing-function: ease-in;
  animation-fill-mode: both;
}

.toast-message.off {
  animation: fadeOut 0.2s;
  -moz-animation: fadeOut 0.2s;
  /* Firefox */
  -webkit-animation: fadeOut 0.2s;
  /* Safari and Chrome */
  -o-animation: fadeOut 0.2s;
  /* Opera */
}

.reserve-dialog {
  width: 60rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 5rem;
  z-index: 9999;
  box-shadow: 0 0.3rem 0.6rem -0.4rem rgb(0 0 0 / 12%), 0 0.6rem 1.6rem 0 rgb(0 0 0 / 8%),
    0 0.9rem 2.8rem 0.8rem rgb(0 0 0 / 5%);
  overflow: hidden;
  height: 80%;
  padding: 5.3rem 0 7.5rem 0;
}

.reserve-dialog ul {
  overflow-y: scroll;
  height: 100%;
}

.reserve-dialog li {
  text-align: center;
  letter-spacing: -0.05rem;
  position: relative;
}

.reserve-dialog .dialog-title,
.reserve-dialog .dialog-btn-wrap {
  height: 5.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9999;
}

.reserve-dialog .dialog-title {
  font-weight: 500;
  font-size: 1.2em;
  top: 0;
  background-color: #fff;
  color: #222;

}

.reserve-dialog .dialog-btn-wrap {
  height: auto;
  bottom: 0;
  background-color: #fff;
  padding: 1rem;
}

.reserve-dialog .dialog-btn-wrap button {
  flex: 1;
  margin: 0;
  height: 100%;
  color: #fff;
  font-size: 1.7rem;
  height: 5.5rem;
  border-radius: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reserve-dialog .dialog-btn-wrap .cancel-btn {
  background-color: #222
}

.reserve-dialog .dialog-btn-wrap .ok-btn {
  background-color: var(--global-primary-color);
  margin-left: 1rem;
}

.reserve-dialog li label {
  padding: 2rem 0;
  display: block;
  line-height: 1;
  font-size: 1.8rem;
}

.reserve-dialog li input[type="radio"] {
  display: none;
}

.reserve-dialog li input[type="radio"]:checked+label {
  background-color: #dcf4f5;
  color: var(--global-primary-color);
}

.reserve-dialog li input[type="radio"]:disabled+label {
  background-color: #f2f2f2;
  color: #999;
  opacity: 0.7;
}

@media only screen and (min-width: 375px) and (max-width: 428px) and (-webkit-max-device-pixel-ratio: 2) {

  /* iphone SE */
  .dialog-body {
    width: 25rem;
  }

  .dialog-body .dialog-content {
    min-height: 8.3rem;
    font-size: 1.5rem;
  }

  .dialog-body .dialog-btn-wrap button {
    font-size: 1.5rem;
    height: 4.5rem;
  }
}

/* Dialog Style End */

/* .new-form-wrap checkbox, radio Style Start */
.form-dialog input[type="checkbox"][readonly] {
  pointer-events: none;
  opacity: 0.5;
}

.form-dialog .new-form-wrap .form-row.flex {
  display: flex;
  align-items: center;
}

.form-dialog .new-form-wrap .form-row.flex .hasTab:not(:last-of-type) {
  margin-right: 1rem;
}

.form-dialog .new-form-wrap .form-row.flex .separator {
  font-size: 1.7rem;
  padding-right: 1rem;
}

.form-dialog.payment-type-select {
  padding-top: 15rem;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: none;
}

.form-dialog.payment-type-select.show {
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
}

.form-dialog.payment-type-select .request-payment-wrap {
  padding-top: 0;
}

.form-dialog.payment-type-select .request-payment-wrap .circle-close {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  margin-bottom: 10rem;
  border-radius: 50%;
  background-color: #e0f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-dialog.payment-type-select .request-payment-wrap .circle-close .close-btn {
  display: block;
  width: 6rem;
  height: 6rem;
  padding: 0;
  min-width: 0;
  border: none;
  background: url(/skin/img/ic-cancel.png) center / 45% no-repeat;
}

.form-dialog .journal-text-svg {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(/skin/img/journal-text.svg);
  mask-image: url(/skin/img/journal-text.svg);
  background-color: var(--global-primary-color);
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
}

.form-dialog .go-credit-card-svg {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(/skin/img/go-credit-card.svg);
  mask-image: url(/skin/img/go-credit-card.svg);
  background-color: var(--global-primary-color);
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
}

.form-dialog .go-payments-svg {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(/skin/img/go-payments.svg);
  mask-image: url(/skin/img/go-payments.svg);
  background-color: var(--global-primary-color);
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
}

.form-dialog .go-attach-money-svg {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url(/skin/img/go-attach-money.svg);
  mask-image: url(/skin/img/go-attach-money.svg);
  background-color: var(--global-primary-color);
  width: 6rem;
  height: 6rem;
  margin-bottom: 0.5rem;
}

.form-dialog .flex-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form-dialog .flex-center .sub {
  margin-left: 1rem;
}

.form-dialog .text-right {
  text-align: right;
}

.new-form-wrap .checkbox-inline label,
.new-form-wrap .radio-inline label {
  display: flex;
  flex-wrap: wrap;
  height: 3.7rem;
  align-items: center;
  line-height: 1;
}

.new-form-wrap .checkbox-inline span,
.new-form-wrap .radio-inline span {
  letter-spacing: -0.05rem;
  color: #222;
  font-size: 1.7rem;
  line-height: 1.5;
  /* margin-left: -0.9rem; */
}

.new-form-wrap .checkbox-inline input[type="checkbox"],
.new-form-wrap .radio-inline input[type="radio"] {
  width: 1.9rem;
  height: 1.9rem;
  background-size: 2rem;
}

.new-form-wrap .checkbox-inline input[type="checkbox"]:checked,
.new-form-wrap .radio-inline input[type="radio"]:checked {
  background-size: 2rem;
}

.new-form-wrap #repeat-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.new-form-wrap #repeat-checkbox label {
  margin-right: 0;
}

.new-form-wrap #repeat-checkbox label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.4rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid #d9dde4;
  border-radius: 999px;
  background-color: #fff;
  color: #555;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.new-form-wrap #repeat-checkbox input[type="checkbox"]:checked + span {
  background-color: var(--global-primary-color);
  border-color: var(--global-primary-color);
  color: #fff;
}

.new-form-wrap #repeat-checkbox input[type="checkbox"][readonly] + span {
  opacity: 0.75;
}

.new-form-wrap .form-label .notify {
  color: var(--global-primary-color);
  font-size: 1.5rem;
  margin-top: 1rem;
}

/* .new-form-wrap checkbox, radio Style End */

/* order_view(주문내역확인) Style Start */
.list-wrap * {
  box-sizing: border-box;
}

.list-wrap>li,
.list-wrap .list-item {
  min-height: 9rem;
  padding: 2rem;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 3rem;
  border-radius: 1.7rem;
  /* box-shadow: rgb(149 157 165 / 19%) 0px 8px 24px; */
  box-shadow: rgb(49 92 94 / 11%) 0px 0.2rem 1.1rem;
  letter-spacing: -0.5px;
  position: relative;
}

.list-item .state {
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: middle;
  padding: 0.5rem 0.6rem;
  background-color: #b2b2b2;
  color: #fff;
  border-radius: 0.6rem;
  flex: none;
  margin-right: 0.5rem;
}

.list-item .state.active {
  background-color: var(--global-primary-color);
}

.list-wrap .point-color {
  color: var(--global-primary-color);
  font-size: 1.5rem;
  margin-left: 1rem;
}

.list-wrap.flex li {
  display: flex;
}


.list-wrap .item-list {
  display: flex;
}

.list-wrap .item-list+.item-list {
  margin-top: 2rem;
}

.list-wrap .thumb {
  width: 7rem;
  height: 7rem;
  border-radius: 0.8rem;
  background-position: center;
  background-size: cover;
  flex: none;
  margin-right: 2rem;
}

.list-wrap .item-list .item-info {
  flex: 1;
  letter-spacing: -0.5px;
}

.list-wrap .item-list .item-name {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.list-wrap .item-list .item-description {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.65;
}

.list-wrap .datetime {
  font-size: 1.5rem;
  ;
  color: #666;
}

/* order_view(주문내역확인) Style End */

/* new-form-wrap pay-calc-dialog Style Start */
.new-form-wrap.pay-calc-dialog .checkbox-inline input[type="checkbox"],
.new-form-wrap.pay-calc-dialog .radio-inline input[type="radio"] {
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}

.new-form-wrap.pay-calc-dialog .sub-title {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-form-wrap.pay-calc-dialog .order-title {
  height: 7rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding-right: 1.5rem;
  position: relative;
  cursor: pointer;
}

.new-form-wrap.pay-calc-dialog .order-title::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/skin/img/ic-arrow-down.png) center / contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-31%);
}

.new-form-wrap.pay-calc-dialog .order-title.on::after {
  transform: translateY(-31%) rotate(180deg);
}

.new-form-wrap.pay-calc-dialog .order-detail {
  display: none;
}

.new-form-wrap.pay-calc-dialog .order-title.on+.order-detail {
  display: block;
}

.new-form-wrap.pay-calc-dialog .item-detail li {
  padding: 1.5rem 2rem 1.5rem 2rem;
  background-color: #f9f9f9;
}

.new-form-wrap.pay-calc-dialog .item-detail li+li {
  margin-top: 15px;
}

.new-form-wrap.pay-calc-dialog .item-detail li .item-info {
  position: relative;
  display: flex;
}

.new-form-wrap.pay-calc-dialog .item-detail li .item-info .thumb {
  display: block;
  width: 8rem;
  height: 8rem;
  flex: none;
  margin-right: 1.5rem;
  border-radius: 1rem;
  background: url(/skin/img/m/thumb_background.png) center / cover no-repeat;
}

.new-form-wrap.pay-calc-dialog .item-detail li .item-info .item-option {
  flex: 1;
}

.new-form-wrap.pay-calc-dialog .item-detail li .item-info .it_name {
  color: #222;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
  font-size: 1.7rem;
}

.new-form-wrap.pay-calc-dialog .item-detail li .item-info .opt-list {
  font-size: 1.7rem;
  color: #666;
  display: flex;
  align-items: center;
  line-height: 1.55;
  width: 100%;
  letter-spacing: -0.5px;
}

.new-form-wrap.pay-calc-dialog .item-detail li .item-info .opt-list .opt-name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.new-form-wrap.pay-calc-dialog .item-detail li .item-info .opt-list .opt-cnt {
  margin: 0 auto 0 0.5rem;
}

.new-form-wrap.pay-calc-dialog .item-detail li .item-info .opt-list .price {
  flex: none;
}

.new-form-wrap.pay-calc-dialog .item-detail li .price-info {
  padding-top: 2rem;
}

.new-form-wrap.pay-calc-dialog .item-detail li .price-info table {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  color: #666;
}

.new-form-wrap.pay-calc-dialog .item-detail li .price-info table td {
  text-align: right;
  vertical-align: middle;
  line-height: 1.7;
}

.new-form-wrap.pay-calc-dialog .item-detail li .price-info.total {
  padding: 0;
}

.new-form-wrap.pay-calc-dialog .item-detail li .price-info.total table {
  font-size: 1.8rem;
}

.new-form-wrap.pay-calc-dialog .item-detail li .price-info.total table th {
  vertical-align: middle;
  line-height: 1.9;
}

.new-form-wrap.pay-calc-dialog .item-detail li .price-info.total table .point {
  font-weight: 500;
}

.new-form-wrap.pay-calc-dialog .item-detail li .price-info table .point {
  color: var(--global-primary-color);
}

.new-form-wrap.pay-calc-dialog .radio-wrap.count3 label {
  width: 30%;
  cursor: pointer;
}

.new-form-wrap.pay-calc-dialog .radio-wrap.count5 label {
  width: 15%;
  cursor: pointer;
}

.new-form-wrap.pay-calc-dialog .radio-wrap.compensation label {
  width: auto;
  margin-right: 2rem;
  cursor: pointer;
}

.new-form-wrap.pay-calc-dialog .checkbox-inline span,
.new-form-wrap.pay-calc-dialog .radio-inline span {
  letter-spacing: -0.05rem;
  color: #222;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-left: 0.1rem;
}

.new-form-wrap.pay-calc-dialog .total-price-wrap {
  width: 100%;
  background-color: #f9f9f9;
  padding: 2.5rem 2rem 2.5rem 2rem;
  color: #222;
}

.new-form-wrap.pay-calc-dialog .total-price-wrap li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.7rem;
}

.new-form-wrap.pay-calc-dialog .total-price-wrap li.total {
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 500;
}

.new-form-wrap.pay-calc-dialog .total-price-wrap li.total p:last-child {
  color: #524627;
}

/* new-form-wrap pay-calc-dialog Style End */

/* new-form-wrap pay-refund-dialog Style Start */
.pay-refund-dialog .refund-dual-wrap {
  display: flex;
  flex-wrap: wrap;
}

.pay-refund-dialog .refund-dual-wrap li {
  flex: none;
  width: 50%;
  padding: 1rem 1rem 1rem 0rem;
}

.pay-refund-dialog .refund-label {
  font-size: 1.8rem;
  letter-spacing: -0.1rem;
  margin-bottom: 1rem;
  display: block;
  padding: 0;
  text-align: left;
  color: #222;
}

.pay-refund-dialog .refund-dual-input-wrap li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 1rem 0rem;
}

.pay-refund-dialog .refund-dual-input-wrap input::placeholder {
  font-size: 1.6rem;
}

.pay-refund-dialog .refund-dual-input-wrap .refund-dual-input-label {
  font-size: 1.7rem;
  width: 30%;
}

/* new-form-wrap pay-refund-dialog Style End */

.social-link-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 1rem;
  height: 4.2rem;
  line-height: 4.2rem;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  flex: 1;
  color: #222;
}

.social-link-wrap p {
  flex: none;
  font-size: 1.6rem;
  color: #222;
  letter-spacing: -0.5px;
}

.social-link-wrap input {
  border: none;
  padding: 0;
  height: 100%;
  color: #222;
  font-size: 1.5rem;
  flex: 1;
}

.table.dashboard-table-accrue-body {
  text-align: center;
  border: 1px solid #ddd;
  font-size: 1.4rem;
}

.table.dashboard-table-accrue-body thead {
  color: #333;
  background: #f9f9f9;
}

.table.dashboard-table-accrue-body thead tr th {
  text-align: center;
  font-weight: 500 !important;
  padding: 5px !important;
  border-bottom: 1.5px solid #ddd;
  border-right: 1px solid #ddd;
  word-break: break-word;
  white-space: normal;
  font-size: 1.2rem;
}

.table.dashboard-table-accrue-body tbody tr td {
  vertical-align: middle;
  border-right: 1px solid #ddd;
}

.table.dashboard-table-accrue-body tbody tr td.td-inner-table {
  padding: 0;
  border: 0;
  display: flex;
}

.table.dashboard-table-accrue-body tbody .td-inner-wrap {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ddd;
}

.table.dashboard-table-accrue-body tbody .td-inner-wrap:last-child {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  border: 0;
}

.table.dashboard-table-accrue-body tbody .td-inner-head {
  width: 100%;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 2px;
  font-weight: 500;
  font-size: 1.1rem;
  word-break: break-word;
  white-space: normal;
  line-height: 1.3;
}

.table.dashboard-table-accrue-body tbody .td-inner-body {
  padding: 0.2rem;
}

.table.dashboard-table-accrue-body tbody .room-color {
  margin-top: 0.4rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.table.dashboard-table-accrue-body.reserv thead tr th {
  text-align: center;
  font-weight: 500 !important;
  padding: 5px !important;
  border-bottom: 1.5px solid #ddd;
  border-right: 1px solid #ddd;
  white-space: nowrap;
}

.table.dashboard-table-accrue-body.reserv thead .room-wrap {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
}

.table.dashboard-table-accrue-body.reserv thead .room-color {
  margin-top: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.table.dashboard-table-accrue-body.reserv thead .room-text {
  color: #333;
  font-size: 1.4rem;
  margin-left: 0.2rem;
  max-width: 4rem;
}

/* == 새로운 작업 end ===================================> */

.wrapper {
  padding: 3rem 2.5rem;
  background-color: #fff;
  border-radius: 1.4rem;
  max-width: 110rem;
  width: 100%;
  font-size: 1.6rem;
}

.wrapper .form-title {
  font-size: 2.4rem;
}

.wrapper .sub-title {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.wrapper .sub-title .back-btn {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(/skin/img/ic-arrow-left-b.svg) top 50% left 0 / 50% no-repeat;
}

.wrapper .list-pagination {
  margin-top: 2.5rem;
}

.wrapper .data-list li {
  padding: 2rem;
  border-radius: 1.4rem;
  box-shadow: rgb(49 92 94 / 11%) 0px 2px 11px;
}

.wrapper .data-list li+li {
  margin-top: 2.5rem;
}

.wrapper .data-list li .link-inner {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 3rem;
}

.wrapper .data-list li .link-inner::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #b2b2b2;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-left: none;
  border-bottom: none;
}

.wrapper .data-list li .link-inner .state {
  flex: none;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b2b2b2;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
  text-align: center;
  /* line-height: 7rem; */
  line-height: 1.35;
  margin-right: 1.5rem;
}

.wrapper .data-list li .link-inner .state.asign {
  background-color: var(--global-primary-color);
}

.wrapper .data-list li .link-inner .state.cancel {
  background-color: #f03141;
}

.wrapper .data-list li .link-inner .state.complete {
  background-color: #1B0049;
  background-color: #58CCFF;
  background-color: #48b648;
}

.wrapper .data-list li .link-inner .state.asign {
  background-color: var(--global-primary-color);
}

.data-list-table>tbody td>.inner>.state.cancel {
  background-color: #ff5252;
}

.data-list-table>tbody td>.inner>.state.compensation {
  background-color: #ff7f00;
}

.wrapper .data-list li .link-inner .state.reservation1 {
  background-color: rgb(214, 255, 255);
  color: #333;
}

.wrapper .data-list li .link-inner .state.reservation2 {
  background-color: rgb(174, 228, 255);
  color: #333;
}

.wrapper .data-list li .link-inner .state.reservation3 {
  background-color: rgb(253, 250, 135);
  color: #333;
}

.wrapper .data-list li .link-inner .state.reservation4 {
  background-color: rgb(190, 233, 180);
  color: #333;
}

.wrapper .data-list li .link-inner .state.reservation5 {
  background-color: rgb(255, 175, 176);
  color: #333;
}

.wrapper .data-list li .link-inner .state.reservation6 {
  background-color: #616161;
}

.wrapper .data-list li .link-inner .state.reservation9 {
  background-color: #37474f;
}

.wrapper .data-list li .link-inner .title-wrap {
  flex: 1;
  overflow: hidden;
  /* min-height: 7rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper .data-list li .link-inner .title-wrap .data-wrap {
  display: flex;
}

.wrapper .data-list li .link-inner .label {
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
  color: #666;
  margin-top: 0.1rem;
  font-weight: 300;
  padding: 0.2em 0.6em 0.3em 0;
}

.wrapper .data-list li .link-inner .date {
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
  color: #666;
  margin-top: 0.4rem;
}

.wrapper .data-list li .link-inner .title {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  color: #222;
  font-weight: 500;
}

.wrapper .data-list li .link-inner .desc {
  font-size: 1.6rem;
  color: #666;
  letter-spacing: -0.05rem;
  line-height: 1.45;
  margin-top: 0.5rem;
}

.wrapper .data-list li .memo {
  font-size: 1.5rem;
  color: #222;
  line-height: 1.5;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 2rem;
}

.wrapper .data-list li .desc {
  font-size: 1.6rem;
  color: #666;
  letter-spacing: -0.05rem;
  line-height: 1.45;
}

.wrapper .data-list li .list-btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.wrapper .data-list li .price-wrap {
  font-size: 2rem;
  padding: 1rem 0;
  text-align: right;
  margin-top: 1rem;
}

.wrapper .data-list li .price-wrap span {
  color: var(--global-primary-color);
  font-size: 2.6rem;
  font-weight: 500;
}

.wrapper .data-list li .list-btn-wrap>* {
  flex: 1;
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
  height: 6rem;
  line-height: 6rem;
  border-radius: 1.4rem;
  padding: 0 1rem;
  max-width: 19rem;
}

.wrapper .data-list li .list-btn-wrap>*+* {
  margin-left: 1.5rem;
}

.wrapper .data-form {
  width: 100%;
}

.wrapper .data-form li {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  letter-spacing: -0.05rem;

}

.wrapper .data-form li textarea {
  font-size: 1.6rem;
}

.wrapper .data-form li.textarea-wrap {
  align-items: flex-start;
}

.wrapper .data-form li .form-label {
  flex: none;
  width: 15rem;
  margin: 0;
  font-size: 1.6rem;
}

.wrapper .data-form li .form-content {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.55;
  min-height: 7rem;
}

.wrapper.config-wrap {
  width: 100%;
  max-width: 100%;
}

.wrapper.config-wrap .sub-title:not(:first-child) {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px dashed #ddd;
  width: 100%;
}

.jstree-default>.jstree-striped {
  background-size: auto 0rem !important;
  border-radius: 1rem !important;
  background: #f7f7f7 !important;
}

.jstree-default .jstree-node {
  min-height: 4rem !important;
  line-height: 4rem !important;
  margin-left: 2rem !important;
  min-width: 4rem !important;
  font-size: 1.4rem !important;
  border-radius: 1rem !important;
}

.jstree-default .jstree-icon:empty {
  width: 4rem !important;
  height: 4rem !important;
  line-height: 4rem !important;
  /* display: none !important; */
}

.jstree-default .jstree-anchor {
  line-height: 4rem !important;
  height: 4rem !important;
}

.jstree-default .jstree-wholerow {
  height: 4rem !important;
  border-radius: 1rem !important;
}

.jstree-default .jstree-wholerow-clicked {
  background: #424242 !important;
}

.jstree-default>.jstree-wholerow-ul .jstree-clicked {
  color: #fff !important;
}

.jstree-default .jstree-themeicon {
  display: none !important;
}

.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl {
  display: none !important;
}

.jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl {
  background-position: -3.9rem 4px !important;
}

.jstree-default>.jstree-no-dots .jstree-closed>.jstree-ocl {
  background-position: -4px 2px !important;
}










/* home.php */
.home-container {
  display: flex;
  height: 100%;
}

.home-container>.inner {
  flex: 1;
  border-radius: 1rem;
  background-color: #fff;
  padding: 2rem;
  min-height: 75rem;
}

.home-container>.inner:first-child {
  min-height: calc(100vh - 18rem);
  /* overflow-y: scroll; */
}

.home-container>.inner+.inner {
  margin-left: 2.5rem;
  flex: none;
  width: 40%;
  position: relative;
  background-color: transparent;
  padding: 0;
}

.home-container .phone {
  width: 66%;
  max-width: 37rem;
  position: relative;
  background: linear-gradient(245deg, #f0efef 0%, #f7f7f7 100%);
  border-radius: 4.5rem;
  box-shadow: rgba(44, 10, 54, 0.2) 0 0.8rem 2.4rem;
  margin: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 11.5rem;
  /* margin: 0; */
}

.home-container .phone::after {
  display: block;
  content: "";
  padding-bottom: 204%;
}

.home-container .phone .screen {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background-color: #fff;
  border-radius: 3.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.home-container .multilink-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64.3rem;
  margin: 0 auto;
  padding: 0 2rem;
  font-size: 1.7rem;
  margin-bottom: 2.5rem;
  height: 6rem;

}

.home-container .multilink-wrap .my-url {
  color: #222;
  font-weight: 500;
  font-size: inherit;
  letter-spacing: -0.02rem;
  border: 0.1rem solid #eee;
  border-radius: 1rem;
  padding: 1rem 2rem;
  width: 36.8rem;
  display: block;
  height: 100%;
  line-height: 4rem;
}

.home-container .multilink-wrap .my-link-btn {
  width: auto;
  padding: 1rem 2rem;
  font-size: inherit;
  border-radius: 1rem;
  margin-left: 1.5rem;
  height: 100%;
  line-height: 4rem;
  cursor: pointer;
  text-align: center;
  letter-spacing: -0.1rem;
}


/* 링크 리스트 */
.my-link-list-wrap {
  /* width: 37.7rem; */
  width: 64.3rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  height: calc(100% - 18.6rem);
  overflow-y: scroll;
  position: relative;
}

.my-link-list-wrap .empty-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.my-link-list-wrap .empty-link img {
  width: 7rem;
  display: block;
  margin: 0 auto;
}

.my-link-list-wrap .empty-link p {
  color: #b2b2b2;
  font-size: 1.7rem;
  margin-top: 1.5rem;
  letter-spacing: -0.05rem;
  text-align: center;
}

.my-link-list-wrap .my-link-item {
  background-color: #fff;
  border-radius: 2rem;
  min-height: 6rem;
  border: 1px solid #f7f7f7;
  box-shadow: rgb(49 92 94 / 9%) 0 0.1rem 1rem;
}

.my-link-list-wrap .my-link-item .inner {
  width: 100%;
  min-height: 6rem;
  padding: 1.5rem 6rem 1.5rem 6.4rem;
  font-size: 1.7rem;
  color: #222;
  letter-spacing: -0.05rem;
  position: relative;
  /* cursor: pointer; */
}

.my-link-list-wrap .my-link-item.profile .inner {
  padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.my-link-list-wrap .my-link-item.profile .profile-img {
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #f2f2f2 url(/skin/img/ic-user.svg) center / 50% no-repeat;
  overflow: hidden;
  flex: none;
  margin-right: 2rem;
}

.my-link-list-wrap .my-link-item.profile .set-btn {
  flex: none;
  min-width: 0;
  background: url(/skin/img/ic-setting.svg) center / 65% no-repeat;
  width: 3rem;
  height: 3rem;
}

/* .my-link-list-wrap .my-link-item.profile button {
  flex: none;
}

.my-link-list-wrap .my-link-item.profile button+button {
  margin-left: 1rem;
} */

.my-link-list-wrap .my-link-item .title {
  display: flex;
  align-items: center;
  height: 3rem;
  width: 100%;
}

.my-link-list-wrap .my-link-item .content {
  padding: 1.5rem;
  border-top: 0.1rem solid #f2f2f2;
  display: none;
  font-size: 1.6rem;
}

.my-link-list-wrap .my-link-item.on .content {
  display: block;
}


/* Link Style */
.my-link-list {
  width: 100%;
  /* margin-top: 3rem; */
}

.my-link-list>li {
  background-color: #fff;
  border-radius: 2rem;
  border: 1px solid #f7f7f7;
  box-shadow: rgb(49 92 94 / 9%) 0 0.1rem 1rem;
}

.my-link-list>li+li {
  margin-top: 3rem;
}

.my-link-list>li>.inner {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 4.5rem;
}

.my-link-list>li .info {
  display: flex;
  overflow: hidden;
}

.my-link-list>li .link-thumb {
  width: 8rem;
  height: 8rem;
  border-radius: 0.8rem;
  /* margin-top: 0.5rem; */
  margin-right: 2rem;
  cursor: pointer;
  position: relative;
  /* background: #f2f2f2 url(/skin/img/ic-plus-gray.svg) center / 35% no-repeat; */
  background: #f2f2f2 url(/skin/img/thumb_background.png) center / 80% no-repeat;
  flex: none;
}

.my-link-list>li .link-thumb input[type='file'] {
  width: 0;
  height: 0;
  opacity: 0;
}

.my-link-list>li .link-thumb .del-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #f03141 url(/skin/img/ic-delete.png) center / 55% no-repeat;
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
}

.my-link-list>li .my-link-form {
  flex: 1;
  max-width: 100%;
  overflow: hidden;
}

.my-link-list>li .my-link-form input {
  border-radius: 0;
  padding: 0;
  width: 100%;
  border: none;
  height: 2.8rem;
  font-size: 1.7rem;
}

.my-link-list>li .my-link-form input[type='text']:first-child {
  margin-bottom: 0.5rem;
}

.my-link-list>li .type {
  font-size: 1.3rem;
  letter-spacing: -0.05rem;
  color: #fff;
  background-color: var(--global-primary-color);
  line-height: 1.1;
  padding: 5px 8px 3px 8px;
  border-radius: 0.5rem;
  display: inline-block;
  flex: none;
}

.my-link-list>li .type+.type {
  margin-right: auto;
  margin-left: 0.5rem;
}

.my-link-list>li .grab {
  background: url(/skin/img/ic-grab.svg) center / auto 44% no-repeat;
  width: 2rem;
  height: 4rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: grab;
}

.my-link-list.sortable-chosen .grab {
  cursor: grabbing;
}


.my-link-list>li .link-up-btn,
.my-link-list>li .link-down-btn {
  background: url(/skin/img/ic-arrow-down.svg) center / 80% no-repeat;
  /* height: 4rem; */
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 1rem;
  cursor: pointer;
}

.my-link-list>li .link-up-btn {
  top: 1.5rem;
  transform: rotate(180deg);
}

.my-link-list>li .link-down-btn {
  bottom: 1.5rem;
}

.my-link-list>li:first-child .link-up-btn {
  background-image: url(/skin/img/ic-arrow-down-gray.svg);
}

.my-link-list>li:last-child .link-down-btn {
  background-image: url(/skin/img/ic-arrow-down-gray.svg);
}

.my-link-list>li .link-tool {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

.my-link-list>li .link-tool a {
  width: 3rem;
  height: 3rem;
  margin-left: 0.5rem;
  cursor: pointer;
}

.my-link-list>li .link-tool .notice {
  background: url(/skin/img/ic-link-notice.svg) center / 70% no-repeat;
}


.my-link-list>li .link-tool .delete {
  background: url(/skin/img/ic-link-delete.svg) center / 70% no-repeat;
}

.my-link-list>li .link-tool .setting {
  background: url(/skin/img/ic-setting.svg) center / 65% no-repeat;
}

.my-link-list>li .link-tool .shop {
  background: url(/skin/img/ic-shop.svg) center / 65% no-repeat;
}

.my-link-list>li .link-tool .tag {
  background: url(/skin/img/ic-link-tag.svg) top 59% left 50% / 65% no-repeat;
}

.my-link-list>li .link-tool .period {
  background: url(/skin/img/ic-link-period.svg) center / 70% no-repeat;
}

.my-link-list>li .link-tool .clipboard {
  background: url(/skin/img/ic-clipboard.svg) center / 65% no-repeat;
}

.my-link-list>li .link-tool .form {
  background: url(/skin/img/ic-write.svg) center / 65% no-repeat;
}

.my-link-list>li .link-tool .notice.on {
  background: url(/skin/img/ic-link-notice-on.svg) center / 70% no-repeat;
}

.my-link-list>li .link-tool .period.on {
  background: url(/skin/img/ic-link-period-on.svg) center / 70% no-repeat;
}

.my-link-list>li .link-tool .setting.on {
  background: url(/skin/img/ic-setting-color.svg) center / 65% no-repeat;
}

.my-link-list>li .link-tool .tag.on {
  background: url(/skin/img/ic-link-tag-color.svg) top 59% left 50% / 65% no-repeat;
}

.my-link-list>li .link-tool .form.on {
  background: url(/skin/img/ic-write-active.svg) center / 65% no-repeat;
}


.my-link-list>li .switch {
  margin-right: 0;
}

.my-link-list>li .setting-box .content {
  padding: 1.5rem;
  border-top: 1px solid #f2f2f2;
  display: none;
}


/* 기간 선택 영역 */
.my-link-list>li .period-input-wrap {
  display: none;
}

.my-link-list>li .has-period .period-input-wrap {
  display: flex;
}

.my-link-list>li .has-period .period-input-wrap .period-apply-btn {
  height: 5rem;
  margin-left: 1rem;
  cursor: pointer;
  border-radius: 1rem;
}

.my-link-list>li .setting-box .content.period .radio-button-wrap {
  width: 40%;
}

.my-link-list>li .setting-box .content.period .range-input-wrap {
  border-radius: 1rem;
}

.my-link-list>li .setting-box .content.period .radio-button-wrap label {
  font-size: 1.5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 1rem;
}

.my-link-list>li .setting-box .content.period .range-input-wrap input {
  height: 5rem !important;
}

/* 설정 영역 */
.my-link-list>li .setting-box .content.setting {
  /* display: block; */
}

.my-link-list>li.picture .my-link-form {
  width: 100%;
  overflow: hidden;
}

.my-link-list>li .picture-swiper {
  width: 100%;
  margin-bottom: 1rem;
}

.my-link-list>li .picture-swiper .swiper-slide {
  width: 8rem;
  height: 8rem;
  border-radius: 0.8rem;
  margin-right: 0.98rem;
  cursor: pointer;
  position: relative;
}

.my-link-list>li .picture-swiper .add-picture-btn label {
  width: 100%;
  height: 100%;
  background: #f2f2f2 url(/skin/img/ic-plus-gray.svg) center / 35% no-repeat;
  cursor: pointer;
  border-radius: 0.8rem;
}

.my-link-list>li .picture-swiper .add-picture-btn input {
  display: none;
}

.my-link-list>li .picture-swiper .delete-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #f03141 url(/skin/img/ic-delete.png) center / 55% no-repeat;
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
  display: none;
}

.my-link-list>li .picture-swiper .crop-btn {
  display: block;
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.5rem;
  min-width: 0;
  bottom: 0.3rem;
  left: 0.3rem;
  background: rgba(0, 0, 0, 0.65) url(/skin/img/ic-crop-w.svg) center / 70% no-repeat;
  z-index: 10;
  display: none;
}

.my-link-list>li .picture-swiper.set {
  padding-top: 1rem;
}

.my-link-list>li .picture-swiper.set .crop-btn,
.my-link-list>li .picture-swiper.set .delete-btn {
  display: block;
}


/* 플레이스 링크 리스트 */

.my-link-list>li.place .place-search-result {
  display: block;
}

.my-link-list>li.place .place-search-list-wrap {
  margin-top: 1rem;
  overflow-y: scroll;
  max-height: 30rem;
}

.my-link-list>li.place .place-search-list li {
  padding: 1.5rem 1.5rem 1.5rem 9rem;
  font-size: 1.7rem;
  letter-spacing: -0.05rem;
  color: #222;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.my-link-list>li.place .place-search-list li:hover {
  background-color: #f7f7f7;
}

.my-link-list>li.place .place-search-list li .icon {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: #fff url(/skin/img/ic-link-place.svg) center / 78% no-repeat;
}

.my-link-list>li.place .place-search-list li .category {
  color: #666;
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}

.my-link-list>li.place .place-search-list li .addr {
  margin-top: 0.8rem;
  font-size: 1.5rem;
}

/* 동영상 링크 */
.my-link-list>li.video .link-thumb {
  cursor: default;
}

/* DB수집 링크 */
.my-link-list>li.link-form .checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my-link-list>li.link-form .checkbox-wrap {
  height: auto;
}

.my-link-list>li.link-form .checkbox-wrap input {
  display: none;
}

.my-link-list>li.link-form .checkbox-wrap label {
  flex: 1;
  display: inline-flex;
  align-items: center;
  height: 6rem;
  border-radius: 0.8rem;
  color: #b2b2b2;
  justify-content: center;
  cursor: pointer;
  background: #f2f2f2 url(/skin/img/ic-check-gray.svg) top 50% left 2rem / 2rem no-repeat;
}

.my-link-list>li.link-form .checkbox-wrap input:checked+label {
  color: var(--global-primary-color);
  background: var(--global-sub-color) url(/skin/img/ic-check-color.svg) top 50% left 2rem / 2rem no-repeat;
}

.my-link-list>li.link-form .checkbox-wrap label span {
  line-height: 1;
  font-size: 1.7rem;
}

.my-link-list>li a.link-title {
  margin-bottom: 0.5rem;
}

.my-link-list>li a.link-title,
.my-link-list>li a.link-desc {
  display: block;
  color: #222;
  border-radius: 0;
  padding: 0;
  width: 100%;
  border: none;
  height: 2.8rem;
  font-size: 1.7rem;
  overflow: hidden;
  line-height: 2.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 프로필 설정 */
.profile-setting .image-wrap {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.5rem;
}

.profile-setting .image-wrap .background {}

.profile-setting .image-wrap .profile {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: #f2f2f2 url(/skin/img/ic-user.svg) center / 50% no-repeat;
  position: relative;
}

.profile-setting .image-wrap .profile>div {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.profile-setting .image-wrap .profile img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.profile-setting .image-wrap .nickname {
  margin: 2rem 0 1rem 0;
  font-size: 1.6rem;
  color: #222;
  background-color: rgba(255, 255, 255, 0.5);
  width: 70%;
  text-align: center;
  border: none;
}

.profile-setting .image-wrap .intro {
  font-size: 1.6rem;
  color: #222;
  background-color: rgba(255, 255, 255, 0.5);
  width: 70%;
  text-align: center;
  border: none !important;
  line-height: 1.55;
}

.profile-setting .image-wrap .set-img-btn {
  display: block;
  min-width: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #fff url(/skin/img/ic-setting.svg) center / 60% no-repeat;
  border: 0.1rem solid #ddd;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 1rem;
  right: 1rem;
  box-shadow: rgba(99, 99, 99, 0.5) 0 0.2rem 0.8rem 0;
}

.profile-setting .image-wrap .profile .set-img-btn {
  top: auto;
  right: 0;
  bottom: 0;
}

.my-profile-wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  letter-spacing: -0.05rem;
  cursor: pointer;
  padding-right: 15rem;
}

.my-profile-wrap .profile-info {
  height: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.7rem;
  flex: 1;
  overflow: hidden;
}

.my-profile-wrap .profile-info .customer-intro {
  line-height: 1.5;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-profile-wrap .my-link {
  display: block;
  font-weight: 500;
  margin-top: auto;
  padding-bottom: 0.5rem;
}

.my-profile-wrap .profile {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: #f2f2f2 url(/skin/img/ic-user.svg) center / 45% no-repeat;
  margin-right: 2.5rem;
  flex: none;
  position: relative;
}

.my-profile-wrap .profile .file-btn {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff url(/skin/img/ic-camera.svg) center / 65% no-repeat;
  border: 1px solid #ddd;
  position: absolute;
  right: -1rem;
  bottom: 0;
}

.my-profile-wrap .btn-copy {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.8rem;
  background: var(--global-primary-color) url(/skin/img/ic-copy.png) center / 55% no-repeat;
}

.my-profile-wrap .customer-title {
  font-size: 1.9rem;
  color: #222;
  letter-spacing: -0.05rem;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-container .my-profile-wrap {
  width: 64.3rem;
  margin: 0 auto 2rem auto;
  padding: 0 15rem 0 2rem;
  overflow: hidden;
}

.my-profile-wrap .set-profile-btn {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  color: var(--global-primary-color);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
}

.my-profile-wrap .set-profile-btn img {
  width: 2rem;
  margin-right: 0.5rem;
  display: block;
  line-height: 1;
  display: none;
}

.home-container .my-profile-wrap::after {
  right: 2rem;
  display: none;
}

.mypage-wrap .my-profile-wrap {
  width: 50%;
}

.limit-textarea {
  width: 100%;
  height: auto;
  border-radius: 1.4rem;
  border: 1px solid #ddd !important;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 1.5rem 4rem 1.5rem;
}

.limit-textarea textarea {
  width: 100%;
  border-radius: 0;
  padding: 0 !important;
  border: none !important;
  line-height: 1.35;
  font-size: 1.6rem;
}

.limit-textarea .count {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: #222;
}

.add-file-btn {
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 1rem;
  background: #f2f2f2 url(/skin/img/ic-plus-gray.svg) center / 35% no-repeat;
  cursor: pointer;
  position: relative;
}

.add-file-btn input[type='file'] {
  width: 0;
  height: 0;
  opacity: 0;
}

.add-file-btn .del-file-btn {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  top: -0.7rem;
  right: -0.7rem;
  background: #f03141 url(/skin/img/ic-delete.png) center / 55% no-repeat;
  position: absolute;
  border-radius: 50%;
  display: none;
}

/* 이미지 라디오 버튼 */
.radio-button-wrap.image {
  margin: 0;
}

.radio-button-wrap.image label {
  height: 6.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0.8rem 0;
}

.radio-button-wrap.image label p {
  font-size: 1.3rem;
  letter-spacing: -0.05rem;
  height: auto;
  line-height: 1;
}

.radio-button-wrap.image input[type="radio"]:checked+label {
  background-color: var(--global-sub-color) !important;
  color: var(--global-primary-color);
}

/* 텍스트 정렬 라디오 버튼 */
.radio-button-wrap.image.align .left {
  background: #f2f2f2 url(/skin/img/ic-text-align-left.svg) center / 3rem no-repeat;
}

.radio-button-wrap.image.align .center {
  background: #f2f2f2 url(/skin/img/ic-text-align-center.svg) center / 3rem no-repeat;
}

.radio-button-wrap.image.align .right {
  background: #f2f2f2 url(/skin/img/ic-text-align-right.svg) center / 3rem no-repeat;
}

.radio-button-wrap.image.align input[type="radio"]:checked+.left {
  background: #f2f2f2 url(/skin/img/ic-text-align-left-color.svg) center / 3rem no-repeat;
}

.radio-button-wrap.image.align input[type="radio"]:checked+.center {
  background: #f2f2f2 url(/skin/img/ic-text-align-center-color.svg) center / 3rem no-repeat;
}

.radio-button-wrap.image.align input[type="radio"]:checked+.right {
  background: #f2f2f2 url(/skin/img/ic-text-align-right-color.svg) center / 3rem no-repeat;
}

/* 사진 표시 방식 라디오 버튼 */
.radio-button-wrap.image.picture .swiper {
  background: #f2f2f2 url(/skin/img/ic-view-swiper.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.picture .thumb {
  background: #f2f2f2 url(/skin/img/ic-view-thumb.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.picture .feed {
  background: #f2f2f2 url(/skin/img/ic-view-feed.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.picture input[type="radio"]:checked+.swiper {
  background: #f2f2f2 url(/skin/img/ic-view-swiper-color.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.picture input[type="radio"]:checked+.thumb {
  background: #f2f2f2 url(/skin/img/ic-view-thumb-color.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.picture input[type="radio"]:checked+.feed {
  background: #f2f2f2 url(/skin/img/ic-view-feed-color.svg) 50% 28% / 3rem no-repeat;
}

/* 썸네일 표시 방식 라디오 버튼 */
.radio-button-wrap.image.thumb input[type="radio"]+.thumb {
  background: #f2f2f2 url(/skin/img/ic-view-list.svg) 50% 28% / 3.7rem no-repeat;
}

.radio-button-wrap.image.thumb input[type="radio"]:checked+.thumb {
  background: #f2f2f2 url(/skin/img/ic-view-list-color.svg) 50% 28% / 3.7rem no-repeat;
}

.radio-button-wrap.image.thumb input[type="radio"]+.card {
  background: #f2f2f2 url(/skin/img/ic-view-feed.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.thumb input[type="radio"]:checked+.card {
  background: #f2f2f2 url(/skin/img/ic-view-feed-color.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.thumb input[type="radio"]+.grid {
  background: #f2f2f2 url(/skin/img/ic-view-grid.svg) 50% 28% / 4rem no-repeat;
}

.radio-button-wrap.image.thumb input[type="radio"]:checked+.grid {
  background: #f2f2f2 url(/skin/img/ic-view-grid-color.svg) 50% 28% / 4rem no-repeat;
}


/* 비율 라디오 버튼 */
.radio-button-wrap.image.ratio input[type="radio"]+.ratio1_1 {
  background: #f2f2f2 url(/skin/img/ic-ratio-1_1.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.ratio input[type="radio"]:checked+.ratio1_1 {
  background: #f2f2f2 url(/skin/img/ic-ratio-1_1-color.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.ratio input[type="radio"]+.ratio4_3 {
  background: #f2f2f2 url(/skin/img/ic-ratio-4_3.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.ratio input[type="radio"]:checked+.ratio4_3 {
  background: #f2f2f2 url(/skin/img/ic-ratio-4_3-color.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.ratio input[type="radio"]+.ratio16_9 {
  background: #f2f2f2 url(/skin/img/ic-ratio-16_9.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.ratio input[type="radio"]:checked+.ratio16_9 {
  background: #f2f2f2 url(/skin/img/ic-ratio-16_9-color.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.ratio input[type="radio"]+.ratio2_3 {
  background: #f2f2f2 url(/skin/img/ic-ratio-2_3.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.ratio input[type="radio"]:checked+.ratio2_3 {
  background: #f2f2f2 url(/skin/img/ic-ratio-2_3-color.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.ratio input[type="radio"]+.ratiofree {
  background: #f2f2f2 url(/skin/img/ic-ratio-free.svg) 50% 28% / 3rem no-repeat;
}

.radio-button-wrap.image.ratio input[type="radio"]:checked+.ratiofree {
  background: #f2f2f2 url(/skin/img/ic-ratio-free-color.svg) 50% 28% / 3rem no-repeat;
}

/** .new-form-wrap > input + right button start */
.dialog-wrap .form-dialog .new-form-wrap .flex-container {
  display: flex;
  flex-direction: row;
}

.dialog-wrap .form-dialog .new-form-wrap .flex-container input {
  border-radius: 1.4rem 0 0 1rem !important;
}

.dialog-wrap .form-dialog .new-form-wrap .flex-container .search {
  border-radius: 0 1rem 1rem 0 !important;
  min-width: 9rem;
  font-size: 1.7rem;
  letter-spacing: -0.1rem;
}

.dialog-wrap .form-dialog .new-form-wrap .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;
}

.dialog-wrap .form-dialog .new-form-wrap .search-dropdown li {
  display: flex;
  cursor: pointer;
  padding: 1.5rem;
  background-color: #fff;
}

.dialog-wrap .form-dialog .new-form-wrap .search-dropdown li a {
  width: 100%;
  display: flex;
}

.dialog-wrap .form-dialog .new-form-wrap .search-dropdown li span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #373737;
  display: inline-grid;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dialog-wrap .form-dialog .new-form-wrap .search-dropdown.flex li span {
  flex: 1;
}

.dialog-wrap .form-dialog .new-form-wrap button.prev-btn {
  border-radius: 1.3rem;
  margin-top: 0 !important;
  color: var(--global-primary-color);
  background-color: #e2ffff;
  font-weight: 500;
  font-size: 1.8rem !important;
  height: 6rem !important;
  line-height: 6rem !important;
  font-weight: 500 !important;
  padding: 0;
  width: 100%;
  border: 0;
  margin-left: 0;
}

/** .new-form-wrap > input + right button end */

.dialog-wrap .form-dialog .new-form-wrap .type-select-wrap select {
  height: 6rem;
  font-size: 1.7rem;
  color: #222;
  padding-left: 1.5rem !important;
  border-radius: 1.4rem !important;
}

.form-dialog .prescription-wrap {
  display: flex;
  width: 100%;
  margin: 30px auto 0 auto;
}

.form-dialog .prescription-list {
  flex: 1;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  min-height: 300px;
}

.form-dialog .prescription-list li {
  flex: none;
  width: calc(33% - 10px);
  position: relative;
  margin: 5px;
}

.form-dialog .prescription-list li::after {
  display: block;
  content: "";
  padding-bottom: 50%;
}

.form-dialog .prescription-list li .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.form-dialog .prescription-list li .itemChk {
  display: none;
}

.form-dialog .prescription-list li input[type='checkbox']:checked+label {
  background-color: var(--global-primary-color);
  color: #fff;
}

.form-dialog .prescription-list li label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #f7f7f7;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: -1px;
  text-align: center;
}

.form-dialog .prescription-summary {
  flex: 1;
  width: 50%;
  margin-left: 25px;
  font-size: 15px;
  letter-spacing: -0.5px;
}

.form-dialog .prescription-summary .table-wrap {
  min-height: 300px;
  color: #222;
}

.form-dialog .prescription-summary th {
  font-weight: 500;
}

.form-dialog .prescription-summary td {
  padding: 10px 0;
}

.form-dialog .prescription-wrap .total-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 17px;
  padding: 25px 0;
  border-top: 1px dashed #ddd;
  line-height: 1;
}

.form-dialog .prescription-wrap .total-price p+p {
  font-size: 20px;
  font-weight: 500;
  color: var(--global-primary-color);
}

.form-dialog .prescription-summary .price {
  text-align: right;
}

.form-dialog .prescription-summary .center {
  text-align: center;
}

.form-dialog .new-form-wrap.prescription {
  max-width: 100%;
  width: 1100px;
}

.form-dialog .new-form-wrap.prescription .form-btn {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-dialog .new-form-wrap.prescription .prescription-cost-wrap {
  display: flex;
}

.form-dialog .new-form-wrap.prescription .prescription-cost-wrap+.prescription-cost-wrap {
  margin-top: 1rem;
}

.form-dialog .new-form-wrap.prescription .prescription-basic-cost {
  font-size: 1.75rem;
  font-weight: 500;
  color: #222;
  margin-right: 1rem;
}

.form-dialog .new-form-wrap.prescription .prescription-basic-cost span {
  color: var(--global-primary-color);
}

/** /member/index.php 매출 상세내역, 아기정보 팝업 start */
.form-dialog .detail-payment-wrap {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  border: 0.1rem solid #f7f7f7;
  width: 100rem;
  max-height: 95%;
  margin: 0 auto;
  border-radius: 3rem;
  text-align: center;
  padding: 1.5rem;
  color: #222;
  box-shadow: rgb(149 157 165 / 20%) 0rem 0.4rem 1.2rem;
}

.form-dialog .detail-payment-wrap .detail-payment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
  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: 2.3rem;
  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 1rem;
  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: #fff;
  border: 0.15rem dashed var(--global-point-color);
  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: 50%;
  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 */

/** /member/index.php 계약서 start */
.form-dialog .new-form-wrap.contact-form-wrap .preview-box {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 2rem;
}

.form-dialog .new-form-wrap.contact-form-wrap .preview-box .preview {
  width: 100%;
}

.new-form-wrap .preview-box .page-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-form-wrap .preview-box .page-wrap .page {
  font-size: 1.8rem;
  letter-spacing: -0.1rem;
  font-weight: 500;
  display: block;
  padding: 0;
  color: #222;
}

.new-form-wrap .preview-box .page-wrap .page .point {
  color: var(--global-primary-color);
}

.new-form-wrap .preview-box .page-wrap .arrow {
  position: relative;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 4px;
  cursor: pointer;
}

.new-form-wrap .preview-box .page-wrap .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 2px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

.new-form-wrap .preview-box .page-wrap .arrow.top:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.new-form-wrap .preview-box .page-wrap .arrow.down:before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.new-form-wrap .preview-box .page-wrap .arrow.left:before {
  transform: translate(-50%, -50%) rotate(315deg);
}

.new-form-wrap .preview-box .page-wrap .arrow.right:before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.form-dialog .new-form-wrap.contact-form-wrap .send-contract-btn {
  margin-top: 2rem !important;
}
/** /member/index.php 계약서 end */

.data-list-wrap .btn-wrap>*+* {
  margin-left: 2rem;
}

.input-inline {
  display: flex;
  align-items: center;
  height: 4.5rem;
  border-radius: 0.8rem;
  border: 1px solid #ddd;
  overflow: hidden;
}

.input-inline>* {
  height: 100%;
  border-radius: 0 !important;
  border: none !important;
}

.input-inline>*+* {
  border-left: 1px solid #ddd;
}

.input-inline>button,
.input-inline>a {
  display: flex;
  align-items: center;
  flex: none;
}

.mar-auto.submit {
  margin-left: auto !important;
}
.mar-auto.excel {
  margin-left: 0.8rem !important;
}


.dashboard .board .search-dropdown {
  position: absolute;
  background-color: #fff;
  z-index: 10;
  width: 33rem;
  max-height: 50rem;
  margin-top: 0.5rem;
  border-radius: 1rem 1rem 1rem 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.4rem 1.2rem;
  overflow-x: hidden;
  overflow-y: scroll;
  left: 1rem;
}

.dashboard .board .search-dropdown li {
  display: flex;
  cursor: pointer;
  height: 4rem;
  padding: 0.3rem;
  background-color: #fff;
}

.dashboard .board .search-dropdown li a {
  width: 100%;
  display: flex;
}

.dashboard .board .search-dropdown li:hover {
  background-color: #f2f2f2;
}

.dashboard .board .search-dropdown li span {
  flex: 1;
  font-weight: 400;
  color: #373737;
  display: inline-grid;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/***/
.dashboard-wrap .content .dashboard-title .search-dropdown {
  position: absolute;
  background-color: #fff;
  z-index: 10;
  width: 36rem;
  max-height: 50rem;
  /* margin-top: 55.5rem; */
  top: 5.5rem;
  border-radius: 1rem 1rem 1rem 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.4rem 1.2rem;
  overflow-x: hidden;
  overflow-y: scroll;
  left: 1rem;
}

.dashboard-wrap .content .dashboard-title .search-dropdown li {
  display: flex;
  cursor: pointer;
  height: 4rem;
  padding: 0.3rem;
  background-color: #fff;
}

.dashboard-wrap .content .dashboard-title .search-dropdown li a {
  width: 100%;
  display: flex;
}

.dashboard-wrap .content .dashboard-title .search-dropdown li:hover {
  background-color: #f2f2f2;
}

.dashboard-wrap .content .dashboard-title .search-dropdown li span {
  flex: 1;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.1rem;
  align-items: center;
  color: #373737;
  display: inline-grid;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-wrap .content .dashboard-title .calendar-btn-pack .flex-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 1rem;
  width: 100%;
  min-width: 23rem;
}

.dashboard-wrap .content .dashboard-title .calendar-btn-pack .flex-container input[type="text"] {
  border-radius: 1rem;
  box-shadow: rgb(149 157 165 / 20%) 0px 0.4rem 1.2rem;
  width: 17rem;
}

.dashboard-wrap .content .dashboard-title .calendar-btn-pack .flex-container .search {
  height: 4.2rem;
  border-radius: 1rem;
  box-shadow: rgb(149 157 165 / 20%) 0px 0.4rem 1.2rem;
  font-size: 1.5rem;
  letter-spacing: -0.1rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
}

.dashboard-wrap .content .dashboard-title .calendar-btn-pack .radio-button-wrap label {
  font-size: 1.4rem;
  color: #222;
}

.dashboard-wrap .content .dashboard-title .calendar-btn-pack .radio-button-wrap input[type="radio"]:checked+label {
  background-color: var(--global-primary-color);
  color: #fff;
}

.dashboard-wrap .content .dashboard-title .calendar-btn-pack button {
  font-weight: normal;
}

.dashboard-wrap .content .dashboard-title .calendar-btn-pack button.medium {
  width: auto;
  min-width: 5.5rem;
}

/** 청구서 발송 */
.billing-dialog-wrap .new-form-wrap {
  padding: 7rem;
}



/* reserve_report.php */
.report-table-wrap {
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  min-height: 40rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.4rem 1.2rem;
  width: calc(100% - 3rem);
  margin: 0 auto;
}

.report-table-wrap .report-table {
  font-size: 1.5rem;
  color: #222;
  letter-spacing: -0.05rem;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
}

.report-table-wrap .report-table th {
  font-weight: 500;
  background-color: #f7f7f7;
}

.report-table-wrap .report-table tr>* {
  padding: 1.2rem;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  vertical-align: middle;
  line-height: 1.5;
}

.report-table-wrap .report-table tbody tr:nth-child(6n) {
  background-color: rgba(255, 242, 224, 0.7);
}

.report-table-wrap .report-table thead th:first-child,
.report-table-wrap .report-table tbody tr:nth-child(6n+1) th:first-child {
  text-align: center;
  vertical-align: middle;
}

.report-table-wrap .report-table tr *.today {
  background-color: rgba(255, 242, 224, 0.7);
  font-weight: 500;
}

.radio-button-wrap.label-width100>div,
.radio-button-wrap.label-width100 label {
  width: 10rem;
  flex: none;
}

.radio-button-wrap.label-width120>div,
.radio-button-wrap.label-width120 label {
  width: 12rem;
  flex: none;
}

.main-content {
  margin: 0 auto;
  /* padding: 3rem 0; */
  width: 100%;
  max-width: 144rem;
}

.main-content .main-title,
.main-content .main-sub-title {
  font-size: 2.2rem;
  color: #222;
  margin-bottom: 3rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.35;
}

.main-content .main-title p span {
  color: var(--global-primary-color);
  /* font-weight: bold; */
}

.main-content .main-sub-title {
  color: var(--global-primary-color);
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.main-content.has-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.main-content:not(.has-padding) .main-title-wrap {
  padding: 0 0.8rem;
}

.floating-content-wrap>* {
  min-height: 70rem;
}

.floating-content-wrap {
  width: 100%;
  display: flex;
}

.floating-content-wrap .container {
  flex: 1;
  padding: 0 2.5rem;
  overflow: hidden;
}

.floating-content-wrap .container .content-title {
  color: #222;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.65;
  margin-bottom: 0rem;
}

.floating-content-wrap .container .tabs>* {
  flex: none;
  min-width: 14rem;
}

.floating-content-wrap .container .profile-wrap {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #666;
  margin-top: 3rem;
}

.floating-content-wrap .container .profile-wrap .profile {
  display: block;
  flex: none;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background: #f2f2f2 url(/skin/img/ic-user.svg) center / 50% no-repeat;
  margin-right: 1.5rem;
}

.floating-content-wrap .container .profile-wrap .date {
  margin-left: auto;
  font-size: 1.4rem;
}

.floating-content-wrap .container .content {
  padding: 3rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: -0.05rem;
  color: #222;
}

.floating-content-wrap .container .content img {
  max-width: 100%;
  height: auto !important;
  display: block;
}

.floating-content-wrap .container .content.has-border {
  padding-top: 3rem;
  margin-top: 2rem;
  border-top: 1px solid #eee;
}

.floating-content-wrap .container .content .content-box {
  height: 20rem;
  overflow: hidden;
  position: relative;
}

.floating-content-wrap .container .content .content-box.open {
  height: auto;
}

.floating-content-wrap .container .content .content-box:not(.open)::after {
  content: "";
  display: block;
  width: 100%;
  height: 6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8912158613445378) 41%, rgba(255, 255, 255, 0) 100%);
}

.floating-content-wrap .container .content .content-box+.more-btn {
  width: 100%;
  margin: 4rem 0;
  border-radius: 0;
}

.floating-content-wrap .container .image-swiper-wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 4rem;
}

.floating-content-wrap .container .image-swiper-wrap .image-swiper {
  position: relative;
  margin-bottom: 2rem;
}

.floating-content-wrap .container .image-swiper-wrap .swiper-slide {
  position: relative;
}

.floating-content-wrap .container .image-swiper-wrap .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.floating-content-wrap .container .image-swiper-wrap .swiper-slide::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.floating-content-wrap .container .image-swiper-wrap .swiper-slide-thumb-active {
  box-shadow: 0 0 0 3px inset var(--global-primary-color);
}

.floating-content-wrap .container .image-swiper-wrap .image-swiper-thumb {
  cursor: pointer;
}


.floating-content-wrap .container .mission-step li {
  display: block;
  width: 100%;
  padding: 4rem 3rem 3rem 3rem;
  background-color: #fff;
  border-radius: 1.5rem;
  border: 1px solid #ddd;
  position: relative;
  margin-top: 4rem;
}

.floating-content-wrap .container .mission-step li .title {
  display: block;
  height: 4rem;
  border-radius: 10rem;
  background-color: var(--global-primary-color);
  color: #fff;
  position: absolute;
  left: 3rem;
  top: -2rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 4rem;
  font-weight: 500;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}

.floating-content-wrap .container .mission-step li .title b {
  font-size: 2rem;
  display: block;
  margin-right: 1rem;
  flex: none;
  width: 2rem;
}

.floating-content-wrap .container .mission-step li .mission-content {
  font-size: 1.7rem;
  color: #222;
}

.floating-content-wrap .container .mission-step li .content-title {
  font-size: 1.9rem;
  display: flex;
  align-items: center;
}

.floating-content-wrap .container .mission-step li .mission-content .mission-btn {
  width: 40rem;
}

.floating-content-wrap .floating-wrap {
  flex: none;
  width: 40rem;
  padding: 0 2.5rem;
  border-left: 1px solid #eee;
}

.floating-content-wrap .floating-wrap .floating-box {
  min-height: 34rem;
  position: sticky;
  top: 12.5rem;
  color: #222;
  letter-spacing: -0.05rem;
  font-size: 1.6rem;
}

.floating-content-wrap .floating-wrap .floating-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 2.5rem;
}

.floating-content-wrap .floating-wrap .floating-desc {
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.floating-content-wrap .floating-wrap .thumb {
  width: 100%;
  background-color: #f2f2f2;
  margin-top: 2rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.floating-content-wrap .floating-wrap .thumb::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.floating-content-wrap .floating-wrap .thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.floating-content-wrap .floating-wrap .btn-wrap {
  margin-top: 4rem;
}

.floating-content-wrap .zzim-btn {
  flex: none !important;
  position: relative;
  display: block;
  width: 6rem;
  height: 6rem;
  border: 1px solid #e3e5e8;
  color: #666;
  border-radius: 1.4rem;
  background: transparent url('/skin/img/zzim-off.svg') center / 3rem no-repeat !important;
  cursor: pointer;
}

.floating-content-wrap .zzim-btn.on {
  background-image: url('/skin/img/zzim-on.svg') !important;
}

.floating-content-wrap .floating-wrap .price {
  font-size: 2.2rem;
  line-height: 1.35;
  font-weight: 500;
  margin-top: 1.5rem;
  text-align: right;
  /* display: flex;
  align-items: center;
  justify-content: flex-end; */
}

.floating-content-wrap .floating-wrap .price .discount-rate {
  display: block;
  margin-right: auto;
  color: var(--global-primary-color);
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
}

.floating-content-wrap .floating-wrap .point-wrap {
  margin-right: auto;
}

.floating-content-wrap .floating-wrap .point-wrap p {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  color: var(--global-primary-color);
}

.floating-content-wrap .floating-wrap .point-wrap p+p {
  margin-top: 0.5rem;
}

.floating-content-wrap .floating-wrap .point-wrap .ic-point {
  display: block;
  flex: none;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/skin/img/ic-point-bold-color.svg) center / 100% no-repeat;
  margin: 0 0.5rem 0 0.2rem;
}


.floating-content-wrap .campaign-info {
  width: 100%;
  color: #222;
  letter-spacing: -0.05rem;
}

.floating-content-wrap table.campaign-info {
  table-layout: fixed;
}

.floating-content-wrap .campaign-info>li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.6rem;
  padding: 2.5rem 0;
  border-bottom: 1px dashed #ddd;
  line-height: 1.3;
  font-weight: 500;

}

.floating-content-wrap .campaign-info>li p {
  flex: none;
  margin-right: 2rem;
}

.floating-content-wrap .campaign-info>li span {
  text-align: right;
}

.floating-content-wrap .campaign-info>li span .point {
  color: var(--global-primary-color);
}

.floating-content-wrap .campaign-info>li.col {
  display: block;
}

.floating-content-wrap .campaign-info>li.col p {
  margin-right: 0;
  margin-bottom: 2rem;
}

.floating-content-wrap .campaign-info>li.date:not(:last-child) {
  border-bottom: 0;
  padding-bottom: 1.7rem;
}

.floating-content-wrap .campaign-info>li.date+.date {
  padding-top: 0;
}

.floating-content-wrap .campaign-info th,
.floating-content-wrap .campaign-info td {
  vertical-align: top;
  padding: 3rem 1rem 3rem 0;
  overflow: hidden;
}

.floating-content-wrap .campaign-info th {
  font-size: 1.6rem;
  font-weight: 500;
}

.floating-content-wrap .campaign-info td {
  border-bottom: 1px solid #f2f2f2
}



.floating-content-wrap.item-content-wrap .tabs {
  width: 100%;
}

.floating-content-wrap.item-content-wrap .tabs>* {
  flex: 1;
}

.floating-content-wrap.item-content-wrap .tab-cont:not(#tab1) {
  display: none;
}

.floating-content-wrap.item-content-wrap .thumbnail-box {
  width: 45rem;
  margin-right: 5rem;
}



.floating-content-wrap.item-content-wrap .item-detail {
  margin-bottom: 5rem;
  display: flex;
}

.floating-content-wrap.item-content-wrap .thumbnail-swiper-wrap {
  position: relative;
  border-radius: 1.4rem;
  overflow: hidden;
}

.floating-content-wrap.item-content-wrap .thumbnail-swiper-wrap::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.floating-content-wrap.item-content-wrap .thumbnail-swiper-wrap .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.floating-content-wrap.item-content-wrap .swiper-pagination {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.05rem;
  width: 8rem;
  padding: 0.8rem;
  position: absolute;
  left: auto;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50rem;
}

.floating-content-wrap.item-content-wrap .thumbnail-swiper-wrap .inner.no-img {
  background: #f2f2f2 url(/skin/img/noimg.png) center / 80% no-repeat;
}

.floating-content-wrap.item-content-wrap .item-swiper {
  width: 100%;
  height: 100%;
}

.floating-content-wrap.item-content-wrap .item-swiper .swiper-slide {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.floating-content-wrap.item-content-wrap .item-swiper .swiper-slide img {
  width: 100%;
}


.floating-content-wrap.item-content-wrap .thumbnail-box .item-image-thumb {
  margin: 0px;
  padding: 0px;
  display: block;
  margin-top: 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
}

.floating-content-wrap.item-content-wrap .thumbnail-box .item-image-thumb li {
  width: 13%;
  cursor: pointer;
  border-radius: 0.4rem;
}

.floating-content-wrap.item-content-wrap .thumbnail-box .item-image-thumb li::after {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.floating-content-wrap.item-content-wrap .thumbnail-box .item-image-thumb li+li {
  margin-left: 1rem;
}

.floating-content-wrap.item-content-wrap .thumbnail-box .item-image-thumb li.on {
  border: solid 2px var(--global-primary-color);
}


.floating-content-wrap.item-content-wrap .item-buy-box {
  display: block;
  flex: 1;
  min-height: 45rem;
}


.floating-content-wrap.item-content-wrap .item-buy-box .title {
  color: #222;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}

.floating-content-wrap.item-content-wrap .item-buy-box .description {
  font-size: 1.5rem;
  color: #666;
  margin-top: 1rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

.floating-content-wrap.item-content-wrap .item-buy-box .price-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.floating-content-wrap.item-content-wrap .item-buy-box .price-info li {
  padding: 1.8rem 0;
  border-bottom: 1px solid #eee;
}

.floating-content-wrap.item-content-wrap .item-buy-box .price-info li .ic-point {
  display: block;
  flex: none;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/skin/img/ic-point-bold-color.svg) center / 100% no-repeat;
  margin: 0 0.5rem 0 0.2rem;
}

.floating-content-wrap.item-content-wrap .item-buy-box .price-info .label {
  width: 12rem;
  flex: none;
  font-size: 1.6rem;
  font-weight: normal;
  color: #222;
  letter-spacing: -0.05rem;
  text-align: left;
  display: inline-flex;
  align-items: center;
}

.floating-content-wrap.item-content-wrap .item-buy-box .price-info .content {
  flex: none;
  font-size: 1.6rem;
  width: calc(100% - 12rem);
  position: relative;
  letter-spacing: -0.05rem;
  text-align: right;
}

.floating-content-wrap.item-content-wrap .item-buy-box .price-info .price-wrap {
  width: 100%;
  letter-spacing: -0.05rem;
  display: inline-block;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}

.floating-content-wrap.item-content-wrap .item-buy-box .price-info .price-wrap .price1 {
  font-size: 1.8rem;
  color: #b2b2b2;
  text-decoration: line-through;
  margin-bottom: 0.5rem;
}

.floating-content-wrap.item-content-wrap .item-buy-box .price-info .price-wrap .price2 {
  color: #222;
  font-size: 2.2rem;
  font-weight: 500;
}

.floating-content-wrap.item-content-wrap .item-buy-box .price-info .price-wrap .won {
  font-size: 2rem;
  margin-left: 0.3rem;
}

.floating-content-wrap.item-content-wrap .item-buy-box .price-info .price-wrap .price1 .won {
  font-size: 1.6rem;
}

.floating-content-wrap.item-content-wrap .item-buy-box .price-info .price-wrap .discount {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--global-primary-color);
  margin-right: 1.5rem;
}

.floating-content-wrap.item-content-wrap .item-buy-box .price-info .price-wrap .discount span {
  margin-left: 0.25rem;
  font-size: 2.5rem;
}



.floating-content-wrap.item-content-wrap .item-buy-box .total-price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
  margin-top: 3rem;
}

.floating-content-wrap.item-content-wrap .item-buy-box .total-price-wrap .t_price {
  display: flex;
  align-items: baseline;
}

.floating-content-wrap.item-content-wrap .item-buy-box .total-price-wrap .opt_cal_total_span {
  font-size: 2.8rem;
  color: #222;
  font-weight: 500;
  line-height: 1;
  vertical-align: bottom;
}

.floating-content-wrap.item-content-wrap .item-buy-box .button-wrap {
  margin-top: 2rem;
}

.floating-content-wrap.item-content-wrap .item-buy-box .button-wrap ul {
  display: flex;
  align-items: center;
}

.floating-content-wrap.item-content-wrap .item-buy-box .button-wrap ul li {
  flex: 1;
}

.floating-content-wrap.item-content-wrap .item-buy-box .button-wrap ul li>* {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  border-radius: 1.3rem;
  font-size: 1.7rem;
  background-color: var(--global-primary-color);
  color: #fff;
  cursor: pointer;
}

.floating-content-wrap.item-content-wrap .item-buy-box .item-info-box .button-wrap .option_error_msg1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7rem;
  border-radius: 1.3rem;
  font-size: 1.7rem;
  background-color: #b2b2b2;
  color: #fff;
}

.floating-content-wrap.item-content-wrap .item-buy-box .option-wrap {
  margin-top: 4rem;
}

.floating-content-wrap.item-content-wrap .option-select-wrap {
  position: relative;
}

.floating-content-wrap.item-content-wrap .opt_popup {
  position: relative;
}

.floating-content-wrap.item-content-wrap .opt_popup form {
  min-height: 0;
}

.floating-content-wrap.item-content-wrap .option-select {
  height: 7rem;
  border-radius: 1.3rem;
  font-size: 1.6rem;
  color: #b2b2b2;
  border: solid 1px #b2b2b2;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  background: url(/skin/img/ic-arrow-down.png) top 52% right 1.5rem / 2rem no-repeat;
  cursor: pointer;
  margin-bottom: 2rem;
}

.floating-content-wrap.item-content-wrap .option-select.open {
  border-radius: 1.3rem 1.3rem 0 0;
}

.floating-content-wrap.item-content-wrap .option-select-wrap .option-list {
  display: none;
  height: 24rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  top: 7rem;
  z-index: 88;
  background-color: #fff;
  width: 100%;
  border: solid 1px #b2b2b2;
  border-top: 0;
  border-radius: 0 0 1.3rem 1.3rem;
}

.floating-content-wrap.item-content-wrap .option-select-wrap .option-list li {
  border-bottom: solid 1px #eee;
  font-size: 1.5rem;
  padding: 1.3rem;
  cursor: pointer;
  line-height: 1.35;
}

.floating-content-wrap.item-content-wrap .option-select-wrap .option-list li div {
  overflow: hidden;
}

.floating-content-wrap.item-content-wrap .option-select-wrap .option-list li b {
  color: var(--global-primary-color);
}

.floating-content-wrap.item-content-wrap .option-select-wrap .option-list li.on {
  padding-right: 2rem;
  background: url(/skin/img/ic-check-color.svg) top 50% right 3rem / 2rem no-repeat;
}


.floating-content-wrap.item-content-wrap .append_count {
  display: flex;
  align-items: center;
  height: 3.4rem;
  margin-top: 10px;
}

.floating-content-wrap.item-content-wrap .append_count>* {
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  border: 1px solid #c2c7cc;
  background-color: #fff;
  text-align: center;
  border-radius: 0;
  position: relative;
}

.floating-content-wrap.item-content-wrap .append_count .opt_cnt {
  border-right: none;
  border-left: none;
  padding: 0 !important;
  line-height: 1;
  width: 6rem;
  font-size: 1.5rem;
  text-align: center;
}

.floating-content-wrap.item-content-wrap .append_count .opt_cnt::-webkit-outer-spin-button,
.floating-content-wrap.item-content-wrap .append_count .opt_cnt::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.floating-content-wrap.item-content-wrap .append_count .count_minus::after,
.floating-content-wrap.item-content-wrap .append_count .count_plus::after,
.floating-content-wrap.item-content-wrap .append_count .count_plus::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #222;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.floating-content-wrap.item-content-wrap .append_count .count_plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.floating-content-wrap.item-content-wrap .append_opt_name {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.35;
}

.floating-content-wrap.item-content-wrap .append_box {
  position: relative;
  padding: 1.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  border: solid 1px #e5e5e5;
  background-color: #f4f4f4;
}

.floating-content-wrap.item-content-wrap .append_box+.append_box {
  border-top: 0;
}

.floating-content-wrap.item-content-wrap .append_price {
  display: inline-block;
  vertical-align: middle;
  color: var(--global-primary-color);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3.1rem;
  height: 3.1rem;
}

.floating-content-wrap.item-content-wrap .opt_del {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 0px;
  padding: 0px;
  width: 2.6rem;
  height: 2.6rem;
  background: url("/skin/img/cart_del.png") center / contain no-repeat;
}

.floating-content-wrap.item-content-wrap .append_price_del {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  height: 3.1rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}



.floating-content-wrap.item-content-wrap .item-review-list li {
  padding: 2rem;
  font-size: 1.5rem;
  color: #222;
  letter-spacing: -0.05rem;
}

.floating-content-wrap.item-content-wrap .item-review-list li+li {
  border-top: 1px dashed #ddd;
}

.floating-content-wrap.item-content-wrap .item-review-list li {
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
  color: #222;
}

.floating-content-wrap.item-content-wrap .item-review-list li .profile-box {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 6rem;
}

.floating-content-wrap.item-content-wrap .item-review-list li .profile-box .profile {
  display: block;
  flex: none;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #f2f2f2 url(/skin/img/ic-user.svg) center / 45% no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.floating-content-wrap.item-content-wrap .item-review-list li .profile-box .name {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.floating-content-wrap.item-content-wrap .item-review-list li .profile-box .option {
  color: #666;
  font-size: 1.4rem;
}

.floating-content-wrap.item-content-wrap .item-review-list li .review-content-wrap {
  display: flex;
  justify-content: space-between;
}

.floating-content-wrap.item-content-wrap .item-review-list li .review-content-wrap .content {
  width: 50%;
}

.floating-content-wrap.item-content-wrap .item-review-list li .review-content-wrap .content .date {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.floating-content-wrap.item-content-wrap .item-review-list li .review-content-wrap .content .memo:not(.open) {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  max-height: 9.5rem;
}

.floating-content-wrap.item-content-wrap .item-review-list li .review-content-wrap .content .memo {
  font-weight: 500;
  line-height: 1.5;
}

.floating-content-wrap.item-content-wrap .item-review-list li .review-content-wrap .content .more-memo {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #9f9f9f;
}

.floating-content-wrap.item-content-wrap .item-review-list li .review-content-wrap .content .more-memo::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
  transform: rotate(45deg) translateY(-0.1rem);
  margin-left: 0.5rem;
}

.floating-content-wrap.item-content-wrap .item-review-list li .review-content-wrap .review-image {
  display: block;
  flex: none;
  background-color: #f2f2f2;
  border-radius: 1rem;
  width: 15rem;
  height: 15rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.floating-content-wrap.item-content-wrap .item-review-list li .review-content-wrap .review-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.floating-content-wrap.item-content-wrap .item-review-list li .review-content-wrap .review-image .ic-img {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  background: url(/skin/img/ic-clipboard-w.svg);
  transform: rotate(90deg);
  z-index: 5;
}

.floating-content-wrap.item-content-wrap .item-review-list li .no-result img {
  width: 7rem !important;
}

@media (max-width: 760px) {

  /* mobile */
  :root {
    font-size: 10px;
  }

  body {
    min-width: 0;
  }

  header {
    height: 6rem;
  }

  header.view-header {
    font-weight: 500;
  }

  /* header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 7rem;
    z-index: 100;
    border-bottom: 0;
    background-color: #fff;
    min-width: auto;
  } */

  .postcode-wrap {
    width: 100%;
  }

  .layout_frame {
    padding: 7.5rem 2rem 2rem 2rem !important;
  }

  /* mobile */
  .pc {
    display: none !important;
  }

  .header-back-btn {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 2rem;
    background: url(/skin/img/m/ic-back.svg) 0 0 no-repeat !important;
    background-position: center !important;
    background-size: 2.4rem !important;
  }

  .header-title-text {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 76%;
    overflow: hidden;
    height: 5.3rem;
    line-height: 5.3rem;
    font-weight: 500;
    font-size: 2em;
  }

  .mobile .header-wrap {
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    background-color: #fff;
    height: 5.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .footer .company-wrap {
    padding: 3rem 5%;
  }

  .footer .company-wrap .inner {
    flex-direction: column;
    width: 100%;
  }

  .footer .agree-wrap a {
    padding-left: 0;
  }
}

@media (max-width: 375px) {

  /* mobile - iphone SE */
  :root {
    font-size: 9px;
  }
}

@media (max-width: 361px) {
  :root {
    font-size: 8px;
  }
}

@media (max-width: 320px) {

  /* home preview */
  :root {
    font-size: 7px;
  }
}

@media (max-width: 1199px) {

  /* pc */
  :root {
    font-size: 9px;
  }

  /* layout */
}

@media (max-width: 1200px) {
  .market_layout_inner {
    width: 100%;
    min-width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 1600px) {
  .market_layout_inner {
    width: 1200px;
    min-width: 1200px;
  }
}

@media (min-width: 1200px) {

  /* pc */
  :root {
    font-size: 10px;
  }

  /* layout */
}

@media (min-width: 1600px) {

  /* pc */
  :root {
    font-size: 10px;
  }

  /* layout */
}
