@charset "UTF-8";

/*--- top---*/
#wrap {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width:1600px;
}
.screen-inner {
	max-width:1920px;
	min-width:1440px;
	margin:0 auto;
	padding-left:50px;
	padding-right:50px;
}

.wrap-inner {
	width: 100%;
	margin: 0;
	text-align: center;
}
@media (max-width:1629px) {
#wrap {
	min-width:1440px;
}
}
@media (max-device-width:1399px) {
#wrap {
	min-width:auto;
}

.screen-inner {
	max-width:none;
	min-width: auto;
	margin-left:40px;
	margin-right:40px;
	padding-left:0;
	padding-right:0;
}
}
@media (max-device-width:1199px) {
.screen-inner {
	margin-left:25px;
	margin-right:25px;
}
}
@media (max-device-width:767px) {
.screen-inner {
	margin-left:15px;
	margin-right:15px;
}
}

._pc {
	display:block !important;
}
._mb {
	display:none !important;
}


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-device-width:1023px) {
h2 {
	margin-bottom:30px;
	font-size:38px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:18px;
}
}
@media (max-device-width:767px) {
h2 {
	margin-bottom:25px;
}
}
@media (max-device-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%;
	min-width:1600px;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}
#top-banner .top-banner-inner {
	width: 1280px;
	margin: 0 auto;
	padding: 0;
}
@media (max-width:1629px) {
#top-banner {
	min-width:1440px;
}
}
@media (max-device-width:1399px) {
#top-banner {
	min-width:100%;
}
}

#Header {
	position: relative;
	width:100%;
	padding-top:20px;
	padding-bottom:48px;
	background-color: transparent;
}
@media (max-device-width:1399px) {
#Header {
	display:none;
}
}

.top-inner {
	position: relative;
	display:grid;
	grid-template-rows:92px auto;
	grid-template-columns:repeat(5, 1fr);
	grid-template-areas:"grid_head_left grid_head_left grid_head_logo grid_head_util grid_head_util" "grid_head_gnb grid_head_gnb grid_head_gnb grid_head_gnb grid_head_right";
	gap:30px 65px;
}
.header-logo {
	width:auto;
	grid-area:grid_head_logo;
	align-self:center;
}
.top-sectionR {
	text-align:center;
	grid-area:grid_head_right;
	align-content:end;
}
.top-sectionL {
	position:relative;
	text-align:left;
	grid-area:grid_head_left;
	align-content:center;
}
#GNB {
	grid-area:grid_head_gnb;
}
@media (min-width:1920px) {
.top-inner {
	padding-left:150px;
	padding-right:150px;
}
}
@media (max-width:1629px) {
}

.top-inner._fix {
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	box-sizing:border-box;
	display:grid;
	max-width:100%;
	min-width:100%;
	margin:0;
	padding:12px 15px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	grid-template-rows:1fr;
	grid-template-columns:192px auto 210px 48px;
	grid-template-areas:"grid_head_logo grid_head_gnb grid_head_right grid_head_util";
	gap:0 50px;
	justify-content:center;
}
.top-inner._fix .top-util-menu,
.top-inner._fix .top-sectionL {
	display:none;
}
.top-inner._fix .header-logo {}
.top-inner._fix .top-sectionR {}

.top-inner._fix #search-Layer {
	top:106px;
	right:0;
	width:380px;
	border-radius:0 0 2rem 2rem;
}
@media (max-width:1629px) {
.top-inner._fix {
	gap:0px 0px;
}
.top-inner._fix .top-btn {
	justify-content:end;
}
}
@media (max-device-width:1399px) {
.top-inner._fix {
	display:none;
}
}

.top-cs {
	text-align:right;
}
.top-sns {
	float:right;
	margin-left:10px;
	
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
}
.top-sns > * {
	display:block;
}
.top-sns > * + * {
	margin-left:4px;
}
.top-sns i {
	display:inline-block;
	vertical-align:middle;
	width:46px;
	height:46px;
	border-radius:50%;
}
.top-sns._bottom i {
	width:28px;
	height:28px;
	margin:0;
	border-radius:0;
	background-size:22px;
}
.top-sns i.sns_insta {
	background:url(/img/icons/i_sns_insta.png) no-repeat 50% 50% #e508f9;
}
.top-sns i.sns_facebook {
	background:url(/img/icons/i_sns_facebook.png) no-repeat 50% 50% #1877F2;
}
.top-sns i.sns_twitter {
	background:url(/img/icons/i_sns_twitter.png) no-repeat 50% 50% #00acee;
}
.top-sns i.sns_blog {
	background:url(/img/icons/i_sns_blog.png) no-repeat 50% 50%;
}
.top-sns._bottom i.sns_blog,
.top-sns._bottom i.sns_twitter,
.top-sns._bottom i.sns_facebook,
.top-sns._bottom i.sns_insta {
	background-color:transparent;
	background-size:28px;
}

.top-btn {
	margin-top:18px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:right;
	text-align:center;
}
/*
.top-btn a {
	display:inline-block;
	box-sizing:border-box;
	padding:10px 15px;
	text-align:center;
	text-decoration:none;
	letter-spacing:-1px;
	color: #ffffff;
	background-color:#f68206;
	border-radius:3rem;
}
.top-btn > * + * {
	margin-left:8px;
}
.top-btn i {
	display: inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	margin-left:5px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(101%) contrast(104%);
}*/
@media (max-width:1629px) {}


.top-sectionU {
	position:relative;
	margin-top:25px;
	grid-area:grid_head_util;
}
.top-util-menu {
	position: relative;
	float:right;
	margin-bottom:45px;
}
.top-util-menu ul li {
	position: relative;
	float: left;
	margin:0px 6px;
	font-size: 13px;
	font-weight:500;
	line-height: 1;
	color: #000;
}
.top-util-menu ul li a {
	display:inline-flex;
	align-items:center;
	padding:10px 15px;
	text-align:center;
	color: #000;
	background-color:#ebebeb;
	border-radius:2rem;
}
.top-util-menu ul li a:hover {
	text-decoration:none;
	background-color:#ffcbd6;
}
.top-util-menu ul li i {
	display:inline-block;
	width:22px;
	height:22px;
	margin-right:6px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: contain;
	filter: brightness(0) saturate(100%);
}
.top-util-menu ul li .i_join {
	background-image:url(/img/icons/i_user_plus.svg);
	background-size:26px;
}
/*
.top-util-menu ul li .i_join::before {
	content:'';
	display:block;
	position:absolute;
	top:-32px;
	left:50%;
	transform:translateX(-50%);
	width:63px;
	height:32px;
	background:url(/img/join_i_bubble.png) no-repeat 50% 0%;
	background-size:contain;
}*/
.top-util-menu ul li .i_login {
	background-image:url(/img/icons/i_lock_open.svg);
}
.top-util-menu ul li .i_logout {
	background-image:url(/img/icons/i_lock.png);
}
.top-util-menu ul li .i_mypage {
	background-image:url(/img/icons/i_user_setting.png);
}
.top-util-menu ul li .i_cart {
	background-image:url(/img/icons/i_shoppingcart.svg);
	background-size:26px;
}
.top-util-menu ul li .i_order {
	background-image:url(/img/icons/i_order_list.svg);
}

.top-util-icon {
	float:right;
	position:relative;
	display:inline-block;
	box-sizing:border-box;
	width:42px;
	height:42px;
	margin:0 6px;
	padding:10px;
	border-radius:100%;
	background-color:#ebebeb;
	cursor:pointer;
}
.top-util-icon::after {
	content:'';
	display:inline-block;
	width:22px;
	height:22px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: contain;
}
.top-util-icon.i_search::after {
	background-image:url(/img/icons/i_search.svg);
}
.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;
}
}

/*--- 검색바 ---*/
#search-Layer {
	position: absolute;
	top:0;
	width:295px;/*80px*/
	box-sizing: border-box;
	padding:0px;
	opacity:0;
	visibility:hidden;
}
#search-Layer.show {
	z-index: 200;
	top:-25px;
	width:100%;
	padding:15px;
	border-radius:3rem;
	background-color:rgba(255,76,116);
	transition-property: all;
	transition-duration: 0.3s;
	opacity:1;
	visibility:visible;
}
#search-Layer.search-mb {
	display:none;
}
#search-wrap {
	grid-area:header_search;
	position: relative;
	float:left;
}
.search-inner {
	width:480px;
	margin: 0 auto;
	display: inline-block;
}
.search-bar {
	float:left;
	box-sizing:border-box;
	width:calc(100% - 64px);
	height:52px;
	padding:10px 15px;
	background-color: #fff;
	border:0px solid #000;
	border-radius:3rem;
}
.g_window .gbox {
	float: left;
	width:calc(100% - 32px);
}
.g_window .gbox input {
	width: 100%;
	height:32px;
	margin:0;
	padding: 0 0 0 5px;
	border: 0;
	outline: none;
	text-align: left;
	font-size:18px;
	font-weight:400;
	color: #000000;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window .gbox input::placeholder {
	color:#929292;
}
.g_window input[type=image] {
	float: left;
}
.g_window .btn_arw {
	float: left;
	box-sizing:border-box;
	width:32px;
	height:32px;
	margin:0;
	padding:2px;
}
.g_window .btn_arw input {
	width:100%;
    top: 0;
    position: relative;
}
.g_window .btn_arw a {
	display: block;
	padding: 7px 5px;
}
.schbt-close {
	float:left;
	width: 24px;
	height:48px;
	margin:0 8px;
	background:url(/img/icons/i_closed_white.png) no-repeat 50% 50%;
	background-size:contain;
	cursor:pointer;
}
.search-desk .schbt-close {
	width: 48px;
	background-color:#0f0f0f;
	background-size:28px;
	border-radius:100%;
}
@media (max-device-width:1399px) {
#search-wrap {
	display: none;
}
#search-Layer {
	display: none;
	position: fixed;
	z-index: 900;
	top: 0px;
	left: 0;
	transform:none;
	width: 100%;
	height:100px;
	margin: 0px;
	padding: 25px;
	background-color:rgba(255,76,116);
	border:0;
	border-radius:0;
	opacity:1;
	visibility:visible;
}
.search-bar {
	float:left;
	width:calc(100% - 47px);
	height:48px;
	padding:8px 15px;
	background-color:#fff;
}
.g_window .gbox input {
	font-size:16px;
}
}
@media (max-device-width:539px) {
#search-Layer {
	height:88px;
	padding:20px 15px;
}
.search-inner {
	width:100%;
}
.search-bar {
	width:calc(100% - 42px);
}
.g_window .gbox input {
	font-size:14px;
}
.schbt-close {
	margin-left:10px;
}
}
@media (max-device-width:359px) {
#search-Layer {
	padding:25px 10px;
}
}
/***** Search END *****/

