﻿@charset "utf-8";

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  top: 0;
  word-break: break-all;
  letter-spacing: -0.8px;

  @supports (-webkit-touch-callout: none) {
    min-height: -webkit-fill-available;
  }
}

/*=======================================
// 2023.07 common start
=======================================*/
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-ai-center {
  display: flex;
  align-items: center;
}
.justify-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.relative {
  position: relative;
}
.asbolute {
  position: absolute;
}

/** 숨김 처리 **/
.hidden {
  position: absolute;
  overflow: hidden;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  clip-path: circle(0);
  white-space: nowrap;
  text-indent: 100%;
}
.hidden-txt {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.my-20 {
  margin-block: 20px !important;
}
.mt-6 {
  margin-top: 6px;
}
.mt-48 {
  margin-top: 48px;
}
.mb-14 {
  margin-bottom: 14px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}

input:focus-visible {
  outline: none;
}
input:focus {
  outline: none;
}
textarea:focus-visible {
  outline: none;
}
textarea:focus {
  outline: none;
}
button:focus {
  outline: none !important;
  box-shadow: none !important;
}
input[type='file'] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
}
.header h1 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.4px;
}
.header .h-btn-wrap {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
}
.header button.left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header button {
  width: 20px;
  height: 20px;
  border: 0;
}

button {
  padding: 0;
  border: 0;
  word-break: keep-all;
  cursor: pointer;
}
.btn2 {
  width: 100%;
  height: 56px;
  background-color: #0078ff;
  border: 0;
  border-radius: 10px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  word-break: keep-all;
}
.btn2:disabled {
  background-color: #bebebe !important;
  color: #fff !important;
}
.btn3 {
  width: 150px;
  padding: 14px;
  background-color: #0078ff;
  border: 0;
  border-radius: 4px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.4px;
}
.btn2.dark {
  background-color: #2b2b2b;
}
/*=======================================
// 2023.07 common end
=======================================*/

