.container.shop {
	max-width: 80%;
	margin: 22px auto 88px auto;
}


.shop-list-layout {
	display: grid;
	grid-template-columns: minmax(0, 20%) 1fr;
	gap: 60px;
	margin: 2% 0 0 0;
}


.wrapper.shop-category {
}


.wrapper.shop-item {
}


.shop-banner-img {
	width: 100%;
	height: auto;
}


.category-list-box.shop {
	align-items: center;
	display: flex;
	flex-direction: column;
	border: 1px solid #c4c4c4;
	border-radius: 8px;
	position: sticky;
	top: 8%;
}


.category-list-name {
	background-color: transparent;
	border-style: none;
	cursor: pointer;
	width: 100%;
	padding: 8px 22px;
	display: flex;
	justify-content: space-between;
}


.category-list-name:hover {
	font-weight: 800;
}


.category-list-name * {
	font-size: var(--font-size-2);
	font-weight: 600;
	color: #666;
}


.category-list-box-2.shop {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	border-bottom: 1px solid #c4c4c4;
	width: 100%;
}


.category-list-box-3 {
	display: flex;
	justify-content: center;
	position: relative;
	border-bottom: 1px solid #c4c4c4;
	width: 100%;
}


.subcategory-list-box {
	padding: 8px 22px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
}


.subcategory-list {
	padding: 2px 0;
	margin: 8px 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 1);
}


.item-default-container {
	align-items: start;
	border: 2px solid rgba(222, 222, 222, 1);
	border-radius: 8px;
	display: grid;
	grid-template-columns: 40% 60%;
	justify-content: center;
	margin: 88px auto;
	padding: 8px;
	width: 88%;
}


.item-default-img-wrapper {
	text-align: center;
}


.item-default-img {
	border-radius: 8px;
	height: auto;
	width: 100%;
}


.item-default-box {
	display: flex;
	justify-content: space-between;
	margin: 8px 0;
}


.item-default-box * {
	font-size: var(--font-size-2);
}


.item-detail-name {
	font-size: var(--font-size-3);
}


.item-default-summary-wrapper {
	padding: 0 8px 0 88px;
}


.selected-flex-1 {
	align-items: center;
	display: flex;
	justify-content: space-between;
}


.item-selected-box {
	margin: 22px 0;
}


.item-option-wrapper {
	display: flex;
	flex-direction: column;
	margin: 22px 0;
}


.selected-cnt-area {
	display: flex;
}


.selected-item-cnt {
	font-weight: 800;
	padding: 8px;
	text-align: center;
}


.selected-cnt-btn {
	background-color: rgba(222, 222, 222, 1);
	border-radius: initial;
	color: rgba(8, 8, 8, 1);
	cursor: pointer;
	padding: 8px;
	font-weight: 800;
}


.item-price-box {
	margin: 22px 0;
	display: flex;
	justify-content: space-between;
}


.item-price-box * {
	font-size: var(--font-size-2);
}


.item-order-btn {
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 2px;
	color: rgba(255, 255, 255, 1);
	font-size: var(--font-size-3);
	font-weight: 600;
	margin: 8px;
	padding: 8px 22px;
}


.item-order-box {
	background-color: #0062b5;
	bottom: 0;
	left: 50%;
	min-height: 8vh;
	padding: 8px;
	position: fixed;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}


.select-option {
	padding: 8px;
}


.selected-option-name-box {
	display: flex;
}


.selected-price {
	background-color: transparent;
	border-style: none;
	text-align: right;
	/*padding: 8px;*/
}


.shop-swipe-banner {
	height: auto;
	max-width: 100%;
}


.selected-item-box {
	margin: 22px 0;
}


.item-explain-container {
	margin: 88px auto;
	width: 88%;
	height: auto;

}


.item-explain-wrapper {
	border: 1px solid rgba(88, 88, 88, 0.2);
	border-radius: 2px;
}


.item-explain-box {
	max-width: 88%;
	height: auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center
}


.item-explain-container pre {
	white-space: normal;
}


.item-explain-container img {
	height: auto;
	max-width: 100%;
}


#orderSameInfoBtn {
	margin: 0 8px 0 0;
	width: 2vw;
	height: 2vh;
}


.wrapper.shop-search {
	background-color: #F9F9F9;
	padding: 22px;
}


.box.shop-search {
	display: flex;
	border: 1px solid #c4c4c4;
	border-radius: 8px;
	overflow: hidden;
	background-color: #ffffff;
}


.box.shop-search > input {
	flex: 1;
	border-style: none;
	outline-style: none;
	padding: 10px 8px;
}


.item-search-img-box {
	width: 4%;
	height: auto;
	display: flex;
	align-items: center;
	padding: 4px;
}

.item-search-img-box > img {
	width: 100%;
	height: auto;
	cursor: pointer;
}


.shop-right-area {
	display: flex;
	flex-direction: column;
	gap: 22px;
}