.img100 {
	width:auto;
}
@media (max-device-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;
	position:relative;
	text-align: center;
	background-color:#0c0b12;
}
#Footer .section {
	position: relative;
	padding:50px 0;
}
#Footer .section:nth-child(1) {
	background-color:#1f1e24;
}
.copy-contents {
	position:relative;
	display:flex;
	flex-wrap:nowrap;
	align-items:start;
	justify-content:space-between;
	text-align:left;
	line-height:1.4;
	font-size:14px;
	font-weight:500;
	color:#909090;
	word-break:keep-all;
}
#Footer .section:nth-child(1) .copy-contents {
	align-items:stretch;
}

.copy-contents > * {
	box-sizing:border-box;
	position:relative;
	flex:0 0 auto;
}
.copy-contents > * + * {
	margin-left:100px;
}
.copy-contents > * + ::before {
	content:'';
	position:absolute;
	top:0;
	left:-50px;
	width:1px;
	height:100%;
	background-color:#fff;
	opacity:0.15;
}
#Footer .section:nth-child(2) > .copy-contents > * + ::before {
	display:none;
}

.bottom-csBox {
	position:relative;
}
.bottom-csBox .bottom-csBox-body {
	display: flex;
	flex-wrap:nowrap;
	position:relative;
}
.bottom-csBox h4 {
	flex:0 0 auto;
	min-width:98px;
	margin-right:20px;
	margin-bottom:18px;
	line-height:1;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
}
.bottom-csBox .bottom-csBox-content {
	flex:1 0 0%;
}

.bottom-csBox.bottom-cs {
	margin-left:0;
}
.bottom-csBox.bottom-cs .cs-tel {
	display:block;
	margin-bottom:15px;
	line-height:1;
	font-size:30px;
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
}
.bottom-csBox.bottom-cs .cs-btn {
	margin-left:50px;
}
.bottom-csBox.bottom-cs .cs-btn a {
	display:inline-flex;
	align-items:center;
	padding:15px 30px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background-color:#ff486f;
	border-radius:0.25rem;
}
.bottom-csBox.bottom-cs .cs-btn a::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:32px;
	margin-left:18px;
	background:url(/img/icons/i_headset.png) no-repeat 50% 50%;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg) brightness(103%) contrast(103%);
}

.bottom-csBox.bottom-bank {
	font-size:15px;
}
.bottom-csBox .bottom-btn-return {
	display:inline-block;
	min-width:170px;
	margin-top:15px;
	padding:12px 25px;
	line-height:1;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	font-weight:500;
	color:#fff;
	border:2px solid #aaa;
	border-radius:0.4rem;
}

.bottom-csBox.bottom-contact {
	margin-right:100px;
}
.bottom-csBox.bottom-contact h4 {
	font-size:24px;
	font-weight:700;
}

.bottom-csBox.bottom-util > * {
	flex:0 0 auto;
}
.bottom-csBox.bottom-util > * + * {
	margin-left:60px;
}
.bottom-csBox.bottom-contact ol {
	list-style:none;
	margin-left:22px;
}
.bottom-csBox.bottom-contact ol li {
	position:relative;
}
.bottom-csBox.bottom-contact ol li + li {
	margin-top:8px;
}
.bottom-csBox.bottom-contact ol li::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	top:2px;
	left:-22px;
	width:14px;
	height:14px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.bottom-csBox.bottom-contact ol li.ct_tel::before {
	background-image:url(/img/icons/i_tel_white.png);
}
.bottom-csBox.bottom-contact ol li.ct_mail::before {
	background-image:url(/img/icons/i_email_white.png);
}
.bottom-csBox.bottom-contact ol li.ct_time::before {
	background-image:url(/img/icons/i_time_white.png);
}

.bottom-csBox.copyright {
	width:100%;
	display:block;
	position:relative;
	padding-left:300px;
	text-align:left;
}
.bottom-csBox.copyright .footer-logo {
	position:absolute;
	top:10px;
	left:0;
	width:236px;
	height:78px;
	filter:contrast(50%) grayscale(100%) invert(100%) opacity(60%);
}
#Footer .copyblank {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	margin-right:10px;
}
#Footer .copyblank::before {
	content:'\007C';
}
#Footer .top-sns {
	position:absolute;
	top:0px;
	right:0;
}
#Footer .esc {
	position: absolute;
	z-index:5;
	top:0;
	right:160px;
	margin:0;
	filter:grayscale(1);
}
@media (max-width:1629px) {
.copy-contents > * + * {
	margin-left:70px;
}
.bottom-csBox.bottom-util > * + * {
	margin-left:45px;
}
}
@media (max-width:1535px) {
.bottom-csBox.siteinfo {
	flex-basis:67%;
}
}
@media (max-device-width:1399px) {
.copy-contents > * + * {
	margin-left:45px;
}
.bottom-csBox.bottom-util {
	flex-basis:320px;
}
.bottom-csBox.bottom-util > * + * {
	margin-left:30px;
}
#Footer .copyblank {
	display:block;
	margin-left:0;
	margin-right:0;
	font-size:0;
	text-indent:-10000px;
}
}
@media (max-device-width:1199px) {
.copy-contents {
	flex-wrap:wrap;
}
.bottom-csBox.bottom-cs .cs-tel {
	font-size:28px;
}
.bottom-csBox.bottom-cs .cs-time {
	font-size:20px;
}
.bottom-csBox.bottom-cs .cs-btn a {
	padding-left:18px;
	padding-right:18px;
}
.bottom-csBox.bottom-delivery,
.bottom-csBox.bottom-bank {
	flex-basis:330px;
}
.bottom-csBox i {
	height:78px;
}

.bottom-csBox.siteinfo {
	padding-left:248px;
}
.bottom-csBox.siteinfo .footer-logo {
	width:200px;
	height:48px;
}
.bottom-csBox.bottom-util {
	flex-basis:240px;
}
}
@media (max-device-width:1110px) {
.copy-contents > * + * {
	margin-left:30px;
}
.bottom-csBox.bottom-delivery,
.bottom-csBox.bottom-bank {
	flex-basis:310px;
}
.bottom-csBox i {
	height:64px;
}
}
@media (max-device-width:1079px) {
.bottom-csBox.bottom-cs {
	flex-grow:1;
	flex-basis:0%;
}
.bottom-csBox.bottom-cs h4 {
	flex-basis:100%;
}
.bottom-csBox.bottom-delivery,
.bottom-csBox.bottom-bank {
	flex-basis:32%;
}
}
@media (max-device-width:1023px) {
.copy-contents {
	padding-top:25px;
	padding-bottom:48px;
}
.bottom-csBox.bottom-delivery,
.bottom-csBox.bottom-bank {
	flex-basis:29%;
}
.bottom-csBox i {
	height:52px;
	flex-basis:100%;
	margin-bottom:15px;
}

.bottom-csBox.siteinfo {
	flex-basis:100%;
	padding-left:0;
}
.bottom-csBox.siteinfo .footer-logo {
	position:relative;
	top:auto;
	left:auto;
	margin-bottom:15px;
}

.bottom-csBox.bottom-util {
	position:absolute;
	right:98px;
	top:25px;
}

#Footer .copyright {
	padding-top:18px;
	padding-bottom:25px;
}
#Footer .esc {
	width:72px;
	top:auto;
	bottom:96px;
}

