* {
	----font-family: 'Nanum Myeongjo', serif;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight : 400; 
}
.form-row .input-group>.form-control {
	width: auto;
}

.input-group>.input-group-prepend:last-child>.input-group-text {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-left-width: 0;
}
input[type=number] {
	text-align: right;
}

.small.badge {
	font-size: 50%;
}

large,
.large {
	font-size: 110%;
}

.table-md th,
.table-md td {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

.table-no100 {
	width: unset;
}
.shadow-top {
	box-shadow: 0 -.1rem 1rem rgba(0,0,0,.15)!important;
}

.popover-warning  {
	background: tomato!important;
}
.popover-warning .bottom .arrow:after {
	border-bottom-color:tomato!important;
}

.popover-alert  {
	border-color: #ff6a32;
}
.popover-alert.bs-popover-top .arrow:before {
	border-top-color: orangered!important;
}
.popover-alert.bs-popover-left .arrow:before {
	border-left-color: orangered!important;
}
.popover-alert.bs-popover-right .arrow:before {
	border-right-color: orangered!important;
}
.popover-alert.bs-popover-bottom .arrow:before {
	border-bottom-color: orangered!important;
}

.sub_logo .img {
	object-position: center;
}

.nav.ismobile li {
	font-size: large;
}

/* 좌 메뉴 툴팁 불투명 제거 */
.tooltip.show.cateimg {
    opacity: 1;
}
.tooltip.cateimg > .arrow::before {
	-border-right-color: #999999;
}
.tooltip.cateimg > .tooltip-inner {
	padding: 3px;
	min-height: 180px;
	box-shadow: 0 0 .3rem rgba(0,0,0,.2);
	-background: #999999;
}
.tooltip.cateimg > .tooltip-inner > img {
	height: 180px;
	border-radius: 1.5%;
}

/* 깜빡임 효과 */
.blink, blink {
	animation: blink 1s linear infinite;
}
@keyframes blink {
	25% {
		opacity: 0.5;
	}
	50% {
		opacity: 0;
	}
	75% {
		opacity: 0.5;
	}
}


/* 말풍선 https://cssarrowplease.com/ */
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(181, 181, 181, 0);
	border-left-color: #d4d4d4;
	border-width: 11px;
	margin-top: -11px;
}

/* custom-switch 크게 */
.custom-switch-lg label.custom-control-label::before {
	width: 2rem;
	height: 1.3rem;
	border-radius: .7rem;
	top: .2rem;
}
.custom-switch-lg label.custom-control-label::after {
	width: calc(1.3rem - 4px);
    height: calc(1.3rem - 4px);
	top: calc(.2rem + 2px);
}


/* 상품 팝업 이미지 */
#main_img_popup {
	position:absolute;
	left: 1px;
	z-index: 1000;
}
#main_img_relative {
	position: relative;
	border-right: 1px solid #dee2e6;
	display: none;
}
#main_img_icon {
	position: absolute;
	width: 72px;
	left: 10px;
	top: 0;
}
#main_img_icon img {
	width: 72px;
	height: 72px;
}

@media (min-width: 992px) {
	#main_img_popup {
		left: -301px;
	}
}


/* modal auto show */
.modal .modal-body img {
	max-width: 100%;
	height: auto;
}




/* swiper */
.swiper {
	position: relative;
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    color: gray;
	opacity: 0.1;
	transition: 0.3s;
}
.swiper-container:hover .swiper-button-next:after,
.swiper-container:hover .swiper-button-prev:after {
	opacity: 0.6;
}
.swiper-container:hover .swiper-button-next:hover:after,
.swiper-container:hover .swiper-button-prev:hover:after {
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-pagination-bullet {
	background: grey;
	opacity: .5;
}
.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

/*
fieldset {
	border: solid 2px #cccccc;
	padding: 10px;
}
legend {
	width: auto;
	padding: 5px;
}
*/

/* 상품 리스트 리트트형 */
#item_list tr.item_block td {
    line-height: 1.1;
}
	#item_list tr.select td {
		background-color: #eef3ff !important;
		-webkit-transition: all .18s ease;
		transition: all .3s ease;
	}
	#item_list tr.over td {
		background-color: #eeeeee !important;
	}
	#item_list tr.select.over td {
		background-color: #e7effc !important;
		-webkit-transition: all .18s ease;
		transition: all .3s ease;
	}

