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

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

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

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

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


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:1679px) {
#top-banner {
	min-width:1440px;
}
}
@media (max-device-width:1399px) {
#top-banner {
	min-width:100%;
}
}

#Header {
	position: absolute;
	z-index:20;
	width:100%;
	top:0;
	left:0;
	padding:38px 9% 0 9%;
	background-color: transparent;
}
@media (max-width:1599px) {
#Header {
	padding-left:25px;
	padding-right:25px;
}
}
@media (max-device-width:1399px) {
#Header {
	display:none;
}
}

.top-inner {
	position: relative;
	padding: 0px;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:space-between;
}
.header-logo {
	float:left;
	margin-right:100px;
	order:1;
	grid-area:headerfix_logo;
}
.top-sectionL {
	float:left;
	text-align:left;
}
.top-sectionL > * {
	display:block;
}
.top-sectionR {
	float:right;
	position:relative;
	width:320px;
	text-align:right;
	order:3;
}
#GNB {
	order:2;
	grid-area:headerfix_gnb;
}
@media (max-width:1599px) {
.header-logo {
	margin-right:65px;
}
}

.top-inner._fix {
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	box-sizing:border-box;
	display:grid;
	width:100%;
	min-width:1400px;
	padding:10px 25px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	grid-template-rows:1fr;
	grid-template-areas:"headerfix_logo headerfix_gnb headerfix_search";
	gap:0px 45px;
	justify-content:center;
}
.top-inner._fix .top-sectionL,
.top-inner._fix .top-sectionR {
	width:280px;
	align-self:center;
	grid-area:headerfix_search;
}
.top-inner._fix .top-util-menu {
	display:none;
}
.top-inner._fix .top-util-menu._search {
	display:block;
}
.top-inner._fix #search-Layer {
	transform:translateY(-50%);
}
@media (max-width:1599px) {
.top-inner._fix {
	gap:0px 0px;
}
}
@media (max-device-width:1399px) {
.top-inner._fix {
	display:none;
}
}

.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;
	border-radius:0;
}
.top-sns i.sns_insta {
	background:url(/img/icons/i_sns_insta.png) no-repeat 50% 50% #e508f9;
	background-size:22px;
}
.top-sns i.sns_facebook {
	background:url(/img/icons/i_sns_facebook.png) no-repeat 50% 50% #1877F2;
	background-size:22px;
}
.top-sns._bottom i.sns_facebook,
.top-sns._bottom i.sns_insta {
	background-color:transparent;
	background-size:28px;
}

	
.top-btn {
/*	grid-area:header_center;
	position:absolute;
	right:50%;
	top:45px;
	transform:translateX(496px);*/
	margin-bottom:15px;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	text-align:center;
	line-height:1;
	font-size:17px;
	color:#333;
}
.top-btn a {
	display:inline-block;
	box-sizing:border-box;
	text-decoration:none;
	letter-spacing:-1px;
	color: inherit;
}
.top-btn > * + * {
	margin-left:8px;
}
.top-btn i {
	display: inline-block;
	vertical-align:middle;
	width:22px;
	height:22px;
	margin-right:5px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:22px;
}

#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;
}
.util-menu-inner .util-sns {
	float: left;
	margin-top: 7px;
	margin-right: 4px;
}

.top-util-menu {
	position: relative;
	float:right;
	margin-bottom:45px;
}
.top-util-menu ul li {
	position: relative;
	float: left;
	margin:0px 6px;
	font-size: 12px;
	font-weight:500;
	line-height: 1;
	color: #151515;
}
.top-util-menu ul li a {
	display:inline-block;
	text-align:center;
	color: #151515;
}
.top-util-menu ul li a:hover {
	filter: brightness(0) saturate(100%) invert(38%) sepia(67%) saturate(3786%) hue-rotate(347deg) brightness(92%) contrast(98%);
}

.top-util-menu ul li i {
	display:block;
	width:28px;
	height:28px;
	margin:0 auto 5px auto;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: contain;
}
.top-util-menu ul li .i_join {
	background-image:url(/img/icons/i_user_plus.svg);
}
/*
.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_login.png);
}
.top-util-menu ul li .i_logout {
	background-image:url(/img/icons/i_logout.png);
}
.top-util-menu ul li .i_mypage {
	background-image:url(/img/icons/i_user.png);
	background-size:24px;
}
.top-util-menu ul li .i_cart {
	background-image:url(/img/icons/i_basket.svg);
}
.top-util-menu ul li .i_order {
	background-image:url(/img/icons/i_receipt.png);
	background-size:24px;
}
.top-util-menu .i_search,
.top-util-menu ul li .i_search {
	background-image:url(/img/icons/i_search_bold.png);
}

.top-util-menu .top-util-icon {
	position:relative;
	display:inline-block;
	width:28px;
	height:28px;
	padding:0;
	margin:0 3px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:26px;
	cursor:pointer;
}
.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;
	z-index: 1;
	top:50%;
	right:0px;
	transform:translateY(50%);
	width:238px;/*80px*/
	box-sizing: border-box;
	margin: 0px;
	padding:0px;
	background-color:#333;
	border:3px solid #333;
	border-radius:3rem;
	opacity:1;
