@charset "utf-8";


* {margin: 0; padding: 0; }
html, body {width: 100%; height: 100%; }
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; }
ul, ol, li, dl {list-style: none; padding: 0; margin: 0; }


/* =======================================================
	kr
========================================================*/
.lang-kor {
	font-family: 'NotoSansKR', Apple SD Gothic Neo, 돋움, dotum, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}





/* =======================================================
	wrapper
========================================================*/
.mc--wrapper {
	position: relative;
	width: 100%; height: 100%;
	/*padding-bottom: 50px;
	padding-bottom: calc(env(safe-area-inset-bottom) + 50px);
	padding-bottom: calc(constant(safe-area-inset-bottom) + 50px);*/
	box-sizing: border-box;
}

.no-scroll {
	height: 100%;
	min-height: 100%;
	overflow: hidden !important;
	touch-action: none;
}

.mc--container {
	padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
	padding: 0 constant(safe-area-inset-right) 0 constant(safe-area-inset-left);
	background-color: #efefef;
}

.mc--contents {
	padding-bottom: 25px;
	box-sizing: border-box;
}


/* =======================================================
	header
========================================================*/
.header {
	position: relative;
	width: 100%;
	padding: 0 20px;
	padding: env(safe-area-inset-top) calc(env(safe-area-inset-right) + 20px) 0 calc(env(safe-area-inset-left) + 20px);
	padding: constant(safe-area-inset-top) calc(constant(safe-area-inset-right) + 20px) 0 calc(constant(safe-area-inset-bottom) + 20px);
}
.header:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }


.header {
	height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

.header.fixed {
	position: fixed;
	left: 0; top: 0;
	z-index: 300;
}

.header-inner {
	width: 100%;
}

/* header-util */
.header-util {
	float: right;
	padding: 10px 0;
}
.header-util > a,
.header-util > button {
	float: left;
	width: 30px; height: 30px;
	box-sizing: border-box;
	vertical-align: middle;
}
.header-util > a + a,
.header-util > a + button,
.header-util > button + button,
.header-util > button + a {
	margin-left: 5px;
}


.header-search {
	background-color: transparent;
	background-image: url("/AppData/images/mediacommerce/white/layout/header_search.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
}
.header-lang  {
	background-color: transparent;
	background-image: url("/AppData/images/mediacommerce/white/layout/header_global.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
}



/* header type 01
-----------------------------------------------*/
.header.type01 h1 {
	float: left;
	width: calc(100% - 75px);
	max-height: 30px;
	margin: 0;
	padding: 10px 10px 10px 0;
}
.header.type01 .logo {
	display: block;
	width: 100%;
}
.header.type01 .logo.type-text{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 500;
	color: #222;
	line-height: 30px;
}
.header.type01 .logo.type-img {
	/*width: 130px;*/ height: 30px;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.header.type01 .logo.type-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}


/* header type 02
-----------------------------------------------*/
.header.type02 {
	position: fixed;
	z-index: 300;
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0.2), rgba(137, 137, 137, 0.02));
	border-bottom: 0;
	box-sizing: border-box;
}
.header.type02 .header-back {
	float: left;
	width: 30px; height: 30px;
	margin-top: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	background-image: url("/AppData/images/mediacommerce/white/layout/header_back_w.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px 14px;
}
.header.type02 .header-home {
	float: left;
	width: 30px; height: 30px;
	margin-top: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	background-image: url("/AppData/images/mediacommerce/white/layout/header_home_w.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 18px;
}
/*.header.type02 .btn-back {
	float: left;
	width: 30px; height: 30px;
	margin-top: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.header.type02 .icon-back {
	display: block;
	width: 30px;
	height: 30px;
	-webkit-mask-image: url("../images/layout/btn_history.svg");
	mask-image: url("../images/layout/btn_history.svg");
	-webkit-mask-size: 18px 14px;
	mask-size: 18px 14px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	mask-position: center;
}
.header.type02 .btn-home {
	float: left;
	width: 30px; height: 30px;
	margin-top: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.header.type02 .icon-home {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #fff;
	-webkit-mask-image: url("../images/layout/header_home.svg");
	mask-image: url("../images/layout/header_home.svg");
	-webkit-mask-size: 20px 20px;
	mask-size: 20px 20px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	mask-position: center;
}*/



/* header type 03
-----------------------------------------------*/
/*.header.type03 .btn-back {
	float: left;
	width: 30px; height: 30px;
	margin-top: 10px;
	box-sizing: border-box;
	vertical-align: middle;
}*/
.header.type03 .header-back {
	float: left;
	width: 30px; height: 30px;
	margin-top: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	background-image: url("/AppData/images/mediacommerce/white/layout/header_back_b.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px 14px;
}
/*.header.type03 .icon-back {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #222;
	-webkit-mask-image: url("../images/layout/btn_history.svg");
	mask-image: url("../images/layout/btn_history.svg");
	-webkit-mask-size: 18px 14px;
	mask-size: 18px 14px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	mask-position: center;
}*/
.header.type03 .header-title {
	float: left;
	width: calc(100% - 115px);
	margin: 0;
	padding: 10px 10px 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 500;
	color: #222;
	line-height: 30px;
}





/* =======================================================
	footer
========================================================*/
#footer {
	padding: 0 0 0;
	padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	padding: 0 constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
	background-color: #efefef;
}


/* 법적고지 */
.footer-legal {
	padding: 20px 20px;
	border-bottom: 1px solid #dadbdf;
	background-color: #fff;
	box-sizing: border-box;
}
.footer-legal .title {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #666;
}
.footer-legal p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #999;
}


/* 사업자 정보 */
.footer-info {
	margin-top: 5px;
	padding: 20px 20px 30px;
	background-color: #fff;
	box-sizing: border-box;
}
.footer-toggle {
	display: block;
	border: none;
	background-color: none;
	outline: none;
	text-align: left;
}
.footer-toggle span {
	display: inline-block;
	padding-right: 20px;
	background-image: url("/AppData/images/mediacommerce/white/layout/footer_open.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px 6px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}
.footer-toggle.active span {
	background-image: url("/AppData/images/mediacommerce/white/layout/footer_close.png");
}
.footer-copyright {
	margin-top: 15px;
}
.footer-copyright p {
	font-size: 12px;
	color: #999;
	text-align: left;
	margin-bottom: 5px;
}


/* footer menu */
.footer-menu {
	margin-top: 10px;
}
.footer-menu:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.footer-menu li {
	float: left;
}
.footer-menu li + li {
	margin-left: 5px;
	padding-left: 6px;
	background-image: url("/AppData/images/mediacommerce/white/layout/footer_divider.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.footer-menu li a {
	display: inline-block;
	font-size: 12px;
	text-align: left;
	color: #999;
}



/* =======================================================
	fnb
========================================================*/
.fnb-wrapper {
	position: fixed;
	left: 0; bottom: 0;
	z-index: 300;
	width: 100%;
	padding-bottom: 0;
	padding-bottom: env(safe-area-inset-bottom);
	padding-bottom: constant(safe-area-inset-bottom);
	border-top: 1px solid #ddd;
	background-color: #fff;
}
.fnb-wrapper ul {
	display: table;
	margin: 0 auto;
}
.fnb-wrapper ul li {display: table-cell; width: 1%; height: 50px; box-sizing: border-box; text-align: center; vertical-align: middle; }

.fnb-menu {display: block; margin: 0 auto; fill: #666; }


.fnb-home {width: 22px; height: 22px; margin-top: -2px; }
.fnb-hamburger {width: 24px; height: 24px; margin-top: 2px; }
.fnb-zzim {width: 24px; height: 28px; margin-top: 7px; }
.fnb-cart {width: 22px; height: 24px; }
.fnb-mypage {width: 22px; height: 24px; }



/*

.fnb-menu {
	width: 22px;
	box-sizing: border-box;
	fill: #666;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.fnb-menu .icon {
	display: block;
	width: 30px; height: 50px;
	margin: 0 auto;
	background-color: #666;
}

.fnb-home {
	-webkit-mask-image: url("../images/layout/fnb_home.svg");
	mask-image: url("../images/layout/fnb_home.svg");
	-webkit-mask-size: 22px 22px;
	mask-size: 22px 22px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	mask-position: center;
}
.fnb-zzim {
 	-webkit-mask-image: url("../images/layout/fnb_zzim.svg");
 	mask-image: url("../images/layout/fnb_zzim.svg");
 	-webkit-mask-size: 28px 26px;
 	mask-size: 28px 26px;
 	-webkit-mask-repeat: no-repeat;
 	background-repeat: no-repeat;
 	-webkit-mask-position: center;
 	mask-position: center;
}
.fnb-hamburger {
	-webkit-mask-image: url("../images/layout/fnb_hamburger.svg");
	mask-image: url("../images/layout/fnb_hamburger.svg");
	-webkit-mask-size: 22px 22px;
	mask-size: 22px 22px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	background-position: center;
 }
.fnb-cart {
	-webkit-mask-image: url("../images/layout/fnb_cart.svg");
	mask-image: url("../images/layout/fnb_cart.svg");
	-webkit-mask-size: 22px 24px;
	mask-size: 22px 24px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	background-position: center;
}
.fnb-mypage {
	-webkit-mask-image: url("../images/layout/fnb_mypage.svg");
	mask-image: url("../images/layout/fnb_mypage.svg");
	-webkit-mask-size: 22px 24px;
	mask-size: 22px 24px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	background-position: center;
}
*/




/* =======================================================
	category-container
========================================================*/
.layer {
	display: none;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 9998;
}
.category-container {
	position: absolute;
	top: 0; left: -100%; bottom: 0;
	z-index: 9999;
	display: block;
	width: 100%;
	overflow: hidden;
	overflow-y: scroll;
	padding: 0 0;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
	box-sizing: border-box;
	background-color: #f7f7f7;
}
.category-container.active {
	left: 0;
}



/* category header
-----------------------------------------------*/
.category-header {
	padding: 20px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #dadbdf;
	background-color: #fff;
}
.category-header:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.category-log {
	float: left;
	width: calc(100% - 30px);
}
.category-log p {
	font-size: 22px;
	font-weight: 400;
	color: #222;
}
.category-log strong {
	font-size: 22px;
	font-weight: 700;
	color: #222;
}
.category-log a {
	display: inline-block;
	margin-top: 15px;
	outline: none;
}
.close-category {
	float: right;
	display: inline-block;
	width: 30px; height: 30px;
	background: url("/AppData/images/mediacommerce/white/layout/category_close.png") no-repeat right center;
	background-size: 14px 14px;
}

.category-log .goto-home {
	margin-top: 5px;
	padding-left: 24px;
	background-image: url("/AppData/images/site/mobile/layout/icon_category_home.png");
	background-repeat: no-repeat;
	background-position: left top 3px;
	background-size: 14px 14px;
	font-size: 14px;
	color: #4966f5;
}



/* category util
-----------------------------------------------*/
.category-util {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	border-bottom: 1px solid #dadbdf;
}
.category-util ul {
	display: table;
	margin: 0 auto;
}
.category-util ul li {
	display: table-cell;
	width: 1%;
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
}
.category-util ul li + li .category-util-menu {
	border-left: 1px solid #dadbdf;
}
.category-util-menu {
	display: block;
	margin: 0 auto;
	text-align: center;
	outline: none;
}
.category-util-menu span {
	display: inline-block;
	padding-top: 30px;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.category-util-menu.icon-order {
	background-image: url("/AppData/images/mediacommerce/white/layout/category_order.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 30px 20px;
}
.category-util-menu.icon-cart {
	background-image: url("/AppData/images/mediacommerce/white/layout/category_cart.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 20px 20px;
}
.category-util-menu.icon-point {
	background-image: url("/AppData/images/mediacommerce/white/layout/category_point.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 26px 20px;
}
.category-util-menu.icon-coupon {
	background-image: url("/AppData/images/mediacommerce/white/layout/category_coupon.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 24px 20px;
}
/*
.category-util .icon {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 30px; height: 20px;
	background-color: #5f5f5f;
}
.category-util .icon-order {
	-webkit-mask-image: url("../images/layout/category_order.svg");
	mask-image: url("../images/layout/category_order.svg");
	-webkit-mask-size: 30px 20px;
	mask-size: 30px 20px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	mask-position: center;
}
.category-util .icon-cart {
	-webkit-mask-image: url("../images/layout/category_cart.svg");
	mask-image: url("../images/layout/category_cart.svg");
	-webkit-mask-size: 20px 20px;
	mask-size: 20px 20px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	mask-position: center;
}
.category-util .icon-coupon {
	-webkit-mask-image: url("../images/layout/category_coupon.svg");
	mask-image: url("../images/layout/category_coupon.svg");
	-webkit-mask-size: 26px 20px;
	mask-size: 26px 20px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	mask-position: center;
}
.category-util .icon-point {
	-webkit-mask-image: url("../images/layout/category_point.svg");
	mask-image: url("../images/layout/category_point.svg");
	-webkit-mask-size: 24px 20px;
	mask-size: 24px 20px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
 	-webkit-mask-position: center;
 	mask-position: center;
}*/



/*
	category-gnb
-----------------------------------------------*/
.category-gnb {
	margin-top: 10px;
}
.gnb {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}
.gnb > li {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #f2f2f2;
}
.gnb > li:last-child {
	border-bottom: 1px solid #dadbdf;
}
.gnb > li > a,
.gnb > li > button {
	display: block;
	width: 100%;
	padding: 20px 40px 20px 20px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 15px;
	color: #222;
	text-align: left;
	outline: none;
}
.gnb li.has-depth > a,
.gnb li.has-depth > button {
	background-image: url("/AppData/images/mediacommerce/white/layout/gnb_depth_open.png");
	background-repeat: no-repeat;
	background-position: right 20px top 25px;
	background-size: 10px 6px;
}
.gnb li.has-depth.active > a,
.gnb li.has-depth.active > button {
	background-image: url("/AppData/images/mediacommerce/white/layout/gnb_depth_close.png");
}

.gnb .gnb-all {
	font-weight: 500;
}
.gnb .gnb-depth {
	display: none;
	background-color: #f2f2f2;
	border-top: 1px solid #f0f0f0;
}
.gnb .gnb-depth a,
.gnb .gnb-depth button {
	display: block;
	width: 100%;
	padding: 15px 40px;
	box-sizing: border-box;
	text-align: left;
	font-size: 13px;
	color: #666;
	outline: none;
}



/*
	category-nav
-----------------------------------------------*/
.category-nav {
	margin-top: 10px;
}
.nav-etc {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}
.nav-etc > li {
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.nav-etc > li:last-child {
	border-bottom: 1px solid #dadbdf;
}
.nav-etc > li > a,
.nav-etc > li > button {
	display: block;
	width: 100%;
	padding: 20px 40px 20px 20px;
	box-sizing: border-box;
	background-color: #fff;
	background-image: url("/AppData/images/mediacommerce/white/layout/gnb_go.png");
	background-repeat: no-repeat;
	background-position: right 20px top 25px;
	background-size: 6px 10px;
	font-size: 15px;
	color: #222;
	text-align: left;
	outline: none;
}



/*
	category-recently
-----------------------------------------------*/
.category-recently {
	margin-top: 10px;
	background-color: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #dadbdf;
	padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
}

/* category-recently-header */
.category-recently-header {
	padding: 15px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #f2f2f2;
}
.category-recently-header:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.category-recently-header .title {
	float: left;
	font-size: 14px;
	color: #444;
	font-weight: 400;
}
.category-recently-header .btn-goto {
	float: right;
	outline: none;
}
.category-recently-header .btn-goto span {
	font-size: 12px;
	color: #888;
	font-weight: 400;
}

/* category-recently-list */
.category-recently-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 20px;
	box-sizing: border-box;
}
.category-recently-list li {
	position: relative;
	width: calc((100vw - 60px)/3);
	height: calc((100vw - 60px)/3);
	border: 1px solid #e9eaee;
	background-color: #f2f2f2;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
}
.category-recently-list li.nodata {
	padding: 25px 0 0;
	width: 100%;
	box-sizing: border-box;
	border: none;
	background-color: #fff;
	font-size: 14px;
	color: #888;
	text-align: center;
}
.category-recently-list li + li {
	margin-left: 10px;
}
.category-recently-list li a,
.category-recently-list li button {
	display: block;
	width: 100%; height: 100%;
	outline: none;
}
.category-recently-list li img {
	display: block;
	width: 100%;
	height: 100%;
}




/* =======================================================
  sticky-wrapper
========================================================*/
.sticky-wrapper {
	display: none;
	position: fixed;
	bottom: 60px; right: 10px;
	z-index: 1000;
}

.sticky-wrapper .sticky-top {
	display: block;
	width: 50px; height: 50px;
	background-image: url(/AppData/images/mediacommerce/button/btn_top.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}




/* =======================================================
* Device = 태블릿, 아이패드(세로), PC
* Screen = 768px 이상
* ========================================================*/
@media all and (min-width: 690px){

/* =======================================================
			wrapper
========================================================*/
	.mc--wrapper {
		display: table;
	}

	.mc--container {
		display: table-row;
		height: 100%;
	}
	.mc--contents {
		width: 690px;
		margin: 0 auto;
	}

/* =======================================================
			header
========================================================*/
	.header-inner {
		display: block;
		width: 690px;
		height: 100%;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
	}



/* =======================================================
			footer
========================================================*/
	#footer {
		display: table-row;
	}
	.footer-legal {
		width: 690px;
		margin: 0 auto;
	}
	.footer-info {
		width: 690px;
		margin: 5px auto 0;
		padding-bottom: 30px;
	}



/* =======================================================
		category-container
========================================================*/
	.layer {
		background: rgba(0,0,0,0.6);
	}
	.category-container {
		width: 690px;
		box-sizing: content-box;
		-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
	}
	.category-container::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}
	.category-container.active {
		left: 50%;
		margin-left: -345px;
	}


/*
		category-recently
-----------------------------------------------*/
	.category-recently-list li {
		width: 210px;	height: 210px;
	}

	.fnb-wrapper ul {
		width: 690px;
		margin: 0 auto;
	}



} /* 반응형 끝 */