#item_list tr.item_block .name {
	--font-weight: 500;
	min-width: 100px;
}
#item_list tr.item_block .icon img {
	vertical-align: middle;
}
#item_list th .sale1,
#item_list tr.item_block .sale1 {
	font-size: .8rem;
	color: #999999;
	text-decoration-line: line-through;
	text-decoration-color: #bbbbbb;
	display:block;
}
#item_list tr.item_block .sale2 {
	font-size: .7rem;
	color: #ee9999;
	display:block;
	line-height:0.8;
}

#item_list tr.item_block .qty .btn-group-vertical {
	width: 140px;
}
@media (max-width: 768px) {
	#item_list tr.item_block .qty {
		width: 85px;
	}
	#item_list tr.item_block .qty input {
		width: 100%;
	}
	#item_list tr.item_block .qty .btn-group-vertical {
		width: 83px;
	}
}
@media (max-width: 992px) {
	#item_list tr.item_block .img img {
		width: 80px;
		height: 80px;
	}
}
/*
table.sticky-th {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}
table.sticky-th th {
  position: sticky;
  top: -1px;
  --box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
*/



/* 상품 리스트 격자형 */
#item_list {
}
#item_list div.item_block > div {
	overflow: hidden;
}
	#item_list div.item_block.select > div {
		border-color: #78a0fe !important;
		background-color: #eef3ff !important;
		-webkit-transition: all .18s ease;
		transition: all .3s ease;
	}
	#item_list div.item_block.over > div {
		border-style: solid !important; 
		-moz-box-shadow: 0 0 6px #999; 
		-webkit-box-shadow: 0 0 6px #999; 
		box-shadow: 0 0 6px #999; 
		-webkit-transition: all .18s ease;
		transition: all .2s ease;
	}
#item_list div.item_block .img img {
	border-radius: 3%;
}

#item_list div.item_block .img {
  position: relative;
  margin-bottom: 5px;
}
#item_list div.item_block .img .icon {
  position: absolute;
  width: 32px;
  left: 10px;
  top: 0;
}
#item_list div.item_block .img .icon img {
  width: 32px;
  height: 32px;
}


#item_list div.item_block .name {
	font-weight: 500;
}
#item_list div.item_block .prices {
	display: table;
	text-align: left;
	margin: 0 auto 0 auto;
}
#item_list div.item_block .sale1 {
	font-size: .7rem;
	--font-family: arial;
	color: #999999;
	text-decoration-line: line-through;
	text-decoration-color: #bbbbbb;
}
#item_list div.item_block .sale2 {
	font-size: .7rem;
	color: #ee9999;
}

#item_list div.item_block .qty .input-group {
	width: 140px;
}
#item_list div.item_block .like_action {
  position: absolute;
  width: 32px;
  right: -2px;
  top: -5px;
}


/* 상품 리스트 공통 */
#item_list .item_block .qty input.error {
	background-color: #ff6600;
}

#item_list .item_block .margin {
	font-size: .7rem;
	color: #3333ff;
}
#item_list .item_block .like_action.text-secondary {
	color: #cccccc !important;
}
#item_list .item_block .qty input::placeholder{
  color: #bbbbbb;
}
#item_list .item_block .qty input.적음::placeholder{
  color: #dd9999;
}
#item_list .item_block .qty input {
	padding: 0;
}
#item_list .item_block button i {
	min-width: 16px;
}
/* number 인풋폼의 화살표 제거 */
#item_list input[type="number"]::-webkit-outer-spin-button,
#item_list input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
#item_list input[type=number] {
	-moz-appearance: textfield;
  }

tr.part td {
	border-top-width: 3px;
}
.sale_qty_step {
	color: blue;
	font-size: small;
}
.sale_qty_step:before {
	content: "판매단위:"
}
#item_list .barcode {
	font-weight: normal;
	color: #666666;
}



/* 세부 메뉴 */
UL.left_menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}
	UL.left_menu LI { 
		list-style-type: none;
		padding: 0;
		margin: 0;
		white-space : nowrap;
		color: #ffffff;
	}
	
	UL.left_menu LI A { 
		display: block;
		padding: 4px 0 4px 12px;
		background-color: #A0A0A0;
		color: #ffffff;
		font-weight : 500; 
		letter-spacing : -1px;
	} 
	UL.left_menu LI A.highlight {
		color: #FFFF00;
	}

	UL.left_menu UL {
		padding-left: 12px;
		margin: 0;
		border-radius: 0;
	}
		UL.left_menu > UL > LI { 
			background-color: #d8d8d8 !important;
		}
			UL.left_menu UL LI A {
				padding: 2px 0 3px 13px;
				background-color: #ffffff;
				color: #464646;
				font-weight : normal;
				background: 5px 50% no-repeat transparent url("/img/v2/dot_1.gif");
			}
			UL.left_menu UL LI A:hover {
			}
			UL.left_menu UL LI A.highlight {
				color: #ff0000;
				font-weight : 500;
				background: 5px 50% no-repeat transparent url("/img/v2/dot_2.gif");
			}
	UL.left_menu li.set a {
		background-color: #C9AC5F;
	}
		UL.left_menu li.set li a {
			background-color: #ffffff;
		}