/*=======================================
// 2023.07 login & service page start
=======================================*/
.login-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #dfe9ff url('/images/img_login_page.png') no-repeat bottom right / 250px;
}
.login-box {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
}
.login-box .tit-box {
  margin-bottom: 40px;
}
.login-box .tit-box h1 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.4px;
}
.login-box .tit-box h1 .icon-login-page {
  margin: 0 auto 14px;
  display: block;
  width: 80px;
  height: 80px;
  background: url('/images/icon_login_page.png') no-repeat center / contain;
}
.login-box .tit-box p {
  font-size: 18px;
  color: #333;
  text-align: center;
  letter-spacing: -0.4px;
}
.login-box .btn-box button {
  margin-bottom: 10px;
  border-radius: 25px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.login-box .btn-box .service-btn {
  background-color: #2b2b2b;
}

.service .header button {
  left: 20px;
  background: url('/images/svg/icon_prev.svg') no-repeat center / contain;
}
.service .visual {
  width: 100%;
  height: 250px;
  background: url('/images/img_service.png') no-repeat center / cover;
}
.service .content {
  margin: 40px 0 28px;
}
.service .sv-shortcut {
  margin: 20px 20px 50px;
  width: calc(100% - 40px);
  height: 45px;
  padding: 0 22px;
  background-color: #2b2b2b;
  border-radius: 7px;
  border: 0;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-align: right;
  letter-spacing: -0.4px;
}
.service .sv-shortcut .ico-r-arr-wh {
  display: inlisne-block;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  background: url('/images/svg/icon_r_arr_wh.svg') no-repeat center / contain;
}
.service .content h2 {
  margin: 0 20px 28px;
  font-family: 'NanumSquareRoundB';
  font-size: 24px;
  color: #222;
  line-height: 32px;
}
.service .content .point-color {
  color: #0078ff;
  font-family: 'NanumSquareRoundB';
  display: inline-block;
}
.service .content .desc-box {
  margin: 0 20px 64px;
}
/* .service .content .desc-box.box4,
.service .content .desc-box.box5 {
  margin: 0 0 64px 20px;
} */
.service .content .desc-box h3 {
  margin-bottom: 12px;
  font-family: 'NanumSquareRoundB';
  font-size: 18px;
  color: #222;
  line-height: 24px;
  letter-spacing: -0.4px;
}
.service .content .desc-box p {
  margin-bottom: 20px;
  font-family: 'NanumSquareRound';
  font-size: 16px;
  line-height: 23px;
  color: #777;
  letter-spacing: -0.4px;
}
.service .content .desc-box strong {
  display: block;
  margin-bottom: 10px;
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 30px;
  color: #0078ff;
  line-height: 1;
  letter-spacing: -0.4px;
}
.service .content .desc-box em {
  display: inline-block;
  margin-bottom: 8px;
  padding: 7px 20px;
  background-color: #656aff;
  border-radius: 18px;
  font-family: 'NanumSquareRound';
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.4px;
}
.service .content .desc-box span:not(.point-color) {
  display: block;
  font-family: 'NanumSquareRound';
  font-size: 14px;
  color: #222;
  letter-spacing: -0.4px;
}
.service .content .desc-box .img-box {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 13px;
}
.service .content .desc-box .img-box p {
  padding: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: right;
  text-shadow: 0 0.2px 2px rgba(0, 0, 0, 0.7);
}
.service .content .box1 .img-box {
  background-image: url('/images/img_service_desc01.png');
}
.service .content .box2 .img-box {
  background-image: url('/images/img_service_desc02.png');
}
.service .content .box3 .img-box {
  height: 150px;
  background-image: url('/images/img_service_desc03.png');
}
.service .content .box4 .img-box {
  height: 215px;
  background-image: url('/images/img_service_desc04.png');
}
.service .content .box5 .img-box {
  height: 184px;
  background-image: url('/images/img_service_desc05.png');
}
.service .content .box6 .img-box.img1 {
  height: 162px;
  background-image: url('/images/img_service_desc06_01.png');
  margin-bottom: 20px;
}
.service .content .box6 .img-box.img2 {
  height: 162px;
  background-image: url('/images/img_service_desc06_02.png');
  margin-bottom: 20px;
}
.service .content .box6 .img-box.img3 {
  height: 162px;
  background-image: url('/images/img_service_desc06_03.png');
}
.service .content .btn-box {
  margin: 0 20px;
  background-image: url('/images/img_service_desc06_04.png');
}
.service .content .btn-box button .ico-link {
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 4px;
  width: 17px;
  height: 17px;
  background: url('/images/icon_link.png') no-repeat center / contain;
}
/*=======================================
// 2023.07 login & page end
=======================================*/

/*=======================================
// 2023.08 authentication page start
=======================================*/
.authentication .content {
  margin: 20px;
  padding: 70px 0 150px;
}
.authentication .tit-box {
  margin-bottom: 28px;
}
.authentication .tit-box .ico-kioceo {
  margin: 0 auto 14px;
  display: block;
  width: 80px;
  height: 80px;
  background: url('/images/icon_login_page.png') no-repeat center / contain;
}
.authentication .tit-box h1 {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.4px;
}
.authentication .tit-box p {
  font-size: 18px;
  color: #333;
  text-align: center;
  letter-spacing: -0.4px;
}
.authentication .tf-box-wrap p {
  margin: 0 0 10px 4px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.4px;
}
.authentication .tf-box-wrap .border-box {
  position: relative;
  margin-bottom: 8px;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.authentication .tf-box-wrap .border-box h2 {
  margin: 0 0 8px;
  font-family: 'Noto Sans KR';
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  color: #999;
  letter-spacing: -0.4px;
}
.authentication .tf-box {
  gap: 10px;
}
.authentication .tf-box select {
  width: 70px;
  padding: 0 12px;
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  color: #222;
  letter-spacing: -0.4px;
}
.authentication .tf-box input.txt {
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #111;
  letter-spacing: -0.4px;
}
.authentication .tf-box input.txt::placeholder {
  font-weight: 400;
  color: #888 !important;
}
.authentication .tf-box .phone-num {
  width: calc(100% - 88px);
}
.authentication .tf-box .auth-num {
  width: calc(100% - 70px);
}
.authentication .tf-box .issue-btn,
.authentication .tf-box .exten-btn {
  padding: 7px 10px;
  background-color: #f5f6fa;
  border: 0;
  border-radius: 7px;
  font-size: 12px;
  color: #111;
  letter-spacing: -0.4px;
}
.authentication .border-box em {
  position: absolute;
  top: 11px;
  right: 14px;
  font-weight: 500;
  font-size: 10px;
  color: #d73e40;
  letter-spacing: -0.4px;
}
.authentication .btn-box button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 60px;
  background-color: #2b2b2b;
  border: 0;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
/*=======================================
// 2023.08 authentication page end
=======================================*/

/*=======================================
// 2023.07 sales page start
=======================================*/
.header {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.header .h-btn-wrap {
  right: 20px;
}
.header button.menu-btn {
  background: url('/images/svg/icon_menu_btn.svg') no-repeat center / contain;
}
.header button.excel-btn {
  background: url('/images/svg/icon_excel.svg') no-repeat center / contain;
}
.sales .header {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.sales .header button {
  right: 20px;
  background: url('/images/svg/icon_menu_btn.svg') no-repeat center / contain;
}

.sales .search-box {
  margin: 20px;
}
.sales .search-box .btn-group {
  margin-bottom: 6px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
}
.sales .search-box .btn-group button {
  width: calc(100% / 4);
  height: 48px;
  background-color: #fff;
  border: 0;
  border-right: 1px solid #eaeaea;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  letter-spacing: -0.4px;
}
.sales .search-box .btn-group button.active {
  background-color: #eff5ff;
}
.sales .search-box .btn-group button:first-child {
  border-radius: 6px 0 0 6px;
}
.sales .search-box .btn-group button:last-child {
  border-right: 0;
  border-radius: 0 6px 6px 0;
}
.sales .search-box .tf-box {
  gap: 4px;
  margin-bottom: 6px;
  width: 100%;
}
.sales .search-box .tf-box .react-datepicker-wrapper {
  width: 100%;
}
.sales .react-datepicker .react-datepicker__month-container {
  width: 178px;
  height: 224px;
}
.sales .react-datepicker .react-datepicker__header {
  width: 100%;
}
.sales .react-datepicker .react-datepicker__header .react-datepicker__current-month {
  font-size: 14px;
}
.sales .react-datepicker .react-datepicker__month {
  margin: 0;
  padding: 6px 4px;
  width: 100%;
}
.sales .react-datepicker .react-datepicker__header .react-datepicker__day-name,
.sales .react-datepicker .react-datepicker__month .react-datepicker__day {
  margin: 0;
  width: 24px;
  height: 24px;
  font-size: 11.4px;
}

.sales .search-box .tf-box input {
  width: 100%;
  height: 44px;
  padding: 14px;
  background: #fff url('/images/svg/icon_calendar.svg') no-repeat top 50% right 14px / 14px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  font-family: 'Noto Sans KR';
  font-size: 1rem;
  cursor: pointer;
  letter-spacing: -0.4px;
}
.search-box.common .tf-box > div {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.sales .search-box .tf-box textarea {
  padding: 14px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  height: 48px;
  width: 100% !important;
  resize: none;
  line-height: 1.1;
}

.search-box.common .tf-box .search-btn {
  width: 25% !important;
  background-color: #000;
}
.sales .search-box .tf-box input.type2 {
  border-color: #979797;
  background-image: none;
}
.sales .search-box .tf-box .reset-btn {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 0;
  background: url('/images/svg/icon_remove.svg') no-repeat center / contain;
}
.sales .search-box .search-btn {
  height: 48px;
  padding: 14px 0;
  border-radius: 6px;
  font-size: 14px;
}

/* 달력공통 */
.react-datepicker-wrapper {
  width: 100%;
}
.react-datepicker .react-datepicker__month-container {
  width: 178px;
  height: 224px;
}
.react-datepicker .react-datepicker__header {
  width: 100%;
}
.react-datepicker .react-datepicker__header .react-datepicker__current-month {
  font-size: 14px;
}
.react-datepicker .react-datepicker__month {
  margin: 0;
  padding: 6px 4px;
  width: 100%;
}
.react-datepicker .react-datepicker__header .react-datepicker__day-name,
.react-datepicker .react-datepicker__month .react-datepicker__day {
  margin: 0;
  width: 24px;
  height: 24px;
  font-size: 11.4px;
}
.react-datepicker-wrapper input {
  width: 100%;
  height: 44px;
  padding: 14px;
  background: #fff url('/images/svg/icon_calendar.svg') no-repeat top 50% right 14px / 14px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  font-family: 'Noto Sans KR';
  font-size: 1rem;
  cursor: pointer;
  letter-spacing: -0.4px;
}
.react-datepicker-wrapper input.type2 {
  border-color: #979797;
  background-image: none;
}
.react-datepicker-wrapper .reset-btn {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 0;
  background: url('/images/svg/icon_remove.svg') no-repeat center / contain;
}

/* orderHis */

.fc-p {
  color: #ff007f !important;
}
.orderhis .total-box {
  background-color: #ffecf2 !important;
}
.result-box .total-box {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  padding: 22px;
  background-color: #eff5ff;
}

.result-box.type2 .total-box {
  gap: 40px;
  padding: 0;
  margin-bottom: 12px;
  background-color: transparent;
}
.orderhis .result-box.type2 .total-box:last-of-type {
  margin-bottom: 0;
}
.result-box .total-box p {
  width: calc(100% / 2);
  font-weight: 500;
  font-size: 16px;
  font-family: 'Pretendard';
  letter-spacing: -0.4px;
  word-break: keep-all;
}
.result-box .total-box .num,
.result-box .total-box .pri {
  font-weight: 600;
  font-size: 18px;
  text-align: right;
}
.result-box .total-box .pri {
  color: #0078ff;
}
.result-box .total-box .detail {
  display: inline-block;
  margin-top: 0.4rem;
  font-weight: 500;
  font-size: 16px;
  color: #555;
}
.result-box .total-box .number {
  /* width: calc((100% - 28px) / 3); */
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 18px;
  color: #0078ff;
  letter-spacing: -0.4px;
}

/* .tf-box {
  margin-bottom: 6px;
}
.tf-box input.type2 {
  border-color: #979797;
  background-image: none;
}
.tf-box input {
  width: 100%;
  height: 44px;
  padding: 14px;
  background: #fff url('/images/svg/icon_calendar.svg') no-repeat top 50% right 14px / 14px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  font-family: 'Noto Sans KR';
  font-size: 1rem;
  cursor: pointer;
  letter-spacing: -0.4px;
} */
.result-box .total-box .price {
  width: calc((100% - 28px) / 3 * 2);
  font-weight: 600;
  font-size: 18px;
  font-family: 'Pretendard';
  text-align: right;
  letter-spacing: -0.4px;
}
.list-detail .accordion-group {
  margin-bottom: 80px;
}
.list-detail .accordion {
  margin-bottom: 20px;
}
.list-detail .accordion .tit-box {
  justify-content: space-between;
  padding: 32px 20px 6px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}
.list-detail .accordion .tit-box h2 {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.8px;
}
.list-detail .accordion .tit-box p {
  font-weight: 700;
  font-size: 16px;
  color: #ff007f;
  text-align: right;
  letter-spacing: -0.8px;
}

.list-detail .accordion .content-box .acc-btn {
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.list-detail .accordion .content-box .acc-btn .time {
  font-size: 15px;
  color: #444;
  letter-spacing: -0.8px;
}
.list-detail .accordion .content-box .acc-btn .price {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.8px;
}
.list-detail .accordion .content-box .acc-btn .price .icon-toggle-btn {
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background: url('/images/svg/icon_toggle_btn.svg') no-repeat center / contain;
}
.list-detail .accordion .content-box .acc-btn.active .price .icon-toggle-btn {
  transform: rotate(180deg);
}
.list-detail .accordion .content-box .acc-cnt {
  padding: 10px 20px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
.list-detail .accordion .content-box .acc-cnt.on {
  display: block;
}
.list-detail .accordion .content-box .acc-cnt dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.list-detail .accordion .content-box .acc-cnt dl.flex-ai-start {
  align-items: flex-start;
}
.list-detail .accordion .content-box .acc-cnt dl dt {
  font-size: 15px;
  letter-spacing: -0.8px;
  color: #555;
}
.list-detail .accordion .content-box .acc-cnt dl dd {
  font-size: 15px;
  letter-spacing: -0.8px;
}

.list-detail .accordion .content-box .acc-cnt dl.flex-ai-start span {
  display: block;
  text-align: right;
}
.list-detail .accordion .content-box .acc-cnt .cancel-btn {
  margin: 14px 0 10px;
  padding: 10px 14px;
  background-color: #ddd;
  border: 0;
  border-radius: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 14px;
  color: #222;
  line-height: 1;
  letter-spacing: -0.4px;
}

/* orderdetail */

/* 입금내역 */
.header_pink {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 56px 24px 20px;
  background-color: #ff007f;
  /* z-index: 99; */
  color: #fff;
}
.header_pink button {
  margin-bottom: 14px;
  width: 25px;
  height: 25px;
  background: url('/images/svg/icon_white_prev.svg') no-repeat center / contain;
  border: 0;
}
.header_pink h1 {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: -0.4px;
}
.header_pink > div > p {
  font-size: 32px;
  font-weight: 500;
}

.header_pink .info_box {
  justify-content: space-between;
  margin: 14px 0 14px;
  padding: 28px 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.header_pink .info_box ul li {
  justify-content: space-between;
  align-items: center;
  display: flex;
  align-items: center;
}

.header_pink .info_box ul li:first-child {
  margin-bottom: 10px;
}

.header_pink .guide_txt {
  font-size: 14px;
  margin-top: 16px;
}
.deposit .info_box {
  position: relative;
}

.deposit .info_box .status {
  position: absolute;
  top: 36px;
  width: 10px;
  height: 44px;
  background: url('/images/svg/bg_deposit_status.svg') no-repeat center / contain;
}
.deposit .info_box ul {
  padding-left: 18px;
}
.deposit .info_box_bottom {
  background-color: #ffffff;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 9px;
}

.deposit .info_box_bottom span,
.deposit .info_box_bottom p {
  font-size: 16px !important;
  color: #000;
}

/* 카드리스트버튼 */
.list-wrapper {
  margin: 20px;
}
.list-btn {
  margin-bottom: 16px;
  padding: 20px 16px;
  background-color: #f8f8f8;
  border: 1px soild #eaeaea;
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.list-btn h2 {
  /* width: calc((100% - 28px) / 2); */
  font-size: 16px;
  letter-spacing: -0.4px;
  font-weight: 700;
}
.list-btn > div {
  margin-bottom: 15px;
}
.list-btn p {
  margin-top: 5px;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 16px;
  text-align: right;
  letter-spacing: -0.4px;
}
.list-btn p:nth-child(3) {
  font-weight: 700;
}
.sp-bt {
  justify-content: space-between;
  gap: 28px;
  display: flex;
  align-items: center;
}

/* 입금 상태버튼 */
.status_btn {
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 12px !important;
  color: #fff;
  text-align: center;
}
.status01 {
  background-color: #ffa400;
}
.status02 {
  background-color: #3185fc;
}
.status03 {
  background-color: #000;
}

.deposit .more_wrap {
  padding: 0 20px 20px;
}
.deposit .more {
  border: 1px solid #ff007f;
  background-color: #ffffff;
  height: 56px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  color: #ff007f;
}

/* 문의하기 */
.contact .ico-completion {
  display: block;
  width: 50px;
  height: 50px;
  margin: 56px 0 20px;
  background: url('/images/svg/icon_completion.svg') no-repeat center / contain;
}
.contact .tit_box {
  margin-bottom: 24px;
}

.contact .tit_box .tit_txt {
  font-size: 24px;
}

.contact .tit_box .tit_txt span {
  font-weight: 700;
}

.contact .sub_box {
  font-size: 14px;
}

.contact .sub_box p:nth-child(2) {
  margin: 10px 0 32px;
}
.contact .list_wrap .list_btn {
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 4px;
}
.contact .list_wrap .list_btn .status_btn {
  margin-left: 0;
}

.contact .list_wrap .list_tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 8px 0px 4px;
}

.contact .new_btn {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 4px;
  background: url('/images/svg/icon_new.svg') no-repeat center / contain;
}

.contact .list_detail {
  white-space: pre-wrap;
}

.contact .list_wrap .date {
  color: #999999;
}
.contact .list_detail .date {
  color: #666666;
}

.contact .list_detail .comment p:first-child {
  margin-bottom: 14px;
}

.contact .list_detail .admin {
  color: #000;
  font-weight: 500;
  margin-right: 9px;
}

.contact .list_detail .comment .date {
  color: #bebebe;
}
.contact .list_detail_tit {
  padding: 16px;
  border-bottom: 2px solid #f5f5f5;
}

.contact .list_detail_tit .status_btn {
  margin: 0 6px 0 0;
}

.contact .list_detail_content {
  padding: 24px 16px;
}

.contact .list_detail_content .comment_wrap {
  padding: 24px 16px;
  margin-top: 32px;
  background-color: #f5f5f5;
  border-radius: 6px;
}

/* 입금내역상세 */
.deposit_details .header .h-btn-wrap {
  width: calc(100% - 40px);
  justify-content: space-between;
  align-items: center;
}
.deposit_details .header button.prev-btn {
  width: 25px;
  height: 25px;
  background: url('/images/svg/icon_black_prev.svg') no-repeat center / contain;
  border: 0;
}
.deposit_details .info_box {
  padding: 56px 20px;
}
.deposit_details .info_box .guide_txt {
  font-size: 14px;
}
.deposit_details .info_box .h1 {
  font-size: 20px;
  font-weight: 700;
}

.deposit_details .info_box ul {
  margin-top: 20px;
  padding: 28px 20px;
  background-color: #f7f7f7;
  border-radius: 9px;
  border: 1px solid #ff007f;
}

.deposit_details .info_box ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-left: 10px;
  background: url('/images/svg/bg_liststyle_disc.svg') no-repeat left;
}

.deposit_details .info_box ul li:last-child {
  margin-bottom: 0;
}

.deposit_details .sec {
  height: 12px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #f7f7f7;
}

.sales .shop-box {
  padding: 14px;
  background-color: #eff5ff;
  text-align: center;
}
.sales .shop-box h2 {
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.4px;
}
.sales .shop-box .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 12px;
}
.sales .shop-box span {
  font-family: 'Pretendard';
  font-size: 17px;
  color: #444;
  letter-spacing: -0.4px;
  position: relative;
}
.sales .shop-box span:first-of-type::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  right: -14px;
  width: 1px;
  height: 13px;
  background-color: #bbb;
}
.sales .shop-box span.alone::after {
  content: none;
}
.sales .shop-box span .point {
  margin-right: 1px;
  font-size: 18px;
  font-weight: 600;
  color: #0078ff;
}
.sales .result-box {
  font-family: 'Pretendard';
}
.sales .result-box.type2 {
  background-color: #eff5ff;
  padding: 20px;
}
.sales .result-box h2 {
  margin-bottom: 18px;
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.4px;
  text-align: center;
}
.sales .result-box .total-box {
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 22px;
  background-color: #eff5ff;
}
.sales .result-box.type2 .total-box {
  gap: 20px;
  padding: 0;
  margin-bottom: 18px;
  background-color: transparent;
}
.sales .result-box.type2 .total-box:last-of-type {
  margin-bottom: 0;
}
.sales .result-box .total-box p {
  width: auto;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Pretendard';
  letter-spacing: -0.4px;
}
.sales .result-box .total-box .num,
.sales .result-box .total-box .pri {
  font-weight: 600;
  font-size: 18px;
  text-align: right;
}
.sales .result-box .total-box .pri {
  color: #0078ff;
}
.sales .result-box .total-box .detail {
  display: inline-block;
  margin-top: 0.4rem;
  font-weight: 500;
  font-size: 16px;
  color: #555;
}
.sales .result-box .total-box .number {
  /* width: calc((100% - 28px) / 3); */
  font-weight: 600;
  font-size: 18px;
  font-family: 'Pretendard';
  color: #0078ff;
  letter-spacing: -0.4px;
}
.sales .result-box .total-box .price {
  width: calc((100% - 28px) / 3 * 2);
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 18px;
  text-align: right;
  letter-spacing: -0.4px;
  word-break: keep-all;
}
.sales .result-box .no-result {
  margin-top: 80px;
}
.sales .result-box .list-wrapper {
  margin: 20px;
}
.sales .result-box .list-btn {
  margin-bottom: 10px;
  padding: 18px 20px;
  background-color: #f8f8f8;
  border: 1px soild #eaeaea;
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.sales .result-box .list-btn .flex-box {
  justify-content: space-between;
  gap: 28px;
}
.sales .result-box .list-btn h2 {
  /* width: calc((100% - 28px) / 2); */
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.4px;
}
.sales .result-box .list-btn span {
  /* width: calc((100% - 28px) / 2); */
  gap: 8px;
  font-size: 16px;
  text-align: right;
  letter-spacing: -0.4px;
}
.sales .result-box .list-btn span .ico-r-arr {
  width: 12px;
  height: 12px;
  background: url('/images/svg/icon_r_arr.svg') no-repeat center / contain;
}
.sales .result-box .list-btn p {
  margin-top: 10px;
  padding: 10px 16px;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 600;
  text-align: right;
  letter-spacing: -0.4px;
}
.sales .result-box .list-btn p .add-txt {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  display: block;
  width: 60px;
  padding: 2px 6px;
  border-radius: 20px;
  background-color: rgb(236, 33, 10);
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.sales .result-box .list-btn p .right {
  display: inline-block;
  width: 100%;
  padding-left: 70px;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
}
.sales .result-box .list-btn p .detail {
  display: inline-block;
  margin-top: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #555;
}

.sales .result-table {
  margin-bottom: 28px;
}
/* .deposit_details .result-table tr,
.sales .result-table tr {
  position: relative;
}
.deposit_details .result-table tr.disabled::after,
.sales .result-table tr.disabled::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 1px;
  background-color: red;
} */
.sales .result-table tr.disabled td,
.sales .result-table tr.disabled td .blue {
  color: #bbb !important;
}
.sales .result-table th,
.result-table th {
  border-bottom: 1px solid #000;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.4px;
  white-space: pre-wrap;
  word-break: break-word;
}
.sales .result-table th {
  padding: 12px 10px;
}
.result-table th {
  padding: 12px 6px;
}
.sales .result-table th button {
  gap: 4px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.4px;
  white-space: pre-wrap;
  word-break: break-word;
}
.sales .result-table th button .blue {
  font-weight: 600;
  color: #0078ff;
}
.sales .result-table th button .icon-up-arr-long {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('/images/svg/icon_up_arr_long.svg') no-repeat center / contain;
}
.sales .result-table th button .icon-down-arr-long {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('/images/svg/icon_down_arr_long.svg') no-repeat center / contain;
}
.sales .result-table td,
.result-table td {
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.4px;
  text-align: left;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
}
.sales .result-table td {
  padding: 14px 10px;
}
.result-table td {
  padding: 12px 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sales .result-table td.center {
  text-align: center;
}
.sales .result-table td:first-child {
  padding-left: 20px;
}
.result-table td:first-child,
.result-table th:first-child {
  padding-left: 16px;
}
.sales .result-table td:last-child {
  padding-right: 20px;
}
.result-table td:last-child {
  padding-right: 16px;
}
.sales .result-table td.right {
  text-align: right;
}
.sales .result-table td.in {
  color: #0078ff !important;
}
.sales .result-table td.out {
  color: #ff1d1d !important;
}
.sales .result-table td .bold {
  font-size: 16px;
  color: #000 !important;
}
.sales .result-table td.point,
.sales .result-table td .blue {
  font-weight: 600;
  color: #0078ff;
}

/*=======================================
// 2023.07 sales page end
=======================================*/

/*=======================================
// 2023.07 sales detail page start
=======================================*/
.sales-detail .header2 {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 20px 16px;
  background-color: #0078ff;
  z-index: 1;
}
.sales-detail .header2 .btn-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sales-detail .header2 .btn-inner button.excel-btn {
  background: url('/images/svg/icon_excel.svg') no-repeat center / contain !important;
}
.sales-detail .header2 button {
  margin-bottom: 14px;
  width: 25px;
  height: 25px;
  background: url('/images/svg/icon_white_prev.svg') no-repeat center / contain;
  border: 0;
}
.sales-detail .header2 h1 {
  font-weight: 500;
  font-size: 19px;
  color: #fff;
  letter-spacing: -0.4px;
}
.sales-detail .header2 .txt-date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: -0.4px;
}
.sales-detail .header2 .flex-box {
  justify-content: space-between;
  gap: 1rem;
  margin-top: 14px;
  padding: 24px 16px;
  background-color: #fff;
  border-radius: 8px;
  font-family: 'Pretendard';
}
.sales-detail .header2 .flex-box .number {
  width: 80px;
  font-size: 17px;
  letter-spacing: -0.4px;
}
.sales-detail .header2 .flex-box .price {
  font-weight: 600;
  font-size: 23px;
  color: #0078ff;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-align: right;
  word-break: keep-all;
}
.sales-detail .header2 .flex-box .price .detail {
  font-weight: 400;
  font-size: 18px;
  color: #555;
}
.sales-detail .accordion-group {
  margin-bottom: 80px;
}
.sales-detail .accordion {
  margin-bottom: 20px;
}
.sales-detail .accordion .tit-box {
  justify-content: space-between;
  padding: 32px 20px 6px;
  border-bottom: 1px solid #000;
}
.sales-detail .accordion .tit-box .array-box {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.sales-detail .accordion .tit-box h2 {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.8px;
}
.sales-detail .accordion .tit-box p {
  font-weight: 700;
  font-size: 16px;
  color: #0078ff;
  text-align: right;
  letter-spacing: -0.8px;
}
.sales-detail .accordion .tit-box p:nth-child(2) {
  font-weight: 500;
  font-size: 14px;
  color: #555;
}
.sales-detail .accordion .content-box .acc-btn {
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}
.sales-detail .accordion .content-box .acc-btn .time {
  font-size: 15px;
  color: #444;
  letter-spacing: -0.8px;
}
.sales-detail .accordion .content-box .acc-btn .price {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.8px;
}
.sales-detail .accordion .content-box .acc-btn .price .icon-toggle-btn {
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background: url('/images/svg/icon_toggle_btn.svg') no-repeat center / contain;
}
.sales-detail .accordion .content-box .acc-btn.active .price .icon-toggle-btn {
  transform: rotate(180deg);
}
.sales-detail .accordion .content-box .acc-cnt {
  padding: 10px 20px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
.sales-detail .accordion .content-box .acc-cnt.on {
  display: block;
}
.sales-detail .accordion .content-box .acc-cnt dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.sales-detail .accordion .content-box .acc-cnt dl.flex-ai-start {
  align-items: flex-start;
}
.sales-detail .accordion .content-box .acc-cnt dl dt {
  font-size: 15px;
  letter-spacing: -0.8px;
  color: #555;
}
.sales-detail .accordion .content-box .acc-cnt dl dd {
  font-size: 15px;
  letter-spacing: -0.8px;
}

.sales-detail .accordion .content-box .acc-cnt dl.flex-ai-start span {
  display: block;
  text-align: right;
}
.sales-detail .accordion .content-box .acc-cnt .cancel-btn {
  margin: 14px 0 10px;
  padding: 10px 14px;
  background-color: #ddd;
  border: 0;
  border-radius: 18px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 14px;
  color: #222;
  line-height: 1;
  letter-spacing: -0.4px;
}
/*=======================================
// 2023.07 sales detail page end
=======================================*/

/*=======================================
// 2023.07 cancel alert start
=======================================*/
.cancel-alert.bg,
.modal.bg {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999;
}
.cancel-alert .box,
.modal .box {
  width: 100%;
  padding: 28px 20px 18px;
  background-color: #fff;
  border-radius: 18px;
}
.cancel-alert .box h2,
.modal .box h2 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.4px;
}
.modal.edit .box h2 {
  margin-bottom: 24px;
}
.cancel-alert .box h2 .point-color,
.modal .box h2 .point-color {
  color: #0078ff;
}
.modal .box h2 .normal-color {
  display: block;
  color: black;
}
.cancel-alert .box .desc,
.modal .box .desc {
  margin-bottom: 28px;
}
.cancel-alert .box .desc span,
.modal .box .desc span {
  display: block;
  font-size: 14px;
  color: #999;
  letter-spacing: -0.4px;
}
.cancel-alert .box .btn-box button:not(:last-child),
.modal .box .btn-box button:not(:last-child) {
  margin-bottom: 6px;
  background-color: #eee;
  font-weight: 500;
  color: #222;
}
.modal .box .btn-box label:not(:last-child) {
  margin-bottom: 6px;
  background-color: #eee;
  font-weight: 500;
  color: #222;
}
.cancel-alert .box .btn-box button,
.modal .box .btn-box button {
  position: relative;
  width: 100%;
  height: 46px;
  background-color: #fff;
  border: 0;
  border-radius: 14px;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  color: #b3b3b3;
  letter-spacing: -0.4px;
}
.modal .box .btn-box button.point-color {
  background-color: #0078ff;
  color: #fff;
}
.modal .box .btn-box label {
  position: relative;
  width: 100%;
  height: 46px;
  background-color: #fff;
  border: 0;
  border-radius: 14px;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  color: #b3b3b3;
  text-align: center;
  letter-spacing: -0.4px;
}
.modal .box .btn-box button i {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  display: block;
}
.modal .box .btn-box label i {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  display: block;
}
.modal .box .btn-box button .ico-setting {
  width: 18px;
  height: 18px;
  background: url('/images/svg/icon_setting.svg') no-repeat center / contain;
}
.modal .box .btn-box button .ico-garbage {
  width: 16px;
  height: 18px;
  background: url('/images/svg/icon_garbage.svg') no-repeat center / contain;
}
.modal .box .btn-box button .ico-adjustment {
  width: 18px;
  height: 18px;
  background: url('/images/svg/icon_adjustment.svg') no-repeat center / contain;
}
.modal .box .btn-box label .ico-camera {
  width: 18px;
  height: 18px;
  background: url('/images/svg/icon_camera.svg') no-repeat center / contain;
}
.modal .box .btn-box label .ico-folder {
  width: 18px;
  height: 18px;
  background: url('/images/svg/icon_folder.svg') no-repeat center / contain;
}
/*=======================================
// 2023.07 cancel alert end
=======================================*/

.section.login.wrap {
  width: 100%;
  padding: 0 !important;
  background: #282828;
  position: fixed;
}

.section.login .login_wrap {
  text-align: center;
}

.section.login .login_wrap .login_box {
  display: inline-block;
  margin-top: 16%;
}

.section.login .login_wrap .login_box .icon-login-page {
  display: block;
  width: 80px;
  height: 80px;
  background: url('/public/images/icon_login_page.png') no-repeat center / contain;
  margin: auto;
}

.section.login .login_wrap .login_box h1 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}

.section.login .login_wrap .login_box .input_wrap {
  width: 300px;
  border-top: 1px solid #676b71;
  border-bottom: 1px solid #676b71;
}

.section.login .login_wrap .login_box .input_wrap.id {
  background: url(/images/icon_login_id.png) no-repeat 10px 50% !important;
}

.section.login .login_wrap .login_box .input_wrap.pw {
  background: url(/images/icon_login_pw.png) no-repeat 10px 50% !important;
}

.section.login .login_wrap .login_box .input_wrap input {
  height: 65px !important;
  width: 100% !important;
  background: none !important;
  border: none !important;
  padding-left: 60px;
  color: #fff !important;
}

.section.login .login_wrap .login_box .input_wrap input::placeholder {
  color: #dedede;
  font-size: 17px;
  font-weight: normal;
}

.section.login .login_wrap .login_box .input_wrap input:focus {
  outline: none;
}

.section.login .login_wrap .login_box p.help {
  text-align: left !important;
  line-height: 20px !important;
  margin-top: 10px !important;
}

.section.login .login_wrap .login_box p.help a {
  color: #fff !important;
  padding-left: 10px !important;
}

.section.login .login_wrap .login_box .btn_wrap {
  height: 60px;
  width: 300px;
  background: #2b5ca1;
}

.section.login .login_wrap .login_box .btn_wrap button {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #2b5ca1;
  border: none;
}

.section.login .login_wrap .login_box .btn_wrap button:hover {
  background: #4e88da;
  cursor: pointer;
}

/*=======================================
// 헤더
=======================================*/

.section.common {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  background: #ffffff;
}

.section .header_wrap {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  height: 80px;
}

.section .header_inner {
  padding-right: 50px;
}

.section .header_inner .logo_wrap {
  width: 230px;
  background: #2b5ca1;
  line-height: 80px;
  text-align: center;
  display: inline-block;
}

.section .header_inner .logo {
  line-height: 80px;
  vertical-align: middle;
}

.section .header_inner ul {
  float: right;
  line-height: 80px;
}

.section .header_inner ul li {
  float: left;
  line-height: 80px;
  padding-left: 10px;
  font-size: 12px;
}

/*=======================================
// 검색창
=======================================*/

/*=======================================
// search table , info_box_wrap table
=======================================*/

.search_wrap .form_group {
  border-top: 1px solid #ddd;
}

.search_wrap table,
.info_box_wrap table {
  background: none;
}

.search_wrap table th,
.info_box_wrap table th {
  text-align: right;
  color: #222;
}

.search_wrap table td,
.info_box_wrap table td {
  padding: 4px 0 4px 10px;
}

.search_wrap table td .btn,
.info_box_wrap table td .btn {
  padding: 3px 6px;
  margin-left: -4px;
  border-radius: 0 2px 2px 0;
  font-size: 14px;
}

.search_wrap table td .btn span,
.info_box_wrap table td .btn span {
  position: absolute;
  left: -10000px;
  top: -10000px;
  width: 0;
  height: 0;
  font-size: 0;
}

.search_wrap table td .btn i {
  font-size: 15px;
}

.radio-area label {
  padding-right: 10px;
}

.info_box_wrap table td input {
  width: 100%;
}

.info_box_wrap table td .input_wrap input {
  width: 10%;
}

/* 임시 테이블 */

select::-ms-expand {
  display: none;
}

table.search_form tr th input,
table.search_form tr td input,
table.search_form tr th select,
table.search_form tr td select {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  overflow: hidden;
  color: #000;
  background-color: #fff;
  height: 30px;
  line-height: 18px;
}
table.search_form tbody tr th {
  color: #424242 !important;
  background-color: #f4f4f4 !important;
  vertical-align: middle !important;
  text-overflow: ellipsis !important;
  padding: 5px 10px !important;
  font-weight: bold !important;
}
table.search_form tbody tr th,
table.search_form tbody tr td,
table.info_box_wrap tbody tr th,
table.info_box_wrap tbody tr td {
  vertical-align: middle !important;
  line-height: 26px !important;
  padding: 2px 5px !important;
  border-right: 1px solid #dddddd !important;
  border-left: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  padding: 5px 10px !important;
}
table.search_form tbody tr th p.title {
  font-size: 14px;
  font-weight: bold;
  float: left;
  /* line-height: 30px; */
}
table.search_form tbody tr th .btn_wrap {
  margin: 0 !important;
  float: right;
}
table.search_form tbody tr th .btn_wrap .icon_up:before,
table tbody tr td span.icon_up:before {
  content: '▲';
}
table.search_form tbody tr th .btn_wrap .icon_down:before,
table tbody tr td span.icon_down:before {
  content: '▼';
}
table.search_form tbody tr td .search_store {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  width: 140px;
}
table.search_form tbody tr td .search_store input {
  border: 0;
  width: 83%;
}
table.search_form tbody tr td .search_store button.btn_admin {
  background: #fff;
}
table.search_form tbody tr td .search_store button.btn_admin i {
  color: #000;
}

/*=======================================
// contents title
=======================================*/

.section .tit {
  height: 50px;
  padding: 18px 0 0 0;
  border-bottom: 1px solid #d1d1d1;
  background: #fff;
}

.section .tit h2 {
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #111;
}

/*=======================================
// 가맹점리스트
=======================================*/

.section.wrap {
  height: 100%;
  padding: 100px 50px 100px 270px;
  min-width: 200px;
}

/*=======================================
// 검색창
=======================================*/

input:-ms-input-placeholder {
  color: #000;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

.input_wrap input,
.upload_name {
  border-radius: 5px;
}

.btn_all button {
  width: 50px;
  height: 38px;
  border: 0px;
  background: #1b5ac2;
  color: #ffffff;
}

/*=======================================
// 가맹점 상세페이지
=======================================*/

/*=======================================
// 메뉴등록
=======================================*/

.section .menu_group,
.section .menu_list {
  float: left;
}

.section .menu_group {
  width: 34%;
}

.section .menu_list {
  width: 65%;
}

.section2 {
  width: 50%;
}

.tr20 {
  height: 721px;
}

.loading_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: gray;
  border-radius: 50%;
  animation: loading 1s 0s linear infinite;
}

.loading span:nth-child(1) {
  animation-delay: 0s;
  background-color: red;
}

.loading span:nth-child(2) {
  animation-delay: 0.2s;
  background-color: orange;
}

.loading span:nth-child(3) {
  animation-delay: 0.4s;
  background-color: yellowgreen;
}

@keyframes loading {
  /*loading이라는 keyframe 애니메이션*/
  0%,                      /* 0, 50, 100은 구간*/
  100% {
    opacity: 0; /* 안보였다가 */
    transform: scale(0.5); /*transform의 scale로 요소를 확대 또는 축소할 수 있음*/
  }
  50% {
    opacity: 1; /* 보였다가 */
    transform: scale(1.2); /* 1.2배 */
  }
}

/*=======================================
// 2023.08 shop-list start
=======================================*/
.ico-r-arr {
  width: 12px;
  height: 12px;
  background: url('/images/svg/icon_r_arr.svg') no-repeat center / contain;
}

.service .list-box .chk-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.service .list-box .chk-list.all {
  justify-content: unset;
}
.service .list-box .chk-list .flex-box {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% - 48px);
}
.service .list-box .chk-list input,
.list-box .checkbox_wrap input {
  background: url('/images/svg/icon_round_check.svg') no-repeat center / contain;
}
.service .list-box .chk-list input {
  width: 30px;
  height: 30px;
}
.list-box .checkbox_wrap input {
  width: 24px;
  height: 24px;
}

.service .list-box .chk-list label {
  margin-top: -2px;
  letter-spacing: -0.4px;
}
.service .list-box .chk-list.checked {
  background-color: #0078ff;
}
.service .list-box .chk-list.checked input {
  background: url('/images/svg/icon_round_check_on.svg') no-repeat center / contain;
}
.list-box .checkbox_wrap input.checked {
  background: url('/images/svg/icon_round_check_blue_on.svg') no-repeat center / contain;
}
.service .list-box .chk-list.checked input + label {
  color: #fff;
}
.service .list-box .chk-list .badge {
  width: 38px;
  height: 16px;
  border-radius: 4px;
  background-color: #ff006b;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #fff;
}

.list-box li {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
  height: 56px;
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  /* cursor: pointer; */
}
.list-box li .link-btn,
.list-box li div {
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  height: 100%;
  padding: 0 18px;
  background-color: transparent;
  border: 0;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  letter-spacing: -0.4px;
}
.list-box li .link-btn .txt {
  width: 90%;
  gap: 10px;
}
.list-box li .link-btn .txt .sub-txt {
  /* width: calc(100% - 40px); */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-box li .link-btn .txt .point-label {
  width: 40px;
  padding: 1px 6px 2px;
  margin-bottom: 0;
  background-color: #ff006b;
  border-radius: 4px;
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  letter-spacing: -0.4px;
}
.list-box li.no-list,
.list-box2 li.no-list,
.result-box .no-result {
  margin: 80px 0;
  background-color: unset;
  border: 0;
  font-size: 15px;
  color: #b2b2b2;
  text-align: center;
  cursor: auto;
}

.shop-list .content {
  margin: 20px;
}
.shop-list .search-box {
  margin: 28px 0 40px;
}
.shop-list .search-box h1 {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.4px;
}
.shop-list .search-box .tf-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 12px;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 4px;
}
.shop-list .search-box input {
  background-image: none;
}
.shop-list .search-box input.txt {
  width: calc(100% - 30px);
  height: 100%;
  outline: none;
  border: 0;
  background-color: #fff;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.4px;
}
.shop-list .search-box input.txt::placeholder {
  color: #bdbdbd;
}
.shop-list .search-box button {
  /* position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%); */
  width: 20px;
  height: 20px;
  background: url('/images/svg/icon_search.svg') no-repeat center / 90%;
  border: 0;
}
/*=======================================
// 2023.08 shop-list end
=======================================*/

/*=======================================
// 2023.08 menu-list ~  start
=======================================*/
.header2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0 20px 20px;
  background-color: #0078ff;
}
.header2 .h-btn-box {
  height: 60px;
  justify-content: space-between;
}
.header2 .h-btn-box .prev-btn {
  width: 25px;
  height: 25px;
  background: url('/images/svg/icon_white_prev.svg') no-repeat center / contain;
  border: 0;
}
.header2 .h-btn-box .menu-btn {
  width: 20px;
  height: 20px;
  background: url('/images/svg/icon_kebab.svg') no-repeat center / contain;
  border: 0;
}
.header2 .h-tit-box h1 {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header2 .h-tit-box select {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  padding: 5px 36px 5px 6px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  background: url('/images/ico_w_donw_arr.png') no-repeat top 9px right 7px / 22px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.4px;
}
.header2 .h-tit-box em {
  margin-left: 0.2rem;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -0.4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.common .section .tit-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 12px 20px;
  background-color: #eee;
  border-bottom: 1px solid #d7d7d7;
}

.common .section .tit-box.bg-white {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  background-color: #fff;
  border-bottom: none;
  padding: 12px 0;
}
.common .section .tit-box h2 {
  /* width: calc(100% - 98px); */
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.common .section .tit-box button {
  padding: 8px 10px;
  background-color: #000;
  border: 0;
  border-radius: 20px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.common .section .desc-box {
  padding: 20px;
}
.common .section .desc-box p {
  font-size: 15px;
  color: #555;
  letter-spacing: -0.4px;
  line-height: 22px;
}
.common .section .content-box {
  padding: 20px;
}
.common .section .content-box em {
  display: block;
  margin-bottom: 18px;
  font-size: 14px;
  color: #0078ff;
  letter-spacing: -0.4px;
}
.common .common-content {
  padding: 20px;
}
.common .content.mb-120 {
  margin-bottom: 120px;
}
.common .tf-box-wrap {
  margin-bottom: 28px;
}
.common .tf-box-wrap h2 {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.4px;
}
.common .tf-box {
  margin-bottom: 28px;
}

.common .tf-box .flex-box {
  gap: 10px;
}
.common .tf-box label:not(.hidden) {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.4px;
}
.common .tf-box h2.label {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.4px;
}
.common .tf-box textarea {
  resize: none;
  width: 100%;
  height: 128px;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 4px;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  color: #555;
  letter-spacing: -0.4px;
  line-height: 1.48;
  word-break: break-word;
}
.common .tf-box textarea.txt {
  color: #000;
}
input[type='text'] {
  padding-right: 0;
}
.common .tf-box input.txt,
.common .tf-box select.txt {
  width: 100%;
  height: 50px;
  padding: 0 0 0 14px;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: -0.4px;
  white-space: pre-line;
  overflow-wrap: break-word;
}
.common .tf-box input.txt.right {
  padding-left: 0;
  padding-right: 14px;
  text-align: right;
}
.common .tf-box input.txt.r-pd {
  padding: 0 0 0 14px;
}
.common .tf-box select.txt.select {
  padding: 0 0 0 14px;
}
.common .tf-box input.txt::placeholder,
.common .tf-box textarea.txt::placeholder {
  color: #d3d3d3;
}
.common .tf-box select.txt {
  background: url('/images/svg/icon_select_arr.svg') no-repeat top 50% right 14px / 12px;
}
/* .common .tf-box .flex-box input.txt {
  width: calc((100% - 85px) / 2);
} */
/* .common .tf-box .flex-box input.txt {
  width: calc(100% / 2);
} */
.common .tf-box .group-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.common .tf-box .group-box input.txt {
  width: calc(100% - 78px);
}
.common .tf-box .img-box-wrap {
  position: relative;
}
.common .tf-box .img-box {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.common .tf-box .img-box img {
  width: auto;
  height: 90%;
}
.common .tf-box .no-img {
  padding: 8px;
  font-size: 12px;
  color: #444;
  letter-spacing: -0.6px;
}
.common .tf-box .img-box-wrap .rm-btn {
  position: absolute;
  top: -10px;
  left: 140px;
  width: 20px;
  height: 20px;
  background: url('/images/svg/icon_remove.svg') no-repeat center / contain;
  border: 0;
}
.common .tf-box .remove-btn {
  /* position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%); */
  width: 70px;
  height: 50px;
  background-color: #0078ff;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  /* letter-spacing: -0.4px; */
}
.common .tf-box .remove-btn2 {
  width: 65px;
  height: 50px;
  padding: 14px;
  background-color: #777;
  border: 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.4px;
}
.common .tf-box .attach-btn {
  width: 150px;
  height: 50px;
  background-color: #0078ff;
  border-radius: 4px;
  color: #fff;
  letter-spacing: -0.4px;
}
.common .section .tab-box {
  background-color: #fff;
  border: 1px solid #0067db;
  border-radius: 4px;
}
.common .section .tab-box button {
  width: calc(100% / 3);
  padding: 8px 0;
  background-color: transparent;
  border: 0;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 13px;
  color: #0067db;
  letter-spacing: -0.4px;
}
.common .section .tab-box button .ico-tab {
  display: block;
  margin: 0 auto 8px;
  width: 20px;
  height: 20px;
}
.common .section .tab-box button .ico-tab.tab1 {
  background: url('/images/svg/icon_tab1.svg') no-repeat center / contain;
}
.common .section .tab-box button .ico-tab.tab2 {
  background: url('/images/svg/icon_tab2.svg') no-repeat center / contain;
}
.common .section .tab-box button .ico-tab.tab3 {
  background: url('/images/svg/icon_tab3.svg') no-repeat center / contain;
}
.common .section .tab-box button:not(:last-child) {
  border-right: 1px solid #0067db;
}
.common .btn-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #fff;
}
.common .btn-box button {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}
.common .add-btn {
  gap: 6px;
  width: 100%;
  height: 56px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 15px;
  color: #0078ff;
  letter-spacing: -0.4px;
}

.ico-reorder {
  width: 32px;
  height: 32px;
  background: url('/images/svg/icon_reorder.svg') no-repeat center / 18px;
}
.ico-minus {
  width: 32px;
  height: 32px;
  background: url('/images/svg/icon_minus.svg') no-repeat center / 18px;
}
.ico-plus {
  width: 12px;
  height: 12px;
  background: url('/images/svg/icon_plus.svg') no-repeat center / contain;
}

/* input type search */
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

/* switch button */
/* .switch-box {
  position: relative;
}
.switch-box input.switch {
  position: absolute;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.switch-box .switch-label {
  display: block;
  width: 36px;
  height: 22px;
  background-color: #fff;
  border-radius: 14px;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out;
}
.switch-box .switch-label .onf-btn {
  display: block;
  transform: translate(2.8px, 2.8px);
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0.8px 0.8px 2.2px #57575780;
  transition: translate 0.2s ease-in-out;
}
.switch-box input.switch:checked + .switch-label {
  background-color: #0078ff;
}
.switch-box input.switch:checked + .switch-label .onf-btn {
  transform: translate(17px, 2.8px);
} */

input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.switch-btn {
  position: relative;
}
.switch-btn input {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-4px, -2px);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0.4px 0.8px 2.4px 0px #00000080;
  transition: transform 0.2s ease-in-out;
}

.switch-btn label {
  display: block;
  width: 28px;
  height: 15px;
  background-color: #fff;
  border-radius: 8px;
  transition: background-color 0.4s ease-in-out;
}
.switch-btn input:checked {
  transform: translate(14px, -2px);
}
.switch-btn input:checked + label {
  background-color: #0078ff;
}

.bg-white .switch-btn label {
  background-color: #767676;
}

.bg-white .switch-btn input {
  background-color: #eaeaea;
}
.bg-white .switch-btn input:checked {
  background-color: #eaeaea;
}

/*=======================================
// 2023.08 menu-list ~  end
=======================================*/

/*=======================================
// 2023.08 tap_menu ~  start
=======================================*/
.tap_manu .content {
  margin: 0 20px;
}
.tap_manu .main-header {
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.header .close-btn,
.tap_manu .main-header .close-btn {
  display: block;
  width: 16px;
  height: 16px;
  background: url('/images/svg/icon_close.svg') no-repeat center / contain;
  border: 0;
}
.tap_manu .tit-box {
  margin-bottom: 28px;
}
.tap_manu .tit-box h1 {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.4px;
}
.tap_manu .tit-box p {
  font-size: 15px;
  letter-spacing: -0.4px;
}
.tap_manu .menu-list-box .list-wrap {
  width: 100%;
  padding: 12px 18px;
  margin-bottom: 10px;
  background-color: #eff5ff;
  border: 0;
  border-radius: 28px;
}
.tap_manu .menu-list-box .list-wrap span {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.4px;
}
.tap_manu .menu-list-box .list-wrap ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 18px;
}
.tap_manu .menu-list-box .list button {
  justify-content: space-between;
  width: 100%;
  padding: 10px 18px;
  margin-bottom: 10px;
  background-color: #eff5ff;
  border: 0;
  border-radius: 28px;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.4px;
}
.tap_manu .menu-list-box .list-wrap .list {
  width: calc((100% - 8px) / 2);
  column-gap: 8px;
}
.tap_manu .menu-list-box .list-wrap .list button {
  padding: 10px;
  margin-bottom: 8px;
  background-color: #fff;
  font-size: 13px;
  justify-content: center;
}
.tap_manu .menu-list-box .list button.log-out {
  background-color: #fafafa;
}
/* .tap_manu .bg {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 240px;
  height: 240px;
  background: url('/images/img_com_menu.png') no-repeat center / contain;
} */
/*=======================================
// 2023.08 tap_menu ~  end
=======================================*/

.swal2-container {
  padding: 20px;
  z-index: 99999;
}
.swal2-popup {
  display: block !important;
  width: 100% !important;
  padding: 28px 20px 18px !important;
  background-color: #fff !important;
  border-radius: 18px !important;
}

.swal2-html-container {
  overflow: visible !important;
  margin: 0 0 40px !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 1.4 !important;
  text-align: left !important;
  word-break: keep-all !important;
  white-space: pre-wrap;
}

.swal2-html-container h2,
.swal2-html-container p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
  text-align: left !important;
  letter-spacing: -0.4px;
  word-break: keep-all;
  white-space: pre-wrap;
}

.swal2-actions button {
  width: 100% !important;
  height: 46px !important;
  padding: 0 !important;
  margin: 0 0 6px !important;
  /* background-color: #0078ff !important; */
  border: 0 !important;
  border-radius: 14px !important;
  font-family: 'Noto Sans KR' !important;
  font-size: 16px !important;
  color: #fff !important;
  letter-spacing: -0.4px !important;
}

.swal2-actions button.swal2-cancel {
  margin-bottom: 0 !important;
  background-color: #fff !important;
  color: #b3b3b3 !important;
}

/* 재고수정 모달 */
.modal.inventory .box h1 {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.4px;
}
.modal.inventory .box .tf-box {
  position: relative;
}
.modal.inventory .box .tf-box label {
  display: block;
  margin-bottom: 6px;
  letter-spacing: -0.4px;
}
.modal.inventory .box .tf-box input {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  padding: 10px 14px;
  border-color: #eee;
  border-radius: 15px;
  text-align: right;
}
.modal.inventory .box .btn-box {
  margin-top: 20px;
}
.modal.inventory .box .btn-box .point-btn {
  background-color: #0078ff;
  color: #fff;
}

/* 문의하기 알럿 */
.pop-alert.inquiry.bg {
  background-color: #fff;
  align-items: flex-start;
  padding: 0;
  height: auto;
}
.pop-alert.inquiry .box {
  padding: 28px 24px 0;
  border-radius: 0;
}
.pop-alert.inquiry h1 {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.4px;
}
.pop-alert.inquiry .tf-box {
  position: relative;
}
.pop-alert.inquiry .tf-box label {
  display: block;
  margin-bottom: 6px;
  letter-spacing: -0.4px;
}
.pop-alert.inquiry .tf-box input {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  padding: 10px 14px;
  border-color: #eee;
  border-radius: 15px;
}
/* .pop-alert.inquiry .tf-box.tel-box input,
.pop-alert.inquiry .tf-box.sort-box input {
  padding-left: 44px;
} */
.pop-alert.inquiry .tf-box textarea {
  resize: none;
  width: 100%;
  padding: 14px;
  height: 124px;
  border-color: #eee;
  border-radius: 15px;
  font-family: 'Noto Sans KR';
  font-size: 16px;
}
.pop-alert.inquiry .box .btn-box {
  margin-top: 20px;
}
.pop-alert.inquiry .box .btn-box .point-btn {
  background-color: #0078ff;
  color: #fff;
}
.ico-phone {
  position: absolute;
  bottom: 24px;
  left: 20px;
  width: 12px;
  height: 17px;
  background: url('/images/svg/icon_phone.svg') no-repeat center / contain;
}
.ico-bag {
  position: absolute;
  bottom: 26px;
  left: 19px;
  width: 17px;
  height: 16px;
  background: url('/images/svg/icon_bag.svg') no-repeat center / contain;
}

/** 20240806 ~ **/
/* layout 수정 */
.common-menu-wrap {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100dvh;
  overflow-y: scroll;
  background-color: #fff;
}
.common-menu-wrap .bg {
  width: 224px;
  height: 240px;
  margin: 70px auto 0;
  background: url('/images/img_com_menu.png') no-repeat center / contain;
}
/* .layout-box {
  display: flex;
  flex-direction: column;
  z-index: 9;
  height: calc(100% - 100px);
} */
/* .bottom-btn-box {
  width: 100%;
  padding: 20px;
  background-color: #fff;
} */

/* 현재고 폼 추가 */
.common .tf-box.current input.txt {
  width: calc(100% - 232px);
}
.current .cur-btn-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.current .cur-btn-box button {
  width: fit-content;
  padding-inline: 15px;
}
.current .cur-btn-box button:last-child {
  background-color: #2b2b2b;
}

/* 20240412 스마트노점 이용신청 */
.application {
  font-family: 'Pretendard';
  letter-spacing: -1px;
}

.s-wrapper {
  position: relative;
  overflow: hidden;
}

.s-content {
  padding: 0 20px 130px;
  background-color: #fff;
}
.s-content.pd0 {
  padding: unset;
  background-color: #fff;
}

.s-content h1 {
  margin: 40px 0 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.34;
}
.s-content h1 span {
  color: #ff007c;
}

.s-content h2 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
}

.s-bottom-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 25px 20px;
  background-color: #fff;
}
.s-bottom-button.type2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.s-bottom-button.no-fix {
  position: static;
}
.s-bottom-button.absolute {
  position: absolute;
}
.s-bottom-button.no-bg {
  background-color: transparent;
}
.s-bottom-button.bg-black {
  background-color: #000;
}
.s-bottom-button button {
  width: 100%;
  height: 60px;
  border-radius: 9px;
  background-color: #ff007c;
  font-weight: 500;
  color: #fff;
}
.s-bottom-button.main button {
  height: 70px;
  font-weight: 600;
  font-size: 24px;
}
.s-bottom-button.type2 button {
  width: calc((100% - 10px) * 0.7);
}
.s-bottom-button.type2 button.sub {
  width: calc((100% - 10px) * 0.3);
  border: 1px solid #929292;
  background-color: #fff;
  color: #757575;
}
.s-bottom-button.type2 button:disabled {
  background-color: #999;
  cursor: not-allowed;
}
.s-bottom-button.no-bg button {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.application.guide .section:not(:last-of-type) {
  margin-bottom: 50px;
}
.application.guide .section em {
  display: block;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  color: #ff007c;
  text-align: center;
}
.application.guide .section h1 {
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 25px;
  font-family: 'SebangGothic';
  text-align: center;
}
.application.guide .section p {
  margin: 20px 0 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}
.application.guide .sec1 {
  padding: 40px 0 70px;
  background: url('/images/bg_app_guide_sec1.svg') no-repeat bottom right / cover;
}
.application.guide .sec1 .flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.application.guide .sec1 .img-bg {
  width: 180px;
  height: 220px;
  background: url('/images/img_app_guide_sec1.png') no-repeat center / contain;
}
.application.guide .sec1 strong {
  margin: 25px 0;
  font-weight: 600;
  font-size: 18px;
}
.application.guide .sec1 .box {
  width: calc(100% - 90px);
}
.application.guide .sec1 .box img {
  display: block;
  width: 100%;
  height: auto;
}
.application.guide .sec1 p {
  margin-top: 4px;
}
.application.guide .sec1 p:nth-of-type(2) {
  text-align: right;
}
.application.guide .sec2 {
  padding: 0 20px;
}
.application.guide .sec2 h1 {
  text-align: left;
}
.application.guide .sec2 img {
  width: 100%;
  height: auto;
}
.application.guide .sec3 {
  padding-right: 20px;
}
.application.guide .sec3 h1,
.application.guide .sec3 p {
  text-align: right;
}
.application.guide .sec3 img {
  width: 100%;
  height: auto;
}
.application.guide .sec4 {
  padding-bottom: 364px;
  background-image: url('/images/img_app_guide_sec4.png'), url('/images/bg_app_guide_sec4.svg');
  background-repeat: no-repeat;
  background-position: bottom right, bottom left;
  background-size: 220px 382px, cover;
}
.application.guide .sec4 p {
  margin-left: 20px;
}
.application.guide .sec5 {
  padding: 0 20px 134px;
}

.application.main .s-content {
  padding: 0 0 130px;
}
.application.main h1.main-tit {
  padding: 0 20px;
  font-size: 30px;
}
.application.main .main-desc {
  margin-bottom: 24px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #222;
  word-break: keep-all;
}
.application.main .main-list {
  padding: 20px;
  background: #ffe6f266;
}
.application.main .main-list strong {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #222;
}
.application.main .main-list ul {
  padding-left: 6px;
}
.application.main .main-list ul li {
  margin-bottom: 6px;
  font-size: 18px;
  color: #222;
  word-break: keep-all;
  line-height: 1.28;
}
.application.main .txt-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  margin: 20px 0 40px;
  padding: 0 20px;
  background-color: unset;
  font-weight: 500;
  color: #222;
}
.application.main .txt-btn .ico-r-arr {
  width: 12px;
  height: 12px;
}
.application.main img {
  width: 100%;
  height: auto;
  padding: 0 20px;
}

.application.charge .section:not(:last-of-type) {
  margin-bottom: 40px;
}
.application.charge .section h2 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 18px;
}
.application.charge .section h3 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
}
.application.charge .section:nth-of-type(1) .flex-box {
  display: flex;
  align-items: center;
  gap: 22px;
}
.application.charge .section:nth-of-type(1) .flex-box .ico-money {
  width: 82px;
  height: 62px;
  background: url('/images/icon_money.png') no-repeat center / contain;
}
.application.charge .section:nth-of-type(1) .flex-box span {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #222;
}
.application.charge .section:nth-of-type(1) .flex-box strong {
  font-weight: 700;
  font-size: 28px;
}
.application.charge .section:nth-of-type(1) .line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 30px 0;
  border-radius: 1px;
}
.application.charge .section:nth-of-type(1) .line i {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background: url('/images/svg/icon_chk_pink.svg') no-repeat center / contain;
}

.application.charge .section {
  position: relative;
}
.application.charge .desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.25;
  color: #555;
}
.application.charge .section .img-calendar {
  position: absolute;
  top: -8px;
  right: 0;
  width: 78px;
  height: 70px;
  background: url('/images/img_calendar.png') no-repeat center / contain;
}
.application.guide .tbl-border-box,
.application.charge .tbl-border-box {
  border: 1px solid #ddd;
  border-radius: 8px;
}
.application.guide .table,
.application.charge .table {
  border-radius: 8px;
}
.application.guide .table tr,
.application.charge .table tr {
  height: 74px;
}
.application.guide .table tr:not(:last-child),
.application.charge .table tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.application.guide .table th,
.application.charge .table th {
  background-color: #eee;
  font-weight: 500;
  font-size: 16px;
  color: #222;
}
.application.guide .table td,
.application.charge .table td {
  padding: 0 10px;
  border-left: 1px solid #ddd;
  background-color: #f6f6f6;
  font-size: 14px;
  line-height: 1.34;
  color: #222;
}
.application.guide .table td:nth-of-type(1),
.application.charge .table td:nth-of-type(1) {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
.application.guide .table tr:nth-child(1) th,
.application.charge .table tr:nth-child(1) th {
  border-top-left-radius: 8px;
}
.application.guide .table tr:nth-child(1) td:last-child,
.application.charge .table tr:nth-child(1) td:last-child {
  border-top-right-radius: 8px;
}
.application.guide .table tr:nth-child(2) th,
.application.charge .table tr:nth-child(2) th {
  border-bottom-left-radius: 8px;
}
.application.guide .table tr:nth-child(2) td:last-child,
.application.charge .table tr:nth-child(2) td:last-child {
  border-bottom-right-radius: 8px;
}
.application.charge .sub-section {
  margin-top: 30px;
}
.application.charge .sub-section .calendar-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
}
.application.charge .sub-section .calendar-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 12px 15px;
  border-bottom: 1px solid #ddd;
}
.application.charge .sub-section .calendar-box ul li {
  width: 35px;
  font-weight: 500;
  font-size: 16px;
  font-family: 'NanumSquareRound';
  text-align: center;
}
.application.charge .sub-section .calendar-box .day-box {
  padding: 48px 15px 58px;
}
.application.charge .sub-section .calendar-box .day-box .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc((100% - 245px) / 6);
}
.application.charge .sub-section .calendar-box .day-box .list .bg1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 35px - ((100% - 245px) / 6));
  gap: calc((100% - 210px) / 5);
  background-color: #7c13461a;
  border-radius: 18px;
}
.application.charge .sub-section .calendar-box .day-box .list .bg2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 105px - ((100% - 210px) / 5) * 3);
  background-color: #7c1346;
  border-radius: 18px;
}
.application.charge .sub-section .calendar-box .day-box .list span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  font-family: 'NanumSquareRound';
  color: #555;
  text-align: center;
}
.application.charge .sub-section .calendar-box .day-box .list span.start {
  position: relative;
  background-color: #7c1346;
  color: #fff;
}
.application.charge .sub-section .calendar-box .day-box .list span.start::after {
  content: '결제\A발생';
  position: absolute;
  bottom: calc(-100% - 12px);
  left: 50%;
  transform: translateX(-50%);
  white-space: pre;
  color: #555;
}
.application.charge .sub-section .calendar-box .day-box .list span.d-day {
  position: relative;
  background-color: #ff007c;
  color: #fff;
}
.application.charge .sub-section .calendar-box .day-box .list span.d-day::before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 30px;
  background: url('/images/img_d-day.png') no-repeat center / contain;
}
.application.charge .sub-section .calendar-box .day-box .list span.d-day::after {
  content: '정산\A지급일';
  position: absolute;
  bottom: calc(-100% - 12px);
  left: 50%;
  transform: translateX(-50%);
  white-space: pre;
  color: #555;
}
.application.charge .sub-section .calendar-box .day-box .list .bg2 span {
  color: #fff;
}