/*	visibility:hidden;*/
}
#search-Layer.search-desk {}
#search-Layer.search-mb {
	display:none;
}
#search-Layer.show {
	z-index: 900;
	width:238px;
	transition-property: all;
	transition-duration: 0.5s;
	opacity:1;
	visibility:visible;
}

#search-wrap {
	grid-area:header_search;
	position: relative;
	float:left;
}
.search-bar {
	float:left;
	box-sizing:border-box;
	width:100%; /*calc(100% - 40px);*/
	height:38px;
	padding:3px 10px;
	background-color: #ffffff;
	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;
	border: 0;
	outline: none;
	text-align: left;
	font-size:15px;
	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:38px;
	margin:0 8px;
	background:url(/img/icons/i_closed_white.png) no-repeat 50% 50%;
	background-size:contain;
	cursor:pointer;
}
@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;
	border:0;
	border-radius:0;
	opacity:1;
	visibility:visible;
}
.search-inner {
	width:480px;
	margin: 0 auto;
	display: inline-block;
}
.search-bar {
	float:left;
	width:calc(100% - 47px);
}
}
@media (max-device-width:539px) {
#search-Layer {
	height:88px;
	padding:25px 15px;
}
.search-inner {
	width:100%;
}
.search-bar {
	width:calc(100% - 42px);
}
.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;
	border-top:1px solid #cccccc;
}
#Footer .section {
	position: relative;
}
#Footer .section:nth-child(1) {
	background:url(/img/copyright_bg.png) no-repeat 100% 100% #ffffff;
	background-size:contain;
}
#Footer .section:nth-child(2) {
	background-color:#e4e4e4;
}
.copy-contents {
	position:relative;
	display:flex;
	flex-wrap:nowrap;
	align-items:start;
	justify-content:space-between;
	padding:48px 0 65px 0;
	text-align:left;
	line-height:1.4;
	font-size:16px;
	font-weight:700;
	color:#000;
	word-break:keep-all;
}
.copy-contents > * {
	box-sizing:border-box;
	position:relative;
	flex:0 0 auto;
	padding:48px 0 0 0;
}
.copy-contents > * + * {
	margin-left:100px;
}

.bottom-csBox {
	display: inline-block;
	position:relative;
}
.bottom-csBox h4 {
	margin-bottom:20px;
	line-height:1;
	font-size:24px;
	color:#000;
}
.bottom-csBox.bottom-cs {
	width:306px;
}
.bottom-csBox.bottom-cs h4 {
	margin-bottom:12px;
}
.bottom-csBox.bottom-cs .cs-tel {
	line-height:1;
	font-size:36px;
	color:#0f0f0f;
	text-decoration:none;
}
.bottom-csBox.bottom-cs .cs-time {
	margin-top:25px;
	font-size:24px;
}
.bottom-csBox.bottom-cs .cs-time .small {
	font-size:16px;
}
.bottom-csBox.bottom-cs .cs-btn {
	margin-top:10px;
}
.bottom-csBox.bottom-cs .cs-btn a {
	display:block;
	height:52px;
	padding:6px 25px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	color:#191919;
	background-color:#FEE500;
	border-radius:0.25rem;
}
.bottom-csBox.bottom-cs .cs-btn.btnred a {
	padding-top:14px;
	padding-bottom:12px;
	color:#ffffff;
	background-color:#ea4221;
}
.bottom-csBox.bottom-bank {
	flex-wrap:wrap;
}
.bottom-csBox.bottom-bank > * {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:12px;
}
.bottom-csBox.bottom-bank h4 {
	width:100px;
}
.bottom-csBox.bottom-bank .number {
/*	margin-bottom:25px;
	line-height:1.6;
	font-size:18px;
	color:#ccc;*/
}
.bottom-csBox.bottom-util {
	width:380px;
	display:inline-flex;
	flex-wrap:nowrap;
}
.bottom-csBox.bottom-util > * {
	flex:0 0 auto;
}
.bottom-csBox.bottom-util > * + * {
	margin-left:60px;
}
.bottom-csBox.bottom-util ul {
	list-style:none;
	display:inline-block;
}
.bottom-csBox.bottom-util ul li {
	position:relative;
}
.bottom-csBox.bottom-util ul li + li {
	margin-top:8px;
}
.bottom-csBox.bottom-util ul li a {
	color:#000;
}