.bottom-csBox.siteinfo .top-sns {
	left:auto;
	right:0;
	bottom:0;
}
}
@media (max-device-width:819px) {
.bottom-csBox.bottom-bank {
	flex-basis:24%;
}
}
@media (max-device-width:767px) {
.copy-contents {
	padding-top:45px;
	font-size:14px;
}
.copy-contents > * + * {
	margin-left:25px;
}
.bottom-csBox.siteinfo,
.bottom-csBox.bottom-cs {
	width:100%;
	padding-top:0;
}
.bottom-csBox.siteinfo {
	margin-top:25px;
	order:2;
}

.bottom-csBox.bottom-util {
	position: relative;
	right:auto;
	top:auto;
	margin-left:0;
	flex-wrap:wrap;
	flex-basis:100%;
	order:1;
}
.bottom-csBox.bottom-util > * {
	width:100%;
}
.bottom-csBox.bottom-util > * + * {
	margin-left:0;
}
.bottom-csBox.bottom-util ul li {
	float:left;
	margin-right:10px;
	margin-bottom:6px;
}
.bottom-csBox.bottom-util ul li + li {
	margin-top:0;
}
#Footer .copyright {
	padding-top:15px;
	padding-bottom:15px;
}
}
@media (max-device-width:639px) {
.bottom-csBox i {
	flex-basis:auto;
	height:64px;
}
.bottom-csBox.bottom-cs {
	flex-basis:100%;
	margin-bottom:40px;
}
.bottom-csBox.bottom-cs h4 {
	flex-basis:auto;
}
.bottom-csBox.bottom-delivery,
.bottom-csBox.bottom-bank {
	flex-wrap:nowrap;
	flex-basis:45%;
	align-items:start;
}
.bottom-csBox.bottom-bank {
	margin-left:0;
}
.bottom-csBox.bottom-delivery .btn {
	min-width:100px;
}
}
@media (max-device-width:539px) {
.bottom-csBox h4 {
	font-size:16px;
}
.bottom-csBox.bottom-cs h4 {
	margin-right:36px;
}
.bottom-csBox.bottom-cs .cs-tel {
	font-size:24px;
}
.bottom-csBox.bottom-cs .cs-time {
	font-size:16px;
}
.bottom-csBox.bottom-cs .cs-time .small {
	font-size:13px;
}
.bottom-csBox.bottom-delivery,
.bottom-csBox.bottom-bank {
	flex-basis:100%;
}
.bottom-csBox.bottom-delivery {
	margin-left:0;
	margin-top:40px;
}

.bottom-csBox.siteinfo {
	padding-bottom:60px;
	font-size:13px;
}
.bottom-csBox.siteinfo .footer-logo {
	height:36px;
}
#Footer .copyright {
	font-size:12px;
}
#Footer .esc {
	width:60px;
	left:auto;
	right:0;
	bottom:294px;
}

.bottom-csBox.siteinfo .top-sns {
	right:auto;
	left:50%;
	transform:translateX(-50%);
}
}
@media (max-device-width:479px) {}
@media (max-device-width:419px) {}
@media (max-device-width:359px) {}


/*--우측아이콘--*/
.qm-wrap {
	position:absolute;
	z-index:99;
	top:360px;
}
.qm-wrap._qmR {
	right:25px;
}
.qm-wrap._qmL {
	left:5%;
}
.qm-wrap ol {
	list-style:none;
	width:72px;
	box-sizing:content-box;
/*	padding:12px 35px 25px 35px;
	background-color:rgba(0,0,0,0.7);
	border-radius:4.5rem 0 0 4.5rem;*/
}
.qm-wrap li {
	position:relative;
	box-sizing:border-box;
	text-align:left;
	line-height:1.3;
	font-size:14px;
	color:#fff;
}
.qm-wrap li + li {
	margin-top:10px;
}
.qm-wrap a {
	display:block;
	overflow:hidden;
	cursor:pointer;
}
.qm-wrap i {
	display:inline-block;
	vertical-align:middle;
	width:22px;
	height:22px;
	margin-right:4px;
	background-color: transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	filter:invert(1) brightness(1);
}
.qm-wrap a:hover > i, .qm-wrap i:hover {
	filter:invert(1) brightness(0);
}
.qm-wrap._qmL a:hover > i, .qm-wrap._qmL i:hover {
	filter: brightness(0) saturate(100%) invert(65%) sepia(89%) saturate(4512%) hue-rotate(323deg) brightness(108%) contrast(103%);
}
.qm-wrap .qm-csbox {
	display:none;
	position:absolute;
	top:-60px;
	right:100px;
	width:300px;
	box-sizing:border-box;
	padding:25px 20px;
	line-height:1.2;
	letter-spacing:-1px;
	text-align:center;
	font-size:21px;
	font-weight:600;
	color:#fff;
	background-color:#f3ae04;
	border:0;
	border-radius:1.0rem;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
.qm-wrap .qm-csbox h4 {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	padding:5px 15px;
	line-height:1;
	font-size:19px;
	font-weight:bold;
	color:#0f0f0f;
	border:1px solid #1b1b1b;
	border-radius:3rem;
}
.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-device-width:1399px) {
.qm-wrap._pc {
	display:none;
}
.qm-wrap._mb {
	display:block;
}
.qm-wrap {
	position:fixed;
	top:120px;
/*	bottom:85px !important;*/
	width:64px;
	right:15px;
}
.qm-wrap a, .qm-wrap a:hover {
	padding:0;
	border-radius:0;
	background-color:transparent;
	box-shadow:none;
}
.qm-wrap .qm-csbox {
	top:-160px;
}
.qm-wrap .qmbt_mb {
	display:block;
	position:relative;
	background-color:transparent;
}
.qm-wrap .qmbt_mb + .qmbt_mb {
	margin-top:4px;
}
}
@media (max-device-width:1199px) {
.qm-wrap {
	width:64px;
	top:auto;
	bottom:100px;
}
.qm-wrap .qm-csbox {
	top:-270px;
	right:76px;
}

.qm-fixed {
	display:none;
}
}
@media (max-device-width:1023px) {
.qm-wrap {
	width:52px;
	right:15px;
}
.qm-wrap .qm-csbox {
	top:-180px;
	right:64px;
	width:250px;
	padding:20px 15px;
	font-size:18px;
}
.qm-wrap .qm-csbox h4 {
	font-size:16px;
}
}
@media (max-device-width:767px) {
.qm-wrap {
	width:48px;
}
.qm-wrap .qm-csbox {
	right:54px;
}
}
@media (max-device-width:539px) {
.qm-wrap {
	width:38px;
	right:10px;
}
.qm-wrap .qm-csbox {
	right:45px;
	top:-120px;
	width:200px;
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
}
.qm-wrap .qm-csbox h4 {
	font-size:12px;
}
}
@media (max-device-width:359px) {}
@media (orientation: landscape) and (min-device-height:768px) {
.qm-wrap .qm-csbox {
	top:-270px;
}
}
@media (orientation: landscape) and (max-device-height:767px) {
.qm-wrap {
	top:65px;
	width:38px;
}
.qm-wrap .qm-csbox {
	top:auto;
	bottom:-82px;
	right:45px;
	width:330px;
	padding:15px;
	text-align:left;
	font-size:14px;
	line-height:1;
}
.qm-wrap .qm-csbox h4 {
	float:left;
	width:100px;
	margin-right:15px;
	text-align:center;
	font-size:13px;
}
.qm-wrap .qm-csbox p {
	height:26px;
	padding-top:4px;
}
}

/*** MAIN *--------------------------*/
#Visual-section {
	position: relative;
	z-index:1;
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	overflow:hidden;
}
.visual-inner {}
@media (max-device-width:1199px) {
.visual-inner {
	padding-top:25px;
}
}
@media (max-device-width:767px) {
.visual-inner {
	padding-top:15px;
}
}

#article {
	position:relative;
	margin-top:140px;
}
@media (max-device-width:1023px) {
#article {
	margin-top:100px;
}
}
@media (max-device-width:767px) {
#article {
	margin-top:65px;
}
}
@media (max-device-width:539px) {
#article {
	margin-top:50px;
}
}

.goods-subject {
	position:relative;
	clear:both;
	margin-bottom: 65px;
	letter-spacing:-0.043em;
	text-align:center;
	color:#000;
}
.goods-subject .goods-subject-icon {
	float:left;
	width:132px;
	height:148px;
	margin-right:8px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
}
.goods-subject .goods-subject-icon.subject_cate {
	margin-top:-40px;
	background-image:url(/img/main/mtitle_icon_cate.png);
}
.goods-subject .goods-subject-icon.subject_sale {
	margin-top:-40px;
	background-image:url(/img/main/mtitle_icon_sale.png);
}
.goods-subject h2 {
	margin:0;
	word-break:keep-all;
	line-height:1;
	font-size:48px;
	font-weight:600;
	color: inherit;
	text-transform:uppercase;
}
.goods-subject h2 b {
	font-weight:800;
	color:#ff486f;
}
.goods-subject h4 {
	margin-bottom:18px;
	word-break:keep-all;
	line-height:1.2;
	font-size:24px;
	font-weight:400;
	color: inherit;
}
.goods-subject .subject_more {
	position:absolute;
	right:0;
	bottom:-5px;
	display:inline-flex;
	align-items:center;
	padding:12px 12px 12px 20px;
	text-decoration:none;
	font-size:19px;
	font-weight:700;
	color:#fff;
	background-color:#f68206;
	border-radius:3rem;
}
.goods-subject .subject_more::after {
	content:'';
	display:inline-block;
	width:28px;
	height:28px;
	margin-left:15px;
	background:url(/img/icons/i_plus_circle.png) no-repeat 50% 50%;
	background-size:32px;
	background-color:#ffffff;
	border-radius:100%;
}
@media (max-width:1399px) {}
@media (max-device-width:1199px) {
.goods-subject {
	margin-bottom:50px;
}
.goods-subject h2 {
	font-size:40px;
}
}
@media (max-device-width:1079px) {
.goods-subject .subject_more {
	font-size:16px;
}
}
@media (max-device-width:1023px) {
.goods-subject {
	margin-bottom:40px;
}
.goods-subject .goods-subject-icon {
	width:108px;
	height:120px;
}
.goods-subject .goods-subject-icon.subject_sale {
	margin-top:-30px;
}
.goods-subject h2 {
	font-size:36px;
}
.goods-subject h4 {
	margin-bottom:15px;
	font-size:22px;
}

.goods-subject .subject_more::after {
	width:22px;
	height:22px;
	background-size:24px;
}
}
@media (max-device-width:767px) {
.goods-subject .goods-subject-icon {
	width:84px;
	height:96px;
}
.goods-subject .goods-subject-icon.subject_cate {
	margin-top:-30px;
}
.goods-subject .goods-subject-icon.subject_sale {
	margin-top:-25px;
}

.goods-subject .subject_more {
	position: relative;
	right:auto;
	bottom:auto;
	clear:both;
	margin-top:15px;
	padding:8px 10px 8px 15px;
	font-size:14px;
}
}
@media (max-device-width:659px) {
.goods-subject h2 {
	font-size:30px;
}
.goods-subject h4 {
	font-size:19px;
}
}
@media (max-device-width:539px) {
.goods-subject {
	margin-bottom:30px;
}
.goods-subject h2 {
	font-size:28px;
}
}
@media (max-device-width:479px) {
.goods-subject .goods-subject-icon {
	width:70px;
	height:78px;
}
.goods-subject .goods-subject-icon.subject_cate {
	margin-top:-15px;
}
.goods-subject .goods-subject-icon.subject_sale {
	margin-top:-12px;
}
.goods-subject h2 {
	font-size:26px;
}
.goods-subject h4 {
	margin-bottom:12px;
	font-size:16px;
}
}
@media (max-device-width:419px) {}
@media (max-device-width:399px) {
.goods-subject h2 {
	font-size:24px;
}
.goods-subject .subject_more {
	margin-left:78px;
}
}
@media (max-device-width:359px) {}


