:root {
	--es-header-bg: #fffad6;
	--es-header-text: #000000;
	--es-text-orange: #ff801b;

	--es-body-bg: #ffffff;
	--es-text: #404040;
	--es-text-secondary: #6e6e6e;
	--es-text-active: #970e9c;

	--es-menu-bg: #970e9c;
	--es-menu-bg-secondary: #ececec;
	--es-button-bg: #404040;
}

body {
	background-color: var(--es-body-bg);
	color: var(--es-text-secondary);
}
header {
	background-color: var(--es-header-bg);
	color: var(--es-header-text);
}
footer {
	background-color: var(--es-body-bg);
	border-top: solid 1px var(--es-menu-bg-secondary);
	color: var(--es-text-secondary);
	font-size: 0.8rem;
}

header {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

header .header-wrap {
	position: relative;
}
header .header-wrap .logo {
	height: 32px;
}
header .header-wrap .cart-icon {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 0;
}
header .header-wrap .cart-icon .cart-button {
	color: var(--es-header-text);
}
header .header-wrap .cart-icon .cart-button svg {
	width: 32px;
	height: 32px;
}

header .header-wrap .pageTitle p {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}
header .header-wrap .pageTitle h2 {
	font-size: 1.2rem;
	font-weight: bold;
}
header .header-wrap .pageTitle h2 b {
	color: var(--es-text-orange);
}

footer {
	width: 100%;
	padding: 1rem 0;
}

footer .footer-info {
	margin-bottom: 0.3rem;
	line-height: 0.8rem;
}
footer .footer-info dl {
	margin-bottom: 0.3rem;
}
footer .footer-info dl dt,
footer .footer-info dl dd {
	display: inline-block;
	margin-bottom: 0.3rem;
}
footer .footer-info dl dt {
}
footer .footer-info dl dd {
	padding-right: 1rem;
}
footer address {
	margin-bottom: 0.5rem;
}
footer .capylight {
	text-align: center;
}

@media (min-width: 576px) {
	header {
		padding-top: 1rem;
		padding-bottom: 2rem;
	}
}
@media (min-width: 768px) {
	header {
		padding-top: 1rem;
		padding-bottom: 2rem;
	}
}
@media (min-width: 992px) {
	header {
		padding-top: 1rem;
		padding-bottom: 2rem;
	}
}
@media (min-width: 1200px) {
	header {
		padding-top: 1rem;
		padding-bottom: 2rem;
	}
}
@media (min-width: 1400px) {
	header {
		padding-top: 1rem;
		padding-bottom: 2rem;
	}
}

#content {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 800px;
}
#content nav {
	padding: 0 15px;
	margin-bottom: 15px;
}
#content nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 9pt;
}
#content nav ul li {
	text-align: center;
	padding: 0;
	margin: 0;
}
#content nav ul li a {
	display: block;
	cursor: pointer;
	line-height: 35px;
	border-bottom: solid 2px var(--es-menu-bg-secondary);
	text-decoration: none;
	color: var(--es-text-secondary);
}
#content nav ul li a.active {
	border-bottom: solid 2px var(--es-menu-bg);
	color: var(--es-text-active);
}

@media (min-width: 576px) {
	#content {
		min-height: 800px;
	}
}
@media (min-width: 768px) {
	#content {
		min-height: 800px;
	}
}
@media (min-width: 992px) {
	#content {
		margin: 0 auto;
		padding: 0;
		width: 960px;
		padding-left: 220px;
		min-height: 800px;
	}

	#content nav {
		width: 220px;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0;
		margin: 0;
	}

	#content nav ul {
		width: 100%;
	}

	#content nav ul li {
		flex: none;
		text-align: left;
		margin-bottom: 0.5rem;
	}

	#content nav ul li a {
		font-size: 1rem;
		padding: 20px 32px;
		width: 190px;
		background-color: var(--es-menu-bg-secondary);
		border: none;
		border-radius: 0 38px 38px 0;
		transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
	}
	#content nav ul li a.active {
		background-color: var(--es-menu-bg);
		color: #ffffff;
	}
	#content nav ul li a:hover {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	#content {
		width: 1140px;
		min-height: 800px;
	}
}
@media (min-width: 1400px) {
	#content {
		width: 1320px;
		min-height: 800px;
	}
}

#sotre-items {
	margin: 1.5rem 0 3.7rem 0;
	font-size: 0.8rem;
}
#sotre-items .order-level {
	background-color: var(--es-menu-bg);
	line-height: 2rem;
	border-radius: 1rem;
	color: var(--es-body-bg);
	padding: 0 1rem;
}

#sotre-items .item-prev,
#sotre-items .item-next {
	width: 35px;
	height: 55px;
}

#sotre-items .item-list {
}

