body {
	background: #fff;
}

.ag-mall-v3-shell,
.ag-mall-v3-shell *,
.ag-mall-v3-shell *::before,
.ag-mall-v3-shell *::after {
	box-sizing: border-box;
}

.ag-mall-v3-shell {
	--mall-v3-red: #c51b2c;
	--mall-v3-red-dark: #981220;
	--mall-v3-green: #2e7d42;
	--mall-v3-blue: #2563a8;
	--mall-v3-orange: #f26b21;
	--mall-v3-ink: #171a18;
	--mall-v3-muted: #6f746f;
	--mall-v3-line: #e1e4e1;
	--mall-v3-soft: #f5f6f3;
	--mall-v3-rail: 1240px;
	width: 1360px;
	margin: 0 auto 72px;
	color: var(--mall-v3-ink);
	font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
	font-size: 15px;
	letter-spacing: -.025em;
}

.ag-mall-v3-shell a {
	color: inherit;
	text-decoration: none;
}

.ag-mall-v3-pagehead {
	display: flex;
	min-height: 154px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	width: var(--mall-v3-rail);
	margin: 16px auto 28px;
	padding: 34px 40px 32px;
	border-top: 4px solid var(--mall-v3-red);
	background: #fff;
	box-shadow: 0 8px 24px rgba(31, 41, 35, .06);
}

.ag-mall-v3-pagehead__copy {
	min-width: 0;
}

.ag-mall-v3-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: #8a908b;
	font-size: 13px;
}

.ag-mall-v3-breadcrumb__category::before,
.ag-mall-v3-breadcrumb__current::before {
	margin-right: 8px;
	color: #c3c7c3;
	content: "/";
	font-size: 13px;
}

.ag-mall-v3-breadcrumb__category {
	font-size: 16px;
}

.ag-mall-v3-breadcrumb__category--child::before {
	content: ">";
}

.ag-mall-v3-pagehead h1 {
	margin: 0;
	color: var(--mall-v3-ink);
	font-size: 34px;
	font-weight: 900;
	line-height: 1.24;
	letter-spacing: -.055em;
}

.ag-mall-v3-pagehead p {
	margin: 9px 0 0;
	color: var(--mall-v3-muted);
	font-size: 14px;
	line-height: 1.65;
}

