@charset "UTF-8";
/*@import url(../codefont/fonts.css);*/

/*--- top---*/
#wrap {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width:1920px;
}
.screen-inner {
	width:1720px;
	margin:0 auto;
	box-sizing:border-box;
}
.screen-inner-min {
	width:1440px;
	margin:0 auto;
	box-sizing:border-box;
}

.wrap-inner {
	width: 100%;
	margin: 0;
	text-align: center;
}

.wrap-inner-mb {
	position: relative;
	clear:both;
	width: 100%;
	height: 900px;
	margin: 0;
	text-align: center;
}
@media (max-device-width:1379px) {
#wrap {
	min-width:auto;
}
.screen-inner-min,
.screen-inner {
	width: auto;
	margin-left:45px;
	margin-right:45px;
}
}
@media (max-device-width:1199px) {

.screen-inner-min,
.screen-inner {
	margin-left:25px;
	margin-right:25px;
}
}
@media (max-device-width:1023px) {
.screen-inner-min,
.screen-inner {
	margin-left:15px;
	margin-right:15px;
}
}


h2 {
	margin-bottom:45px;
	line-height:1.2;
	font-size:45px;
	font-weight:bold;
	color:#242424;
}
h3 {
	margin-bottom:25px;
	line-height:1.2;
	font-size:36px;
	font-weight:bold;
	color:#242424;
}
h4 {
	margin-bottom:15px;
	line-height:1.2;
	font-size:24px;
	font-weight:bold;
	color:#242424;
}
h5 {
	margin-bottom:15px;
	line-height:1.3;
	font-size:20px;
	font-weight:bold;
	color:#242424;
}
@media (max-width:1023px) {
h2 {
	margin-bottom:30px;
	font-size:38px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:18px;
}
}
@media (max-width:767px) {
h2 {
	margin-bottom:25px;
}
}
@media (max-width:539px) {
h2 {
	font-size:28px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
}

#top-banner {
	position: relative;
	z-index: 9;
	background-color:#f5f5f5;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}
#top-banner .top-banner-inner {
	width: 1240px;
	margin: 0 auto;
	padding: 0;
}

#Header {
	position:relative;
	z-index:100;
	padding-bottom:30px;
}

@media (max-device-width:1379px) {
#Header {
	display:none;
}
}

.top-inner {
	position: relative;
	min-height:220px;
	padding: 0px;
	display:grid;
	grid-template-columns:auto 2fr 1fr;
	grid-template-rows:100px auto;
	gap:15px 60px;
	grid-template-areas:"h_cs h_util h_util" "h_cs h_menu h_menu";
}
.topR, .topL {
	position:relative;
	box-sizing:border-box;
	background-color:#fff;
	border-radius:0 0 3rem 3rem;
	box-shadow:1px 3px 15px rgba(0,0,0,0.15);
}
.topR {
	padding:15px 30px 0 30px;
}

.top-cs {
	align-self:end;
	position: relative;
	text-align:left;
	font-size:25px;
	color:#000;
	grid-area:h_cs;
}
.top-cs > div + div {
	margin-top:10px;
}
.top-cs .top-cs-kakao,
.top-cs .top-cs-tel {
	background-repeat:no-repeat;
	background-position:4px 50%;
	background-color:transparent;
	background-image:url(/img/top_cs_icon.png);
	background-size:24px;
	padding-left:45px;
}
.top-cs .top-cs-kakao {
	background-position:-4px 50%;
	background-image:url(/img/top_cs_kakao.png);
	background-size:44px;
	font-size:21px;
}
.top-cs .top-cs-naver {
	margin-top:25px;
}

.top-btn {
	list-style:none;
	display:inline-block;
	clear:both;
	margin-top:5px;
}
.top-btn li {
	position:relative;
	float:left;
	margin-top:5px;
}
.top-btn li + li {
	margin-left:5px;
}
.top-btn li:nth-child(3n+1) {
	margin-left:0;
	width:36%;
}
.top-btn li:nth-child(3n+2) {
	width:calc(32% - 5px);
}
.top-btn li:nth-child(3n+3) {
	width:calc(32% - 5px);
}
.top-btn a {
	display:block;
	box-sizing:border-box;
	padding:12px 5px;
	text-decoration:none;
	letter-spacing:-1px;
	font-family:'Nanum Square', 'Nanum Gothic';
	font-size:15px;  /* 개별결제 */
	font-weight:700;
	color:#fff;
	border-radius:5rem;
	background:#524987;
}

#util-menu {
	position: relative;
	z-index:1;
	width: 100%;
	margin:0;
	text-align: center;
	clear: both;
	background-color:transparent;
}
.util-menu-inner {
	position: relative;
	height: 42px;
}

.top-util-menu {
	position: relative;
	padding-top:35px;
	margin-right:70px;
	grid-area:h_util;
	justify-self:end;
}
.top-util-menu ul li {
	position: relative;
	float: left;
	margin:0 6px;
	font-size: 14px;
	font-weight:600;
	line-height: 1;
}
.top-util-menu ul li a {
	display:inline-block;
	color: #333;
}
.top-util-menu ul li._join::before {
	content:'';
	display:none;
	position:absolute;
	top:-22px;
	left:50%;
	transform:translateX(-50%);
	width:64px;
	height:32px;
	background:url(/img/join_bubble.png) no-repeat 50% 0%;
	background-size:contain;
}
.top-util-menu .top-util-icon {
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	padding:0;
	margin-right:4px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(38%) sepia(27%) saturate(899%) hue-rotate(58deg) brightness(94%) contrast(87%);
}
.i_login {
	background-image:url(/img/icons/i_login.png);
}
.i_cart {
	background-image:url(/img/icons/i_cart.png);
}
.i_order {
	background-image:url(/img/icons/i_order_search.png);
}
.i_join {
	background-image:url(/img/icons/i_user_plus.png);
}
.i_cs {
	background-image:url(/img/icons/i_headphone.png);
}
.i_bookmark {
	background-image:url(/img/icons/i_bookmark.png);
	background-size:22px !important;
}

.cart_num {
	position:absolute;
	top:-5px;
	right:0;
	width:18px;
	height:18px;
	line-height:16px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background-color:#fc2b3a;
	border-radius:50%;
}
@media (max-device-width:1199px) {
.cart_num {
	top:-3px;
	width:15px;
	height:15px;
	line-height:15px;
	font-size:10px;
}
}

.header-logo {
	position: absolute;
	z-index:52;
	left:50%;
	top:18px;
	transform:translateX(-50%);
}

/*** Header Fixed ***/
#Header._fixed {
	position:fixed;
	left:0;
	right:0;
	top:0;
	padding-bottom:12px;
	background-color:#ffffff;
	box-shadow:0 0 6px rgba(0,0,0,0.35);
}
#Header._fixed > .top-inner {
	width:1440px;
	min-height:auto;
	grid-template-columns:100%;
	grid-template-rows:82px 100px;
	grid-template-areas:"h_cs" "h_menu";
	gap:12px 30px;
}
#Header._fixed .top-cs {
	display:inline-flex;
	justify-content:end;
	align-items:center;
	box-sizing:border-box;
	padding-left:30%;
}
#Header._fixed .top-cs > div {
	display:inline-block;
	margin-top:0;
}
#Header._fixed .top-cs > div + div {
	margin-top:0;
	margin-left:25px;
}
#Header._fixed .header-logo {
	left:0;
	transform:none;
}
#Header._fixed .search-topbt {
	right:auto;
	left:336px;
	top:44px;
}
#Header._fixed .GNB-inner {
	justify-content:space-between !important;
}
#Header._fixed .top-util-menu {
	display:none;
}
@media (max-device-width:1379px) {
#Header._fixed {
	display:none;
}
}


/*--- 검색바 ---*/
#search-Layer {
	display:none;
	position:sticky;
	z-index: 900;
	left:50%;
	top:50%;
	transform:translate(0%,-50%);
}
.search-inner {
	display: inline-block;
	width:740px;
	margin: 0 auto;
}

.search-topbt {
	position:absolute;
	z-index:9;
	top:35px;
	right:0;
	width:24px;
	height:24px;
	background:url(/img/icons/i_search.png) no-repeat 50% 50%;
	background-size:contain;
	cursor:pointer;
}

#search-wrap {
	position: absolute;
	z-index:52;
	top:50px;
	right:50%;
	transform:translateX(92px);
}
.search-bar {
	float:left;
	box-sizing:border-box;
	width:665px;
	height:62px;
	padding:2px 12px;
	background-color: #fff;
	border: 1px solid #000;
	border-width:0 0 4px 0;
	border-radius:0;
}
.g_window .gbox {
	float: left;
	width:calc(100% - 44px);
}
.g_window .gbox input {
	float: none;
	width: 100%;
	height:54px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	text-align: left;
	font-size:18px;
	color: #000000;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window input[type=image] {
	float: left;
}
.g_window .btn_arw {
	float: left;
	width:36px;
	height:36px;
	margin:8px 0 0 8px;
}
.g_window .btn_arw input {
	width:100%;
	height:100%;
}
.g_window .btn_arw a {
	display: block;
	padding: 7px 5px;
}

.schbt-close {
	float:left;
	width: 48px;
	height:62px;
	margin-left:25px;
	background:url(/img/icons/i_closed_white.png) no-repeat 50% 50%;
	background-size:contain;
	cursor:pointer;
}

#search-mask {
	display:none;
	position:fixed;
	z-index:500;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#000;
	opacity:0.9;
}
@media (max-device-width:1199px) {
#search-wrap {
	display: none;
}

#search-wrap-mb {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 56px;
	box-sizing: border-box;
	margin: 0px;
	padding: 8px 10px;
	background-color:#6e60b9;
}
.search-inner {
	width:480px;
}
.search-bar {
	float:left;
	width:calc(100% - 42px);
	height: 40px;
	box-sizing:border-box;
	padding:3px 15px 3px 10px;
	border:0;
	border-radius:3rem;
}
.g_window .gbox input {
	width: 100%;
}
.g_window .btn_arw {
	margin-top:3px;
}
.schbt-close {
	width: 32px;
	height:37px;
	margin-left:10px;
}
}
@media (max-width:767px) {
.g_window .gbox input {
	margin-top:3px;
	margin-bottom:0;
}
}
@media (max-width:539px) {
.search-inner {
	width:100%;
}
}
/***** Search END *****/

.img100 {
	width:auto;
}
@media (max-width:1199px) {
.img100 {
	width:100%;
}
}

.btn_fixed {
	display:none;
	position: fixed;
	width:64px;
	right:15px;
	bottom:80px;
	z-index: 91;
	opacity:0.85;
}
@media (max-device-width:1199px) {
.btn_fixed {
	display:block;
}
}
@media (max-device-width:1023px) {
.btn_fixed {
	width:48px;
}
}
@media (max-device-width:539px) {
.btn_fixed {
	width:36px;
}
}


