@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=block");
/*
 * Mixin
 */
/*
 * Extend
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=block");
/*
 * Mixin
 */
/*
 * Extend
 */
/*
 * popup
 */
.html-popup {
  overflow-y: hidden;
}

.page-popup {
  padding: 15px 30px 30px;
  background-color: #fff;
}
.page-popup#popup {
  background: #fff;
}
.page-popup #pop {
  background-image: none;
}
.page-popup #pop .pop_title,
.page-popup #pop #popcont h5,
.page-popup #pop #popcont h6 {
  padding: 2px 0 1px 18px;
  font-size: 100%;
  line-height: 100%;
  color: #000;
  background-image: url("../../images/icons/pop_title.gif");
  background-repeat: no-repeat;
}
.page-popup h1,
.page-popup h2,
.page-popup h3,
.page-popup h4,
.page-popup h5,
.page-popup h6,
.page-popup p,
.page-popup dl,
.page-popup dt,
.page-popup dd,
.page-popup li {
  margin: 0;
}
.page-popup .inner {
  max-height: 450px;
  padding-right: 10px;
  overflow-y: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.page-popup .inner::-webkit-scrollbar {
  -webkit-appearance: none;
}
.page-popup .inner::-webkit-scrollbar:vertical {
  width: 5px;
}
.page-popup .inner::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background: #99b2bb;
}
.page-popup .inner::-webkit-scrollbar-track {
  border-radius: 7px;
  background: #f2f4f7;
}
.page-popup .head {
  position: relative;
  border-bottom: 2px solid #101717;
}
.page-popup .head.not-border {
  border-bottom: 0;
}
.page-popup .head.not-border + .contents {
  margin-top: 0;
}
.page-popup .head .tit {
  margin: 0;
  padding: 10px 0 18px;
  font-size: 20px;
  color: #000;
  line-height: 1.4;
}
.page-popup .head .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 11px;
  box-sizing: border-box;
  background-color: #101717;
}
.page-popup .head .btn-close .icon {
  vertical-align: top;
}
.page-popup .contents {
  margin-top: 30px;
}
.page-popup .contents .stit {
  margin-top: 30px;
  font-size: 12px;
  color: #101717;
}
.page-popup .contents .stit:first-child {
  margin-top: 0;
}
.page-popup .contents .stit .icon:before {
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
.page-popup .contents p,
.page-popup .contents .bul-list li,
.page-popup .contents ul li,
.page-popup .contents ol li,
.page-popup .contents a {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  word-break: keep-all;
}
.page-popup .contents p {
  margin: 10px 0;
}
.page-popup .contents ol li {
  margin-top: 3px;
  margin-left: 20px;
  list-style: decimal;
  list-style-position: outside;
}
.page-popup .contents ol li:first-child {
  margin-top: 0;
}
.page-popup .contents ol li .list-none li {
  margin-left: 5px;
}
.page-popup .contents ol .list-none li {
  margin-left: 0;
  list-style: none;
}
.page-popup .contents ol.list-none > li {
  margin-left: 0;
  list-style: none;
}
.page-popup .contents ol.circle li {
  list-style: circle;
}
.page-popup .contents ul {
  margin: 5px 0;
}
.page-popup .contents ul li {
  margin-top: 3px;
}
.page-popup .contents ul li:first-child {
  margin-top: 0;
}
.page-popup .contents ul li p {
  margin: 5px 0 10px;
}
.page-popup .contents .strong {
  margin: 15px 0 10px;
  font-size: 12px;
  font-weight: bold;
}
.page-popup .contents .bul-list {
  margin: 20px 0;
}
.page-popup .contents .bul-list > li {
  margin-top: 3px;
  padding-left: 8px;
  position: relative;
}
.page-popup .contents .bul-list > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  background-color: #666;
}
.page-popup .contents .bul-list > li:first-child {
  margin-top: 0;
}
.page-popup .contents .table-col {
  width: 100%;
}
.page-popup .contents .table-col th,
.page-popup .contents .table-col td {
  padding: 5px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #d7dadb;
}
.page-popup .contents .table-row {
  width: 100%;
}
.page-popup .contents .table-row th,
.page-popup .contents .table-row td {
  padding: 5px;
  font-size: 12px;
  color: #666;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #d7dadb;
}
.page-popup .contents .post .box-search {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #101717;
}
.page-popup .contents .post .box-search input {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 20px;
  line-height: 44px;
  font-size: 16px;
  border: 0;
  box-sizing: border-box;
}
.page-popup .contents .post .box-search input:focus ~ label, .page-popup .contents .post .box-search input:focus + label, .page-popup .contents .post .box-search input:not([value=""]) ~ label, .page-popup .contents .post .box-search input:not([value=""]) + label {
  display: none;
}
.page-popup .contents .post .box-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
}
.page-popup .contents .post .box-search label {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 44px;
  font-size: 16px;
  font-weight: normal;
  color: #bbb;
  cursor: text;
}
.page-popup .contents .post .tip {
  padding: 28px;
  border: 1px solid #e5eaec;
  background-color: #f6f7f9;
}
.page-popup .contents .post .tip strong {
  display: inline-block;
  padding: 2px 10px 3px;
  font-size: 14px;
  color: #fff;
  background-color: #101717;
  border-radius: 15px;
}
.page-popup .contents .post .tip ul {
  margin-top: 12px;
}
.page-popup .contents .post .tip ul li {
  font-size: 14px;
  color: #101717;
  line-height: 1.4;
}
.page-popup .contents .post .tip .desc {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.page-popup .contents .post .table-col td {
  font-size: 13px;
  color: #101717;
}
.page-popup .contents .post .table-col .address {
  padding-left: 10px;
  text-align: left;
  line-height: 1.6;
  word-break: keep-all;
}
.page-popup .contents .post .inner {
  max-height: 358px;
}
.page-popup .contents .userid-check .result_area .btn-default-sm {
  margin: -2px 0 0 5px;
}
.page-popup .contents .zeroboard p {
  margin-top: 0;
}
.page-popup .contents .btn-wrap {
  margin-top: 15px;
  text-align: center;
}
.page-popup .contents .paging-wrap {
  margin-top: 20px;
  text-align: center;
}
.page-popup .contents .paging-wrap .paging {
  display: inline-block;
}
.page-popup .contents .paging-wrap .paging a {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 -1px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #101717;
  border: 1px solid #ccd5da;
  background-color: #fff;
}
.page-popup .contents .paging-wrap .paging a strong {
  display: block;
  color: #fff;
  background-color: #0a3d53;
}
.page-popup #popcont.add-member-info {
  max-height: 535px;
}
.page-popup #popcont.add-member-info .btn-point,
.page-popup #popcont.add-member-info .btn-default {
  padding: 5px 12px 7px;
  font-size: 14px;
}

