@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css');
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap");
html,
body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  background-color: #f7f8fc;
  overflow-x: hidden;
}

.body-pause {
  overflow: hidden;
}

.hidden {
  display: none;
}
.hleft-btn {
  display: inline-block;
  position: relative;
  background: #f9008f;
  color: #fff;
  height: 48px;
  line-height: 50px;
  text-decoration: none !important;
  border-radius: 24px;
  font-weight: 700;
  font-size: 17px;
  padding: 0 60px 0 32px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
.hleft-btn:hover {
  padding-right: 80px;
  color: #fff;
}
.hleft-btn .hleft-circle {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 7px;
  top: 7px;
  color: #f9008f;
  line-height: 38px;
  text-align: center;
}
.hleft-bottom-item .hleft-item {
  position: relative;
  color: #fff;
}
.hleft-bottom-item .hleft-item .row {
  margin: 0 -7px;
}
.hleft-bottom-item .hleft-item .row .col-item {
  padding: 0 7px !important;
}
.hleft-bottom-item .hleft-item .mini-title {
  font-size: 21px;
  font-weight: 900;
}
.hleft-bottom-item .hleft-item .the-text {
  font-weight: 500;
  font-size: 17px;
}
.hleft-bottom-text {
  font-size: 17px;
  line-height: 29px;
  color: #fff;
  padding: 30px 0 20px;
  max-width: 500px;
}

.form-bottom-text {
  font-size: 16px;
  line-height: 29px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.form-bottom-text a {
  color: #a6acff;
}
.zz-check label {
  color: #fff;
  letter-spacing: 0.3px;
  font-size: 16px;
  font-weight: 700;
}
.lost-password {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.lost-password .fas {
  color: #ff9c00;
}
.submit-login {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #fff;
  line-height: 50px;
  width: 49%;
  height: 64px;
  border-radius: 32px;
  outline: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border: none;
  background: #f9008f;
}
.submit-login:hover {
  -webkit-box-shadow: 0 0 68px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 68px rgba(255, 255, 255, 0.3);
  background-position-x: -100%;
}

.submit-reg {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #fff;
  line-height: 50px;
  width: 49%;
  height: 64px;
  border-radius: 32px;
  outline: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border: none;
  background: #f9008f;
}
.submit-reg:hover {
  -webkit-box-shadow: 0 0 68px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 68px rgba(255, 255, 255, 0.3);
  background-position-x: -100%;
}

.submit-buttons {
  margin-bottom: 90px;
}

.after-site-head {
  position: relative;
  margin-top: -120px;
}
.after-site-head .the-item {
  padding: 30px 28px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 83px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 83px rgba(0, 0, 0, 0.14);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.after-site-head .the-item .item-head {
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e5e5;
  font-size: 25px;
  font-weight: 500;
  color: #494949;
}
.after-site-head .the-item .item-head .head-icon {
  height: 58px;
  vertical-align: middle;
  margin-right: 8px;
}
.after-site-head .the-item .item-body {
  padding: 14px 0 8px;
  color: #ddd;
  font-size: 16px;
  line-height: 25px;
}
.after-site-head .the-item:hover {
  background: #f9008f;
  color: #fff;
}
.after-site-head .the-item:hover .item-head {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.after-site-head .the-item:hover .item-head .head-icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.after-site-head .the-item:hover .item-body {
  color: rgba(255, 255, 255, 0.5);
}

/*just패널 추가 시작*/
.brand-company {
  background: #fff;
  webkit-box-shadow: 4px 16px 32px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 4px 16px 32px 10px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.brand-company .media {
  color: #fff;
  /*padding:12px 12px;
    background:#4A4A4A;*/
  border-radius: 6px;
  align-items: center;
}
.brand-company .media .icon {
  margin-right: 12px;
  font-size: 18px;
}
/*.brand-company .media:hover{ background:#F46B35; color:#fff;} */
.brand-company .row {
  margin-left: -5px;
  margin-right: -5px;
}
.brand-company .row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  -ms-flex: 0 0 12.5%; /*flex:0 0 12.5%; max-width:12.5%;*/
}
/*just패널 추가 끝*/

.home-section {
  position: relative;
  padding: 120px 0;
}
.zz-title {
  position: relative;
}
.zz-title .header-first {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #f9008f;
  border-radius: 10px;
  padding: 6px 14px;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.zz-title .header-bottom {
  position: relative;
  height: 8px;
  width: 100%;
  max-width: 296px;
  border-radius: 4px;
  background: #f1efef;
}
.zz-title .header-bottom .header-bottom-level {
  height: 8px;
  width: 100px;
  border-radius: 4px;
  background: #303032;
}
.zz-text-1 {
  font-size: 20px;
  line-height: 36px;
  color: #858585;
}
.hleft-btn.hleft-blue {
  background-color: #f9008f;
}
.zz-title .header-text {
  font-size: 45px;
  font-weight: 700;
  color: #303032;
  line-height: 61px;
  margin-bottom: 25px;
}
.hleft-btn.hleft-blue .hleft-circle {
  color: #f9008f;
}
.home-image-1 {
  position: relative;
  width: 100%;
  padding-top: 110%;
  background-color: #eee;
  border-radius: 30px;
}
.home-image-1 .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 30px;
  overflow: hidden;
}
.home-image-1 .img-cover img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-progress {
  position: relative;
}
.home-progress .the-item {
  position: relative;
  padding: 35px 28px 30px 28px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.home-progress .the-item .item-ico {
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #00aff1;
  text-align: center;
  line-height: 110px;
}
.home-progress .the-item .item-ico img {
  vertical-align: middle;
}
.home-progress .the-item .item-title {
  font-size: 19px;
  line-height: 27px;
  color: #424242;
  font-weight: 400;
  margin-top: 24px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.home-progress .the-item:hover {
  background: #f9008f;
  color: #fff;
}
.home-progress .the-item:hover .item-ico {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#005271),
    to(#28c3ff)
  );
  background: linear-gradient(to right, #005271, #28c3ff);
}
.home-progress .the-item:hover .item-title {
  color: #fff;
}
.home-customer-comments {
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.home-customer-comments .hcc-bg {
  position: absolute;
  border-radius: 30px;
  width: 150%;
  left: -60px;
  top: 0;
  bottom: 0;
  background-image: url(https://storage.perfectcdn.com/e1439e/tmqzzmub3rs91g59.jpeg);
  background-size: cover;
  background-position: center;
}
.home-customer-comments .container {
  position: relative;
  padding: 120px 0;
}
.zz-title .header-bottom.green {
  background: #fff;
}
.zz-title .header-bottom.green .header-bottom-level {
  background: #f9008f;
}
.home-customer-comments .hcc-navs {
  background: #f9008f;
  width: 124px;
  height: 55px;
  border-radius: 26px;
  display: inline-block;
}
.home-customer-comments .hcc-navs .hcc-nav {
  display: block;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
  color: #fff;
  width: 50%;
  padding: 0 20px;
  float: left;
}
.home-customer-comments .hcc-items {
  position: relative;
  padding: 30px 0 0 0;
  color: #fff;
}
.home-customer-comments .hcc-items .hcc-item {
  padding: 20px 0;
}
.home-customer-comments .hcc-items .hcc-item .hcc-head {
  padding-bottom: 18px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.home-customer-comments .hcc-items .hcc-item .hcc-head .user-avatar {
  position: relative;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}
.home-customer-comments .hcc-items .hcc-item .hcc-head .user-name {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.home-customer-comments .hcc-items .hcc-item .hcc-head .user-info {
  font-size: 14px;
  color: #fff;
}
.home-customer-comments .hcc-items .hcc-item .hcc-body {
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  font-style: italic;
  padding: 20px 0 0 0;
}
.home-customer-comments .hcc-items .hcc-item .hcc-stars {
  margin-top: 20px;
  color: #f9008f;
}
.home-customer-comments .hcc-items .hcc-item .hcc-stars .Point {
  padding-left: 6px;
  font-size: 18px;
  font-weight: 700;
}
.home-customer-comments .hcc-items .owl-nav {
  display: none !important;
}

.footer {
  position: relative;
  background-color: #313131 !important;
  background-image: url(https://storage.perfectcdn.com/nhig21/khd4kxdiosrkbzhr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 0 !important;
}
.footer .top-footer {
  border-radius: 20px;
  background: #f9008f;
  height: 100px;
  margin-top: -50px;
  -webkit-box-shadow: 0 55px 83px rgba(0, 0, 0, 0.14);
  box-shadow: 0 55px 83px rgba(0, 0, 0, 0.14);
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.footer .top-footer .footer-link {
  display: inline-block;
  margin: 35px 0;
  line-height: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer .top-footer .footer-link:hover {
  color: #005271;
}
.footer .top-footer .footer-link.whatsapp-btn {
  display: block;
  background-color: #005271;
  margin: 20px 0;
  height: 60px;
  line-height: 60px;
  padding: 0 24px;
  border-radius: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer .top-footer .footer-link.whatsapp-btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
.footer .footer-content {
  padding: 160px 0 100px !important;
}
.footer .footer-content .footer-c-text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.footer .footer-content .footer-c-text a {
  color: #f9008f;
}
.footer .footer-top-mobile .wp-btn-container {
  max-width: 300px;
  display: inline-block;
}
.footer .footer-top-mobile .links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-top-mobile .links li {
  display: inline-block;
  padding: 10px 14px;
}
.footer .footer-top-mobile .links li a {
  color: #fff;
}
.for-mobile {
  display: none;
}
.for-desktop {
  display: block;
}

select,
option {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

body.dark ::-webkit-scrollbar-thumb {
  background: #232842;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

.main-color {
  color: #185bdc;
}

.btn-xs {
  padding: 5px;
  font-size: 12px;
}

.dash-menu-btn {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.close-sidebar-btn {
  position: absolute;
  top: 20px;
  right: -50px;
  height: 50px;
  width: 50px;
  color: #185bdc;
  background: #fff;
  line-height: 50px;
  text-align: center;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #fff;
  display: none;
  cursor: pointer;
}

.app-sidebar {
  width: 280px;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  background-color: #fff;
  -webkit-box-shadow: 17px 4px 35px rgba(0, 0, 0, 0.02);
  box-shadow: 17px 4px 35px rgba(0, 0, 0, 0.02);
  z-index: 1029;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.app-sidebar .sidebar-header {
  overflow: hidden;
  position: relative;
  padding-top: 30px;
  padding-bottom: 0px;
  text-align: center;
}

.app-sidebar.sidebar-inact .sidebar-header {
  padding-bottom: 10px;
}

.app-sidebar .sidebar-header .logo-lg {
  display: inline-block;
  height: 65px;
}

.app-sidebar .sidebar-header .logo-sm {
  display: none;
  height: 60px;
}

.app-sidebar .sidebar-header .app-logo {
  width: 100%;
  text-align: center;
  position: relative;
}

.app-sidebar .sidebar-header {
  position: relative;
  z-index: 2;
}

.app-sidebar .sidebar-header .sh-bg {
  position: absolute;
  left: 0px;
  top: -40px;
  width: calc(100% + 40px);
  height: 174px;
  background-color: transparent;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  z-index: 0;
  background: #0087ea;
}

.app-sidebar .sidebar-header .app-user {
  position: relative;
  padding: 40px 30px;
}

.app-sidebar .sidebar-header .app-user .user-name {
  font-size: 19px;
  text-align: center;
  font-weight: 600;
  color: #342e59;
  margin-top: 15px;
  margin-bottom: 20px;
}

.app-sidebar .sidebar-header .app-user .user-balance {
  border-radius: 10px;
  background: #f9008f;
  color: #fff;
  padding: 14px 10px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.16s ease;
  transition: 0.16s ease;
  position: relative;
  letter-spacing: 0.4px;
  text-decoration: none !important;
}

.app-sidebar .sidebar-header .app-user .user-balance:hover {
  -webkit-box-shadow: 0px 6px 25px rgba(24, 91, 220, 0.4);
  box-shadow: 0px 6px 25px rgba(24, 91, 220, 0.4);
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text] {
  overflow: hidden;
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text]::before {
  content: attr(data-second-text);
  position: absolute;
  left: 0px;
  width: 100%;
  top: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  color: #fff;
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
  -webkit-transition: 0.16s ease;
  transition: 0.16s ease;
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text]:hover {
  color: rgba(255, 255, 255, 0);
}

.app-sidebar
  .sidebar-header
  .app-user
  .user-balance[data-second-text]:hover::before {
  opacity: 1;
  top: 50%;
}

.app-sidebar .sidebar-content {
  padding: 20px 0;
  overflow-x: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.app-sidebar .sidebar-content::-webkit-scrollbar {
  width: 4px;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-track {
  background: transparent;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 2px;
}

body.dark .app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
  background: #232842;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.app-sidebar .sidebar-menu {
  list-style: none;
  padding: 0px 14px;
  margin: 0px;
}

.app-sidebar .sidebar-menu li {
  display: block;
  margin-bottom: 10px;
}

.app-sidebar .sidebar-menu li.active > a.menu-link {
  background: #e5eeff;
  color: #2258bf;
  font-weight: 600;
}

.app-sidebar .sidebar-menu li a.menu-link {
  padding: 13px 18px;
  border-radius: 14px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #342e59;
  line-height: 24px;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.app-sidebar .sidebar-menu li a.menu-link:hover {
  background: #e5eeff;
}

.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
  margin-right: 10px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  vertical-align: -1px;
}

.app-header {
  top: 0px;
  left: 280px;
  right: 0px;
  z-index: 1003;
  background: #0994f8;
  border-left: 1px solid #0087ea;
  height: 100px;
  position: fixed;
}

.app-header .row-100 {
  height: 100px;
}

.app-header .col-100 {
  max-height: 100px !important;
}

.app-header .hea-ann-title {
  border-radius: 10px;
  padding: 14px 30px;
  background: #f9008f;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.app-header .header-btn {
  font-size: 15;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  line-height: 37px;
  text-decoration: none;
}

.app-header .header-btn:hover .icon {
  background: #fff;
  color: #185bdc;
  opacity: 1;
}

.app-header .header-btn .icon {
  height: 34px;
  display: inline-block;
  width: 34px;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
  border-radius: 9px;
  color: #fff;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.container-fluid {
  padding: 0 50px;
}

.dhr-marquee {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 100px;
  height: 100px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.divider {
  border-bottom: 1px solid #efefef;
}

.d-card {
  border-radius: 18px;
  background-color: #fff;
  color: #464e77;
}

.d-card.dc-blue {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#185bdc),
      to(#315dff)
    )
    #185bdc;
  background: linear-gradient(to right, #185bdc, #315dff) #185bdc;
  color: #fff;
}

.d-card.dc-orange {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#f25a3c),
      to(#ff7f40)
    )
    #ff7f40;
  background: linear-gradient(to right, #f25a3c, #ff7f40) #ff7f40;
  color: #fff;
}

.d-card .d-card-head {
  padding: 20px 4px 20px 4px;
  margin: 0 32px;
  position: relative;
  font-weight: 700;
  color: #464e77;
  font-size: 19px;
  letter-spacing: 0.2px;
}

.d-card .d-card-head::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 160px;
  z-index: 4;
  left: 0px;
  height: 2px;
  background: #185bdc;
}

.d-card .d-card-head .dch-icon {
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  margin-right: 10px;
}

.d-card .d-card-head .dch-icon img {
  height: 42px;
}

.d-card .d-card-body {
  padding: 15px 30px 15px 30px;
}

.d-card.d-pad {
  padding: 34px 30px;
}

.d-card.d-pad-2 {
  padding: 20px 30px;
}

.dc-ht-sup-box {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dc-ht-sup-box .dc-ht-sup-title {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
}

.app-content {
  background-color: #f7f8fc;
  padding-left: 280px;
  padding-top: 100px;
  padding-bottom: 30px;
}

.dash-home-status {
  position: relative;
  margin: 0;
}

.dash-home-status > .row {
  margin-left: -8px;
  margin-right: -8px;
}

.dash-home-status > .row > div {
  padding-left: 8px;
  padding-right: 8px;
}

.dash-home-status .dhs-item {
  border-radius: 18px;
  background-color: #3054e0;
  color: #fff;
  padding: 25px 40px 25px 30px;
  position: relative;
  overflow: hidden;
}

.dash-home-status .dhs-item::before {
  /* content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background-image: url(https://storage.perfectcdn.com/e1439e/4hna2uqhrsac2csn.png);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: .7; */
}

.dash-home-status .dhs-item.dhs-item--1 {
  background: rgb(32, 125, 168);
  background: linear-gradient(230deg, rgb(32 125 168) 0%, rgb(20 167 223) 100%);
}
.dash-home-status .dhs-item.dhs-item--2 {
  background: rgb(249 165 73);
  background: linear-gradient(230deg, rgb(249 165 73) 0%, rgb(62 5 0) 100%);
}
.dash-home-status .dhs-item.dhs-item--3 {
  background: rgb(198 34 128);
  background: linear-gradient(230deg, rgb(198 34 128) 0%, rgb(76 22 0) 100%);
}
.dash-home-status .dhs-item.dhs-item--4 {
  background: rgb(0 77 137);
  background: linear-gradient(230deg, rgb(0 77 137) 0%, rgb(90 174 213) 100%);
}
.dash-home-status .dhs-item .dhs-item--icon {
  height: 80px;
  width: 80px;
  line-height: 77px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

.dash-home-status .dhs-item .dhs-item--icon .dhs-item--icon-img {
  width: auto;
  height: 60%;
}

.dash-home-status .dhs-item .dhs-item--title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.dash-home-status .dhs-item .dhs-item--text {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

/*홈카테고리 시작*/
.dash-home-category-status {
  position: relative;
  margin: 0;
}

.dash-home-category-status > .row {
  margin-left: -8px;
  margin-right: -8px;
}

.dash-home-category-status > .row > div {
  padding-left: 8px;
  padding-right: 8px;
}

.dash-home-category-status .dhs-item {
  border-radius: 10px;
  background-color: #3054e0;
  color: #fff;
  cursor: pointer;
  padding: 10px 5px 10px 5px;
  position: relative;
  overflow: hidden;
}

.dash-home-category-status .dhs-item::before {
  /* content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background-image: url(https://storage.perfectcdn.com/e1439e/4hna2uqhrsac2csn.png);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: .7; */
}

.dash-home-category-status .dhs-item.dhs-item--1 {
  box-shadow: 0 1px 0 0 #885622, 0 2px 5px 0 #721047,
    0 4px 10px 0 rgb(33 7 77 / 10%);
  background-image: linear-gradient(90deg, #eb9944, #c62280);
  margin-bottom: 10px;
}

.dash-home-category-status .dhs-item.dhs-item-auto {
  box-shadow: 0 1px 0 0 #0079c4, 0 2px 5px 0 #009dff,
    0 4px 10px 0 rgba(33, 7, 77, 0.1);
  background-image: linear-gradient(90deg, #7ad5fb, #005197);
  margin-bottom: 10px;
}

.dash-home-category-status .dhs-item.dhs-item--2 {
  box-shadow: 0 1px 0 0 #0079c4, 0 2px 5px 0 #009dff,
    0 4px 10px 0 rgba(33, 7, 77, 0.1);
  background-image: linear-gradient(90deg, #0169fa, #005197);
  margin-bottom: 10px;
}

.dash-home-category-status .dhs-item.dhs-item--3 {
  box-shadow: 0 1px 0 0 #f9008f, 0 2px 5px 0 #031d28,
    0 4px 10px 0 rgba(33, 7, 77, 0.1);
  background-image: linear-gradient(90deg, #f9008f, #02161e);
  margin-bottom: 10px;
}

.dash-home-category-status .dhs-item.dhs-item--4 {
  box-shadow: 0 1px 0 0 #004d6a, 0 2px 5px 0 #004d6a,
    0 4px 10px 0 rgba(33, 7, 77, 0.1);
  background-image: #0087ea;
  margin-bottom: 10px;
}

.dash-home-category-status .dhs-item.dhs-item--5 {
  box-shadow: 0 1px 0 0 #010000, 0 2px 5px 0 #606060,
    0 4px 10px 0 rgba(33, 7, 77, 0.1);
  background-image: linear-gradient(90deg, #000000, #1a0000);
  margin-bottom: 10px;
}

.dash-home-category-status .dhs-item.dhs-item--6 {
  box-shadow: 0 1px 0 0 #a90000, 0 2px 5px 0 #ff0606,
    0 4px 10px 0 rgba(33, 7, 77, 0.1);
  background-image: linear-gradient(90deg, #ff0101, #ff3f3f);
  margin-bottom: 10px;
}

.dash-home-category-status .dhs-item.dhs-item-trafic {
  box-shadow: 0 1px 0 0 #c7c7c6, 0 2px 5px 0 #8d878a,
    0 4px 10px 0 rgb(80 75 88 / 10%);
  background-image: linear-gradient(90deg, #f4d553, #b39212);
  margin-bottom: 10px;
  color: #000;
}

.dash-home-category-status .dhs-item.dhs-item--1:hover {
  background: #000000;
  color: #fff;
}
.dash-home-category-status .dhs-item.dhs-item--2:hover {
  background: #000000;
  color: #fff;
}
.dash-home-category-status .dhs-item.dhs-item--3:hover {
  background: #f46b35;
  color: #fff;
}
.dash-home-category-status .dhs-item.dhs-item--4:hover {
  background: #000000;
  color: #fff;
}
.dash-home-category-status .dhs-item.dhs-item--5:hover {
  background: #f46b35;
  color: #fff;
}
.dash-home-category-status .dhs-item.dhs-item--6:hover {
  background: #00aef9;
  color: #fff;
}

.dash-home-category-status .dhs-item .dhs-item--icon {
  height: 80px;
  width: 80px;
  line-height: 77px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

.dash-home-category-status .dhs-item .dhs-item--icon .dhs-item--icon-img {
  width: auto;
  height: 60%;
}

.dash-home-category-status .dhs-item .dhs-item--title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.dash-home-category-status .dhs-item .dhs-item--text {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
/*홈카테고리 끝*/

.order-side {
  margin-top: 40px;
}

.simple-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4;
  color: #464646;
  position: relative;
  padding-bottom: 14px;
}

.simple-title::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 76px;
  background: #315dff;
}

.form-group .form-control {
  border: none;
  outline: none;
  background-color: #ededed;
  color: #464e77;
  font-size: 14px;
  font-weight: 500;
  min-height: 52px;
  overflow: hidden;
  padding: 10px 18px;
}

.form-group .form-control {
  outline: none;
  box-shadow: none;
}

.form-group .form-control::-webkit-input-placeholder {
  color: rgba(70, 78, 119, 0.8);
}

.form-group .form-control:-ms-input-placeholder {
  color: rgba(70, 78, 119, 0.8);
}

.form-group .form-control::-ms-input-placeholder {
  color: rgba(70, 78, 119, 0.8);
}

.form-group .form-control::placeholder {
  color: rgba(70, 78, 119, 0.8);
}

.form-group.fg-ly .input-group .input-group-prepend .input-group-text {
  background: #ff9b5c !important;
}

.form-group.fg-lb .input-group .input-group-prepend .input-group-text {
  background: #214af0 !important;
}

.form-group .input-group .input-group-prepend .input-group-text {
  background: #f9008f;
  color: #fff;
  outline: none;
  border: none;
  text-align: center;
  width: 52px;
}

.form-group .input-group .input-group-prepend .input-group-text i {
  width: 100%;
  text-align: center;
}

.form-group label {
  color: #464e77;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
}

.form-group.fg-for-login label {
  color: #fff;
}

.form-group.fg-for-login .form-control {
  background-color: #edeef2;
  color: #444;
}

.form-group.fg-for-login .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.profile-box {
  padding: 54px 30px 30px;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}

.profile-box .pb-title {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
}

.profile-box .pb-text {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.profile-box.box-1 {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ffb16f),
      to(#ff8a4d)
    )
    #ff8a4d;
  background: linear-gradient(to right, #ffb16f, #ff8a4d) #ff8a4d;
}

.profile-box.box-1 .btn {
  color: #ff9556 !important;
}

.profile-box.box-2 {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#185bdc),
      to(#315dff)
    )
    #185bdc;
  background: linear-gradient(to right, #185bdc, #315dff) #185bdc;
}

.profile-box.box-2 .btn {
  color: #464e77 !important;
}

.alert {
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 30px;
}

.alert.alert-success {
  background-color: #c8f2dd;
  color: #24ca7a !important;
}

.alert.alert-danger {
  background-color: #ec3e7240;
  color: #fb3f77;
}

.btn {
  padding: 14px 30px;
  border: none;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.btn.btn-primary {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#185bdc),
      to(#315dff)
    )
    #185bdc;
  background: linear-gradient(to right, #185bdc, #315dff) #185bdc;
  padding: 9px;
}

.btn.btn-light {
  color: #315dff;
  background: #fff;
}

.btn.btn-secondary {
  background: #f9008f;
}

.btn.btn-secondary:hover {
  background: #ff7e40;
  transition: 300ms all;
}

.btn.btn-purple {
  background: linear-gradient(
      90deg,
      var(--c1, rgb(236, 7, 199)),
      var(--c2, rgb(188, 0, 158)) 51%,
      var(--c1, rgb(19, 139, 255))
    )
    var(--x, 0) / 200%;
  color: #fff;
}

.btn.btn-lg {
  font-size: 17px;
  padding: 22px 34px;
  font-weight: 500;
}

.btn.btn-outline {
  padding: 12px 30px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.btn.btn-outline:hover {
  background: #fff;
  color: #181818;
}

.tab-pane .notification {
  padding: 0 0 20px 0;
  height: 500px;
}

.tab-pane .notification li {
  display: flex;
  align-items: center;
  border: 1px solid #f5f5f5;
  border-bottom-color: #dadada;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  background: #f8f7f7;
}

.tab-pane .notification li .icons i {
  font-size: 25px;
  margin-right: 10px;
}

.tab-pane .notification li .date {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
}

.tab-pane .notification li .title {
  font-size: 16px;
  font-weight: 500;
}

.tab-pane .notification li .title a {
  color: #464e77;
}

.tab-pane .notification li .text {
  color: #464e77;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.home-body {
  background: #f7f8fc;
  max-width: 100%;
  overflow-x: hidden;
}
/*개발자 완료 원본
.header {
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1000;
	margin-top: 30px;
}
*/
.header {
  position: absolute;
  margin: 64px 0 0 0;
  height: 78px;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header .site-icon-container {
  display: inline-block;
}

.header .site-icon-container img {
  max-height: 54px;
  width: auto;
}

.header .site-name img {
  height: 75px;
}

.header .header-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.header .header-menu ul li {
  display: inline-block;
  padding: 0 25px;
}

.header .header-menu ul li.active a {
  color: #fff !important;
}

.header .header-menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  display: block;
  font-weight: 600;
  height: 100px;
  line-height: 100px;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header .header-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.header .head-right .hr-btn.hr-sign-up {
  line-height: 50px;
  background: #f9008f;
}

.header .head-right .hr-btn.hr-login {
  border: 2px solid #fff;
  line-height: 44px;
}

.header .head-right .hr-btn {
  display: inline-block;
  height: 48px;
  border-radius: 24px;
  font-weight: 500;
  padding: 0 32px 0 28px;
  color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.container {
  max-width: 1200px;
}

.text-primary {
  color: #3e3f5e !important;
}

.services-search {
  position: relative;
}

.services-search .ss-input {
  position: relative;
  height: 40px;
  border-radius: 5px;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  color: #c9c9c9;
  padding: 0 30px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.services-search .ss-input:focus {
  border: 1px solid #ebe8e8;
  outline: none;
}

.input-group-btn .dropdown-menu {
  left: auto;
  right: 0;
  width: 350px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.input-group-btn .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}

.input-group-btn .dropdown-menu > li > a:hover {
  color: #185bdc;
}

.table td {
  border-bottom: 2px solid #e5e7e8;
}

.table td,
.table th {
  border-top: none;
}

.table thead {
  font-size: 14px;
  color: #576591;
  font-weight: 600;
}

.table tbody {
  font-size: 14px;
  color: #464e77;
  letter-spacing: 0.2px;
  font-weight: 400;
}

.services-header {
  border: none;
}

.services-header td {
  border: none;
}

.services-header .services-title {
  border-radius: 10px;
  background: #413eff;
  min-height: 52px;
  font-size: 14px;
  padding: 11px 24px;
  line-height: 30px;
  font-weight: 600;
  width: 100%;
  color: #fff;
}

.filter-btns {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: -4px;
  margin-right: -4px;
}

.filter-btns > div {
  padding-left: 4px;
  padding-right: 4px;
}

.filter-btns .filter-btn {
  padding: 12px 18px;
  font-size: 12px;
  color: #646a8c;
  font-weight: 500;
  margin: 6px 0;
  display: block;
  border-radius: 6px;
  background: #f8f8f8;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  text-decoration: none !important;
}

.filter-btns .filter-btn:hover {
  background: #e2e8f5;
}

.filter-btns .filter-btn.active {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#2341bb),
      to(#214bf3)
    )
    #214bf3;
  background: linear-gradient(to right, #2341bb, #214bf3) #214bf3;
  color: #fff;
}

.filter-btns .filter-btn .icon {
  margin-right: 8px;
  font-size: 14px;
}

.filter-search {
  border-radius: 6px;
  background: #f9008f;
  color: #fff;
  position: relative;
  display: block;
  margin: 6px 0;
}

.filter-search:focus-within {
  outline: 2px solid #214bf3;
}

.filter-search .fise-input {
  outline: none;
  border: none;
  background: transparent;
  padding: 12px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  width: calc(100% - 41px);
  position: relative;
}

.filter-search .fise-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-input::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-btn {
  border: none;
  outline: none;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}

.filter-search .fise-btn i {
  height: 20px;
}

.addf-text {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 27px;
  font-weight: 500;
  color: #a8a8a8;
}

.addf-text p {
  margin-bottom: 1.8rem;
}

.addf-text .dear-text {
  font-size: 17px;
  color: #373737;
  font-weight: 600;
}

.addf-warning {
  font-size: 12px;
  color: #616685;
  letter-spacing: 0.8px;
}

.addf-warning span {
  color: #005271;
  font-weight: 600;
}

.addf-warning i {
  color: #005271;
  font-size: 16px;
  margin-right: 4px;
}

.faq-ss-tabs .home-ss-tab {
  position: relative;
  cursor: pointer;
  background: transparent;
  color: #151722;
  background-color: #fff;
  padding: 25px 20px 18px 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-bottom: 14px;
  border-radius: 12px;
}

.faq-ss-tabs .home-ss-tab .fa-minus {
  display: none;
}

.faq-ss-tabs .home-ss-tab.active {
  background: #f9008f;
  color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head {
  color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head .right-p {
  color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .fa-minus {
  display: block;
}

.faq-ss-tabs .home-ss-tab.active .fa-plus {
  display: none;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head {
  font-size: 15px;
  font-weight: 500;
  color: #151722;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
  color: #151722;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}

.faq-ss-tabs .home-ss-tab .ss-tab-content {
  display: none;
  padding-top: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 170%;
  padding-bottom: 8px;
}

.tos-navs .nav-item {
  display: inline-block;
}

.tos-navs .nav-item.nav-link {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-align: center;
  margin: 0 10px;
  position: relative;
  line-height: 30px;
  font-size: 16px;
  min-width: 200px;
  font-weight: 600;
  padding: 18px 23px;
  margin-bottom: 20px;
  background-color: #e5eeff;
  color: #185bdc;
  border-radius: 5px;
  font-size: 600;
}

.tos-navs .nav-item.nav-link.active {
  background-color: #185bdc;
  color: #fff;
}

.tos-navs .nav-item.nav-link:hover {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
}

pre.code {
  border-radius: 10px;
  background-color: #dde9ff;
  color: #185bdc;
  padding: 24px;
}
/* 모바일 하단 구 추가  시작*/

@media only screen and (max-width: 980px) {
  .for-mobile {
    display: block;
  }
  .for-desktop {
    display: none;
  }
  .footer .top-footer {
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .footer .footer-link.whatsapp-btn {
    font-size: 16px !important;
  }
  .header .mobile-menu-logo {
    margin: 74px 0 50px;
  }
  .header .header-menu-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    -webkit-box-shadow: 0 10 24px rgba(0, 0, 0, 0.14);
    box-shadow: 0 10 24px rgba(0, 0, 0, 0.14);
    background: #fe8600;
    border-radius: 5px;
    font-size: 24px;
    z-index: 1001;
  }
  .header .menu-close-btn {
    position: fixed;
    right: 20px;
    top: 20px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 24px;
  }
  .header .header-menu {
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    position: fixed;
    background-color: #f9008f;
    background-image: url(../img/menu-bg.png);
    background-size: cover;
    background-position: center;
    overflow-y: scroll;
    text-align: center;
    z-index: 1002;
  }
  /*기존 디자인 
	.header .menu-ul {
		display:block;
		margin-bottom:20px
	}
	.header .menu-ul .menu-item {
		display:block
	}
	.header .menu-ul .menu-item>a {
		margin-top:32px;
		display:inline-block;
		font-size:24px
	}
	*/
  .header .head-right {
    text-align: center;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  /*상단 버튼 구 추가 시작*/

  .header .menu-ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header .menu-ul .menu-item {
    display: inline-block;
  }
  /*상단 버튼 구 추가 끝*/

  .home-section {
    position: relative;
    padding: 80px 0;
  }
  .site-head .site-head-bg {
    right: 0;
  }
  .site-head .home-site-head {
    padding: 100px 0 220px;
  }
  .site-head .home-site-head .hleft-title {
    font-size: 34px;
    line-height: 44px;
  }
  .site-head .home-site-head .hleft-title img {
    height: 32px;
  }
  .site-head .home-site-head .hleft-title .slider-line img {
    max-width: 300px;
    width: 100%;
    height: auto;
  }
  .home-customer-comments .container {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
  .footer .top-footer {
    height: auto;
  }
  .footer .top-footer .footer-link {
    display: inline-block;
    margin: 35px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .footer .top-footer .footer-link:hover {
    color: #feab00;
  }
  .footer .top-footer .footer-link.whatsapp-btn {
    display: block;
    background-color: #f9008f;
    margin: 20px 0;
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    border-radius: 20px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .footer .top-footer .footer-link.whatsapp-btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
  }
  .footer .footer-content {
    padding: 160px 0 100px;
  }
  .footer .footer-content .footer-c-text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
  }
  .footer .footer-content .footer-c-text a {
    color: #f9008f;
  }
  .zz-title .header-first {
    font-size: 13px;
    font-weight: 400;
    border-radius: 10px;
    padding: 4px 10px;
  }
  .zz-title .header-text {
    font-size: 34px;
    line-height: 44px;
  }
  .sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1029;
  }
  .sidebar.active {
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
  }
  .other-side {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 0.6;
    overflow: hidden !important;
  }
  .other-side.menu-active {
    margin-left: 0;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }
  .dash-anounce {
    position: relative;
  }
  .dash-anounce::after {
    left: 30px;
  }
  .dash-anounce .da-item .item-icon {
    left: 14px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    line-height: 36px;
  }
  .dash-anounce .da-item .item-content {
    margin-left: 70px;
    margin-right: 15px;
  }
}
/* 모바일 하단 구 추가  끝*/

@media (max-width: 767.98px) {
  .container-fluid {
    margin-bottom: 100px;
    padding: 0 15px !important;
  }
  .table-mobile-cards thead {
    display: none;
  }
  .table-mobile-cards tr {
    border: none;
  }
  .table-mobile-cards tr.table-mobile-card {
    display: block;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 14px 24px;
    margin-bottom: 24px;
    margin-left: 15px;
    margin-right: 15px;
    background: #fafafa;
  }
  .table-mobile-cards tr.table-mobile-card td {
    display: block;
    border: none;
    padding: 0px;
    font-size: 13px;
  }
  .table-mobile-cards tr.table-mobile-card td + td {
    margin-top: 12px;
  }
  .table-mobile-cards tr.table-mobile-card td::before {
    content: attr(data-title);
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: block;
  }
  .app-sidebar {
    left: -100px;
  }
  .app-sidebar.sidebar-inact {
    width: 280px;
    left: 0px;
  }
  .app-sidebar.sidebar-inact .close-sidebar-btn {
    display: block;
  }
  .app-sidebar.sidebar-inact .sidebar-header .logo-lg {
    display: none;
  }
  .app-sidebar.sidebar-inact .sidebar-header .logo-sm {
    display: none;
  }
  .app-sidebar.sidebar-inact .app-user {
    padding: 40px 10px !important;
  }
  .app-sidebar.sidebar-inact .app-user .user-name {
    display: block;
  }
  .app-sidebar.sidebar-inact .app-user .user-balance {
    display: block;
  }
  .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
    padding: 13px 18px;
    text-align: left;
  }
  .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
    width: 24px;
    height: 24px;
  }
  .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
    display: inline-block;
  }
  .app-sidebar .sidebar-header .logo-lg {
    display: none;
  }
  .app-sidebar .sidebar-header .logo-sm {
    display: inline-block;
  }
  .app-sidebar .app-user {
    padding: 0px 10px !important;
  }
  .app-sidebar .app-user .user-avatar > .the-avatar {
    width: 40px !important;
    height: 40px !important;
  }
  .app-sidebar .app-user .user-avatar .avatar-badge {
    display: none !important;
  }
  .app-sidebar .app-user .user-avatar .the-avatar-bg-bt {
    display: none !important;
  }
  .app-sidebar .app-user .user-avatar .the-avatar-bg {
    display: none !important;
  }
  .app-sidebar .app-user .user-name {
    display: none;
  }
  .app-sidebar .app-user .user-balance {
    display: none;
  }
  .app-sidebar .sidebar-menu li a.menu-link {
    padding: 13px 0px;
    text-align: center;
  }
  .app-sidebar .sidebar-menu li a.menu-link .menu-icon {
    width: 100%;
  }
  .app-sidebar .sidebar-menu li a.menu-link .menu-text {
    display: none;
  }
  .app-content {
    padding-left: 0px !important;
  }
  .app-header {
    left: 0px !important;
  }
  .dash-home-status .dhs-item {
    padding: 10px;
    text-align: center;
    border-radius: 10px;
  }
  .dash-home-status .dhs-item .dhs-item--title {
    font-size: 12px;
  }
  .dash-home-status .dhs-item .dhs-item--text {
    font-size: 20px;
  }
  .top-notice-content p {
    font-size: 12px;
  }
  .order-side {
    margin-top: 0;
  }
  .d-card .d-card-body {
    padding: 15px;
  }
  .p0 {
    padding: 0 !important;
  }
  .services-search {
    padding: 15px;
  }
  .input-group-btn .dropdown-menu > li > a {
    font-size: 12px;
  }
  #orderDetail {
    padding: 15px;
  }
  #orderDetail .card .card-header h4 {
    font-size: 11px !important;
  }
  #orderDetail .card .ordNumber {
    font-size: 12px;
    padding: 5px 15px;
  }
  #orderDetail .card .ordStatus {
    font-size: 11px;
  }
  #orderDetail .card small {
    font-size: 11px;
  }
  #orderDetail .card-body ul li {
    font-size: 11px !important;
  }
  .orderNav {
    padding: 15px;
  }
  .orderNav li {
    width: 49%;
    margin: 0 1%;
    margin-right: auto !important;
  }
  .dash-list {
    margin-top: 0 !important;
  }
  .orders-btn {
    padding-bottom: 0 !important;
  }
  .app-header {
    height: 75px;
  }
  .app-header .row-100 {
    height: 75px;
  }
  .d-card .d-card-head {
    font-size: 14px;
    margin: auto;
  }
  .text-style-2 {
    font-size: 12px;
  }
  .faq-ss-tabs .home-ss-tab .ss-tab-head {
    font-size: 15px;
    font-weight: 400;
  }
  .faq-ss-tabs .home-ss-tab .ss-tab-content {
    font-size: 13px;
  }
  .app-sidebar.sidebar-inact .sidebar-header {
    padding-bottom: 0;
  }
  .app-sidebar .sidebar-content {
    padding: 0 0 20px 0;
  }
  .app-sidebar .sidebar-menu {
    padding-bottom: 50px;
    margin-top: 25px;
  }
  .tos-navs .nav-item.nav-link {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .app-sidebar .sidebar-header .sh-bg {
    background: transparent;
  }
  .register-page .register-page-content {
    padding: 25px 0 100px 0 !important;
  }
  .register-left .rl-text {
    margin-bottom: 25px !important;
  }
  .home-head .hl-title {
    font-size: 35px !important;
  }
  .home-head {
    padding: 100px 0 0 !important;
  }
  .home-head,
  .ha-item {
    overflow: hidden;
  }
  .home-head .home-head-bg {
    right: -20% !important;
  }
  .container-fluid {
    padding: 0 30px;
  }
  .app-sidebar {
    width: 80px;
  }
  .app-sidebar.sidebar-inact {
    width: 280px;
  }
  .app-sidebar.sidebar-inact .close-sidebar-btn {
    display: block;
  }
  .app-sidebar.sidebar-inact .sidebar-header .logo-lg {
    display: none;
  }
  .app-sidebar.sidebar-inact .sidebar-header .logo-sm {
    display: none;
  }
  .app-sidebar.sidebar-inact .app-user {
    padding: 0 10px !important;
  }
  .app-sidebar.sidebar-inact .app-user .user-name {
    display: block;
  }
  .app-sidebar.sidebar-inact .app-user .user-balance {
    display: block;
  }
  .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
    padding: 13px 18px;
    text-align: left;
  }
  .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
    width: 24px;
    height: 24px;
  }
  .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
    display: inline-block;
  }
  .app-sidebar .sidebar-header .logo-lg {
    display: none;
  }
  .app-sidebar .sidebar-header .logo-sm {
    display: inline-block;
  }
  .app-sidebar .app-user {
    padding: 0px 10px !important;
  }
  .app-sidebar .app-user .user-name {
    display: none;
  }
  .app-sidebar .app-user .user-balance {
    display: none;
  }
  .app-sidebar .sidebar-menu li a.menu-link {
    padding: 13px 0px;
    text-align: center;
  }
  .app-sidebar .sidebar-menu li a.menu-link .menu-icon {
    width: 100%;
  }
  .app-sidebar .sidebar-menu li a.menu-link .menu-text {
    display: none;
  }
  .app-content {
    padding-left: 80px;
  }
  .app-header {
    left: 80px;
  }
}

@media (max-width: 1500.98px) {
  .container-fluid {
    padding: 0px 25px;
  }
}

@media (min-width: 1199.98px) {
  .app-sidebar.sidebar-inact {
    width: 80px;
  }
  .app-sidebar.sidebar-inact .sidebar-header .logo-lg {
    display: none;
  }
  .app-sidebar.sidebar-inact .sidebar-header .logo-sm {
    display: inline-block;
  }
  .app-sidebar.sidebar-inact .app-user {
    padding: 0px 10px !important;
  }
  .app-sidebar.sidebar-inact .app-user .user-name {
    display: none;
  }
  .app-sidebar.sidebar-inact .app-user .user-balance {
    display: none;
  }
  .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
    padding: 13px 0px;
    text-align: center;
  }
  .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
    width: 100%;
  }
  .app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
    display: none;
  }
  .app-content.sidebar-inact {
    padding-left: 80px;
  }
  .app-header.sidebar-inact {
    left: 80px;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin: auto;
  }
}

.dropdown-menu {
  width: 100%;
  padding: 0;
  max-height: 43.6vh;
  overflow-y: scroll;
  border: none !important;
  margin-top: 15px;
}

#order-sItem,
#order-cItem {
  white-space: inherit;
  padding: 12px;
  font-weight: 500;
  font-size: 13px;
  background: #e0e1ff;
  border-bottom: 1px solid #fff;
  color: #464e77;
  text-align: left;
  width: 100%;
}

#order-sItem:hover,
#order-cItem:hover {
  background: #fff;
}

#order-category,
#order-services {
  white-space: nowrap;
  text-overflow: ellipsis;
}

#order-category,
#order-services {
  width: 85%;
  overflow-x: hidden;
  position: absolute;
  line-height: 15px;
  height: 24px;
  font-size: 13px;
}

.dropdown button {
  background: #fff;
  border: 1px solid #fff;
  border-top: none !important;
  color: #081521;
}

.dropdown button:hover,
.dropdown button:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-menu {
  transform: translate3d(5px, 35px, 0px) !important;
}

.fab.fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  ) !important;
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  background-clip: text;
  font-size: 14px;
  padding: 2.4px;
  border-radius: 5px;
  color: #fff;
  font-weight: lighter;
  margin-right: 10px;
}

.fab.fa-facebook-square {
  background: #ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 18px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 10px;
}

.fab.fa-youtube {
  background: #ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fab.fa-youtube-square {
  background: #ff0042;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}
.fab.fa-twitter {
  background: #1da1f2;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fab.fa-telegram-plane {
  background: #2b9fd2;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fab.fa-neos {
  background: #0fd34d;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fab.fa-soundcloud {
  background: #ff5836;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fab.fa-spotify {
  background: #62ffa2;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fas.fa-cog.fa-spin {
  background: #ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 18px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 10px;
}
.fas.fa-globe-asia {
  /* traffic */
  background: #25c100;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}
.fas.fa-comments {
  /* comments */
  background: #a04000;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}
.fas.fa-exclamation-circle {
  /* 금지 */
  background: #ff0000;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}
.fas.fa-won-sign {
  /* 무료 */
  background: #ff0000;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}
.fab.fa-twitch,
.fas.fa-cog.fa-spin.fa-lg {
  background: #e600ff;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fab.fa-pinterest-p {
  background: #ff5858;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fa.fa-music {
  background: #f8004d;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fab.fa-tiktok {
  background: #ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fab.fa-linkedin {
  background: #0f65c2;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fas.fa-globe {
  background: #1a1a1a;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fas.fa-stream {
  background: #ccc;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fab.fa-hotjar {
  background: #ff0000;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fas.fa-times-circle {
  background: #ff0000;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fas.fa-comments {
  background: #551212;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fas.fa-warehouse {
  background: #a62eb1;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 17px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-right: 10px;
}

.fas.fa-asterisk {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 18px;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 10px;
}

.nav-pills.fastside .nav-link {
  background: #e5eeff;
  color: #2258bf;
  text-align: center;
  padding: 15px 0;
  border-radius: 18px 0 0 0;
}

.nav-pills.fastside .nav-link.second {
  border-radius: 0 18px 0 0 !important;
}

.nav-pills.fastside .nav-link.third {
  background: #ffdc6b;
  border-radius: 0 0px 0 0 !important;
}

.nav-pills.fastside .nav-link.active,
.nav-pills .show > .nav-link {
  background: #f9008f;
  color: #fff;
}

.panel-body {
  background-color: #f8f7f7;
  color: #464e77;
  font-size: 14px;
  border-radius: 18px;
  padding: 10px;
}

.app-navbar {
  display: none;
  height: 70px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 1000;
  padding: 0;
  -webkit-box-shadow: 0 5px 50px rgb(200 200 200 / 100%);
  box-shadow: 0 5px 50px rgb(200 200 200 / 100%);
}

.app-navbar > .row {
  height: 70px;
}

.app-navbar .navbar-mid-icon {
  margin-top: -40px;
  margin-left: -5px;
}

.app-navbar a.active .navbar-icon {
  -webkit-filter: inherit;
  filter: inherit;
}

.app-navbar a.active .navbar-texts {
  color: #185bdc;
}

.app-navbar a.active i {
  color: #185bdc;
}

.app-navbar i {
  color: #202020;
}

.app-navbar .navbar-texts {
  font-size: 10px;
  font-weight: 500;
  color: #202020;
  display: block;
  margin-top: 6px;
}

.sDetayBtn {
  background: #f9008f;
  color: #fff !important;
  border-radius: 25px;
  font-size: 14px;
  padding: 5px 10px;
  cursor: pointer;
}

.modal-header {
  background: #413eff;
}

.modal-header h4 {
  font-size: 13px;
  color: #fff;
}

.modal-body {
  font-size: 13px;
}

#orderDetail .card {
  margin-bottom: 10px;
  border: none;
}

#orderDetail .card .card-header {
  padding: 0;
  border: none;
  background-color: #f8f8f8;
  border-radius: 10px;
}

#orderDetail .card .card-header h4 {
  font-size: 14px;
  color: #185bdc;
}

#orderDetail .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  cursor: pointer;
  color: #222;
  border: none;
  padding: 14px 30px;
  text-decoration: none;
}

#orderDetail .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 25px;
}

#orderDetail .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#orderDetail .card .collapsing {
  background: #fff;
}

#orderDetail .card .collapse.show {
  background: #fff;
  line-height: 24px;
  color: #222;
  border: 1px solid #efefef;
  border-top: 0;
  border-radius: 10px;
}

#orderDetail .card-body {
  padding: 5px 15px;
}

#orderDetail .card-body ul {
  padding-left: 0;
}

#orderDetail .card-body ul li {
  list-style-type: none;
  font-size: 13px;
}

.orderNav li a {
  background-color: #e9e9e9;
  color: #202020;
  padding: 12px 8px;
  font-size: 11px;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  min-height: 40px;
  display: inline-block;
  margin-bottom: 4px;
  width: 100%;
  text-decoration: none;
}

.orderNav li a.active,
.orderNav li a:hover {
  background: #f9008f;
  color: #fff;
}

.orderNav li:last-child {
  margin-left: auto;
}

.dfb-search {
  background-color: #e9e9e9;
  color: #fff;
  font-size: 11px;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  min-height: 40px;
  position: relative;
  overflow: hidden;
}

.dfb-search .dfb-input {
  width: calc(100% - 40px);
  background: transparent;
  border: none;
  outline: none;
  height: 40px;
  color: #202020;
  padding: 0 14px;
  min-width: 250px;
}

.dfb-search i {
  color: #fff;
}

.dfb-search .dfb-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: #f9008f;
  color: #fff;
}

.ticket-message-right .ticket-message {
  background: rgb(255, 171, 90, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
}

.ticket-message-left .ticket-message {
  background: rgb(27, 91, 224, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
}

.ref-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 0;
}

.ref-item.d-blue {
  background: #e5eeff;
  border-radius: 25px;
  padding: 15px 25px;
  color: #2258bf;
}

.ref-item i {
  color: #f9008f;
  font-size: 20px;
}

.ref-item .the-title {
  font-weight: bold;
}

.rep-title h3 {
  font-size: 18px;
  font-weight: 600;
}

#sssTab .faq-ss-tabs .home-ss-tab {
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #f5f5f5;
}

#sssTab .home-ss-tab .col {
  font-size: 14px;
}

#sssTab .faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
  font-size: 16px;
}

.noorders {
  text-align: center;
}

.noorders .smiley {
  max-width: 175px;
}

/* dark mod */

.darkMode {
  background: transparent;
  box-shadow: none;
  border: none;
  outline: 0;
}

.darkMode:focus {
  background: transparent;
  box-shadow: none;
  border: none;
  outline: 0;
}

.darkMode i {
  height: 34px;
  display: inline-block;
  width: 34px;
  font-size: 19px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
}

.darkMode i.fa-moon {
  color: rgba(255, 106, 39, 1);
}

.darkMode i.fa-sun span {
  color: #fff;
}

.darkMode i.fa-sun {
  color: #ffbf00;
}

.darkMode i span {
  color: #404040;
}

body i.fa-moon,
body.light i.fa-moon {
  display: block;
}

body i.fa-sun,
body.light i.fa-sun {
  display: none;
}

body.dark i.fa-moon {
  display: none;
}

body.dark i.fa-sun {
  display: block;
}

body.dark,
body.dark .app-content {
  background: #0f1017;
}

body.dark .app-sidebar .sidebar-header .logo-lg,
body.dark .app-sidebar .sidebar-header .logo-sm {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

body.dark .app-logo.mobiles .logo-lg {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

body.dark .app-sidebar {
  background: #151722;
}

body.dark .app-header {
  background: #151722;
  border-left: 1px solid #0f1017;
}

body.dark .app-sidebar .sidebar-menu li a.menu-link {
  color: #efefef;
}

body.dark .app-sidebar .sidebar-menu li.active > a.menu-link {
  background: #162851;
  color: #4088ff;
  font-weight: 600;
}

body.dark .app-sidebar .sidebar-menu li a.menu-link:hover {
  background: #162851;
  color: #4088ff;
}

body.dark .app-sidebar .sidebar-header .app-user .user-name {
  color: #7f89b7;
}

body.dark .app-navbar {
  background: #162851;
  -webkit-box-shadow: 0 5px 50px rgb(46 48 63);
  box-shadow: 0 5px 50px rgb(46 48 63);
}

body.dark .app-navbar i,
body.dark .app-navbar .navbar-texts {
  color: #fff;
}

body.dark .app-navbar a.active i,
body.dark .app-navbar a.active .navbar-texts {
  color: #2c5df8;
}

body.dark .app-header .hea-ann-title {
  background: #11336c;
}

body.dark .close-sidebar-btn {
  background: #151722;
  border-color: #0f1017;
}

body.dark .d-card {
  background: #151722;
  color: #fff;
}

body.dark .form-group .form-control,
body.dark .panel-body {
  background: #13151e;
  color: #7f89b7;
}

body.dark .form-group label {
  color: #fff;
}

body.dark .nav-pills.fastside .nav-link {
  background: #162851;
  color: #3d80ff;
}

body.dark .nav-pills.fastside .nav-link.active,
body.dark .nav-pills .show > .nav-link {
  background: #11336c;
  color: #fff;
}

body.dark .tab-pane .notification li {
  background: #0f1017;
  border-color: #0f1017;
}

body.dark .tab-pane .notification li .text,
body.dark .tab-pane .notification li .title a {
  color: #7f89b7;
}

body.dark .tab-pane .notification li .date {
  color: #464e77;
}

body.dark #order-sItem,
body.dark #order-cItem {
  background: #13151e;
  color: #7f89b7;
  border-color: #232842;
}

body.dark #order-sItem:hover,
body.dark #order-cItem:hover {
  background: #232842;
}

body.dark .table td,
body.dark .table thead th {
  border-color: #0f1017;
}

body.dark .table tbody {
  color: #fff;
}

body.dark .services-search .ss-input {
  background: #0f1017;
  border-color: #0f1017;
}

body.dark .input-group-btn .dropdown-menu {
  background: #0f1017;
}

body.dark .input-group-btn .dropdown-menu a {
  color: #7f89b7;
}

@media (max-width: 767.98px) {
  body.dark .table-mobile-cards tr.table-mobile-card {
    background: #0f1017;
    border-color: #232842;
  }
}

body.dark .table-mobile-cards tr.table-mobile-card td::before {
  color: #fff;
}

body.dark .form-group .input-group .input-group-prepend .input-group-text {
  background: #162851;
}

body.dark .orderNav li a {
  background: #162851;
  color: #3d80ff;
}

body.dark .orderNav li a.active,
body.dark .orderNav li a:hover {
  background: #11336c;
  color: #fff;
}

body.dark .dfb-search .dfb-input {
  background: #0f1017;
}

body.dark .dfb-search .dfb-submit {
  background: #11336c;
}

body.dark .card {
  background: #0f1017;
  border-radius: 10px !important;
}

body.dark #orderDetail .card .card-header {
  background: #0f1017;
}

body.dark #orderDetail .card .card-header .ordNumber {
  color: #fff;
}

body.dark #orderDetail .card .card-header small {
  color: #7f89b7;
}

body.dark #orderDetail .card .card-header .btn-header-link:after {
  color: #7f89b7;
}

body.dark #orderDetail .card-body,
body.dark #orderDetail .card .collapse.show {
  background: #0f1017;
  color: #fff;
  border: transparent;
}

body.dark .ref-item,
body.dark .table-bordered {
  border-color: #0f1017;
}

body.dark .ref-item.d-blue {
  background: #162851;
  color: #fff;
}

body.dark .ref-item i {
  color: #fff;
}

body.dark .d-card .d-card-head {
  color: #7f89b7;
}

body.dark .dc-blue {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#185bdc),
      to(#315dff)
    )
    #185bdc;
  background: linear-gradient(to right, #185bdc, #315dff) #185bdc;
  color: #fff;
}

body.dark .dc-orange {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#f25a3c),
      to(#ff7f40)
    )
    #ff7f40;
  background: linear-gradient(to right, #f25a3c, #ff7f40) #ff7f40;
  color: #fff;
}

body.dark pre.code {
  background: #162851;
  color: #4088ff;
}

body.dark .faq-ss-tabs .home-ss-tab {
  background: #151722;
}

body.dark .faq-ss-tabs .home-ss-tab .col {
  color: #fff !important;
}

body.dark .faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
  color: #162851;
}

body.dark .modal-body,
body.dark .modal-footer {
  background: #0f1017;
  color: #7f89b7;
}

body.dark .modal-header,
body.dark .modal-footer {
  border-color: #232842;
}

body.dark .card-box-top p {
  color: #fff;
}

body.dark .sDetayBtn {
  background: #162851;
  color: #4088ff !important;
}

body.dark .tos-navs .nav-item.nav-link {
  background: #162851;
  color: #3d80ff;
}

body.dark .tos-navs .nav-item.nav-link.active {
  background: #11336c;
  color: #fff;
}

body.dark #sssTab .faq-ss-tabs .home-ss-tab {
  border-color: #0f1017;
}

.home-body {
  background: #f7f8fc;
  max-width: 100%;
  overflow-x: hidden;
}

.home-head {
  position: relative;
  padding: 100px 0 100px;
}

.home-head.outside {
  height: 300px;
}

.home-head .home-head-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #457aac;
  background-image: url(https://storage.perfectcdn.com/nhig21/auexl1wh6ffop51h.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom-right-radius: 90px;
}

.home-head .home-head-content {
  padding: 160px 0 50px;
  color: #fff;
}

.home-head .hh-left-badge {
  background: rgb(249 165 73);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  border-radius: 25px;
  padding-right: 10px;
}

.home-head .hh-left-badge .hhlb-icon {
  background: #4088ff;
  color: #fff;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.home-head .hh-left-badge .hhlb-text {
  padding: 10px 14px;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  font-size: 13px;
}

.home-head .hl-title {
  font-size: 50px;
  line-height: 64px;
  font-weight: 600;
  margin-top: 58px;
  margin-bottom: 30px;
  color: #fff;
}

.home-head .hl-text {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.hl-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: -8px;
  margin-right: -8px;
}

.hl-btns > a {
  margin: 8px;
}

.loginSide .round {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: #a9b4fc;
  opacity: 0.07;
  position: absolute;
  top: -50px;
  left: -150px;
  z-index: 1;
}

.loginSide {
  position: relative;
}

.loginSide .login-box {
  /* background: #fff;
	-webkit-box-shadow: 0px 0px 60px rgba(94, 92, 154, 0.12);
	box-shadow: 0px 0px 60px rgba(94, 92, 154, 0.12);
	border-radius: 30px;
	padding: 54px 44px;
	position: relative;
	z-index: 20 !important;
	color: #3E3F5E; */
}

/* signup 용 추가 */
.loginSide1 .login-box1 {
  background: #fff;
  -webkit-box-shadow: 0px 0px 60px rgba(94, 92, 154, 0.12);
  box-shadow: 0px 0px 60px rgba(94, 92, 154, 0.12);
  border-radius: 30px;
  padding: 54px 44px;
  position: relative;
  z-index: 20 !important;
  color: #3e3f5e;
}

/* signup 용 추가 */
.loginSide1 .login-box1 {
  background: #fff;
  -webkit-box-shadow: 0px 0px 60px rgba(94, 92, 154, 0.12);
  box-shadow: 0px 0px 60px rgba(94, 92, 154, 0.12);
  border-radius: 30px;
  padding: 54px 44px;
  position: relative;
  z-index: 20 !important;
  color: #3e3f5e;
}

.loginSide .login-box .lgb-title {
  /* font-size: 26px;
	font-weight: 700;
	color: #302F45;
	margin-bottom: 24px; */
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

/* signup 용 추가 */
.loginSide1 .login-box1 .lgb-title1 {
  font-size: 26px;
  font-weight: 700;
  color: #302f45;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.loginSide .login-box .lgb-text {
  /* color: #AFB0C0;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 38px; */
  font-size: 15px;
  color: #c9efff;
  font-weight: 400;
  margin-bottom: 48px;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* signup 용 추가 */
.loginSide1 .login-box1 .lgb-text1 {
  color: #afb0c0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 38px;
  font-size: 15px;
  color: #c9efff;
  font-weight: 400;
  margin-bottom: 48px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.loginSide .login-box .fc-home {
  /* border-radius: 10px;
	border: 1px solid #DEDEEA;
	position: relative;
	width: 100%;
	margin-bottom: 34px;
	padding: 0px 0px;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	height: 52px; */
}

/* signup 용 추가 */
.loginSide1 .login-box1 .fc-home1 {
  border-radius: 10px;
  border: 1px solid #dedeea;
  position: relative;
  width: 100%;
  margin-bottom: 34px;
  padding: 0px 0px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  height: 52px;
}

.loginSide .login-box .fc-home label {
  font-size: 12px;
  color: #afb0c0;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
  position: absolute;
  top: 150px;
  left: 15px;
  z-index: 3;
}

/* signup 용 추가 */
.loginSide1 .login-box1 .fc-home1 label {
  font-size: 12px;
  color: #afb0c0;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
  position: absolute;
  top: -11px;
  left: 15px;
  z-index: 3;
}

.loginSide .login-box .fc-home label .label-text {
  z-index: 3;
  position: relative;
}

/* signup 용 추가 */
.loginSide1 .login-box1 .fc-home1 label .label-text1 {
  z-index: 3;
  position: relative;
}

.loginSide .login-box .fc-home label::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 9px;
  width: 100%;
  background: #fff;
  height: 2px;
}

/* signup 용 추가 */
.loginSide1 .login-box1 .fc-home1 label::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 9px;
  width: 100%;
  background: #fff;
  height: 2px;
}

.loginSide .login-box .fc-home input {
  /* font-size: 15px;
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none !important;
	color: #3E3F5E;
	padding: 0 25px;
	background: transparent !important;
	border-radius: 9px; */
  border: 3px solid #c4c4c4;
  height: 70px;
  border-radius: 35px;
  font-size: 17px;
  color: #d5d5d5;
  padding: 0 30px;
  width: 100%;
  outline: none;
  margin-bottom: 20px;
}

/* signup 용 추가 */
.loginSide1 .login-box1 .fc-home1 input {
  font-size: 15px;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none !important;
  color: #3e3f5e;
  padding: 0 25px;
  background: transparent !important;
  border-radius: 9px;
  /*   border: 3px solid #c4c4c4;
    height: 70px;
    border-radius: 35px;
    font-size: 17px;
    color: #d5d5d5;
    padding: 0 30px;
    width: 100%;
    outline: none;
    margin-bottom: 20px; */
}

.loginSide .login-box .fc-home:focus-within {
  border-color: #3e3f5e;
}

/* signup 용 추가 */
.loginSide1 .login-box1 .fc-home1:focus-within {
  border-color: #3e3f5e;
}

.text-primary {
  color: #3e3f5e !important;
}

.frgpass {
  text-decoration: none;
  color: #302f45;
  font-size: 14px;
}

.frgpass:hover {
  color: #3e3f5e;
}

.home-menu-btn {
  display: none;
}

.home-menu-btn {
  margin-top: -40px;
  z-index: 1030;
  position: fixed;
  right: 30px;
}

.form-check-label {
  font-size: 14px;
  color: #302f45;
}
/*구 추가:기존 코드
@media screen and (max-width: 991.98px) {
	.home-head.outside {
		height: 100px
	}
	.home-head.outside .home-head-bg {
		background: transparent
	}
	.home-info {
		padding: 0!important
	}
	.loginSide .login-box .lgb-title,
	.loginSide .login-box .lgb-text {
		text-align: center
	}
	.app-navbar {
		display: block!important
	}
	.home-menu-btn {
		display: inline-block;
	}
	.header {
		margin-top: 0;
	}/*구 추가
	.header .site-name {
		margin-left: 0
	}
	.header .site-name img {
		height: 50px;
		text-align: center
	}
	.home-head .home-head-content {
		padding: 5px 0 50px;
	}
	.loginSide .login-box {
		padding: 50px 15px
	}
	.home-body .app-navbar .navbar-mid-icon {
		margin-left: 0
	}/*구 추가
	.m-flex {
		display: flex;
		justify-content: center;
	}
	.home-head .home-head-bg {
		background-image: -webkit-gradient(linear, left top, right top, from(#185BDC), to(#315DFF)) #185BDC;
		background-image: linear-gradient(to right, #185BDC, #315DFF);
		background-size: cover;
		position: absolute;
		bottom: 0%;
		left: 0;
		right: 0;
		top: 0;
		border-radius: 0;
		-webkit-transform: none;
		transform: none;
/*구 추가		overflow: hidden;
		-webkit-transform-origin: none;
		transform-origin: none;
		background-repeat: no-repeat;
	}
	.loginSide .round {
		display: none
	}
	.shapeBox {
		display: none!important
	}
	.hs-area {
		margin-top: 40px;
		padding-bottom: 0!important
	}/*구 추가
	.hs-head h1,
	.ha-title h2 {
		font-size: 24px!important;
		line-height: 32px!important
	}
	.ha-item .ha-heading {
		order: -1;
		text-align: center !important;
		margin-bottom: 40px;
	}
	.ha-item .ha-graph::after {
		background-size: 200%;
		width: 100%;
	}/*구 추가
	.ha-item .graphics {
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.ha-item .graphics img {
		max-width: 300px
	}
	.ha-item .graphics img.main-image {
		margin: auto !important;
	}
	.ha-item .graphics span.shadow {
		width: auto !important;
		left: -10% !important;
		right: -10% !important;
	}
	.ha-item .graphics span.shadow:nth-child(2) {
/*구 추가		left: -20% !important;
		right: -20% !important;
	}
	.ha-title .ha-title-icon {
		margin: auto
	}
	.footer {
		margin-top: 0!important
	}
	.footer .footer-top {
		display: none
	}/*구 추가
	.footer .footer-content-bot .footer-content-bot-text {
		text-align: center!important;
		padding-bottom: 100px
	}
	.footer-content-bot-text {
		padding-top: 25px
	}
}
구추가*/
.shapeBox {
  max-width: 1200px;
  margin: auto;
  display: block;
  position: relative;
}

.shape {
  position: absolute;
}

.shape1 {
  left: 55px;
  top: 810px;
  animation: fade-up 2s infinite ease-in-out;
}

.shape2 {
  left: 240px;
  top: 710px;
  animation: fade-up 2.5s infinite ease-in-out;
}

.shape3 {
  left: 460px;
  top: 760px;
  animation: fade-up 3.5s infinite ease-in-out;
}

.shape4 {
  left: 420px;
  top: 650px;
  animation: fade-up 4.5s infinite ease-in-out;
}

.shape5 {
  left: 520px;
  top: 700px;
  animation: fade-up 5s infinite ease-in-out;
}

.shape6 {
  left: 100px;
  top: 770px;
  animation: fade-up 3.8s infinite ease-in-out;
}

.shape7 {
  left: 320px;
  top: 600px;
  animation: fade-up 2.8s infinite ease-in-out;
}

.ha-item:not(:last-child) {
  margin-bottom: 130px;
}

.ha-item .ha-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: auto;
}

.ha-item .ha-heading .section-heading {
  margin: 0;
}

.ha-item .ha-graph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.ha-item .ha-graph::after {
  content: "";
  background: #8224e3;
  height: 100%;
  width: 100vw;
  border-radius: 500px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
}

.ha-item .graphics {
  position: relative;
  display: inline-block;
  margin-left: 75px;
}

.ha-item .graphics img.main-image {
  height: 480px;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.ha-item .graphics span.shadow {
  content: "";
  background: rgba(255, 255, 255, 0.15);
  display: block;
  height: 90%;
  width: 90%;
  border-radius: 25px;
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: -1;
  box-shadow: none !important;
}

.ha-item .graphics span.shadow:nth-child(2) {
  height: 80%;
  width: 80%;
  left: 30%;
}

.ha-item.inverse .ha-heading {
  margin-right: initial;
  margin-left: auto;
  text-align: left;
}

.ha-item.inverse .ha-graph::after {
  left: initial;
  right: 0;
}

.ha-item.inverse .graphics {
  margin-left: auto;
  margin-right: -15px;
}

.ha-item.inverse span.shadow {
  left: initial;
  right: 20%;
}

.ha-item.inverse span.shadow:nth-child(2) {
  left: initial;
  right: 40%;
}

.ha-item .ha-graph::after {
  background-image: linear-gradient(
    to right,
    #f9008f 0%,
    #f35c3c 50%,
    #f9008f 100%
  );
}

@media screen and (max-width: 767.98px) {
  .ha-item .ha-graph::after {
    width: auto;
    height: auto;
    left: 15px !important;
    right: 15px !important;
    padding-top: calc(100% - 30px);
  }
  .ha-item .graphics span.shadow {
    display: none;
  }
}

.ha-title .ha-title-icon {
  height: 86px;
  width: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(to right, #185bdc, #315dff);
  border-radius: 25px;
  font-size: 56px;
  color: #fff;
}

.ha-title h2 {
  margin: 0;
  font-size: 32px;
  line-height: 45px;
  color: #302f45;
  padding: 0px;
  font-weight: 700;
}

.ha-text {
  font-size: 16px;
  line-height: 31px;
  margin-top: 35px;
}

.hs-area {
  padding: 0 0 70px 0;
}

.hs-area .hs-area-owl {
  padding: 40px 0;
}

.hs-area .hs-area-owl .owl-stage-outer {
  position: relative;
  z-index: 1;
}

.hs-area .hsa-item {
  padding: 24px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
  box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
  border-radius: 20px;
  color: #a1a1a1;
  -webkit-transition: 0.14s ease;
  transition: 0.14s ease;
  cursor: pointer;
}

.hs-area .hsa-item:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.1);
  color: #302f45;
}

.hs-area .hsa-item:hover .hsi-more {
  color: #000;
  text-decoration: none;
}

.hs-area .hsa-item .hsi-icon i {
  font-size: 67px;
}

.hs-area .hsa-item .hsi-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.hs-area .hsa-item .hsi-more {
  color: #a1a1a1;
  font-size: 13px;
  font-weight: 300px;
}

.hs-head {
  text-align: center;
}

.hs-head h1 {
  font-size: 32px;
  line-height: 45px;
  color: #302f45;
  padding: 0px;
  font-weight: 700;
}

.hs-head small {
  font-size: 16px;
  line-height: 31px;
}

.footer {
  position: relative;
  background-color: #0a47be;
  margin-top: 100px;
}

.footer .footer-content {
  padding: 30px 0;
}

.footer .footer-top {
  color: #fff;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#185bdc),
      to(#0a47be)
    )
    #185bdc;
  background: linear-gradient(to right, #185bdc, #0a47be) #185bdc;
  padding: 50px 0;
}

.footer .footer-top .ftgu-text {
  color: #fff;
  font-weight: 500;
  line-height: 140%;
  font-size: 40px;
}

.footer .footer-links {
  font-size: 16px;
}

.footer .footer-links ul {
  list-style: none;
  margin: 0px;
  top: 0px;
  padding: 0px;
}

.footer .footer-links ul li {
  display: inline-block;
  padding: 0 15px;
}

.footer .footer-links ul li a {
  font-weight: 500;
  display: block;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  letter-spacing: 0.4px;
}

.footer .footer-links ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-content-bot .footer-content-bot-text {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
}

.footer .footer-content-bot .footer-content-bot-text a {
  color: #fff;
}

.register-page {
  background-color: #005271;
  color: #fff;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.register-page .register-page-content {
  position: relative;
  padding: 100px 0;
  width: 100%;
}

.register-left {
  text-align: center;
}

.register-left .rl-logo {
  height: 75px;
}

.register-left .rl-text {
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 175%;
  margin-top: 40px;
}

.register-left .rl-menu {
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
}

.register-left .rl-menu li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 15px;
}

.register-left .rl-menu li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}

.home-info {
  padding: 50px 0;
}

.home-info .hi-title {
  font-size: 32px;
  line-height: 45px;
  color: #302f45;
  padding: 0px;
  font-weight: 700;
}

.home-sab-items .hosa-item {
  margin-bottom: 15px;
  background-color: transparent;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgb(234 61 86 / 6%);
  box-shadow: 0px 10px 30px 0px rgb(234 61 86 / 6%);
  padding: 25px 10px;
}

.home-sab-items .hosa-item:hover {
  background: #174de3;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  cursor: pointer;
}

.home-sab-items .hosa-item:hover .hosa-icon > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.home-sab-items .hosa-item .hosa-title {
  color: #302f45;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.home-sab-items .hosa-item:hover .hosa-title {
  color: #fff;
}

.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline;
}
.pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #fff;
  background: #185bdc;
  margin-right: 5px;
}

.pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pagination li a.active {
  background-color: #f9008f;
  color: #fff;
}
.pagination li a:hover:not(.active) {
  background-color: #f9008f;
}

.btn.btn-default.btn-xs {
  background: #f9008f;
  color: #fff;
  padding: 9px;
}

body.dark .dfb-search .dfb-input {
  color: #fff;
}

.blog-txt {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* ===== snsshop tone override (assistant) ===== */
body,button,input,select,textarea,.btn,h1,h2,h3,h4,h5,.nav-link,.menu-link{font-family:'Pretendard Variable',Pretendard,-apple-system,'Malgun Gothic',sans-serif !important;}
.btn-primary,.btn-success{background-color:#4090ff !important;border-color:#4090ff !important;}
.btn-primary:hover,.btn-primary:focus,.btn-success:hover{background-color:#2f7bff !important;border-color:#2f7bff !important;}
a{color:#0068ff;}
.btn,.form-control,.form-select,input.form-control,select.form-control,textarea.form-control{border-radius:8px !important;}
.card,.panel,.d-card{border-radius:12px !important;}


/* ===== snsshop layout tone (assistant) ===== */
body.home-body{background:#f4f6f9 !important;}
.app-header{background:#fff !important;border-bottom:1px solid #ededed !important;box-shadow:0 1px 3px rgba(17,38,73,.04) !important;}
.app-header a,.app-header i,.app-header span{color:#505050 !important;}
.dhs-item,.dhs-item.dhs-item--1,.dhs-item.dhs-item--2,.dhs-item.dhs-item--3,.dhs-item.dhs-item--4{background:#fff !important;background-image:none !important;border:1px solid #ededed !important;border-radius:12px !important;box-shadow:0 1px 3px rgba(17,38,73,.06) !important;}
.dhs-item--title{color:#999 !important;}
.dhs-item--text{color:#191919 !important;}
.dhs-item--icon-img,.dhs-item--icon{color:#4090ff !important;}
.d-card.dc-dblue,.d-card{background:#fff !important;color:#191919 !important;border:1px solid #ededed !important;border-radius:14px !important;box-shadow:0 1px 3px rgba(17,38,73,.06) !important;}
.brand-category{background:#fff !important;background-image:none !important;border:1px solid #ededed !important;border-radius:14px !important;color:#191919 !important;box-shadow:none !important;}
.brand-category .media-body,.brand-category span{color:#191919 !important;}


/* ===== snsshop accent tone (assistant) ===== */
.user-balance,.hea-ann-title,.nav-link.active,.nav-pills .nav-link.active{background-color:#4090ff !important;border-color:#4090ff !important;}


/* ===== snsshop fix tone (assistant) ===== */
font[color="red"],font[color="#ff0000"],font[color="#FF0000"]{color:#4090ff !important;}
.sh-bg{background-color:#061328 !important;}


/* ===== snsshop chip tone (assistant) ===== */
.brand-category{border-radius:28px !important;padding:11px 18px !important;transition:.15s !important;}
.brand-category:hover{border-color:#4090ff !important;box-shadow:0 4px 12px rgba(64,144,255,.15) !important;}
.dash-home-category-status .media-body,.brand-category .media-body{font-weight:600 !important;}


/* ============ theme_v2 additions (category icons + service selector) ============ */
.brand-category .icon{display:inline-flex !important;align-items:center;justify-content:center;line-height:1;}
.brand-category .icon i,.brand-category .icon svg,.brand-category .icon img{display:none !important;}
.brand-category[data-id="인스타그램 한국 서비스"] .icon::before{content:"📷";}
.brand-category[data-id="인스타그램 외국 서비스"] .icon::before{content:"📸";}
.brand-category[data-id="자동처리서비스"] .icon::before{content:"⚙️";}
.brand-category[data-id="틱톡 서비스"] .icon::before{content:"🎵";}
.brand-category[data-id="유튜브 서비스"] .icon::before{content:"▶️";}
.brand-category[data-id="페이스북 서비스"] .icon::before{content:"👍";}
.brand-category[data-id="네이버 서비스"] .icon::before{content:"🟢";}
.brand-category[data-id="쓰레드 서비스"] .icon::before{content:"🧵";}
.brand-category[data-id="트래픽 서비스"] .icon::before{content:"📈";}
.brand-category[data-id="기타 서비스"] .icon::before{content:"✨";}
.brand-category[data-id="기타"] .icon::before{content:"✨";}

.brand-category{display:flex !important;align-items:center;gap:12px;background:#fff;border:1.5px solid #ededed;border-radius:12px;padding:14px 16px;margin:0;min-height:60px;transition:.15s;cursor:pointer;color:#191919;font-weight:600;box-shadow:0 1px 3px rgba(17,38,73,.05);}
.brand-category:hover{border-color:#4090ff;transform:translateY(-1px);box-shadow:0 6px 16px rgba(64,144,255,.14);}
.brand-category.is-active{border-color:#4090ff;background:rgba(64,144,255,.06);box-shadow:0 6px 16px rgba(64,144,255,.18);}
.brand-category .icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#4090ff,#2f7bff);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;}
#order-form select,select.form-control{height:50px;border:1.5px solid #dbdbdb;border-radius:10px;padding:0 16px;font-size:14.5px;font-weight:500;background:#fff;transition:.15s;}
#order-form select:focus,select.form-control:focus{border-color:#4090ff;box-shadow:0 0 0 3px rgba(64,144,255,.10);outline:none;}
#category-drop{border:1px solid #ededed;border-radius:12px;padding:8px;box-shadow:0 12px 30px rgba(17,38,73,.14);max-height:340px;overflow:auto;}
#category-drop .dropdown-item{border-radius:8px;padding:11px 14px;font-size:14px;font-weight:500;}
#category-drop .dropdown-item:hover{background:rgba(64,144,255,.08);color:#4090ff;}
/* ============ end theme_v2 additions ============ */

/* ============================================================
   theme_v2 / brand_icons_spacing.css
   목적:
     (1) 카테고리 타일 아이콘을 "진짜 브랜드 아이콘"(컬러 SVG)으로 교체.
         - 폰트(FontAwesome) 의존 0. data-URI inline SVG 를 background-image 로 주입.
         - 깨짐/네모(□) 문제 천첚거랐. 다크/라이트 무가하게 100% 표시점.
     (2) snsshop 톤의 "시원시원 가독성" 개선— 글씨/아이콘/카드/사이드바/버튼 키웰.

   ★ 사용법: 활성테마(Flatly copy 2 / theme_id=30) style.css "마 끝"에 통째로 추가.
     이전 'theme_v2 additions'(이모지매핑 = category_icons.css 내용)는
     이 파일이 뒤에 와서 자동 override 함. (이모지 ::before 는 아래에서 무력화)

   마크업 전제(라이브 확인됨):
     <a class="media brand-category" data-id="인스타그램 한국 서비스">
        <div class="icon"><i class="fab fa-instagram" ...></i></div>
        인스타그램 한국 서비스
     </a>
   data-id 매칭이라 twig <i> 태그를 건드리지 않음.
   ============================================================ */

/* ────────────────────────────────────────────────────────────
   0) 이전 이모지(::before content) 무력화
      category_icons.css 의 이모지가 SVG 위에 겹쳐 보이지 않도록 제거.
   ──────────────────────────────────────────────────────────── */
.brand-category .icon::before{
  content:"" !important;
  display:none !important;
}

/* ────────────────────────────────────────────────────────────
   1) 아이콘 박스 키우고 라운드 + 그림자
      안쪽 <i>/<img>/<svg> 는 숨기고 background-image SVG 만 보이게.
   ──────────────────────────────────────────────────────────── */
.brand-category .icon{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:46px !important;
  height:46px !important;
  min-width:46px;
  border-radius:14px;
  background-color:#fff;            /* 기본 흰 배경(브랜드별로 아래서 덮어씀) */
  background-repeat:no-repeat;
  background-position:center center;
  background-size:30px 30px;        /* 로고 글리프 크기 */
  box-shadow:0 2px 6px rgba(6,19,40,.16);
  line-height:1;
  font-size:0;                      /* 혹시 남은 텍스트/폰트아이콘 잔상 제거 */
  transition:transform .15s ease, box-shadow .15s ease;
}
.brand-category .icon i,
.brand-category .icon svg,
.brand-category .icon img{
  display:none !important;
}
/* hover 시 살짝 떠오르는 느낌 */
.brand-category:hover .icon{
  transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(6,19,40,.22);
}

/* ────────────────────────────────────────────────────────────
   2) data-id 별 브랜드 SVG (background-image: data-URI)
      각 브랜드 정확한 로고 + 브랜드컬러. 단순/선명하게 식별 가능 수준.
   ────────────────────────────────────────────────────────────

/* 인스타그램 (한국) — 그라데이션 카메라 로고 */
.brand-category[data-id="인스타그램 한국 서비스"] .icon,
.brand-category[data-id="인스타그램 외국 서비스"] .icon{
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><radialGradient id="ig" cx="0.3" cy="1" r="1.1"><stop offset="0" stop-color="%23ffd521"/><stop offset="0.25" stop-color="%23f50000"/><stop offset="0.5" stop-color="%23b900b4"/><stop offset="1" stop-color="%23005eff"/></radialGradient></defs><rect x="2" y="2" width="20" height="20" rx="6" fill="url(%23ig)"/><rect x="6" y="6" width="12" height="12" rx="4" fill="none" stroke="%23fff" stroke-width="1.8"/><circle cx="12" cy="12" r="3" fill="none" stroke="%23fff" stroke-width="1.8"/><circle cx="16.6" cy="7.4" r="1.1" fill="%23fff"/></svg>');
  background-size:34px 34px;
  background-color:transparent;
}

/* 유튜브 — 빨강 플레이버튼 */
.brand-category[data-id="유튜브 서비스"] .icon{
  background-color:transparent;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="1.5" y="5" width="21" height="14" rx="4.2" fill="%23FF0000"/><path d="M10 8.8 L16 12 L10 15.2 Z" fill="%23fff"/></svg>');
  background-size:34px 34px;
}

/* 틱톡 — 검정 바탕 음표(청록/핑크 글리치) */
.brand-category[data-id="틱톡 서비스"] .icon{
  background-color:#000;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.7 4.2c.4 2 1.7 3.4 3.7 3.6v2.5c-1.4 0-2.7-.4-3.7-1.1v5.1c0 2.9-2.3 5.2-5.2 5.2s-5.2-2.3-5.2-5.2 2.3-5.2 5.2-5.2c.3 0 .6 0 .9.1v2.7c-.3-.1-.6-.2-.9-.2-1.4 0-2.6 1.1-2.6 2.6s1.1 2.6 2.6 2.6 2.6-1.1 2.6-2.6V4.2z" fill="%2325F4EE"/><path d="M15.7 4.2c.4 2 1.7 3.4 3.7 3.6v2.5c-1.4 0-2.7-.4-3.7-1.1v5.1c0 2.9-2.3 5.2-5.2 5.2-.9 0-1.7-.2-2.4-.6 1 .8 2.2 1.2 3.5 1.2 2.9 0 5.2-2.3 5.2-5.2V9.8c1 .7 2.3 1.1 3.7 1.1V8.4c-2-.2-3.3-1.6-3.7-3.6z" fill="%23FE2C55"/><path d="M14.7 4.2c.4 2 1.7 3.4 3.7 3.6v.4c-2-.2-3.3-1.6-3.7-3.6h-1v10.4c0 1.4-1.1 2.6-2.6 2.6-.6 0-1.2-.2-1.6-.6.5.6 1.3 1 2.1 1 1.4 0 2.6-1.1 2.6-2.6V4.2z" fill="%23fff"/></svg>');
  background-size:26px 26px;
}

/* 페이스북 — 파랑 f */
.brand-category[data-id="페이스북 서비스"] .icon{
  background-color:transparent;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="6" fill="%231877F2"/><path d="M14.2 12.3h2l.4-2.6h-2.4V8c0-.75.36-1.48 1.54-1.48h1.1V4.3s-1-.17-1.95-.17c-1.99 0-3.29 1.2-3.29 3.39v1.92H9.3v2.6h2.3v6.36c.46.07.93.11 1.41.11s.95-.04 1.41-.11z" fill="%23fff"/></svg>');
  background-size:34px 34px;
}

/* 네이버 — 초록 N */
.brand-category[data-id="네이버 서비스"] .icon{
  background-color:transparent;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="6" fill="%2303C75A"/><path d="M8 7h2.7l2.9 4.4V7H16v10h-2.7l-2.9-4.4V17H8z" fill="%23fff"/></svg>');
  background-size:34px 34px;
}

/* 쓰레드(threads) — 검정 threads 로고 */
.brand-category[data-id="쓰레드 서비스"] .icon{
  background-color:#000;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.2 21c-2.6 0-4.6-.86-5.96-2.56C5.02 16.93 4.4 14.83 4.37 12.2v-.02c.03-2.64.65-4.73 1.87-6.24C7.6 4.26 9.6 3.4 12.18 3.4h.02c1.98.01 3.63.53 4.9 1.54 1.2.95 2.04 2.31 2.5 4.04l-1.78.48c-.78-2.86-2.6-4.32-5.4-4.24-1.96.01-3.42.63-4.36 1.84-.88 1.14-1.34 2.78-1.36 4.86.02 2.08.48 3.72 1.36 4.86.94 1.21 2.4 1.83 4.36 1.84 1.77-.01 2.94-.43 3.92-1.4.78-.78 1.18-1.7 1.18-2.74 0-.62-.13-1.13-.36-1.55-.42.86-1.1 1.5-2.06 1.9-1.36.56-2.86.5-3.96-.16-.86-.52-1.36-1.34-1.4-2.3-.05-1.6 1.26-2.78 3.26-2.9.86-.05 1.66.02 2.36.2-.05-.66-.27-1.16-.66-1.5-.43-.38-1.06-.57-1.86-.58-1.04 0-1.86.42-2.36 1.2l-1.5-1.02c.84-1.24 2.2-1.94 3.86-1.94h.04c2.6.02 4.16 1.62 4.32 4.32.02.34.02.74.02 1.16v.02c.86.62 1.46 1.46 1.76 2.46.42 1.42.32 3.66-1.66 5.6C16.06 20.4 14.4 21 12.2 21zm.5-8.6c-.18 0-.36 0-.54.02-1.36.08-2.06.66-2.04 1.44.02.7.78 1.06 1.5 1.06.32 0 .64-.06.94-.18.96-.4 1.46-1.22 1.5-2.18-.42-.1-.88-.16-1.36-.16z" fill="%23fff"/></svg>');
  background-size:30px 30px;
}

/* 트래픽 — 차트/그래프(파랑) */
.brand-category[data-id="트래픽 서비스"] .icon{
  background-color:transparent;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="6" fill="%234090ff"/><path d="M6 17V11h2.4v6zm4.8 0V7h2.4v10zm4.8 0v-4h2.4v4z" fill="%23fff"/><path d="M5.5 9.5 9.5 7l3.5 1.8 4.5-3.2" fill="none" stroke="%23bfe0ff" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size:34px 34px;
}

/* 자동처리 — 톱니+번개(파랑) */
.brand-category[data-id="자동처리서비스"] .icon{
  background-color:transparent;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="6" fill="%234090ff"/><path d="M12 6.2l-1 3.2H7.6l2.6 2-1 3.2 2.8-2 2.8 2-1-3.2 2.6-2H13z" fill="%23fff"/></svg>');
  background-size:34px 34px;
}

/* 기타 — 별/그리드(파랑) */
.brand-category[data-id="기타"] .icon,
.brand-category[data-id="기타 서비스"] .icon{
  background-color:transparent;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="6" fill="%235974dd"/><rect x="6.2" y="6.2" width="4.2" height="4.2" rx="1" fill="%23fff"/><rect x="13.6" y="6.2" width="4.2" height="4.2" rx="1" fill="%23fff" opacity="0.75"/><rect x="6.2" y="13.6" width="4.2" height="4.2" rx="1" fill="%23fff" opacity="0.75"/><path d="M15.7 13.3l.85 1.72 1.9.28-1.37 1.34.32 1.9-1.7-.9-1.7.9.32-1.9-1.37-1.34 1.9-.28z" fill="%23fff"/></svg>');
  background-size:34px 34px;
}

/* ── 추후 추가 대비: 트위터(X), 텔레그램 ── */
.brand-category[data-id="트위터 서비스"] .icon,
.brand-category[data-id="엑스 서비스"] .icon,
.brand-category[data-id="X 서비스"] .icon{
  background-color:#000;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.2 10.6 20.3 3.5h-1.7l-5.3 6.1-4.2-6.1H3.5l6.4 9.3-6.4 7.4h1.7l5.6-6.5 4.5 6.5h5.6zm-2 2.3-.65-.93L6 4.8h2.5l4.2 6 .65.93 5.4 7.7h-2.5z" fill="%23fff"/></svg>');
  background-size:28px 28px;
}
.brand-category[data-id="텔레그램 서비스"] .icon{
  background-color:transparent;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="%23229ED9"/><path d="M6.2 11.8 16.4 7.6c.5-.18.93.12.77.85l-1.74 8.2c-.13.6-.5.74-1 .46l-2.74-2.02-1.32 1.27c-.15.15-.27.27-.55.27l.2-2.8 5.1-4.6c.22-.2-.05-.3-.34-.12l-6.3 3.97-2.72-.85c-.6-.18-.6-.6.13-.88z" fill="%23fff"/></svg>');
  background-size:34px 34px;
}

/* ────────────────────────────────────────────────────────────
   3) 카테고리 타일 — 시원시원하게 (snsshop 톤)
      .dhs-item 안 .brand-category 가 카테고리 타일. 글씨/패딩/간격 키움.
   ──────────────────────────────────────────────────────────── */
.dash-home-category-status .dhs-item{
  min-height:78px;
  padding:14px 16px;
  border-radius:16px;
}
.brand-category{
  display:flex !important;
  align-items:center;
  gap:14px;
  font-size:15.5px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:-0.2px;
  min-height:52px;
}
/* col 간 간격(시원하게) — 부트스트랩 row gutter 보강 */
.dash-home-category-status .row > [class*="col-"]{
  margin-bottom:14px;
}

/* ────────────────────────────────────────────────────────────
   4) 통계카드(.dhs-item--title/--text) — 숫자 시원하게
      전체주문수 / 현재적립금 / 적립금상태 / 등급
   ────────────────────────────────────────────────────────────
   4) 통계카드(.dhs-item--title/--text){（네jdsr 시원하게 */
.dhs-item--title{
  font-size:14.5px;
  font-weight:600;
  opacity:.85;
  letter-spacing:-0.2px;
}
.dhs-item--text{
  font-size:26px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.5px;
}
.dhs-item--icon-img{
  width:40px;
  height:40px;
}

/* ──────────────────────────────────────────────────────────
   5) 사이드바 메뵴 — 폰트/패딩 키웰
   ────────────────────────────────────────────────────────────
   사이드바메뵴 폰트/패딩 키움 */
.sidebar-menu .menu-link a.menu-link,
.sidebar-menu a.menu-link{
  padding-top:13px;
  padding-bottom:13px;
}
.sidebar-menu .menu-text{
  font-size:15.5px;
  font-weight:600;
  letter-spacing:-0.2px;
}
.sidebar-menu .menu-icon{
  font-size:18px;
  width:26px;
  text-align:center;
}
.app-user .user-name{
  font-size:16px;
  font-weight:700;
}
.app-user .user-balance{
  font-size:14px;
  font-weight:600;
}

/* ────────────────────────────────────────────────────────────
   6) 버튼 / 입력창 — 큼직하게, 여유롭게
   ───────────────────────────────────────────────────────────
.app-content .btn,
.app-content .btn-primary{
  padding:11px 22px;
  font-size:15.5px;
  font-weight:700;
  border-radius:12px;
  letter-spacing:-0.2px;
}
.app-content .form-control,
.app-content select.form-control,
.app-content .custom-select{
  min-height:46px;
  font-size:15px;
  border-radius:11px;
}
.app-content label,
.app-content .form-group > label{
  font-size:14.5px;
  font-weight:600;
}
#charge{
  font-size:18px;
  font-weight:800;
}

@media (max-width:575.98px){
  .brand-category .icon{
    width:40px !important;
    height:40px !important;
    min-width:40px;
    border-radius:12px;
    background-size:26px 26px;
  }
  .brand-category{
    font-size:14.5px;
    gap:11px;
    min-height:46px;
  }
  .dhs-item--text{ font-size:22px; }
  .dhs-item--title{ font-size:13.5px; }
}
/* end brand_icons_spacing.css */


/* ============================================================
   theme_v2 / category_grid.css  (v3, 2026-06-17)
   5열 2줄 · 아이콘 가운데 · 공식 컬러 로고 · ::after 2줄 가운데 라벨 · 기타 맨끝
   ============================================================ */
.dash-home-category-status > .row{
  display:grid !important;
  grid-template-columns:repeat(5, 1fr) !important;
  gap:20px 6px !important;
  justify-items:center !important;
  align-items:start !important;
  margin:0 !important;
}
.dash-home-category-status > .row > [class*="col-"]{
  width:100% !important; max-width:100% !important; flex:none !important;
  padding:0 !important; margin:0 !important;
  display:flex !important; justify-content:center !important;
}
.dash-home-category-status .dhs-item{
  min-height:0 !important; padding:0 !important; margin:0 !important; width:100%;
  background:transparent !important; border:0 !important; box-shadow:none !important; border-radius:0 !important;
}
.dash-home-category-status .dhs-item > .row{ display:block !important; margin:0 !important; width:100%; }
.dash-home-category-status .dhs-item > .row > .col-auto{ display:none !important; }
.dash-home-category-status .dhs-item > .row > .col{ width:100% !important; max-width:100% !important; flex:none !important; padding:0 !important; }
.dash-home-category-status .dhs-item--title{ margin:0 !important; }
.dash-home-category-status .brand-category{
  display:flex !important; flex-direction:column !important;
  align-items:center !important; justify-content:flex-start !important;
  gap:0 !important; min-height:0 !important; text-align:center !important; text-decoration:none !important;
  font-size:0 !important;
}
.dash-home-category-status .brand-category .icon{
  display:flex !important; align-items:center !important; justify-content:center !important;
  width:64px !important; height:64px !important; min-width:64px !important;
  margin:0 auto 7px !important;
  border-radius:18px !important;
  border:1px solid #eef0f4 !important;
  background-color:#fff !important;
  background-position:center center !important; background-repeat:no-repeat !important;
  background-size:42px 42px !important;
  box-shadow:0 1px 4px rgba(17,38,73,.07) !important;
  transition:transform .12s ease, box-shadow .12s ease;
}
.dash-home-category-status .brand-category:hover .icon{ transform:translateY(-2px); box-shadow:0 6px 14px rgba(17,38,73,.14) !important; }
.dash-home-category-status .brand-category::after{
  display:block; white-space:pre-line; text-align:center;
  font-size:13px; font-weight:600; line-height:1.25; letter-spacing:-0.3px; color:#16233d;
  word-break:keep-all; content:"";
}
.dash-home-category-status .brand-category[data-id="인스타그램 한국 서비스"]::after{ content:"인스타\A한국 서비스"; }
.dash-home-category-status .brand-category[data-id="인스타그램 외국 서비스"]::after{ content:"인스타\A외국 서비스"; }
.dash-home-category-status .brand-category[data-id="자동처리서비스"]::after{ content:"자동처리"; }
.dash-home-category-status .brand-category[data-id="틱톡 서비스"]::after{ content:"틱톡"; }
.dash-home-category-status .brand-category[data-id="유튜브 서비스"]::after{ content:"유튜브"; }
.dash-home-category-status .brand-category[data-id="페이스북 서비스"]::after{ content:"페이스북"; }
.dash-home-category-status .brand-category[data-id="네이버 서비스"]::after{ content:"네이버"; }
.dash-home-category-status .brand-category[data-id="쓰레드 서비스"]::after{ content:"쓰레드"; }
.dash-home-category-status .brand-category[data-id="트래픽 서비스"]::after{ content:"트래픽"; }
.dash-home-category-status .brand-category[data-id="기타"]::after,
.dash-home-category-status .brand-category[data-id="기타 서비스"]::after{ content:"기타"; }
.dash-home-category-status .brand-category[data-id="트위터 서비스"]::after,
.dash-home-category-status .brand-category[data-id="엑스 서비스"]::after,
.dash-home-category-status .brand-category[data-id="X 서비스"]::after{ content:"트위터/X"; }
.dash-home-category-status .brand-category[data-id="텔레그램 서비스"]::after{ content:"텔레그램"; }
.dash-home-category-status .brand-category[data-id="카카오 서비스"]::after,
.dash-home-category-status .brand-category[data-id="카카오톡 서비스"]::after{ content:"카카오톡"; }
.dash-home-category-status > .row > [class*="col-"]:has(.brand-category[data-id="기타"]),
.dash-home-category-status > .row > [class*="col-"]:has(.dhs-item.etc){ order:999 !important; }
@media (max-width:575.98px){
  .dash-home-category-status > .row{ gap:16px 3px !important; }
  .dash-home-category-status .brand-category .icon{ width:50px !important; height:50px !important; min-width:50px !important; border-radius:14px !important; background-size:33px 33px !important; }
  .dash-home-category-status .brand-category::after{ font-size:11px; }
}
body{ font-size:15px; }
.app-content{ font-size:15px; }
.app-content p, .app-content li, .app-content td, .app-content .form-text, .app-content .help-block{ font-size:15px; }
.app-content .form-control, .app-content select.form-control, .app-content .custom-select{ font-size:15px; }
.app-content table.table{ font-size:14.5px; }
/* ── 공식 컬러 로고 (base64) ── */
.dash-home-category-status .brand-category[data-id="인스타그램 한국 서비스"] .icon,
.dash-home-category-status .brand-category[data-id="인스타그램 외국 서비스"] .icon{
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+PGcgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjI1NiIgaGVpZ2h0PSIyNTYiIGZpbGw9InVybCgjU1ZHS2RNTW9iQ1IpIiByeD0iNjAiLz48cmVjdCB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgZmlsbD0idXJsKCNTVkdxWVVpUWJYVikiIHJ4PSI2MCIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMjguMDA5IDI4Yy0yNy4xNTggMC0zMC41NjcuMTE5LTQxLjIzMy42MDRjLTEwLjY0Ni40ODgtMTcuOTEzIDIuMTczLTI0LjI3MSA0LjY0NmMtNi41NzggMi41NTQtMTIuMTU3IDUuOTcxLTE3LjcxNSAxMS41MzFjLTUuNTYzIDUuNTU5LTguOTggMTEuMTM4LTExLjU0MiAxNy43MTNjLTIuNDggNi4zNi00LjE2NyAxMy42My00LjY0NiAyNC4yNzFjLS40NzcgMTAuNjY3LS42MDIgMTQuMDc3LS42MDIgNDEuMjM2cy4xMiAzMC41NTcuNjA0IDQxLjIyM2MuNDkgMTAuNjQ2IDIuMTc1IDE3LjkxMyA0LjY0NiAyNC4yNzFjMi41NTYgNi41NzggNS45NzMgMTIuMTU3IDExLjUzMyAxNy43MTVjNS41NTcgNS41NjMgMTEuMTM2IDguOTg4IDE3LjcwOSAxMS41NDJjNi4zNjMgMi40NzMgMTMuNjMxIDQuMTU4IDI0LjI3NSA0LjY0NmMxMC42NjcuNDg1IDE0LjA3My42MDQgNDEuMjMuNjA0YzI3LjE2MSAwIDMwLjU1OS0uMTE5IDQxLjIyNS0uNjA0YzEwLjY0Ni0uNDg4IDE3LjkyMS0yLjE3MyAyNC4yODQtNC42NDZjNi41NzUtMi41NTQgMTIuMTQ2LTUuOTc5IDE3LjcwMi0xMS41NDJjNS41NjMtNS41NTggOC45NzktMTEuMTM3IDExLjU0Mi0xNy43MTJjMi40NTgtNi4zNjEgNC4xNDYtMTMuNjMgNC42NDYtMjQuMjcyYy40NzktMTAuNjY2LjYwNC0xNC4wNjYuNjA0LTQxLjIyNXMtLjEyNS0zMC41NjctLjYwNC00MS4yMzRjLS41LTEwLjY0Ni0yLjE4OC0xNy45MTItNC42NDYtMjQuMjdjLTIuNTYzLTYuNTc4LTUuOTc5LTEyLjE1Ny0xMS41NDItMTcuNzE2Yy01LjU2Mi01LjU2Mi0xMS4xMjUtOC45NzktMTcuNzA4LTExLjUzYy02LjM3NS0yLjQ3NC0xMy42NDYtNC4xNi0yNC4yOTItNC42NDdjLTEwLjY2Ny0uNDg1LTE0LjA2My0uNjA0LTQxLjIzLS42MDR6bS04Ljk3MSAxOC4wMjFjMi42NjMtLjAwNCA1LjYzNCAwIDguOTcxIDBjMjYuNzAxIDAgMjkuODY1LjA5NiA0MC40MDkuNTc1YzkuNzUuNDQ2IDE1LjA0MiAyLjA3NSAxOC41NjcgMy40NDRjNC42NjcgMS44MTIgNy45OTQgMy45NzkgMTEuNDkyIDcuNDhjMy41IDMuNSA1LjY2NiA2LjgzMyA3LjQ4MyAxMS41YzEuMzY5IDMuNTIgMyA4LjgxMiAzLjQ0NCAxOC41NjJjLjQ3OSAxMC41NDIuNTgzIDEzLjcwOC41ODMgNDAuMzk2cy0uMTA0IDI5Ljg1NS0uNTgzIDQwLjM5NmMtLjQ0NiA5Ljc1LTIuMDc1IDE1LjA0Mi0zLjQ0NCAxOC41NjNjLTEuODEyIDQuNjY3LTMuOTgzIDcuOTktNy40ODMgMTEuNDg4Yy0zLjUgMy41LTYuODIzIDUuNjY2LTExLjQ5MiA3LjQ3OWMtMy41MjEgMS4zNzUtOC44MTcgMy0xOC41NjcgMy40NDZjLTEwLjU0Mi40NzktMTMuNzA4LjU4My00MC40MDkuNTgzYy0yNi43MDIgMC0yOS44NjctLjEwNC00MC40MDgtLjU4M2MtOS43NS0uNDUtMTUuMDQyLTIuMDc5LTE4LjU3LTMuNDQ4Yy00LjY2Ni0xLjgxMy04LTMuOTc5LTExLjUtNy40NzlzLTUuNjY2LTYuODI1LTcuNDgzLTExLjQ5NGMtMS4zNjktMy41MjEtMy04LjgxMy0zLjQ0NC0xOC41NjNjLS40NzktMTAuNTQyLS41NzUtMTMuNzA4LS41NzUtNDAuNDEzcy4wOTYtMjkuODU0LjU3NS00MC4zOTZjLjQ0Ni05Ljc1IDIuMDc1LTE1LjA0MiAzLjQ0NC0xOC41NjdjMS44MTMtNC42NjcgMy45ODMtOCA3LjQ4NC0xMS41czYuODMzLTUuNjY3IDExLjUtNy40ODNjMy41MjUtMS4zNzUgOC44MTktMyAxOC41NjktMy40NDhjOS4yMjUtLjQxNyAxMi44LS41NDIgMzEuNDM3LS41NjN6bTYyLjM1MSAxNi42MDRjLTYuNjI1IDAtMTIgNS4zNy0xMiAxMS45OTZjMCA2LjYyNSA1LjM3NSAxMiAxMiAxMnMxMi01LjM3NSAxMi0xMnMtNS4zNzUtMTItMTItMTJ6bS01My4zOCAxNC4wMjFjLTI4LjM2IDAtNTEuMzU0IDIyLjk5NC01MS4zNTQgNTEuMzU1czIyLjk5NCA1MS4zNDQgNTEuMzU0IDUxLjM0NGMyOC4zNjEgMCA1MS4zNDctMjIuOTgzIDUxLjM0Ny01MS4zNDRjMC0yOC4zNi0yMi45ODgtNTEuMzU1LTUxLjM0OS01MS4zNTV6bTAgMTguMDIxYzE4LjQwOSAwIDMzLjMzNCAxNC45MjMgMzMuMzM0IDMzLjMzNGMwIDE4LjQwOS0xNC45MjUgMzMuMzM0LTMzLjMzNCAzMy4zMzRzLTMzLjMzMy0xNC45MjUtMzMuMzMzLTMzLjMzNGMwLTE4LjQxMSAxNC45MjMtMzMuMzM0IDMzLjMzMy0zMy4zMzQiLz48ZGVmcz48cmFkaWFsR3JhZGllbnQgaWQ9IlNWR0tkTU1vYkNSIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMCAtMjUzLjcxNSAyMzUuOTc1IDAgNjggMjc1LjcxNykiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmQ1Ii8+PHN0b3Agb2Zmc2V0PSIuMSIgc3RvcC1jb2xvcj0iI2ZkNSIvPjxzdG9wIG9mZnNldD0iLjUiIHN0b3AtY29sb3I9IiNmZjU0M2UiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNjODM3YWIiLz48L3JhZGlhbEdyYWRpZW50PjxyYWRpYWxHcmFkaWVudCBpZD0iU1ZHcVlVaVFiWFYiIGN4PSIwIiBjeT0iMCIgcj0iMSIgZ3JhZGllbnRUcmFuc2Zvcm09InJvdGF0ZSg3OC42OCAtMzIuNjkgLTE2LjkzNylzY2FsZSgxMTMuNDEyIDQ2Ny40ODgpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzM3NzFjOCIvPjxzdG9wIG9mZnNldD0iLjEyOCIgc3RvcC1jb2xvcj0iIzM3NzFjOCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzYwZiIgc3RvcC1vcGFjaXR5PSIwIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PC9nPjwvc3ZnPg==') !important;
}
.dash-home-category-status .brand-category[data-id="유튜브 서비스"] .icon{
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjQzZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDE4MCI+PHBhdGggZmlsbD0icmVkIiBkPSJNMjUwLjM0NiAyOC4wNzVBMzIuMTggMzIuMTggMCAwIDAgMjI3LjY5IDUuNDE4QzIwNy44MjQgMCAxMjcuODcgMCAxMjcuODcgMFM0Ny45MTIuMTY0IDI4LjA0NiA1LjU4MkEzMi4xOCAzMi4xOCAwIDAgMCA1LjM5IDI4LjI0Yy02LjAwOSAzNS4yOTgtOC4zNCA4OS4wODQuMTY1IDEyMi45N2EzMi4xOCAzMi4xOCAwIDAgMCAyMi42NTYgMjIuNjU3YzE5Ljg2NiA1LjQxOCA5OS44MjIgNS40MTggOTkuODIyIDUuNDE4czc5Ljk1NSAwIDk5LjgyLTUuNDE4YTMyLjE4IDMyLjE4IDAgMCAwIDIyLjY1Ny0yMi42NTdjNi4zMzgtMzUuMzQ4IDguMjkxLTg5LjEtLjE2NC0xMjMuMTM0Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTEwMi40MjEgMTI4LjA2bDY2LjMyOC0zOC40MThsLTY2LjMyOC0zOC40MTh6Ii8+PC9zdmc+') !important;
}
.dash-home-category-status .brand-category[data-id="틱톡 서비스"] .icon{
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIwLjg5ZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDI5MCI+PHBhdGggZmlsbD0iI2ZmMDA0ZiIgZD0iTTE4OS43MiAxMDQuNDIxYzE4LjY3OCAxMy4zNDUgNDEuNTYgMjEuMTk3IDY2LjI3MyAyMS4xOTd2LTQ3LjUzYTY3IDY3IDAgMCAxLTEzLjkxOC0xLjQ1NnYzNy40MTNjLTI0LjcxMSAwLTQ3LjU5LTcuODUxLTY2LjI3Mi0yMS4xOTV2OTYuOTk2YzAgNDguNTIzLTM5LjM1NiA4Ny44NTUtODcuOSA4Ny44NTVjLTE4LjExMyAwLTM0Ljk0OS01LjQ3My00OC45MzQtMTQuODZjMTUuOTYyIDE2LjMxMyAzOC4yMjIgMjYuNDMyIDYyLjg0OCAyNi40MzJjNDguNTQ4IDAgODcuOTA1LTM5LjMzMiA4Ny45MDUtODcuODU3di05Ni45OTV6bTE3LjE3LTQ3Ljk1MmMtOS41NDYtMTAuNDIzLTE1LjgxNC0yMy44OTMtMTcuMTctMzguNzg1di02LjExM2gtMTMuMTg5YzMuMzIgMTguOTI3IDE0LjY0NCAzNS4wOTcgMzAuMzU4IDQ0Ljg5OE02OS42NzMgMjI1LjYwN2E0MCA0MCAwIDAgMS04LjIwMy0yNC4zM2MwLTIyLjE5MiAxOC4wMDEtNDAuMTg2IDQwLjIxLTQwLjE4NmE0MC4zIDQwLjMgMCAwIDEgMTIuMTk3IDEuODgzdi00OC41OTNjLTQuNjEtLjYzMS05LjI2Mi0uOS0xMy45MTItLjgwMXYzNy44MjJhNDAuMyA0MC4zIDAgMCAwLTEyLjIwMy0xLjg4MmMtMjIuMjA4IDAtNDAuMjA4IDE3Ljk5Mi00MC4yMDggNDAuMTg3YzAgMTUuNjk0IDguOTk3IDI5LjI4MSAyMi4xMTkgMzUuOSIvPjxwYXRoIGQ9Ik0xNzUuODAzIDkyLjg0OWMxOC42ODMgMTMuMzQ0IDQxLjU2IDIxLjE5NSA2Ni4yNzIgMjEuMTk1Vjc2LjYzMWMtMTMuNzk0LTIuOTM3LTI2LjAwNS0xMC4xNDEtMzUuMTg2LTIwLjE2MmMtMTUuNzE1LTkuODAyLTI3LjAzOC0yNS45NzItMzAuMzU4LTQ0Ljg5OGgtMzQuNjQzdjE4OS44NDNjLS4wNzkgMjIuMTMyLTE4LjA0OSA0MC4wNTItNDAuMjEgNDAuMDUyYy0xMy4wNTggMC0yNC42Ni02LjIyMS0zMi4wMDctMTUuODZjLTEzLjEyLTYuNjE4LTIyLjExOC0yMC4yMDYtMjIuMTE4LTM1Ljg5OGMwLTIyLjE5MyAxOC00MC4xODcgNDAuMjA4LTQwLjE4N2M0LjI1NSAwIDguMzU2LjY2MiAxMi4yMDMgMS44ODJ2LTM3LjgyMmMtNDcuNjkyLjk4NS04Ni4wNDcgMzkuOTMzLTg2LjA0NyA4Ny44MzRjMCAyMy45MTIgOS41NTEgNDUuNTg5IDI1LjA1MyA2MS40MjhjMTMuOTg1IDkuMzg1IDMwLjgyIDE0Ljg2IDQ4LjkzNCAxNC44NmM0OC41NDUgMCA4Ny45LTM5LjMzNSA4Ny45LTg3Ljg1N3oiLz48cGF0aCBmaWxsPSIjMDBmMmVhIiBkPSJNMjQyLjA3NSA3Ni42M1Y2Ni41MTZhNjYuMyA2Ni4zIDAgMCAxLTM1LjE4Ni0xMC4wNDdhNjYuNDcgNjYuNDcgMCAwIDAgMzUuMTg2IDIwLjE2M00xNzYuNTMgMTEuNTdhNjggNjggMCAwIDEtLjcyOC01LjQ1N1YwaC00Ny44MzR2MTg5Ljg0NWMtLjA3NiAyMi4xMy0xOC4wNDYgNDAuMDUtNDAuMjA4IDQwLjA1YTQwLjA2IDQwLjA2IDAgMCAxLTE4LjA5LTQuMjg3YzcuMzQ3IDkuNjM3IDE4Ljk0OSAxNS44NTcgMzIuMDA3IDE1Ljg1N2MyMi4xNiAwIDQwLjEzMi0xNy45MTggNDAuMjEtNDAuMDVWMTEuNTcxek05OS45NjYgMTEzLjU4di0xMC43NjlhODkgODkgMCAwIDAtMTIuMDYxLS44MThDMzkuMzU1IDEwMS45OTMgMCAxNDEuMzI3IDAgMTg5Ljg0NWMwIDMwLjQxOSAxNS40NjcgNTcuMjI3IDM4Ljk3MSA3Mi45OTZjLTE1LjUwMi0xNS44MzgtMjUuMDUzLTM3LjUxNi0yNS4wNTMtNjEuNDI3YzAtNDcuOSAzOC4zNTQtODYuODQ4IDg2LjA0OC04Ny44MzMiLz48L3N2Zz4=') !important;
}
.dash-home-category-status .brand-category[data-id="페이스북 서비스"] .icon{
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+PHBhdGggZmlsbD0iIzE4NzdmMiIgZD0iTTI1NiAxMjhDMjU2IDU3LjMwOCAxOTguNjkyIDAgMTI4IDBTMCA1Ny4zMDggMCAxMjhjMCA2My44ODggNDYuODA4IDExNi44NDMgMTA4IDEyNi40NDVWMTY1SDc1LjV2LTM3SDEwOFY5OS44YzAtMzIuMDggMTkuMTEtNDkuOCA0OC4zNDgtNDkuOEMxNzAuMzUyIDUwIDE4NSA1Mi41IDE4NSA1Mi41Vjg0aC0xNi4xNEMxNTIuOTU5IDg0IDE0OCA5My44NjcgMTQ4IDEwMy45OVYxMjhoMzUuNWwtNS42NzUgMzdIMTQ4djg5LjQ0NWM2MS4xOTItOS42MDIgMTA4LTYyLjU1NiAxMDgtMTI2LjQ0NSIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0xNzcuODI1IDE2NWw1LjY3NS0zN0gxNDh2LTI0LjAxQzE0OCA5My44NjYgMTUyLjk1OSA4NCAxNjguODYgODRIMTg1VjUyLjVTMTcwLjM1MiA1MCAxNTYuMzQ3IDUwQzEyNy4xMSA1MCAxMDggNjcuNzIgMTA4IDk5LjhWMTI4SDc1LjV2MzdIMTA4djg5LjQ0NUExMjkgMTI5IDAgMCAwIDEyOCAyNTZhMTI5IDEyOSAwIDAgMCAyMC0xLjU1NVYxNjV6Ii8+PC9zdmc+') !important;
}
.dash-home-category-status .brand-category[data-id="네이버 서비스"] .icon{
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiMwM0M3NUEiIGQ9Ik0xNi4yNzMgMTIuODQ1TDcuMzc2IDBIMHYyNGg3LjcyNlYxMS4xNTZMMTYuNjI0IDI0SDI0VjBoLTcuNzI3eiIvPjwvc3ZnPg==') !important;
}
.dash-home-category-status .brand-category[data-id="쓰레드 서비스"] .icon{
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIwLjg4ZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDI5MiI+PHBhdGggZD0iTTEzMC4yNjEgMjkxLjgwNGgtLjA4N2MtNDMuNTM3LS4yOTEtNzcuMDA3LTE0LjY0OC05OS41MDUtNDIuNjYxQzEwLjY4IDIyNC4xOTMuMzUgMTg5LjQ5OCAwIDE0Ni4wMTl2LS4yMDRDLjM1IDEwMi4zMDcgMTAuNjggNjcuNjQgMzAuNjk4IDQyLjY5QzUzLjE2NyAxNC42NDkgODYuNjY2LjI5MSAxMzAuMTc0IDBoLjE3NWMzMy4zODIuMjMzIDYxLjMwOCA4LjgxMiA4Mi45OSAyNS41MDRDMjMzLjczNCA0MS4yMDMgMjQ4LjA5MSA2My41NTUgMjU2IDkxLjk3N2wtMjQuODAzIDYuOTE2Yy0xMy40MjMtNDguMTQ4LTQ3LjM5LTcyLjc0Ny0xMDAuOTY1LTczLjEyN2MtMzUuMzY2LjI2My02Mi4xMjUgMTEuMzgtNzkuNTE2IDMzLjAzM2MtMTYuMjU0IDIwLjI4LTI0LjY1OCA0OS41NzctMjQuOTc5IDg3LjEwM2MuMzIxIDM3LjUyNiA4LjcyNSA2Ni44MjMgMjUuMDA4IDg3LjEwNGMxNy4zOTEgMjEuNjggNDQuMTUgMzIuNzk5IDc5LjUxNiAzMy4wMzJjMzEuODk1LS4yMzMgNTIuOTkyLTcuNjc0IDcwLjUzLTI0Ljg2MmMyMC4wMTctMTkuNjA5IDE5LjY2Ny00My42ODMgMTMuMjQ4LTU4LjMzMWMtMy43NjUtOC42MzgtMTAuNjIyLTE1LjgxNi0xOS44NzItMjEuMjczYy0yLjMzNSAxNi40MjktNy41NTggMjkuNzM1LTE1LjYxMiAzOS43NzNjLTEwLjc2NyAxMy4zOTQtMjYuMDI5IDIwLjcxOC00NS4zNDYgMjEuNzY5Yy0xNC42Mi43ODgtMjguNzE0LTIuNjU2LTM5LjYyNy05Ljc0N2MtMTIuOTI3LTguMzc0LTIwLjQ4NS0yMS4xNTUtMjEuMzAyLTM2LjAzN2MtLjc4OC0xNC40NzQgNC45Ni0yNy43OCAxNi4xNjYtMzcuNDY4YzEwLjcxLTkuMjUgMjUuNzY2LTE0LjY3OCA0My41NjYtMTUuN2MxMy4xMDItLjcyOSAyNS4zODctLjE0NSAzNi43MSAxLjcyMmMtMS41MTgtOS4wMTYtNC41NTMtMTYuMTk1LTkuMTA1LTIxLjM2Yy02LjI0NS03LjEyLTE1LjkwMy0xMC43MzgtMjguNjg0LTEwLjgyNmgtLjM1Yy0xMC4yNzIgMC0yNC4yMiAyLjgzLTMzLjA5MSAxNi4wNUw3Ni4xMzIgOTUuNDJjMTEuOTA1LTE3LjY4MyAzMS4yMjMtMjcuNDMgNTQuNDUtMjcuNDNoLjUyNmMzOC44MzkuMjM0IDYxLjk3OSAyNC4wMTYgNjQuMjg0IDY1LjUxYTE2MyAxNjMgMCAwIDEgMy45MSAxLjcyMmMxOC4xMjEgOC41MiAzMS4zNyAyMS40MTkgMzguMzQ0IDM3LjMyMmM5LjY4NyAyMi4xNDggMTAuNTkyIDU4LjI0NC0xOC44MjIgODcuMDQ1Yy0yMi40OTggMjIuMDAyLTQ5Ljc4MiAzMS45NTMtODguNDc1IDMyLjIxNXptMTIuMTk4LTE0Mi4xMzhjLTIuOTQ3IDAtNS45MjQuMDg4LTguOTg4LjI2M2MtMjIuMzIzIDEuMjU1LTM2LjI0MiAxMS40OTctMzUuNDU0IDI2LjA1OGMuODE3IDE1LjI2MiAxNy42NTQgMjIuMzUyIDMzLjg1IDIxLjQ3N2MxNC44ODEtLjc4OCAzNC4yNTctNi41OTUgMzcuNTI1LTQ1LjExM2MtOC4yMjgtMS43OC0xNy4yNDUtMi42ODUtMjYuOTMzLTIuNjg1Ii8+PC9zdmc+') !important;
}
.dash-home-category-status .brand-category[data-id="트래픽 서비스"] .icon{
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgNDggNDgiPjxwYXRoIGZpbGw9IiMwMEJDRDQiIGQ9Ik0zNyAxOGg2djI0aC02em0tOCA4aDZ2MTZoLTZ6bS04LTRoNnYyMGgtNnptLTggMTBoNnYxMGgtNnptLTgtNGg2djE0SDV6Ii8+PGcgZmlsbD0iIzNGNTFCNSI+PGNpcmNsZSBjeD0iOCIgY3k9IjE2IiByPSIzIi8+PGNpcmNsZSBjeD0iMTYiIGN5PSIxOCIgcj0iMyIvPjxjaXJjbGUgY3g9IjI0IiBjeT0iMTEiIHI9IjMiLz48Y2lyY2xlIGN4PSIzMiIgY3k9IjEzIiByPSIzIi8+PGNpcmNsZSBjeD0iNDAiIGN5PSI5IiByPSIzIi8+PHBhdGggZD0ibTM5LjEgNy4ybC03LjMgMy43bC04LjMtMi4xbC04IDdsLTctMS43bC0xIDMuOGw5IDIuM2w4LTdsNy43IDEuOWw4LjctNC4zeiIvPjwvZz48L3N2Zz4=') !important;
}
.dash-home-category-status .brand-category[data-id="자동처리서비스"] .icon{
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgNDggNDgiPjxwYXRoIGZpbGw9IiMzRjUxQjUiIGQ9Ik0zOSA0M0g5Yy0yLjIgMC00LTEuOC00LTRWOWMwLTIuMiAxLjgtNCA0LTRoMzBjMi4yIDAgNCAxLjggNCA0djMwYzAgMi4yLTEuOCA0LTQgNCIvPjxwYXRoIGZpbGw9IiNCM0U1RkMiIGQ9Ik0zMy42IDI1LjRjLjEtLjQuMS0uOS4xLTEuNHMwLS45LS4xLTEuNGwyLjgtMmMuMy0uMi40LS42LjItLjlsLTIuNy00LjZjLS4yLS4zLS41LS40LS44LS4zTDMwIDE2LjNjLS43LS42LTEuNS0xLTIuNC0xLjRsLS4zLTMuNGMwLS4zLS4zLS42LS42LS42aC01LjNjLS4zIDAtLjYuMy0uNi42bC0uNCAzLjVjLS45LjMtMS42LjgtMi40IDEuNEwxNC45IDE1Yy0uMy0uMS0uNyAwLS44LjNsLTIuNyA0LjZjLS4yLjMtLjEuNy4yLjlsMi44IDJjLS4xLjQtLjEuOS0uMSAxLjRzMCAuOS4xIDEuNGwtMi44IDJjLS4zLjItLjQuNi0uMi45bDIuNyA0LjZjLjIuMy41LjQuOC4zTDE4IDMyYy43LjYgMS41IDEgMi40IDEuNGwuMyAzLjRjMCAuMy4zLjYuNi42aDUuM2MuMyAwIC42LS4zLjYtLjZsLjMtMy40Yy45LS4zIDEuNi0uOCAyLjQtMS40bDMuMSAxLjRjLjMuMS43IDAgLjgtLjNsMi43LTQuNmMuMi0uMy4xLS43LS4yLS45ek0yNCAyOWMtMi44IDAtNS0yLjItNS01czIuMi01IDUtNXM1IDIuMiA1IDVzLTIuMiA1LTUgNSIvPjwvc3ZnPg==') !important;
}
.dash-home-category-status .brand-category[data-id="기타"] .icon,
.dash-home-category-status .brand-category[data-id="기타 서비스"] .icon{
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgNDggNDgiPjxwYXRoIGZpbGw9IiM5MENBRjkiIGQ9Ik03IDd2MzRoMzRWN3ptMzIgOGgtNlY5aDZ6bS0xNCAwVjloNnY2em02IDJ2NmgtNnYtNnptLTgtMmgtNlY5aDZ6bTAgMnY2aC02di02em0tOCA2SDl2LTZoNnptMCAydjZIOXYtNnptMiAwaDZ2NmgtNnptNiA4djZoLTZ2LTZ6bTIgMGg2djZoLTZ6bTAtMnYtNmg2djZ6bTgtNmg2djZoLTZ6bTAtMnYtNmg2djZ6TTE1IDl2Nkg5Vjl6TTkgMzNoNnY2SDl6bTI0IDZ2LTZoNnY2eiIvPjwvc3ZnPg==') !important;
}
.dash-home-category-status .brand-category[data-id="트위터 서비스"] .icon,
.dash-home-category-status .brand-category[data-id="엑스 서비스"] .icon,
.dash-home-category-status .brand-category[data-id="X 서비스"] .icon{
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIwLjk5ZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjUxIDI1NiI+PHBhdGggZD0iTTE0OS4wNzkgMTA4LjM5OUwyNDIuMzMgMGgtMjIuMDk4bC04MC45NyA5NC4xMkw3NC41OSAwSDBsOTcuNzk2IDE0Mi4zMjhMMCAyNTZoMjIuMWw4NS41MDctOTkuMzk1TDE3NS45MDUgMjU2aDc0LjU5TDE0OS4wNzMgMTA4LjM5OXpNMTE4LjgxIDE0My41OGwtOS45MDktMTQuMTcybC03OC44NC0xMTIuNzczaDMzLjk0M2w2My42MjUgOTEuMDExbDkuOTA5IDE0LjE3M2w4Mi43MDUgMTE4LjNIMTg2LjNsLTY3LjQ5LTk2LjUzM3oiLz48L3N2Zz4=') !important;
}
.dash-home-category-status .brand-category[data-id="텔레그램 서비스"] .icon{
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJTVkc2RGFPWmN3dCIgeDE9IjUwJSIgeDI9IjUwJSIgeTE9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhYWJlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyOWVkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGZpbGw9InVybCgjU1ZHNkRhT1pjd3QpIiBkPSJNMTI4IDBDOTQuMDYgMCA2MS40OCAxMy40OTQgMzcuNSAzNy40OUExMjguMDQgMTI4LjA0IDAgMCAwIDAgMTI4YzAgMzMuOTM0IDEzLjUgNjYuNTE0IDM3LjUgOTAuNTFDNjEuNDggMjQyLjUwNiA5NC4wNiAyNTYgMTI4IDI1NnM2Ni41Mi0xMy40OTQgOTAuNS0zNy40OWMyNC0yMy45OTYgMzcuNS01Ni41NzYgMzcuNS05MC41MXMtMTMuNS02Ni41MTQtMzcuNS05MC41MUMxOTQuNTIgMTMuNDk0IDE2MS45NCAwIDEyOCAwIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTU3Ljk0IDEyNi42NDhxNTUuOTgtMjQuMzg0IDc0LjY0LTMyLjE1MmMzNS41Ni0xNC43ODYgNDIuOTQtMTcuMzU0IDQ3Ljc2LTE3LjQ0MWMxLjA2LS4wMTcgMy40Mi4yNDUgNC45NiAxLjQ5YzEuMjggMS4wNSAxLjY0IDIuNDcgMS44MiAzLjQ2N2MuMTYuOTk2LjM4IDMuMjY2LjIgNS4wMzhjLTEuOTIgMjAuMjQtMTAuMjYgNjkuMzU2LTE0LjUgOTIuMDI2Yy0xLjc4IDkuNTkyLTUuMzIgMTIuODA4LTguNzQgMTMuMTIyYy03LjQ0LjY4NC0xMy4wOC00LjkxMi0yMC4yOC05LjYzYy0xMS4yNi03LjM4Ni0xNy42Mi0xMS45ODItMjguNTYtMTkuMTg4Yy0xMi42NC04LjMyOC00LjQ0LTEyLjkwNiAyLjc2LTIwLjM4NmMxLjg4LTEuOTU4IDM0LjY0LTMxLjc0OCAzNS4yNi0zNC40NWMuMDgtLjMzOC4xNi0xLjU5OC0uNi0yLjI2MmMtLjc0LS42NjYtMS44NC0uNDM4LTIuNjQtLjI1OGMtMS4xNC4yNTYtMTkuMTIgMTIuMTUyLTU0IDM1LjY4NmMtNS4xIDMuNTA4LTkuNzIgNS4yMTgtMTMuODggNS4xMjhjLTQuNTYtLjA5OC0xMy4zNi0yLjU4NC0xOS45LTQuNzA4Yy04LTIuNjA2LTE0LjM4LTMuOTg0LTEzLjgyLTguNDFjLjI4LTIuMzA0IDMuNDYtNC42NjIgOS41Mi03LjA3MiIvPjwvc3ZnPg==') !important;
}
.dash-home-category-status .brand-category[data-id="카카오 서비스"] .icon,
.dash-home-category-status .brand-category[data-id="카카오톡 서비스"] .icon{
  background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiMzQzFFMUUiIGQ9Ik0yMi4xMjUgMEgxLjg3NUMuODM5IDAgMCAuODQgMCAxLjg3NXYyMC4yNUMwIDIzLjE2MS44NCAyNCAxLjg3NSAyNGgyMC4yNUMyMy4xNjEgMjQgMjQgMjMuMTYgMjQgMjIuMTI1VjEuODc1QzI0IC44MzkgMjMuMTYgMCAyMi4xMjUgME0xMiAxOC43NXEtLjg4OCAwLTEuNzMyLS4xMmMtLjU2Mi4zOTYtMy44MTMgMi42NzktNC4xMiAyLjcyMmMwIDAtLjEyNS4wNDktLjIzMi0uMDE0cy0uMDg4LS4yMjktLjA4OC0uMjI5Yy4wMzItLjIyLjg0My0zLjAxOC45OTItMy41MzNjLTIuNzQ1LTEuMzYtNC41Ny0zLjc2OS00LjU3LTYuNTEzYzAtNC4yNDYgNC4zNjUtNy42ODggOS43NS03LjY4OHM5Ljc1IDMuNDQyIDkuNzUgNy42ODhTMTcuMzg1IDE4Ljc1IDEyIDE4Ljc1TTguMDUgOS44NjdoLS44Nzh2My4zNDJjMCAuMjk2LS4yNTIuNTM3LS41NjMuNTM3cy0uNTYyLS4yNC0uNTYyLS41MzdWOS44NjdoLS44NzhhLjU1Mi41NTIgMCAwIDEgMC0xLjEwMWgyLjg4YS41NTIuNTUyIDAgMCAxIDAgMS4xMDFtMTAuOTg3IDIuOTU3YS41Ni41NiAwIDAgMSAuMTA5LjQxN2EuNTYuNTYgMCAwIDEtLjIxOS4zN2EuNTYuNTYgMCAwIDEtLjMzOC4xMTRhLjU2LjU2IDAgMCAxLS40NS0uMjI0bC0xLjMxOS0xLjc0N2wtLjE5NS4xOTV2MS4yMjdhLjU2NC41NjQgMCAwIDEtLjU2Mi41NjNhLjU2My41NjMgMCAwIDEtLjU2My0uNTYzVjkuMzI4YS41NjMuNTYzIDAgMCAxIDEuMTI1IDB2MS4yMWwxLjU3LTEuNTdhLjQ0LjQ0IDAgMCAxIC4zMTEtLjEyNmMuMTQgMCAuMjgyLjA2MS4zODguMTY3YS41Ni41NiAwIDAgMSAuMTY1LjM1NmEuNDQuNDQgMCAwIDEtLjEyNC4zNDNsLTEuMjgyIDEuMjgxem0tOC4zNS0zLjUwMmMtLjA5NS0uMjctLjM4My0uNTQ4LS43NS0uNTU2Yy0uMzY2LjAwOC0uNjU0LjI4Ni0uNzQ5LjU1NWwtMS4zNDUgMy41NDFjLS4xNzEuNTMtLjAyMi43MjguMTMzLjhhLjkuOSAwIDAgMCAuMzU3LjA3N2MuMjM1IDAgLjQxNC0uMDk1LjQ2OC0uMjQ4bC4yNzktLjczaDEuNzE1bC4yNzkuNzNjLjA1NC4xNTMuMjMzLjI0OC40NjguMjQ4YS45LjkgMCAwIDAgLjM1Ny0uMDc4Yy4xNTUtLjA3MS4zMDQtLjI2OC4xMzMtLjh6bS0xLjMxMSAyLjQ0M2wuNTYyLTEuNTk2bC41NjEgMS41OTZ6bTUuOTA1IDEuMzgzYS41My41MyAwIDAgMS0uNTM5LjUxNmgtMS44MDRhLjUzLjUzIDAgMCAxLS41NC0uNTE2di0zLjgyYzAtLjMxLjI1OC0uNTYyLjU3NS0uNTYycy41NzQuMjUyLjU3NC41NjJ2My4zMDVoMS4xOTVjLjI5NyAwIC41NC4yMzEuNTQuNTE1Ii8+PC9zdmc+') !important;
}
/* end category_grid.css */



/* ============================================================
   theme_v2 / v4 tweaks (2026-06-17): 폰트16 · 6열 · 티커갯수 · 통계카드
   ============================================================ */
body{ font-size:16px !important; }
.app-content{ font-size:16px !important; }
.app-content p, .app-content li, .app-content td, .app-content .help-block, .app-content .form-text{ font-size:16px !important; }
.app-content label, .app-content .control-label{ font-size:15.5px !important; }
.app-content .form-control, .app-content select.form-control, .app-content .custom-select{ font-size:15.5px !important; min-height:48px !important; }
.sidebar-menu .menu-text{ font-size:16px !important; }

/* 카테고리 그리드 5열 → 6열(6.6 두줄) */
.dash-home-category-status > .row{ grid-template-columns:repeat(6, 1fr) !important; gap:18px 6px !important; }
@media (max-width:991.98px){ .dash-home-category-status > .row{ grid-template-columns:repeat(4, 1fr) !important; } }
@media (max-width:575.98px){ .dash-home-category-status > .row{ grid-template-columns:repeat(3, 1fr) !important; } }

/* 티커: 갯수를 상품명 바로 옆에 */
.ss-ticker__qty{ margin-left:8px !important; }

/* 통계카드(전체주문수/적립금/상태/등급) 옅은 노랑 + 아이콘 강조 */
.dash-home-status .dhs-item{
  background:linear-gradient(135deg,#fff9e6,#fff2c9) !important;
  border:1px solid #f3df9c !important;
  border-radius:16px !important;
  box-shadow:0 2px 10px rgba(214,178,46,.13) !important;
  padding:16px 18px !important;
}
.dash-home-status .dhs-item--icon{
  background:#ffffff; border-radius:12px; padding:7px;
  box-shadow:0 1px 5px rgba(180,140,20,.18); display:inline-flex;
}
.dash-home-status .dhs-item--icon-img{ width:30px !important; height:30px !important; }
.dash-home-status .dhs-item--title{ color:#9a7b16 !important; font-weight:700 !important; font-size:15px !important; opacity:1 !important; }
.dash-home-status .dhs-item--text{ color:#4d3d07 !important; font-weight:800 !important; }
/* end v4 tweaks */


/* ============================================================
   서포트SNS 로고 — Jua(동글) · 가운데 · 은은한 그라데이션 · 잘 보이게
   ============================================================ */
.app-logo{ display:flex !important; align-items:center !important; justify-content:center !important; width:100% !important; padding:18px 10px !important; }
.ss-logo-link{ display:inline-flex; align-items:center; justify-content:center; text-decoration:none; line-height:1; }
.ss-logo-text{
  font-family:"Jua","Pretendard",-apple-system,"Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  font-weight:400; font-size:32px; letter-spacing:0.2px; white-space:nowrap;
  background:linear-gradient(95deg,#8ec5ff 0%,#b9a7ff 45%,#ffaedd 100%);
  background-size:200% 100%;
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
  text-shadow:0 1px 6px rgba(120,170,255,.18);
  animation:ssLogoFlow 9s ease-in-out infinite;
}
@keyframes ssLogoFlow{ 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
@media (prefers-reduced-motion:reduce){ .ss-logo-text{ animation:none; background-position:0% 50%; } }
/* end logo */


/* ============================================================
   1·2단계 데스크탑 2열 (모바일은 그대로 세로) — 핵심 주문폼 안전 스코프
   ============================================================ */
@media (min-width:768px){
  .app-content form .form-group:has(> select#orderform-category){
    float:left; width:48.5%; clear:left; margin-right:3%;
  }
  .app-content form .form-group:has(> select#orderform-service){
    float:right; width:48.5%;
  }
  .app-content form .form-group:has(> select#orderform-service) ~ .form-group,
  .app-content form .form-group:has(> select#orderform-service) ~ div{
    clear:both;
  }
}
/* end step2col */


/* ============================================================
   v6: 폰트 더 크게(snspop톤) · 로고 가독성 · 통계카드 교체+이모지
   ============================================================ */
/* 폰트 키움 */
body{ font-size:17px !important; }
.app-content{ font-size:17px !important; }
.app-content p, .app-content li, .app-content td, .app-content .help-block{ font-size:16.5px !important; }
.app-content label, .app-content .control-label{ font-size:16px !important; }
.app-content .form-control, .app-content select.form-control, .app-content .custom-select{ font-size:16px !important; min-height:50px !important; }
.sidebar-menu .menu-text{ font-size:16.5px !important; }
.app-user .user-name{ font-size:17px !important; }

/* 로고 가독성 — 밝은 흰톤 그라데이션 + 그림자 */
.ss-logo-text{
  background:linear-gradient(95deg,#ffffff 0%,#bfe0ff 50%,#ffffff 100%) !important;
  background-size:200% 100% !important;
  -webkit-text-fill-color:transparent !important; color:transparent !important;
  text-shadow:0 2px 10px rgba(0,0,0,.35) !important;
  font-size:34px !important; font-weight:400 !important;
}

/* 통계카드 — 노랑 제거 → 흰 카드 + 상단 컬러 + 이모지 아이콘 */
.dash-home-status .dhs-item{
  background:#ffffff !important;
  border:1px solid #eef1f6 !important;
  border-radius:16px !important;
  box-shadow:0 2px 12px rgba(17,38,73,.07) !important;
  padding:16px 18px !important;
}
.dash-home-status .dhs-item--1{ border-top:3px solid #4090ff !important; }
.dash-home-status .dhs-item--2{ border-top:3px solid #22c55e !important; }
.dash-home-status .dhs-item--3{ border-top:3px solid #a855f7 !important; }
.dash-home-status .dhs-item--4{ border-top:3px solid #f59e0b !important; }
.dash-home-status .dhs-item--icon{ background:transparent !important; box-shadow:none !important; padding:0 !important; display:flex !important; align-items:center; justify-content:center; width:46px; height:46px; }
.dash-home-status .dhs-item--icon-img{ display:none !important; }
.dash-home-status .dhs-item--icon::before{ font-size:30px; line-height:1; }
.dash-home-status .dhs-item--1 .dhs-item--icon::before{ content:"📦"; }
.dash-home-status .dhs-item--2 .dhs-item--icon::before{ content:"💰"; }
.dash-home-status .dhs-item--3 .dhs-item--icon::before{ content:"📈"; }
.dash-home-status .dhs-item--4 .dhs-item--icon::before{ content:"🏅"; }
.dash-home-status .dhs-item--title{ color:#5b6b85 !important; font-weight:600 !important; font-size:15px !important; }
.dash-home-status .dhs-item--text{ color:#16233d !important; font-weight:800 !important; }
/* end v6 */


/* v7: 로고 또렷한 비비드 그라데이션(그림자 제거) */
.ss-logo-text{
  background:linear-gradient(95deg,#5eb0ff 0%,#43e6c5 48%,#b388ff 100%) !important;
  background-size:220% 100% !important;
  -webkit-background-clip:text !important; background-clip:text !important;
  -webkit-text-fill-color:transparent !important; color:transparent !important;
  text-shadow:none !important;
  font-size:34px !important; font-weight:400 !important; letter-spacing:0.5px !important;
}
/* end v7 */


/* ============================================================
   v8: 로고 아이콘+투톤(서포트 흰 / SNS 민트) · 폰트 18px(확실히 크게)
   ============================================================ */
.ss-logo-link{ display:inline-flex !important; align-items:center !important; justify-content:center !important; gap:9px !important; }
.ss-logo-mark{ display:inline-flex; width:34px; height:34px; flex:0 0 34px; }
.ss-logo-mark svg{ width:100%; height:100%; filter:drop-shadow(0 2px 7px rgba(90,130,255,.45)); }
.ss-logo-text{
  font-family:"Jua","Pretendard",sans-serif !important;
  font-size:28px !important; font-weight:400 !important; letter-spacing:0.3px !important;
  background:none !important; -webkit-background-clip:initial !important; background-clip:initial !important;
  animation:none !important; text-shadow:none !important;
}
.ss-logo-a{ color:#ffffff !important; -webkit-text-fill-color:#ffffff !important; }
.ss-logo-b{ color:#3ee0c6 !important; -webkit-text-fill-color:#3ee0c6 !important; }

/* ── 전체 폰트 확실히 크게 (18px) ── */
body{ font-size:18px !important; }
.app-content, .app-sidebar, .app-header{ font-size:18px !important; }
.app-content p, .app-content span, .app-content li, .app-content td, .app-content dd, .app-content .help-block, .app-content .d-card-body{ font-size:17px !important; }
.app-content label, .app-content .control-label, .app-content strong{ font-size:17px !important; }
.app-content .form-control, .app-content select.form-control, .app-content .custom-select, .app-content option, .app-content input, .app-content textarea, .app-content select{ font-size:17px !important; min-height:52px !important; }
.sidebar-menu .menu-text{ font-size:17px !important; }
.app-user .user-name{ font-size:18px !important; }
.ss-faq summary, .howto-tx span, .howto-detail-list p{ font-size:15.5px !important; }
/* end v8 */