#Bottom-content {
	clear:both;
	position:relative;
	padding:0 65px 65px 65px;
	background:url(/img/main/main_review_bg.jpg) no-repeat 50% 0% #dcedf4;
	background-size:cover;
}
.Bottom-content-inner {
	position:relative;
}
@media (max-device-width:1629px) {
.Bottom-content-inner {
	width:100%;
}
}
@media (max-device-width:1399px) {
#Bottom-content {
	padding:45px 50px 50px 50px;
}
.Bottom-content-inner {
	margin-left:0;
	margin-right:0;
}
}
@media (max-device-width:1199px) {
#Bottom-content {
	background-size:contain;
}
}
@media (max-device-width:767px) {
#Bottom-content {
	padding:45px;
}
}
@media (max-device-width:539px) {
#Bottom-content {
	padding:45px 35px;
}
}

#mainReview {
	clear: both;
	margin:85px 0;
	padding: 0;
}
.mReview-inner {
	position:relative;
	box-sizing:border-box;
}
#mainReview .goods-subject {
	float:left;
	width:45%;
	padding-right:100px;
	flex-wrap:wrap;
}
#mainReview .goods-subject > * {
	flex:0 0 100%;
}
#mainReview .goods-subject > * + * {
	margin-left:0;
}
#mainReview .goods-subject h2 {
	flex:0 0 auto;
}

.mReview-article {
	position:relative;
	width:55%;
	margin-left:45%;
}
#mainReview ul {
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
	margin-left:-10px;
	margin-right:-10px;
}
#mainReview ul li {
	flex:0 0 calc(25% - 20px);
	float: left;
	margin:0 10px;
	padding: 0;
	border-radius:1.00rem;
	overflow:hidden;
}
#mainReview ul li img {
	width: 100%;
	height: 100%;
	border: 0;
	object-fit:cover;
}
@media (max-device-width:1399px) {}
@media (max-device-width:1279px) {}
@media (max-device-width:1199px) {
#mainReview .goods-subject {
	width:43%;
}
.mReview-article {
	width:57%;
	margin-left:43%;
}
}
@media (max-device-width:1110px) {
}
@media (max-device-width:1079px) {
#mainReview .goods-subject {
	padding-right:80px;
}
}
@media (max-device-width:1023px) {
#mainReview .goods-subject {
	float:none;
	width:100%;
	padding-right:0;
}
.mReview-article {
	width:100%;
	margin-left:0;
}
}
@media (max-device-width:767px) {
#mainReview {
	margin:60px 0;
}
}
@media (max-device-width:599px) {}
@media (max-device-width:539px) {}
@media (max-device-width:479px) {}
@media (max-device-width:399px) {}
@media (max-device-width:359px) {}
@media (max-device-width:319px) {}


.main-notice {
	position:relative;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
}
.main-notice h3 {
	display:inline-block;
	margin:0 12px 0 0;
	padding:8px 10px;
	font-size:12px;
	color:#fff;
	background-color:#000;
	border-radius:1rem;
}
.main-notice ul {
	list-style:none;
}
.main-notice ul li {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	font-size: 14px;
	color:333;
}
.main-notice ul li span {
	display: inline-block;
}
.main-notice ul li span + span {
	margin-left:12px;
}


.Banner-innner {
	position:relative;
}
.Banner-row {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content: space-between;
}
.Banner-row + .Banner-row {
	margin-top:25px;
}
.Banner-col {
	flex:1 0 0%;
	position:relative;
}
.Banner-col + .Banner-col {
	margin-left:16px;
}
.Banner-row.ban_3col > * {
	width:calc(33.3% - 13px);
}
.Banner-innner a {
	display:block;
}

#main-MiniBanner {
	clear: both;
	margin-top:-210px;
	margin-bottom:65px;
}
.MiniBanner-inner {
	position:relative;
	margin:0;
}
@media (max-width:1629px) {
#main-MiniBanner {
	margin-top:-95px;
}
}


#mainBan-bottom {
	clear: both;
	margin-top:140px;
}
#mainBan-bottom .Banner-col + .Banner-col {
	margin-left:0;
}
#mainBan-bottom img {
	width:100%;
	height:auto;
	object-fit:contain;
}
@media (max-device-width:1399px) {}
@media (max-device-width:1199px) {
#mainBan-center .Banner-innner {
	margin-left:0;
	margin-right:0;
}
.Banner-col + .Banner-col {
	margin-left:8px;
}
.Banner-row.ban_3col > * {
	width:calc(33.3% - 8px);
}

#mainBan-bottom {
	margin-top:120px;
}
}
@media (max-device-width:1023px) {
.Banner-innner ._pc {
	display:none;
}
.Banner-innner ._mb {
	display:block;
}

#mainBan-bottom {
	margin-top:100px;
}
}
@media (max-device-width:900px) {}
@media (max-device-width:767px) {
.Banner-col + .Banner-col {
	margin-left:6px;
}
.Banner-row.ban_3col > * {
	width:calc(33.3% - 6px);
}

#mainBan-bottom {
	margin-top:80px;
}
}
@media (max-device-width: 639px) {
#mainBan-bottom .Banner-col {
	flex:0 0 100%;
}
}
@media (max-device-width:539px) {
/*
.Banner-row.ban_3col > * {
	flex:0 0 auto;
 	width:100%;
	padding-left:15px;
	padding-right:15px;
}
.Banner-row.ban_3col > * + * {
	margin-left:0;
	margin-top:8px;
}
*/

#mainBan-bottom {
	margin-top:65px;
}
}
@media (max-device-width:479px) {
}
@media (max-device-width:419px) {
}

/*--상품이미지크기--*/
.product-List {
	clear: both;
	display: flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:start;
	margin-left:-8px;
	margin-right:-8px;
}
.product-List > .product-box {
	flex:0 0 auto;
}