.bottom-csBox.siteinfo {
	padding-top:0;
	padding-bottom:60px;
	word-break:keep-all;
	line-height:1.3;
	font-size:15px;
	font-weight:500;
	color:#666;
}
.bottom-csBox.siteinfo .footer-logo {
	margin-bottom:10px;
	opacity:0.3;
}
#Footer .copyblank {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	margin-right:10px;
}
#Footer .copyblank::before {
	content:'\002F';
}
.bottom-csBox.siteinfo .top-sns {
	position:absolute;
	bottom:0px;
	left:0;
	margin-left:0;
	filter: brightness(0) saturate(100%) invert(39%) sepia(20%) saturate(11%) hue-rotate(338deg) brightness(96%) contrast(89%);
}

#Footer .copyright {
	position:relative;
	box-sizing:border-box;
	display:inline-block;
	width:100%;
	vertical-align:middle;
	padding:24px 0 40px 0;
	line-height:1.8;
	text-align: left;
	font-size: 14px;
	word-break:keep-all;
	color:#909090;
}
#Footer .esc {
	position: absolute;
	bottom:0;
	left:236px;
	filter:grayscale(1);
}
@media (max-width:1679px) {
.copy-contents > * + * {
	margin-left:70px;
}
.bottom-csBox.bottom-util > * + * {
	margin-left:45px;
}
}
@media (max-device-width:1399px) {
.copy-contents > * + * {
	margin-left:45px;
}
.bottom-csBox.bottom-util {
	width: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;
}
.copy-contents > * {
	padding-top:0;
}
.bottom-csBox.bottom-cs,
.bottom-csBox.bottom-util {
	width:calc(50% - 45px);
}
.bottom-csBox.bottom-cs .cs-btn a {
	width:320px;
}
.bottom-csBox.siteinfo {
	width:100%;
	margin-left:0;
	margin-top:60px;
}
}
@media (max-device-width:1023px) {
.bottom-csBox.bottom-cs {
	padding-top:48px;
}
.bottom-csBox.bottom-cs ._mb {
	display:block;
}

.bottom-csBox.bottom-util {
	display:none;
}
.bottom-csBox.siteinfo {
	width:50%;
	margin-top:0;
	font-size:14px;
}

#Footer .copyright {
	padding-top:18px;
	padding-bottom:25px;
}
#Footer .esc {
	width:72px;
}
}
@media (max-device-width:900px) {}
@media (max-device-width:767px) {
.copy-contents > * + * {
	margin-left:0;
}
.bottom-csBox.siteinfo,
.bottom-csBox.bottom-cs {
	width:100%;
	padding-top:0;
}
.bottom-csBox.siteinfo {
	margin-top:48px;
}
#Footer .copyright {
	padding-top:15px;
	padding-bottom:15px;
}
}
@media (max-device-width:539px) {
.copy-contents {
	padding-top:30px;
	padding-bottom:45px;
}
.bottom-csBox h4 {
	font-size:19px;
}
.bottom-csBox.bottom-cs .cs-tel {
	font-size:28px;
}
.bottom-csBox.bottom-cs .cs-time {
	font-size:18px;
}
.bottom-csBox.bottom-cs .cs-time .small {
	font-size:14px;
}
.bottom-csBox.siteinfo {
	font-size:13px;
}
.bottom-csBox.siteinfo .footer-logo {
	height:36px;
}
#Footer .copyright {
	font-size:12px;
}
#Footer .esc {
	width:60px;
	left:auto;
	right:45px;
}
}
@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;
}

#article {
	position:relative;
	margin-top:120px;
	padding:0;
}
@media (max-device-width:1023px) {
#article {
	margin-top:85px;
}
}
@media (max-device-width:767px) {
#article {
	margin-top:60px;
}
}
@media (max-device-width:539px) {
#article {
	margin-top:50px;
}
}