#Footer {
	clear: both;
	box-sizing:border-box;
	padding:35px 0 70px 0;
	text-align: center;
}
.copy-inner {
	position: relative;
}
.copy-contents {
	display:grid;
	grid-template-rows:repeat(3, auto);
	grid-template-columns:1.5fr 1fr 1fr auto auto;
	grid-template-areas:'footer_logo footer_logo footer_logo footer_logo footer_logo'
	'footer_cs footer_bank footer_qna footer_utilG footer_utilC'
	'footer_copy footer_copy footer_copy footer_copy footer_copy';
	grid-gap:0 50px;
	box-sizing:border-box;
	text-align:left;
	word-break:keep-all;
	line-height:1.4;
	color:#999999;
}

.bottom-csBox {
	margin:35px 0;
	text-align: left;
	font-size:15px;
}
.bottom-csBox h4 {
	margin-bottom:15px;
	letter-spacing:-1px;
	font-size:20px;
	font-weight:800;
	color:#000;
}

.bottom-csBox.bottom-cs {
	font-size:13px;
	grid-area:footer_cs;
}
.bottom-csBox.bottom-bank {
	grid-area:footer_bank;
}
.bottom-csBox.bottom-bank .banknumber {
	margin-bottom:18px;
	font-weight:700;
	color:#333;
}
.bottom-csBox.bottom-qna {
	grid-area:footer_qna;
}
.bottom-csBox.bottom-qna .btn {
	display:inline-flex;
	align-items:center;
	box-sizing:border-box;
	height:37px;
	margin-right:2px;
	padding:10px 15px;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
	color:#fff;
	background-color:#000;
	border-radius:4px;
}

.bottom-utilmenu {
	display:inline-block;
	min-width:128px;
}
.bottom-utilmenu.util-guide {
	grid-area:footer_utilG;
}
.bottom-utilmenu.util-costomer {
	grid-area:footer_utilC;
}
.bottom-utilmenu ul {
	list-style:none;
}
.bottom-utilmenu li {
	box-sizing:border-box;
	margin-bottom:8px;
	list-style:none;
	line-height:1.2;
	text-align:left;
}
.bottom-utilmenu li a {
	color: inherit;
	text-decoration:none;
}
.bottom-utilmenu li a:hover {
	color:#000;
}

.bottom-sns {
	position:absolute;
	top:35px;
	right:0;
	display:inline-flex;
	align-items:center;
}
.bottom-sns > * {
	display:inline-block;
}
.bottom-sns > * + * {
	margin-left:15px;
}
.bottom-sns h4 {
	margin-bottom:0;
	font-size:14px;
	font-weight:800;
	color:#000;
}
.bottom-sns a {
	width:28px;
	height:28px;
	cursor:pointer;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:24px;
	filter: brightness(0) saturate(100%)
}
.bottom-sns a.bottom_sns_insta {
	background-image:url(/img/icons/i_sns_insta.png);
}
.bottom-sns a.bottom_sns_twitter {
	background-image:url(/img/icons/i_sns_twitter.png);
}
.bottom-sns a.bottom_sns_facebook {
	background-image:url(/img/icons/i_sns_facebook2.png);
	background-size:contain;
}
.bottom-sns a.bottom_sns_blog {
	background-image:url(/img/icons/i_sns_blog.png);
}
.bottom-sns a.bottom_sns_nstore {
	background-image:url(/img/icons/i_sns_naver.png);
	background-size:18px;
}
.bottom-sns a.bottom_sns_youtube {
	background-image:url(/img/icons/i_sns_youtube.png);
}
.bottom-sns a.bottom_sns_katalk {
	background-image:url(/img/icons/i_sns_kakao2.png);
	background-size:contain;
}

#Footer .footer-logo {
	padding-bottom:30px;
	border-bottom:1px solid #cccccc;
	grid-area:footer_logo;
}
#Footer .copyright {
	position:relative;
	box-sizing:border-box;
	padding-top:30px;
	border-top:1px solid #cccccc;
	text-align: left;
	word-break:keep-all;
	font-size: 14px;
	grid-area:footer_copy;
}
#Footer .copyright span {
	display:inline-block;
	vertical-align:middle;
	margin-right:6px;
	margin-left:6px;
}
#Footer .copyright span::before {
	content:'/';
}
#Footer .esc {
	position: absolute;
	top: 35px;
	right:15px;
}
@media (max-device-width:1379px) {
.copy-contents {
	grid-template-rows:repeat(4, auto);
	grid-template-columns:1fr 1.5fr 1.5fr 1.5fr;
	grid-template-areas:'footer_logo footer_logo footer_logo footer_logo'
	'footer_cs footer_cs footer_bank footer_qna'
	'footer_utilG footer_utilG footer_utilC footer_utilC'
	'footer_copy footer_copy footer_copy footer_copy';
}
.bottom-utilmenu {
	margin-top:0;
}
.bottom-utilmenu li {
	display:inline-block;
	margin-right:15px;
}
}
@media (max-device-width:1199px) {
.copy-contents {
	grid-template-columns:repeat(4, 1fr);
}
}
@media (max-device-width:1110px) {
.copy-contents {
	grid-template-rows:repeat(5, auto);
	grid-template-columns:repeat(2, 1fr);
	grid-template-areas:'footer_logo footer_logo'
	'footer_cs footer_cs'
	'footer_bank footer_qna'
	'footer_utilG footer_utilC'
	'footer_copy footer_copy';
}
.bottom-csBox.bottom-cs {
	margin-bottom:0;
}
}
@media (max-device-width:1079px) {}
@media (max-device-width:1023px) {
#Footer {
	padding-top:25px;
	padding-bottom:45px;
}

#Footer .copyright {
	padding-right:108px;
}
#Footer .esc {
	right:5px;
}
}
@media (max-device-width:899px) {}
@media (max-device-width:819px) {}
@media (max-device-width:767px) {
#Footer .footer-logo {
	height:48px;
	padding-bottom:18px;
}
.bottom-sns {
	top:20px;
}
.bottom-sns > * + * {
	margin-left:10px;
}
.bottom-sns a {
	width:22px;
	height:22px;
	background-size:contain;
}
.bottom-sns a.bottom_sns_nstore {
	background-size:16px;
}
.bottom-sns a.bottom_sns_insta,
.bottom-sns a.bottom_sns_blog {
	background-size:20px;
}

#Footer .copyright {
	padding-right:85px;
}
#Footer .copyright span {
	display:block;
	margin:0;
}
#Footer .copyright span::before {
	content:'';
}
#Footer .esc {
	width:78px;
}
}
@media (max-device-width:599px) {
.copy-contents {
	grid-template-rows:repeat(7, auto);
	grid-template-columns:100%;
	grid-template-areas:'footer_logo'
	'footer_cs'	'footer_bank' 'footer_qna'
	'footer_utilG' 'footer_utilC' 'footer_copy';
}
.bottom-csBox {
	margin-top:25px;
	margin-bottom:0;
}
.bottom-csBox h4 {
	font-size:18px;
	font-weight:700;
}
.bottom-csBox.bottom-bank .banknumber {
	margin-bottom:12px;
}
.bottom-utilmenu.util-costomer {
	margin-bottom:25px;
}
}
@media (max-device-width:539px) {
#Footer {
	padding-bottom:25px;
}
.copy-inner {
	padding-bottom:45px;
}
.bottom-csBox {
	font-size:14px;
}
.bottom-csBox h4 {
	margin-bottom:10px;
	font-size:16px;
}
.bottom-utilmenu li {
	margin-right:10px;
}
.bottom-sns {
	top:auto;
	bottom:0;
	right:50%;
	transform:translateX(50%);
}
}
@media (max-device-width:479px) {
}
@media (max-device-width:410px) {
}
@media (max-device-width:389px) {
}
@media (max-device-width:359px) {
}


/*--우측아이콘--*/
.qm-wrap {
	position:absolute;
	z-index:99;
	top:360px;
	right:90px;
}
.qm-wrap ol {
	list-style:none;
}
.qm-wrap li + li {
	margin-top:10px;
}
.qm-wrap a {
	display:block;
	width:74px;
	height:74px;
	border-radius:50%;
	overflow:hidden;
	cursor:pointer;
}
.qm-wrap .qm_insta {
	background:url(/img/icons/i_sns_insta.png) no-repeat 50% 50%;
	background-color:#4858a7;
	background-size:52px;
}
.qm-fixed {
	position:fixed;
	z-index:99;
	left:0;
	bottom:65px;
	overflow:hidden;
	border-radius:0 1.25rem 1.25rem 0;
	box-shadow:0 0 8px rgba(145,145,145,0.4);
}
@media (max-width:1599px) {
.qm-wrap {
	right:15px;
}
}
@media (max-device-width:1199px) {
.qm-wrap {
	position:fixed;
	top:auto;
	bottom:60px;   /*-- 모바일용 우측스크롤메뉴 하단폭 --*/
}
.qm-wrap a {
	width:64px;
	height:64px;
}
.qm-wrap .qm_insta {
	background-size:40px;
}

.qm-fixed {
	display:none;
}
}
@media (max-device-width:767px) {
.qm-wrap li + li {
	margin-top:5px;
}
.qm-wrap a {
	width:48px;
	height:48px;
}
.qm-wrap .qm_insta {
	background-size:30px;
}
}
@media (max-device-width:539px) {
.qm-wrap {
	right:10px;
}
}
@media (max-device-width:479px) {
.qm-wrap a {
	width:42px;
	height:42px;
}
.qm-wrap .qm_insta {
	background-size:24px;
}
}


#contents {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 640px;
}
.contents-inner {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

#article {
	clear:both;
	position:relative;
	padding:0;
}
@media (max-device-width:1199px) {
#contents {
	min-height:480px;
	padding-top:25px;
}
}
@media (max-device-width:767px) {
#contents {
	min-height:360px;
	padding-top:15px;
}
}

/*** MAIN *--------------------------*/
#Visual-section {
	position: relative;
	z-index:1;
	display:flex;
	justify-content:start;
	align-items: end;
	
	box-sizing:border-box;
	min-height:820px;
	margin: 0;
	padding-top:100px;
	text-align: center;
	overflow:hidden;
	background-image:url(/img/main/visual_bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-size:contain;
}
.visual-headtxt {
	position:absolute;
	z-index:2;
	left:53%;
	top:5.5%;
}
@media (max-width: 1920px) {
#Visual-section {
	min-height:740px;
	padding-top:75px;
}
.visual-headtxt {
	top:3.5%;
}
}
@media (max-device-width:1379px) {
#Visual-section {
	min-height:640px;
	background-size:auto 463px;
}
.visual-headtxt {
	height:228px;
}