.product-box {
	position:relative;
	width:calc(25% - 16px);
	box-sizing: border-box;
	margin: 0 8px 45px 8px;
	padding-bottom:12px;
	text-align:left;
	line-height:1.2;
	border: 1px solid transparent;
	border-radius:2.0rem 2.0rem 0.412rem 0.412rem;
	overflow:hidden;
	display:grid;
	grid-template-rows:498px 24px auto 40px;
	grid-template-columns:100%;
	row-gap:10px;
	grid-template-areas:'goods_thumb' 'goods_name' 'goods_memo' 'goods_price';
}
.product-box:hover {
	border-color: #ff486f;
}
.product-box._Type2 {
	display:inline-block;
	height:493px;
	padding-bottom:0;
	overflow: inherit;
	border-radius:1.25rem;
}
.product-box._Type2:hover {
	background-color:#000;
}
.product-box > * {
	box-sizing: border-box;
	padding-left:6px;
	padding-right:6px;
}
.product-box .pro-thumb {
	width: auto;
	overflow:hidden;
	margin-bottom:8px;
	padding:0;
	background-color:#fff;
	border-radius:2.0rem;
	grid-area:goods_thumb;
}
.product-box._Type2 .pro-thumb {
	width:100%;
	height:100%;
	border-radius:1.25rem;
}
.product-box .pro-thumb > *,
.product-box .pro-thumb a {
	display:block;
	width:100%;
	height:100%;
}
.product-box .pro-thumb img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: 50% 0%;
}
.product-box .pro-icon {
	clear: both;
	word-wrap:break-word;
	line-height: 0;
	text-align: left;
	grid-area:goods_icons;
}
.product-box .pro-memo {
	clear: both;
	color: #666;
	font-size: 16px;
	overflow:hidden;
	white-space: normal;
	text-overflow:ellipsis;
	
/*	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;*/
	grid-area:goods_memo;
}
.product-box._Type2 .pro-memo {
	display:none;
}
.product-box .pro-title {
	font-size:20px;
	color: #000000;
	font-weight:500;
	grid-area:goods_name;
}
.product-box .pro-title a {
	text-decoration:none;
	color: inherit;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product-box:hover .pro-title a,
.product-box .pro-title a:hover {
	color: #000000;
}
.product-box._Type2 .pro-title a {
	white-space:normal;
	-webkit-line-clamp: 2;
}

.product-box .pro-price {
	box-sizing: border-box;
	display:inline-flex;
	flex-wrap:nowrap;
	align-items:baseline;
	justify-content:start;
	gap:0 15px;
	margin-top:8px;
	letter-spacing:-1px;
	font-size: 28px;
	font-weight:800;
	color: #000;
	grid-area:goods_price;
}
.product-box .pro-price span {
	display: inline-block;
}
.product-box._Type2 .pro-price {
	font-size:20px;
}
.product-box .pro-price del {
	display:none;
	font-size:14px;
	font-weight:700;
	color:#999;
	text-decoration: line-through;
	order:2;
}
.product-box._Type2 .pro-price del {
	display:inline-block;
}
.product-box .pro-price .priceB {
	order:1;
}
.product-box .pro-price .priceB::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:28px;
	height:28px;
	margin-top:-6px;
	margin-right:2px;
	background:url(/img/icons/i_price_won.png) no-repeat 50% 50%;
	background-size:contain;
}
/*.product-box .pro-price del::before {
	width:14px;
	height:14px;
	filter: brightness(0) saturate(100%) invert(68%) sepia(6%) saturate(10%) hue-rotate(24deg) brightness(89%) contrast(91%);
}*/
.product-box._Type2 .pro-price .priceB::before {
	display:none;
}
.product-box .pro-price .priceS {
	color:#ff0a0a;
	font-size:24px;
	order:3;
}
.product-box .pro-price .priceS::after {
	content:'\0025';
}
.product-box._Type2 .pro-price .priceS {
	font-size:28px;
}
.product-box._Type2 .pro-price .priceS::after {
	font-size:0.72em;
}
.product-box .pro-price .price-soldout {
	color:#999;
	font-size:18px;
	order:1;
}

.product-box .best_i_rank {
	display:none;
	position:absolute;
	z-index:3;
	top:-15px;
	right:-18px;
	width:76px;
	height:102px;
	background-position:50% 0%;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:contain;
}
.product-box._Type2 > * {
	display:none;
}
.product-box._Type2 > .pro-thumb {
	display:block;
	margin-bottom:0;
}
.product-box._Type2:hover > .pro-thumb {
	opacity:0.5;
}
.product-box .pro-inBox {
	position: absolute;
	z-index:2;
	left:15px;
	right:15px;
	bottom:15px;
	padding:25px;
	background-color:rgba(255,255,255,0.9);
	border-radius:1.25rem;
}
.product-box._Type2:hover > .pro-inBox {
	display:block;
}
.product-box._Type2 .pro-memo {
	margin-top:5px;
}

