﻿@charset "utf-8";

.section.login.wrap {
  width: 100%;
  padding: 0 !important;
  background: #282828;
  position: fixed;
  height: 100vh;
}

.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 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;
}

.login_box .input_wrap input:-webkit-autofill,
.login_box .input_wrap input:-webkit-autofill:hover,
.login_box .input_wrap input:-webkit-autofill:focus,
.login_box .input_wrap input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100rem transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-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;
}

/*=======================================
// 헤더
=======================================*/

.items-center {
  display: flex;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 6.4rem;
  background-color: #0060ba;
  z-index: 1;
  justify-content: space-between;
  padding: 0 4.2rem;
}
header .logo {
  gap: 4rem;
  font-size: 2.4rem;
  /* text-align: right; */
}
header .logo a {
  /* width: 21rem;
  height: 4.4rem; */
  color: #fff;
}
header .logo .txt {
  position: relative;
  font-weight: 400 !important;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.2;
  letter-spacing: -0.05rem;
}
header .logo .txt::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.8rem;
  width: 0.1rem;
  height: 100%;
  background-color: #fff;
}

header .user_box {
  justify-content: space-between;
  gap: 1rem;
}
header .user_box span {
  gap: 0.8rem;
  color: #fff;
}
header .user_box button {
  width: fit-content;
  height: fit-content;
  padding: 0.8rem 1rem;
  color: #fff;
}
header .user_box button.main_logout {
  gap: 0.2rem;
  margin-left: 2.4rem;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1.5rem;
  color: #000;
}
header .user_box button .ico_logout {
  width: 1.8rem;
  height: 1.8rem;
  background: url('/images/ico/ico_logout.png') no-repeat center / contain;
}

.container {
  display: flex;
  width: 100%;
}

.content {
  width: calc(100vw - 24rem);
  min-height: calc(100vh - 10rem);
  margin-left: auto;
  padding: 9.6rem 2.4rem 2.4rem;
  background-color: #eff1f2;
}

.content .tit {
  margin-bottom: 2rem;
}

.content .tit h2 {
  font-weight: bold;
}

.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;
}

/*=======================================
// 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: 1240px; */
  width: calc(100vw - 25rem);
}

/*=======================================
// 검색창
=======================================*/

input:-ms-input-placeholder {
  color: #000;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}
.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;
}

/*=======================================
// Datepicker
=======================================*/

.react-datepicker-wrapper {
  width: 100%;
}
.promotion .react-datepicker-wrapper {
  width: 15rem;
}

.react-datepicker .react-datepicker__month-container {
  width: 178px;
}

.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 {
  background: #fff url('/images/svg/icon_calendar.svg') no-repeat top 50% right 14px / 14px;
}

.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;
}

/*=======================================
// SmartStrOrderHis
=======================================*/

.orderhis,
.req,
.deposit_details {
  margin-top: 48px;
}

.fc-p {
  color: #ff007f !important;
}

.result-box .no-result {
  margin: 80px 0;
  background-color: unset;
  border: 0;
  font-size: 15px;
  color: #b2b2b2;
  text-align: center;
  cursor: auto;
}

.orderhis .content-box {
  padding: unset;
  background-color: unset;
}

.result-box .total_box {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  padding: 22px;
  background-color: #ffecf2;
}

.result-box .total_box span {
  font-weight: 700;
  font-size: 16px;
  color: #ff007f;
}

.result-box .total_box strong {
  font-weight: 700;
  font-size: 18px;
}

.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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.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: 700;
  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;
  color: #555;
  letter-spacing: -0.8px;
}

.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-weight: 500;
  font-size: 14px;
  color: #222;
  line-height: 1;
  letter-spacing: -0.4px;
  cursor: pointer;
}

/* 입금 상태버튼 */
.status_btn {
  margin-left: 8px;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 13px !important;
  color: #fff;
  text-align: center;
  letter-spacing: -0.4px;
}

.status01 {
  background-color: #ffa400;
}

.status02 {
  background-color: #3185fc;
}

.status03 {
  background-color: #000;
}

/*=======================================
// SmartStrReq
=======================================*/

.req .ico-completion {
  display: block;
  width: 50px;
  height: 50px;
  margin: 56px 0 20px;
  background: url('/images/svg/icon_completion.svg') no-repeat center / contain;
}

.req .tit_box {
  margin-bottom: 24px;
}

.req .tit_box .tit_txt {
  font-size: 24px;
}

.req .tit_box .tit_txt span {
  font-weight: 700;
}

.req .sub_box {
  font-size: 14px;
}

.req .sub_box p:nth-child(2) {
  margin: 10px 0 32px;
}