#Visual-section._mb {
	min-height:auto;
	padding-top:0;
	background-image:none;
}
}
@media (max-width: 1199px) {
#Visual-section {
	min-height:540px;
	padding-top:45px;
}
}
@media (max-device-width:1199px) {}
@media (max-width: 1079px) {
#Visual-section {
	min-height:480px;
	padding-top:35px;
}
}


.main-bnCategory {
	clear:both;
	margin:90px 0;
}
.main-bnCate-inner {}
.Cate-bnList {
	list-style:none;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
}
.Cate-bnList li {
	flex:0 0 auto;
	margin-left:15px;
	margin-right:15px;
	text-align:center;
	font-size:18px;
	font-weight:500;
	color:#303030;
}
.Cate-bnList li i {
	display:block;
	width:108px;
	height:108px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
.Cate-bnList li a {
	display:block;
}
.Cate-bnList li a:hover {
	color:#336633;
}
@media (max-device-width:1199px) {
.main-bnCategory {
	margin:80px 0;
}
.Cate-bnList li {
	margin-left:12px;
	margin-right:12px;
}
}
@media (max-device-width:1110px) {
.main-bnCategory {
	margin:65px 0;
}
.Cate-bnList li {
	font-size:16px;
}
.Cate-bnList li i {
	width:96px;
	height:96px;
}
}
@media (max-device-width:1023px) {
.main-bnCategory {
	margin:50px 0;
}
.Cate-bnList {
	justify-content:space-between;
}
.Cate-bnList li {
	margin-left:8px;
	margin-right:8px;
}
.Cate-bnList li i {
	width:68px;
	height:68px;
}
}
@media (max-device-width:767px) {
.main-bnCategory {
	margin:40px 0;
}
.Cate-bnList {
	flex-wrap:wrap;
}
.Cate-bnList li {
	flex:0 0 25%;
	margin-left:0;
	margin-right:0;
	margin-bottom:15px;
}
.Cate-bnList li i {
	margin-bottom:8px;
}
}
@media (max-device-width:479px) {
.main-bnCategory {
	margin:25px 0;
}
.Cate-bnList li {
	font-size:14px;
}
}
@media (max-device-width:359px) {
.Cate-bnList {
	align-items:stretch;
}
.Cate-bnList li {
	font-size:13px;
}
.Cate-bnList li i {
	width:54px;
	height:54px;
}
}


#mainReview {
	clear: both;
	margin:140px 0 60px 0;
	padding: 0;
	text-align: center;
}
#mainReview h3 {
	clear: both;
	margin: 30px auto;
	padding: 0;
	text-align: center;
}
.mReview-inner {
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#mainReview .mReview-list {
	list-style:none;
}
#mainReview .mReview-list li {
	float: left;
	width: 23.7%;
	margin: 0px 8px;
	padding: 0;
}
#mainReview .mReview-list li img {
	width: 294px;
	height: 214px;
	border: 0;
}
.Review-Swiper {
	width:100%;
	height:100%;
}
.Review-Swiper .swiper-slide {
	width:356px;
	padding:15px;
	background-color:transparent;
	border:1px solid #ccc;
	border-radius:0.75rem;
}
.Review-Swiper .swiper-slide a {
	display:block;
	width:100%;
}
.Review-Swiper .swiper-slide img {
	width:100%;
	border-radius:0.75rem;
}
#mainReview .swiper-button-next,
#mainReview .swiper-button-prev {
	width:86px;
	height:86px;
	background-color:#fff;
	background-size:28px !important;
	border-radius:5rem;
	opacity:1 !important;
/*	margin-top:-86px;*/
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
#mainReview .swiper-button-prev {
	left:15%;
}
#mainReview .swiper-button-next {
	right:15%;
}


#notice-wrap {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#notice-wrap .main-notice {
	width: 1170px;
	height: 192px;
	border: 1px solid #d9d9d9;
	padding: 15px;
	margin-top: 17px;
}
#notice-wrap .main-notice .up {
	float: left;
	width: 459px;
	height: 166px;
	padding: 24px 60px 0 60px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
}
#notice-wrap .main-notice .order {
	float: right;
	width: 459px;
	height: 166px;
	padding: 24px 60px 0 60px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
}
.main-notice h3 {
	padding-bottom: 19px;
	margin-bottom: 18px;
	border-bottom: 1px solid #d7d7d7;
}
.main-notice ul li {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 22px;
}
.main-notice ul li a {
	float: left;
	display: inline-block;
}
.main-notice ul li span.date {
	float: right;
	display: inline-block;
}
#main-sns {
	clear: both;
	width: 100%;
	margin: 20px 0px;
}
#main-sns ul {
	list-style: none;
	width: 100%;
	display: inline-block;
	margin: 0px auto;
	padding: 0;
}
#main-sns ul li {
	float: left;
	width: 25%;
	text-align: center;
}

/*****/
#mainBan-section {
	clear: both;
	margin:85px 0;
}
.Banner-innner {
	position:relative;
}
.Banner-row {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content: space-between;
}
.Banner-row + .Banner-row {
	margin-top:13px;
}
.Banner-col {
	flex:0 1 auto;
	position:relative;
}
.Banner-col + .Banner-col {
	margin-left:25px;
}
.Banner-row.ban_2col > * {
	width:calc(50% - 16px);
}
.Banner-row.ban_3col > * {
	width:calc(33.3% - 11px);
}
#mainBan-section a {
	display:block;
}
#mainBan-section img {
	width:100%;
	object-fit:contain;
}

#mainBan-section.Banner-bottom {}
.Banner-bottom .Banner-col {
	flex:1 0 0%;
}
#mainBan-section.Banner-bottom ._mb {
	display:none;
}
@media (max-device-width:1199px) {
#mainBan-section {
	margin:60px 0;
}
.Banner-innner {
	margin-left:0;
	margin-right:0;
}
.Banner-innner img {
	width:100%;
	height:100%;
}
.Banner-col + .Banner-col {
	margin-left:15px;
}
.Banner-row.ban_2col > * {
	width:50%;
}
.Banner-row.ban_3col > * {
	width:33.333%;
}

#mainBan-section.Banner-bottom {
	padding:0 25px;
}
#mainBan-section.Banner-bottom ._pc {
	display:none;
}
#mainBan-section.Banner-bottom ._mb {
	display:flex;
}
}
@media (max-device-width:1023px) {
#mainBan-section {
	margin:45px 0;
}
.Banner-col + .Banner-col {
	margin-left:12px;
}

#mainBan-section.Banner-bottom {
	padding:0 15px;
}
}
@media (max-device-width:900px) {
.Banner-row + .Banner-row {
	margin-top:10px;
}
}
@media (max-device-width:767px) {
}
@media (max-device-width:599px) {
.Banner-bottom .Banner-col {
	flex:0 0 100%;
}
.Banner-bottom .Banner-col + .Banner-col {
	margin-left:0;
}
}
@media (max-device-width:539px) {
#mainBan-section {
	margin:30px 0;
}
.Banner-innner {
	margin-left:0 !important;
	margin-right:0 !important;
}
.Banner-row + .Banner-row {
	margin-top:6px;
}
.Banner-row.ban_3col > * {
	width:100%;
}
}

.goods-subject {
	position:relative;
	clear:both;
	box-sizing:border-box;
	display:flex;
	flex-wrap:nowrap;
	margin-bottom:40px;
	text-align:left;
	word-break:keep-all;
	font-family:'Pretendard';
}
.goods-subject h2 {
	position:relative;
	margin-bottom:0;
	margin-right:70px;
	vertical-align:middle;
	letter-spacing:-1px;
	line-height:1.2;
	font-size:60px;
	font-weight:800;
	color:#000;
}
.goods-subject h2::after {
	content:'';
	display:inline-block;
	align-self:end;
	vertical-align:bottom;
	margin-left:8px;
	margin-bottom:4px;
	width:14px;
	height:14px;
	border-radius:100%;
	background-color:#457432;
}
.goods-subject h5 {
	margin-bottom:12px;
	text-transform:uppercase;
	font-size:20px;
	font-weight:300;
	color:#000;
}
.goods-subject .btn_more {
	flex:1 0 0%;
	display:inline-flex;
	align-items:center;
	letter-spacing:0;
	font-size:18px;
	font-weight:500;
	color:#000;
}
.goods-subject .btn_more::before {
	content:'';
	display: block;
	flex:1 0 0%;
	height:1px;
	background-color:#000;
	opacity:0.1;
}
.goods-subject .btn_more a {
	display:block;
	flex:0 0 auto;
	padding-left:25px;
}
.goods-subject .btn_more a:hover {
	text-decoration:none;
	color:#000;
}
.goods-subject .btn_more a::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:41px;
	height:41px;
	margin-left:15px;
	background:url(/img/icons/i_plus_circle.png) no-repeat 50% 50%;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(41%) sepia(32%) saturate(728%) hue-rotate(58deg) brightness(89%) contrast(91%);
}
@media (max-device-width:1250px) { }
@media (max-device-width:1199px) {
.goods-subject h2 {
	height:52px;
	font-size:52px;
}
.goods-subject h2::after {
	width:12px;
	height:12px;
}
.goods-subject h5 {
	font-size:18px;
}
.goods-subject .btn_more a::after {
	width:36px;
	height:36px;
}
}
@media (max-device-width:1023px) {
.goods-subject {
	margin-bottom:30px;
}
.goods-subject h2 {
	height:48px;
	margin-right:48px;
	font-size:48px;
}
.goods-subject h2::after {
	width:11px;
	height:11px;
}
.goods-subject h5 {
	margin-bottom:8px;
	font-size:16px;
}
.goods-subject .btn_more {
	font-size:16px;
}
.goods-subject .btn_more a::after {
	width:32px;
	height:32px;
}
}
@media (max-device-width:767px) {
.goods-subject h2 {
	height:40px;
	margin-right:30px;
	font-size:38px;
}
.goods-subject h2::after {
	width:10px;
	height:10px;
	margin-left:6px;
}
.goods-subject h5 {
	font-size:14px;
}

.goods-subject .btn_more {
	font-size:14px;
}
.goods-subject .btn_more a::after {
	width:28px;
	height:28px;
	margin-left:10px;
}
}
@media (max-device-width:599px) {
.goods-subject h2 {
	height:34px;
	font-size:34px;
}
.goods-subject h2::after {
	width:8px;
	height:8px;
	margin-bottom:2px;
}
.goods-subject .btn_more a {
	padding-left:18px;
}
}
@media (max-device-width:479px) {
.goods-subject h2 {
	height:28px;
	margin-right:18px;
	font-size:28px;
}
.goods-subject h2::after {
	width:7px;
	height:7px;
	margin-left:5px;
}
.goods-subject h5 {
	font-size:13px;
}

.goods-subject .btn_more {
	font-size:12px;
}
.goods-subject .btn_more a {
	padding-left:12px;
}
.goods-subject .btn_more a::after {
	width:20px;
	height:20px;
	margin-left:8px;
}
}