.application.completion h1 {
  margin-top: 60px;
}
.application.completion h1 .ico-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.application.completion h1 .ico-completion {
  width: 0;
  height: 0;
  background: url('/images/svg/icon_completion.svg') no-repeat center / contain;
  animation: fadeIn 0.25s ease 0.4s forwards;
}
@keyframes fadeIn {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.application.completion p {
  font-size: 16px;
  line-height: 1.48;
  color: #555;
  word-break: keep-all;
}
.application.completion .txt-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  background-color: unset;
  font-weight: 500;
  font-size: 15px;
  color: #222;
}
.application.completion .txt-btn .ico-r-arr {
  width: 12px;
  height: 12px;
  margin-top: -1px;
  background: url('/images/svg/icon_r_arr.svg') no-repeat center / contain;
}
.application.completion .detail-box {
  height: 130px;
  padding: 20px;
  border: 1px solid #9999994d;
  border-radius: 10px;
  background: #f4f4f4 url('/images/img_card_reader.png') no-repeat bottom 20px right 20px / 88px 64px;
}
.application.completion .detail-box span {
  font-weight: 500;
  font-size: 16px;
  color: #222;
}
.application.completion .detail-box dl {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}

.modal-fixed-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100dvh;
  overflow-y: scroll;
}
.application.card-reader h1 {
  margin-bottom: 20px;
  padding: 0 20px;
}
.application.card-reader .desc-box {
  position: relative;
  margin: 0 20px 74px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff5fa;
}
.application.card-reader .desc-box::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -38px;
  right: 20px;
  width: 56px;
  height: 94px;
  background: url('/images/bg_cardreader_db.png') no-repeat center / contain;
}
.application.card-reader .desc-box ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'SebangGothic';
}
.application.card-reader .desc-box ul li:not(:last-child) {
  margin-bottom: 12px;
}
.application.card-reader .desc-box ul li i {
  width: 18px;
  height: 16px;
  background: url('/images/svg/icon_list_chk.svg') no-repeat center / contain;
}
.application.card-reader .bg-box {
  background-color: #f7f7f7;
}
.application.card-reader .info-box {
  padding: 30px 20px;
}
.application.card-reader .info-box strong {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  color: #222;
}
.application.card-reader .info-box ul {
  padding-left: 10px;
}
.application.card-reader .info-box ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #222;
}
.application.card-reader .info-box ul li span {
  letter-spacing: 11.8px;
}
.application.card-reader .info-box img {
  display: block;
  width: 152px;
  height: 112px;
  margin-top: 14px;
  margin-left: auto;
}
.application.card-reader .list-box {
  padding: 20px 20px 25px;
  border-radius: 25px 25px 0 0;
  background-color: #000;
}
.application.card-reader .list-box strong {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.application.card-reader .list-box .item-box {
  height: 200px;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px;
}
.application.card-reader .list-box .item-box.item1 {
  height: 180px;
  background: #ffd6b1 url('/images/bg_cardreader_item1.png') no-repeat bottom right / 210px 148px;
}
.application.card-reader .list-box .item-box.item2 {
  height: 124px;
  background: #c3ffdb url('/images/bg_cardreader_item2.png') no-repeat bottom right / auto 100%;
}
.application.card-reader .list-box .item-box.item3 {
  background: #b3e7f3 url('/images/bg_cardreader_item3.png') no-repeat bottom right / 210px 148px;
}
.application.card-reader .list-box .item-box.item4 {
  background: #bfa3ff url('/images/bg_cardreader_item4.png') no-repeat bottom right / 210px 148px;
}
.application.card-reader .list-box .item-box p {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

.application.auth .s-content {
  background: url('../images/bg_auth.png') no-repeat bottom 130px right 20px / 118px 142px;
}
.application.auth .s-content h2 {
  margin-bottom: 30px;
}
.application.auth .form.readonly .app-tf-box {
  margin-bottom: 32px;
}
.application.auth .form.readonly .app-tf-box label {
  margin-bottom: 10px;
  font-weight: 500;
}
.application.auth .form.readonly .app-tf-box input {
  height: fit-content;
  font-weight: 500;
}
.application .form .app-tf-box,
.application .form .tf-box-group-wrap {
  position: relative;
  margin-bottom: 20px;
}
.application .form .app-tf-box label,
.application .form .app-tf-box .label,
.application .form .tf-box-group-wrap .label {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #777;
  cursor: default;
}
.application .form .app-tf-box label .ast,
.application .form .app-tf-box .label .ast,
.application .form .tf-box-group-wrap .label .ast {
  color: #ff007c;
}
.application .form .app-tf-box input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  color: #222;
}
.application .form .app-tf-box input:read-only {
  padding: unset;
  border: unset;
  background-color: unset;
  font-weight: 600;
  font-size: 20px;
  cursor: not-allowed;
}
.application .form .app-tf-box input::placeholder {
  color: #999 !important;
}
.application .form .app-tf-box input:not(.photo-btn, :read-only):focus {
  border-color: #ff007c;
}
.application .form .app-tf-box .photo-btn {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  color: #222;
}
.application .form .app-tf-box .photo-btn.disabled {
  border: 0;
  background-color: #f5f5f5 !important;
  color: #999;
  cursor: not-allowed;
}
.application .form .app-tf-box .img-box {
  position: relative;
  margin-top: 10px;
}
.application .form .app-tf-box .img-box .box {
  width: 100%;
  height: 144px;
  padding: 12px;
  border: 1px solid #bbb;
  border-radius: 12px;
  background-color: #fff;
}
.application .form .app-tf-box .img-box .box img {
  display: block;
  margin: auto;
  height: 100%;
}
.application .form .app-tf-box .img-box .remove-btn {
  position: absolute;
  bottom: -26px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url('/images/svg/icon_remove2.svg') no-repeat center / contain;
}
.application .form .tf-box-group {
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 16px;
  background-color: #fff;
}
.application .form .tf-box-group .tf-box-wrap {
  position: relative;
  height: 78px;
}
.application .form .tf-box-group .tf-box2 {
  width: 100%;
  height: 100%;
}
.application .form .tf-box-group .tf-box2 label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  letter-spacing: -0.4px;
  margin-top: 4px;
  font-weight: 500;
  font-size: 12px;
  color: #999;
  cursor: default;
  opacity: 0;
  transition: all 0.3s ease;
}
.application .form .tf-box-group .tf-box2:has(input:not(.select-btn):focus):focus-within label,
.application .form .tf-box-group .tf-box2.selected label {
  top: calc(50% - 18px);
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 3;
}
.application .form .tf-box-group .tf-box2 input {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  width: 100%;
  border: 0;
  background-color: unset;
  color: #222;
  transition: all 0.3s ease;
}
.application .form .tf-box-group.read-only .tf-box2 input {
  cursor: not-allowed !important;
}
.application .form .tf-box-group .tf-box2 input::placeholder {
  color: #999 !important;
}
.application .form .tf-box-group .tf-box2 input:read-only {
  background-color: #f6f6f6;
  cursor: not-allowed;
}
.application .form .tf-box-group .tf-box2 input.select-btn {
  background: url('/images/svg/icon_select_arr2.svg') no-repeat top 50% right / 15px;
  cursor: pointer;
}
.application .form .tf-box-group .tf-box2 input:not(.select-btn):focus {
  top: calc(50% + 12px);
  transition: all 0.3s ease;
}
.application .form .tf-box-group .tf-box2.selected:has(.select-btn) {
  background: url('/images/svg/icon_select_arr2_on.svg') no-repeat top 50% right / 15px;
}
.application .form .tf-box-group.read-only .tf-box2.selected:has(.select-btn) {
  background: unset;
}
.application .form .tf-box-group .tf-box2.selected input {
  top: calc(50% + 12px);
}
.application .form .tf-box-group .tf-box2.selected input.select-btn {
  background: unset;
}
.application .form .tf-box-group .tf-box2 input.select-btn::selection {
  background-color: transparent;
}

