@charset "UTF-8";
@import url(components_eatz2.css);
@import url(font_eatz.css);

:root {
	--IOSBottomPadding: 0px;
	--TopPadding: 0px;
}

/* s : reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-height: var(--reVh, 1vh);
	scroll-behavior: smooth;
}

body {
	width: 100%;
	color: #444;
	background-color: #fff;
}

html, body {
	font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important; overscroll-behavior-y: none;
}

ol, ul, nav {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

a {
	text-decoration: none;
	color: inherit;
}

select, input, button, textarea {
	display: inline-block;
	font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 500;
}

embed, object {
	position: absolute;
}

button {
	padding: 0;
	margin: 0;
	vertical-align: top;
	cursor: pointer;
	background-color: transparent;
	border: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
}

input {
	/* width: 180px;
	padding: 6px 10px 6px;
	height: 30px;
	border: 1px solid #ddd;
	color: #111; */
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 14px;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-overflow-scrolling: touch;
}

textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly],
input[disabled],
input[readonly] {
	cursor: default !important;
	-webkit-overflow-scrolling: touch;
}

input[disabled] + label,
input[readonly] + label {
	cursor: default !important;
}

textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 110px;
	padding: 7px 10px 7px;
	border: 1px solid #ddd;
	color: #111;
	line-height: 16px;
	border-radius: 0;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input::-webkit-input-placeholder {
	color: #999;
	line-height: 14px;
}

/* 크롬 4–56 : placeholder style */
input:-moz-placeholder {
	color: #999;
	line-height: 14px;
}

/* 파이어폭스 4–18 : placeholder style */
input::-moz-placeholder {
	color: #999;
	line-height: 14px;
}

/* 파이어폭스 19–50 : placeholder style */
input:-ms-input-placeholder {
	color: #999;
	line-height: 14px;
}

/* 인터넷 익스플로러 10+ : placeholder style */
input::-webkit-input-placeholder {
	color: #999;
	line-height: 14px;
}

input:-ms-input-placeholder {
	color: #999;
	line-height: 14px;
}

input::-ms-input-placeholder {
	color: #999;
	line-height: 14px;
}

input::placeholder {
	color: #999;
	line-height: 14px;
}

/* 파이어폭스 51+, 크롬 57+ : placeholder style */
input[type=button]:hover {
	cursor: pointer;
}

input[type=button]:disabled {
	cursor: default;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: top;
}

button {
	vertical-align: top;
	cursor: pointer;
}