/*--상품목록--*/
.product-List {
	display: inline-flex;
	flex-wrap:wrap;
	align-items:start;
	clear: both;
	width:calc(100% + 26px);
	margin-left:-13px;
	margin-right:-13px;
}
@media (max-device-width:1319px) {
.product-List {
	width:calc(100% + 24px);
	margin-left:-12px;
	margin-right:-12px;
}
}
@media (max-device-width:1250px) {
.product-List {
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
}
}
@media (max-device-width:1079px) {
.product-List {
	width:calc(100% + 16px);
	margin-left:-8px;
	margin-right:-8px;
}
}
@media (max-device-width:767px) {
.product-List {
	width:calc(100% + 12px);
	margin-left:-6px;
	margin-right:-6px;
}
}
@media (max-device-width:539px) {
.product-List {
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
}
}
@media (max-device-width:479px) {
.product-List {
	width:calc(100% + 16px);
	margin-left:-8px;
	margin-right:-8px;
}
}
@media (max-device-width:410px) {
.product-List {
	width:calc(100% + 12px);
	margin-left:-6px;
	margin-right:-6px;
}
}

.product-box {
	float:left;
	position:relative;
	z-index:1;
	width:calc(25% - 26px);
	min-height: 600px;
	box-sizing: border-box;
	margin: 0 13px 40px 13px;
	padding-bottom:8px;
	text-align: left;
	border: 1px solid transparent;
	border-radius:0.75rem;
	display:inline-grid;
	grid-template-rows:530px auto minmax(30px, auto) minmax(min-content, auto) 34px;
	grid-template-columns:100%;
	grid-gap:10px;
	grid-template-areas:'items_thumbs' 'items_icons' 'items_name' 'items_memo' 'items_price';
	align-items:start;
	align-content:baseline;
}
.product-box:hover {
	border-color: #009900;
}
.product-box._TypeB {
	display: inline-block;
	text-align:center;
	overflow:hidden;
	background-color:#000;
}
.product-box._TypeS {
	float:none;
	width:100%;
	height:auto;
	min-height:auto;
	margin:0;
	border-radius:1rem;
	grid-template-rows:416px auto minmax(min-content, auto) minmax(min-content, auto) 56px;
	grid-template-areas:'items_thumbs' 'items_icons' 'items_name' 'items_memo' 'items_price';
}

.product-box > * {
	padding-left:8px;
	padding-right:8px;
}

.product-box._TypeB > * {
	width:calc(100% - 30px);
	z-index:3;
}

.product-box .pro-thumb {
	clear: both;
	z-index:2;
	width: 100%;
	padding:0;
	overflow:hidden;
	border-radius:0.75rem;
	grid-area:items_thumbs;
}
.product-box._TypeB .pro-thumb {
	width:100%;
	height:100%;
	opacity:1;
}
.product-box._TypeS .pro-thumb {
	height:100%;
	border-radius:1rem;
}

.product-box .pro-thumb > *,
.product-box .pro-thumb a {
	display:block;
	width:100%;
	height:100%;
}
.product-box._TypeB:hover .pro-thumb {
	opacity:0.45;
}
.product-box .pro-thumb img {
	width: 100%;
	height: 100%;
	object-fit:fill;
	object-position: 50% 0%;
}
.product-box._TypeS .pro-thumb img,
.product-box._TypeB .pro-thumb img {
	object-fit:cover;
	object-position:50% 0%;
}

.product-box .pro-icon {
	word-wrap:break-word;
	line-height: 0;
	text-align: left;
	font-size:0;
	grid-area:items_icons;
}
.swiper-slide .pro-icon img {
	width:auto !important;
}

.product-box .pro-title {
	clear: both;
	box-sizing: border-box;
	line-height:1.2;
	letter-spacing:-0.5px;
	font-size:18px;
	color: #000;
	font-weight:700;
	white-space:wrap;
	overflow:hidden;
	text-overflow:ellipsis;
	grid-area:items_name;
}
.product-box .pro-title a {
	color: inherit;
	display:block;
	display: -webkit-box;   
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	background:transparent;
}
.product-box._TypeB .pro-title {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -70px);
	margin-top:0;
	text-align:center;
	font-weight:400;
	color:#fff;
}
.product-box._TypeS .pro-title {
	font-size:24px;
}
.product-box .pro-memo {
	clear: both;
	color: #666;
	line-height:1.2;
	font-size: 16px;
	font-weight:400;
	overflow:hidden;
	white-space: normal;
	text-overflow:ellipsis;
/*	display: -webkit-box;*/
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	grid-area:items_memo;
}
.product-box .pro-price {
	clear: both;
	display:block;
	box-sizing: border-box;
	text-align:left;
	line-height:1.2;
	letter-spacing:-0.5px;
	font-size:14px;
	color: #000;
	font-weight:700;
	text-align: left;
	grid-area:items_price;
	align-self:end;
}
.product-box._TypeB .pro-price {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50px);
	width:auto;
	color:#fff;
}
.product-box .pro-price span {
	display: inline-block;
	margin-right:10px;
}
.product-box .pro-price span:last-child {
	margin-right:0;
}

.product-box .pro-price .priceB {
	font-size:24px;
	font-weight:700;
}
.product-box .pro-price .priceB::after {
	content:'원';
	font-size:14px;
	font-weight:500;
	color:#666666;
}
.product-box._TypeS .pro-price .priceB {
	font-size:30px;
}
.product-box._TypeS .pro-price .priceB::after {
	font-size:16px;
}
.product-box .pro-price .priceN,
.product-box .pro-price del {
	color:#999;
}
.product-box .pro-price .priceN {
	display:none;
}
.product-box._TypeS .pro-price .priceN {
	display:block;
	clear:both;
}
.product-box .pro-price .priceS {
	font-size:24px;
	font-weight:700;
	color:#ff0000;
}
.product-box .pro-price .priceS::after {
	content:'\0025';
	font-size:14px;
	font-weight:500;
}
.product-box._TypeS .pro-price .priceS {
	font-size:30px;
}
.product-box._TypeS .pro-price .priceS::after {
	font-size:16px;
	font-weight:500;
}
.product-box .pro-price .price_soldout {
	font-size:18px;
	font-weight:700;
	color:#999;
}

.product-box .btn-view {
	display:block;
	position:absolute;
	width:48px;
	height:48px;
	top:50%;
	left:50%;
	transform:translate(-50%,10px);
	border-radius:5rem;
	background-color:#8577cb;
}
.product-box .btn-view > span {
	display:block;
	position:relative;
	height:18px;
	margin:15px auto;
}
.product-box .btn-view > ::before,
.product-box .btn-view > ::after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background-color:#fff;
}
.product-box .btn-view > ::before {
	width:2px;
	height:18px;
}
.product-box .btn-view > ::after {
	width:18px;
	height:2px;
}
.product-box._TypeB .pro-price ._pright,
.product-box._TypeB .pro-memo,
.product-box._TypeB .pro-icon {
	display:none;
}
.product-box._TypeB .btn-view,
.product-box._TypeB .pro-title,
.product-box._TypeB .pro-price {
	visibility:hidden;
}
.product-box._TypeB:hover .btn-view,
.product-box._TypeB:hover .pro-title,
.product-box._TypeB:hover .pro-price {
	visibility:visible;
}