.goods-subject {
	position:relative;
	clear:both;
	margin-bottom: 45px;
	text-align:center;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:start;
	font-family:"Nanum Square", "NanumSquare";
}
.goods-subject > * {
	flex:0 0 auto;
	margin:0;
	display: inline-block;
	text-align:left;
}
.goods-subject > * + * {
	margin-left:25px;
}
.goods-subject h2::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	width:34px;
	background:url(/img/main/mtitle_arrow_br.png) no-repeat 100% 100%;
	background-color:#ffffff;
	background-size:18px;
}
.goods-subject h2 {
	position:relative;
	vertical-align:middle;
	padding:15px 52px 15px 15px;
	text-transform:uppercase;
	word-break:keep-all;
	line-height:1;
	font-size:30px;
	font-weight:800;
	color:#fff;
	background-color:#000;
}
.goods-subject h3 {
	margin-top:20px;
	padding:0;
	word-break:keep-all;
	line-height:1.2;
	font-size:24px;
	font-weight:800;
	color:#333;
}
.goods-subject h4 {
	margin-top:15px;
	padding:0;
	word-break:keep-all;
	line-height:1.2;
	font-size:16px;
	font-weight:600;
	color:#333;
}
.goods-subject .more {
	margin-left:auto;
	align-self:end;
}
.goods-subject .btn_more {
	display:inline-flex;
	align-items:center;
	height:34px;
	text-decoration:none;
	font-family:"Nanum Square", "NanumSquare";
	font-size:19px;
	font-weight:700;
	color:#333;
}
.goods-subject .btn_more::after {
	content:'';
	display:inline-block;
	width:34px;
	height:34px;
	margin-left:15px;
	background:url(/img/icons/i_plus_circle.png) no-repeat 50% 50%;
	background-size:contain;
}
@media (max-device-width:1399px) {
}
@media (max-device-width:1199px) {
.goods-subject h2 {
	font-size:28px;
}
.goods-subject h3 {
	font-size:21px;
}
}
@media (max-device-width:1079px) {
}
@media (max-device-width:1023px) {
.goods-subject {
	margin-bottom:25px;
}
.goods-subject h2 {
}
}
@media (max-device-width:767px) {
.goods-subject {
	font-family: inherit;
}
.goods-subject h2 {
	padding:12px 38px 12px 12px;
	font-size:24px;
}
.goods-subject h2::after {
	width:26px;
	background-size:16px;
}
.goods-subject h3 {
	margin-top:15px;
	font-size:19px;
}
.goods-subject h4 {
	margin-top:10px;
	font-size:14px;
}
.goods-subject .btn_more {
	height:28px;
	font-family: inherit;
	font-size:16px;
}
.goods-subject .btn_more::after {
	width:27px;
	height:27px;
}
}
@media (max-device-width:539px) {
.goods-subject h2 {
	padding:10px 32px 10px 10px;
}
.goods-subject h2::after {
	width:22px;
	background-size:14px;
}
.goods-subject .btn_more {
	height:22px;
	font-size:14px;
	font-weight:500;
	text-indent:-10000px;
}
.goods-subject .btn_more::after {
	width:22px;
	height:22px;
	margin-left:10px;
}
}
@media (max-device-width:479px) {}
@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:1599px) {
.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) {}

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


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

#mainBan-event, #mainBan-guide,
#mainBan-bant {
	clear: both;
	margin:85px 0;
}
#mainBan-bant .goods-subject h2 {
	padding:0;
	color:#333;
	background-color:transparent;
}
#mainBan-bant .goods-subject h2::after {
	display:none;
}
#mainBan-bant .goods-subject h4 {
	margin-left:auto;
	margin-right:0;
	text-align:right;
	letter-spacing:0;
	line-height:1.5;
}

#mainBan-bant .Banner-col a {
	background-color:#000;
}
#mainBan-bant .Banner-col img {
	opacity:1;
}
#mainBan-bant .Banner-col a:hover > img {
	opacity:1;
}
#mainBan-bant .Banner-col h6 {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	padding:8px;
	line-height:1;
	font-family:"Nanum Square", "NanumSquare";
	font-size:42px;
	color:#ffffff;
	border:3px solid #ffffff;
	background-color:transparent;
}
#mainBan-bant .Banner-col a:hover > h6 {
	border-color:#000;
	background-color:#000;
}

#mainBan-event .Banner-row {
	flex-wrap:nowrap;
	align-items:stretch;
}
#mainBan-event .Banner-col {
	flex:0 1 auto;
}
#mainBan-event .Banner-col + .Banner-col {
	margin-left:10px;
}
@media (max-device-width:1399px) {
#mainBan-bant .Banner-col h6 {
	font-size:36px;
}
}
@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-bant .goods-subject > * {
	flex:1 0 0%;
}
#mainBan-bant .Banner-col h6 {
	font-size:28px;
}
}
@media (max-device-width:1023px) {
.Banner-innner ._pc {
	display:none;
}
.Banner-innner ._mb {
	display:block;
}

#mainBan-bant .goods-subject h4 {
	font-size:13px;
}
#mainBan-bant .Banner-col h6 {
	font-size:24px;
	border-width:2px;
}
}
@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-event, #mainBan-guide,
#mainBan-bant {
	margin:35px 0;
}