.product_more {
	clear: both;
	position:relative;
	width:100%;
	margin: 35px auto 0px auto;
	padding: 0px;
	text-align: center;
	align-self:end;
}
.product_more::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	height:1px;
	background-color:#d7d7d7;
}
.product_more > * {
	position:relative;
	z-index:2;
}
.product_more .btn_mainmore {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	vertical-align:middle;
	cursor:pointer;
	padding:15px 35px;
	line-height:1;
	font-size:24px;
	font-weight:500;
	color:#fff;
	background-color:#242424;
	border-radius:0 0 2rem 2rem;
}
.product_more .btn_mainmore::before {
	content:'상품 더보기';
}
.product_more .btn_mainmore::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:28px;
	height:28px;
	margin-left:12px;
	background:url(/img/icons/i_plus_circle.png) no-repeat 50% 50%;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(43%) sepia(61%) saturate(3141%) hue-rotate(321deg) brightness(101%) contrast(101%);
}
@media (max-width:1629px) {
.product-box {
	grid-template-rows:422px 24px auto 40px;
}
.product-box._Type2 {
	height:420px;
}
.product-box .pro-inBox {
	padding:15px;
}

.product-box .best_i_rank {
	width:64px;
	height:88px;
}

.product_more {
	flex-grow:1;
}
}
@media (max-width:1535px) {
.product-box._Type2 {
	height:414px;
}
}
@media (max-width: 1399px) {
.product-box {
	grid-template-rows:419px minmax(24px,auto) auto 40px;
}
.product-box._Type2 {
	height:409px;
}
.product-box .pro-title a {
	white-space:normal;
	-webkit-line-clamp:2;
}

.product-box .pro-inBox {
	padding:15px 12px;
}

.product_more {
	margin-left:-11px;
	margin-right:-11px;
}
}
@media (max-device-width:1339px) {
.product-box {
	grid-template-rows:395px minmax(24px,auto) auto 40px;
}
.product-box._Type2 {
	height:386px;
}
}
@media (max-device-width:1279px) {
.product-box {
	grid-template-rows:367px minmax(24px,auto) auto 40px;
}
.product-box._Type2 {
	height:361px;
}
}
@media (max-device-width:1199px) {
.product-box {
	grid-template-rows:358px minmax(20px,auto) auto 36px;
	border-radius:1.5rem 1.5rem 0.412rem 0.412rem;
}
.product-box._Type2 {
	height:347px;
}
.product-box .pro-thumb {
	border-radius:1.5rem;
}
.product-box .pro-inBox,
.product-box._Type2,
.product-box._Type2 .pro-thumb {
	border-radius:1.0rem;
}

.product-box .pro-title {
	font-size:18px;
}
.product-box._Type2 .pro-title {
	font-size:17px;
}
.product-box .pro-memo {
	font-size:14px;
}
.product-box._Type2 .pro-price .priceS,
.product-box .pro-price {
	font-size:24px;
}
.product-box .pro-price .priceS {
	font-size:20px;
}
.product-box .pro-price .priceB::before {
	width:22px;
	height:22px;
}

.product-box .pro-inBox {
	left:12px;
	right:12px;
	bottom:12px;
}
}
@media (max-device-width:1139px) {
.product-box {
	grid-template-rows:337px minmax(20px,auto) auto 36px;
}
}
@media (max-device-width: 1110px) {
.product-box {
	grid-template-rows:325px minmax(20px,auto) auto 36px;
	row-gap:8px;
}
.product-box._Type2 {
	height:315px;
}
}
@media (max-device-width: 1079px) {
.product-box {
	grid-template-rows:307px minmax(20px,auto) auto 36px;
}
.product-box._Type2 {
	height:296px;
}
.product-box .pro-inBox {
	padding:12px 10px;
}
}
@media (max-device-width: 1023px) {
.product-box {
	margin-bottom:30px;
	padding-bottom:10px;
	grid-template-rows:284px minmax(18px,auto) auto 30px;
	border-top-left-radius:1.25rem;
	border-top-right-radius:1.25rem;
}
.product-box._Type2 {
	height:274px;
}
.product-box .pro-inBox,
.product-box._Type2,
.product-box._Type2 .pro-thumb {
	border-radius:0.75rem;
}
.product-box .pro-thumb {
	border-radius:1.25rem;
}
.product-box._Type2 .pro-title,
.product-box .pro-title {
	font-size:16px;
}
.product-box .pro-price {
	gap:0 12px;
}
.product-box._Type2 .pro-price .priceS,
.product-box .pro-price {
	font-size:20px;
}
.product-box._Type2 .pro-price,
.product-box .pro-price .priceS {
	font-size:17px;
}
.product-box .pro-price .priceB::before {
	margin-top:-2px;
	width:18px;
	height:18px;
}
.product-box .pro-price del {
	font-size:13px;
}
.product-box .pro-price .price-soldout {
	font-size:16px;
}
.product-box .best_i_rank {
	top:-12px;
	right:-15px;
	width:52px;
	height:72px;
}
}
@media (max-device-width:900px) {
.product-List {
	margin-left:-6px;
	margin-right:-6px;
}

.product-box {
	width:calc(25% - 12px);
	margin-left:6px;
	margin-right:6px;
	grid-template-rows:262px minmax(18px,auto) auto 30px;
}
.product-box._Type2 {
	height:253px;
}
}
@media (max-device-width:850px) {
.product-box {
	grid-template-rows:250px minmax(18px,auto) auto 30px;
}
.product-box._Type2 {
	height:242px;
}
}
@media (max-device-width:819px) {
.product-box {
	grid-template-rows:237px minmax(18px,auto) auto 30px;
}
.product-box._Type2 {
	height:230px;
}
.product-box .pro-memo {
	white-space:normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
}
@media (max-device-width: 767px) {
.product-box {
	grid-template-rows:223px minmax(18px,auto) auto 30px;
	border-top-left-radius:1.0rem;
	border-top-right-radius:1.0rem;
}
.product-box._Type2 {
	height:214px;
}
.product-box .pro-thumb {
	border-radius:1.0rem;
}
.product-box .pro-memo {
	font-size:13px;
}
.product-box._Type2 .pro-price .priceS,
.product-box .pro-price {
	font-size:18px;
}
.product-box._Type2 .pro-price,
.product-box .pro-price .priceS {
	font-size:16px;
}
.product-box .pro-price .priceB::before {
	width:16px;
	height:16px;
}

.product-box .best_i_rank {
	top:-8px;
	right:-8px;
	width:44px;
	height:59px;
}
}
@media (max-device-width: 659px) {
.product-List {
	margin-left:-8px;
	margin-right:-8px;
}
.product-box {
	width:calc(50% - 16px);
	margin-left:8px;
	margin-right:8px;
	grid-template-rows:392px minmax(20px,auto) auto 36px;
	border-top-left-radius:1.5rem;
	border-top-right-radius:1.5rem;
}
.product-box._Type2 {
	height:358px;
}
.product-box .pro-thumb {
	border-radius:1.5rem;
}
.product-box .pro-title {
	font-size:18px;
}
.product-box .pro-memo {
	font-size:14px;
	-webkit-line-clamp:1;
}
.product-box._Type2 .pro-price .priceS,
.product-box .pro-price {
	font-size:22px;
}
.product-box._Type2 .pro-price,
.product-box .pro-price .priceS {
	font-size:18px;
}
.product-box .pro-price .priceB::before {
	width:18px;
	height:18px;
	margin-top:-4px;
}
}
@media (max-device-width: 639px) {
.product-box {
	grid-template-rows:366px minmax(20px,auto) auto 36px;
}
.product-box._Type2 {
	height:356px;
}
}
@media (max-device-width: 599px) {
.product-box {
	grid-template-rows:325px minmax(20px,auto) auto 36px;
}
.product-box._Type2 {
	height:317px;
}
}
@media (max-device-width: 539px) {
.product-box {
	margin-bottom:25px;
	grid-template-rows:286px minmax(20px,auto) auto 36px;
}
.product-box._Type2 {
	height:279px;
}
.product-box._Type2 .pro-price .priceS,
.product-box .pro-price {
	font-size:20px;
}
.product-box._Type2 .pro-price,
.product-box .pro-price .priceS {
	font-size:16px;
}
.product-box .pro-price .priceB::before {
	margin-top:-2px;
}
.product-box .best_i_rank {
	width:28px;
	height:38px;
}
}
@media (max-device-width: 479px) {
.product-List {
	margin-left:-6px;
	margin-right:-6px;
}
.product-box {
	width:calc(50% - 12px);
	margin-left:6px;
	margin-right:6px;
	grid-template-rows:275px minmax(18px,auto) auto 28px;
}
.product-box._Type2 {
	height:264px;
}
.product-box .pro-title {
	font-size:16px;
}
.product-box._Type2 .pro-title {
	font-size:15px;
}
.product-box .pro-memo,
.product-box .pro-title a {
	-webkit-line-clamp:2;
}
.product-box._Type2 .pro-price .priceS {
	font-size:18px;
}
.product-box._Type2 .pro-price {
	font-size:14px;
}
.product-box .pro-price del {
	font-size:12px;
}
}
@media (max-device-width:448px) {
.product-box {
	grid-template-rows:262px minmax(18px,auto) auto 28px;
	border-top-left-radius:1.0rem;
	border-top-right-radius:1.0rem;
}
.product-box._Type2 {
	height:253px;
}
.product-box .pro-thumb {
	margin-bottom:4px;
	border-radius:1.0rem;
}
.product-box .pro-inBox,
.product-box._Type2,
.product-box._Type2 .pro-thumb {
	border-radius:0.62rem;
}
.product-box .pro-price {
	margin-top:4px;
	gap:0 10px;
}
}
@media (max-device-width:419px) {
.product-box {
	grid-template-rows:248px minmax(16px,auto) auto 24px;
}
.product-box._Type2 {
	height:242px;
}
.product-box._Type2 .pro-title,
.product-box .pro-title {
	font-size:14px;
}
.product-box._Type2 .pro-price .priceS,
.product-box .pro-price {
	font-size:18px;
}
.product-box._Type2 .pro-price,
.product-box .pro-price .priceS {
	font-size:14px;
}
.product-box .pro-price .priceB::before {
	width:16px;
	height:16px;
	margin-top:-4px;
}
}
@media (max-device-width:399px) {
.product-List {
	margin-left:-5px;
	margin-right:-5px;
}
.product-box {
	width:calc(50% - 10px);
	margin-left:5px;
	margin-right:5px;
	grid-template-rows:235px minmax(16px,auto) auto 24px;
	border-top-left-radius:0.89rem;
	border-top-right-radius:0.89rem;
}
.product-box._Type2 {
	height:228px;
}

.product-box .pro-thumb {
	border-radius:0.89rem;
}

.product-box._Type2 .pro-price {
	flex-wrap:wrap;
}
.product-box._Type2 .pro-price .priceS {
	flex:0 0 100%;
	order:1;
}
.product-box._Type2 .pro-price .priceB {
	order:2;
}
.product-box .pro-price del {
	order:3;
}
}
@media (max-device-width:380px) {
.product-box {
	grid-template-rows:226px minmax(16px,auto) auto 24px;
}
.product-box._Type2 {
	height:219px;
}
}
@media (max-device-width:374px) {
.product-box {
	grid-template-rows:217px minmax(16px,auto) auto 24px;
}
.product-box._Type2 {
	height:209px;
}
}
@media (max-device-width: 359px) {
.product-box {
	grid-template-rows:206px minmax(16px,auto) auto 24px;
}
.product-box._Type2 {
	height:200px;
}
.product-box .pro-memo {
	-webkit-line-clamp:3;
}

.product_more .btn_mainmore {
	padding:10px 25px;
}
}
@media (max-device-width: 339px) {
.product-box {
	grid-template-rows:190px minmax(16px,auto) auto 21px;
}
.product-box._Type2 {
	height:185px;
}
.product-box._Type2 .pro-price .priceS,
.product-box .pro-price {
	font-size:16px;
}
.product-box .pro-price .priceB::before {
	width:14px;
	height:14px;
}
}
@media (max-device-width: 319px) {
.product-box {
	grid-template-rows:167px minmax(16px,auto) auto auto;
}
.product-box._Type2 {
	height:162px;
}
.product-box .pro-price {
	flex-wrap:wrap;
}
.product-box .pro-price del {
	order:1;
}
.product-box .pro-price .priceS {
	order:2;
}
.product-box .pro-price .priceB {
	flex-basis:100%;
	order:3;
}
}

.goodsCate-Tab {
	position:relative !important;
	display:flex !important;
	margin-bottom:30px;
}
.goodsCate-Tab li {
	float:left;
	line-height:1;
	font-size:21px;
	color:#000;
}
.goodsCate-Tab .swiper-wrapper {
	justify-content:center;
	align-items:center;
}
.goodsCate-Tab .swiper-slide {
	padding-bottom:16px;
	background:transparent;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	display:flex;
	align-items:center;
	box-sizing:border-box;
	padding:15px 25px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	line-height:1;
	font-size:24px;
	font-weight:400;
	color:#242424;
	background-color: transparent;
	border-radius:3rem;
	box-shadow:none;
	overflow:hidden;
	outline:none;
}
.goodsCate-Tab a.active {
	color:#fff;
	text-decoration:none;
	background-color:#ff486f;
}
.goodsCate-Tab a:focus {
	outline:none;
}
.goodsCate-Tab a.active::after {
	content:'';
	display:block;
	vertical-align:middle;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-4px;
	width:9px;
	height:9px;
	background-color:#ff486f;
	border-radius:100%;
}
@media(hover: hover) and (pointer: fine) {
.goodsCate-Tab a.active:hover {
	color:#fff;
	text-decoration:none;
	background-color:#ff486f;
}
}
/*
.goodsCate-Tab .swiper-slide-active::after,
.goodsCate-Tab a:hover::after,
.goodsCate-Tab a.active::after {
	content:'';
	position:absolute;
	display:block;
	top:0;
	right:0;
	width:68px;
	height:56px;
	background:url(/img/main/goods_tab_icon.png) no-repeat 50% 50%;
	background-size:cover;
}*/

.goodsCate-Tab .swiper-slide {
/*	display:block !important;*/
	width:auto;
	text-align: center;
	font-size: inherit;
}
.goodsCate-Tab .swiper-slide img {
	width:auto;
	height:auto;
	object-fit:auto;
}
/*
.goodsCate-Tab .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit:contain;
	border:0;
}
.goodsCate-Tab a img {
	filter:brightness(0.5) drop-shadow(0 0 0 #999);
	-webkit-filter:brightness(0.5) drop-shadow(0 0 0 #999);
}
.goodsCate-Tab a:hover img,
.goodsCate-Tab a.on img,
.goodsCate-Tab a.on:hover img {
	filter:none;
	-webkit-filter:none;
}
*/
.goodsCate-panel {
	clear:both;
	list-style:none;
}
.goodsCate-panel > * {
	min-height:540px;
}
@media (max-device-width:1399px) {
}
@media (max-device-width:1199px) {
.goodsCate-Tab {
	float:none;
	width:100% !important;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:45px;
}
.goodsCate-Tab .swiper-wrapper {
	justify-content:center;
}

.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	font-size:18px;
}
}
@media (max-device-width:1079px) {
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:12px 18px;
}
}
@media (max-device-width:1023px) {
}
@media (max-device-width:910px) {
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding-left:15px;
	padding-right:15px;
	font-size:16px;
}
}
@media (max-device-width:767px) {
.goodsCate-Tab {
	margin-top:20px;
	margin-bottom:20px;
}
.goodsCate-Tab .swiper-wrapper {
	justify-content:inherit;
}
}
@media (max-device-width:539px) {
.goodsCate-Tab .swiper-slide {
	padding-bottom:12px;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:10px 15px;
}
.goodsCate-Tab a.active::after {
	margin-left:-3px;
	width:7px;
	height:7px;
}
}
@media (max-device-width:479px) {
.goodsCate-Tab {
	margin-top:15px;
	margin-bottom:15px;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:8px 12px;
	font-size:14px;
}
}
@media (max-device-width:359px) {
}