.product_more {
	clear: both;
	position:relative;
	margin: 0px auto;
	padding: 40px 0px;
	text-align: center;
}
.product_more::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	left:0;
	right:0;
	border-bottom:1px dashed #ff6363;
}
.product_more > * {
	position:relative;
	z-index:2;
}
.product_more .btn_mainmore {
	display:inline-block;
	cursor:pointer;
	padding:12px 42px;
	font-size:23px;
	font-weight:5000;
	color:#fff;
	background-color:#ff6363;
	border-radius:5rem;
}
.product_more .btn_mainmore::before {
	content:'더보기';
}
.product_more .btn_mainmore::after {
	content:'\002B';
	margin-left:8px;
}
@media (max-device-width: 1379px) {
.product-box {
	min-height: 480px;
	grid-template-rows:minmax(420px, auto) auto minmax(24px, auto) minmax(min-content, auto) 34px;
}
.product-box._TypeS {
	grid-template-rows:310px auto minmax(min-content, auto) minmax(min-content, auto) 56px;
}
.product-box._TypeS .pro-title {
	font-size:21px;
}
}
@media (max-device-width: 1319px) {
.product-box {
	width:calc(25% - 24px);
	min-height: 430px;
	margin-left:12px;
	margin-right:12px;
	grid-template-rows:minmax(361px, auto) auto minmax(24px, auto) minmax(min-content, auto) 34px;
}
.product-box._TypeS {
	grid-template-rows:280px auto minmax(min-content, auto) minmax(min-content, auto) 52px;
}
.product-box._TypeS .pro-price .priceS,
.product-box._TypeS .pro-price .priceB {
	font-size:28px;
}
}
@media (max-device-width:1250px) {
.product-box {
	width:calc(25% - 20px);
	margin-left:10px;
	margin-right:10px;
	grid-template-rows:minmax(354px, auto) auto minmax(24px, auto) minmax(min-content, auto) 34px;
}
.product-box .pro-memo {
	font-size: 15px;
}
}
@media (max-device-width: 1199px) {
.product-box {
	grid-template-rows:minmax(342px, auto) auto minmax(24px, auto) minmax(min-content, auto) 25px;
}
.product-box._TypeS {
	grid-template-rows:270px auto minmax(min-content, auto) minmax(min-content, auto) 48px;
}

.product-box .pro-memo {
	display: -webkit-box;   
	-webkit-line-clamp: 2;
}
.product-box .pro-price .priceS,
.product-box .pro-price .priceB {
	font-size:21px;
}

.product-box._TypeS .pro-title {
	font-size:18px;
	font-weight:600;
}
.product-box._TypeS .pro-price .priceS,
.product-box._TypeS .pro-price .priceB {
	font-size:24px;
}
}
@media (max-device-width: 1110px) {
.product-box {
	grid-template-rows:minmax(309px, auto) auto minmax(20px, auto) minmax(min-content, auto) 25px;
	grid-gap:8px;
}
.product-box._TypeS {
	grid-template-rows:248px auto minmax(min-content, auto) minmax(min-content, auto) 48px;
}

.product-box .pro-title {
	font-size:16px;
}
.product-box .pro-memo {
	font-size: 14px;
}
}
@media (max-device-width: 1079px) {
.product-box {
	width:calc(25% - 16px);
	min-height:400px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:30px;
	grid-template-rows:minmax(297px, auto) auto minmax(20px, auto) minmax(min-content, auto) 25px;
}
.product-box._TypeS {
	grid-template-rows:234px auto minmax(min-content, auto) minmax(min-content, auto) 48px;
}

}
@media (max-device-width: 1023px) {
.product-box {
	min-height:380px;
	grid-template-rows:minmax(268px, auto) auto minmax(20px, auto) minmax(min-content, auto) 25px;
}
.product-box._TypeS {
	grid-template-rows:218px auto minmax(min-content, auto) minmax(min-content, auto) 44px;
}
.product-box._TypeS .pro-title {
	font-size:17px;
}
.product-box._TypeS .pro-price .priceS,
.product-box._TypeS .pro-price .priceB {
	font-size:21px;
}
}
@media (max-device-width:900px) {
.product-box {
	width:calc(25% - 12px);
	min-height:300px;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:25px;
	border-radius:0.5rem;
	grid-template-rows:minmax(240px, auto) auto minmax(18px, auto) minmax(min-content, auto) 21px;
}
.product-box._TypeS {
	grid-template-rows:192px auto minmax(min-content, auto) minmax(min-content, auto) 48px;
}

.product-box > * {
	padding-left:7px;
	padding-right:7px;
}
.product-box .pro-thumb {
	padding:0;
	border-radius:0.5rem;
}
.product-box .pro-title {
	font-size:15px;
}
.product-box .pro-memo {
	font-size: 13px;
}
.product-box .pro-price .priceB::after,
.product-box .pro-price .priceS::after,
.product-box .pro-price {
	font-size:13px;
}
.product-box .pro-price .priceS,
.product-box .pro-price .priceB {
	font-size:18px;
}
}
@media (max-device-width:819px) {
.product-box {
	min-height:280px;
	grid-template-rows:minmax(227px, auto) auto minmax(18px, auto) minmax(min-content, auto) 21px;
}
.product-box._TypeS {
	grid-template-rows:178px auto minmax(min-content, auto) minmax(min-content, auto) 54px;
}
}
@media (max-device-width: 767px) {
.product-box {
	min-height:250px;
	grid-template-rows:minmax(184px, auto) auto minmax(18px, auto) minmax(min-content, auto) 21px;
}
.product-box._TypeS {
	grid-template-rows:260px auto minmax(min-content, auto) minmax(min-content, auto) 48px;
}

.product-box .pro-title {
	font-size:14px;
}
.product-box .pro-memo {
	font-size: 12px;
	-webkit-line-clamp: 3;
}
.product-box._TypeS .pro-title {
	font-size:16px;
}
.product-box._TypeS .pro-price .priceS,
.product-box._TypeS .pro-price .priceB {
	font-size:20px;
}
.product-box._TypeS .pro-price .priceS::after,
.product-box._TypeS .pro-price .priceB::after {
	font-size:14px;
}
}
@media (max-device-width: 639px) {
.product-box {
	min-height:230px;
	grid-template-rows:minmax(171px, auto) auto minmax(18px, auto) minmax(min-content, auto) 21px;
}
.product-box._TypeS {
	grid-template-rows:196px auto minmax(min-content, auto) minmax(min-content, auto) 48px;
}
}
@media (max-device-width: 599px) {
.product-box {
	min-height:210px;
	grid-template-rows:minmax(151px, auto) auto minmax(18px, auto) minmax(min-content, auto) 41px;
}
.product-box._TypeS {
	grid-template-rows:174px auto minmax(min-content, auto) minmax(min-content, auto) 48px;
}

.product-box .pro-price span {
	display:block;
	margin-right:0;
}
.product-box._TypeS .pro-price span {
	display:inline-block;
	margin-right:10px;
}
}
@media (max-device-width: 539px) {
.product-box {
	width:calc(50% - 20px);
	min-height:320px;
	margin-left:10px;
	margin-right:10px;
	border-radius:0.75rem;
	grid-template-rows:minmax(282px, auto) auto minmax(18px, auto) minmax(min-content, auto) 22px;
}
.product-box._TypeS {
	border-radius:0.75rem;
	grid-template-rows:152px auto minmax(min-content, auto) minmax(min-content, auto) 48px;
}

.product-box._TypeS .pro-thumb,
.product-box .pro-thumb {
	border-radius:0.75rem;
}
.product-box .pro-memo {
	-webkit-line-clamp: 2;
}
.product-box .pro-price span {
	display: inline-block;
	margin-right:8px;
}
}
@media (max-device-width: 479px) {
.product-box {
	width:calc(50% - 16px);
	min-height:300px;
	margin-left:8px;
	margin-right:8px;
	grid-template-rows:minmax(247px, auto) auto minmax(18px, auto) minmax(min-content, auto) 22px;
}
.product-box._TypeS {
	grid-template-rows:160px auto minmax(min-content, auto) minmax(min-content, auto) 43px;
}

.product-box._TypeS .pro-title {
	font-size:15px;
}
.product-box._TypeS .pro-price .priceS,
.product-box._TypeS .pro-price .priceB {
	font-size:18px;
}
.product-box._TypeS .pro-price .priceS::after,
.product-box._TypeS .pro-price .priceB::after {
	font-size:13px;
}
}
@media (max-device-width:410px) {
.product-box {
	width:calc(50% - 12px);
	min-height:280px;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:20px;
	border-radius:0.5rem;
	grid-template-rows:minmax(224px, auto) auto minmax(18px, auto) minmax(min-content, auto) 22px;
}
.product-box._TypeS {
	grid-template-rows:149px auto minmax(min-content, auto) minmax(min-content, auto) 43px;
}

.product-box .pro-thumb {
	border-radius:0.5rem;
}
.product-box._TypeS .pro-title {
	font-size:14px;
}
}
@media (max-device-width:389px) {
.product-box {
	min-height:250px;
	grid-template-rows:minmax(206px, auto) auto minmax(18px, auto) minmax(min-content, auto) 22px;
}
.product-box._TypeS {
	grid-template-rows:136px auto minmax(min-content, auto) minmax(min-content, auto) 43px;
}

.product-box .pro-memo {
	-webkit-line-clamp:3;
}
}
@media (max-device-width: 359px) {
.product-box {
	grid-template-rows:minmax(178px, auto) auto minmax(18px, auto) minmax(min-content, auto) 41px;
}
.product-box._TypeS {
	grid-template-rows:216px auto minmax(min-content, auto) minmax(min-content, auto) 43px;
}

.product-box .pro-price span {
	display:block;
	margin-right:0;
}
}
@media (max-device-width: 319px) {
.product-box {
	grid-template-rows:minmax(152px, auto) auto minmax(18px, auto) minmax(min-content, auto) 41px;
}
.product-box._TypeS {
	grid-template-rows:174px auto minmax(min-content, auto) minmax(min-content, auto) 43px;
}

.product-box .pro-title a {
	-webkit-line-clamp:3;
}
}

.product-Tab {
	display:inline-flex;
	position:relative;
	margin:45px auto 60px auto;
	float:right;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.product-Tab li + li {
	margin-left:30px;
}
.product-Tab li {
	flex:0 0 auto;
	min-width:150px;
	box-sizing:border-box;
	position:relative;
	padding:12px 10px;
	text-align:center;
	line-height:1.3;
	letter-spacing:-1px;
	font-family:'Nanum Square', 'Noto Sans KR';
	font-size:19px;
	font-weight:800;
	color:#909090;
	cursor: pointer;
	background-color:#fff;
	border:2px solid #c7c7c7;
	border-radius:5rem;
}
.product-Tab li:hover, .product-Tab li.active:hover,
.product-Tab li.active {
	color:#fff;
	font-weight:700;
	background-color:#887cce;
	border-color:#887cce;
	box-shadow:0 12px 20px rgba(0,0,0,0.2);
}
.product-Tab li a, .product-Tab li a:hover, .product-Tab li.active a, .product-Tab li.active a:hover {
	display:block;
	background-color: transparent;
	border:0;
	text-decoration:none;
	color:inherit;
}

.productTab-content {
	position:relative;
}

.goodsTab-container {
	position:relative;
	width:100%;
	box-sizing:border-box;
}
@media (max-device-width:1199px) {
.product-Tab li {
	min-width:120px;
	font-size:17px;
}
.product-Tab li + li {
	margin-left:25px;
}
}
@media (max-device-width:1023px) {
.product-Tab {
	margin-top:30px;
	margin-bottom:45px;
}
.product-Tab li + li {
	margin-left:20px;
}
.product-Tab li.active {
	box-shadow:0 8px 16px rgba(0,0,0,0.2);
}
}
@media (max-device-width:900px) {
.product-Tab li {
	min-width:100px;
	padding:10px;
}
.product-Tab li + li {
	margin-left:15px;
}
}
@media (max-device-width:767px) {
.product-Tab {
	margin-bottom:30px;
}
.product-Tab li {
	min-width:85px;
	margin-bottom:12px;
	font-size:15px;
}
.product-Tab li:first-child,
.product-Tab li + li {
	margin-left:10px;
}
.product-Tab li.active {
	box-shadow:0 5px 12px rgba(0,0,0,0.2);
}
}
@media (max-device-width:639px) {
.product-Tab li {
	min-width:100px;
}
}
@media (max-device-width:539px) {
.product-Tab {
	margin-top:20px;
	margin-bottom:15px;
}
.product-Tab li {
	padding-top:8px;
	padding-bottom:8px;
}
}
@media (max-device-width:410px) {
.product-Tab li {
	min-width:90px;
	font-size:13px;
}
}
@media (max-device-width:359px) {
.product-Tab li {
	min-width:65px;
}
}

.mainBg-txtline {
	clear: both;
	display:block;
	position:relative;
	height:87px;
	margin:140px 0;
	background:url(/img/main/bg_txtline.png) repeat-x 50% 0%;
	background-color:transparent;
	background-size:contain;
}
.mainBg-txtline::before, .mainBg-txtline::after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	width:100%;
	height:1px;
	background-color:#7d7d7d;
}
.mainBg-txtline::before {
	top:0;
}
.mainBg-txtline::after {
	bottom:0;
}
@media (max-device-width:1379px) {
.mainBg-txtline {
	height:64px;
	margin:120px 0;
}
}
@media (max-device-width:1319px) {
.mainBg-txtline {
	margin:100px 0;
}
}
@media (max-device-width:1199px) {
.mainBg-txtline {
	height:52px;
	margin:85px 0;
}
}
@media (max-device-width:1023px) {
.mainBg-txtline {
	height:44px;
	margin:70px 0;
}
}
@media (max-device-width:767px) {
.mainBg-txtline {
	margin:60px 0;
}
}
@media (max-device-width:539px) {
.mainBg-txtline {
	height:28px;
	margin:45px 0;
}
}