#sotre-items .item-list .item-box {
	margin: 0.5rem 0;
	padding: 0.5rem;
	text-align: center;
	border: solid 2px transparent;
	border-radius: 0.5rem;
}
#sotre-items .item-list .item-box.active {
	border: solid 2px var(--es-menu-bg);
}
#sotre-items .item-list .item-box .item-level {
	line-height: 20px;
	margin-bottom: 8px;
}
#sotre-items .item-list .item-box .item-body {
	color: var(--es-header-text);
}
#sotre-items .item-list .item-box .item-body .item-img-box {
	display: block;
	position: relative;
}

#sotre-items .item-list .item-box .item-body .item-img-box img {
	width: 126px;
	height: auto;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
#sotre-items .item-list .item-box .item-body .item-img-box .item-preview {
	width: 100px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	text-decoration: none;
	border-radius: 25px;
	cursor: pointer;
	transition: 0.5s;
}
#sotre-items .item-list .item-box .item-body .item-img-box .item-preview:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

#sotre-items .item-list .item-box .item-body .item-title {
	line-height: 2rem;
}
#sotre-items .item-list .item-box .item-footer button {
	font-size: 0.8rem !important;
	border-radius: 3px;
}

#sotre-items .item-list .item-box .item-footer button.add-cart {
	background-color: var(--es-menu-bg-secondary);
	border-color: var(--es-menu-bg-secondary);
	color: var(--es-text-secondary);
}

@media (min-width: 576px) {
	#sotre-items .order-level {
		width: 200px;
		margin: 0 auto;
	}
	#sotre-items .item-list .item-box .item-body .item-img-box img {
		width: 150px;
	}
}
@media (min-width: 768px) {
	#sotre-items .order-level {
		width: 200px;
		margin: 0 auto;
	}
	#sotre-items .item-list .item-box .item-body .item-img-box img {
		width: 150px;
	}
}
@media (min-width: 992px) {
	#sotre-items .item-list .item-box .item-body .item-img-box .item-preview {
		opacity: 0;
		transition: 0.5s;
	}
	#sotre-items .item-list .item-box .item-body .item-img-box:hover .item-preview {
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.8);
	}

	#sotre-items .item-list .item-box .item-body .item-img-box img {
		width: 150px;
	}
}
@media (min-width: 1200px) {
	#sotre-items .item-list .item-box .item-body .item-img-box img {
		width: 140px;
	}
}
@media (min-width: 1400px) {
	#sotre-items .item-list .item-box .item-body .item-img-box img {
		width: 170px;
	}
}

/* 미리보기 */
#preViewItemBG {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#preViewItemWrap {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	padding: 15px;
}
.preViewItemBox a {
	display: block;
	cursor: pointer;
}

.preViewItemBox .preViewItemBody {
	display: flex;
	align-items: center;
}
.preViewItemBox .preViewItemBody svg {
	width: 40px;
	height: auto;
	color: #ffffff;
}
.preViewItemBox .preViewItemBody .pv_pev {
	flex-grow: 1;
	text-align: right;
}
.preViewItemBox .preViewItemBody .pv_imgBox {
	flex-grow: 1;
	width: 600px;
}
.preViewItemBox .preViewItemBody .pv_imgBox img {
	display: block;
	max-width: 600px;
	width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
}
.preViewItemBox .preViewItemBody .pv_next {
	flex-grow: 1;
}
.preViewItemBox .preViewItemFooter {
	text-align: center;
}
.preViewItemBox .preViewItemFooter #closePreView {
	display: inline-block;
	width: 160px;
	color: #ffffff;
	padding: 8px;
	border: solid 2px #ffffff;
	border-radius: 32px;
	margin-top: 16px;
}

#item_Description {
    margin: 0 auto;
	padding: 1rem;
    background-color: #ffffff;
    width: 100%;
}
#item_Description #coverIMG {
    margin-bottom: 2rem;
}
#item_Description #coverIMG img {
    max-height: 250px;
    width: auto;
    max-width: 100%;
}
#item_Description #Description {
    font-size: 0.8rem;

}


@media (min-width: 576px) {
    #item_Description {
        width: 400px;
        padding: 2rem;
    }
    #item_Description #coverIMG img {
        max-height: 300px;
    }
	.preViewItemBox .preViewItemBody svg {
		width: 60px;
	}
}
@media (min-width: 768px) {

    #item_Description {
        width: 500px;
        padding: 3rem;
    }
    #item_Description #coverIMG img {
        max-height: 400px;
    }
	.preViewItemBox .preViewItemBody svg {
		width: 120px;
	}
}
@media (min-width: 992px) {
	.preViewItemBox .preViewItemBody svg {
		width: 120px;
	}
}
@media (min-width: 1200px) {
	.preViewItemBox .preViewItemBody svg {
		width: 120px;
	}
}
@media (min-width: 1400px) {
	.preViewItemBox .preViewItemBody svg {
		width: 120px;
	}
}

/* 장바구니 알림 */
#alertModal {
	font-size: 0.8rem;
}
#alertModalLabel {
	display: flex;
}
#alertModalLabel svg {
	width: 24px;
	height: 24px;
}
#alertModalLabel span {
	padding-left: 1rem;
	font-size: 1rem;
	font-weight: bold;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