.mainGoods-cate,
.mainGoods-Best {
	position:relative;
}
.mainGoods-Best {
	padding-top:110px;
	background-image:url(/img/main/best_goods_titlebg.png);
	background-repeat:no-repeat;
	background-position:34% 0%;
	background-size:auto;
}
.mainGoods-cate {
	padding-top:110px;
	background-image:url(/img/main/categroup_goods_titlebg.png);
	background-repeat:no-repeat;
	background-position:78% 0%;
	background-size:auto;
}
.mainGoods-cate-in,
.mainGoods-Best-in {
	min-height:560px;
}
@media (max-width:1439px) {}
@media (max-device-width:1399px) {}
@media (max-device-width:1199px) {}
@media (max-device-width:1023px) {}
@media (max-device-width:767px) {}
@media (max-device-width:539px) {}


#article.mainGoods-Best {
	margin-top:100px;
}
.mainGoods-Best .product-List {
	margin-left:0;
	margin-right:0;
	display:grid;
	grid-template-rows:repeat(2, 435px);
	grid-template-columns:repeat(5, 1fr);
	gap:24px;
}
.mainGoods-Best .product-List > .product-box {
	width:auto;
	height:auto;
	margin:0;
}
.mainGoods-Best .product-box .best_i_rank {
	display:inline-block;
}

.mainGoods-Best .product-List > :nth-child(n+7) {
	display:none;
}
.mainGoods-Best .product-List > :nth-child(1) {
	grid-row:1/3;
	grid-column:1/3;
}
.mainGoods-Best .product-List > :nth-child(1) > .pro-inBox {
	padding-right:160px;
}
.mainGoods-Best .product-List > :nth-child(1) > .best_i_rank {
	top:auto;
	bottom:44px;
	right:40px;
	width:113px;
	height:148px;
	background-image:url(/img/best_no1.png);
}
.mainGoods-Best .product-List > :nth-child(2) {
	grid-row:1;
	grid-column:3/5;
}
.mainGoods-Best .product-List > :nth-child(2) > .best_i_rank {
	width:96px;
	height:128px;
	background-image:url(/img/best_no2.png);
}
.mainGoods-Best .product-List > :nth-child(3) {
	grid-row:1;
	grid-column:5;
}
.mainGoods-Best .product-List > :nth-child(3) > .best_i_rank {
	width:96px;
	height:128px;
	background-image:url(/img/best_no3.png);
}
.mainGoods-Best .product-List > :nth-child(4) {
	grid-row:2;
	grid-column:3;
}
.mainGoods-Best .product-List > :nth-child(4) > .best_i_rank {
	background-image:url(/img/best_no4.png);
}
.mainGoods-Best .product-List > :nth-child(5) {
	grid-row:2;
	grid-column:4;
}
.mainGoods-Best .product-List > :nth-child(5) > .best_i_rank {
	background-image:url(/img/best_no5.png);
}
.mainGoods-Best .product-List > :nth-child(6) {
	grid-row:2;
	grid-column:5;
}
.mainGoods-Best .product-List > :nth-child(6) > .best_i_rank {
	background-image:url(/img/best_no6.png);
}
@media (min-width:2560px) {
.mainGoods-Best {
	background-position:38.4% 0%;
}
}
@media (max-width:1629px) {
.mainGoods-Best {
	background-position:29% 0%;
}
.mainGoods-Best .product-List {
	grid-template-rows:repeat(2, 336px);
}
.mainGoods-Best .product-List > :nth-child(1) > .pro-inBox {
	padding-right:140px;
}
.mainGoods-Best .product-List > :nth-child(1) > .best_i_rank {
	bottom:54px;
	width:96px;
	height:124px;
}
.mainGoods-Best .product-List > :nth-child(2) > .best_i_rank,
.mainGoods-Best .product-List > :nth-child(3) > .best_i_rank {
	width:80px;
	height:104px;
}
}
@media (max-width:1535px) {
.mainGoods-Best {
	padding-top:70px;
	background-position:25% 0%;
}
.mainGoods-Best .product-List {
	grid-template-rows:repeat(2, 320px);
}
}
@media (max-width:1339px) {
.mainGoods-Best {
	background-position:21% 0%;
}
.mainGoods-Best .product-List {
	grid-template-rows:repeat(2, 476px);
	grid-template-columns:repeat(3, 1fr);
}
.mainGoods-Best .product-List > :nth-child(1) {
	grid-row:1;
	grid-column:1;
}
.mainGoods-Best .product-List > :nth-child(1) > .pro-inBox {
	padding-right: 10px;
}
.mainGoods-Best .product-List > :nth-child(1) > .best_i_rank {
	bottom:auto;
	top:-15px;
	right:-18px;
	width:80px;
	height:104px;
}
.mainGoods-Best .product-List > :nth-child(2) {
	grid-row:1;
	grid-column:2;
}
.mainGoods-Best .product-List > :nth-child(3) {
	grid-row:1;
	grid-column:3;
}
.mainGoods-Best .product-List > :nth-child(4) {
	grid-row:2;
	grid-column:1;
}
.mainGoods-Best .product-List > :nth-child(5) {
	grid-row:2;
	grid-column:2;
}
.mainGoods-Best .product-List > :nth-child(6) {
	grid-row:2;
	grid-column:3;
}
}
@media (max-device-width:1199px) {
#article.mainGoods-Best {
	margin-top:70px;
}
.mainGoods-Best {
	background-position:25% 0%;
	background-size:250px;
}
.mainGoods-Best .product-List {
	grid-template-rows:repeat(2, 436px);
}
}
@media (max-device-width:1110px) {
.mainGoods-Best {
	background-position:21% 0%;
}
}
@media (max-device-width:1079px) {
.mainGoods-Best .product-List {
	grid-template-rows:repeat(2, 393px);
}
}
@media (max-device-width:1023px) {
#article.mainGoods-Best {
	margin-top:60px;
}
.mainGoods-Best {
	padding-top:60px;
	background-position:18% 0%;
	background-size:210px;
}
.mainGoods-Best .product-List {
	grid-template-rows:repeat(2, 340px);
	gap:20px;
}
.mainGoods-Best .product-List > :nth-child(1) > .best_i_rank,
.mainGoods-Best .product-List > :nth-child(2) > .best_i_rank,
.mainGoods-Best .product-List > :nth-child(3) > .best_i_rank {
	top:-12px;
	right:-15px;
	width:68px;
	height:92px;
}
}
@media (max-device-width:900px) {
.mainGoods-Best {
	background-position:15% 0%;
}
.mainGoods-Best .product-List {
	grid-template-rows:repeat(2, 318px);
}
}
@media (max-device-width:767px) {
#article.mainGoods-Best {
	margin-top:50px;
}
.mainGoods-Best {
	padding-top:40px;
	background-position:12% 0%;
	background-size:178px;
}
.mainGoods-Best .product-List {
	grid-template-rows:repeat(2, 293px);
}
.mainGoods-Best .product-List > :nth-child(1) > .best_i_rank,
.mainGoods-Best .product-List > :nth-child(2) > .best_i_rank,
.mainGoods-Best .product-List > :nth-child(3) > .best_i_rank {
	top:-8px;
	right:-8px;
	width:52px;
	height:72px;
}
}
@media (max-device-width:659px) {
.mainGoods-Best {
	padding-top:30px;
	background-position:9% 0%;
}
.mainGoods-Best .product-List {
	grid-template-rows:repeat(3, 373px);
	grid-template-columns:repeat(2, 1fr);
	gap:24px;
}
.mainGoods-Best .product-List > :nth-child(1) {
	grid-row:1;
	grid-column:1;
}
.mainGoods-Best .product-List > :nth-child(2) {
	grid-row:1;
	grid-column:2;
}
.mainGoods-Best .product-List > :nth-child(3) {
	grid-row:2;
	grid-column:1;
}
.mainGoods-Best .product-List > :nth-child(4) {
	grid-row:2;
	grid-column:2;
}
.mainGoods-Best .product-List > :nth-child(5) {
	grid-row:3;
	grid-column:1;
}
.mainGoods-Best .product-List > :nth-child(6) {
	grid-row:3;
	grid-column:2;
}
}
@media (max-device-width: 639px) {
.mainGoods-Best {
	background-position:7.5% 0%;
}
.mainGoods-Best .product-List {
	grid-template-rows:repeat(3, 323px);
}
}
@media (max-device-width: 539px) {
#article.mainGoods-Best {
	margin-top:30px;
}
.mainGoods-Best {
	background-position:12px 0%;
	background-size:156px;
}
.mainGoods-Best .product-List {
	grid-template-rows:repeat(3, 283px);
	gap:16px;
}
.mainGoods-Best .product-List > :nth-child(1) > .best_i_rank,
.mainGoods-Best .product-List > :nth-child(2) > .best_i_rank,
.mainGoods-Best .product-List > :nth-child(3) > .best_i_rank {
	width:36px;
	height:48px;
}
}
@media (max-device-width: 479px) {
.mainGoods-Best .product-List {
	grid-template-rows:repeat(3, 266px);
	gap:20px 12px;
}
}
@media (max-device-width:448px) {
.mainGoods-Best .product-List {
	grid-template-rows:repeat(3, 253px);
}
}
@media (max-device-width:419px) {
.mainGoods-Best .product-List {
	grid-template-rows:repeat(3, 242px);
}
}
@media (max-device-width:399px) {
.mainGoods-Best .product-List {
	grid-template-rows:repeat(3, 226px);
}
}
@media (max-device-width:380px) {
.mainGoods-Best .product-List {
	grid-template-rows:repeat(3, 220px);
}
}
@media (max-device-width:374px) {
.mainGoods-Best .product-List {
	grid-template-rows:repeat(3, 208px);
}
}
@media (max-device-width:359px) {
.mainGoods-Best .product-List {
	grid-template-rows:repeat(3, 183px);
}
}