.mainGoods-sectionLine {
	clear:both;
	width:100%;
	height:1px;
	background-color:#ccc;
	margin:120px 0;
}
@media (max-device-width:1379px) {
.mainGoods-sectionLine {
	margin:100px 0;
}
}
@media (max-device-width:1319px) {
.mainGoods-sectionLine {
	margin:85px 0;
}
}
@media (max-device-width:1199px) {
.mainGoods-sectionLine {
	margin:70px 0;
}
}
@media (max-device-width:1023px) {
.mainGoods-sectionLine {
	margin:60px 0;
}
}
@media (max-device-width:599px) {
.mainGoods-sectionLine {
	margin:45px 0;
}
}
@media (max-device-width:479px) {
.mainGoods-sectionLine {
	margin:35px 0;
}
}

.mainGoods-Bestitem {
	min-height:800px;
}
.mainGoods-Best-inner {
	position:relative;
}
.GoodsList-Bestitem {
	width:100%;
	height:100%;
	padding-bottom:30px !important;
}
.GoodsList-Bestitem .swiper-slide {
	width:416px;
}
.GoodsList-Bestitem .swiper-pagination {
	top:calc(100% - 7px) !important;
	height:7px !important;
	border-radius:5px;
	overflow:hidden;
}
.mainGoods-Bestitem .swiper-button-next,
.mainGoods-Bestitem .swiper-button-prev {
	width:86px;
	height:86px;
	background-color:#ffffff;
	background-size:28px !important;
	border-radius:5rem;
	opacity:1 !important;
	margin-top:-86px;
}
.mainGoods-Bestitem .swiper-button-prev {
	left:-50px;
}
.mainGoods-Bestitem .swiper-button-next {
	right:-50px;
}
.GoodsList-Bestitem .product-box {
	float:none;
	width:100%;
	height:100%;
	margin:auto;
}
@media (max-device-width:1379px) {
.mainGoods-Bestitem {
	overflow:hidden;
}
}
@media (max-device-width:1319px) {
.mainGoods-Bestitem .swiper-button-next,
.mainGoods-Bestitem .swiper-button-prev {
	margin-top:-74px;
}
}
@media (max-device-width:1199px) {
.mainGoods-Bestitem {
	min-height:300px;
}
.GoodsList-Bestitem .swiper-pagination {
	top:calc(100% - 5px) !important;
	height:5px !important;
}
.mainGoods-Bestitem .swiper-button-next,
.mainGoods-Bestitem .swiper-button-prev {
	width:72px;
	height:72px;
	margin-top:-80px;
	background-size:22px !important;
}
.mainGoods-Bestitem .swiper-button-prev {
	left:-45px;
}
.mainGoods-Bestitem .swiper-button-next {
	right:-45px;
}
}
@media (max-device-width:1110px) {
.mainGoods-Bestitem .swiper-button-next,
.mainGoods-Bestitem .swiper-button-prev {
	margin-top:-78px;
}
}
@media (max-device-width:1079px) {}
@media (max-device-width:1023px) {
.mainGoods-Bestitem {
	min-height:240px;
}
.GoodsList-Bestitem {
	padding-bottom:25px !important;
}
.mainGoods-Bestitem .swiper-button-next,
.mainGoods-Bestitem .swiper-button-prev {
	width:58px;
	height:58px;
}
.mainGoods-Bestitem .swiper-button-prev {
	left:-35px;
}
.mainGoods-Bestitem .swiper-button-next {
	right:-35px;
}
}
@media (max-device-width:900px) {}
@media (max-device-width:819px) {}
@media (max-device-width:767px) {
.mainGoods-Bestitem {
	min-height:180px;
}
.GoodsList-Bestitem .swiper-pagination {
	top:calc(100% - 4px) !important;
	height:4px !important;
}
.mainGoods-Bestitem .swiper-button-next,
.mainGoods-Bestitem .swiper-button-prev {
	width:50px;
	height:50px;
	background-size:18px !important;
}
.mainGoods-Bestitem .swiper-button-prev {
	left:-30px;
}
.mainGoods-Bestitem .swiper-button-next {
	right:-30px;
}
}
@media (max-device-width:719px) {}
@media (max-device-width:639px) {}
@media (max-device-width:539px) {
.GoodsList-Bestitem {
	padding-bottom:20px !important;
}
}
@media (max-device-width:479px) {
.mainGoods-Best-inner {
	margin-right:0;
}
.mainGoods-Bestitem .goods-subject {
	margin-right:15px;
}
.GoodsList-Bestitem .swiper-pagination {
	top:calc(100% - 3px) !important;
	height:3px !important;
}
.mainGoods-Bestitem .swiper-button-next,
.mainGoods-Bestitem .swiper-button-prev {
	width:44px;
	height:44px;
	background-size:16px !important;
}
.mainGoods-Bestitem .swiper-button-prev {
	left:-25px;
}
.mainGoods-Bestitem .swiper-button-next {
	right:-10px;
}
}
@media (max-device-width:410px) {
.mainGoods-Bestitem .swiper-button-next,
.mainGoods-Bestitem .swiper-button-prev {
	width:40px;
	height:40px;
}
}
@media (max-device-width:359px) {
.mainGoods-Bestitem .swiper-button-next,
.mainGoods-Bestitem .swiper-button-prev {
	margin-top:-72px;
}
}
@media (max-device-width:319px) {}


.mainGoods-Popular {
	min-height:600px;
	background-color:#f2f2f2;
}
.mainGoods-Popular-inner {
	position:relative;
	padding:100px 0;
}
.GoodsList-Popular {
	width:100%;
	height:100%;
}
.GoodsList-Popular .swiper-slide {
	width:416px;
	background-color:transparent;
}
.mainGoods-Popular .swiper-button-next,
.mainGoods-Popular .swiper-button-prev {
	width:86px;
	height:86px;
	background-color:#f2f2f2;
	background-size:28px !important;
	border-radius:5rem;
	opacity:1 !important;
	margin-top:-86px;
}
.mainGoods-Popular .swiper-button-prev {
	left:-50px;
}
.mainGoods-Popular .swiper-button-next {
	right:-50px;
}
.GoodsList-Popular .product-box {
	float:none;
	width:100%;
	height:100%;
	margin:auto;
}
@media (max-device-width:1379px) {
.mainGoods-Popular {
	overflow:hidden;
}
}
@media (max-device-width:1319px) {
.mainGoods-Popular .swiper-button-next,
.mainGoods-Popular .swiper-button-prev {
	margin-top:-74px;
}
}
@media (max-device-width:1199px) {
.mainGoods-Popular {
	min-height:300px;
}
.mainGoods-Popular-inner {
	padding:85px 0;
}
.mainGoods-Popular .swiper-button-next,
.mainGoods-Popular .swiper-button-prev {
	width:72px;
	height:72px;
	margin-top:-64px;
	background-size:22px !important;
}
.mainGoods-Popular .swiper-button-prev {
	left:-45px;
}
.mainGoods-Popular .swiper-button-next {
	right:-45px;
}
}
@media (max-device-width:1110px) {
.mainGoods-Popular .swiper-button-next,
.mainGoods-Popular .swiper-button-prev {
	margin-top:-60px;
}
}
@media (max-device-width:1079px) {
.mainGoods-Popular-inner {
	padding:70px 0;
}
}
@media (max-device-width:1023px) {
.mainGoods-Popular {
	min-height:240px;
}
.mainGoods-Popular-inner {
	padding:65px 0;
}
.mainGoods-Popular .swiper-button-next,
.mainGoods-Popular .swiper-button-prev {
	width:58px;
	height:58px;
	margin-top:-62px;
}
.mainGoods-Popular .swiper-button-prev {
	left:-35px;
}
.mainGoods-Popular .swiper-button-next {
	right:-35px;
}
}
@media (max-device-width:900px) {}
@media (max-device-width:819px) {}
@media (max-device-width:767px) {
.mainGoods-Popular {
	min-height:180px;
}
.mainGoods-Popular-inner {
	padding:50px 0;
}
.mainGoods-Popular .swiper-button-next,
.mainGoods-Popular .swiper-button-prev {
	width:50px;
	height:50px;
	background-size:18px !important;
}
.mainGoods-Popular .swiper-button-prev {
	left:-30px;
}
.mainGoods-Popular .swiper-button-next {
	right:-30px;
}
}
@media (max-device-width:719px) {}
@media (max-device-width:639px) {}
@media (max-device-width:539px) {
.mainGoods-Popular-inner {
	padding:35px 0;
}
}
@media (max-device-width:479px) {
.mainGoods-Popular .swiper-button-next,
.mainGoods-Popular .swiper-button-prev {
	width:44px;
	height:44px;
	background-size:16px !important;
}
.mainGoods-Popular .swiper-button-prev {
	left:-25px;
}
.mainGoods-Popular .swiper-button-next {
	right:-25px;
}
}
@media (max-device-width:410px) {
.mainGoods-Popular .swiper-button-next,
.mainGoods-Popular .swiper-button-prev {
	width:40px;
	height:40px;
}
}
@media (max-device-width:359px) {
.mainGoods-Popular .swiper-button-next,
.mainGoods-Popular .swiper-button-prev {
	margin-top:-50px;
}
}
@media (max-device-width:319px) {}