/* 세부메뉴 펼침 */
UL.left_menu.unfold.depth_0 > li {
	border-bottom: solid 1px #aaaaaa !important;
}
UL.left_menu.unfold UL.depth_1,
UL.left_menu.unfold UL.depth_2 {
	display: none;
}

UL.left_menu.like li a {
	background-color: #b0a691 !important;
}
UL.left_menu.like > li {
	border-bottom: solid 1px #aaaaaa !important;
}

.sidebar-open {
	font-size: large;
	line-height: 1.8em;
}


/* 테이블 모양 */
.table_list {
}
	.table_list TH {
		font-size: 9pt;
		font-weight : normal;
		white-space : nowrap;
		background-color: #E09C1D;
		color: #ffffff;
		padding: 5px 2px 3px 2px;
	}
		.table_list TH a {
			color: #ffffff;
		}

	.table_list TD {
		border-bottom: solid 1px #E1E1E1; 
		padding: 4px 1px 2px 1px;
	}
		.table_list TR.part TD {
			border-top: solid 3px #E1E1E1; 
		}
		.table_list TR.over TD {
			background-Color: #aaaaaa;
			color: #ffffff;
		}
			.table_list TR.over TD a {
				color: #ffffff;
			}








/* https://www.cssscript.com/multilevel-accordion-menu-with-plain-html-css/ */

.treenav a, .treenav label {
  display: block;
  padding: .85rem;
  color: #fff;
  background-color: #151515;
  box-shadow: inset 0 -1px #1d1d1d;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.treenav a:focus, .treenav a:hover, .treenav label:focus, .treenav label:hover {
  color: rgba(255, 255, 255, 0.5);
  background: #030303;
}

.treenav label { cursor: pointer; }


/**
 * Styling first level lists items
 */

.group-list a, .group-list label {
  padding-left: 2rem;
  background: #252525;
  box-shadow: inset 0 -1px #373737;
}

.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover { background: #131313; }

/**
 * Styling second level list items
 */

.sub-group-list a, .sub-group-list label {
  padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px #474747;
}

.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover { background: #232323; }

/**
 * Styling third level list items
 */

.sub-sub-group-list a, .sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}

.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover { background: #333333; }

/**
 * Hide nested lists
 */

.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.treenav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
max-height: 1000px; }


label > span {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
}

.treenav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.table>tr:last-child>td,
.table>tbody>tr:last-child>td {
	border-bottom: 1px solid #dee2e6;
}
.table td.취소요청,
.table td.반품요청 {
	color: red;
}
.table tr.취소완료,.table tr.취소완료 a,
.table tr.반품완료,.table tr.반품완료 a  {
	color: #999999;
}


.over7day {	color: #0000ff;}
.over14day {	color: #ff0000;}
.today {	background-color: #ffffee;}
.today.발주 {	background-color: #ffffbb;}
.발주 {	background-color: #ffffcc;}


.pay_선 {	color: #4C921A;}
.pay_후 {	color: #BB551A;}
.pay_분할 {	color: #00886E;}
.pay_일부 {	color: #00886E;}
.pay_완료 {	color: #aaaaaa;}

.request_취소 {	color: #D45500;}
.request_반품 {	color: #D40000;}

.track_준비, .track_배송준비 { color: #083B88;}
.track_시작 { color: #633e6e;}
.track_배송, .track_배송중, .track_터미널도착, .track_터미널출발 { color: #377d8a;}
.track_완료, .track_배송완료 { color: #DDDDDD;}

.state_발주 {	color: #083b88;}
.state_처리중 {	color: #377d8a;}
.state_완료 {	color: #DDDDDD;}

td span.originalPrice {
	display: block;
	font-size: 80%;
	color: darkgray;
	text-decoration-line: line-through;
	line-height: 40%;
}


div.bootstrap-autocomplete.dropdown-menu {
	z-index: 1002;
}
.w-100px {
	width: 100px !important;
}
.w-150px {
	width: 150px !important;
}
.w-200px {
	width: 200px !important;
}
.topModal {
	z-index: 1060;
}