#mainBan-bant .goods-subject {
	flex-wrap:wrap;
}
#mainBan-bant .goods-subject > * {
	flex:0 0 100%;
}
#mainBan-bant .goods-subject h2 {
	height:78px;
}
#mainBan-bant .goods-subject h4 {
	text-align:left;
}
#mainBan-bant .Banner-col h6 {
	font-size:18px;
}

#mainBan-event .Banner-row {
	flex-wrap:wrap;
}
#mainBan-event .Banner-col {
	flex:1 0 0%;
	margin-bottom:10px;
}
#mainBan-event .Banner-col:nth-child(3) {
	flex:0 0 100%;
	margin-left:0;
}

#mainBan-guide .Banner-col {
	flex:0 0 auto;
	width:calc(50% - 3px);
	margin-bottom:6px;
}
#mainBan-guide .Banner-row > :nth-child(2n+1) {
	margin-left:0;
}
}
@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-event, #mainBan-guide,
#mainBan-bant {
	margin:25px 0;
}

#mainBan-bant .goods-subject h2 {
	height:72px;
}
#mainBan-bant .goods-subject h4 {
	line-height:1.4;
	font-size:12px;
	font-weight:400;
}
#mainBan-bant .Banner-col h6 {
	font-size:24px;
}
#mainBan-bant .Banner-row.ban_3col > * {
	flex:0 0 100%;
	margin-left:0;
	margin-bottom:6px;
}

#mainBan-event .Banner-col {
	margin-bottom:6px;
}
#mainBan-event .Banner-col + .Banner-col {
	margin-left:6px;
}
#mainBan-event .Banner-col:nth-child(3) {
	margin-left:0;
}
}
@media (max-device-width:479px) {
}
@media (max-device-width:419px) {
#mainBan-bant .goods-subject h2 {
	height:auto;
}
}

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

