@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");

/* =================================================
	* Common
================================================= */
html,
body {
  font-size: 13px;
}
body {
  min-width: 1600px;
  background: #fff;
  font-family: "Roboto", "Rajdhani", sans-serif;
}
.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -0.1rem;
  width: 0.1rem;
  height: 0.1rem;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.fn {
  float: none;
}
.bold {
  font-weight: bold;
}
.tl {
  text-align: left !important;
}
.tc {
  text-align: center !important;
}
.tr {
  text-align: right !important;
}
.vert {
  vertical-align: top !important;
}
.cb:after {
  content: "";
  display: block;
  clear: both;
}
.bx-viewport li {
  min-height: 0.1rem;
  min-width: 0.1rem;
}
.open-sans {
  font-family: "open-sans", sans-serif;
}
.form-control[readonly] {
  background: #fff;
}
* {
  word-break: keep-all;
  word-wrap: break-word;
}
#wrap {
  padding-left: 250px;
}

/* =================================================
	* Custom
================================================= */
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}
.datepicker table tr td,
.datepicker table tr th {
  vertical-align: middle;
}
.input-daterange .input-group-addon {
  display: inline-block;
  padding: 7px 10px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
}
label {
  margin-bottom: 0;
}
.table {
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
}
.table td,
.table th {
  padding: 1rem;
  background-color: #ffffff;
}
.table th {
  border-top: 0;
  border-color: #e2e8f0 !important;
  font-weight: bold;
  color: #000000;
  font-family: "Rajdhani", sans-serif;
}
.table td {
  border-color: #e2e8f0;
  vertical-align: middle;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
}
.btn i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.collapse.in {
  display: block;
}
.w35 {
  width: 2.7rem;
}
.input-daterange input {
  width: 100px;
}
.fc_red {
  color: #ed2323 !important;
}
.preview-area {
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.preview-area button {
  display: block;
  margin: 5px auto 0;
  background-color: #6f707c;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  padding: 0;
  text-align: center;
  line-height: 24px;
}
.preview-area img {
  display: block;
  max-width: 500px;
  border: 1px solid #ddd;
}
.btn-right-wrap {
  position: relative;
}
.btn-right-wrap .btn-wrap {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-item.active .nav-link {
  background: #fff;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.tab-content {
  background: #fff !important;
}
.table-double .table tr td {
  height: 60px;
}
.table-double .table + .table,
.table-double .table + .table tr th:first-child,
.table-double .table + .table tr td:first-child {
  border-left: 0;
}
.popup-blank {
  min-width: 0;
  padding: 40px;
}
.table-fixed {
  table-layout: fixed;
}
table.dataTable {
  width: 100% !important;
}

.loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}
.loading-wrap .center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 58px;
  margin: -29px 0 0 -150px;
}
.loading-wrap .center img {
  display: block;
  margin: 0 auto 16px;
}
.loading-wrap .center .progress {
  height: 15px;
}
.loading-wrap .center .progress-bar {
  width: 100%;
}
.loading-wrap .center .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 0.3s linear infinite;
  animation: progress-bar-stripes 0.3s linear infinite;
}

/* Calendar */
.calendar {
  position: relative;
  height: 100%;
  padding: 0 65px;
}
.calendar table {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 3px;
  box-sizing: border-box;
  table-layout: fixed;
}
.calendar table tr th {
  height: 49px;
  background: #fbfbfb;
  font-size: 14px;
  font-weight: bold;
  color: #2d3339;
  vertical-align: middle;
  text-align: center;
}
.calendar table tr td {
  position: relative;
  height: 150px;
  padding: 12px 10px 10px 0;
  border: 1px solid #e5e9f2;
  text-align: right;
  vertical-align: top;
}
.calendar table tr td .td-inner {
  width: 100%;
  height: 100%;
}
.calendar table tr td .date {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #2d3339;
}
.calendar table tr td.holiday .date {
  color: #fe7676;
}
.calendar table tr td.not {
  opacity: 0.3;
}
.calendar table tr td .weather {
  position: relative;
  height: 18px;
}
.calendar table tr td .weather img {
  display: inline-block;
  width: 38px;
  margin: -10px -5px 0 0;
  vertical-align: top;
}
.calendar table tr td .amount {
  height: 21px;
  margin-top: 10px;
  font-size: 14px;
  color: #6b757f;
  white-space: nowrap;
}
.calendar table tr td .money {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.calendar table tr td .money span {
  display: block;
  font-size: 14px;
  color: #547dd5;
}
.calendar table tr td .money strong {
  display: block;
  font-size: 14px;
  color: #2d3339;
}
.calendar table tr td.on {
  background: #dfedfc;
}
.calendar .btn-prev {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  border: 1px solid #e5e9f2;
  border-radius: 5px;
  font-size: 30px;
  text-align: center;
}
.calendar .btn-prev i {
  height: 30px;
  margin: auto;
}
.calendar .btn-prev:hover {
  background: #f5f5f5;
}
.calendar .btn-next {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border: 1px solid #e5e9f2;
  border-radius: 5px;
  font-size: 30px;
  text-align: center;
}
.calendar .btn-next i {
  height: 30px;
  margin: auto;
}
.calendar .btn-next:hover {
  background: #f5f5f5;
}

/* =================================================
	* Header
================================================= */
#header {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 250px;
  height: 100%;
  background: #ff5d63;
}
#header .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color:#ffe9ea;
}
#header h1 {
  position: relative;
  padding: 36px 0px 20px;
  margin-bottom: 0;
  background: #ff5d63;
}
#header h1 a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 36px 0 20px;
}
#header h1 img {
  display: inline-block;
  width: 160px;
}
#header .user-info {
  padding: 12px 16px;
  background: #ff5d63;
}
#header .user-info:after,
#header .user-info .name-area:after {
  content: "";
  display: block !important;
  clear: both !important;
}
#header .user-info .name-area dl {
  position: relative;
  overflow: hidden;
}
#header .user-info .name-area dt {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break:break-all
}
#header .user-info .name-area dd {
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break:break-all
}
#header .btn-wrap {
  width: 102%;
  margin-left: -2%;
  font-size: 0;
  text-align: center;
}
#header .btn-wrap .btn {
  width: 45%;
}
#header .btn-wrap .btn.btn-primary {
  background-color: #a32a2e;
  padding: 0.125rem 0.5rem;
  border-radius: 2px;
  color: #ffa9ac;
}
#header .btn-wrap .btn.btn-secondary {
  background-color: #a32a2e;
  padding: 0.125rem 0.5rem;
  border-radius: 2px;
  margin-left: 8px;
  color: #ffa9ac;
}
#header .btn-wrap.gnb-toggle {
  background-color: #ffe9ea;
  padding:  16px;
}
#header .btn-wrap.gnb-toggle .btn-primary {
  border-radius: 2px;
  border: solid 1px #a32a2e;
  font-size: 11px;
  font-weight: 500;
  color: #a32a2e;
  background:none;
  margin-left: 8px;
}
#header .btn-wrap.gnb-toggle .btn-primary:first-child {
  margin-left: 0;
}
.gnb {
  position: relative;
  background-color: #ffe9ea;
  padding: 0 16px;
}
.gnb a {
  display: block;
  padding: 12px;
  font-family: "Rajdhani", sans-serif;
}
.gnb a:hover {
  text-decoration: none;
  color: #a32a2e;
}
.gnb .dep1 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gnb .dep1 i {
  width: 24px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  color: #c67b5b;
  font-size: 24px;
  font-weight: 600;
}
.gnb .dep1 i.fa-clipboard-list {
  font-size: 22px;
}
.gnb .dep1 i.fa-bullhorn {
  font-size: 21px;
}
.gnb .dep1 i.fa-laptop {
  font-size: 20px;
}
.gnb .dep2 {
  position: relative;
}
.gnb .dep1:before,
.gnb .dep2:before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  margin-top: -12px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.gnb li li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding: 6px 12px 6px 18px;
}
.gnb li li a:hover {
 opacity: 0.5;
}
.gnb li li li a {
  padding-left: 30px;
}
.gnb .dep1[aria-expanded="true"] {
  color: #000;
  background-color: #e1a8aa;
}
.gnb .dep1[aria-expanded="true"]:before {
  content: "\f106";
  color: #000;
}