.gnb-open .sidebar {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 13;
}
.m-sidebar {
  width: 100%;
  max-width: 500px;
  height: 100%;
  color: #3c3d4f;
  background: #fff;
  overflow: hidden;
}
.m-sidebar > div {
  height: 100%;
  overflow: hidden;
}
.m-sidebar > div > div {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.m-sidebar .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.m-sidebar .icon.icon-cancel {
  background-image: url("../../images/svg/cancel-medium.svg");
}
.m-sidebar .icon.icon-logout {
  background-image: url("../../images/svg/logout.svg");
}
.m-sidebar .icon.icon-search {
  background-image: url("../../images/svg/icon-search.svg");
}
.m-sidebar .icon.icon-clear {
  background-image: url("../../images/svg/cancel-infield.svg");
}
.m-sidebar .icon.icon-chevron-right {
  background-image: url("../../images/svg/icon-chevron-right.svg");
}
.m-sidebar .icon.icon-arrow-down-medium {
  background-image: url("../../images/svg/arrow-down-medium.svg");
}
.m-sidebar .icon.icon-wallet {
  background-image: url("../../images/svg/wallet.svg");
}
.m-sidebar .icon.icon-cart {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='outlined-cart'%3E%3Cpath id='icon' d='M7 22C6.45 22 5.97917 21.8042 5.5875 21.4125C5.19583 21.0208 5 20.55 5 20C5 19.45 5.19583 18.9792 5.5875 18.5875C5.97917 18.1958 6.45 18 7 18C7.55 18 8.02083 18.1958 8.4125 18.5875C8.80417 18.9792 9 19.45 9 20C9 20.55 8.80417 21.0208 8.4125 21.4125C8.02083 21.8042 7.55 22 7 22ZM17 22C16.45 22 15.9792 21.8042 15.5875 21.4125C15.1958 21.0208 15 20.55 15 20C15 19.45 15.1958 18.9792 15.5875 18.5875C15.9792 18.1958 16.45 18 17 18C17.55 18 18.0208 18.1958 18.4125 18.5875C18.8042 18.9792 19 19.45 19 20C19 20.55 18.8042 21.0208 18.4125 21.4125C18.0208 21.8042 17.55 22 17 22ZM6.15 6L8.55 11H15.55L18.3 6H6.15ZM5.2 4H19.95C20.3333 4 20.625 4.17083 20.825 4.5125C21.025 4.85417 21.0333 5.2 20.85 5.55L17.3 11.95C17.1167 12.2833 16.8708 12.5417 16.5625 12.725C16.2542 12.9083 15.9167 13 15.55 13H8.1L7 15H19V17H7C6.25 17 5.68333 16.6708 5.3 16.0125C4.91667 15.3542 4.9 14.7 5.25 14.05L6.6 11.6L3 4H1V2H4.25L5.2 4Z' fill='%23057F86'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.m-sidebar .icon.icon-language {
  background-image: url("../../images/svg/language.svg");
}
.m-sidebar .icon.icon-menu-console {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='hk-console-navi'%3E%3Cpath id='bg' d='M21 0H3C1.34315 0 0 1.34315 0 3V21C0 22.6569 1.34315 24 3 24H21C22.6569 24 24 22.6569 24 21V3C24 1.34315 22.6569 0 21 0Z' fill='%233c3d4f1F'/%3E%3Cpath id='icon' d='M6.40625 6.40625V17.3963H8.84625V13.1263H14.9562V17.3963H17.3863V6.40625H14.9562V10.6763H8.84625V6.40625H6.40625Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.m-sidebar .icon.icon-menu-myservice {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='hk-myservice'%3E%3Cpath id='icon' d='M21 0H3C1.34 0 0 1.34 0 3V21C0 22.66 1.34 24 3 24H21C22.66 24 24 22.66 24 21V3C24 1.34 22.66 0 21 0ZM12.01 6.12C13.88 6.12 15.39 7.63 15.39 9.5C15.39 11.37 13.87 12.88 12.01 12.88C10.14 12.87 8.63 11.36 8.63 9.5C8.63 7.64 10.14 6.12 12.01 6.12ZM18 17.01C18 17.63 17.5 18.13 16.88 18.13H7.12C6.5 18.13 6 17.63 6 17.01V16.63C6 14.97 7.34 13.63 9 13.63H10.29C11.38 14.13 12.63 14.13 13.71 13.63H14.99C16.65 13.63 17.99 14.97 17.99 16.63V17.01H18Z' fill='%233c3d4f1F'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.m-sidebar .icon.icon-menu-customer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 0H3C1.34 0 0 1.34 0 3V21C0 22.66 1.34 24 3 24H21C22.66 24 24 22.66 24 21V3C24 1.34 22.66 0 21 0ZM9.02 17.13C8.95 17.18 8.87 17.2 8.79 17.2C8.56 17.2 8.42 16.96 8.48 16.65L8.75 15.39C7.95 14.5 7.51 13.34 7.53 12.13C7.63 9.63 9.72 7.69 12.2 7.79C14.68 7.89 16.6 10 16.5 12.5C16.41 14.93 14.43 16.84 12.02 16.84C11.39 16.84 10.77 16.71 10.2 16.45L9.03 17.14L9.02 17.13ZM20.95 13.76C20.86 14.52 20.53 15.22 20 15.78C19.63 16.2 19.06 16.37 18.52 16.25L17.9 16.08C16.91 17.58 15.4 18.65 13.67 19.08V19.28C13.67 19.67 13.36 20 12.97 20H11.04C10.65 20 10.33 19.69 10.33 19.3V18.91C10.33 18.52 10.64 18.19 11.03 18.19H12.56C14.88 17.97 16.85 16.43 17.64 14.23L18 11.82C17.82 8.48 14.99 5.91 11.66 6.09C8.59 6.26 6.14 8.72 5.97 11.81L6.49 15.26C6.59 15.97 6.22 16.1 5.47 16.25C4.93 16.36 4.37 16.19 3.99 15.78C3.47 15.23 3.14 14.52 3.04 13.76C2.91 12.97 3.01 12.16 3.33 11.42C3.61 10.83 4.11 10.39 4.73 10.19C4.88 10.14 5.04 10.13 5.18 10.15C6.08 7.02 8.97 4.9 12.21 5.01C15.27 5.11 17.92 7.19 18.77 10.15C18.98 10.15 19.19 10.18 19.4 10.24C19.96 10.44 20.41 10.86 20.63 11.42C20.94 12.15 21.04 12.97 20.92 13.76H20.95Z' fill='%233c3d4f1F'/%3E%3C/svg%3E%0A");
}
.m-sidebar .area-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 10.5px 14px;
  border-bottom: 1px solid var(--divider, #eaeef2);
}
.m-sidebar .area-user > a {
  flex: 1;
}
.m-sidebar .area-user .profile {
  display: flex;
  align-items: center;
  color: #3c3d4f;
}
.m-sidebar .area-user .profile img {
  border-radius: 100%;
  overflow: hidden;
}
.m-sidebar .area-user .profile .info {
  flex: 1;
  margin-left: 9px;
  margin-right: 8px;
}
.m-sidebar .area-user .profile .info .name {
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #3c3d4f;
}
.m-sidebar .area-user .profile .info .name p {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  margin: 0 6px 4px 0;
}
.m-sidebar .area-user .profile .info .email {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  color: #83839a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  margin: 0;
}
.m-sidebar .area-user > div {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 7px;
}
.m-sidebar .area-user .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #3c3d4f;
}
.m-sidebar .area-user .btn-login {
  gap: 8px;
  padding: 0 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.m-sidebar .area-user .btn-logout {
  width: 40px;
}
.m-sidebar .area-user .btn-gnb-close {
  width: 40px;
}
.m-sidebar .area-utils {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 4px solid rgba(60, 61, 79, 0.08);
  padding: 7px 0 3px;
}
.m-sidebar .area-utils hr {
  width: 1px;
  height: 21px;
  border: 0;
  background-color: #dce2ea;
}
.m-sidebar .area-utils button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 56px;
  padding: 10.5px 17.5px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}
.m-sidebar .area-utils button .icon {
  height: 20px;
  min-height: 20px;
}
.m-sidebar .area-utils button.btn-cart {
  color: #057f86;
}
.m-sidebar .area-utils button.btn-cart > div {
  display: inline-block;
  position: relative;
}
.m-sidebar .area-utils button.btn-cart #mobileCartCnt {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  padding: 2px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  box-sizing: border-box;
  background: var(--error-700, #ef4016);
  transform: translate(50%, -50%);
}
.m-sidebar .area-menu {
  flex: 1;
  display: flex;
  overflow: hidden;
  padding: 0;
}
.m-sidebar .area-menu .menu-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 150px;
  background-color: #f5f6f7;
}
.m-sidebar .area-menu .menu-header a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 10.5px 14px;
  gap: 7px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #3c3d4f;
}
.m-sidebar .area-menu .menu-header a .icon {
  min-width: 22px;
  width: 22px;
  height: 22px;
}
.m-sidebar .area-menu .menu-header a .icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: -1;
}
.m-sidebar .area-menu .menu-header .active a {
  font-weight: 700;
  background-color: #fff;
}
.m-sidebar .area-menu .menu-header .active a .icon-menu-console {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='hk-console-navi'%3E%3Cpath id='bg' d='M21 0H3C1.34315 0 0 1.34315 0 3V21C0 22.6569 1.34315 24 3 24H21C22.6569 24 24 22.6569 24 21V3C24 1.34315 22.6569 0 21 0Z' fill='%233F6370'/%3E%3Cpath id='icon' d='M6.40625 6.40625V17.3963H8.84625V13.1263H14.9562V17.3963H17.3863V6.40625H14.9562V10.6763H8.84625V6.40625H6.40625Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.m-sidebar .area-menu .menu-header .active a .icon-menu-myservice {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='hk-myservice'%3E%3Cpath id='icon' d='M21 0H3C1.34 0 0 1.34 0 3V21C0 22.66 1.34 24 3 24H21C22.66 24 24 22.66 24 21V3C24 1.34 22.66 0 21 0ZM12.01 6.12C13.88 6.12 15.39 7.63 15.39 9.5C15.39 11.37 13.87 12.88 12.01 12.88C10.14 12.87 8.63 11.36 8.63 9.5C8.63 7.64 10.14 6.12 12.01 6.12ZM18 17.01C18 17.63 17.5 18.13 16.88 18.13H7.12C6.5 18.13 6 17.63 6 17.01V16.63C6 14.97 7.34 13.63 9 13.63H10.29C11.38 14.13 12.63 14.13 13.71 13.63H14.99C16.65 13.63 17.99 14.97 17.99 16.63V17.01H18Z' fill='%233C3D4F'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.m-sidebar .area-menu .menu-header .active a .icon-menu-customer {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 0H3C1.34 0 0 1.34 0 3V21C0 22.66 1.34 24 3 24H21C22.66 24 24 22.66 24 21V3C24 1.34 22.66 0 21 0ZM9.02 17.13C8.95 17.18 8.87 17.2 8.79 17.2C8.56 17.2 8.42 16.96 8.48 16.65L8.75 15.39C7.95 14.5 7.51 13.34 7.53 12.13C7.63 9.63 9.72 7.69 12.2 7.79C14.68 7.89 16.6 10 16.5 12.5C16.41 14.93 14.43 16.84 12.02 16.84C11.39 16.84 10.77 16.71 10.2 16.45L9.03 17.14L9.02 17.13ZM20.95 13.76C20.86 14.52 20.53 15.22 20 15.78C19.63 16.2 19.06 16.37 18.52 16.25L17.9 16.08C16.91 17.58 15.4 18.65 13.67 19.08V19.28C13.67 19.67 13.36 20 12.97 20H11.04C10.65 20 10.33 19.69 10.33 19.3V18.91C10.33 18.52 10.64 18.19 11.03 18.19H12.56C14.88 17.97 16.85 16.43 17.64 14.23L18 11.82C17.82 8.48 14.99 5.91 11.66 6.09C8.59 6.26 6.14 8.72 5.97 11.81L6.49 15.26C6.59 15.97 6.22 16.1 5.47 16.25C4.93 16.36 4.37 16.19 3.99 15.78C3.47 15.23 3.14 14.52 3.04 13.76C2.91 12.97 3.01 12.16 3.33 11.42C3.61 10.83 4.11 10.39 4.73 10.19C4.88 10.14 5.04 10.13 5.18 10.15C6.08 7.02 8.97 4.9 12.21 5.01C15.27 5.11 17.92 7.19 18.77 10.15C18.98 10.15 19.19 10.18 19.4 10.24C19.96 10.44 20.41 10.86 20.63 11.42C20.94 12.15 21.04 12.97 20.92 13.76H20.95Z' fill='%235D8FFF'/%3E%3C/svg%3E%0A");
}
.m-sidebar .area-menu .menu-body {
  flex: 1;
  overflow: auto;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.m-sidebar .area-menu .menu-body::-webkit-scrollbar {
  width: 6px;
}
.m-sidebar .area-menu .menu-body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(60, 61, 79, 0.14);
}
.m-sidebar .area-menu .menu-body > section {
  padding: 4px 0;
}
.m-sidebar .area-menu .menu-body hr {
  height: 1px;
  border: none;
  margin: 0 16px;
  background-color: #d0d0df;
}
.m-sidebar .area-menu .menu-body .menu-title {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 46px;
  padding: 8px 16px 8px 32px;
  box-sizing: border-box;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  background-color: #fff;
}
.m-sidebar .area-menu .menu-body .menu-title .bar {
  position: absolute;
  left: 16px;
  width: 3px;
  height: 16px;
}
.m-sidebar .area-menu .menu-body .menu-title .bar-console {
  background-color: #04939d;
}
.m-sidebar .area-menu .menu-body .menu-title .bar-myservice {
  background-color: #3c3d4f;
}
.m-sidebar .area-menu .menu-body .menu-title .bar-customer {
  background-color: #5d8fff;
}
.m-sidebar .area-menu .menu-body ul.menu {
  display: block;
}
.m-sidebar .area-menu .menu-body ul.menu li {
  display: block;
}
.m-sidebar .area-menu .menu-body ul.menu li div {
  position: relative;
  display: flex;
  height: 42px;
  padding: 5.25px;
  padding-left: 28px;
  -webkit-box-align: center;
  align-items: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #3c3d4f;
  box-sizing: border-box;
}
.m-sidebar .area-menu .menu-body ul.menu li div i.arrow {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 32px;
  background-image: url("../../images/svg/arr-down-light.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(0deg);
}
.m-sidebar .area-menu .menu-body ul.menu li div i.arrow.up {
  transform: rotate(180deg);
}
.m-sidebar .area-menu .menu-body ul.menu li div.active {
  font-weight: 700;
}
.m-sidebar .area-menu .menu-body ul.menu li div.active .up {
  background-color: rgba(51, 82, 94, 0.12);
}
.m-sidebar .area-menu .menu-body ul.sub {
  display: block;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  transition: max-height 0.7s;
}
.m-sidebar .area-menu .menu-body ul.sub li {
  flex: 1 1 0%;
  border: 0px;
}
.m-sidebar .area-menu .menu-body ul.sub li div {
  position: relative;
  height: auto;
  min-height: 40.52px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-left: 42px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 400;
  line-height: 1;
}
.m-sidebar .area-menu .menu-body ul.sub li div:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  width: 4px;
  height: 24px;
  margin-top: -10.5px;
  z-index: 1;
}
.m-sidebar .area-menu .menu-body ul.sub li div.active {
  color: #04939d;
}
.m-sidebar .area-menu .menu-body ul.sub li div.active:before {
  background-color: #04939d;
}
.m-sidebar .area-menu .menu-body ul.sub div.left-line {
  width: 1px;
  height: calc(100% - 40px);
  background: #dbe0e5;
  position: absolute;
  left: 32px;
  top: 0px;
  padding: 0px;
  margin: 20px 0;
}
.m-sidebar .area-menu .menu-body .my-menu {
  border-top: 6px solid #f5f6f7;
  border-bottom: 6px solid #f5f6f7;
}
.m-sidebar .area-menu .menu-body .customer-menu {
  min-height: 100%;
}
.m-sidebar .area-menu .menu-body .customer-menu .info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 0;
  margin: 16px 32px 0;
  border-top: 1px solid rgba(60, 61, 79, 0.08);
}
.m-sidebar .area-menu .menu-body .customer-menu .info .tit a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  color: #3c3d4f;
}
.m-sidebar .area-menu .menu-body .customer-menu .info .desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.m-sidebar .area-menu .menu-body .customer-menu .info .desc p {
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #6f6f83;
}

/*# sourceMappingURL=sidebar.css.map */