.product-box {
	position:relative;
	width:calc(25% - 32px);
	box-sizing: border-box;
	margin: 0 16px 45px 16px;
	padding-bottom:12px;
	text-align:left;
	line-height:1.2;
	letter-spacing:-1px;
	border: 1px solid transparent;
	border-radius:0rem;
	overflow:hidden;
	display:grid;
	grid-template-rows:498px 24px 1fr 42px;
	grid-template-columns:100%;
	grid-gap:5px;
	grid-template-areas:'goods_thumb' 'goods_name' 'goods_memo' 'goods_price';
}
.product-box:hover {
	border-color: #ff0a0a;
}
.product-box._Type2 {
	display:inline-block;
	height:493px;
	padding-bottom:0;
}
.product-box._Type2:hover {
	background-color:#000;
	border-color:#333;
}
.product-box > * {
	padding-left:15px;
	padding-right:15px;
}
.product-box .pro-thumb {
	clear: both;
	width: auto;
	overflow:hidden;
	margin-bottom:12px;
	padding:0;
	background-color:#fff;
	border-radius:0rem;
	grid-area:goods_thumb;
}
.product-box._Type2 > .pro-thumb {
	width:100%;
	height:100%;
}
.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;
}
.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 .pro-title {
	clear: both;
	box-sizing: border-box;
	font-size:20px;
	color: #000000;
	font-weight:600;
	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 .pro-price {
	clear: both;
	box-sizing: border-box;
	display:inline-flex;
	align-items:baseline;
	justify-content:start;
	width:100%;
	letter-spacing:-1px;
	font-size: 20px;
	font-weight:800;
	color: #000;
	grid-area:goods_price;
}
.product-box .pro-price span {
	display: inline-block;
}
.product-box .pro-price del {
	margin-left:8px;
	font-size:15px;
	color:#999;
}
/*
.product-box .pro-price del::before,
.product-box .pro-price .priceB::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:26px;
	margin-top:-4px;
	margin-right:2px;
	background:url(/img/icons/i_price_won.png) no-repeat 50% 50%;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(49%) sepia(65%) saturate(2119%) hue-rotate(310deg) brightness(98%) contrast(95%);
}
.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:hover > .pro-price .priceB::before {
	filter:invert(1);
}*/
.product-box .pro-price .priceS {
	float:right;
	margin-left:auto;
	font-size:40px;
	color:#cc3333;
}
.product-box .pro-price .priceS::after {
	content:'\0025';
}
.product-box .pro-price .price-soldout {
	color:#a5a5a5;
	font-size:17px;
	font-weight:600;
}
.product-box .pro-price ._pleft {
	float: left;
	width: 100%;
}
.product-box .pro-price ._pright {
	display:none;
	float:right;
	width:30%;
	text-align: right;
}

.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:20px;
	background-color:rgba(255,255,255,0.9);
}
.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: 0px auto;
	padding: 30px 0px;
	text-align: center;
	align-self:end;
}
.product_more::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background-color:#cccccc;
}
.product_more > * {
	position:relative;
	z-index:2;
}
.product_more .btn_mainmore {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	padding:12px 35px;
	line-height:24px;
	font-size:18px;
	font-weight:400;
	color:#fff;
	background-color:#333333;
	border-radius:5rem;
}
.product_more .btn_mainmore::before {
	content:'더보기';
}
.product_more .btn_mainmore::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	margin-left:8px;
	background:url(/img/icons/i_plus_circle.png) no-repeat 50% 50%;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(75%) sepia(47%) saturate(3643%) hue-rotate(203deg) brightness(100%) contrast(91%);
}
@media (max-width:1679px) {
.product-box {
	grid-template-rows:422px 24px 1fr 42px;
}
.product-box._Type2 {
	height:420px;
}
.product-box .pro-inBox {
	padding:15px;
}
}
@media (max-width:1535px) {
.product-box._Type2 {
	height:414px;
}
}
@media (max-device-width: 1399px) {
.product-List {
	margin-left:-8px;
	margin-right:-8px;
}
.product-box {
	width:calc(25% - 16px);
	margin-left:8px;
	margin-right:8px;
	grid-template-rows:419px 24px 1fr 40px;
}
.product-box > * {
	padding-left:8px;
	padding-right:8px;
}
.product-box._Type2 {
	height:409px;
}
.product-box .pro-title {
	font-size:19px;
}
/*
.product-box .pro-title a {
	white-space:normal;
	-webkit-line-clamp:2;
}*/
.product-box .pro-price .priceS {
	font-size:36px;
}
.product-box .pro-inBox {
	padding:10px;
}
}
@media (max-device-width:1339px) {
.product-box {
	grid-template-rows:395px 24px 1fr 40px;
}
.product-box._Type2 {
	height:386px;
}
}
@media (max-device-width:1279px) {
.product-box {
	grid-template-rows:367px 24px 1fr 40px;
}
.product-box._Type2 {
	height:361px;
}
}
@media (max-device-width:1199px) {
.product-box {
	grid-template-rows:358px 21px 1fr 32px;
}
.product-box > * {
	padding-left:10px;
	padding-right:10px;
}
.product-box._Type2 {
	height:347px;
}

.product-box .pro-title {
	font-size:18px;
}
.product-box .pro-inBox .pro-title {
	font-size:17px;
}
.product-box .pro-memo {
	font-size:14px;
}
.product-box .pro-price {
	font-size:18px;
}
.product-box .pro-price del {
	font-size:14px;
	font-weight:600;
}
.product-box .pro-price .priceS {
	font-size:28px;
}

.product-box .pro-inBox {
	left:12px;
	right:12px;
	bottom:12px;
}
}
@media (max-device-width: 1110px) {
.product-box {
	grid-template-rows:325px 21px 1fr 32px;
}
.product-box._Type2 {
	height:315px;
}
.product-box .pro-thumb {
	margin-bottom:8px;
}
}
@media (max-device-width: 1079px) {
.product-box {
	grid-template-rows:307px 21px 1fr 32px;
}
.product-box > * {
	padding-left:8px;
	padding-right:8px;
}
.product-box._Type2 {
	height:296px;
}
}
@media (max-device-width: 1023px) {
.product-List {
	margin-left:-6px;
	margin-right:-6px;
}
.product-box {
	width:calc(25% - 12px);
	margin-left:6px;
	margin-right:6px;
	margin-bottom:30px;
	grid-template-rows:284px 39px 1fr 28px;
}
.product-box._Type2 {
	height:274px;
}
.product-box .pro-title {
	font-size:16px;
}
.product-box .pro-title a {
	white-space: normal;
	-webkit-line-clamp: 2;
}
.product-box .pro-price .priceS {
	font-size:24px;
}
.product-box .pro-price .price-soldout {
	font-size:16px;
}

.product-box .pro-inBox > .pro-title {
	font-size:14px;
}
.product-box .pro-inBox > .pro-price {
	font-size:14px;
}
.product-box .pro-inBox > .pro-price del {
	font-size:12px;
}
.product-box .pro-inBox > .pro-price .priceS {
	font-size:18px;
}
}
@media (max-device-width:900px) {
.product-box {
	grid-template-rows:262px 39px 1fr 28px;
}
.product-box._Type2 {
	height:253px;
}
}
@media (max-device-width:850px) {
.product-box {
	grid-template-rows:250px 39px 1fr 28px;
}
.product-box._Type2 {
	height:242px;
}
}
@media (max-device-width:819px) {
.product-box {
	grid-template-rows:237px 39px 1fr 28px;
}
.product-box._Type2 {
	height:230px;
}
.product-box .pro-memo {
	-webkit-line-clamp:2;
}
}
@media (max-device-width: 767px) {
.product-box {
	grid-template-rows:223px 39px 1fr 28px;
}
.product-box._Type2 {
	height:214px;
}
.product-box .pro-memo {
	font-size:13px;
}

.product-box .pro-inBox {
	padding:8px 6px;
}
}
@media (max-device-width: 659px) {
.product-List {
	margin-left:-12px;
	margin-right:-12px;
}
.product-box {
	width:calc(50% - 24px);
	margin-left:12px;
	margin-right:12px;
	grid-template-rows:392px 39px 1fr 28px;
}
.product-box._Type2 {
	height:358px;
}
.product-box .pro-title a {
	-webkit-line-clamp:1;
}
.product-box .pro-memo {
	-webkit-line-clamp:1;
}
}
@media (max-device-width: 639px) {
.product-box {
	grid-template-rows:366px 18px 1fr 28px;
}
.product-box._Type2 {
	height:356px;
}
}
@media (max-device-width: 599px) {
.product-box {
	grid-template-rows:325px 18px 1fr 28px;
}
.product-box._Type2 {
	height:317px;
}
}
@media (max-device-width: 539px) {
.product-box {
	margin-bottom:25px;
	grid-template-rows:286px 18px 1fr 28px;
}
.product-box._Type2 {
	height:279px;
}
.product_more .btn_mainmore {
	padding:10px 30px;
	line-height:20px;
	font-size:16px;
}
.product_more .btn_mainmore::after {
	width:20px;
	height:20px;
}
}
@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 34px 1fr 20px;
}
.product-box > * {
	padding-left:5px;
	padding-right:5px;
}
.product-box._Type2 {
	height:264px;
}
.product-box .pro-title {
	font-size:14px;
}
.product-box .pro-memo {
	font-size:12px;
}
.product-box .pro-memo,
.product-box .pro-title a {
	-webkit-line-clamp:2;
}
.product-box .pro-price {
	font-size:16px;
	font-weight:700;
}
.product-box .pro-price del {
	font-size:13px;
}
.product-box .pro-price .priceS {
	font-size:20px;
}