.application .form .tf-box-group .line {
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #ddd;
}

.application .form2 .all-check-btn {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  border-radius: 12px;
  background-color: #f0f0f0;
  font-weight: 500;
  font-size: 16px;
  color: #777;
}
.application .form2 .all-check-btn .ico-agree {
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url('/images/svg/icon_agree.svg') no-repeat center / contain;
}
.application .form2 .all-check-btn.checked {
  background-color: #000;
  color: #fff;
}
.application .form2 .all-check-btn.checked .ico-agree {
  background-image: url('/images/svg/icon_agree_checked.svg');
}
.application .form2 .check-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 22px;
  padding: 0 5px;
  margin-bottom: 18px;
}
.application .form2 .check-btn .chk-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% - 30px);
}
.application .form2 .check-btn input {
  width: 18px;
  height: 18px;
  background: url('/images/svg/icon_chk.svg') no-repeat center / contain;
  cursor: pointer;
}
.application .form2 .check-btn input:checked {
  background-image: url('/images/svg/icon_chk_on.svg');
}
.application .form2 .check-btn label {
  font-size: 15px;
  line-height: 1.34;
  color: #999;
  word-break: keep-all;
}
.application .form2 .check-btn label span {
  color: #222;
}
.application .form2 .check-btn .term-btn {
  width: 20px;
  height: 20px;
  background: url('/images/svg/icon_r_arr2.svg') no-repeat center / 16px;
}