/* =================================================
	* Container
================================================= */
#container {
  min-height: calc(100vh - 52px);
  padding: 32px;
}
#container .section + .section {
  margin-top: 20px;
}

.card {
  background: #fff;
  border: none;
  border-radius: 5px;
  border: 1px solid #e4e4e4
}
.card-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #fff;
  border-bottom: 1px solid #e5e9f2;
  font-size: 1.4rem;
  font-weight: 600;
  color: #a32a2e;
}
.card-header h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.card .card {
  border: 1px solid #e5e9f2;
  border-radius: 0;
  box-shadow: none;
}

.box-padd {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 1.25rem;
}
.sort-area {
  margin-bottom: 0px;
}
.sort-area:after {
  content: "";
  display: block;
  clear: both;
}
.sort-area h3 {
  margin-bottom: 0;
}
.sort-area .card {
  padding: 0;
  box-shadow: none;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
.sort-wrap {
  margin-bottom: 0;
}
.sort-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.table-sort span {
  font-size: 14px;
}
.main .section .card {
  height: 400px;
  padding: 20px;
}

.tb-list .btn {
  width: 24px;
  height: 24px;
  padding: 0;
  text-align: center;
  line-height: 24px;
  padding: 0 5px; width: fit-content;
}
.table .btn i {
  font-size: 18px;
  margin-right: 0;
}
.company.store .table .list_btn {
  width: 60px;
  height: 31px;
  padding-left: 0;
  padding-right: 0;
}
.company.store .table .list_lg_btn {
  width: 100px;
  height: 26px;
  padding-left: 0;
  padding-right: 0;
}

.company.store .table .add_list_btn {
  width: 60px;
  height: 31px;
  padding-left: 0;
  padding-right: 0;
}
.company.store .add_link_btn {
  width: 60px;
  height: 31px;
  padding-left: 0;
  padding-right: 0;
}

.summary_total {
  font-weight: bold;
  font-size: 15px;
  padding: 0;
}
.summary_total span {
  color: red;
}

.mailng_box span {
  padding: 7px 60px;
  color: #fff;
  background: #000;
  font-weight: bold;
}

.company.formaster .menu_copy li div:first-child {
  width: 50%;
  text-align: left;
}
.company.formaster .menu_copy li div:nth-child(2) {
  width: 20%;
}
.company.formaster .menu_copy li div:nth-child(3) {
  width: 20%;
}
.company.formaster .menu_copy li div:nth-child(4) {
  width: 10%;
  margin-top: 0;
  text-align: right;
}
.company.formaster .sub-section dl {
  margin-bottom: 0;
  padding: 1rem 0;
  text-align: left;
}
.company.formaster .sub-section dl + dl {
  border-top: 1px solid #ddd;
}
.company.formaster .sub-section dl .radio_box label {
  float: none;
}

/* customer */
.customer.member .sort-area dl {
  display: table;
}
.customer.member .sort-area dl dt {
  display: table-cell;
  width: 100px;
  margin-top: 7px;
  vertical-align: middle;
}
.customer.member .sort-area dl dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
.customer.member .sort-area .black-box {
  display: inline-block;
  width: 220px;
  height: 31px;
  padding: 5px 0;
  background: #333;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.customer.member .sort-area dl dd .btn {
  vertical-align: top;
}

/* Online */
.online .sort-area dl {
  display: table;
}
.online .sort-area dl dt {
  display: table-cell;
  width: 100px;
  margin-top: 7px;
  vertical-align: middle;
}
.online .sort-area dl dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
.online .sort-area .black-box {
  display: inline-block;
  width: 220px;
  height: 31px;
  padding: 5px 0;
  background: #333;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.online .sort-area dl dd .btn {
  vertical-align: top;
}

/* Common Modifier */
.common-modifier .table tr td .radio_box {
  margin-left: -1rem;
  white-space: nowrap;
}
.common-modifier .table tr td .radio_box .radio {
  margin-left: 1rem;
}
.common-modifier .list-wrap .table + .table {
  margin-top: 1rem;
}

/* Food Add */
.menu.food-add .tab-content {
  padding: 1.25rem;
}

/* Top Nav */
.top-nav .row {
  width: 102%;
  margin-left: -2%;
}
.top-nav .col {
  margin-left: 2%;
  padding: 0;
}
.top-nav .col a {
  display: block;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 5px 10px rgba(18, 38, 63, 0.03);
  border-radius: 3px;
  text-align: center;
}
.top-nav .col a:hover {
  text-decoration: none;
}
.top-nav .col a.on {
  background: #2365d2;
}
.top-nav .col a.on strong {
  font-weight: bold;
  color: #fff;
}
.top-nav .col a strong {
  display: block;
  color: #333;
}
.top-nav .col a span {
  display: block;
  margin-top: 5px;
}
.top-sort-area .area {
  display: none;
}
.top-sort-area .area label {
  display: inline-block;
}
.top-sort-area .area input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}
.top-sort-area .area label span {
  display: inline-block;
  margin: 3px 0;
  padding: 5px 20px;
  border: 1px solid #a32a2e; ;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
}
.top-sort-area .area input:checked + span {
  background: #a32a2e;
  color: #fff;
}
.yo-button-range-slider .yo-btn {
  padding: 5px 20px;
  border: 1px solid #a32a2e;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
}
.yo-button-range-slider .yo-btn.active {
  background: #a32a2e;
  color: #fff;
}