.product-box .pro-inBox > .pro-price {
	font-size:13px;
}
.product-box .pro-inBox > .pro-price .priceS {
	font-size:18px;
}
}
@media (max-device-width:448px) {
.product-box {
	grid-template-rows:262px 34px 1fr 20px;
}
.product-box._Type2 {
	height:253px;
}
}
@media (max-device-width:419px) {
.product-box {
	grid-template-rows:248px 34px 1fr 20px;
}
.product-box._Type2 {
	height:242px;
}
}
@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 34px 1fr 20px;
}
.product-box._Type2 {
	height:228px;
}
}
@media (max-device-width:380px) {
.product-box {
	grid-template-rows:226px 34px 1fr 20px;
}
.product-box._Type2 {
	height:219px;
}
}
@media (max-device-width:374px) {
.product-box {
	grid-template-rows:217px 34px 1fr 20px;
}
.product-box._Type2 {
	height:209px;
}
}
@media (max-device-width: 359px) {
.product-List {
	margin-left:-4px;
	margin-right:-4px;
}
.product-box {
	width:calc(50% - 8px);
	margin-left:4px;
	margin-right:4px;
	grid-template-rows:206px 34px 1fr 20px;
}
.product-box._Type2 {
	height:200px;
}
.product-box .pro-memo {
	-webkit-line-clamp:3;
}

.product-box .pro-inBox > .pro-title {
	font-size:13px;
}
}
@media (max-device-width: 339px) {
.product-box {
	grid-template-rows:190px 34px 1fr 20px;
}
.product-box._Type2 {
	height:185px;
}
}
@media (max-device-width: 319px) {
.product-box {
	grid-template-rows:167px 34px 1fr 42px;
}
.product-box._Type2 {
	height:162px;
}
.product-box .pro-price {
	flex-wrap:wrap;
}
.product-box .pro-price .priceS {
	width:100%;
	font-size:18px;
}
}