.s-bottom-sheet {
  font-family: 'Pretendard';
}
[data-rsbs-overlay],
[data-rsbs-backdrop],
[data-rsbs-root]:after {
  z-index: 99 !important;
}
[data-rsbs-header] {
  height: 34px !important;
  padding-top: 8px !important;
}
[data-rsbs-header]:before {
  width: 60px !important;
  height: 6px !important;
  border-radius: 3px !important;
}
.s-bottom-sheet strong {
  display: block;
  margin-bottom: 12px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 18px;
}
.s-bottom-sheet ul li button {
  width: 100%;
  padding: 10px 20px;
  margin: 5px 0;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  text-align: left;
}

/* 20240412 detail-tbl */
.detail-tbl {
  margin-bottom: 28px;
}
.detail-tbl .tit {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: 1px solid #000;
}
.detail-tbl .tit li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 42px) / 4);
  padding: 12px 0;
}
.detail-tbl .tit li button {
  width: 100%;
  height: 100%;
  background-color: unset;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.4px;
  white-space: pre-wrap;
  word-break: break-word;
}
.detail-tbl .tit li button .blue {
  font-weight: 600;
  color: #0078ff;
}
.detail-tbl .tit li button .icon-up-arr-long {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('/images/svg/icon_up_arr_long.svg') no-repeat center / contain;
}
.detail-tbl .tit li button .icon-down-arr-long {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('/images/svg/icon_down_arr_long.svg') no-repeat center / contain;
}
.detail-tbl .desc ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.4px;
  white-space: pre-wrap;
  word-break: break-word;
}
.detail-tbl .desc ul.disabled::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 42px);
  height: 1px;
  background-color: red;
}
.detail-tbl .desc ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 42px) / 4);
  padding: 12px 0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.4px;
  text-align: left;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
}
.detail-tbl .desc ul li:nth-child(2) {
  text-align: center;
}
.detail-tbl .desc ul.disabled li,
.detail-tbl .desc ul.disabled li .blue {
  color: #bbb !important;
}
.detail-tbl .desc ul li.center {
  text-align: center;
}
.detail-tbl .desc ul li.right {
  text-align: right;
}
.detail-tbl .desc ul li.in {
  color: #0078ff !important;
}
.detail-tbl .desc ul li.out {
  color: #ff1d1d !important;
}
.detail-tbl .desc ul li .bold {
  font-size: 16px;
  color: #000 !important;
}
.detail-tbl .desc ul li.point,
.detail-tbl .desc ul li .blue {
  font-weight: 600;
  color: #0078ff;
}
.deposit_details .detail-tbl {
  margin-top: 16px !important;
}
.deposit_details .detail-tbl .tit,
.deposit_details .detail-tbl .desc ul {
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
}
.deposit_details .detail-tbl .tit li,
.deposit_details .detail-tbl .desc li {
  display: block;
  width: calc(100% - 100px);
  padding: unset;
  font-size: 16px;
}
.deposit_details .detail-tbl li:last-child {
  width: 80px;
  text-align: center;
}
.deposit_details .detail-tbl .tit li {
  font-weight: 600;
}
.deposit_details .detail-tbl .desc li.right {
  font-weight: 700;
  text-align: right !important;
}

/* 20240430 스마트노점 관리자 로그인 */
.adm-login {
  margin-top: 180px;
}
.adm-login h1 {
  margin: 0 0 10px;
  font-size: 30px;
}
.adm-login h2 {
  margin: 0 0 30px;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
.adm-login input.auth-num:disabled {
  background-color: unset !important;
}
.adm-login input.issue-btn:disabled {
  background-color: #ddd !important;
}

/* 20240806 사용/미사용 라디오 추가 */
.radio-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.radio-group .radio {
  display: flex;
  align-items: center;
  gap: 5px;
}
.radio-group .radio input {
  width: 16px;
  height: 16px;
  background: url('/images/svg/icon_radio.svg') no-repeat center / contain;
}
.radio-group .radio input:checked {
  background-image: url('/images/svg/icon_radio_on.svg');
}

/* 20241118 재고관리 */
.tfoot {
  background-color: #f4f4f4;
}

.tfoot td {
  font-weight: 500 !important;
}
