header .navbar * {
  font-size: 14px;
}

#sidenav-1 .badge {
  font-size: 12px;
  font-weight: 600;
  background-color: transparent;
  font-style: italic;
  padding-left: 8px !important;
  padding-right: 0 !important;
}

#sidenav-1 .badge-primary {
  color: #2196f3;
}

#sidenav-1 .badge-danger {
  color: #f44336;
}

#sidenav-1 .badge-success {
  color: #4caf50;
}

#sidenav-1 .sidenav-link {
  font-size: 14px !important;
  height: var(--mdb-sidenav-link-height) !important;
}

#sidenav-1 .sidenav-link span[data-mdb-slim] {
  font-size: 14px;
}

#sidenav-1 .sidenav-collapse .sidenav-link {
  padding-left: 51px;
}

#br-fixed-area {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99999;
}

li.sidenav-item:hover > a > span{
  color: #6188F1;
  font-weight: 600;
}

li.sidenav-item:hover > ul.sidenav-collapse {
  background-color: #F5F8FC;
}

ul.sidenav-collapse li.sidenav-item:hover > a.sidenav-link {
  color: #6188F1;
  font-weight: 600;
  background-color: transparent;
}

li.sidenav-item .icon-box{
position: relative;  
}

li.sidenav-item .title-text{
  padding-left: 30px;
}

/* icon */
li.sidenav-item .dayday {
  background-image: url(/img2/layout_side_icon/day.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
}

li.sidenav-item .dayday:hover {
  background-image: url(/img2/layout_side_icon/day-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
} 

li.sidenav-item .keyword {
  background-image: url(/img2/layout_side_icon/keyword.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
}

li.sidenav-item .keyword:hover {
  background-image: url(/img2/layout_side_icon/keyword-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
} 

li.sidenav-item .timekey {
  background-image: url(/img2/layout_side_icon/timekey.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
}

li.sidenav-item .timekey:hover {
  background-image: url(/img2/layout_side_icon/timekey-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
} 

li.sidenav-item .sourcing {
  background-image: url(/img2/layout_side_icon/sourcing.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
}

li.sidenav-item .sourcing:hover {
  background-image: url(/img2/layout_side_icon/sourcing-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
} 

li.sidenav-item .finder {
  background-image: url(/img2/layout_side_icon/finder.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
}

li.sidenav-item .finder:hover {
  background-image: url(/img2/layout_side_icon/finder-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
} 

li.sidenav-item .scouter {
  background-image: url(/img2/layout_side_icon/scouter.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 20px;
}

li.sidenav-item .scouter:hover {
  background-image: url(/img2/layout_side_icon/scouter-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 20px;
} 

li.sidenav-item .soma {
  background-image: url(/img2/layout_side_icon/soma.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 20px;
}

li.sidenav-item .soma:hover {
  background-image: url(/img2/layout_side_icon/soma-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 20px;
} 

li.sidenav-item .tracker {
  background-image: url(/img2/layout_side_icon/item.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
}

li.sidenav-item .tracker:hover {
  background-image: url(/img2/layout_side_icon/item-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
} 

li.sidenav-item .translate {
  background-image: url(/img2/layout_side_icon/chng.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
}

li.sidenav-item .translate:hover {
  background-image: url(/img2/layout_side_icon/chng-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
} 

li.sidenav-item .unipass {
  background-image: url(/img2/layout_side_icon/unipass.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
}

li.sidenav-item .unipass:hover {
  background-image: url(/img2/layout_side_icon/unipass-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
}

li.sidenav-item .shipping-tracker {
  background-image: url(/img2/layout_side_icon/shipping-tracker.png);
  background-repeat: no-repeat;
  background-position: 18px 14px;
  background-size: 22px;
}

li.sidenav-item .shipping-tracker:hover {
  background-image: url(/img2/layout_side_icon/shipping-tracker-hover.png);
  background-repeat: no-repeat;
  background-position: 18px 14px;
  background-size: 22px;
} 

li.sidenav-item .event {
  background-image: url(/img2/layout_side_icon/event.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
}

li.sidenav-item .event:hover {
  background-image: url(/img2/layout_side_icon/event-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
} 

li.sidenav-item .partners {
  background-image: url(/img2/layout_side_icon/partners.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
}

li.sidenav-item .partners:hover {
  background-image: url(/img2/layout_side_icon/partners-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
} 

li.sidenav-item .kipris {
  background-image: url(/img2/layout_side_icon/kipris.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
}

li.sidenav-item .kipris:hover {
  background-image: url(/img2/layout_side_icon/kipris-hover.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 18px;
} 

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  visibility: hidden;
  opacity: 0;
  background: var(--mdb-primary);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: var(--mdb-secondary);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 0.9;
}

/*--------------------------------------------------------------
# 해드 서치 쿠팡url연결시작
--------------------------------------------------------------*/

#hd_search .coupang_search {
  width: 170px;
}

#hd_search .coupang_search iframe {
  position: relative;
}

#hd_search .naver-form-control {
  width: 135px;
  padding: 4px;
  border: 1px solid #00bf18;
  border-radius: 30px;
}

#hd_search .naver-form-control[type='text'] {
  padding: 7px;
  padding-left: 12px;
  border: 1px solid #00bf18;
  font-size: 0.7rem;
}

#hd_search .naver-form-control::placeholder {
  color: #999;
}

#hd_search .naver-form-control:focus {
  outline: 1px solid #00bf18;
  box-shadow: 2px 2px 4px #eee;
}

#hd_search .cash-form-control {
  width: 135px;
  padding: 4px;
  border: 1px solid #f4da55;
  border-radius: 30px;
}

#hd_search .cash-form-control[type='text'] {
  padding: 7px;
  padding-left: 12px;
  border: 1px solid #f4da55;
  font-size: 0.7rem;
}

#hd_search .cash-form-control::placeholder {
  color: #c38f27;
}

#hd_search .cash-form-control:focus {
  outline: 1px solid #f4da56;
  box-shadow: 2px 2px 4px #eee;
}

#hd_search button.search_icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  z-index: 9;
}