strong {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6, pre {
	font-weight: 700;
	font-size: 100%;
	line-height: 1;
}

caption, legend {
	width: 0;
	height: 0;
	font-size: 1px;
	text-indent: -9999rem;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:active, a:focus, a:hover, a:link, a:visited,
button, button:active, button:focus, button:hover, button:visited,
textarea, textarea:active, textarea:focus, textarea:hover,
select, select:active, select:focus, select:hover {
	text-decoration: none;
}

.btn:focus, a.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.disabled,
button[disabled],
input[disabled] {
	pointer-events: none;
	cursor: default;
}

input::-ms-clear {
	display: none;
}

header, footer, article, section, aside, details, figure, figcaption, nav, hgroup {
	display: block;
	margin: 0;
	padding: 0;
}

audio[controls], canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
	*overflow: visible;
}

table button, table input {
	*overflow: auto;
	-webkit-overflow-scrolling: touch;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

textarea::-webkit-scrollbar {
	width: 3px;
	border-radius: 1.5px;
}

textarea::-webkit-scrollbar-thumb {
	background: #ccc;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important;
}

/* Disable orange highlight */
label, a, button, select {
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
	padding: 0;
	background-color: transparent;
	border-width: 0;
	outline: none;
	font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important;
	text-align: center;
}

/* e : reset */
.test-pos-1 {
	z-index: 10000;
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: red;
}

.test-pos-2 {
	z-index: 10000;
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: blue;
}

/* s : header */
.header-wrapper {
	z-index: 25;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	width: 100%;
	padding: 0 20px;
	background: #fff;
}
.header-wrapper [class^=btn-header] {
	display: inline-block;
	width: 24px;
	height: 24px;
}
.header-wrapper .btn-header-cart {
	position: relative;
	width: 30px;
	padding-right: 6px;
	z-index: 1;
}
.header-wrapper .btn-header-cart .count {
	overflow: hidden;
	position: absolute;
	top: -4px;
	left: 16px;
	display: block;
	height: 18px;
	min-width: 18px;
	border-radius: 18px;
	padding: 1px 5px 0;
	text-align: center;
	background: #00A5B9;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.025em;
	font-weight: 600;
}
body.ios .header-wrapper .btn-header-cart .count, body.mac .header-wrapper .btn-header-cart .count {
	padding-top: 1px;
}
.header-wrapper .btn-header-alarm {
	position: relative;
}
.wrapper.has-top-sps .header-wrapper[data-mobile-only].scroll-up {
	box-shadow: none;
}
.header-wrapper[data-mobile-only] .header-left {
	width: 100%;
	overflow: hidden;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-right: 10px;
}
.header-wrapper[data-mobile-only] .header-left [class^=btn-header] {
	flex: none;
}
.header-wrapper[data-mobile-only] .header-right {
	font-size: 0;
	flex-shrink: 0;
	margin-left: auto;
}
.header-wrapper[data-mobile-only] .btn-header-home {
	background: url("../images/common/comm_ico_home.svg") 0 0 no-repeat;
	background-size: cover;
}
.header-wrapper[data-mobile-only] .page-title {
	display: block;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	white-space: nowrap;
	margin-left: 10px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.025em;
	font-weight: 600;
	color: #000;
}
.header-wrapper[data-mobile-only] .btn-sub-gate {
	flex: none;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-moz-transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	transform: rotateZ(0);
	-moz-transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
	-webkit-transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
	transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
}
.header-wrapper[data-mobile-only] .btn-sub-gate.is-active {
	-moz-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.header-wrapper[data-mobile-only] .sub-gate-layer {
	z-index: 20;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: #fff;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	height: calc(var(--reVh, 1vh) - 55px + 1px);
}
.header-wrapper[data-mobile-only] .sub-gate-layer .layer-inner {
	z-index: 2;
	position: relative;
	/* padding: 20px 20px 30px;
	max-height: 456px; */
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-2dep-title {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.025em;
	font-weight: 600;
	color: #000;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list {
	margin: 0 0 40px;
	/* padding: 0 10px 30px; */
	display: flex;
	flex-wrap:wrap;

}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item {
	width: 50%;
	padding:10px;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item .ico_area {
	display: inline-block;
	width:35px;
	height:35px;
	border-radius: 100%;
	border:1px solid #ddd;
	vertical-align: middle;
	margin-right:8px;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item a{
	width:100%;
	padding:0!important;
	display: flex;
	align-items: center;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item .ico_area i{
	display: block;
	margin: auto;
	margin-top: 4px;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item .txt{
	width:auto;
	font-size: 13px;
	letter-spacing: -1px;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item .btn-sub-link, .header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item .btn-sub-more {
	padding: 9px 0;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: -0.025em;
	color: #000;
	font-weight: 400;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item .btn-sub-link.is-active, .header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item .btn-sub-more.is-active {
	color: #000 !important;
	font-weight: 500;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item .btn-sub-more {
	position: relative;
	padding-right: 21px;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item .btn-sub-more:after {
	position: absolute;
	top: 12px;
	right: 0;
	content: "";
	width: 15px;
	height: 15px;
	background: url("../images/common/comm_sub_gate_off.svg") 0 0 no-repeat;
	background-size: cover;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item .sub-4dep-list {
	display: none;
	padding: 10px 16px;
	margin: 9px 0;
	background: rgba(239, 241, 243, 0.4);
	border-radius: 4px;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item .sub-4dep-list .sub-gate-item .btn-sub-link {
	padding: 6px 0;
	color: #999;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item.is-active {
	background-color: #b3e4ea;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item.is-active .txt {
	font-weight: 600;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item.is-active .ico_area{
	border-color: #7d7d7d;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item.is-active > .btn-sub-link {
	/* text-decoration: underline; */
	color: #000;
	font-weight: 600;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item.is-active .sub-4dep-list {
	display: block;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item.is-active .btn-sub-more {
	text-decoration: underline;
	color: #000;
	font-weight: 500;
}
.header-wrapper[data-mobile-only] .sub-gate-layer .sub-3dep-list > .sub-gate-item.is-active .btn-sub-more:after {
	background: url("../images/common/comm_sub_gate_on.svg") 0 0 no-repeat;
	background-size: cover;
}
.header-wrapper[data-mobile-only] .sub-gate-layer.is-active {
	display: block;
	-moz-animation: opacityActive 0.28s cubic-bezier(0.17, 0.67, 0.29, 1.32) forwards;
	-webkit-animation: opacityActive 0.28s cubic-bezier(0.17, 0.67, 0.29, 1.32) forwards;
	animation: opacityActive 0.28s cubic-bezier(0.17, 0.67, 0.29, 1.32) forwards;
}
.header-wrapper[data-pc-only] {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	height: 130px;
}
.header-wrapper[data-pc-only]:after {
	z-index: 2;
	display: block;
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	height: 1px;
	background: #DDE0E3;
}
.header-wrapper[data-pc-only] .header-top {
	z-index: 3;
	position: relative;
	/* overflow: hidden;*/
	height: 40px;
	max-width: 1150px;
	padding: 5px 20px;
	margin: 0 auto;
	text-align: right;
}
.header-wrapper[data-pc-only] .header-bottom {
	z-index: 2;
	position: relative;
	max-width: 1150px;
	height: 90px;
	padding: 0 20px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.header-wrapper[data-pc-only] .header-logo .btn-logo {
	display: block;
	padding: 10px 0;
	background: url("../images/common/comm_header_logo.svg") center no-repeat;
	background-size: 72px 40px;
	width: 72px;
	height: 60px;
}
.header-wrapper[data-pc-only] .user-menu {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.header-wrapper[data-pc-only] .user-menu .user-item {
	display: inline-block;
	vertical-align: top;
}
.header-wrapper[data-pc-only] .user-menu .user-item ~ .user-item {
	margin-left: 20px;
}
.header-wrapper[data-pc-only] .user-menu .user-item .user-name {
	display: inline-block;
	padding: 6px 0;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.025em;
	color: #666;
}
.header-wrapper[data-pc-only] .gnb-dep2-menu {
	margin-left: 60px;
	font-size: 0;
}
.header-wrapper[data-pc-only] .gnb-dep2-menu .depth2-tit-link, .header-wrapper[data-pc-only] .gnb-dep2-menu .depth3-tit-link {
	-moz-transition: color 0.14s;
	-webkit-transition: color 0.14s;
	transition: color 0.14s;
}
.header-wrapper[data-pc-only] .gnb-dep2-menu .depth2-tit-link:hover, .header-wrapper[data-pc-only] .gnb-dep2-menu .depth3-tit-link:hover {
	color: #00A5B9 !important;
}
.header-wrapper[data-pc-only] .gnb-dep2-menu .depth2-tit-link.is-active, .header-wrapper[data-pc-only] .gnb-dep2-menu .depth3-tit-link.is-active {
	color: #00A5B9 !important;
}
.header-wrapper[data-pc-only] .gnb-dep2-menu .depth3-tit.is-active {
	color: #00A5B9 !important;
}
.header-wrapper[data-pc-only] .gnb-dep2-menu .depth4-tit-link {
	-moz-transition: color 0.14s;
	-webkit-transition: color 0.14s;
	transition: color 0.14s;
}
.header-wrapper[data-pc-only] .gnb-dep2-menu .depth4-tit-link:hover {
	color: #000 !important;
}
.header-wrapper[data-pc-only] .gnb-dep2-menu .depth4-tit-link.is-active {
	color: #000 !important;
}
.header-wrapper[data-pc-only] .gnb-dep2-menu .gnb-dep2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.header-wrapper[data-pc-only] .gnb-dep2-menu .gnb-dep2 .depth2-tit-link {
	width: 117px;
	display: block;
	padding: 12px 0;
	vertical-align: top;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.025em;
	color: #000;
	font-weight: 600;
	text-align: left;
}
.header-wrapper[data-pc-only] .gnb-dep3-menu {
	display: none;
	position: absolute;
	top: 63px;
	left: 0;
	width: 100%;
	padding-right: 20px;
}
.header-wrapper[data-pc-only] .gnb-dep3-menu .gnb-dep3 .depth3-tit-link, .header-wrapper[data-pc-only] .gnb-dep3-menu .gnb-dep3 .depth3-tit {display: block;padding: 7px 0;color: #000;letter-spacing: -1px;}
.header-wrapper[data-pc-only] .gnb-dep4-menu {
	margin: 3px 0;
}
.header-wrapper[data-pc-only] .gnb-dep4-menu .gnb-dep4 .depth4-tit-link {
	display: block;
	padding: 4px 0;
	color: #999;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.025em;
}
.header-wrapper[data-pc-only] .util-menu {
	margin-left: auto;
	font-size: 0;
}
.header-wrapper[data-pc-only] .util-menu .util-item {
	display: inline-block;
	vertical-align: top;
}
.header-wrapper[data-pc-only] .util-menu .util-item ~ .util-item {
	padding-left: 14px;
}
.header-wrapper[data-pc-only] .btn-header-order {
	margin-left: 30px;
}
.header-wrapper[data-pc-only] .sub-gnb-layer {
	overflow: hidden;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 130px;
	background: #fff;
	margin: 0 auto;
}
.header-wrapper[data-pc-only] .sub-gnb-layer .swiper-common-banner {
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: 50%;
	margin-left: 220px;
	top: 130px;
}
.header-wrapper[data-pc-only] .sub-gnb-layer .swiper-common-banner .swiper-container {
	width: 335px;
	height: 104px;
}
.header-wrapper[data-pc-only] .sub-gnb-layer .swiper-common-banner .swiper-container .swiper-slide {
	overflow: hidden;
	width: 335px;
	height: 104px;
	border-radius: 4px;
}
.header-wrapper[data-pc-only] .sub-gnb-layer .swiper-common-banner .swiper-container .swiper-pagination.swiper-pagination-fraction {
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	left: auto;
	right: 12px;
	bottom: 12px;
	-moz-backdrop-filter: blur(30px) brightness(85%);
	-webkit-backdrop-filter: blur(30px) brightness(85%);
	backdrop-filter: blur(30px) brightness(85%);
}
.header-wrapper[data-pc-only] .sub-gnb-layer .swiper-common-banner .swiper-control-wrap .swiper-button-next, .header-wrapper[data-pc-only] .sub-gnb-layer .swiper-common-banner .swiper-control-wrap .swiper-button-prev {
	background: transparent;
}
.header-wrapper[data-pc-only] .sub-gnb-layer .swiper-common-banner .swiper-control-wrap .swiper-button-next:before, .header-wrapper[data-pc-only] .sub-gnb-layer .swiper-common-banner .swiper-control-wrap .swiper-button-prev:before {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 30px;
}
.header-wrapper[data-pc-only] .sub-gnb-layer .swiper-common-banner .swiper-control-wrap .swiper-button-next:before {
	right: -15px;
}
.header-wrapper[data-pc-only] .sub-gnb-layer .swiper-common-banner .swiper-control-wrap .swiper-button-prev:before {
	left: -15px;
}
@media (min-width: 891px) {
	.header-wrapper[data-pc-only] .sub-gnb-layer .swiper-common-banner .swiper-pagination {
		display: block;
	}
}
.header-wrapper[data-pc-only].show-sub-gnb .gnb-dep3-menu {
	display: block;
	-moz-animation: opacityActive 0.14s ease-in forwards;
	-webkit-animation: opacityActive 0.14s ease-in forwards;
	animation: opacityActive 0.14s ease-in forwards;
}
.header-wrapper[data-pc-only].show-sub-gnb .sub-gnb-layer {
	height: 398px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	-moz-animation: opacityActive 0.14s ease-in forwards;
	-webkit-animation: opacityActive 0.14s ease-in forwards;
	animation: opacityActive 0.14s ease-in forwards;
}
@media (min-width: 891px) and (max-width: 1150px) {
	.header-wrapper[data-pc-only] .sub-gnb-layer .swiper-common-banner {
		display: none;
	}
}
@media (min-width: 891px) {
	.header-wrapper[data-mobile-only] {
		display: none;
	}
}

body.sub-layer-open:not(.desktop) {
	position: fixed;
	width: 100%;
	height: var(--reVh, 1vh);
	top: 0;
	left: 0;
	overflow-y: hidden;
}

/* e : header */
/* s : footer */
.footer-wrapper .footer-inner {
	max-width: 1150px;
	padding: 29px 20px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.footer-wrapper .footer-inner .copyright-wrap {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.footer-wrapper .footer-inner .copyright-wrap .copyright {
	display: inline-block;
	color: #999;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.025em;
}
.footer-wrapper .footer-inner .copyright-wrap .sns-link-wrap {
	margin-left: 20px;
	font-size: 0;
}
.footer-wrapper .footer-inner .copyright-wrap .sns-link-wrap .sns-link {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.025em;
}
.footer-wrapper .footer-inner .copyright-wrap .sns-link-wrap .sns-link ~ .sns-link {
	margin-left: 14px;
}
.footer-wrapper .footer-inner .btn-family {
	position: relative;
	min-width: 180px;
	width: 180px;
	padding-right: 26px;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.footer-wrapper .footer-inner .btn-family .text {
	font-weight: 500;
}
.footer-wrapper .footer-inner .btn-family:before {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	top: 16px;
	right: 16px;
	background: url("../images/ui/ui_ico_select_arr.svg") 0 0 no-repeat;
	background-size: cover;
}
.footer-wrapper .footer-inner .sns-link-list {
	margin-left: 20px;
}
.footer-wrapper .sns-link-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.footer-wrapper .sns-link-list .sns-link-item {
	position: relative;
}
.footer-wrapper .sns-link-list .sns-link-item ~ .sns-link-item {
	margin-left: 14px;
}
.footer-wrapper .sns-link-list .sns-link-item .sns-link {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.025em;
}
.footer-wrapper .sns-link-list .sns-link-item .sns-sub-layer {
	position: absolute;
	bottom: calc(100% + 11px);
	display: none;
	width: 134px;
	padding: 14px;
	border-radius: 4px;
	border: 1px solid #000;
	background: #fff;
}
.footer-wrapper .sns-link-list .sns-link-item .sns-sub-layer:after {
	position: absolute;
	left: 10px;
	bottom: -3px;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #fff;
	border: 1px solid #000;
	border-left-color: #fff;
	border-top-color: #fff;
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.footer-wrapper .sns-link-list .sns-link-item .sns-sub-layer .btn-layer-close {
	position: absolute;
	top: 3px;
	right: 3px;
}
.footer-wrapper .sns-link-list .sns-link-item .sns-sub-layer .sns-sub-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-right: 10px;
}
.footer-wrapper .sns-link-list .sns-link-item .sns-sub-layer .sns-sub-wrap .btn-text-link ~ .btn-text-link {
	margin-top: 12px;
}
.footer-wrapper .sns-link-list .sns-link-item.is-active .sns-sub-layer {
	display: block;
}
.footer-wrapper .footer-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-top: 7px;
	flex: 1;
}
.footer-wrapper .footer-right {
	width: 200px;
	text-align: right;
}
.footer-wrapper .footer-tit {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.025em;
	width: 134px;
	font-weight: 600;
	color: #000;
}
.footer-wrapper .footer-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.footer-wrapper .footer-row .footer-cont {
	flex: 1 0 auto;
}
.footer-wrapper .footer-row.has-btn {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.footer-wrapper .footer-row ~ .footer-row {
	margin-top: 20px;
}
.footer-wrapper .footer-menu {
	font-size: 0;
}
.footer-wrapper .footer-menu .footer-item .footer-menu-link {
	display: block;
	/*font-weight: variables.$fontWeightSemibold;*/
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.025em;
	color: #000;
}
.footer-wrapper .footer-logo {
	display: block;
	width: 63px;
	height: 30px;
	background: url("../images/common/comm_footer_logo.svg") 0 0 no-repeat;
	background-size: cover;
}
.footer-wrapper .footer-info {
	font-size: 0;
}
.footer-wrapper .footer-info .info {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.025em;
	color: #666;
}
.footer-wrapper .footer-info .info ~ .info {
	margin-left: 10px;
}
.footer-wrapper .footer-info .info-row ~ .info-row {
	margin-top: 5px;
}
.footer-wrapper .footer-info ~ .footer-info {
	margin-top: 14px;
}
@media (min-width: 891px) {
	.footer-wrapper {
		background-color: rgba(239, 241, 243, 0.4);
		border-top: 1px solid rgba(223, 226, 229, 0.5);
	}
	.footer-wrapper .footer-menu .footer-item {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	.footer-wrapper .footer-menu .footer-item ~ .footer-item {
		padding-left: 10px;
		margin-left: 9px;
	}
	.footer-wrapper .footer-menu .footer-item ~ .footer-item:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 1px;
		height: 10px;
		margin-top: -5px;
		background: #C2C7CC;
	}
}

.ui-dialog-container .mo-allmenu-popup .footer-wrapper {
	padding-top: 10px;
}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-row,
.footer-wrapper-mobile.footer-wrapper .footer-row {display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: start;-moz-box-align: start;-ms-flex-align: start;-webkit-align-items: flex-start;align-items: flex-start;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-moz-box-orient: horizontal;-moz-box-direction: normal;-ms-flex-direction: row;-webkit-flex-direction: row;flex-direction: row;margin-bottom: 15px;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-row .footer-left,
.footer-wrapper-mobile.footer-wrapper .footer-row .footer-left {flex: 1 0 auto;padding-top: 0;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-row .footer-right,
.footer-wrapper-mobile.footer-wrapper .footer-row .footer-right {width: auto;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-row .footer-menu,
.footer-wrapper-mobile.footer-wrapper .footer-row .footer-menu {margin-top: -5px;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-row .footer-menu .footer-item,
.footer-wrapper-mobile.footer-wrapper .footer-row .footer-menu .footer-item {padding: 5px 0;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .btn-family,
.footer-wrapper-mobile.footer-wrapper .btn-family {position: relative;min-width: 120px;width: 120px;padding-right: 26px;text-align: left;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .btn-family .text,.footer-wrapper-mobile.footer-wrapper .btn-family .text {font-weight: 500;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .btn-family:before,.footer-wrapper-mobile.footer-wrapper .btn-family:before {position: absolute;display: block;content: "";width: 10px;height: 10px;top: 16px;right: 16px;background: url("../images/ui/ui_ico_select_arr.svg") 0 0 no-repeat;background-size: cover;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-cont,.footer-wrapper-mobile.footer-wrapper .footer-cont {margin-top: 10px;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-cont .btn-line-light-gray,
.footer-wrapper-mobile.footer-wrapper .footer-cont .btn-line-light-gray {padding-left: 11px;padding-right: 11px;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-tab-wrap,
.footer-wrapper-mobile.footer-wrapper .footer-tab-wrap {padding: 0;margin-top: 20px;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-tab-wrap .tabs .tab-item ~ .tab-item,
.footer-wrapper-mobile.footer-wrapper .footer-tab-wrap .tabs .tab-item ~ .tab-item {margin-left: 22px;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-tab-wrap .tabs .tab-item .tab-link,
.footer-wrapper-mobile.footer-wrapper .footer-tab-wrap .tabs .tab-item .tab-link {height: auto;position: relative;padding: 0 22px 0 0;border: 0;background: transparent;box-shadow: none;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-tab-wrap .tabs .tab-item .tab-link .tab-text,
.footer-wrapper-mobile.footer-wrapper .footer-tab-wrap .tabs .tab-item .tab-link .tab-text {display: inline-block;vertical-align: top;color: #000;font-weight: 500;font-size: 14px;line-height: 18px;letter-spacing: -0.025em;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-tab-wrap .tabs .tab-item .tab-link .ico-sub-gate,.footer-wrapper-mobile.footer-wrapper .footer-tab-wrap .tabs .tab-item .tab-link .ico-sub-gate {position: absolute;top: 0;right: 0;-moz-transform: rotateZ(0);-webkit-transform: rotateZ(0);transform: rotateZ(0);-moz-transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);-webkit-transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-tab-wrap .tabs .tab-item.ui-state-active .tab-link .ico-sub-gate,
.footer-wrapper-mobile.footer-wrapper .footer-tab-wrap .tabs .tab-item.ui-state-active .tab-link .ico-sub-gate {-moz-transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);transform: rotateZ(180deg);}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-tab-wrap .tab-content,.footer-wrapper-mobile.footer-wrapper .footer-tab-wrap .tab-content {margin-top: 13px;padding: 0;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-tab-wrap .tab-content .info,.footer-wrapper-mobile.footer-wrapper .footer-tab-wrap .tab-content .info {display: block;margin: 0;font-size: 13px;line-height: 18px;letter-spacing: -0.025em;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-tab-wrap .tab-content .btn-text-underline,.footer-wrapper-mobile.footer-wrapper .footer-tab-wrap .tab-content .btn-text-underline {margin-top: 6px;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .footer-tab-wrap .tab-content .btn-text-underline .text,.footer-wrapper-mobile.footer-wrapper .footer-tab-wrap .tab-content .btn-text-underline .text {font-size: 13px;line-height: 18px;letter-spacing: -0.025em;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .copyright,
.footer-wrapper-mobile.footer-wrapper .copyright {margin-top: 20px;color: #999;font-size: 13px;line-height: 18px;letter-spacing: -0.025em;}
.ui-dialog-container .mo-allmenu-popup .footer-wrapper .sns-link-list,.footer-wrapper-mobile.footer-wrapper .sns-link-list {margin-top: 20px;}

.grid-list.special-assist .grid-item {
	position: relative;
	width: calc((100% - 20px) / 3);
}
@media (min-width: 891px) {
	.grid-list.special-assist .grid-item ~ .grid-item {
		margin-left: 10px;
	}
}
.grid-list.special-assist .grid-item .grid-info-box .info-text-list {
	margin-top: 10px;
}
.grid-list.special-assist .grid-item:before {
	display: inline-block;
	position: absolute;
	z-index: 9;
	width: 30px;
	height: 30px;
	vertical-align: top;
	content: "";
}
@media (min-width: 891px) {
	.grid-list.special-assist .grid-item:before {
		top: 50%;
	}
}
@media (max-width: 890px) {
	.grid-list.special-assist .grid-item:before {
		left: 50%;
	}
}
.grid-list.special-assist .grid-item.head:before, .grid-list.special-assist .grid-item.different:before {
	background: url("../images/common/comm_ico_assist_arr.svg") 11px 10px no-repeat #fff;
	background-size: 8px 8px;
	border: 1px solid #000;
	border-radius: 50%;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.17);
	box-sizing: border-box;
}
@media (min-width: 891px) {
	.grid-list.special-assist .grid-item.head:before {
		right: -21px;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 890px) {
	.grid-list.special-assist .grid-item.head:before {
		bottom: -21px;
		-moz-transform: translateX(-50%) rotate(90deg);
		-webkit-transform: translateX(-50%) rotate(90deg);
		transform: translateX(-50%) rotate(90deg);
	}
}
@media (min-width: 891px) {
	.grid-list.special-assist .grid-item.different:before {
		left: -21px;
		-moz-transform: translateY(-50%) rotateY(180deg);
		-webkit-transform: translateY(-50%) rotateY(180deg);
		transform: translateY(-50%) rotateY(180deg);
	}
}
@media (max-width: 890px) {
	.grid-list.special-assist .grid-item.different:before {
		top: -21px;
		-moz-transform: translateX(-50%) rotate(-90deg);
		-webkit-transform: translateX(-50%) rotate(-90deg);
		transform: translateX(-50%) rotate(-90deg);
	}
}
@media (max-width: 890px) {
	.grid-list.special-assist .grid-item {
		width: 100%;
	}
}

.bank-info-wrap .bank-info-header {
	position: relative;
	padding-left: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.bank-info-wrap .bank-info-header [class^=ico-bank] {
	position: absolute;
	top: 0;
	left: 0;
}
.bank-info-wrap .bank-info-header .btn-more-view .text {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.025em;
	font-weight: 500;
	color: #000;
}
.bank-info-wrap .bank-info-header .bank-name {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.025em;
	font-weight: 500;
	color: #000;
}
.bank-info-wrap .bank-info-header .bank-date {
	margin-top: 3px;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.025em;
	color: #999;
}
.bank-info-wrap .bank-info-body {
	margin-top: 12px;
}
.bank-info-wrap .bank-info-body .bank-info {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.025em;
	line-height: 22px;
	color: #444;
}

.family-site-list .family-item {
	border-bottom: 1px solid rgba(221, 224, 227, 0.6);
}
.family-site-list .family-item .family-depth1-link {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px 30px 20px 0;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.025em;
	font-weight: 600;
	color: #000;
}
.family-site-list .family-item .family-depth1-link:after {
	position: absolute;
	top: 50%;
	right: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/common/comm_ico_site_link_arrow.svg") 0 0 no-repeat;
	background-size: cover;
}
.family-site-list .family-item .sub-site-list {
	background-color: rgba(239, 241, 243, 0.4);
	border-radius: 4px;
	padding: 12px 20px;
	margin-bottom: 20px;
}
.family-site-list .family-item .sub-site-list .sub-site-item .family-depth2-link {
	display: inline-block;
	position: relative;
	padding: 8px 17px 8px 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.025em;
	line-height: 20px;
	color: #666;
}
.family-site-list .family-item .sub-site-list .sub-site-item .family-depth2-link:after {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/common/comm_ico_site_link_arrow.svg") 0 0 no-repeat;
	background-size: cover;
}

/* e : footer */
/* s : grid */
body [data-mobile-only] {
	display: block;
}
body [data-app-only] {
	display: none;
}
@media (min-width: 891px) {
	body {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	body [data-pc-only] {
		display: block;
	}
	body [data-mobile-only] {
		display: none !important;
	}
}
@media (max-width: 890px) {
	body [data-pc-only] {
		display: none !important;
	}
	body [data-app-only] {
		display: none;
	}
}
body .wrapper {
	overflow: hidden;
}
body .wrapper[data-app-show] {
	/* info-btn-wrap : QA코드버튼 */
}
body .wrapper[data-app-show] [data-app-only], body .wrapper[data-app-show] .info-btn-wrap[data-app-only] {
	display: block;
}
body .wrapper[data-app-show] ~ .ui-dialog-container [data-app-only] {
	display: block;
}
body .wrapper[data-app-show] ~ .ui-dialog-container .btn-user[data-app-only] {
	display: inline-block;
}
body .wrapper[data-app-show] .cont-tit-wrap[data-app-only] {
	-moz-display: flex;
	-webkit-display: flex;
	display: flex;
}
body .wrapper.has-top-sps {
	overflow: hidden;
}
@media (max-width: 890px) {
	body .wrapper {
		-webkit-overflow-scrolling: touch;
	}

	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only] .ico-header-cart {
		background: url("../images/common/comm_ico_cart_white.svg") 0 0 no-repeat;
		background-size: cover;
	}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only] .ico-header-alarm {
		background: url("../images/common/comm_ico_alarm_white.svg") 0 0 no-repeat;
		background-size: cover;
	}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only] .ico-header-coupon {
		background: url("../images/common/comm_ico_coupon_white.svg") 0 0 no-repeat;
		background-size: cover;
	}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only] .ico-header-barcode {
		background: url("../images/common/comm_ico_barcode_white.png") 0 0 no-repeat;
		background-size: cover;
	}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only] .btn-header-back {
		background: url("../images/common/comm_ico_back_white.svg") 0 0 no-repeat;
		background-size: cover;
	}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only] .page-title {
		color: #fff;
	}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only] .btn-more-view {
		overflow: hidden;
		display: -ms-inline-flexbox;
		display: inline-flex;
		display: -webkit-inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].scroll-up .ico-header-coupon {
		background: url("../images/common/comm_ico_coupon.svg") 0 0 no-repeat;
		background-size: cover;
	}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .aside-content-wrap {
		padding-top: 0;
	}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .aside-content-wrap .aside-wrap .cont-box:first-child {
		padding-top: 0;
		position: relative;
	}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .aside-content-wrap .aside-wrap .cont-box:first-child .cont-inner {
		padding-top: 0;
	}
	body .wrapper.mo-header-transparent.is-layer-active .header-wrapper[data-mobile-only] {
		-moz-backdrop-filter: none;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
}

/* docker */
.docker-wrapper .docker-list .docker-item .btn-docker.btn-docker-order .ico-order-logo {
	width: 27px;
	height: 9px;
	margin: 0 auto;
	background: url("../images/common/comm_mo_order_logo.svg") 0 0 no-repeat;
	background-size: 27px 9px;
}

/* floating */

.floating-wrapper .btn-qbot {
	z-index: 2;
	position: relative;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 100px;
	right: -30px;
	margin-bottom: -30px;
}
.floating-wrapper .btn-qbot:before {
	z-index: 1;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background: url("../images/common/comm_dock_qbot.svg") 0 0 no-repeat;
	background-size: cover;
}
.floating-wrapper .btn-qbot:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background: rgba(4, 19, 46, 0.6);
	-moz-backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 100px;
}
.floating-wrapper .btn-one-barcode {
	z-index: 2;
	position: relative;
	display: block;
	width: 65px;
	height: 69px;
	margin-right: 14px;
	margin-bottom: 20px;
}
.floating-wrapper .btn-one-barcode:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 2px;
	width: 60px;
	height: 60px;
	background: #FDCD00;
	border-radius: 60px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.floating-wrapper .btn-one-barcode:after {
	z-index: 1;
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 13px;
	width: 38px;
	height: 24px;
	/*background: url("../images/common/comm_dock_one_barcode.svg") 0 0 no-repeat;*/
	background-size: cover;
}
.floating-wrapper .btn-one-barcode .ico-speech-bubble {
	content: "";
	display: block;
	position: absolute;
	top: 49px;
	left: 0;
	width: 64px;
	height: 20px;
	background: #00A5B9;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.floating-wrapper .btn-one-barcode .ico-speech-bubble:before {
	position: absolute;
	top: -3px;
	left: 50%;
	content: "";
	display: block;
	width: 9px;
	height: 6px;
	margin-left: -5px;
	/*background: url("../images/common/comm_bg_marker_mint_arr.svg") 0 0 no-repeat;*/
	background-size: cover;
}
.floating-wrapper .btn-one-barcode .ico-speech-bubble:after {
	z-index: 1;
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 7px;
	width: 50px;
	height: 10px;
	background: url("../images/common/comm_dock_one_barcode_text.svg") 0 0 no-repeat;
	background-size: cover;
}

.floating-wrapper .btn-go-top:focus{border:1px solid #00A5B9}
.floating-wrapper .btn-go-top .ico-top {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	opacity: 0;
	background: url("../images/common/comm_dock_top.svg") 0 0 no-repeat;
	background-size: cover;
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.floating-wrapper .btn-go-top.is-hide {
	display: block;
	opacity: 1;
	-moz-animation: topHide 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-webkit-animation: topHide 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	animation: topHide 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}
.floating-wrapper .btn-go-top.is-active {
	display: block;
	opacity: 0;
	-moz-animation: opacityActive 0.2s 0.15s ease-out forwards;
	-webkit-animation: opacityActive 0.2s 0.15s ease-out forwards;
	animation: opacityActive 0.2s 0.15s ease-out forwards;
}
.floating-wrapper .btn-go-top.is-active .ico-top {
	-moz-animation: goTopIcoActive 0.3s 0.25s cubic-bezier(0.17, 0.67, 0.29, 1.32) forwards;
	-webkit-animation: goTopIcoActive 0.3s 0.25s cubic-bezier(0.17, 0.67, 0.29, 1.32) forwards;
	animation: goTopIcoActive 0.3s 0.25s cubic-bezier(0.17, 0.67, 0.29, 1.32) forwards;
	opacity: 0;
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.docker-wrapper.scroll-down ~ .floating-wrapper {
	bottom: calc(env(safe-area-inset-bottom) + var(--IOSBottomPadding));
	-moz-transition: bottom 0.15s;
	-webkit-transition: bottom 0.15s;
	transition: bottom 0.15s;
}
.docker-wrapper.scroll-down ~ .floating-wrapper:after {
	opacity: 0;
}
@media (min-width: 891px) {

	.floating-wrapper .btn-qbot {
		right: 0;
		margin-bottom: 0;
	}
	.floating-wrapper .btn-one-barcode {
		margin-bottom: 0;
		margin-right: 0;
	}
	.floating-wrapper .btn-go-top {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 890px) {
	/* UIUX Project */
	/* .wrapper:not(.has-content-dock) .floating-wrapper:after {
		z-index: 1;
		content: "";
		display: block;
		position: absolute;
		width: 100vw;
		bottom: 0;
		height: 1px;
		background: rgba(0, 0, 0, 0.1);
	} */
}

.wrapper.no-docker .floating-wrapper {
	bottom: calc(env(safe-area-inset-bottom) + var(--IOSBottomPadding));
}
@media (max-width: 890px) {
	.wrapper.no-docker .floating-wrapper:after {
		display: none;
	}
}

/* container */
.container-wrapper [data-mobile-docker] {
	z-index: 10;
	position: fixed !important;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	background: #fff;
}
.container-wrapper [data-mobile-docker].dark-gray-box {
	background-color: #80878D;
}
.container-wrapper [data-mobile-docker].page-btn-wrap .btn-now-pay, .container-wrapper [data-mobile-docker] .page-btn-wrap .btn-now-pay {
	flex: none;
	width: 86px;
}
.container-wrapper [data-mobile-docker].page-btn-wrap .btn-now-pay .text, .container-wrapper [data-mobile-docker] .page-btn-wrap .btn-now-pay .text {
	line-height: 16px;
}
.container-wrapper .cont-box ~ .cont-box .cont-sm-wrap .fold-wrap:first-child {
	margin-top: -20px;
}
@media (max-width: 890px) {
	.wrapper:not(.mo-header-transparent) .container-wrapper > .cont-box:first-child {padding-top: calc(55px + var(--TopPadding))}
	.container-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-justify-content: space-between;-webkit-box-align: stretch;-moz-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;-webkit-box-orient: vertical;-webkit-box-direction: reverse;-moz-box-orient: vertical;-moz-box-direction: reverse;-ms-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;background: #F3F5F7;min-height: var(--reVh, 1vh);}
	.container-wrapper .cont-box {width: 100%;}
	.container-wrapper .cont-box.hidden {
		min-height: 0 !important;
		height: 0 !important;
		overflow: hidden;
		display: none;
	}
	.container-wrapper .cont-box:first-child .cont-inner {
		padding-top: 20px;
	}
	.container-wrapper .cont-box:first-child .cont-inner .page-tit-wrap ~ .tab-wrap {
		margin-top: -10px;
	}
	.container-wrapper .cont-box:nth-last-of-type(1) {
		flex: 1;
	}
	.container-wrapper .cont-box:nth-last-of-type(1) .cont-inner {
		padding-bottom: calc(115px + env(safe-area-inset-bottom) + var(--IOSBottomPadding));
	}
	.container-wrapper .cont-box.type-search-only .cont-inner {
		padding-bottom: calc(80px + env(safe-area-inset-bottom) + var(--IOSBottomPadding));
	}
	.container-wrapper .cont-box.type-search-only .cont-inner .search-form-wrap {
		margin-bottom: 0;
	}
	.container-wrapper .cont-box.type-search-only .cont-inner .store-header-wrap + .search-form-wrap {
		margin-bottom: 30px;
	}
	.container-wrapper.page-btn-wrap[data-mobile-docker] [class^=btn-], .container-wrapper .page-btn-wrap[data-mobile-docker] [class^=btn-] {
		margin-bottom: -1px;
		border-radius: 0;
		padding-bottom: calc(env(safe-area-inset-bottom) + var(--IOSBottomPadding));
		height: calc(56px + env(safe-area-inset-bottom) + var(--IOSBottomPadding));
	}
	.container-wrapper.page-btn-wrap[data-mobile-docker] [class^=btn-] + [class^=btn-], .container-wrapper .page-btn-wrap[data-mobile-docker] [class^=btn-] + [class^=btn-] {
		margin-left: 0;
	}
	.container-wrapper [data-mobile-docker].page-btn-wrap [class^=btn-], .container-wrapper [data-mobile-docker] .page-btn-wrap [class^=btn-] {
		margin-bottom: -1px;
		border-radius: 0;
		padding-bottom: calc(env(safe-area-inset-bottom) + var(--IOSBottomPadding));
		height: calc(56px + env(safe-area-inset-bottom) + var(--IOSBottomPadding));
	}
	.container-wrapper [data-mobile-docker].page-btn-wrap [class^=btn-] + [class^=btn-], .container-wrapper [data-mobile-docker] .page-btn-wrap [class^=btn-] + [class^=btn-] {
		margin-left: 0;
	}
	.container-wrapper .order-prod-list-wrap.cart ~ [data-mobile-docker].dark-gray-box {
		padding-bottom: calc(env(safe-area-inset-bottom) + var(--IOSBottomPadding));
		height: calc(56px + env(safe-area-inset-bottom) + var(--IOSBottomPadding));
	}
	.wrapper.has-content-dock .container-wrapper {
		padding-bottom: calc(56px + env(safe-area-inset-bottom) + var(--IOSBottomPadding));
	}
	.wrapper.has-qbot .container-wrapper .cont-box:last-child .cont-inner {
		padding-bottom: 100px;
	}
}
@media (min-width: 891px) {
	.container-wrapper {
		background: #fff;
		padding-top: 30px;
		padding-bottom: 100px;
	}
	.container-wrapper .cont-box.type-search-only .cont-inner .search-form-wrap {
		margin-bottom: 0;
	}
	.container-wrapper .cont-box.type-search-only .cont-inner .store-header-wrap + .search-form-wrap {
		margin-bottom: 0;
	}
}

@media (max-width: 890px) {
	.wrapper.has-content-dock .aside-content-wrap.cont-order-wrap .aside-wrap .aside-payment-wrap {
		padding-bottom: 30px;
	}
	.mo_p0{padding: 0!important}
}

.cont-box {
	position: relative;
	max-width: 1150px;
	padding: 0 20px;
	margin: 0 auto;
	background: #fff;
}
.cont-box .cont-inner {
	position: relative;
	padding: 30px 0;
}
.cont-box .cont-inner .cont-sps-wrap {
	position: relative;
}
.cont-box .cont-inner .cont-sm-wrap {
	max-width: 480px;
	margin: 0 auto;
}
.cont-box.full {
	max-width: none;
}
.cont-box.gray-box {
	margin-top: 0;
	background: #F9F9FA;
	border-radius: 0;
}
.cont-box.gray-box .cont-inner {
	padding-top: 20px;
}
@media (max-width: 890px) {
	.cont-box ~ .cont-box {
		margin-top: 10px;
	}
	.cont-box ~ .cont-box.gray-box {
		margin-top: 0;
	}
	.cont-box ~ .cont-box.has-shadow, .cont-box ~ .cont-box.mo-gray-box {
		margin-top: -30px;
	}
	.cont-box.has-shadow {
		position: relative;
	}
	.cont-box.has-shadow:before {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
	}
	.cont-box.has-shadow .cont-inner {
		z-index: 2;
		position: relative;
	}
	.cont-box.has-shadow.mo-gray-box .cont-inner {
		background: #F9F9FA;
	}
	.cont-box.has-shadow:not(.mo-gray-box) .cont-inner {
		background-color: #fff;
	}
	.cont-box.mo-gray-box {
		margin-top: 0;
		background: #F9F9FA;
	}
	.cont-box.mo-gray-box .cont-inner {
		padding-top: 20px;
	}
	.cont-box.mo-gray-box .store-header-wrap {
		padding-top: 10px;
	}
	.cont-box.has-banner-bottom .cont-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
		flex-wrap: wrap;
		height: 100%;
	}
	.cont-box.has-banner-bottom .cont-inner .addr-history-list.normal, .cont-box.has-banner-bottom .cont-inner .no-data {
		width: 100%;
	}
	.cont-box.has-banner-bottom .cont-inner .delivery-zone-banner {
		align-self: flex-end;
	}
}
@media (min-width: 891px) {
	.cont-box ~ .cont-box.mo-gray-box.has-shadow .cont-inner {
		padding-top: 30px;
	}
	.cont-box.size-sm {
		max-width: 520px;
	}
}

/* wrapper */
@media (min-width: 891px) {
	.wrapper, .ui-dialog {
		background: transparent;
		/*min-height: 100vh;*/
	}
	.wrapper:not(.ui-dialog), .ui-dialog:not(.ui-dialog) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-moz-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.wrapper [data-mobile-docker], .ui-dialog [data-mobile-docker] {
		position: relative !important;
		bottom: auto;
		left: auto;
		right: auto;
	}
	.wrapper .cont-box, .ui-dialog .cont-box {
		padding-top: 0;
	}
	.wrapper .cont-box .cont-inner, .ui-dialog .cont-box .cont-inner {
		padding: 0;
	}
	.wrapper .cont-box ~ .cont-box:not(.full):not(.pc-no-line), .ui-dialog .cont-box ~ .cont-box:not(.full):not(.pc-no-line) {
		padding-top: 40px;
	}
	.wrapper .cont-box ~ .cont-box:not(.full):not(.pc-no-line) .cont-inner, .ui-dialog .cont-box ~ .cont-box:not(.full):not(.pc-no-line) .cont-inner {
		padding-top: 40px;
		border-top: 1px solid #C2C7CC;
	}
	.wrapper .cont-box.type-search-only ~ .cont-box.gray-box, .ui-dialog .cont-box.type-search-only ~ .cont-box.gray-box {
		padding-top: 20px;
	}
	.wrapper .cont-box.type-search-only ~ .cont-box.gray-box .cont-inner, .ui-dialog .cont-box.type-search-only ~ .cont-box.gray-box .cont-inner {
		padding-top: 0;
		border-top: 0;
	}
	.wrapper .cont-box ~ .cont-box .cont-inner, .ui-dialog .cont-box ~ .cont-box .cont-inner {
		padding-top: 40px;
	}
	.wrapper .cont-box.pt0 .cont-inner{padding-top: 0!important}
	.wrapper .cont-box ~ .cont-box.full, .ui-dialog .cont-box ~ .cont-box.full {
		padding: 0;
	}
	.wrapper .footer-wrapper, .ui-dialog .footer-wrapper {
		margin-top: auto;
	}
	#addrData.cont-inner{padding-top:15px!important;}
}

.aside-content-wrap {
	overflow: hidden;
	position: relative;
	flex-wrap: wrap;
	padding-top: 1px;
}
.aside-content-wrap.is-fix-bottom .aside-wrap .sps.sps-blw[data-pc-sps] {
	position: absolute !important;
	bottom: 0 !important;
	top: auto !important;
	max-height: none !important;
}
.aside-content-wrap .page-tit-wrap {
	width: 100%;
}
.aside-content-wrap .cont-body .cont-box:first-child {
	padding-top: 10px;
}
.aside-content-wrap .cont-body .sps {
	z-index: 3;
}
.aside-content-wrap.cont-prod-wrap .tabs-sps {
	top: -15px;
}
.aside-content-wrap.cont-prod-wrap .tabs-sps.sps-blw {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
	-moz-backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}
.aside-content-wrap.cont-prod-wrap .tabs-sps ~ .sps-observer {
	top: 25px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .aside-wrap .thumb-box {
	position: relative;
	background: #fff;
	padding-top: 100%;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .aside-wrap .thumb-box .thumb-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("../images/common/comm_thumb_no_data.svg") center no-repeat;
	background-size: contain;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .aside-wrap .thumb-box .btn-round-share {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .prod-detail-addr {
	border-bottom: 1px solid #DDE0E3;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .prod-detail-addr .prod-detail-addr-inner {
	padding: 0 20px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .prod-detail-addr .prod-detail-addr-inner .addr-info {
	padding-top: 2px;
	padding-bottom: 2px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-detail-header .badge-wrap.brand + .prod-tit {
	margin-top: 12px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-detail-header .badge-wrap:not(.brand) {
	margin-top: 12px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-detail-header .line-top-box {
	margin-top: 30px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-detail-header ~ .line-top-box {
	margin-top: 30px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-detail-header .ui-row-list.type-btn.flex {
	margin-top: 20px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-detail-header .ui-row-list.type-btn.flex .item {
	margin-top: 0;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-detail-header .coupon-item.horizontal .coupon-info-box .badge-wrap {
	margin-top: 0;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .gray-box {
	margin-top: 20px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .gray-box ~ .gray-box {
	margin-top: 12px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .line-gray-box {
	margin-top: 20px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .line-gray-box ~ .cont-tit-wrap {
	margin-top: 30px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .btn-wrap {
	margin-top: 20px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.025em;
	font-weight: 600;
	color: #000;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit ~ .btext,
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit ~ .dot-text {
	margin-top: 12px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit .chk-bookmark {
	display: inline-block;
	margin-left: 6px;
	vertical-align: top;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-sub-tit {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.025em;
	color: #000;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin: 30px 0;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	font-size: 0;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price-normal {
	display: inline-block;
	padding-top: 2px;
	margin-right: 10px;
	color: #999;
	vertical-align: top;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.025em;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price-normal .val, .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price-normal .unit {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.025em;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price-normal .val:after, .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price-normal .unit:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #999;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price-normal .val ~ .val, .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price-normal .val ~ .unit, .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price-normal .unit ~ .val, .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price-normal .unit ~ .unit {
	margin-left: 2px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price-normal .unit:after {
	width: calc(100% + 2px);
	left: -2px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .percent {
	display: inline-block;
	margin-right: 7px;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.025em;
	font-weight: 600;
	color: #EF3D2E;
	vertical-align: top;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price {
	display: inline-block;
	color: #000;
	vertical-align: top;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.025em;
	font-weight: 600;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price .desc, .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price .val, .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price .unit {
	font-weight: inherit;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.025em;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price .desc ~ .val, .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price .desc ~ .unit, .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price .val ~ .val, .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price .val ~ .unit, .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price .unit ~ .val, .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap .prod-right .prod-price .price .unit ~ .unit {
	margin-left: 3px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap ~ .prod-sub-tit {
	margin-top: 30px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap:last-child {
	margin-bottom: 0;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .prod-tit-wrap ~ .fold-wrap.info-folding-box,
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .cont-tit ~ .fold-wrap.info-folding-box {
	margin-top: 20px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy.option-tabs {
	position: relative;
	padding-bottom: 30px;
	padding-top: 73px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy.option-tabs .tabs-sps {
	height: 74px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy.option-tabs .tabs-sps:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(221, 224, 227, 0.6);
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy.option-tabs .tabs-sps .tabs:before {
	display: none;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy.option-tabs .tabs-sps.sps-blw {
	top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy.option-tabs .tabs-sps ~ .sps-observer {
	top: -15px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy.option-tabs ~ .fold-wrap.option-fold {
	border-top: 1px dashed #DDE0E3;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .fold-wrap.option-fold .fold-list .fold-item:last-child {
	border-bottom: 0;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .fold-wrap.option-fold .fold-list .fold-item .fold-header {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.025em;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .fold-wrap.option-fold .fold-list .fold-item.expanded .fold-content {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	background: transparent;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .line-top-box {
	margin-top: 0;
	margin-bottom: 0;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .line-top-box:first-child {
	border-top: 0;
	padding-top: 0;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .fold-wrap.option-fold:first-child {
	margin-top: -20px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .opt-select-wrap {
	margin-top: 20px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box [data-mobile-docker]:first-child .page-btn-wrap.flex:first-child {
	margin-top: 0;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail .page-btn-wrap.flex {
	margin-top: 30px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail + .cont-box .cont-inner .fold-wrap:first-child {
	margin-top: -20px;
}
.aside-content-wrap.cont-prod-wrap.cont-prod-detail ~ .cont-box .editor-wrap img {
	width: 100%;
}
@media (min-width: 891px) {
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail:last-child {
		padding-bottom: 0;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail.is-fix-bottom .aside-wrap .aside-thumb-box.sps-blw[data-pc-sps] {
		width: 100%;
		left: auto;
		right: 0;
		margin: 0;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail.is-fix-bottom .aside-wrap .aside-thumb-box.sps-blw[data-pc-sps] {
		right: 0;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .prod-detail-addr {
		padding: 13px 0;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .prod-detail-addr .prod-detail-addr-inner {
		position: relative;
		max-width: 1150px;
		margin: 0 auto;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .aside-wrap {
		min-height: 596px;
		position: relative;
		width: 50%;
		flex: none;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .aside-wrap .aside-thumb-box {
		width: 100%;
		padding-right: 40px;
		padding-bottom: 50px;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .aside-wrap .aside-thumb-box.sps-blw {
		width: 50%;
		max-width: 555px;
		right: auto;
		left: 50%;
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body {
		min-height: 555px;
		width: 50%;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box {
		/*&:last-child {
		    padding-bottom: 50px;
		}*/
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy .tabs-sps {
		padding-top: 0;
		padding-bottom: 0;
		/*.tabs {
		    width: 515px;
		}*/
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy .tabs-sps.sps-blw {
		z-index: 11;
		top: 0;
		left: auto;
		right: auto;
		margin-left: -39px;
		width: 50%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy .tabs-sps.sps-blw .tabs {
		width: 688px;
		margin: 0;
		padding: 0;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box:last-of-type {
		padding-bottom: 50px;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body.is-anchor-bottom .cont-box {
		position: static !important;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body.is-anchor-bottom .cont-box .cont-inner {
		position: static !important;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body.is-anchor-bottom .cont-box .cont-inner .option-tabs {
		position: static !important;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body.is-anchor-bottom .cont-box .cont-inner .option-tabs .tabs-sps.sps-blw {
		position: absolute !important;
		bottom: 0;
		top: auto !important;
		width: calc(100% + 20px);
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail + .cont-box {
		padding-top: 0 !important;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail + .cont-box:before {
		position: absolute;
		content: "";
		display: block;
		left: -100%;
		right: -100%;
		top: 0;
		height: 1px;
		background: #DDE0E3;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail + .cont-box .cont-inner {
		border-top: 0;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail [data-mobile-docker] {
		background: transparent;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail [data-mobile-docker]:not(:first-child) .prod-total-wrap, .aside-content-wrap.cont-prod-wrap.cont-prod-detail [data-pc-only]:not(:first-child) .prod-total-wrap {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #000;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail ~ .cont-box .cont-inner .page-btn-wrap:first-child,
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail ~ .cont-box .cont-inner .swiper-prod-wrap[style*="display: none"] ~ .page-btn-wrap {
		margin-top: 10px;
	}
}
@media (max-width: 890px) {
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail {
		padding-top:calc( 55px + var(--TopPadding));
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .prod-detail-addr {
		padding: 9px 0 16px;
		background: #fff;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .aside-wrap .aside-thumb-box .cont-box {
		padding: 0;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .aside-wrap .aside-thumb-box .cont-box .thumb-box .btn-round-share {
		bottom: 32px;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body {
		margin-top: 0;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box:first-child {
		margin-top: -12px;
		border-radius: 12px 12px 0 0;
		box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.05);
	}
	.wrapper:not(.mo-header-transparent) .aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box:first-child {
		padding-top: 10px;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box:nth-last-of-type(1) .cont-inner {
		padding-bottom: calc(30px + env(safe-area-inset-bottom) + var(--IOSBottomPadding));
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .option-tabs {
		margin-top: -10px;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy .tabs-sps .swiper-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy .tabs-sps.sps-abv {
		margin-left: -20px;
		margin-right: -20px;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy .tabs-sps .sps-blw {
		/*padding: {
		    left: 20px;
		    right: 20px;
		}*/
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail .cont-body .cont-box .anchor-scrollspy .anchor-scrollspy-nav {
		padding: 0;
		margin: 0;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail [data-mobile-docker] {
		box-shadow: 0px -10px 25px 0px rgba(0, 0, 0, 0.05);
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail [data-mobile-docker] .prod-total-wrap {
		border-top: 1px solid #DDE0E3;
		padding: 20px;
		margin-top: 0;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail [data-mobile-docker] .page-btn-wrap {
		margin-top: 0;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail ~ .cont-box .cont-inner .page-btn-wrap:first-child,
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail ~ .cont-box .cont-inner .swiper-prod-wrap[style*="display: none"] ~ .page-btn-wrap {
		margin-top: 0;
	}
}
@media (min-width: 891px) {
	.aside-content-wrap.cont-prod-wrap:before {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		top: 0;
		height: 1px;
		background: #DDE0E3;
	}
	.aside-content-wrap.cont-prod-wrap:last-child {
		margin-bottom: -100px;
		padding-bottom: 100px;
	}
	.aside-content-wrap.cont-prod-wrap.is-fix-bottom .aside-wrap .aside-store-wrap.sps-blw[data-pc-sps] {
		width: 100%;
		left: auto;
		right: 0;
		margin: 0;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.aside-content-wrap.cont-prod-wrap .cont-body {
		position: relative;
		/*overflow: visible;*/
		width: 728px;
		min-height: 707px;
	}
	.aside-content-wrap.cont-prod-wrap .cont-body:after {
		z-index: 1;
		position: absolute;
		right: -150%;
		left: 0;
		top: 0;
		bottom: -100px;
		content: "";
		background: rgba(239, 241, 243, 0.2);
	}
	.aside-content-wrap.cont-prod-wrap .cont-body .cont-box {
		z-index: 2;
		margin-left: 0;
		margin-right: 0;
	}
	.aside-content-wrap.cont-prod-wrap .cont-body .cont-box .tab-wrap {
		position: relative;
	}
	.aside-content-wrap.cont-prod-wrap .aside-wrap {
		position: relative;
		width: 382px;
	}
}
@media (min-width: 891px) and (max-width: 1150px) {
	.aside-content-wrap.cont-prod-wrap .aside-wrap {
		flex: 1 0 auto;
	}
	.aside-content-wrap.cont-prod-wrap .cont-body {
		flex: 1 0 auto;
		width: calc(100% - 382px);
		padding-right: 20px;
	}
	.aside-content-wrap.cont-prod-wrap:not(.is-fix-bottom) .aside-wrap .aside-thumb-box {
		padding-left: 20px;
	}
	.aside-content-wrap.cont-prod-wrap:not(.is-fix-bottom) .aside-wrap .aside-thumb-box.sps-blw[data-pc-sps] {
		padding-left: 40px;
	}
	.aside-content-wrap.cont-prod-wrap.cont-prod-detail.is-fix-bottom .aside-wrap .aside-thumb-box.sps-blw {
		padding-left: 20px;
	}
}
.aside-content-wrap.cont-order-wrap.no-top-line:before {
	display: none;
}
@media (min-width: 891px) {
	.aside-content-wrap.cont-order-wrap.cont-top-line:before {
		display: none;
	}
	.aside-content-wrap.cont-order-wrap.cont-top-line .aside-content-inner {
		position: relative;
		padding-top: 1px;
	}
	.aside-content-wrap.cont-order-wrap.cont-top-line .aside-content-inner:before {
		position: absolute;
		content: "";
		left: 20px;
		right: 20px;
		top: 0;
		height: 1px;
		background-color: #DDE0E3;
	}
}
@media (max-width: 890px) {
	.aside-content-wrap {
		background: #fff;
	}
	.aside-content-wrap .aside-content-inner {
		background: #F3F5F7;
	}
	.aside-content-wrap:last-child {
		flex: 1;
	}
	.aside-content-wrap:first-child {
		padding-top: 55px;
	}
	.aside-content-wrap .aside-content-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-moz-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.aside-content-wrap .aside-content-inner .cont-body {
		margin-top: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-moz-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		flex: 1;
	}
	.aside-content-wrap.sps-blw {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-moz-transition: transform 0.24s;
		-webkit-transition: transform 0.24s;
		transition: transform 0.24s;
	}
	.aside-content-wrap.sps-blw.scroll-up {
		-moz-transform: translateY(55px);
		-webkit-transform: translateY(55px);
		transform: translateY(55px);
	}
	.aside-content-wrap.cont-order-wrap {
		position: relative;
		flex-wrap: wrap;
	}
	.aside-content-wrap.cont-order-wrap.sps-blw {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-moz-transition: transform 0.24s;
		-webkit-transition: transform 0.24s;
		transition: transform 0.24s;
	}
	.aside-content-wrap.cont-order-wrap.sps-blw.scroll-up {
		-moz-transform: translateY(55px);
		-webkit-transform: translateY(55px);
		transform: translateY(55px);
	}
	.aside-content-wrap.cont-order-wrap .page-tit-wrap {
		width: 100%;
	}
	.aside-content-wrap.cont-order-wrap .cont-body {
		margin-top: 0;
	}
	.container-wrapper .cont-box[data-pc-only]:first-child ~ .aside-content-wrap.cont-order-wrap .cont-body .cont-box:first-child, .container-wrapper .cont-box[data-pc-only]:first-child ~ .aside-content-wrap.cont-order-wrap .cont-body .cont-box:first-child {
		padding-top: 0;
	}
	.container-wrapper .cont-box[data-pc-only]:first-child ~ .aside-content-wrap.cont-order-wrap .cont-body .cont-box:first-child .cont-inner, .container-wrapper .cont-box[data-pc-only]:first-child ~ .aside-content-wrap.cont-order-wrap .cont-body .cont-box:first-child .cont-inner {
		padding-top: 20px;
	}
	.container-wrapper .cont-box[data-pc-only]:first-child ~ .aside-content-wrap.cont-order-wrap .fold-wrap:first-child .fold-item.no-fold:first-child .fold-header {
		padding-top: 20px;
	}
	.aside-content-wrap.cont-order-wrap .aside-wrap {
		margin-top: 10px;
	}
	.aside-content-wrap.cont-order-wrap .aside-wrap .aside-payment-wrap {
		background: #fff;
	}
	.aside-content-wrap.cont-order-wrap .aside-wrap .aside-payment-wrap .cont-box ~ .cont-box {
		margin-top: 0;
		border-top: 10px solid #f4f5f7;
	}
	.aside-content-wrap.cont-order-wrap .aside-wrap .cont-box:first-child {
		padding-top: 0;
	}
	.aside-content-wrap.cont-order-wrap .aside-wrap .cont-box:first-child .payment-current-box:first-child {
		padding-top: 10px;
	}
}
@media (min-width: 891px) {
	.aside-content-wrap {
		margin-top: 30px;
	}
	.aside-content-wrap.cont-order-wrap {
		margin-bottom: -100px;
		padding-bottom: 100px;
	}
	.aside-content-wrap.cont-order-wrap .cont-body {
		overflow: hidden;
		width: calc(100% - 382px);
		flex: none;
		padding-right: 40px;
	}
	.aside-content-wrap.cont-order-wrap .cont-body .cont-box {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
	}
	.aside-content-wrap.cont-order-wrap .cont-body .cont-box:last-child {
		padding-bottom: 0;
	}
	.aside-content-wrap.cont-order-wrap.is-fix-bottom .aside-wrap .aside-payment-wrap.sps-blw[data-pc-sps] {
		right: 0;
		left: auto;
		max-height: none;
		overflow: visible;
	}
	.aside-content-wrap.cont-order-wrap .aside-wrap {
		width: 382px;
	}
	.aside-content-wrap.cont-order-wrap .aside-wrap .aside-payment-wrap[data-pc-sps] {
		position: absolute;
		left: 0;
		right: 0;
	}
	.aside-content-wrap.cont-order-wrap .aside-wrap .aside-payment-wrap[data-pc-sps].sps-blw {
		position: fixed;
		right: auto;
		left: 50%;
		margin-left: 173px;
		margin-top: 40px;
	}
	.aside-content-wrap .aside-content-inner {
		max-width: 1150px;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-moz-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.aside-content-wrap .aside-content-inner .cont-box:first-child {
		padding-top: 40px;
	}
	.aside-content-wrap .cont-body {
		position: relative;
		flex: 1;
		padding-right: 20px;
	}
	.aside-content-wrap .cont-body .cont-box {
		background: transparent;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.aside-content-wrap .aside-wrap {
		position: relative;
	}

	.aside-content-wrap .aside-wrap:first-child:before {
		left: auto;
		right: 0;
	}
	.aside-content-wrap .aside-wrap .aside-payment-wrap {width: 382px;}
	.aside-content-wrap .aside-wrap .aside-payment-wrap .page-btn-wrap {margin-top: 30px;}
	.aside-content-wrap .aside-wrap .aside-payment-wrap .page-btn-wrap [class^=btn-] {
		margin-bottom: 0;
	}
	.aside-content-wrap .aside-wrap ~ .cont-body {
		padding-right: 0;
		padding-left: 20px;
	}
	.aside-content-wrap .aside-wrap .sps.sps-blw {
		z-index: 3;
		max-height: 100vh;
		/* overflow-y: auto; UIUX Project 에러로인한 숨김처리*/
	}
	.aside-content-wrap .aside-wrap .sps.sps-abv {
		position: relative !important;
	}
	.aside-content-wrap .aside-wrap .sps.auto-height {
		max-height: none !important;
	}
	.aside-content-wrap .aside-wrap .cont-box {
		padding-left: 0;
		padding-right: 0;
		padding-top: 40px;
	}
}
@media (min-width: 891px) and (max-width: 1150px) {
	.aside-content-wrap.cont-order-wrap .aside-wrap .aside-payment-wrap[data-pc-sps].sps-blw {
		margin-left: 0;
		right: 20px;
		left: auto;
	}
}

@media (max-width: 890px) {
	.container-wrapper .cont-box:not([data-pc-only]):first-child ~ .cont-order-wrap {
		margin-top: 10px;
	}
	.container-wrapper .cont-box[data-pc-only] ~ .cont-order-wrap {
		padding-top: calc(55px + var(--TopPadding));
	}
}
@media (max-width: 430px) {
}
/* e : grid */
/*#5427*/
.arrow_box{position: absolute;background: #fff;border: 1px solid #00A5B9 ;width: 210px;padding: 10px 0;left: 50%;top: -50px;border-radius: 10px;transform: translateX(-79%);opacity: 0;animation: fadeIn 5s 3s 1 linear alternate, fadeIn2 5s 12s 1 linear alternate, fadeIn3 5s 21s 1 linear alternate, fadeIn4 5s 30s 1 linear alternate, fadeIn5 5s 39s 1 linear alternate;}
.arrow_box:after, .arrow_box:before {top: 100%;left: 80%;border: solid transparent;content: "";height: 0;width: 0;position: absolute;pointer-events: none;}
.arrow_box:after {border-color: rgba(255, 255, 255, 0);border-top-color: #fff;border-width: 5px;margin-left: -5px;}
.arrow_box:before {border-color: rgba(0, 0, 0, 0);border-top-color: #00A5B9 ;border-width: 6px;margin-left: -6px;}
.arrow_box .txt{font-size: 14px;color:#00A5B9;font-weight: 500;letter-spacing: -0.5px;}
@keyframes fadeIn{
	0%{opacity: 0;}
	50%{opacity: 1;}
	100%{opacity: 0;}
}
@keyframes fadeIn2{
	0%{opacity: 0;}
	50%{opacity: 1;}
	100%{opacity: 0;}
}
@keyframes fadeIn3{
	0%{opacity: 0;}
	50%{opacity: 1;}
	100%{opacity: 0;}
}
@keyframes fadeIn4{
	0%{opacity: 0;}
	50%{opacity: 1;}
	100%{opacity: 0;}
}
@keyframes fadeIn5{
	0%{opacity: 0;}
	50%{opacity: 1;}
	100%{opacity: 0;}
}

/*UIUX Project Common*/
.container-wrapper.type02{padding-bottom:100px;}
.floating-wrapper {right: 20px;bottom: 20px;margin-bottom: 0;z-index: 9;position: fixed;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: end;-moz-box-align: end;-ms-flex-align: end;-webkit-align-items: flex-end;align-items: flex-end;-webkit-box-orient: vertical;-webkit-box-direction: reverse;-moz-box-orient: vertical;-moz-box-direction: reverse;-ms-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;}
.floating-wrapper .btn-go-top{display: none;width:50px;height: 50px;margin-right: 20px;margin-bottom: 16px;background: #fff;border: 1px solid rgba(238, 238, 238, 1);opacity: 0;border-radius: 100%;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);}
.floating-wrapper .btn-go-top .ico-top{width:17px;height: 21px;background: url(../images/common/comm_dock_top.png) 0 0 no-repeat;background-size: cover;}
@media (max-width: 890px) {
	.floating-wrapper{bottom: calc(74px + env(safe-area-inset-bottom) + var(--IOSBottomPadding));right: 0;}
	.floating-wrapper .btn-go-top{width:40px;height: 40px;}
	.floating-wrapper .btn-go-top .ico-top{width:14px;height: 17px;}
}
/* S : UIUX Project Header*/
.header-wrapper .btn-header-cart .count{overflow: hidden;position: absolute;top: -5px;left: 14px;display: block;height: 16px;min-width: 16px;border-radius: 10px;padding: 1px 5px 0;text-align: center;background: #EF3D2E;color: #fff;font-size: 10px;line-height: 14px;letter-spacing: -0.025em;font-weight: 700;}
.ui_select_box{ box-sizing: border-box; }
.ui_select_box {position: relative;height: 30px;border-radius: 4px;}
.ui_select_box .label{display: flex;align-items: center;width: inherit;height: inherit;border: 0 none;outline: 0 none;background: transparent;cursor: pointer;cursor: pointer;padding-right: 13px;color:#666;font-size: 13px;font-weight: 400;line-height: 30px;}
.ui_select_box .label::after{content:'';display:block; position: absolute;right:0;background: url('../../assets/images/common/comm_ico_arrow_down_gray.svg') center center no-repeat;width:12px;height:12px;background-size: cover;}
.ui_select_box.active .label::after {transform: rotate(180deg);}
.brand_ui_select_box{height: 24px;margin-left: 8px;position: relative;}
.brand_ui_select_box .option_list{width:180px}
.brand_ui_select_box .text{padding-right: 31px;font-size:18px;font-weight: 700;line-height: 24px;color:#444}
.brand_ui_select_box .text::after{content:'';display:block; position: absolute;right:0;top:0;background: url('../../assets/images/common/comm_ico_select_circle.svg') center center no-repeat;background-size: cover;width:24px;height:24px}
.ui_select_box .option_list {display:none; position: absolute; top: 28px;left: 0;width: 100%;color: #000;list-style-type: none;padding: 0;overflow: hidden;max-height: 0;border-radius: 12px;width: 160px;text-align: left;border: 1px solid #333;padding:8px 0;background: #fff;z-index: 1;}
.brand_ui_select_box .option_list {top:37px}
.ui_select_box.active .option_list {display:block}
.ui_select_box .option_list::-webkit-scrollbar {width: 6px;}
.ui_select_box .option_list::-webkit-scrollbar-track {background: transparent; }
.ui_select_box .option_list::-webkit-scrollbar-thumb {background: #303030; border-radius: 45px;}
.ui_select_box .option_list::-webkit-scrollbar-thumb:hover {background: #303030;}
.ui_select_box.active .option_list {max-height: 500px;}
.ui_select_box .option_item {line-height: 22px;font-size: 16px;font-weight: 500;padding: 10px 20px;width: 100%;text-align: left;}
.ui_select_box .option_item.select {background: transparent url(../../assets/images/common/comm_ico_select_black.svg) 87% center no-repeat; background-size: 20px;font-weight:700;}
.ui_select_box .option_item:hover ,.ui_select_box .option_item.select:hover{background-color: #f5f5f5 }
@media (max-width: 950px) {
	.header-wrapper[data-pc-only] .gnb-dep2-menu{margin-left: 3%;}
	.header-wrapper[data-pc-only] .btn-header-order{margin-left: 1%;}
}
@media (max-width: 890px) {
	.btn-header-barcode{position: relative;}
	.btn-header-barcode[class^=btn-header]{width:42px;height: 36px;vertical-align: middle;}
	.btn-header-barcode .bg{background-color: rgba(255, 255, 255, 0.2);position: absolute;width:100%;height: 100%;top:50%;left: 50%;transform: translate(-50%,-50%);border-radius: 100%;}
	.header-wrapper{height: 60px;padding:0 20px;top: var(--TopPadding);}
	.header-wrapper [class^=btn-header] ~ [class^=btn-header]{margin-left: 20px;}
	.header-wrapper[data-mobile-only]{background:#fff;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-moz-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-moz-box-orient: horizontal;-moz-box-direction: normal;-ms-flex-direction: row;-webkit-flex-direction: row;flex-direction: row;}
	.header-wrapper[data-mobile-only].fix{background: #fff;border-bottom: 1px solid #eff1f3;margin-top: -1px;top:0;padding-top:  var(--TopPadding);height: calc(60px + var(--TopPadding));}
	.header-wrapper[data-mobile-only] .header-right a[class^="btn-"]{vertical-align: middle;margin-left: 20px;}
	.header-wrapper .btn-header-alarm[class^=btn-],.header-wrapper .btn-header-cart[class^=btn-]{vertical-align: middle}
	.header-wrapper .btn-more-view .ico-mile-white ~ .text {margin-left: 4px;font-size: 16px;letter-spacing: -0.025em;line-height: 22px;font-weight: 600;white-space: nowrap;}
	.header-wrapper .btn-more-view .ico-mile-white ~ .price {display: inline-block;margin-left:4px;font-size: 20px;line-height: 26px;letter-spacing: -0.025em;font-weight: 700;color: #fff;vertical-align: top;}
	.header-wrapper .btn-header-cart .count{color:#fff;background: #EF3D2E;}
	.header-wrapper .btn-header-alarm .new {overflow: hidden;position: absolute;top: 0;right: 0;display: block;width: 4px;height: 4px;border-radius: 4px;background: #fff;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only] {background: transparent;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only] .btn-header-cart .count {color:#000;background-color: #fff;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only] .btn-more-view .ico-mile-white {flex: 1 0 24px;margin-top: -3px;height: 24px;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only] .btn-more-view .price {display: inline-block;vertical-align: top;width: 100%;max-width: 100%;white-space: nowrap;margin-top: -2px;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix{background: #fff;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .btn-more-view.type-white .text{color:#000}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .btn-header-cart .count  {background: #EF3D2E;color:#fff}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .ico-header-cart {background: url("../images/common/comm_ico_cart.svg") 0 0 no-repeat;background-size: cover;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .ico-header-alarm {background: url("../images/common/comm_ico_alarm.svg") 0 0 no-repeat;background-size: cover;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .ico-header-barcode {background: url("../images/common/comm_ico_barcode_black.png") 0 0 no-repeat;background-size: cover;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .btn-header-barcode .lottie{display: none;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .btn-header-barcode .ico-barcode-black{display: block}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .btn-more-view.type-white .ico-mile-white{background: url(../images/common/comm_ico_eatz_mile_yellow.svg);}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .btn-more-view.type-white .ico-mile-white ~ .price{color:#000}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .btn-more-view.type-white:after {background-image: url("../images/common/comm_ico_more_view_arr_black.svg");        width: 20px;height: 20px;margin-top: -11px;right: -2px;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .btn-more-view.type-white .ico-mile-white ~ .text {color: #000;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .btn-header-back {background: url("../images/common/comm_ico_back.svg") 0 0 no-repeat;background-size: cover;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .page-title {color: #000;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .ico-qr-white{background: url(../../assets/images/common/comm_ico_qr.png) 0 0 no-repeat;background-size: cover;}
	body .wrapper.mo-header-transparent:not(.is-layer-active) .header-wrapper[data-mobile-only].fix .ico-option{background: url(../../assets/images/common/comm_ico_option_black.svg) 0 0 no-repeat;background-size: cover;}
}
@media (max-width: 320px){
	.header-wrapper[data-mobile-only] .header-right a[class^="btn-"]{margin-left: 16px;}
}
@media (max-width: 375px) and (max-height: 630px){ /* 메인 배너 .banner-tit의 font size 리사이징과 분기점 통일 (25.07.24 - yoo) */
	.header-wrapper .btn-more-view .ico-mile-white ~ .price{font-size: 16px;}
}

/* E : UIUX Project Header*/
/* S : UIUX Project Docker*/
.docker-wrapper .docker-list .docker-item {text-align: center;width:20%}
.docker-wrapper .docker-list .docker-item .btn-docker #orderLottieBtn{display: none;position: absolute;top:-14px; width:80px; height:78px;}
.docker-wrapper .docker-list .docker-item .btn-docker #orderLottieBtn::before{content: '';position: absolute;left: 0;top: 0;background: url(../../assets/images/common/comm_docker_bg.png) 0 0 no-repeat;background-size: cover;width:100%;height:100%}
.docker-wrapper .docker-list .docker-item.before_order .btn-docker #orderLottieBtn{display: block;}
.docker-wrapper .docker-list .docker-item.before_order .txt,.docker-wrapper .docker-list .docker-item.before_order .ico-eatz-character{display: none;}
.docker-wrapper {z-index: 15;display: block;position: fixed;bottom: 0;left: 0;right: 0;background: #fff;padding-bottom: calc(env(safe-area-inset-bottom) + var(--IOSBottomPadding));border-top-left-radius: 32px;border-top-right-radius: 32px;border:1px solid #eee;border-bottom:0}
.docker-wrapper .docker-list {padding:0 8px;height: 72px;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;-webkit-box-align: start;-moz-box-align: start;-ms-flex-align: start;-webkit-align-items: flex-start;align-items: flex-start;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-moz-box-orient: horizontal;-moz-box-direction: normal;-ms-flex-direction: row;-webkit-flex-direction: row;flex-direction: row;justify-content: space-between;}
.docker-wrapper .docker-list .docker-item .btn-docker {width: 100%;position: relative;padding: 14px 0 8px;display: flex;flex-direction: column;align-items: center;}
.docker-wrapper .docker-list .docker-item .btn-docker .ico-eatz-character{width:24px;height:24px }
.docker-wrapper .docker-list .docker-item .btn-docker .txt{margin-top: 4px;font-size: 12px;line-height: 1.2;font-weight: 500;letter-spacing: -0.025em;color:#333}
.docker-wrapper .docker-list.no_order{justify-content: space-between;}
/* E : UIUX Project Docker*/

/* UIUX Project */
/* 마이페이지 전체 메뉴 영역 */
.wrapper .cont-body.type02 .cont-box{padding-left: 0;}
.wrapper .cont-body.type02 .cont-box .cont-inner{padding: 28px;border-radius: 20px;background-color: #fff;}
.wrapper .cont-body.type02 .cont-box ~ .cont-box{margin-top: 20px;}

@media (max-width: 890px) {
	.wrapper .cont-body.type02{margin-top: 0;}
	.wrapper .cont-body.type02 .cont-box{padding-left: 20px;}
	.wrapper .cont-body.type02 .cont-box ~ .cont-box{margin-top: 40px;}
	.wrapper .cont-body.type02 .cont-box .cont-inner{padding: 0;}
	.footer-wrapper-mobile .gray-box{padding: 30px 20px calc(74px + 60px + env(safe-area-inset-bottom) + var(--IOSBottomPadding));}
	.cont-box.last_box{padding-bottom: 100px;}
}
@media (max-width: 360px) {
	.footer-wrapper-mobile.footer-wrapper .footer-row{flex-direction: column;}
}
/*UIUX Project Common 2차*/
.wrapper .container-wrapper.type02 .cont-box ~ .cont-box .cont-inner{padding-top:20px}
@media (max-width: 890px) {
	.header-wrapper[data-mobile-only] .header-right.flex{display: flex;align-items: center;}
	.header-wrapper[data-mobile-only] .header-right.flex .ico-plus + .fc-black{font-size:13px}
	.container-wrapper.type02 .cont-box .cont-inner{padding:20px 0}
	.wrapper .container-wrapper.type02 .cont-box ~ .cont-box .cont-inner{padding: 0;}
	.motypeA{margin-top: 0!important;padding: 0;background-color:#f5f6f8;}
}
@media (max-width: 320px) {
	.header-wrapper[data-mobile-only] .page-title{margin-left: 5px;font-size: 15px;}
}
/* UIUX Project 쿠폰 */
.warn_noti{padding:12px 20px}
.warn_noti + .gray-box{margin-top: 8px!important;}
.warn_noti .text{font-size:14px;font-weight: 500;line-height: 18px;color:#000;letter-spacing: -0.025em;}
.warn_noti .text .ico-info-popup{display: inline-block;width:16px;height: 16px;vertical-align: middle;margin-right: 8px;}
/* UIUX Project 결제 */
.aside-content-wrap .aside-wrap .aside-payment-wrap .cont-box{padding:24px!important;border:1px solid #ebebeb;border-radius: 20px;}
.aside-content-wrap .aside-wrap .aside-payment-wrap .cont-box + .cont-box{margin-top: 12px;}
.aside-content-wrap .aside-wrap .aside-payment-wrap .cont-box + .cont-box .cont-inner{padding-top: 0;}
.payment-current-wrap .payment-current-box .cont-tit-wrap + .price-info-list  + .price-info-list{margin-top: 12px;padding-top: 12px;border-top:1px solid #eee;}
.payment-current-wrap .payment-current-box .cont-tit-wrap + .price-info-list.type02{padding-top: 20px;border-top:1px solid #eee;}
@media (max-width: 890px) {
	.aside-content-wrap .aside-wrap .aside-payment-wrap .cont-box{border-radius: 0;border: none;padding:0 20px!important}
	/* UIUX 주문상세영역 */
	.aside-content-wrap.cont-order-wrap .aside-wrap .aside-payment-wrap.type02{padding-bottom: 100px;}
	/* 매장찾기 */
	.find_store_wrap .cont-inner{padding-bottom: 20px!important;}
}