.mainGoods-Cate {
	position:relative;
	min-height:1020px;
}
.mainGoods-Cate-inner {}
.mainGoods-Cate .side-Bg {
	position:absolute;
	z-index:9;
	top:570px;
	left:0;
}
.mainGoods-Cate .side-Bg._R {
	left:auto;
	right:0;
}
.mainGoods-Cate .goodsCate-List-side {
	float:left;
	width:538px;
	margin-right:78px;
}
.mainGoods-Cate .goodsCate-List-side._R {
	float:right;
	margin-right:0;
	margin-left:78px;
}
.mainGoods-Cate .goodsCate-List {
	position:relative;
	width:calc(100% - 616px);
	margin-left:616px;
}
.mainGoods-Cate .goodsCate-List._R {
	margin-left:0;
	margin-right:616px;
}
.mainGoods-Cate .goodsCate-List-side .headimage {
	margin-bottom:25px;
	border-radius:0.75rem;
	overflow:hidden;
}
.mainGoods-Cate .goodsCate-List-side .headimage img {
	width:100%;
	height:auto;
	margin:0;
}
.mainGoods-Cate .goodsCate-List-side .goods-subject {
	display:block;
	margin-bottom:0;
	text-align:right;
}
.mainGoods-Cate .goodsCate-List-side._R .goods-subject {
	text-align:left;
}
.mainGoods-Cate .goodsCate-List-side .goods-subject h2::after,
.mainGoods-Cate .goodsCate-List-side .goods-subject h2,
.mainGoods-Cate .goodsCate-List-side .goods-subject h5 {
	display:none;
	height:auto;
}
.mainGoods-Cate .goodsCate-List-side .goods-subject h2 {
	margin-right:0;
	letter-spacing:0;
	font-family:'Hakgyoansim Rikodeo';
	font-size:48px;
}
.subject-icon._korea::before {
	background-image:url(/img/icons/soccer_i_korea.png);
}
.subject-icon._premier::before {
	background-image:url(/img/icons/soccer_i_premier.png);
}
.subject-icon._laliga::before {
	background-image:url(/img/icons/soccer_i_laliga.png);
}
.subject-icon._serie::before {
	background-image:url(/img/icons/soccer_i_serie.png);
}
.subject-icon._bundesliga::before {
	background-image:url(/img/icons/soccer_i_bundesliga.png);
}
.subject-icon._ligue::before {
	background-image:url(/img/icons/soccer_i_ligue.png);
}

.mainGoods-Cate .product-box {
	width:calc(33.3% - 26px);
	grid-template-rows:467px auto minmax(30px, auto) 34px;
	grid-template-areas:'items_thumbs' 'items_icons' 'items_name' 'items_price';
}
.mainGoods-Cate .product-box:nth-child(n+7) {
	display:none;
}
@media (max-device-width:1379px) {
.mainGoods-Cate {
	min-height:900px;
}
.mainGoods-Cate .side-Bg {
	height:270px;
	top:600px;
}
.mainGoods-Cate .goodsCate-List-side {
	width:368px;
	margin-right:48px;
}
.mainGoods-Cate .goodsCate-List-side._R {
	margin-right:0;
	margin-left:48px;
}
.mainGoods-Cate .goodsCate-List {
	width:calc(100% - 416px);
	margin-left:416px;
}
.mainGoods-Cate .goodsCate-List._R {
	margin-left:0;
	margin-right:416px;
}
.mainGoods-Cate .product-box {
	min-height:410px;
	grid-template-rows:348px auto minmax(24px, auto) 34px;
}
}
@media (max-device-width:1319px) {
.mainGoods-Cate .goodsCate-List-side {
	width:308px;
}
.mainGoods-Cate .goodsCate-List {
	width:calc(100% - 356px);
	margin-left:356px;
}
.mainGoods-Cate .goodsCate-List._R {
	margin-left:0;
	margin-right:356px;
}
.mainGoods-Cate .product-box {
	width:calc(33.3% - 24px);
	min-height:410px;
	grid-template-rows:minmax(337px, auto) auto minmax(24px, auto) 34px;
}
}
@media (max-device-width:1250px) {
.mainGoods-Cate {
	min-height:560px;
}
.mainGoods-Cate .side-Bg {
	display:none;
}
.mainGoods-Cate .goodsCate-List-side._R,
.mainGoods-Cate .goodsCate-List-side {
	float:none;
	width:100%;
	margin-right:0;
	margin-left:0;
}
.mainGoods-Cate .goodsCate-List._R,
.mainGoods-Cate .goodsCate-List {
	width:100%;
	margin-left:0;
	margin-right:0;
}

.mainGoods-Cate .goodsCate-List-side .goods-subject {
	margin-bottom:25px;
	text-align:left;
}
.mainGoods-Cate .goodsCate-List-side .headimage,
.mainGoods-Cate .goodsCate-List-side .goods-subject img {
	display:none;
}
.mainGoods-Cate .goodsCate-List-side .goods-subject h2,
.mainGoods-Cate .goodsCate-List-side .goods-subject h5 {
	display:block;
}
.mainGoods-Cate .goodsCate-List-side .goods-subject.subject-icon::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	float:left;
	width:92px;
	height:88px;
	margin-right:15px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}

.mainGoods-Cate .product-box {
	width:calc(25% - 20px);
	grid-template-rows:minmax(335px, auto) auto minmax(24px, auto) 34px;
}
.mainGoods-Cate .product-box:nth-child(n+7) {
	display: inline-grid;
}
}
@media (max-device-width:1199px) {
.mainGoods-Cate .goodsCate-List-side .goods-subject h2 {
	font-size:40px;
}
.mainGoods-Cate .goodsCate-List-side .goods-subject.subject-icon::before {
	width:88px;
	height:76px;
}

.mainGoods-Cate .product-box {
	min-height:370px;
	grid-template-rows:minmax(318px, auto) auto minmax(24px, auto) 28px;
}
}
@media (max-device-width:1110px) {
.mainGoods-Cate .product-box {
	grid-template-rows:minmax(309px, auto) auto minmax(20px, auto) 25px;
}
}
@media (max-device-width:1079px) {
.mainGoods-Cate .product-box {
	width:calc(25% - 16px);
	min-height:350px;
	grid-template-rows:minmax(290px, auto) auto minmax(20px, auto) 25px;
}
}
@media (max-device-width:1023px) {
.mainGoods-Cate {
	min-height:420px;
}
.mainGoods-Cate .goodsCate-List-side .goods-subject h2 {
	font-size:36px;
}
.mainGoods-Cate .goodsCate-List-side .goods-subject.subject-icon::before {
	width:64px;
	height:64px;
}

.mainGoods-Cate .product-box {
	min-height:320px;
	grid-template-rows:minmax(268px, auto) auto minmax(20px, auto) 22px;
}
}
@media (max-device-width:900px) {
.mainGoods-Cate .product-box {
	width:calc(25% - 12px);
	min-height:280px;
	grid-template-rows:minmax(240px, auto) auto minmax(18px, auto) 22px;
}
}
@media (max-device-width:819px) {
.mainGoods-Cate .product-box {
	grid-template-rows:minmax(227px, auto) auto minmax(18px, auto) 22px;
}
}
@media (max-device-width:767px) {
.mainGoods-Cate {
	min-height:360px;
}

.mainGoods-Cate .goodsCate-List-side .goods-subject h2 {
	font-size:30px;
}
.mainGoods-Cate .goodsCate-List-side .goods-subject.subject-icon::before {
	width:60px;
	height:56px;
}

.mainGoods-Cate .product-box {
	min-height:230px;
	grid-template-rows:minmax(184px, auto) auto minmax(18px, auto) 22px;
}
}
@media (max-device-width:639px) {
.mainGoods-Cate .product-box {
	grid-template-rows:minmax(171px, auto) auto minmax(18px, auto) 22px;
}
}
@media (max-device-width:599px) {
.mainGoods-Cate .goodsCate-List-side .goods-subject h2 {
	font-size:28px;
}

.mainGoods-Cate .product-box {
	min-height:210px;
	grid-template-rows:minmax(151px, auto) auto minmax(18px, auto) 41px;
}
}
@media (max-device-width:539px) {
.mainGoods-Cate .product-box {
	width:calc(50% - 20px);
	min-height:340px;
	grid-template-rows:minmax(277px, auto) auto minmax(18px, auto) 22px;
}
}
@media (max-device-width:479px) {
.mainGoods-Cate .goodsCate-List-side .goods-subject h2 {
	font-size:23px;
}
.mainGoods-Cate .goodsCate-List-side .goods-subject.subject-icon::before {
	width:50px;
	height:48px;
}

.mainGoods-Cate .product-box {
	width:calc(50% - 16px);
	min-height:280px;
	grid-template-rows:minmax(235px, auto) auto minmax(18px, auto) 22px;
}
}
@media (max-device-width:410px) {
.mainGoods-Cate .product-box {
	width:calc(50% - 12px);
	grid-template-rows:minmax(224px, auto) auto minmax(18px, auto) 22px;
}
}
@media (max-device-width:389px) {
.mainGoods-Cate .product-box {
	min-height:250px;
	grid-template-rows:minmax(204px, auto) auto minmax(18px, auto) 22px;
}
}
@media (max-device-width:359px) {
.mainGoods-Cate .product-box {
	min-height:230px;
	grid-template-rows:minmax(178px, auto) auto minmax(18px, auto) 41px;
}
}
@media (max-device-width:319px) {
.mainGoods-Cate .product-box {
	min-height:200px;
	grid-template-rows:minmax(152px, auto) auto minmax(18px, auto) 41px;
}
}


table.notice th {
	line-height: 36px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	background: url(/img/board_skin/b_bg.gif) repeat-x;
}
table.notice td {
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	border-bottom: 1px solid #ddd;
}
table.event td {
	text-align: center;
	height: 25px;
	font-weight: bold;
}

/*** SUB *--------------------------*/
.location {
	display:inline-block;
	margin: 20px auto 60px auto;
	padding:15px 0;
	text-align: right;
	border:1px solid #ededed;
	border-width:0;
	border-radius:3rem;
	background-color:#f0f0f0;
}
.location ul {
	float: right;
	margin-left:25px;
	margin-right:25px;
}
.location ul li {
	float: left;
	position:relative;
	height:14px;
	margin-left:24px;
	line-height:1;
	font-size:13px;
	color:#666;
}
.location ul li::before {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:-18px;
	transform:translateY(-50%);
	width:12px;
	height:12px;
	background: url(/img/location_arrow.png) no-repeat 0% 50%;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(4786%) hue-rotate(174deg) brightness(74%) contrast(102%);
}
.location ul li:first-child {
	margin-left: 0px;
}
.location ul li:first-child::before {
	display:none;
}
@media (max-device-width:1379px) {
.location {
	display:none;
}
}


.sub-headimg {
	clear:both;
	margin-bottom:0;
}

.sub-con, .etc-wrap {
	clear: both;
	box-sizing: border-box;
	position:relative;
	padding:0px;
	margin-bottom:100px;
}


/*--- membership page ---*/
.member-inner {
	margin-bottom:100px;
}