.ag-mall-v3-pagehead__badge {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	background: #f0f5f1;
	color: var(--mall-v3-green);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.ag-mall-v3-pagehead__badge::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.ag-mall-v3-steps {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ag-mall-v3-steps li {
	position: relative;
	display: flex;
	width: 112px;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	color: #a2a7a2;
	font-size: 12px;
	font-weight: 700;
}

.ag-mall-v3-steps li + li::before {
	position: absolute;
	top: 17px;
	right: 72px;
	width: 80px;
	height: 1px;
	background: #dfe2df;
	content: "";
}

.ag-mall-v3-step-number {
	position: relative;
	z-index: 1;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid #d8dcd8;
	border-radius: 50%;
	background: #fff;
	color: #8b918c;
	font-size: 12px;
}

.ag-mall-v3-steps .is-current {
	color: var(--mall-v3-red);
}

.ag-mall-v3-steps .is-current .ag-mall-v3-step-number {
	border-color: var(--mall-v3-red);
	background: var(--mall-v3-red);
	color: #fff;
	box-shadow: 0 0 0 5px rgba(197, 27, 44, .09);
}

.ag-mall-v3-steps .is-complete {
	color: var(--mall-v3-green);
}

.ag-mall-v3-steps .is-complete .ag-mall-v3-step-number {
	border-color: var(--mall-v3-green);
	background: #edf5ef;
	color: var(--mall-v3-green);
}

.ag-mall-v3-legacy {
	width: var(--mall-v3-rail);
	margin: 0 auto;
	overflow: visible;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.ag-mall-v3-legacy > table {
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	background: #fff !important;
}

.ag-mall-v3-legacy #PassCheckLayer {
	display: none !important;
}

.ag-mall-v3-legacy #PassCheckLayer + td {
	display: block;
	width: 100% !important;
	padding: 0 !important;
}

.ag-mall-v3-legacy table[width="1470"],
.ag-mall-v3-legacy table[width="1270"],
.ag-mall-v3-legacy table[width="1268"],
.ag-mall-v3-legacy table[width="1199"],
.ag-mall-v3-legacy table[width="1170"],
.ag-mall-v3-legacy table[width="1117"],
.ag-mall-v3-legacy table[width="1084"],
.ag-mall-v3-legacy table[width="1080"],
.ag-mall-v3-legacy table[width="1070"] {
	width: 100% !important;
	max-width: none !important;
	background-color: transparent !important;
	background-image: none !important;
}

.ag-mall-v3-legacy table {
	border-color: var(--mall-v3-line);
}

.ag-mall-v3-legacy td,
.ag-mall-v3-legacy th {
	border-color: var(--mall-v3-line);
}

.ag-mall-v3-legacy td[bgcolor],
.ag-mall-v3-legacy tr[bgcolor],
.ag-mall-v3-legacy table[bgcolor] {
	background-color: #fff !important;
}

.ag-mall-v3-legacy td[background],
.ag-mall-v3-legacy table[background] {
	background-image: none !important;
}

.ag-mall-v3-legacy td[background*="title_bar_w"] {
	display: none !important;
}

.ag-mall-v3-legacy img[src*="/img/spacer.gif"],
.ag-mall-v3-legacy img[src*="/images/spacer.gif"],
.ag-mall-v3-legacy img[src*="top_back_none"],
.ag-mall-v3-legacy img[src*="title_bar_w"],
.ag-mall-v3-legacy img[src*="shoppingmall_goods_topbox"],
.ag-mall-v3-legacy img[src*="shoppingmall_goods_point"],
.ag-mall-v3-legacy img[src*="under_line_0"],
.ag-mall-v3-legacy img[src*="hit_txt_w"],
.ag-mall-v3-legacy img[src*="order_title_ok"],
.ag-mall-v3-legacy img[src*="/jumun_"],
.ag-mall-v3-legacy img[src*="shoppingmall_order_titel"],
.ag-mall-v3-legacy img[src*="shoppingmall_orderview"],
.ag-mall-v3-legacy img[src*="/site/use_"],
.ag-mall-v3-legacy img[src*="/skin/okweb02/use_"] {
	display: none !important;
}

.ag-mall-v3-legacy .ag-v3-legacy-heading,
.ag-mall-v3-legacy .ag-v3-legacy-category-box {
	display: none !important;
}

.ag-mall-v3-legacy .ag-v3-category-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	width: 100%;
	margin: 24px 0;
	padding: 24px 30px;
	border: 1px solid var(--mall-v3-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(24, 48, 31, .05);
}

.ag-mall-v3-legacy .ag-v3-category-nav > a {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	padding: 7px 13px;
	border: 1px solid #dde1dd;
	border-radius: 999px;
	background: #fff;
	color: #424843;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.ag-mall-v3-legacy .ag-v3-category-nav > a:hover,
.ag-mall-v3-legacy .ag-v3-category-nav > a.is-current {
	border-color: var(--mall-v3-red);
	color: var(--mall-v3-red);
}

.ag-mall-v3-legacy .ag-v3-content-table {
	width: 100% !important;
	margin: 0 !important;
}

.ag-mall-v3-legacy .thumNorm {
	overflow: hidden;
	border-radius: 8px;
	background: #f7f7f5;
}

.ag-mall-v3-legacy .thumNorm img {
	display: block;
	width: 100% !important;
	height: 190px !important;
	object-fit: cover;
	transition: transform .25s ease;
}

.ag-mall-v3-legacy .ag-v3-product-card {
	height: auto !important;
	min-height: 350px;
	overflow: hidden;
	border: 1px solid var(--mall-v3-line) !important;
	border-radius: 10px;
	background: #fff !important;
	box-shadow: 0 5px 16px rgba(31, 41, 35, .05);
	transition: transform .2s ease, box-shadow .2s ease;
}

.ag-mall-v3-legacy .ag-v3-product-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(31, 41, 35, .10);
}

.ag-mall-v3-legacy .ag-v3-product-card:hover .thumNorm img {
	transform: scale(1.035);
}

.ag-mall-v3-legacy .ag-v3-product-card td {
	background: #fff !important;
}

.ag-mall-v3-legacy .ag-v3-product-card a {
	color: var(--mall-v3-ink);
	font-weight: 700;
}

.ag-mall-v3-legacy .ag-v3-product-card span[id^="priceMan"] {
	color: var(--mall-v3-red) !important;
	font-size: 19px;
}

.ag-mall-v3-legacy .ag-v3-product-card span[id^="addmileageall"] {
	display: block;
	margin-top: 6px;
	color: var(--mall-v3-orange);
	font-size: 12px;
}

.ag-mall-v3-legacy .ag-v3-list-legacy-source {
	display: none !important;
}

.ag-mall-v3-legacy .ag-v3-modern-product-list {
	width: 100%;
	margin: 24px 0 0;
}

.ag-mall-v3-legacy .ag-v3-modern-product-toolbar {
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
	padding: 16px 20px;
	border: 1px solid #dedfdf;
	border-radius: 8px;
	background: #f5f5f5;
}

.ag-mall-v3-legacy .ag-v3-modern-product-toolbar > div:first-child {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.ag-mall-v3-legacy .ag-v3-modern-product-toolbar strong {
	color: #252827;
	font-size: 20px;
	font-weight: 900;
}

.ag-mall-v3-legacy .ag-v3-modern-product-toolbar > div:first-child span {
	color: #777c79;
	font-size: 13px;
}

.ag-mall-v3-legacy .ag-v3-modern-product-toolbar__filters {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ag-mall-v3-legacy .ag-v3-modern-product-toolbar__filters label {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #6a6f6c;
	font-size: 12px;
	font-weight: 800;
}

.ag-mall-v3-legacy .ag-v3-modern-product-toolbar select {
	box-sizing: border-box;
	min-width: 130px;
	height: 40px;
	padding: 0 34px 0 11px;
	border: 1px solid #cfd2d0;
	border-radius: 5px;
	background: #fff;
	color: #303431;
	font-family: inherit;
	font-size: 13px;
}

.ag-mall-v3-legacy .ag-v3-modern-product-section {
	margin: 0 0 30px;
}

.ag-mall-v3-legacy .ag-v3-modern-product-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 2px solid #3f4441;
}

.ag-mall-v3-legacy .ag-v3-modern-product-section__head h2 {
	margin: 0;
	color: #202321;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -.04em;
}

.ag-mall-v3-legacy .ag-v3-modern-product-section__head span {
	color: #777c79;
	font-size: 12px;
	font-weight: 700;
}

.ag-mall-v3-legacy .ag-v3-modern-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ag-mall-v3-legacy .ag-v3-modern-product-section.is-featured .ag-v3-modern-product-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ag-mall-v3-legacy .ag-v3-modern-product-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #dedfdf;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(25, 31, 28, .05);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card:hover {
	border-color: #bfc3c0;
	box-shadow: 0 9px 24px rgba(25, 31, 28, .09);
	transform: translateY(-2px);
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__media {
	display: flex;
	height: auto;
	aspect-ratio: 4 / 3;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-bottom: 1px solid #e6e7e6;
	background: #f4f4f4;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	object-fit: cover;
	object-position: center;
	transition: transform .25s ease;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card:hover .ag-v3-modern-product-card__media img {
	transform: scale(1.025);
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__body {
	display: flex;
	min-height: 220px;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__title {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #212422 !important;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__title span {
	color: #777c79;
	font-size: 12px;
	font-weight: 700;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__title strong {
	display: -webkit-box;
	min-height: 48px;
	overflow: hidden;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.42;
	letter-spacing: -.035em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__delivery {
	margin: 10px 0 0;
	color: #747976;
	font-size: 12px;
	line-height: 1.5;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 5px 9px;
	margin-top: auto;
	padding-top: 15px;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__price strong {
	color: #b42318;
	font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
	font-size: 21px;
	font-weight: 900;
	letter-spacing: -.04em;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__price span {
	color: #777c79;
	font-size: 11px;
	font-weight: 700;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__footer {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #eceeec;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__footer span[id^="zzim4"] {
	position: static !important;
	margin: 0 !important;
}

.ag-mall-v3-legacy .ag-v3-modern-product-card__view {
	color: #555b58 !important;
	font-size: 12px;
	font-weight: 800 !important;
}

.ag-mall-v3-legacy .ag-v3-modern-product-section.is-featured .ag-v3-modern-product-card {
	display: grid;
	grid-template-columns: 330px minmax(0, 1fr);
}

.ag-mall-v3-legacy .ag-v3-modern-product-section.is-featured .ag-v3-modern-product-card__media {
	height: 100%;
	min-height: 250px;
	aspect-ratio: auto;
	border-right: 1px solid #e6e7e6;
	border-bottom: 0;
}

.ag-mall-v3-legacy .ag-v3-modern-product-section.is-featured .ag-v3-modern-product-card__body {
	min-height: 250px;
}

.ag-mall-v3-legacy .ag-v3-modern-pagination {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 10px 0 30px;
	color: #555b58;
	font-size: 14px;
}

.ag-mall-v3-legacy .ag-v3-modern-pagination a,
.ag-mall-v3-legacy .ag-v3-modern-pagination b {
	display: inline-flex;
	min-width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid #d6d8d7;
	border-radius: 5px;
	background: #fff;
}

.ag-mall-v3-legacy .zzim-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #687069 !important;
	font-size: 12px;
	font-weight: 700;
}

.ag-mall-v3-legacy .zzim-icon {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.ag-mall-v3-shell--product .ag-mall-v3-legacy {
	padding-top: 0;
}

.ag-mall-v3-shell--product .ag-v3-detail-card {
	width: 100% !important;
	margin: 30px 0 !important;
	overflow: hidden;
	border: 1px solid var(--mall-v3-line) !important;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	background: #fff !important;
	box-shadow: 0 10px 30px rgba(24, 48, 31, .08);
}

.ag-mall-v3-shell--product .ag-v3-detail-card > tbody > tr:first-child {
	display: none;
}

.ag-mall-v3-shell--product .ag-v3-detail-gallery {
	width: 45% !important;
	padding: 32px 16px 32px 32px !important;
	background: #fff !important;
}

.ag-mall-v3-shell--product .ag-v3-detail-gap {
	width: 32px !important;
	padding: 0 !important;
}

.ag-mall-v3-shell--product .ag-v3-detail-summary {
	width: 55% !important;
	padding: 32px 32px 32px 16px !important;
	background: #fafafa !important;
}

.ag-mall-v3-shell--product .thumBBig {
	overflow: hidden;
	border: 1px solid var(--mall-v3-line);
	border-radius: 10px;
	background: #f1f3f1;
	box-shadow: inset 0 0 0 1px rgba(32, 52, 39, .02);
}

.ag-mall-v3-shell--product .thumBBig img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

.ag-mall-v3-shell--product form[name="cartform"] {
	display: block;
	padding: 0;
}

.ag-mall-v3-shell--product form[name="cartform"] > table,
.ag-mall-v3-shell--product form[name="cartform"] table {
	border-collapse: separate;
	border-spacing: 0;
}

.ag-mall-v3-shell--product form[name="cartform"] td {
	min-height: 44px;
	padding: 9px 12px !important;
	border-bottom: 1px solid #edf0ed;
	background: #fff !important;
}

.ag-mall-v3-shell--product form[name="cartform"] h2 {
	margin: 0 0 12px !important;
	color: var(--mall-v3-ink) !important;
	font-size: 26px !important;
	font-weight: 900 !important;
	line-height: 1.35;
	letter-spacing: -.045em;
}

.ag-mall-v3-purchase-panel {
	color: var(--mall-v3-ink);
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-table {
	width: 100% !important;
}

.ag-mall-v3-purchase-panel table,
.ag-mall-v3-purchase-panel tbody,
.ag-mall-v3-purchase-panel tr,
.ag-mall-v3-purchase-panel td {
	border: 0 !important;
	background-image: none !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-title td {
	padding: 0 0 18px !important;
	border-bottom: 2px solid var(--mall-v3-ink) !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-price td {
	padding-top: 20px !important;
	padding-bottom: 16px !important;
	background: #fff !important;
}

.ag-mall-v3-purchase-panel #oriPrice tr {
	height: 58px !important;
}

.ag-mall-v3-purchase-panel #oriPrice tr > td {
	height: 58px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	vertical-align: middle !important;
	line-height: 1.35 !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-price td:first-child {
	width: 104px !important;
	color: #7a817b;
	font-size: 13px;
}

.ag-mall-v3-purchase-panel #oriPrice .ag-v3-price-line {
	display: flex !important;
	min-width: 0 !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	padding-right: 12px !important;
}

.ag-mall-v3-purchase-panel #oriPrice .ag-v3-price-line #oriPricev,
.ag-mall-v3-purchase-panel #oriPrice .ag-v3-price-line > span {
	display: inline-flex;
	align-items: baseline;
	margin: 0 !important;
	line-height: 1.2 !important;
	vertical-align: middle !important;
	white-space: nowrap;
}

.ag-mall-v3-purchase-panel .ag-v3-farm-verify {
	display: inline-flex !important;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.ag-mall-v3-purchase-panel .ag-v3-farm-verify > span {
	box-sizing: border-box;
	display: inline-flex !important;
	min-height: 32px;
	align-items: center;
	justify-content: center;
	padding: 7px !important;
	border-radius: 5px !important;
	line-height: 1.2 !important;
	vertical-align: middle !important;
}

.ag-mall-v3-purchase-panel .ag-v3-tax-note-row > td {
	padding-top: 2px !important;
	padding-bottom: 12px !important;
	vertical-align: top !important;
	line-height: 1.5 !important;
}

.ag-mall-v3-purchase-panel .ag-v3-tax-note-row span {
	display: block;
	max-width: 100%;
	line-height: 1.5 !important;
	vertical-align: top !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-point td {
	padding-top: 12px !important;
	padding-bottom: 18px !important;
	background: #fff !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-point td:first-child {
	width: 104px !important;
	color: #7a817b;
	font-size: 13px;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-point #addmileageall,
.ag-mall-v3-purchase-panel .ag-v3-purchase-point #addmileageall font {
	color: var(--mall-v3-orange) !important;
	font-size: 14px;
	font-weight: 800 !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-point #addmileageall {
	min-width: 0;
	line-height: 1.45;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-point #addmileageall .man {
	position: static !important;
	display: inline !important;
	margin: 0 0 0 1px !important;
	font-size: inherit !important;
	white-space: normal;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-point #addmileageall > .man {
	display: block !important;
	margin: 4px 0 0 !important;
	color: #657069 !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	line-height: 1.45;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-info td {
	padding-top: 11px !important;
	padding-bottom: 11px !important;
	border-top: 1px solid #e9ece9 !important;
	background: transparent !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-info td:first-child {
	width: 104px !important;
	color: #737a74;
	font-size: 13px;
	font-weight: 700;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-option td {
	box-sizing: border-box;
	height: 64px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	vertical-align: middle !important;
	border-bottom: 2px solid #fff !important;
	background: #f1f2f2 !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-option td:last-child {
	padding-left: 12px !important;
	padding-right: 20px !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-option td:first-child {
	width: 136px !important;
	padding-left: 12px !important;
	padding-right: 8px !important;
	color: #4e5551;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.4;
	word-break: keep-all;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-option-start td:first-child {
	border-radius: 8px 0 0 8px;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-option-start td:last-child {
	border-radius: 0 8px 8px 0;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-option select {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0 !important;
	height: 42px !important;
	padding: 0 36px 0 12px !important;
	border-color: #c9cecb;
	background: #fff;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 1.3;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-option-total[hidden],
.ag-mall-v3-purchase-panel .ag-v3-purchase-empty-row {
	display: none !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-option-total .man {
	position: static !important;
	display: inline !important;
	margin: 0 0 0 1px !important;
	font-size: 12px !important;
	line-height: inherit !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-total td {
	padding-top: 17px !important;
	padding-bottom: 17px !important;
	border-top: 2px solid #d6d9d7 !important;
	border-bottom: 2px solid #d6d9d7 !important;
	background: #f3f4f4 !important;
	color: var(--mall-v3-ink) !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-total td:first-child {
	width: 104px !important;
	border-radius: 8px 0 0 8px;
	color: #536057 !important;
	font-size: 13px;
	font-weight: 800;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-total td:last-child {
	border-radius: 0 8px 8px 0;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-total #ttpriceall {
	color: #b42318 !important;
	font-size: 25px !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-total font {
	color: #536057 !important;
}

.ag-mall-v3-purchase-panel .ag-v3-legacy-total-row {
	display: none !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-total-modern > td {
	padding: 14px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.ag-mall-v3-purchase-panel .ag-v3-total-box {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	max-width: 100%;
	min-height: 68px;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 20px;
	overflow: hidden;
	border-top: 2px solid #d2d5d3;
	border-bottom: 2px solid #d2d5d3;
	background: #f3f4f4;
}

.ag-mall-v3-purchase-panel .ag-v3-total-box__label {
	flex: 0 0 auto;
	color: #465049;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.ag-mall-v3-purchase-panel .ag-v3-total-box__amount {
	display: flex;
	min-width: 0;
	max-width: calc(100% - 130px);
	flex: 1 1 auto;
	align-items: baseline;
	justify-content: flex-end;
	overflow: hidden;
	text-align: right;
}

.ag-mall-v3-purchase-panel .ag-v3-total-box #ttpriceall {
	display: block;
	width: auto !important;
	max-width: 100%;
	min-width: 0;
	margin: 0 !important;
	overflow: hidden;
	color: #b42318 !important;
	font-size: 27px !important;
	font-weight: 900 !important;
	line-height: 1.2;
	text-align: right;
	white-space: nowrap;
}

.ag-mall-v3-purchase-panel .ag-v3-total-box #ttpriceall .prc {
	display: inline-flex !important;
	max-width: 100%;
	align-items: baseline;
	color: inherit !important;
	font-size: 27px !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

.ag-mall-v3-purchase-panel .ag-v3-total-box #ttpriceall .man {
	position: static !important;
	display: inline !important;
	margin: 0 0 0 2px !important;
	color: inherit !important;
	font-size: 14px !important;
	line-height: inherit !important;
}

.ag-mall-v3-purchase-panel .ag-v3-total-box__placeholder {
	color: #69716b;
	font-size: 13px;
	font-weight: 700;
}

.ag-mall-v3-purchase-panel .ag-v3-total-box__placeholder[hidden] {
	display: none !important;
}

.ag-mall-v3-purchase-panel .ag-v3-exclusive-option-row > td {
	padding: 10px 0 4px !important;
	border: 0 !important;
	background: transparent !important;
}

.ag-mall-v3-purchase-panel .ag-v3-exclusive-option {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	border-left: 4px solid #e6a22e;
	border-radius: 0 6px 6px 0;
	background: #fff8e8;
	cursor: pointer;
}

.ag-mall-v3-purchase-panel .ag-v3-exclusive-option input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 2px 0 0 !important;
	accent-color: #555b58;
}

.ag-mall-v3-purchase-panel .ag-v3-exclusive-option__text {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.ag-mall-v3-purchase-panel .ag-v3-exclusive-option__text strong {
	color: #714b0c;
	font-size: 14px;
	font-weight: 900;
}

.ag-mall-v3-purchase-panel .ag-v3-exclusive-option__text small {
	color: #6f6555;
	font-size: 12px;
	line-height: 1.55;
}

.ag-mall-v3-shell--product .ag-v3-legacy-option-notice {
	display: none !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-quantity td {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
	border-bottom: 1px solid #e2e6e2 !important;
	background: transparent !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-quantity td:first-child {
	width: 104px !important;
	color: #5f665f;
	font-size: 13px;
	font-weight: 800;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-quantity input[name="quantity"] {
	width: 86px;
	min-height: 42px;
	text-align: center;
	font-size: 17px;
	font-weight: 800;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-actions > td {
	padding: 22px 0 12px !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-actions .ag-v3-purchase-actionbar {
	display: grid !important;
	grid-template-columns: 108px minmax(0, 1fr) minmax(0, 1fr);
	gap: 9px;
	align-items: stretch;
	margin: 0 !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-actions [id^="zzim"] {
	position: static !important;
	display: flex;
	min-width: 0;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	border: 1px solid #d9dfda;
	border-radius: 6px;
	background: #fff;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-actions .boxbtn {
	box-sizing: border-box;
	display: flex !important;
	width: 100% !important;
	min-width: 0;
	height: 52px !important;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 0 12px !important;
	border-radius: 6px !important;
	line-height: 1 !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-actions .boxbtn.is-cart {
	border-color: #d0d0d0 !important;
	background: #f3f3f3 !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-actions .boxbtn.is-buy {
	border-color: #d0d0d0 !important;
	background: #f3f3f3 !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-actions .boxbtn font {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 800 !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-actions .boxbtn.is-cart font {
	color: #c00000 !important;
}

.ag-mall-v3-purchase-panel .ag-v3-purchase-actions .boxbtn.is-buy font {
	color: #3366cc !important;
}

.ag-mall-v3-purchase-panel .ag-v3-payment-row > td {
	padding: 9px 0 !important;
	background: transparent !important;
}

.ag-mall-v3-purchase-panel .ag-v3-kakao-pay-box {
	display: block !important;
	width: 100% !important;
	margin: 4px 0 10px !important;
	padding: 0 !important;
}

.ag-mall-v3-purchase-panel .ag-v3-kakao-pay {
	display: block !important;
	width: 100% !important;
	max-width: 427px;
	margin: 0 !important;
	overflow: hidden;
	border-radius: 6px;
	background: #fee500;
}

.ag-mall-v3-purchase-panel .ag-v3-kakao-pay img {
	display: block !important;
	width: 100% !important;
	max-width: 427px !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
}

.ag-mall-v3-purchase-panel img[src*="shoppingmall_goods_callbox"] {
	display: none !important;
}

.ag-mall-v3-contact-panel {
	width: 100% !important;
	margin: 12px 0 0 !important;
	padding: 18px 20px !important;
	border: 0 !important;
	border-left: 4px solid var(--mall-v3-green) !important;
	border-radius: 0 7px 7px 0;
	background: #f1f6f2 !important;
	color: #4a514b;
	font-size: 13px;
	line-height: 1.75;
}

.ag-mall-v3-contact-panel td {
	padding: 0 !important;
	background: transparent !important;
}

.ag-mall-v3-contact-panel font {
	color: inherit !important;
	font-size: inherit !important;
}

.ag-mall-v3-contact-panel a {
	display: inline-flex;
	align-items: center;
	margin-top: 6px;
	color: var(--mall-v3-green) !important;
	font-weight: 800;
}

.ag-mall-v3-contact-panel img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.ag-mall-v3-shell--product #oriPricev,
.ag-mall-v3-shell--product #ttpriceall {
	color: #b42318 !important;
	font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif !important;
	font-size: 28px !important;
	font-weight: 900 !important;
}

.ag-mall-v3-shell--product #oriPricev *,
.ag-mall-v3-shell--product #ttprice *,
.ag-mall-v3-shell--product #ttpriceall * {
	font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif !important;
}

.ag-mall-v3-legacy .ag-v3-section-card {
	width: 100% !important;
	margin: 24px 0 !important;
	overflow: hidden;
	border: 1px solid var(--mall-v3-line) !important;
	border-radius: 10px;
	background: #fff !important;
	box-shadow: 0 6px 20px rgba(24, 48, 31, .05);
}

.ag-mall-v3-legacy .ag-v3-section-card > tbody > tr > td {
	padding: 18px 22px;
}

.ag-mall-v3-legacy .ag-v3-card-caption {
	padding: 19px 22px 15px;
	border-bottom: 1px solid var(--mall-v3-line);
	background: #fff;
	color: var(--mall-v3-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.35;
	text-align: left;
	letter-spacing: -.04em;
}

.ag-mall-v3-shell--product form[name="cartform"] tr td:first-child {
	color: #6c736d;
	font-size: 13px;
	font-weight: 700;
}

.ag-mall-v3-legacy input[type="text"],
.ag-mall-v3-legacy input[type="password"],
.ag-mall-v3-legacy input[type="email"],
.ag-mall-v3-legacy input[type="tel"],
.ag-mall-v3-legacy select,
.ag-mall-v3-legacy textarea {
	max-width: 100%;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid #cfd5d0;
	border-radius: 6px;
	background: #fff;
	color: var(--mall-v3-ink);
	font: inherit;
	outline: 0;
}

.ag-mall-v3-legacy textarea {
	line-height: 1.6;
	resize: vertical;
}

.ag-mall-v3-legacy input:focus,
.ag-mall-v3-legacy select:focus,
.ag-mall-v3-legacy textarea:focus {
	border-color: var(--mall-v3-green);
	box-shadow: 0 0 0 3px rgba(46, 125, 66, .11);
}

.ag-mall-v3-legacy input[type="checkbox"],
.ag-mall-v3-legacy input[type="radio"] {
	width: 18px;
	height: 18px;
	margin-right: 6px;
	accent-color: var(--mall-v3-red);
	vertical-align: middle;
}

.ag-mall-v3-legacy .boxbtn,
.ag-mall-v3-legacy .provinceButton,
.ag-mall-v3-legacy input[type="button"],
.ag-mall-v3-legacy input[type="submit"],
.ag-mall-v3-legacy button {
	display: inline-flex;
	width: auto !important;
	min-width: 132px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 18px !important;
	border: 1px solid var(--mall-v3-red) !important;
	border-radius: 6px !important;
	background: var(--mall-v3-red) !important;
	color: #fff !important;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: background .18s, border-color .18s, transform .18s;
}

.ag-mall-v3-legacy input.button[type="button"] {
	min-width: 72px;
	min-height: 38px;
	padding: 7px 12px !important;
}

.ag-mall-v3-legacy .boxbtn:hover,
.ag-mall-v3-legacy .provinceButton:hover,
.ag-mall-v3-legacy input[type="button"]:hover,
.ag-mall-v3-legacy input[type="submit"]:hover,
.ag-mall-v3-legacy button:hover {
	border-color: var(--mall-v3-red-dark) !important;
	background: var(--mall-v3-red-dark) !important;
	transform: translateY(-1px);
}

.ag-mall-v3-legacy .boxbtn font,
.ag-mall-v3-legacy .provinceButton font {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
}

.ag-mall-v3-shell--cart .ag-mall-v3-legacy,
.ag-mall-v3-shell--orderform .ag-mall-v3-legacy,
.ag-mall-v3-shell--orderdone .ag-mall-v3-legacy {
	padding: 0 0 34px;
}

.ag-mall-v3-shell--cart .ag-mall-v3-legacy table,
.ag-mall-v3-shell--orderform .ag-mall-v3-legacy table,
.ag-mall-v3-shell--orderdone .ag-mall-v3-legacy table {
	max-width: 100%;
}

.ag-mall-v3-shell--cart .ag-mall-v3-legacy td,
.ag-mall-v3-shell--orderform .ag-mall-v3-legacy td,
.ag-mall-v3-shell--orderdone .ag-mall-v3-legacy td {
	height: auto;
	padding: 11px 12px;
	line-height: 1.55;
}

.ag-mall-v3-shell--cart .ag-v3-data-table,
.ag-mall-v3-shell--orderform .ag-v3-data-table,
.ag-mall-v3-shell--orderdone .ag-v3-data-table {
	overflow: hidden;
	margin: 18px 0 26px !important;
	border: 1px solid var(--mall-v3-line) !important;
	border-radius: 8px;
	background: #fff !important;
	box-shadow: 0 6px 20px rgba(24, 48, 31, .05);
}

.ag-mall-v3-shell--cart .ag-v3-data-table > tbody > tr:first-child > td,
.ag-mall-v3-shell--orderform .ag-v3-data-table > tbody > tr:first-child > td,
.ag-mall-v3-shell--orderdone .ag-v3-data-table > tbody > tr:first-child > td {
	background: #f5f7f5 !important;
	color: #333934;
	font-weight: 800;
}

.ag-mall-v3-shell--cart .policy,
.ag-mall-v3-shell--orderform .order-agreement {
	margin: 24px 0 !important;
	border: 1px solid var(--mall-v3-line) !important;
	border-radius: 8px;
	background: #fafbfa !important;
}

.ag-mall-v3-shell--cart .personal-info-cont,
.ag-mall-v3-shell--orderform .order-agreement__box {
	background: #fff;
	color: #626862;
	line-height: 1.65;
}

.ag-mall-v3-shell--product .tab {
	height: auto;
	margin: 28px 0 0;
	border: 0;
	border-bottom: 1px solid var(--mall-v3-line);
	background: #fff;
}

.ag-mall-v3-shell--product .tab ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.ag-mall-v3-shell--product .tab li,
.ag-mall-v3-shell--product .tab li.con {
	float: none;
	height: auto;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.ag-mall-v3-shell--product .tab li a,
.ag-mall-v3-shell--product .tab li.con {
	display: block;
	padding: 14px 18px;
	color: #6b716c;
	font-weight: 800;
}

.ag-mall-v3-shell--product .tab li.on {
	border-bottom: 3px solid var(--mall-v3-red);
	color: var(--mall-v3-red);
}

.ag-mall-v3-shell--product .varea,
.ag-mall-v3-shell--product .disp,
.ag-mall-v3-shell--product .re_list {
	padding: 24px 28px;
	color: #4d534e;
	font-size: 15px;
	line-height: 1.75;
}

.ag-mall-v3-shell--product .varea img {
	max-width: 100%;
	height: auto;
}

.ag-mall-v3-shell--product .comment_msg,
.ag-mall-v3-shell--product #excId1 {
	width: 100%;
	margin: 0;
}

.ag-mall-v3-shell--product .comment_msg > table,
.ag-mall-v3-shell--product .comment_msg table,
.ag-mall-v3-shell--product #excId1 table {
	width: 100% !important;
	max-width: 100% !important;
	background: transparent !important;
}

.ag-mall-v3-shell--product #openCloseblock,
.ag-mall-v3-shell--product #selImg {
	display: none !important;
}

.ag-mall-v3-photo-section {
	width: 100%;
	margin: 24px 0;
	padding: 28px;
	border: 1px solid var(--mall-v3-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(24, 48, 31, .05);
}

.ag-mall-v3-photo-section__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--mall-v3-line);
}

.ag-mall-v3-photo-section__head h2 {
	margin: 0;
	color: var(--mall-v3-ink);
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -.045em;
}

.ag-mall-v3-photo-section__head span {
	color: var(--mall-v3-muted);
	font-size: 13px;
}

.ag-mall-v3-photo-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 22px;
}

.ag-mall-v3-photo-grid.is-single {
	grid-template-columns: minmax(0, 1fr);
}

.ag-mall-v3-photo-card {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--mall-v3-line);
	border-radius: 9px;
	background: #fff;
}

.ag-mall-v3-photo-card img {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f5f6f3;
	object-fit: contain;
}

.ag-mall-v3-photo-card figcaption {
	min-height: 52px;
	padding: 14px 16px;
	border-top: 1px solid var(--mall-v3-line);
	color: #525953;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.ag-mall-v3-photo-card figcaption:empty {
	display: none;
}

.ag-mall-v3-shell--product .comment_msg > div[style*="margin-top"] {
	width: 100% !important;
	margin: 24px 0 !important;
	padding: 28px !important;
	overflow-x: auto;
	border: 1px solid var(--mall-v3-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(24, 48, 31, .05);
}

.ag-mall-v3-shell--product .comment_msg > div[style*="margin-top"] img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.ag-mall-v3-shell--product .comment_msg > div[style*="margin-top"] table {
	width: 100% !important;
	max-width: 100% !important;
	border-collapse: collapse;
}

.ag-mall-v3-shell--product .comment_msg > div[style*="margin-top"] td,
.ag-mall-v3-shell--product .comment_msg > div[style*="margin-top"] th {
	padding: 10px 12px !important;
	border: 1px solid var(--mall-v3-line) !important;
	background: #fff !important;
}

.ag-cart-v3-section {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	color: #202621;
}

.ag-cart-v3-section__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 16px;
	padding: 0 2px;
}

.ag-cart-v3-section__head h2 {
	margin: 0;
	color: #202621;
	font-size: 24px;
	font-weight: 850;
	line-height: 1.3;
	letter-spacing: -.04em;
}

.ag-cart-v3-section__head p {
	margin: 5px 0 0;
	color: #737b75;
	font-size: 14px;
	line-height: 1.5;
}

.ag-cart-v3-section__head > strong {
	display: inline-flex;
	min-width: 54px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid #d8dfda;
	border-radius: 999px;
	background: #f5f7f5;
	color: #3f5c47;
	font-size: 14px;
	font-weight: 800;
}

.ag-cart-v3-bulk {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 12px;
	padding: 12px 15px;
	border: 1px solid #dde3de;
	border-radius: 10px;
	background: #f7f9f7;
}

.ag-cart-v3-bulk label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #3f4841;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.ag-cart-v3-bulk input[type="checkbox"],
.ag-cart-v3-card__select input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: #3f6f4b;
	cursor: pointer;
}

.ag-mall-v3-shell--cart .ag-cart-v3-bulk__delete {
	width: auto !important;
	min-width: 112px;
	min-height: 38px;
	padding: 7px 14px !important;
	border: 1px solid #aeb9b1 !important;
	border-radius: 7px !important;
	background: #fff !important;
	color: #4d5650 !important;
	box-shadow: none;
	font-size: 13px;
	font-weight: 800;
}

.ag-mall-v3-shell--cart .ag-cart-v3-bulk__delete:hover:not(:disabled) {
	border-color: #7c8980 !important;
	background: #edf1ee !important;
	color: #303832 !important;
	transform: none;
}

.ag-mall-v3-shell--cart .ag-cart-v3-bulk__delete:disabled {
	border-color: #d9dfda !important;
	background: #f2f4f2 !important;
	color: #a2aaa4 !important;
	cursor: default;
	opacity: 1;
}

.ag-cart-v3-list {
	display: grid;
	gap: 14px;
}

.ag-cart-v3-card {
	display: grid;
	grid-template-columns: 42px 156px minmax(0, 1fr) 280px;
	gap: 24px;
	align-items: center;
	padding: 22px;
	border: 1px solid #dde3de;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 24px rgba(27, 55, 34, .055);
}

.ag-cart-v3-card__select {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-direction: column;
	color: #6d756f;
	font-size: 12px;
	font-weight: 750;
	cursor: pointer;
}

.ag-cart-v3-card__media {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border: 1px solid #e6ebe7;
	border-radius: 10px;
	background: #f6f8f6;
}

.ag-cart-v3-card__media a,
.ag-cart-v3-card__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.ag-cart-v3-card__media img {
	object-fit: contain;
}

.ag-cart-v3-card__content {
	min-width: 0;
}

.ag-cart-v3-card__number {
	display: block;
	margin: 0 0 8px;
	color: #6c7d70;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
}

.ag-cart-v3-card__title {
	display: block;
	color: #202621 !important;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.55;
	text-decoration: none !important;
	word-break: keep-all;
}

.ag-cart-v3-card__title:hover {
	color: #315f3d !important;
}

.ag-cart-v3-card__title strong,
.ag-cart-v3-card__title span,
.ag-cart-v3-card__title small,
.ag-cart-v3-card__title em {
	display: block;
}

.ag-cart-v3-card__title strong {
	font-size: 18px;
	font-style: normal;
}

.ag-cart-v3-card__title span {
	margin-top: 3px;
	color: #4f5851;
	font-size: 15px;
	font-weight: 700;
}

.ag-cart-v3-card__title small {
	margin-top: 7px;
	color: #68716a;
	font-size: 13px;
	font-weight: 600;
}

.ag-cart-v3-card__title em {
	margin-top: 8px;
	color: #94601f;
	font-size: 13px;
	font-style: normal;
	font-weight: 750;
}

.ag-cart-v3-card__unit {
	display: flex;
	gap: 12px;
	align-items: center;
	margin: 14px 0 0;
	font-size: 14px;
}

.ag-cart-v3-card__unit dt {
	color: #7a827c;
}

.ag-cart-v3-card__unit dd {
	margin: 0;
	color: #343b35;
	font-weight: 750;
}

.ag-cart-v3-card__aside {
	min-width: 0;
	padding: 2px 0 2px 24px;
	border-left: 1px solid #e4e8e5;
	text-align: right;
}

.ag-cart-v3-card__aside > span {
	display: block;
	color: #777f79;
	font-size: 13px;
	font-weight: 700;
}

.ag-cart-v3-card__aside > strong {
	display: block;
	margin: 5px 0 18px;
	color: #243e2b;
	font-size: 22px;
	font-weight: 850;
	line-height: 1.3;
	letter-spacing: -.035em;
}

.ag-cart-v3-card__aside > small {
	display: block;
	margin: -11px 0 15px;
	color: #637a69;
	font-size: 12px;
	font-weight: 700;
}

.ag-cart-v3-card__controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.ag-cart-v3-card__controls label {
	color: #69716b;
	font-size: 13px;
	font-weight: 700;
}

.ag-mall-v3-shell--cart .ag-cart-v3-card__controls input[type="number"] {
	box-sizing: border-box;
	width: 66px !important;
	height: 38px;
	min-height: 38px;
	margin: 0;
	padding: 6px 8px;
	border: 1px solid #cbd4cd;
	border-radius: 7px;
	background: #fff;
	color: #202621;
	font: inherit;
	font-weight: 750;
	text-align: center;
	outline: 0;
}

.ag-mall-v3-shell--cart .ag-cart-v3-card__controls input[type="number"]:focus {
	border-color: #6f9278;
	box-shadow: 0 0 0 3px rgba(63, 111, 75, .11);
}

.ag-mall-v3-shell--cart .ag-cart-v3-card__update {
	width: auto !important;
	min-width: 62px;
	min-height: 38px;
	margin: 0;
	padding: 7px 12px !important;
	border: 1px solid #bdc9c0 !important;
	border-radius: 7px !important;
	background: #eef3ef !important;
	color: #344c3a !important;
	box-shadow: none;
	font-size: 13px;
	font-weight: 800;
}

.ag-mall-v3-shell--cart .ag-cart-v3-card__update:hover {
	border-color: #9eafa2 !important;
	background: #e1e9e3 !important;
	color: #263b2c !important;
	transform: none;
}

.ag-cart-v3-card__remove {
	display: inline-flex;
	height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	color: #7b817d !important;
	font-size: 13px;
	font-weight: 750;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

.ag-cart-v3-card__remove:hover {
	color: #4e5550 !important;
}

.ag-cart-v3-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 18px 0 0 auto;
	padding: 20px 22px;
	border: 1px solid #dce3dd;
	border-radius: 12px;
	background: #f7f9f7;
}

.ag-cart-v3-summary dt,
.ag-cart-v3-summary dd {
	margin: 0;
	padding: 7px 0;
	color: #69716b;
	font-size: 14px;
	line-height: 1.4;
}

.ag-cart-v3-summary dd {
	padding-left: 70px;
	color: #343b35;
	font-weight: 750;
	text-align: right;
}

.ag-cart-v3-summary .is-mileage {
	color: #55705c;
}

.ag-cart-v3-summary .is-total {
	margin-top: 7px;
	padding-top: 16px;
	border-top: 1px solid #d8dfda;
	color: #243e2b;
	font-size: 18px;
	font-weight: 850;
}

.ag-cart-v3-summary dd.is-total {
	font-size: 22px;
}

.ag-cart-v3-empty {
	padding: 70px 24px;
	border: 1px solid #dce3dd;
	border-radius: 14px;
	background: #fff;
	text-align: center;
}

.ag-cart-v3-empty strong {
	display: block;
	color: #28322a;
	font-size: 21px;
}

.ag-cart-v3-empty p {
	margin: 9px 0 24px;
	color: #737b75;
	font-size: 14px;
}

.ag-cart-v3-empty a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 9px 18px;
	border: 1px solid #3f6f4b;
	border-radius: 7px;
	background: #3f6f4b;
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
}

.ag-mall-v3-shell--cart .ag-mall-v3-legacy table[width="1100"]:has(img[src*="use_title_w.png"]) {
	display: none !important;
}

.ag-mall-v3-shell--cart .ag-mall-v3-legacy .boxbtn {
	border-color: #3f6f4b !important;
	background: #3f6f4b !important;
	box-shadow: 0 3px 10px rgba(48, 89, 59, .12);
}

.ag-mall-v3-shell--cart .ag-mall-v3-legacy .boxbtn:hover {
	border-color: #315b3d !important;
	background: #315b3d !important;
}

.ag-mall-v3-shell--cart .ag-mall-v3-legacy .boxbtn[onclick*="location.href"] {
	border-color: #c6cdc8 !important;
	background: #f3f5f3 !important;
	box-shadow: none;
}

.ag-mall-v3-shell--cart .ag-mall-v3-legacy .boxbtn[onclick*="location.href"]:hover {
	border-color: #adb8b0 !important;
	background: #e8ece9 !important;
}

.ag-mall-v3-shell--cart .ag-mall-v3-legacy .boxbtn[onclick*="location.href"] font {
	color: #3f4a42 !important;
}

.ag-orderform-v3-products,
.ag-orderform-v3-card {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 18px;
	border: 1px solid #dce3dd;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 24px rgba(27, 55, 34, .055);
}

.ag-orderform-v3-products {
	padding: 22px;
}

.ag-orderform-v3-products__head,
.ag-orderform-v3-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 0 0 17px;
	border-bottom: 1px solid #e5e9e6;
}

.ag-orderform-v3-products__head h2,
.ag-orderform-v3-card__head h2 {
	margin: 0;
	color: #202621;
	font-size: 21px;
	font-weight: 850;
	line-height: 1.35;
	letter-spacing: -.035em;
}

.ag-orderform-v3-products__head > strong {
	display: inline-flex;
	min-width: 54px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border: 1px solid #d8dfda;
	border-radius: 999px;
	background: #f5f7f5;
	color: #3f5c47;
	font-size: 14px;
	font-weight: 800;
}

.ag-orderform-v3-products__table,
.ag-orderform-v3-products__table > tbody {
	display: block;
	width: 100% !important;
}

.ag-orderform-v3-products__table {
	margin: 16px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.ag-orderform-v3-products__legacy-head {
	display: none !important;
}

.ag-orderform-v3-product {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr) 130px 72px 160px;
	gap: 20px;
	align-items: center;
	margin: 0 0 12px;
	padding: 16px;
	border: 1px solid #e2e7e3;
	border-radius: 11px;
	background: #fff !important;
}

.ag-orderform-v3-product > td {
	display: block;
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #3d463f;
	font-size: 14px;
	text-align: left !important;
}

.ag-orderform-v3-product > td:first-child {
	display: none;
}

.ag-orderform-v3-product > td:nth-child(2) {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border: 1px solid #e6ebe7 !important;
	border-radius: 9px;
	background: #f6f8f6 !important;
}

.ag-orderform-v3-product > td:nth-child(2) a,
.ag-orderform-v3-product > td:nth-child(2) img {
	display: block;
	width: 100%;
	height: 100%;
}

.ag-orderform-v3-product > td:nth-child(2) img {
	object-fit: contain;
}

.ag-orderform-v3-product > td:nth-child(3) a {
	color: #202621 !important;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.55;
	text-decoration: none !important;
}

.ag-orderform-v3-product > td:nth-child(4)::before,
.ag-orderform-v3-product > td:nth-child(5)::before,
.ag-orderform-v3-product > td:nth-child(6)::before {
	display: block;
	margin-bottom: 5px;
	color: #7a827c;
	font-size: 12px;
	font-weight: 700;
}

.ag-orderform-v3-product > td:nth-child(4)::before {
	content: "단가";
}

.ag-orderform-v3-product > td:nth-child(5)::before {
	content: "수량";
}

.ag-orderform-v3-product > td:nth-child(6)::before {
	content: "상품금액";
}

.ag-orderform-v3-product > td:nth-child(6) {
	color: #243e2b;
	font-size: 18px;
	font-weight: 850;
	text-align: right !important;
}

.ag-orderform-v3-product > td:nth-child(6) font {
	color: inherit !important;
}

.ag-orderform-v3-products__summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 9px 4px;
	background: transparent !important;
}

.ag-orderform-v3-products__summary > td {
	display: block;
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #626b64;
	font-size: 14px;
}

.ag-orderform-v3-products__summary > td:last-child {
	padding-left: 60px !important;
	color: #343b35;
	font-weight: 800;
	text-align: right !important;
}

.ag-orderform-v3-products__summary.is-total {
	margin-top: 7px;
	padding-top: 16px;
	border-top: 1px solid #d8dfda;
}

.ag-orderform-v3-products__summary.is-total > td {
	color: #243e2b;
	font-size: 18px;
	font-weight: 850;
}

.ag-orderform-v3-delivery-note {
	margin: -4px 0 20px !important;
	padding: 14px 17px !important;
	border: 1px solid #e2e7e3 !important;
	border-radius: 10px;
	background: #f7f9f7 !important;
}

.ag-orderform-v3-delivery-note td {
	padding: 4px 0 !important;
	background: transparent !important;
	color: #626b64;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.55;
}

.ag-orderform-v3-delivery-note img[src*="spacer.gif"] {
	display: none !important;
}

.ag-orderform-v3-form {
	display: block;
	width: 100%;
}

.ag-orderform-v3-card {
	padding: 24px;
}

.ag-orderform-v3-card__head {
	display: block;
}

.ag-orderform-v3-card__head p {
	margin: 5px 0 0;
	color: #737b75;
	font-size: 13px;
	line-height: 1.5;
}

.ag-orderform-v3-fields,
.ag-orderform-v3-payment {
	width: 100% !important;
	margin: 14px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.ag-orderform-v3-field,
.ag-orderform-v3-payment__mileage,
.ag-orderform-v3-payment__methods {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	align-items: start;
	border-bottom: 1px solid #edf0ee;
	background: transparent !important;
}

.ag-orderform-v3-field:last-child {
	border-bottom: 0;
}

.ag-orderform-v3-field > td,
.ag-orderform-v3-payment__mileage > td,
.ag-orderform-v3-payment__methods > td {
	display: block;
	width: auto !important;
	height: auto !important;
	padding: 15px 12px !important;
	border: 0 !important;
	background: transparent !important;
	color: #353d37;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.6;
	text-align: left !important;
}

.ag-orderform-v3-field > td:first-child,
.ag-orderform-v3-payment__mileage > td:first-child,
.ag-orderform-v3-payment__methods > td:first-child {
	color: #4c5750;
	font-weight: 800;
}

.ag-orderform-v3-form input[type="text"],
.ag-orderform-v3-form select,
.ag-orderform-v3-form textarea {
	box-sizing: border-box;
	max-width: 100%;
	min-height: 44px;
	padding: 9px 12px !important;
	border: 1px solid #cbd4cd !important;
	border-radius: 7px !important;
	background: #fff !important;
	color: #202621;
	font: inherit;
	outline: 0;
}

.ag-orderform-v3-form input[name="name"],
.ag-orderform-v3-form input[name="tel"] {
	width: 360px !important;
}

.ag-orderform-v3-form input[name="zip1"] {
	width: 110px !important;
}

.ag-orderform-v3-form input[name="address"],
.ag-orderform-v3-form textarea[name="comment"] {
	width: 100% !important;
}

.ag-orderform-v3-form textarea[name="comment"] {
	height: 130px !important;
	resize: vertical;
}

.ag-orderform-v3-form input[type="text"]:focus,
.ag-orderform-v3-form select:focus,
.ag-orderform-v3-form textarea:focus {
	border-color: #6f9278 !important;
	box-shadow: 0 0 0 3px rgba(63, 111, 75, .11);
}

.ag-mall-v3-shell--orderform .ag-orderform-v3-form input[type="button"] {
	width: auto !important;
	min-width: 126px;
	min-height: 42px;
	margin-left: 8px;
	padding: 8px 14px !important;
	border: 1px solid #bdc9c0 !important;
	border-radius: 7px !important;
	background: #eef3ef !important;
	color: #344c3a !important;
}

.ag-orderform-v3-method-list,
.ag-orderform-v3-method-list tbody {
	display: grid;
	gap: 9px;
	width: 100% !important;
}

.ag-orderform-v3-method-list tr,
.ag-orderform-v3-method-list td {
	display: block;
	width: auto !important;
	height: auto !important;
}

.ag-orderform-v3-method-list td {
	padding: 13px 15px !important;
	border: 1px solid #dce3dd !important;
	border-radius: 9px;
	background: #fafbfa !important;
	color: #3e4740;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.ag-orderform-v3-method-list td:has(input:checked) {
	border-color: #789681 !important;
	background: #f0f5f1 !important;
	box-shadow: 0 0 0 2px rgba(63, 111, 75, .08);
}

.ag-orderform-v3-method-list input[type="radio"] {
	margin-right: 9px;
	accent-color: #3f6f4b;
}

.ag-orderform-v3-payment__detail {
	display: block;
}

.ag-orderform-v3-payment__detail > td {
	display: block;
	width: auto !important;
	padding: 12px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.ag-orderform-v3-payment__detail span[id^="Layer"] {
	width: 100%;
}

.ag-orderform-v3-payment__detail span[id^="Layer"] > table {
	width: 100% !important;
	margin: 0 !important;
	padding: 14px;
	border: 1px solid #e1e6e2;
	border-radius: 10px;
	background: #fafbfa !important;
}

.ag-orderform-v3-payment__detail span[id^="Layer"] > table > tbody > tr > td {
	background: transparent !important;
}

.ag-orderform-v3-card .order-agreement {
	margin: 15px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.ag-orderform-v3-card .order-agreement__head {
	margin-bottom: 14px;
	padding: 14px 16px;
	border: 1px solid #dce3dd;
	border-radius: 9px;
	background: #f5f8f5;
}

.ag-orderform-v3-card .order-agreement__check {
	accent-color: #3f6f4b !important;
}

.ag-orderform-v3-card .order-agreement__badge {
	background: #e8f0ea !important;
	color: #315b3d !important;
}

.ag-orderform-v3-card .order-agreement__box {
	border-color: #e1e6e2 !important;
	background: #fafbfa !important;
}

.ag-mall-v3-shell--orderform .ag-orderform-v3-form .boxbtn[onclick*="checkInput"] {
	border-color: #3f6f4b !important;
	background: #3f6f4b !important;
}

.ag-mall-v3-shell--orderform .ag-orderform-v3-form .boxbtn[onclick*="checkInput"]:hover {
	border-color: #315b3d !important;
	background: #315b3d !important;
}

.ag-mall-v3-shell--orderform .ag-orderform-v3-form .boxbtn[onclick*="move_cart"] {
	border-color: #c6cdc8 !important;
	background: #f3f5f3 !important;
}

.ag-mall-v3-shell--orderform .ag-orderform-v3-form .boxbtn[onclick*="move_cart"] font {
	color: #3f4a42 !important;
}

.ag-orderdone-v3-flow {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
	margin: 0 0 34px;
}

.ag-orderdone-v3-hero {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	padding: 30px 32px;
	border: 1px solid #cfe0d3;
	border-radius: 16px;
	background: linear-gradient(135deg, #f2f8f3 0%, #fff 72%);
	box-shadow: 0 10px 30px rgba(28, 67, 39, .07);
}

.ag-orderdone-v3-hero__icon {
	display: flex;
	width: 70px;
	height: 70px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #3f6f4b;
	color: #fff;
	font-size: 35px;
	font-weight: 900;
	box-shadow: 0 8px 20px rgba(63, 111, 75, .22);
}

.ag-orderdone-v3-hero__copy {
	min-width: 0;
}

.ag-orderdone-v3-hero__eyebrow {
	display: block;
	margin: 0 0 5px;
	color: #4f7959;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .12em;
}

.ag-orderdone-v3-hero__copy h2 {
	margin: 0;
	color: #1e2a21;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: -.04em;
}

.ag-orderdone-v3-hero__copy p {
	margin: 7px 0 0;
	color: #69736c;
	font-size: 14px;
	line-height: 1.55;
}

.ag-orderdone-v3-hero__number {
	min-width: 225px;
	padding: 15px 18px;
	border: 1px solid #d8e3da;
	border-radius: 11px;
	background: rgba(255, 255, 255, .88);
	text-align: right;
}

.ag-orderdone-v3-hero__number span,
.ag-orderdone-v3-hero__number strong {
	display: block;
}

.ag-orderdone-v3-hero__number span {
	margin-bottom: 3px;
	color: #78817a;
	font-size: 12px;
	font-weight: 700;
}

.ag-orderdone-v3-hero__number strong {
	color: #294f33;
	font-size: 19px;
	font-weight: 900;
	letter-spacing: .02em;
}

.ag-orderdone-v3-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr);
	gap: 18px;
	align-items: stretch;
}

.ag-orderdone-v3-card {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dce3dd;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 7px 24px rgba(27, 55, 34, .055);
}

.ag-orderdone-v3-card__head {
	padding: 21px 24px 17px;
	border-bottom: 1px solid #e5e9e6;
}

.ag-orderdone-v3-card__head h2 {
	margin: 0;
	color: #202621;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.35;
	letter-spacing: -.035em;
}

.ag-orderdone-v3-card__head p {
	margin: 5px 0 0;
	color: #737b75;
	font-size: 13px;
	line-height: 1.5;
}

.ag-orderdone-v3-details,
.ag-orderdone-v3-details > tbody {
	display: block;
	width: 100% !important;
}

.ag-orderdone-v3-details {
	margin: 0 !important;
	border: 0 !important;
	background: #fff !important;
}

.ag-orderdone-v3-detail-row {
	display: grid;
	grid-template-columns: 138px minmax(0, 1fr);
	border-bottom: 1px solid #edf0ee;
	background: #fff !important;
}

.ag-orderdone-v3-detail-row:last-child {
	border-bottom: 0;
}

.ag-orderdone-v3-detail-row > td {
	display: block;
	box-sizing: border-box;
	width: auto !important;
	height: auto !important;
	padding: 15px 18px !important;
	border: 0 !important;
	background: #fff !important;
	color: #3c443e;
	font-size: 14px;
	line-height: 1.65;
	text-align: left !important;
}

.ag-orderdone-v3-detail-row > td:first-child {
	background: #f7f9f7 !important;
	color: #4d5850;
	font-weight: 800;
}

.ag-orderdone-v3-detail-row font[color="deeppink"] {
	color: #294f33 !important;
	font-size: 18px;
	font-weight: 900;
}

.ag-orderdone-v3-notice-row {
	display: block;
	background: #fff !important;
}

.ag-orderdone-v3-notice-row > td {
	display: block;
	box-sizing: border-box;
	width: auto !important;
	height: auto !important;
	padding: 15px 18px !important;
	border: 0 !important;
	background: #fff !important;
	color: #59635c;
	font-size: 14px;
	line-height: 1.65;
}

.ag-orderdone-v3-spacer {
	display: none !important;
}

.ag-orderdone-v3-card--payment .ag-orderdone-v3-detail-row > td:last-child > div[onclick*="copyToClipboard"] {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	box-sizing: border-box;
	padding: 8px 13px;
	border: 1px solid #cddbd0;
	border-radius: 8px;
	background: #f2f7f3;
	color: #315b3d !important;
	font-size: 14px !important;
}

.ag-orderdone-v3-card .provinceButton {
	display: inline-flex !important;
	width: auto !important;
	min-width: 210px;
	height: 52px !important;
	align-items: center;
	justify-content: center;
	margin: 4px 0 !important;
	border: 1px solid #3f6f4b !important;
	border-radius: 8px !important;
	background: #3f6f4b !important;
	box-shadow: none !important;
}

.ag-orderdone-v3-card .provinceFont {
	position: static !important;
	width: auto !important;
	height: auto !important;
	color: #fff !important;
	font-size: 17px !important;
	line-height: 1.3 !important;
}

.ag-orderdone-v3-card input[type="image"] {
	max-width: 220px;
	height: auto;
}

.ag-orderdone-v3-card--guide .ag-orderdone-v3-notice-row > td {
	padding: 19px 24px !important;
	background: #f7f9f7 !important;
	color: #455148;
}

.ag-orderdone-v3-actions {
	display: flex;
	justify-content: center;
	padding: 4px 0 0;
}

.ag-mall-v3-shell--orderdone .ag-orderdone-v3-ordercheck {
	display: inline-flex !important;
	min-width: 190px;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 12px 24px !important;
	border: 1px solid #3f6f4b !important;
	border-radius: 9px !important;
	background: #3f6f4b !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 850 !important;
	cursor: pointer;
}

.ag-orderdone-v3-products {
	margin: 0;
}

.ag-orderdone-v3-legacy-shell {
	display: none !important;
}

.is-orderdone-card-ready > .ag-orderdone-v3-source {
	display: none !important;
}

.ag-mall-v3-empty-note {
	margin: 26px 0;
	padding: 36px;
	border: 1px dashed #cfd5d0;
	border-radius: 8px;
	background: #fafbfa;
	color: var(--mall-v3-muted);
	text-align: center;
}

@media (max-width: 1399px) {
	.ag-mall-v3-shell {
		width: calc(100% - 40px);
		min-width: 1100px;
	}

	.ag-orderdone-v3-grid {
		grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
	}
}

body.ag-v3-image-viewer-open {
	overflow: hidden;
}

.ag-mall-v3-photo-card img[role="button"],
.ag-mall-v3-shell--product .thumBBig img {
	cursor: zoom-in;
}

.ag-v3-image-viewer[hidden] {
	display: none;
}

.ag-v3-image-viewer {
	position: fixed;
	inset: 0;
	z-index: 22000;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 2vh 2vw;
	opacity: 0;
	transition: opacity .18s ease;
}

.ag-v3-image-viewer.is-open {
	opacity: 1;
}

.ag-v3-image-viewer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 13, 11, .86);
	backdrop-filter: blur(5px);
}

.ag-v3-image-viewer__dialog {
	position: relative;
	display: grid;
	width: min(96vw, 1720px);
	height: min(96vh, 1040px);
	min-height: 540px;
	grid-template-rows: auto minmax(0, 1fr) auto;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 14px;
	background: #111512;
	color: #fff;
	box-shadow: 0 28px 90px rgba(0, 0, 0, .5);
}

.ag-v3-image-viewer__header {
	display: flex;
	min-height: 66px;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	padding: 10px 14px 10px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	background: #171c18;
}

.ag-v3-image-viewer__header h2 {
	overflow: hidden;
	min-width: 0;
	flex: 1;
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 850;
	letter-spacing: -.025em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ag-v3-image-viewer__count {
	flex: 0 0 auto;
	color: #cdd5ce;
	font-size: 14px;
	font-weight: 750;
}

.ag-v3-image-viewer__original,
.ag-v3-image-viewer__zoom,
.ag-v3-image-viewer__close {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
	cursor: pointer;
	text-decoration: none !important;
}

.ag-v3-image-viewer__original {
	padding: 0 14px;
	font-size: 13px;
	font-weight: 750;
}

.ag-v3-image-viewer__zoom,
.ag-v3-image-viewer__close {
	width: 40px;
	padding: 0;
	font-size: 21px;
	line-height: 1;
}

.ag-v3-image-viewer__stage {
	position: relative;
	display: flex;
	min-height: 0;
	align-items: center;
	justify-content: center;
	overflow: auto;
	padding: 20px 76px;
	background:
		radial-gradient(circle at 50% 42%, rgba(67, 87, 72, .35), transparent 48%),
		#111512;
	overscroll-behavior: contain;
}

.ag-v3-image-viewer__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 15px 48px rgba(0, 0, 0, .38);
	cursor: zoom-in;
	object-fit: contain;
	transform-origin: center;
	transition: transform .2s ease;
}

.ag-v3-image-viewer__image.is-zoomed {
	cursor: zoom-out;
	transform: scale(1.7);
}

.ag-v3-image-viewer__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	background: rgba(17, 21, 18, .78);
	color: #fff;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	transform: translateY(-50%);
}

.ag-v3-image-viewer__arrow.is-prev {
	left: 16px;
}

.ag-v3-image-viewer__arrow.is-next {
	right: 16px;
}

.ag-v3-image-viewer__arrow[hidden] {
	display: none;
}

.ag-v3-image-viewer__footer {
	padding: 9px 16px 13px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	background: #171c18;
}

.ag-v3-image-viewer__caption {
	min-height: 19px;
	margin: 0 0 7px;
	color: #d5ddd6;
	font-size: 13px;
	text-align: center;
}

.ag-v3-image-viewer__thumbs {
	display: flex;
	justify-content: center;
	gap: 8px;
	overflow-x: auto;
	padding: 2px;
	scrollbar-width: thin;
}

.ag-v3-image-viewer__thumb {
	width: 72px;
	height: 54px;
	flex: 0 0 auto;
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 7px;
	background: #fff;
	cursor: pointer;
	opacity: .68;
}

.ag-v3-image-viewer__thumb.is-current {
	border-color: #75c58a;
	opacity: 1;
}

.ag-v3-image-viewer__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 700px) {
	.ag-v3-image-viewer {
		padding: 0;
	}

	.ag-v3-image-viewer__dialog {
		width: 100vw;
		height: 100vh;
		min-height: 0;
		border: 0;
		border-radius: 0;
	}

	.ag-v3-image-viewer__header {
		min-height: 58px;
		gap: 7px;
		padding: 8px 9px 8px 13px;
	}

	.ag-v3-image-viewer__header h2 {
		font-size: 15px;
	}

	.ag-v3-image-viewer__original {
		display: none;
	}

	.ag-v3-image-viewer__stage {
		padding: 12px 47px;
	}

	.ag-v3-image-viewer__arrow {
		width: 38px;
		height: 38px;
		font-size: 26px;
	}

	.ag-v3-image-viewer__arrow.is-prev {
		left: 5px;
	}

	.ag-v3-image-viewer__arrow.is-next {
		right: 5px;
	}

	.ag-v3-image-viewer__footer {
		padding: 7px 9px 10px;
	}

	.ag-v3-image-viewer__thumb {
		width: 60px;
		height: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ag-v3-image-viewer,
	.ag-v3-image-viewer__image {
		transition: none;
	}
}