/* Report */
.report .graph-wrap .card {
  height: 400px;
  padding: 20px;
}
.report.sales-employee .graph-wrap .card {
  height: 500px;
}

/* Sales Employee */
.employee-list .col {
  height: 60px;
  border: 1px solid #a32a2e;
  border-radius: 3px;
}
.employee-list .col a {
  display: block;
  padding: 10px 0;
  color: #fff;
}

/* Total Information */
.total-information .card .card-body {
  padding: 0.6277rem 1.25rem;
  color: #000;
}
.total-information .card {
  border: solid 1px #e2e8f0;
  background-color: #fff;
  box-shadow: none;
}
.total-information .card .mb-2 {
  color: #a32a2e;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 24px;
  left: 24px;
}
.total-information .card .h2 {
  color: #000000;
  font-family: "Rajdhani", sans-serif;
  font-size: 26px;
  font-weight: bold;
  display: block;
  text-align: right;
  margin-bottom: 0;
  margin-top: 6px;
}
.total-information .card .h1 {
  color: #000000;
  font-family: "Rajdhani", sans-serif;
  font-size: 44px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.total-information .card .d-block {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  display: block;
  text-align: right;
  margin-top: 0 !important;
}
.total-information .card.type6 .mb-2 {
  position: relative;
  top: auto;
  left: auto;
}
.total-information .card.type6 .d-block {
  text-align: center;
}
.report.item-sales {
  position: relative;
}
/* .report.item-sales .sort-wrap{margin-bottom:270px;} */
/* .report.item-sales .total-information{position:absolute;top:170px;left:40px;right:40px;} */

/* ==================== copuon info  ==================== */

.coupon_hidden {
  display: none;
  margin-top: -280px;
}
.coupon_hidden table {
  width: 100%;
}
.coupon_hidden table tr {
  text-align: left;
}
.coupon_hidden table tr td {
  border: 1px solid #898989;
}
.coupon_hidden table tr td:first-child {
  width: 10%;
  background: #f1f1f1;
  font-weight: bold;
}
.coupon_hidden table tr td:last-child {
  width: 30%;
}

/* ==================== basic form  ==================== */

.input-group-select li {
  clear: both;
  padding-bottom: 15px;
}
.basic_form {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-clip: padding-box;
  border: 1px solid #ffe9ea;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.basic_form_file {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-clip: padding-box;
  border: 1px solid #ffe9ea;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
  height: 38px;
}
.input-daterange .form-control {
  height: calc(1.5em + 0.75rem + 2px);
}
.input-daterange label:first-child input {
  border-radius: 3px 0 0 3px;
}
.input-daterange label:last-child input {
  border-radius: 0 3px 3px 0;
  min-width: 250px;
}

/* =================================================
    * table
================================================= */
.form_tablebox_a td b {
  color: #ff0000;
}
.form_tablebox_a th {
  background: #ffffff;
  font-weight: bold;
}
.form_tablebox_a td:empty {
  background: #fff;
  font-weight: normal;
}

.form_tablebox_b th:first-child {
  background: #f1f1f1;
  font-weight: bold;
}
.form_tablebox_b td:empty {
  background: #fff;
  font-weight: normal;
}

.form_tablebox_c th {
  background: #f1f1f1;
  font-weight: bold;
}
.form_tablebox_c td:empty {
  background: #fff;
  font-weight: normal;
}

.form_tablebox_d td {
  border: 0;
  font-weight: 300;
}
.form_tablebox_d label {
  float: left;
  padding-right: 20px;
}
.form_tablebox_d th {
  background: #fff;
  font-weight: 300;
}
.form_tablebox_d th {
  background: #fff;
  font-weight: 300;
}
.form_tablebox_d td:empty {
  background: #fff;
  font-weight: normal;
}

.form_tablebox_e td {
  border: 0;
  font-weight: 300;
}
.form_tablebox_e label {
  float: right;
  margin-left: 25px;
  width: 100px;
}
.form_tablebox_e th {
  background: #fff;
  font-weight: 300;
}
.form_tablebox_e th {
  background: #fff;
  font-weight: 300;
}
.form_tablebox_e td:empty {
  background: #fff;
  font-weight: normal;
}

.form_tablebox_f label {
  float: right;
  margin-left: 25px;
}
.form_tablebox_f th {
  background: #f1f1f1;
  font-weight: bold;
}
.form_tablebox_f th {
  background: #fff;
  font-weight: 300;
}
.form_tablebox_f td:empty {
  background: #fff;
  font-weight: normal;
}

.form_tablebox_g td {
  border: 0;
}
.form_tablebox_g label {
  float: right;
  margin-left: 25px;
  width: 100px;
}
.form_tablebox_g th {
  background: #fff;
  width: 20px;
  font-weight: 300;
}
.form_tablebox_g th {
  background: #fff;
  width: 20px;
  font-weight: 300;
}
.form_tablebox_g td:empty {
  background: #fff;
  font-weight: normal;
}
.form_tablebox_g label {
  width: 20px;
}

.form_tablebox_h th {
  background: #a32a2e;
  font-weight: bold;
  color: #fff;
}
.form_tablebox_h label {
  float: right;
  margin-left: 25px;
  width: 100px;
}
.form_tablebox_h td:nth-child(1) {
  background: #fff;
}
.form_tablebox_h td:nth-child(2) {
  background: #fff;
}
.form_tablebox_h td:nth-child(3) {
  background: #fff;
}
.form_tablebox_h td:empty {
  background: #fff;
  font-weight: normal;
}
.form_tablebox_h label {
  width: 20px;
}

.form_tablebox_i td {
  font-weight: 300;
}
.form_tablebox_i label {
  float: right;
  width: 100px;
}
.form_tablebox_i td:nth-child(1) {
  background: #fff;
  font-weight: 300;
}
.form_tablebox_i td:nth-child(2) {
  background: #f1f1f1;
  font-weight: bold;
}
.form_tablebox_i td:nth-child(3) {
  background: #fff;
  font-weight: 300;
}
.form_tablebox_i td:empty {
  background: #fff;
  font-weight: normal;
}

.checkbox_txt {
  line-height: 25px;
  margin-right: 5px;
  clear: both;
}

.table tr th {
  vertical-align: middle;
}
.table tr td {
  vertical-align: middle;
}

.summary_intable {
  margin: 0 auto;
}
.summary_intable tr {
  border-bottom: 1px solid #a1a1a1;
}
.summary_intable tr:last-child {
  border: 0;
}
.summary_intable td {
  vertical-align: middle;
  border: 0;
  width: 150px;
  padding: 5px 0;
  height: 15px;
}
.summary_intable span {
  color:#a32a2e;
}

.summary_intable_pt {
  margin: 0 auto;
  border: 1px solid #a1a1a1;
  width: 100%;
}
.summary_intable_pt tr:first-child {
  background: #f1f1f1;
  font-weight: bold;
}
.summary_intable_pt tr:last-child {
  border: 0;
}
.summary_intable_pt td {
  vertical-align: middle;
  border: 1px solid #a1a1a1;
  padding: 5px 0;
  height: 15px;
}
.summary_intable_pt span {
  color: #a32a2e;
}
.summary_intable_pt b {
  color: #ff0000;
}

.summary_intable_card {
  margin: 20px auto;
  border: 1px solid #a1a1a1;
}
.summary_intable_card tr:last-child {
  border: 0;
}
.summary_intable_card td {
  vertical-align: middle;
  border: 1px solid #a1a1a1;
  background: #fff;
  padding: 10px 15px;
  height: 15px;
  text-align: center;
}

.pt_total {
  text-align: right;
  font-weight: bold;
  padding-top: 10px;
}
.tax_exempt label {
  padding-right: 20px;
}

/* =================================================
    * coupon box
================================================= */
.coupon_box {
  text-align: center;
}
.coupon_box ul {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.coupon_box ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.coupon_box ul li span {
  margin-top: 27px;
}
.coupon_box img {
  margin: 0 auto;
  text-align: center;
}

/* =================================================
    * menu box
================================================= */
.menu_cate {
  margin: 0 auto;
  font-weight: bold;
  clear: both;
  font-size: 12px;
  text-align: center;
}
.menu_cate ul {
  clear: both;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_cate ul li {
  display: inline-block;
  position: relative;
  width: 19%;
  height: 129px;
  margin: 0 0.5%;
  background: #69697b;
  color: #fff;
  vertical-align: middle;
  overflow: hidden;
}
.menu_cate ul li p {
  margin: 0px auto;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}
.menu_cate ul li .img {
  margin: 0px;
  overflow: hidden;
  background: #e7e7e8;
  text-align: center;
  height: 66px;
}
.menu_cate img {
  width: 60px;
  margin-right: 5px;
}
.menu_cate ul li .img:empty {
  height: 66px;
}
.menu_cate ul .default {
  background: #b4b5bd;
}
.menu_cate ul .default .img {
  background: #dadada;
}
.menu_select_wrap ul li {
  position: relative;
}
.menu_select_wrap ul li .edit_wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  background: #fff;
  border: 1px solid #ddd;
}
.menu_select_wrap ul li .edit_wrap a {
  display: block;
  padding: 2px 0;
  font-size: 12px;
  color: #333;
  text-align: center;
}
.menu_select_wrap ul li .edit_wrap a + a {
  border-top: 1px solid #ddd;
}
.menu_select_wrap ul li p {
  font-size: 10px;
  font-weight: 500;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_select_wrap ul li img {
  height: 100%;
}
.menu_cate_6box {
  margin: 0 auto;
  font-weight: bold;
  clear: both;
  font-size: 12px;
  text-align: center;
}
.menu_cate_6box ul {
  clear: both;
  margin: 5px 0;
}
.menu_cate_6box ul li {
  display: inline-block;
  width: 15.8%;
  height: 129px;
  background: #69697b;
  color: #fff;
  vertical-align: middle;
  overflow: hidden;
}
.menu_cate_6box ul li div {
  margin: 5px auto;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}
.menu_cate_6box ul li .img {
  margin: 0px;
  overflow: hidden;
  background: #e7e7e8;
  text-align: center;
  height: 66px;
}
.menu_cate_6box img {
  width: 60px;
  margin-right: 5px;
}
.menu_cate_6box ul li .img:empty {
  height: 66px;
}
.menu_cate_6box ul .default {
  background: #b4b5bd;
}
.menu_cate_6box ul .default .img {
  background: #e7e7e8;
}

.menu_copy {
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}
.menu_copy img {
  width: 30px;
  border: 1px solid #a1a1a1;
  margin-right: 5px;
}
.menu_copy ul li {
  padding: 10px;
  border: 1px solid #a1a1a1;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.menu_copy ul li:after {
  content: "";
  display: block;
  clear: both;
}
.menu_copy ul li strong {
  color:#a32a2e;
}
.menu_copy ul li p {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 0;
  vertical-align: top;
}
.menu_copy ul li .fr {
  text-align: right;
}
.menu.copy-product .menu_copy ul li .fr {
  margin-top: 0;
}
.menu_copy ul li label {
  display: inline-block;
  vertical-align: middle;
}
.menu_copy ul li .checkbox_txt {
  display: inline-block;
  margin-top: 2px;
  vertical-align: middle;
  line-height: 20px;
}

.menubox {
  margin: 14px 10px 0 10px;
  text-align: center;
  font-weight: bold;
  clear: both;
}
.menubox ul {
  clear: both;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menubox ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5%;
  position: relative;
  width: 19%;
  height: 60px;
  background: #ffffff;
  color: #bd1b21;
  border: 1px solid #bd1b21;
  vertical-align: middle;
}
.menubox ul li div {
  margin: 5px auto;
}
.menubox ul li .line {
  width: 90%;
  height: 5px;
  display: none;
}
.menubox ul li .bg_default {
  background: #dadada;
}

/* .menubox ul .bg_gray {background:#a0a0a0 }
.menubox ul .bg_org {background:#f8b452}
.menubox ul .bg_pp {background:#b06cd0}
.menubox ul .bg_bl {background:#5c8cb4}
.menubox ul .bg_gr {background:#a8bc58}
.menubox ul .bg_sbl {background:#8ababc}
.menubox ul .bg_red {background:#de7676}
.menubox ul .bg_pk {background:#fc78c4} */
.menubox ul .bg_gray {
  background: #6366f1;
  color: #ffffff;
}
.menubox ul .bg_org {
  background: #6366f1;
  color: #ffffff;
}
.menubox ul .bg_pp {
  background: #6366f1;
  color: #ffffff;
}
.menubox ul .bg_bl {
  background: #6366f1;
  color: #ffffff;
}
.menubox ul .bg_gr {
  background: #6366f1;
  color: #ffffff;
}
.menubox ul .bg_sbl {
  background: #6366f1;
  color: #ffffff;
}
.menubox ul .bg_red {
  background: #6366f1;
  color: #ffffff;
}
.menubox ul .bg_pk {
  background: #6366f1;
  color: #ffffff;
}

.menubox ul li .edit_wrap {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
}
.menubox ul li .edit_wrap a {
  display: block;
  padding: 2px 0;
  font-size: 12px;
  color: #333;
  text-align: center;
}
.menubox ul li .edit_wrap a + a {
  border-top: 1px solid #ddd;
}

.m_scrollbox_top {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 190px;
}
.m_scrollbox_bottom {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 600px;
}

@media only screen and (max-width: 1550px) {
  .coupon_box ul li {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1400px) {
  .menubox ul li {
    font-size: 12px;
  }
  .menu_cate ul li {
    font-size: 10px;
  }
  .menu_cate img {
    width: 100%;
    height: 44px;
    margin-right: 5px;
  }
  .menu_cate ul li .img:empty {
    height: 44px;
  }
  .form_tablebox_e label {
    float: right;
    margin-left: 5px;
    width: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .form_tablebox_g td img {
    width: 150px;
  }
}

/* =================================================
    * Footer
================================================= */
#footer {
  height: 52px;
  padding: 15px 40px;
  background: #fafaff;
  border-top: 1px solid #fafaff;
}
#footer p {
  margin-bottom: 0;
  font-size: 1rem;
  color: #1e293b;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  #container .section .col-xl-6 + .col-xl-6 {
    margin-top: 20px;
  }
}

/* =================================================
    * Etc
================================================= */
.board_1 {
  border: 1px solid #e2e8f0;
}
.board_ltb {
  border-top: 2px solid #e2e8f0;
}

.line-h5 {
  line-height: 5px;
}
.line_l_none {
  border-left: 0 solid #fff;
}

.text-top {
  vertical-align: top;
}
.text-middle th {
  vertical-align: middle;
}

.tb_row {
  text-align: center;
  border-bottom: 1px solid #eee;
}

.clear {
  clear: both;
}
.disp_none {
  display: none;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.board_bold {
  border: 2px solid #a6a6a6;
}

.circle-box.color1 {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  padding-top: 10px;
  border-radius: 50px;
  border: 2px solid #f8b452;
  font-size: 25px;
  color: #f8b452;
  text-align: center;
}
.circle-box.color2 {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  padding-top: 10px;
  border-radius: 50px;
  border: 2px solid #b06cd0;
  font-size: 25px;
  color: #b06cd0;
  text-align: center;
}
.circle-box.color3 {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  padding-top: 10px;
  border-radius: 50px;
  border: 2px solid #5c8cb4;
  font-size: 25px;
  color: #5c8cb4;
  text-align: center;
}
.circle-box.color4 {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  padding-top: 10px;
  border-radius: 50px;
  border: 2px solid #a8bc58;
  font-size: 25px;
  color: #a8bc58;
  text-align: center;
}
.circle-box.color5 {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  padding-top: 10px;
  border-radius: 50px;
  border: 2px solid #8ababc;
  font-size: 25px;
  color: #8ababc;
  text-align: center;
}
.circle-box.color6 {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  padding-top: 10px;
  border-radius: 50px;
  border: 2px solid #de7676;
  font-size: 25px;
  color: #de7676;
  text-align: center;
}

/* ======================== etc button icon ======================== */

.btn_padd button {
  padding: 7px 50px;
  font-size: 16px;
}
.btn_padd.btm button {
  padding: 7px 0px;
  font-size: 16px;
  width: 160px;
  text-align: center;
}
.btn_padd_style01 {
  padding: 10px 50px;
}
.btn_padd_style02 {
  padding: 10px 20px;
}

.search_btn {
  width: 35px;
  height: 31px;
  padding-left: 0;
  padding-right: 0;
}
.btn_icon_excel {
  width: 32px !important;
  height: 28px !important;
  margin-bottom: 1px;
  color: #fff;
  background: #65a856;
  font-size: 15px;
  line-height: 10px;
}
.btn_icon_excel:hover {
  color: #fff;
  background: #4b9037;
}
.btn_icon_excel2 {
  width: 32px !important;
  height: 28px !important;
  margin-bottom: 1px;
  color: #fff;
  background: #6b6df1;
  font-size: 15px;
  line-height: 10px;
}
.btn_icon_excel2:hover {
  color: #fff;
  background: #4d4ebe;
}
.btn_icon_print {
  width: 32px !important;
  height: 28px !important;
  margin-bottom: 1px;
  color: #fff;
  background: #d6d6d6;
  font-size: 15px;
  line-height: 10px;
}
.btn_icon_print:hover {
  color: #fff;
  background: #a6a6a6;
}
.btn_icon_refresh {
  width: 32px !important;
  height: 28px !important;
  margin-bottom: 1px;
  color: #333;
  background: #d6d6d6;
  font-size: 15px;
  line-height: 10px;
}
.btn_icon_refresh:hover {
  color: #333;
  background: #a6a6a6;
}

.picker_btn {
  font-size: 14px;
  height: calc(1.5em + 0.74rem + 1px);
  line-height: 2;
  padding: 0 7px;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
}
.fa-calendar {
  color: #b5c0d1;
}
/* ==== color ==== */
.bold {
  font-weight: bold;
}
.white {
  color: #fff;
}
.red {
  color: #ff0000;
}
.blue {
  color: #007bff;
}

.bg_f1 {
  background: #f1f1f1;
  font-weight: bold;
}
.bg_75 {
  background: #757575;
}
.bg_red {
  background: red;
  border-color: red;
}
.bg_blue {
  background: #007bff;
}
.bg_blue td {
  color: #fff;
  font-weight: bold;
}
.bg_red:hover {
  color: #fff;
  background-color: #c80000;
  border-color: #c80000;
}

/* ======================== margin, padding, font, align ========================*/
.ft12 {
  font-size: 12px;
}

.w50 {
  width: 50px;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px !important;
}
.w200 {
  width: 200px;
}
.w234 {
  width: 234px;
}
.w300 {
  width: 300px;
}
.w400 {
  width: 400px;
}
.w500 {
  width: 500px;
}
.w550 {
  width: 550px;
}
.w600 {
  width: 600px;
}
.w700 {
  width: 700px;
}
.w100p {
  width: 100%;
}

.h31 {
  height: 31px;
}

.pd0 {
  padding: 0;
}
.pd10 {
  padding: 10px;
}
.pd20 {
  padding: 20px;
}

.pt2 {
  padding-top: 2px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt14 {
  padding-top: 14px;
}
.pt15 {
  padding-top: 15px;
}
.pt16 {
  padding-top: 16px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt100 {
  padding-top: 100px;
}
.pt150 {
  padding-top: 150px;
}
.pt200 {
  padding-top: 200px;
}

.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}

.pl2 {
  padding-left: 2px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}

.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}

.ptb5 {
  padding: 5px 0;
}
.ptb10 {
  padding: 10px 0;
}
.ptb20 {
  padding: 20px 0;
}
.ptb50 {
  padding: 50px 0;
}
.ptb100 {
  padding: 100px 0;
}

.ptlr5 {
  padding: 0 5px;
}
.ptlr10 {
  padding: 0 10px;
}
.ptlr20 {
  padding: 0 20px;
}

.m0 {
  margin: 0;
}
.mar5 {
  margin: 5px;
}
.mar10 {
  margin: 10px;
}
.mar20 {
  margin: 20px;
}
.mar30 {
  margin: 30px;
}
.mar40 {
  margin: 40px;
}
.mar50 {
  margin: 50px;
}

.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml34 {
  margin-left: 34px;
}
.ml35 {
  margin-left: 35px;
}

.mr0 {
  margin-right: 0;
}
.mr10 {
  margin-right: 10px;
}
.mr17 {
  margin-right: 17px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr32 {
  margin-right: 32px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr49 {
  margin-right: 49px;
}

.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}

.mt0 {
  margin-top: 0;
}
.mt6 {
  margin-top: 6px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}

/* Theme Color Radio */
.radio_color_01.theme1 .icon-checked,
.radio_color_01.theme1 .icon-unchecked {
  color: #843f00 !important;
}
.radio_color_01.theme2 .icon-checked,
.radio_color_01.theme2 .icon-unchecked {
  color: #23b0ff !important;
}
.radio_color_01.theme3 .icon-checked,
.radio_color_01.theme3 .icon-unchecked {
  color: #ff2f2f !important;
}
.radio_color_01.theme4 .icon-checked,
.radio_color_01.theme4 .icon-unchecked {
  color: #bf7d2c !important;
}
.radio_color_01.theme5 .icon-checked,
.radio_color_01.theme5 .icon-unchecked {
  color: #7b3dff !important;
}
.radio_color_01.theme6 .icon-checked,
.radio_color_01.theme6 .icon-unchecked {
  color: #00a184 !important;
}
.radio_color_01.theme7 .icon-checked,
.radio_color_01.theme7 .icon-unchecked {
  color: #2ee4e4 !important;
}
.radio_color_01.theme8 .icon-checked,
.radio_color_01.theme8 .icon-unchecked {
  color: #e42edd !important;
}
.radio_color_01.theme9 .icon-checked,
.radio_color_01.theme9 .icon-unchecked {
  color: #3e5ac0 !important;
}
.radio_color_01.theme10 .icon-checked,
.radio_color_01.theme10 .icon-unchecked {
  color: #000000 !important;
}

/* 20200615 add */
.gnb .dep0 {
  position: relative;
  font-size: 16px;
  color: #6e84a3;
}
.gnb .dep0 i {
  width: 20px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  color: #c67b5b;
}
.gnb .dep2-0 {
  font-size: 13px;
}
.gnb .dep1 i {
  width: 20px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
}
/* 20200921 */
.point_list .table_wrap.type2 {
  table-layout: fixed;
}
/* 20210108 */
.gnb.renew li.bg-black {
  background-color: #222;
}

#header.left-no {
  left: -250px;
}
#wrap.left-no {
  padding-left: 0;
}

/* 20220127 add */
.menu_cate ul.col-2 {
  width: 100%;
  max-width: 100%;
}
.menu_cate ul.col-3 {
  width: 100%;
  max-width: 100%;
}
.menu_cate ul.col-4 {
  width: 100%;
  max-width: 100%;
}
.menu_cate ul.col-5 {
  width: 100%;
  max-width: 100%;
}
.menu_cate ul.col-15 {
  width: 100%;
  max-width: 100%;
}
.menu_cate ul.col-17 {
  width: 100%;
  max-width: 100%;
}
.menu_cate ul.col-18 {
  width: 100%;
  max-width: 100%;
}
.menu_cate ul.col-2 li {
  width: 49%;
  float: left;
  margin: 0.5%;
}
.menu_cate ul.col-3 li {
  width: 32.3333%;
  float: left;
  margin: 0.5%;
}
.menu_cate ul.col-4 li {
  width: 24%;
  float: left;
  margin: 0.5%;
}
.menu_cate ul.col-5 li {
  width: 19%;
  float: left;
  margin: 0.5%;
}
.menu_cate ul.col-15 li {
  width: 19%;
  float: left;
  margin: 0.5%;
}
.menu_cate ul.col-17 li {
  width: 13.2857%;
  float: left;
  margin: 0.5%;
}
.menu_cate ul.col-18 li {
  width: 11.5%;
  float: left;
  margin: 0.5%;
}

/* 20220622 renewal add */
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.125rem 0.5rem;
}
.btn-primary {
  border-color: transparent;
}
.btn-primary:hover {
  border-color: transparent;
}
.btn-secondary {
  border-color: transparent;
}
.btn-secondary:hover {
  border-color: transparent;
}
.gnb .dep1:before,
.gnb .dep2:before {
  color: #833d20;
  right: 12px;
}
.gnb > ul > li > ul {
  background-color: #e1a8aa;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.gnb .dep1[aria-expanded="true"] i {
  color: #833d20 !important;
}
.gnb li:hover i {
  color: #e1a8aa !important;
}
.sort-area .card-header-txt-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sort-area .card-title {
  color: #e1a8aa;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Rajdhani", sans-serif;
}
.sort-area .card-subtitle {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-left: 0.5rem;
  font-family: "Rajdhani", sans-serif;
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.sort-area .card-header {
  padding-left: 0;
  padding-right: 0;
}
.sort-area .card-header label {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.sort-area .btn-primary {
  padding: 0.577rem 1.3rem;
  font-size: 14px;
  border-radius: 2px;
}
.btn-default {
  border: solid 1px #e2e8f0;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 7px;
  height: 5px;
  border-top: solid 2px #b5c0d1;
  border-left: solid 2px #b5c0d1;
  transform: rotate(-135deg);
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
  color: #000;
}
label.selectbox-calendar input {
  background: #fff url(/assets/images/icon-calendar.png) no-repeat 12px center;
  background-size: 16px;
  padding-left: 36px;
  color: #000000;
  font-size: 14px;
}
.btn-primary {
  padding: 8px 14px;
  border-radius: 2px;
  background-color: #bd1b21;
}
.btn {
  padding: 0.577rem 0.75rem;
}
.btn-primary:hover,.btn-primary:target,.btn-primary:active {
  background-color: #bd1b21!important;
}
.input-daterange .form-control {
  height: 38px;
}
#salesByMonth .highcharts-title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  font-family: "Rajdhani", sans-serif;
}
#salesByWeek .highcharts-title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  font-family: "Rajdhani", sans-serif;
}
#salesByTime .highcharts-title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  font-family: "Rajdhani", sans-serif;
}
#topSales .highcharts-title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  font-family: "Rajdhani", sans-serif;
}
#topQuantitySold .highcharts-title {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  font-family: "Rajdhani", sans-serif;
}
.sort-area.inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding-left: 32px;
  padding-right: 32px;
  border-bottom: 1px solid #e2e8f0;
}
.sort-area.inner .btn-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.geneal-information .card {
  background-color: #fafaff;
}
.sort-area.inner .card.inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding-left: 0;
}
.sort-area.inner .sort-wrap {
  margin-left: 32px;
}
.sort-area.inner .card-header {
  border-bottom: 0 !important;
}
.geneal-information .card-body {
  padding: 0;
}
.company .card {
  background-color: #fafafa;
}
.company .card-body {
  padding: 0;
}
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.checkbox input[type="radio"].custom-radio:checked + .icons .icon-checked,
.radio input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked,
.radio input[type="radio"].custom-radio:checked + .icons .icon-checked {
  font-size: 18px;
  color: #bd1b21;
}
.checkbox01
  input[type="checkbox"].custom-checkbox:checked
  + .icons
  .icon-checked,