.login-form {
	display:inline-flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin: 30px auto;
	text-align: center;
	font-size: 16px;
}
.login-form .login-box {
	flex:1 0 0%;
	width:360px;
	min-height:383px;
	align-self: stretch;
	box-sizing:border-box;
	padding:35px 60px 0 60px;
	border:1px solid #ccc;
	border-radius:0.75rem;
	background-color:#fff;
	overflow:hidden;
}
.login-form > :nth-child(2) {
	margin-left:60px;
}
.login-form h2 {
	margin-bottom: 20px;
	line-height: 1.3;
	text-align: center;
	word-break:keep-all;
	font-size: 32px;
	font-weight: 500;
	color: #000;
}
.login-form h2 .fs {
	display:block;
	margin-top:10px;
	font-size:14px;
}
.login-form ul {
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
}
.login-form li {
	list-style:none;
	padding: 3px 0;
	text-align: left;
}
input.login {
	width: 100%;
	height: 49px !important;
	box-sizing: border-box;
	padding: 0px 12px !important;
	line-height: 47px !important;
	color: #000;
	text-align: left;
	border-radius:0.4rem;
	border-color:#adadad;
/*	border: 0px !important;*/
	background-color: #fff;
}
input.login:focus {
	outline-color:#619d23;
}
.login-form .login-btnform > * {
	width:100%;
}
.login-form .login-member {
	margin-top:40px;
	margin-left:-60px;
	margin-right:-60px;
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px dashed #d2d2d2;
	background-color:#fbfbfb;
}
.login-form .login-member a {
	display:block;
	margin:5px 0px;
	color:#666;
}
@media (max-device-width:1023px) {
.login-form .login-box {
	width:320px;
	padding-left:30px;
	padding-right:30px;
}
.login-form .login-member {
	margin-left:-30px;
	margin-right:-30px;
}
}
@media (max-device-width:767px) {
.login-form {
	justify-content:center;
	width:330px;
}
.login-form .login-box {
	width:100%;
	padding-left:25px;
	padding-right:25px;
}
.login-form > :nth-child(2) {
	margin-left:0;
	margin-top:60px;
}
.login-form h2 {
	font-size:28px;
}
.login-form .login-member {
	margin-top:25px;
	margin-left:-25px;
	margin-right:-25px;
	padding-top:15px;
	padding-bottom:15px;
}
}
@media (max-device-width:539px) {
.login-form {
	font-size:14px;
}
}
@media (max-device-width:359px) {
.login-form {
	justify-content:center;
	width:100%;
}
.login-form .login-box {
	flex:0 0 auto;
	width:100%;
	padding-left:15px;
	padding-right:15px;
}
.login-form .login-member {
	margin-left:-15px;
	margin-right:-15px;
}
}

.join-form {
	width: 1024px;
	margin: 25px auto;
}
.join-form .join-box {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	text-align: center;
	background-color: #fcfcfc;
	border: 1px solid #555;
	border-radius:0.75rem;
}
.join-inputform dl {
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:8px 0;
}
.join-inputform dl > * {
	flex:1 0 0%;
	padding: 8px;
	word-break:keep-all;
	text-align: left;
}
.join-inputform dt {
	flex:0 0 auto;
	width:150px;
	margin-left:10px;
	color:#000;
	font-weight:bold;
}
.join-inputform dt::before {
	content:'\00B7';
	display:inline-block;
	width:10px;
	margin-right:8px;
	margin-left:-10px;
	text-align:center;
}

.join-form .joinsearch-group {
	float:left;
	width:50%;
	box-sizing:border-box;
	text-align:center;
}
.join-form .join-schbox {
	width: 320px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 20px 15px 20px;
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	border-radius:0.75rem;
}
.join-form .join-schbox ul {
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
	border:0;
}
.join-form .join-schbox li {
	padding: 5px;
	text-align: left;
	background-color: transparent;
}
.join-form .join-schbox li:first-child {
	border-top: 0px;
}
.join-form .btn-group {
	margin-top:30px;
	text-align:center;
}
.join-form .btn-group > * {
	width:300px;
}
@media (max-device-width:1079px) {
.join-form {
	width: 100%;
}
}
@media (max-device-width:767px) {
.join-inputform dl {
	margin:6px 0;
}
.join-inputform dl > * {
	padding:5px;
}
.join-inputform dt {
	align-self:flex-start;
	width:120px;
}

.join-form .joinsearch-group {
	float:none;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.joinsearch-group + .joinsearch-group {
	border-top:1px dashed #ddd;
	padding-top:60px;
}
}
@media (max-device-width:539px) {
.join-inputform dt {
	width:80px;
}

.join-form .joinsearch-group {
	margin-bottom:45px;
}
.joinsearch-group + .joinsearch-group {
	padding-top:45px;
}
}
@media (max-device-width:359px) {
.join-inputform dl > * {
	flex:0 0 auto;
	width:100%;
}
.join-inputform dt {
	width:100%;
}

.join-form .btn-group > * {
	width:100%;
}
.join-form .join-schbox {
	width:100%;
	padding-left:15px;
	padding-right:15px;
}
}

.mypage-tab {
	clear: both;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
	border: 2px solid #e4e4e4;
}
.mypage-tab > * {
	list-style:none;
	box-sizing:border-box;
	flex:0 0 auto;
	width: 33.3%;
	border-left:1px solid #e4e4e4;
}
.mypage-tab > :first-child {
	border-left:0;
}
.mypage-tab a {
	display: block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding:20px 10px;
	align-self:center;
	text-align: center;
	word-break:keep-all;
	font-size:21px;
	font-weight: bold;
	color: #454545;
}
@media (max-width:1023px) {
.mypage-tab a {
	font-size: 16px;
}
}
@media (max-width:539px) {
.mypage-tab {
	border-width:1px;
}
.mypage-tab a {
	padding:12px 5px;
	font-size: 13px;
}
}


.faq_Q {
	clear:both;
	width: 100%;
	box-sizing: border-box;
	background-color: #f2f2f2;
	margin-bottom: 1px;
	color: #000;
	font-size: 24px;
	text-align: left;
}
.faq_Q p {
	padding: 15px;
	color: #000;
}
.faq_Q a:hover {
	text-decoration: none;
}
.faq_Q p span.closed {
	float: right;
	width: 21px;
	height:21px;
	margin: 12px 0px;
	background:url(/img/mall/btn_closed.png) no-repeat 50% 50%;
}
.faq_A {
	border-top: 1px dashed #ddd;
	margin: 0px;
	padding: 20px 15px;
	background-color: #fdf9f9;
	font-size: 16px;
	color: #707070
}
.faq_A p {
	margin: 5px;
	padding:0px;
}

.document-down {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:strat;
}
.document-down > * {
	flex:0 0 auto;
	margin:15px 8px;
}
/*
.document-down a {
	display:inline-grid;
	align-items:center;
	position:relative;
	box-sizing:border-box;
	min-height:160px;
	padding:20px 20px 75px 20px;
	text-align:center;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
	color:#000;
	background-color:#f9f9f9;
	border:3px solid #336633;
	border-radius:1.0rem;
}
.document-down a::before {
	content:'';
	display: inline-block;
	width:48px;
	height:48px;
	position:absolute;
	bottom:15px;
	left:50%;
	transform:translateX(-50%);
	border:1px dashed #336633;
	border-radius:100%;
}
.document-down a::after {
	content:'';
	display: inline-block;
	position:absolute;
	bottom:33px;
	left:50%;
	transform:translateX(-50%) rotate(45deg);
	padding:7px;
	border-bottom:3px solid #336633;
	border-right:3px solid #336633;
}
.document-down a:hover {
	color:#ffffff;
	background-color:#336633;
}
.document-down a:hover::before,
.document-down a:hover::after {
	border-color:#ffadff;
}
.document-down em {
	display:block;
	font-style:normal;
	font-size:16px;
	font-weight:400;
}
*/
@media (max-device-width:1379px) {
.document-down > * {
	min-width:26%;
}
}
@media (max-device-width:1023px) {
/*.document-down {
	display:inline-flex;
	width:360px;
}*/
.document-down > * {
	width:calc(33.3% - 16px);
	min-width:auto;
	margin-top:8px;
	margin-bottom:8px;
}
/*
.document-down a {
	width:30%;
	min-height:145px;
	padding-bottom:62px;
	word-break:keep-all;
}
.document-down a::before {
	width:36px;
	height:36px;
}
.document-down a::after {
	bottom:30px;
	padding:5px;
}*/
}
@media (max-device-width:767px) {
/*
.document-down a {
	width:100%;
	min-height:118px;
	padding-top:15px;
	font-size:21px;
}*/
}
@media (max-device-width:539px) {
.document-down {
	display:flex;
	width:auto;
}
.document-down > * {
	width:33.3%;
	margin:8px 0px;
}
/*
.document-down a {
	min-height:92px;
	padding-bottom:53px;
	font-size:19px;
	border-width:2px;
}
.document-down a::before {
	width:30px;
	height:30px;
	bottom:12px;
}
.document-down a::after {
	bottom:25px;
	padding:4px;
	border-width:2px;
}
.document-down em {
	font-size:13px;
}*/
}
@media (max-device-width:479px) {
.document-down {
	justify-content:space-between;
}
.document-down > * {
	width:50%;
}
}


.order-process {
	clear: both;
	width: 100%;
	margin: 30px auto;
	padding: 1px 0px;
	display: inline-block;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
.order-process dl {
	list-style: none;
	margin: 1px 0px;
	padding: 0;
	width: 100%;
	display: inline-block;
	background-color: #f5f5f5;
}
.order-process dt, .order-process dd {
	box-sizing: border-box;
}
.order-process dt {
	float: left;
	width: 22%;
	padding: 15px 0px;
	text-align: center;
}
.order-process dd {
	float: left;
	width: 78%;
	padding: 15px;
	text-align: left;
}
table.cata td {
	text-align: left;
	padding-left: 10px;
}
.add-btn {
	width: 100%;
	margin-top: 10px;
}


/* POP-sale receipt */
#REC_wrap {
	margin: 0;
	padding: 0;
	width: 600px;
	font-size: 12px;
	color: #333333;
}
#REC_wrap table {
	font-size: 12px;
}
.REC_toplogo {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 12px;
}
.REC_toplogo ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.REC_toplogo li {
	float: left;
	margin: 0;
	padding: 0;
}
.REC_toplogo li.h1 {
	float: right;
	font-size: 40px;
	font-weight: bold;
}
#REC_info {
	width: 100%;
	clear: both;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
#REC_info ul.date {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.date li {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.date li.right {
	float: right;
}
#REC_info ul.shop {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.shop li {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.shop li.right {
	float: left;
	padding-left: 10px;
}
#REC_con {
	width: 100%;
	clear: both;
}
.REC_table {
	width: 600px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.REC_table th {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #777777;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.REC_table th {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #738384;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 3px 5px;
}
.REC_table td {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	color: #333333;
	padding: 3px 5px;
}
.REC_table td.td2 {
	background-color: #f1f1f1;
}
.REC_table td.to {
	background-color: #ffdddd;
	color: #ff0000;
}


@media (max-device-width:1199px) {
._pc {
	display:none;
}
._mb {
	display:block;
}
}