.goodsCate-Tab {
	clear:both;
	position:relative;
	display:flex;
	width:100%;
	height:auto;
	margin:0 0 45px 0;
}
.goodsCate-Tab li {
	float:left;
	line-height:1;
	font-size:21px;
	color:#000;
}
.goodsCate-Tab .swiper-wrapper {
	justify-content:center;
}
/*
.goodsCate-Tab .swiper-slide {
	padding-top:35px;
}*/
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	display:block;
	box-sizing:border-box;
	padding:18px 30px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	line-height:1;
	font-size:21px;
	font-weight:600;
	color:#000;
	background-color: transparent;
	border-radius:5rem;
	box-shadow:none;
	overflow:hidden;
	outline:none;
}
.goodsCate-Tab .swiper-slide-active a,
.goodsCate-Tab a:hover,
.goodsCate-Tab a.active {
	color:#fff;
	text-decoration:none;
	background-color:#eb0000;
}
.goodsCate-Tab a:focus {
	outline:none;
}
/*
.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) {
.goodsCate-Tab .swiper-wrapper {
	justify-content:start;
}
}
@media (max-device-width:1199px) {
.goodsCate-Tab li,
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:18px 30px;
	font-size:19px;
}
}
@media (max-device-width:1079px) {
.goodsCate-Tab li,
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:18px 20px;
	font-size:18px;
}
}
@media (max-device-width:1023px) {
.goodsCate-Tab {
	margin-bottom:25px;
}
/*.goodsCate-Tab .swiper-slide {
	padding-top:30px;
}*/
.goodsCate-Tab li,
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:15px 12px;
	font-size:16px;
}
.goodsCate-Tab .swiper-slide-active::after,
.goodsCate-Tab a:hover::after,
.goodsCate-Tab a.active::after {
	width:58px;
	height:48px;
}
.goodsCate-panel > * {
	min-height:310px;
}
}
@media (max-device-width:910px) {}
@media (max-device-width:767px) {
/*.goodsCate-Tab .swiper-slide {
	padding-top:22px;
}*/
.goodsCate-Tab li,
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:12px 25px;
}
.goodsCate-Tab .swiper-slide-active::after,
.goodsCate-Tab a:hover::after,
.goodsCate-Tab a.active::after {
	width:44px;
	height:36px;
}

.goodsCate-panel > * {
	min-height:280px;
}
}
@media (max-device-width:539px) {
/*.goodsCate-Tab .swiper-slide {
	padding-top:18px;
}*/
.goodsCate-Tab li,
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:10px 25px;
	font-size:14px;
}
.goodsCate-Tab .swiper-slide-active::after,
.goodsCate-Tab a:hover::after,
.goodsCate-Tab a.active::after {
	width:34px;
	height:28px;
}
.goodsCate-panel > * {
	min-height:270px;
}
}
@media (max-device-width:419px) {
}
@media (max-device-width:359px) {
}


.mainGoods-cate,
.mainGoods-Best {
	position:relative;
}
.mainGoods-Best {
	background:url(/img/main/main_bg_center.png) no-repeat 50% 120px;
	background-size:100% auto;
}
#article.mainGoods-cate {
	margin-bottom:140px;
}
.mainGoods-cate-in {}
.mainGoods-Best-in {
	position:relative;
	min-height:400px;
}
@media (max-width:1599px) {
.mainGoods-bant-in {
	padding-left:35px;
	padding-right:35px;
}
}
@media (max-width:1439px) {
.mainGoods-Best-in {
	min-height:360px;
}
}
@media (max-device-width:1399px) {
.mainGoods-cate .goods-subject {
	flex-wrap:wrap;
}
.mainGoods-cate .goods-subject > :nth-child(3) {
	flex:0 0 100%;
	margin-left:0;
	margin-top:12px;
}
}
@media (max-device-width:1199px) {
#article.mainGoods-cate {
	margin-bottom:100px;
}
.mainGoods-cate .goods-subject {
	margin-bottom:25px;
}
}
@media (max-device-width:1023px) {
#article.mainGoods-cate {
	margin-top:60px;
	margin-bottom:85px;
}

.mainGoods-Best-in {
	min-height:300px;
}
}
@media (max-device-width:767px) {
#article.mainGoods-cate {
	margin-top:45px;
	margin-bottom:60px;
}
}
@media (max-device-width:539px) {
#article.mainGoods-cate {
	margin-bottom:45px;
}
.mainGoods-cate .goods-subject {
	margin-bottom:20px;
}
}

.mainGoods-Rank {
	position:relative;
}
.mainGoods-Rank-in {
	position:relative;
}
.mainGoods-Best-content,
.mainRanking-content {
	position:relative;
	margin-left:-64px;
	margin-right:-64px;
	padding-left:64px;
	padding-right:64px;
}
@media (max-device-width:1399px) {
.mainGoods-Best-content,
.mainRanking-content {
	margin-left:-25px;
	margin-right:-25px;
}
}
@media (max-device-width:1199px) {
.mainGoods-Best-content,
.mainRanking-content {
	padding-left:40px;
	padding-right:40px;
}
}
@media (max-device-width:1023px) {
.mainGoods-Best-content,
.mainRanking-content {
	margin-left:-15px;
	margin-right:-15px;
}
}
@media (max-device-width:539px) {
.mainGoods-Best-content,
.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;
}


