/* 메인 상단 네비 */
.main_top_nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 53px;
	background-color: #fff;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
}
.main_top_logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 160px;
}
.main_top_logo a {
	margin-left: 0 !important;
}
.main_top_logo img {
	width: 100%;
}
.main_top_icon {
	position: absolute;
	right: 6px;
	top: 14px;
}

/* 메인 하단 네비 */
.main_bottom_nav {z-index: 9999; position: fixed; left: 0; bottom: 0; width: 100%; box-shadow:  8px 8px 8px 8px rgba(0,0,0,0.5); background-color: #fff;}
.main_bottom_nav ul {overflow: hidden; padding: 0; margin: 0; background-color: #fff;}
.main_bottom_nav ul li {float: left;width: 20%; list-style: none; max-height: 60px;}
.main_bottom_nav ul li a {position: relative; display: block; text-align: center; height: 60px; }
.main_bottom_nav ul li a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #ececec;
}
.main_bottom_nav ul li:last-child a:before {
	display: none;
}
.main_bottom_nav ul li a img {display: inline-block; width: 26px;height: 24px; padding-top: 10px;}
.main_bottom_nav ul li a span {display: inline-block; width: 100%; font-size: 11px; color: #777;}

/* 상세페이지 상단 네비 */
.detail_top_nav {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 53px;
	background-color: #fff;
	border-bottom: 1px solid #d7d7d7;
}
.left_nav {
	position: absolute;
	left: 6px;
	top: 14px;
}
.left_nav > a:frist-child {
    position: absolute;
    left: 7px;
    top: 0;
    width: 29px;
}
.right_nav {
	position: absolute;
    right: 0px;
    top: 14px;
	margin-right: 6px;
}
.right_nav a:last-child {
	margin-left: 6px;
}


/* 상세페이지 하단 네비 */
.detail_bottom_nav {
	z-index: 99999;
	overflow: hidden;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.detail_bottom_nav button {
	display: block;
	float: left;
	width: 50%;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	outline: none;
	border: 0;
}
.detail_wish_btn {
	background-color: #333;
}
.detail_cart_btn {
	background-color: #ef2e49;
}

/* 상세페이지 싱글 네비 */
.detail_single {
	position: fixed;
	left: 0;
	bottom: 60px;
	width: 100%;
	padding-top: 55px;
	background-color: #fff;
	border-radius: 30px 30px 0 0;
	border-top: 1px solid #ececec;
	box-shadow: 8px 8px 8px 8px rgba(0,0,0,0.5);
}
.single_updown {
	position: absolute;
	left: 50%;
	top: 25px;
	transform: translate(-50%,-50%);
	width: 29px;
}
.detail_single ul {
	width: 96%;
	margin: 0 auto;
}
.detail_single ul li {
	overflow: hidden;
	border: 1px solid #ededed;
	border-radius: 8px;
	background-color: #fafafa;
}
.single_content {
	width: 92%;
	margin: 0 auto;
	height: 84px;
	line-height: 84px;
}
.single_content .single_count {
	overflow: hidden;
	float: left;
	margin-top: 28px;
	border: 1px solid #999;
}
.single_content .single_count button {
	width: 28px;
	background-color: #fff;
	font-size: 16px;
}
.single_content .single_count button:first-child {
	border-right: 1px solid #999;
}
.single_content .single_count button:last-child {
	border-left: 1px solid #999;
}
.single_content .single_count span {
	width: 48px;
	font-size: 16px;
}
.single_content .single_count button,
.single_content .single_count span {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	
	text-align: center;
}
.single_price {
	overflow: hidden;
	display: inline-block;
	float: right;
}
.single_price div {
	display: inline-block;
}
.single_price div:first-child {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.single_price div:last-child {
	font-size: 13px;
	color: #939393;
	text-decoration: line-through;
}
.total_price {
	width: 98%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: right;
}
.total_price div {
	display: inline-block;
}
.total_price div:first-child {
	font-size: 13px;
	color: #555;
}
.total_price div:last-child {
	font-size: 27px;
	color: #ef2e49;
	font-weight: bold;
}

/* 상세페이지 옵션 네비 */
.detail_option {
	position: fixed;
	left: 0;
	bottom: 60px;
	width: 100%;
	max-height: 400px;
	padding-top: 40px;
	background-color: #fff;
	border-radius: 30px 30px 0 0;
	border-top: 1px solid #ececec;
	box-shadow: 8px 8px 8px 8px rgba(0,0,0,0.5);
}
.option_updown {
	position: absolute;
	left: 50%;
	top: 19px;
	transform: translate(-50%,-50%);
	width: 29px;
}
.option_wrap {
	width: 96%;
	margin: 0 auto;	
	background-color: #fafafa;
}
.option_select_wrap	{
	border: 1px solid #ededed;
	border-radius: 8px;
}
.option_select {
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.option_select span {
	display: inline-block;
	float: left;
	margin-left: 10px;
}
.option_select img {
	display: inline-block;
	width: 13px;
	height: 8px;
	margin-right: 10px;
}
#add-to-cart-option-select {
	max-height: 23vh;
}
.option_wrap .option_item_wrap {
	overflow-x: hidden; 
	overflow-y: auto;
	width: 98%;
	max-height: 280px;
	padding-left: 10px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 1px solid #ededed;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.option_wrap .option_item_wrap::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.option_wrap .option_item_wrap li {
	overflow: hidden;
	margin-bottom: 16px;
}
.option_wrap .option_item_wrap li:last-child {
	margin-bottom: 0;
}
.option_item_img {
	float: left;
	width: 60px;
	height: 60px;
}
.option_item_content {
	float: left;
	margin-top: 6px;
	margin-left: 13px;
}
.option_item_content h4 {
	max-width: 270px;
	font-size: 15px;
	color: #333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.option_item_sale span {
	display: inline-block;
	font-size: 15px;
}
.option_item_sale span.sale_percent {
	color: #ef2e49;
}
.option_item_sale span.nomal_price {
	font-size: 11px;
	color: #939393;
	text-decoration: line-through;
}
#select_option_view_app {
	max-height: 35vh;
	overflow: auto;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
#select_option_view_app::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.option_quantity_wrap {
	overflow-x: hidden; 
	overflow-y: auto;
	max-height: 280px;
	margin-top: 8px;
}
.option_quantity_wrap li {
	overflow: hidden;
	margin-bottom: 8px;
	padding: 8px 0 8px 10px;
	background-color: #fafafa;
	border: 1px solid #ededed;
	border-radius: 8px;
	text-align: right;
}
.option_quantity_wrap li:last-child {
	margin-bottom: 0;
}
.option_quantity_title h4 {
	float: left;
	max-width: 290px;
	font-size: 15px;
	text-align: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.option_quantity_title a {
	display: inline-block;
	width: 12px;
	margin-right: 10px;
}
.option_quantity {
	height: 30px;
	margin-top: 6px;
	text-align: left;
}
.option_quantity .quantity_count{
	overflow: hidden;
	display: inline-block;
	border: 1px solid #999;
}
.option_quantity .quantity_count button {
	width: 28px;
	background-color: #fff;
	font-size: 16px;
}
.option_quantity .quantity_count button:first-child {
	border-right: 1px solid #999;
}
.option_quantity .quantity_count button:last-child {
	border-left: 1px solid #999;
}
.option_quantity .quantity_count span {
	width: 48px;
	font-size: 16px;
}
.option_quantity .quantity_count button,
.option_quantity .quantity_count span {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.option_quantity_sale {
	float: right;
	margin-right: 10px;
}
.option_quantity_sale span {
	display: inline-block;
}
.option_quantity_sale span.sale_price {
	color: #333;
	font-size: 20px;
}
.option_quantity_sale span.nomal_price {
	font-size: 15px;
	color: #939393;
	text-decoration: line-through;
}

@media (max-width: 400px) {
	#add-to-cart-option-select {
		max-height: 25vh;
	}
}