.req .list_wrap .list_btn {
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 20px 20px 16px 20px;
  border-radius: 6px;
  margin-bottom: 4px;
  cursor: pointer;
}

.req .list_wrap .list_btn .status_btn {
  margin-left: 0;
}

.req .list_wrap .list_btn .list_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 12px 0px 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}

.req .list_wrap .list_btn .list_tit .flex_box {
  display: flex;
  align-items: center;
}

.req .list_wrap .list_btn .list_tit .ico_toggle {
  width: 16px;
  height: 16px;
  background: url('/images/svg/icon_toggle_btn.svg') no-repeat center / contain;
}

.req .list_wrap .list_btn .toggle_box.on .list_tit .ico_toggle {
  transform: rotate(180deg);
}

.req .list_wrap .list_btn .date {
  font-weight: 400;
  font-size: 14px;
  color: #777;
}

.req .list_wrap .list_btn .list_desc {
  margin-top: 20px;
  padding: 34px 8px;
  font-size: 15px;
  line-height: 1.6;
  cursor: default;
  white-space: pre-wrap;
  border-top: 1px solid #ddd;
}

.req .new_btn {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 4px;
  background: url('/images/svg/icon_new.svg') no-repeat center / contain;
}

.req .comment_wrap {
  padding: 28px 16px;
  background-color: #f5f5f5;
  border-radius: 6px;
  cursor: default !important;
}

.req .comment .text-field label {
  font-weight: 700;
  font-size: 15px;
  font-family: 'NanumSquareWeb', Sans-serif;
}

.req .comment .text-field textarea {
  width: 100%;
  height: 200px;
  margin-top: 14px;
  padding: 16px 14px;
  border: 0.1rem solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  color: #444;
  resize: none;
}

.req .comment .text-field button {
  display: block;
  width: 80px;
  height: 34px;
  margin: 8px 0 0 auto;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background-color: #ff007f;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.req .comment .admin {
  margin-right: 9px;
  font-weight: 700;
  font-size: 15px;
  color: #000;
}

.req .comment .date {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  letter-spacing: -0.4px;
}

.req .comment p:last-child {
  margin-top: 24px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  white-space: pre-wrap;
}

/*=======================================
// SmartStrDepositDetail
=======================================*/

.deposit_details {
  letter-spacing: -0.4px;
}

.deposit_details .info_box {
  margin: 60px 20px 56px;
}

.deposit_details .info_box .h1 {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 20px;
}

.deposit_details .info_box .h1 .fc-p {
  font-family: 'JSDongkang';
}

.deposit_details .info_box .guide_txt {
  font-size: 14px;
}

.deposit_details .info_box ul {
  margin-top: 24px;
  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: 14px;
  padding-left: 14px;
  background: url('/images/svg/bg_liststyle_disc.svg') no-repeat left;
  font-size: 15px;
}

.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;
}
.deposit_details .result-table {
  margin-top: 16px !important;
}

.deposit_details .result-table tr {
  position: relative;
}

.deposit_details .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;
}

.deposit_details .result-table th {
  padding: 12px 20px;
  border-bottom: 1px solid #000;
  font-weight: 600;
  font-size: 15px;
  white-space: pre-wrap;
  word-break: break-word;
}

.deposit_details .result-table td {
  padding: 14px 20px;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  word-break: break-word;
  white-space: pre-wrap;
}

.deposit_details .result-table td.right {
  font-weight: 700;
  display: block;
  text-align: right;
}

/*=======================================
// pop-alert
=======================================*/
.alert-modal {
  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;
}

.alert-modal .box {
  width: 400px;
  padding: 28px 20px 18px;
  background-color: #fff;
  border-radius: 18px;
}

.alert-modal .box h2 {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.alert-modal.edit .box h2 {
  margin-bottom: 24px;
}

.alert-modal .box h2 .point-color {
  color: #ff007f;
}

.alert-modal .box .desc {
  margin-bottom: 28px;
}

.alert-modal .box .desc span {
  display: block;
  font-size: 14px;
  color: #999;
  letter-spacing: -0.4px;
}

.alert-modal .box .btn-box button {
  position: relative;
  width: 100%;
  height: 46px;
  background-color: #fff;
  border: 0;
  border-radius: 14px;
  font-size: 16px;
  color: #b3b3b3;
  letter-spacing: -0.4px;
  cursor: pointer;
}

.alert-modal .box .btn-box button:not(:last-child) {
  margin-bottom: 6px;
  background-color: #eee;
  font-weight: 700;
  color: #222;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.common.scroll_box {
  height: 25rem;
}