.mainGoods-RCM {
	margin-top:0 !important;
}
.mainGoods-RCM-in {}
@media (max-device-width:1079px) {}
@media (max-device-width:767px) {}
@media (max-device-width:539px) {}


.mainGoods-Rank {
	position:relative;
}
.mainGoods-Rank-in {
	position:relative;
}
.mainRanking-content {
	position:relative;
	margin-left:-64px;
	margin-right:-64px;
	padding-left:64px;
	padding-right:64px;
}
@media (max-device-width:1399px) {
.mainRanking-content {
	margin-left:-25px;
	margin-right:-25px;
}
}
@media (max-device-width:1199px) {
.mainRanking-content {
	padding-left:40px;
	padding-right:40px;
}
}
@media (max-device-width:1023px) {
.mainRanking-content {
	margin-left:-15px;
	margin-right:-15px;
}
}
@media (max-device-width:539px) {
.mainRanking-content {
	padding-left:25px;
	padding-right:25px;
}
}


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 *--------------------------*/
#contents {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height:740px;
}
.contents-inner {
	position: relative;
	text-align: center;
	margin: 0 auto;
}
@media (max-device-width:1199px) {
#contents {
	min-height:600px;
	padding-top:45px;
}
}
@media (max-device-width:767px) {
#contents {
	min-height:420px;
	padding-top:25px;
}
}
@media (min-device-width:851px) and (min-device-height:1200px) {
#contents {
	min-height:58vh;
}
}

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

.login-form {
	display:inline-flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin: 45px auto;
	text-align: center;
	font-size: 14px;
}
.login-form .login-box {
	flex:0 0 auto;
	width:320px;
	min-height:360px;
	align-self: stretch;
	box-sizing:border-box;
	padding:0;
	border:0;
}
.login-form > :nth-child(2) {
	margin-left:180px;
}
.login-form h2 {
	margin-bottom: 20px;
	line-height: 1;
	text-align: center;
	word-break:keep-all;
	font-size: 32px;
	font-family:"Nanum Square", "NanumSquare";
	font-weight: 600;
	color: #000;
}
.login-form h2 .fs {
	display:block;
	margin-top:10px;
	line-height:1.4;
	font-size:14px;
	color:#333;
}
.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: 48px !important;
	box-sizing: border-box;
	padding: 0px 12px !important;
	line-height: 46px !important;
	color: #333;
	text-align: left;
	border-radius:5rem;
	border-width:1px;
	border-color:#555;
	background-color: #fff;
}
.login-form .login-btnform > * {
	width:100%;
	min-height:50px;
}
.login-form .login-member {
	margin-top:15px;
	margin-bottom:25px;
	margin-left:-5px;
	margin-right:-5px;
	display:flex;
	flex-wrap:wrap;
	line-height:1;
	font-size:13px;
}
.login-form .login-member > * {
	flex:0 0 calc(50% - 10px);
}
.login-form .login-member a {
	display:block;
	box-sizing:border-box;
	margin:5px;
	padding:8px;
	color:#666;
	text-decoration:none;
	border:1px solid #b7b7b7;
	border-radius:3rem;
}
.login-form .login-member a:hover {
	color:#000;
	border-color:#000;
}
.login-form .login-interlink {
	clear:both;
}
.login-form .login-interlink > * {
	display:block;
}
.login-form .login-interlink > * + * {
	margin-top:8px;
}
@media (max-device-width:1199px) {
.login-form .login-btnform > * {
	font-size:18px;
}
}
@media (max-device-width:1023px) {
.login-form > :nth-child(2) {
	margin-left:120px;
}
}
@media (max-device-width:900px) {
.login-form > :nth-child(2) {
	margin-left:85px;
}
}
@media (max-device-width:767px) {
.login-form {
	justify-content:center;
	width:320px;
}
.login-form > :nth-child(2) {
	margin-left:0;
	margin-top:45px;
	padding-top:45px;
	border-top:1px dashed #d7d7d7;
}
.login-form h2 {
	font-size:27px;
}
.login-form .login-btnform > * {
	font-size:16px !important;
}
}
@media (max-device-width:539px) {
.login-form {
	margin-top:25px;
}
}
@media (max-device-width:359px) {
.login-form {
	justify-content:center;
	width:100%;
}
.login-form .login-box {
	flex:0 0 auto;
	width:280px;
}
.login-form .login-member {
	margin-left:-3px;
	margin-right:-3px;
}
.login-form .login-member > * {
	flex:0 0 calc(50% - 6px);
}
.login-form .login-member a {
	margin:4px 3px;
	font-size:12px;
}
}
@media (max-device-width:319px) {
.login-form .login-box {
	width:250px;
}
}

.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.5rem;
}
.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 .join-box input {
	margin-top:2px;
	margin-bottom:2px;
}

.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:nowrap;
	align-items:stretch;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
	border: 1px solid #e4e4e4;
	border-color:#e4e4e4 #e4e4e4 #000000 #e4e4e4;
	border-width:1px 1px 2px 1px;
	border-radius:0.75rem 0.75rem 0 0;
}
.mypage-tab > * {
	list-style:none;
	box-sizing:border-box;
	flex:1 0 0%;
	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-device-width:1199px) {
.mypage-tab a {
	font-size: 19px;
}
}
@media (max-device-width:1023px) {
.mypage-tab a {
	font-size: 16px;
}
}
@media (max-device-width:539px) {
.mypage-tab {
	margin-bottom:25px;
}
.mypage-tab a {
	padding:12px 4px;
	font-size: 13px;
}
}


.location {
	display:inline-block;
	width:100%;
	margin: 0px auto 25px auto;
	padding:10px 0;
	background-color: transparent;
}
.location ul {
	float: right;
}
.location ul li {
	float: left;
	position:relative;
	padding:8px 0;
	line-height:1;
	font-size:14px;
	color:#909090;
}
.location ul li + li {
	margin-left:12px;
}
.location .location_gline::before,
.location ul li + li::before {
	content:'\003E';
	margin-right:6px;
	font-size:12px;
	font-family:serif;
	font-weight:300;
}
.location .location_gline {
	display:inline-block;
	vertical-align:middle;
}
.location .location_gline::before {
	margin-left:6px;
}

@media (max-device-width:1399px) {
.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:85px;
}

.down-List {
	display:inline-flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:start;
	margin-right:-25px;
}
.down-List li {
	flex:0 0 30%;
	margin-right:25px;
	margin-bottom:25px;
	font-size:20px;
	font-weight:800;
}
.down-List a {
	display:block;
	padding:15px;
	text-align:center;
	text-decoration:none;
	color:#f97399;
	background-color:#ffffff;
	border:4px solid #393939;
	border-radius:0.75rem;
}
.down-List a:hover {
	color:#000;
	border-color:#f75f32;
	background-color:#f75f32;
}
/*
.down-List a::after {
	content:'';
	display:inline-block;
	width:22px;
	height:22px;
	margin:-25px 0px -4px 25px;
	background:url(/img/icons/i_arrow_fill_circle.png) no-repeat 50% 50%;
	background-size:contain;
	transform:rotate(-90deg);
}
.down-List a:hover::after {
	filter: brightness(0) saturate(100%) invert(58%) sepia(36%) saturate(6880%) hue-rotate(313deg) brightness(99%) contrast(97%);
}*/
@media (max-device-width:1199px) {
.down-List {
	margin-right:-15px;
}
.down-List li {
	margin-right:15px;
}
.down-List a {
	border-width:2px;
}
}
@media (max-device-width:1079px) {
.down-List a::after {
	margin:-15px 0px -5px 15px;
}
}
@media (max-device-width:1023px) {
.down-List {
	margin-right:-12px;
}
.down-List li {
	margin-right:12px;
	font-size:18px;
}
.down-List a {
	padding:12px;
	border-width:3px;
}
}
@media (max-device-width:767px) {
.down-List li {
	flex:0 0 47%;
	margin-bottom:15px;
	font-size:16px;
}
.down-List a::after {
	margin-bottom:-6px;
}
}
@media (max-device-width:539px) {
.down-List a {
	padding:10px 8px;
	border-width:2px;
	border-radius:0.5rem;
}
.down-List a::after {
	width:17px;
	height:17px;
	margin:-10px 0px -4px 10px;
}
}
@media (max-device-width:479px) {
.down-List {
	margin-right:-8px;
}
.down-List li {
	flex:0 0 47%;
	margin-right:8px;
	font-size:14px;
}
.down-List a {
	padding-left:6px;
	padding-right:6px;
}
.down-List a::after {
	margin:-8px 0px -4px 8px;
}
}
@media (max-device-width:359px) {
.down-List {
	margin-right:0;
}
.down-List li {
	flex:0 0 100%;
	margin-right:0;
}
}

.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;
}

.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;
}