.checkbox01 input[type="radio"].custom-radio:checked + .icons .icon-checked {
  color: #bd1b21;
}
.checkbox
  input[type="checkbox"].custom-checkbox:checked
  + .icons
  .icon-unchecked,
.checkbox input[type="radio"].custom-radio:checked + .icons .icon-unchecked,
.radio input[type="checkbox"].custom-checkbox:checked + .icons .icon-unchecked,
.radio input[type="radio"].custom-radio:checked + .icons .icon-unchecked {
  font-size: 18px;
}
.checkbox01 .icon-checked,
.checkbox01 .icon-unchecked,
.radio .icon-checked,
.radio .icon-unchecked {
  font-size: 18px;
}
.checkbox .icon-checked,
.checkbox .icon-unchecked,
.radio .icon-checked,
.radio .icon-unchecked {
  font-size: 18px;
  color: #c6c6ce;
}
.checkbox,
.radio {
  font-size: 13px;
}
.form-control {
  border: 1px solid #e2e8f0;
}
input::placeholder {
  font-size: 12px;
  color: #aaaaaa;
}
.btn-primary.add_link_btn {
  font-size: 12px;
  width: 70px;
  height: 28px;
  text-align: center;
  padding: 0;
}
.tb-list th {
  background-color: #fafafa;
  font-size: 12px;
  font-weight: bold;
  color: #ffa9ac;
  font-family: "Rajdhani", sans-serif;
  padding: 6px 12px;
}
.table thead th {
  border-bottom: 1px solid #e2e8f0;
}
.tb-list .btn-danger {
  background-color: #6f707c;
  border-color: #6f707c;
}
.tb-list .btn-primary.btn-border {
  border: 1px solid #bd1b21;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  padding: 4px 10px;
  line-height: normal;
}
.fa-search {
  margin-right: 4px;
}
.btn-wrap.sort-add button {
  padding: 0;
  width: 120px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 500;
}
.btn-wrap.sort-add.sort-add-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn-wrap.sort-add-checkbox .checkbox {
  margin-top: 0;
  margin-left: 0;
  min-width: 120px;
}
.pagination .page-link {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dfe3e8;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-left: 4px;
  margin-right: 4px;
}
.pagination .page-item.active .page-link {
  background-color: #fff;
  border: 1px solid #bd1b21;
  color: #bd1b21;
}
/* .pagination .page-item.next .page-link {background-color: #919eab; border: 1px solid #919eab; color: #ffffff;}
.pagination .page-item.disabled .page-link {background-color: #919eab; border: 1px solid #919eab; color: #ffffff;}
.pagination .page-item.previous .page-link {background-color: #ffffff; border: 1px solid #dfe3e8; color: #c4cdd5;} */
.input-group.date input {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tb-write input {
  font-size: 14px;
  color: #000000;
}
.tb-write select {
  font-size: 14px;
  color: #000000;
}
.glyphicon {
  color: #ffffff;
}
.btn-wrap.sort-add button.btn_icon_excel {
  width: 38px !important;
  height: 42px !important;
  margin-left: 4px;
}
.sort-area.inner .fa-file-excel {
  font-size: 24px;
  margin-right: 0;
}
.company.formaster h3 {
  text-align: left !important;
  font-family: "Rajdhani", sans-serif;
}
#frmstore {
  background-color: #ffffff;
}
.frmSearch2 {
  background-color: #ffffff;
}
#frmSearch2 {
  background-color: #ffffff;
}
#frmstore2 {
  background-color: #ffffff;
}
#frmstore {
  background-color: #ffffff;
}
#frmItem {
  background-color: #ffffff;
}
.checkbox01 .icons {
  color: #c6c6ce;
}
.btn-primary.btn-webapp {
  width: 104px !important;
  height: 28px !important;
  line-height: 28px !important;
  border-radius: 2px;
  background-color:#ffa9ac;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}
.btn-primary.btn-kiosk {
  width: 104px !important;
  height: 28px !important;
  line-height: 28px !important;
  border-radius: 2px;
  background-color: #ffa9ac;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}
.btn-primary.btn-setting-single {
  width: 104px !important;
  height: 28px !important;
  line-height: 28px !important;
  border-radius: 2px;
  background-color: #bd1b21;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}
.btn-primary.btn-setting-double {
  width: 104px !important;
  height: 60px !important;
  line-height: inherit !important;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #bd1b21;
  padding: 12px 6px !important;
  font-size: 12px;
  font-weight: 500;
  color: #bd1b21;
}
.coupon-list .tb-list .btn {
  width: 24px;
  height: 24px;
  padding: 0;
  text-align: center;
  line-height: 24px;
}
.coupon-list .tb-list .btn i {
  margin-right: 0;
}
.sort-area .checkbox-big .icon-unchecked::before {
  font-size: 22px !important;
}
.sort-area .checkbox-big .icon-checked::before {
  font-size: 22px !important;
}
#wrap.no-pdl {
  padding-left: 0;
  background-color: #fff;
}
.tab-wrap.inner {
  padding: 32px;
}
.tab-inner {
  background-color: #fff;
}
.top-wrap {
  padding: 1.25rem 0;
}
.top-wrap .fl {
  font-size: 1.4rem;
}

.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-block {
  display: inline-flex !important;
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.flex-block dd {
  margin-bottom: 0 !important;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 50%;
  margin-bottom: -9px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: auto !important;
}

/* 20220830 */
.gnb .dep0 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fa.fa-filter {
  font-size: 20px;
}
.tb-list-notd th {
  background-color: #fafafa;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  font-family: "Rajdhani", sans-serif;
  padding: 6px 12px;
}
.glyphicon {
  color: #bd1b21;
}
.menu_cate_6box ul li {
  margin-bottom: 0.5%;
}
.menu_cate_6box.w2x20 ul li {
  width: 49.74%;
}
.menu_cate_6box.w3x15 ul li {
  width: 32.98%;
}
.menu_cate_6box.w4x18 ul li {
  width: 24.61%;
}
.menu_cate_6box.w5x16 ul li {
  width: 19.58%;
}
.menu_cate_6box.w5x4 ul li {
  width: 19.58%;
}
.menu_cate_6box.w7x5 ul li {
  width: 13.84%;
}
.menu_cate_6box.w8x5 ul li {
  width: 12.04%;
}
/* 20221004 */
.btn_icon_pdf2 {
  width: 38px !important;
  height: 38px !important;
  margin-bottom: 1px;
  color: #fff;
  background: #c92a93;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.btn_icon_pdf2 i {
  margin-right: 0 !important;
}
.btn_icon_pdf1 {
  width: 38px !important;
  height: 38px !important;
  padding: 0.5rem 0 !important;
  margin-bottom: 1px;
  color: #fff;
  background: #c92a93;
  font-size: 15px;
  line-height: 10px;
  font-weight: 500;
  text-align: center;
}
.btn_icon_pdf:hover {
  color: #fff;
  background: #c92a93;
}
#excelExportBox .modal-dialog {
  top: 125px;
  left: -130px;
}
#excelExportBox .modal-content {
  position: relative;
  border-radius: 16px;
}
.btn_excelExport ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_excelExport ul li {
  width: 50%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn_excelExport ul li a {
  border-radius: 8px;
  border: solid 1px #bd1b21;
  color: #bd1b21;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  padding: 1rem;
}
.preview-area button {
  background-color: #fff !important;
}
.input-daterange .input-group-addon {
  padding-top: 11px;
}
.form_tablebox_b th:first-child {
  background-color: #fafafa;
}
.btn_padd .btn {
  margin-left: 1rem;
}
.btn_padd .btn:first-child {
  margin-left: 0;
}
.btn-secondary {
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.fc_purple {
  color: #bd1b21 !important;
}
.total-information .card.type1 {display: flex; align-items: center; justify-content: space-between; flex-direction: row;}
.total-information .card.type1 .left {width: calc(100% - 149px); flex: auto;}
.total-information .card.type1 .right {border: solid 1px #e2e8f0; background-color: #fafaff; width: 149px; flex: auto;}
.total-information .card.type1 .left .mb-2 {left: 10px;}
.total-information .card.type1 .right .mb-2 {left: 8px; top: 20px; font-size: 14px;}
.total-information .card.type1 .right .h2 {font-size: 16px;}
.total-information .card.type1 .right .d-block {font-size: 11px;}
.total-information .card {padding: 8px; position: relative;}
.total-information .card .card-body {position: relative;}
.total-information .card .mb-2 {left: 10px;}
body .uwy.userway_p5 .uai {left: auto !important; right: 13px !important;}
.bootstrap-select > .dropdown-toggle {width: auto !important;}
.gnb li li li li a {padding-left: 40px;}
.total-information .card.type1.type6 .right {width: 40% !important; text-align: center !important;}
.total-information .card.type1.type6 .img-plus {width: 10% !important;}
.total-information .card.type1.type6 .right .mb-2 {left: 0;}
.total-information .card {min-height: 90px;}

.qr-box{width:48px; height: 48px; border-radius: 8px;border: solid 1px #bd1b21; background-color: #fff; position: absolute; right: 0; top: 10px; }
.qr-box img{width: 100%;border-radius: 8px;}

.qr-popup{display: none; z-index: 1000;position: fixed;width: 100%;height: 100%; }
.qr-popup .inner {
  position: fixed;
  left: 55%;
  top: 40%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 4px 7px rgba(0,0,0,0.2);
  text-align: center;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
  padding: 10px 10px 20px 10px;

}
.qr-popup .inner .qr-box{position: relative;width: 500px; height: 500px;margin-bottom: 10px; border-radius: 8px;top:auto; right: auto; }
.qr-popup .inner .qr-box img{width: 500px;border: solid 2px #bd1b21;}
.qr-popup .inner .btn-group{width: 100%;display: flex;}
.qr-popup .inner .btn-group .btn{cursor:pointer; color: #fff; font-size: 18px; font-weight: 500; width: 200px; height: 4rem; line-height: 3rem;}
