@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:1500px;
	margin:0 auto;
}
.wrap-inner {
	width: 100%;
	margin: 0;
	text-align: center;
}

@media (max-device-width:1399px) {
#wrap {
	min-width:auto;
}

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

h2 {
	margin-bottom:25px;
	line-height:1.1;
	font-size:52px;
	font-weight:bold;
	color:#242424;
}
h3 {
	margin-bottom:25px;
	line-height:1.1;
	font-size:36px;
	font-weight:bold;
	color:#242424;
}
h4 {
	margin-bottom:15px;
	line-height:1.2;
	font-size:28px;
	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:1199px) {
h2 {
	font-size:42px;
}
}
@media (max-device-width:1023px) {
h2 {
	font-size:36px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:18px;
}
}
@media (max-device-width:539px) {
h2 {
	line-height:1.2;
	font-size:28px;
}
h3 {
	line-height:1.2;
	font-size:20px;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
}
}

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

#Header {
	position:relative;
	padding:0;
	background-color:#fff;
}
@media (max-device-width:1399px) {
#Header {
	display:none;
}
}

.top-inner {
	position: relative;
	height:260px;
	padding: 0px;
}
.top-left {
	float:left;
	position: relative;
	padding-top:92px;
	width:320px;
	text-align:left;
	font-family:'Nanum Square', 'Nanum Gothic';
	font-size:22px;
	font-weight:700;
	color:#333;
}
.top-right {
	float: right;
	position: relative;
	padding-top:160px;
	width:270px;
}

.top-cs {
	margin-top:20px;
	text-align:left;
}
.top-cs a {
	text-decoration:none;
}
.top-cs dl {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
}
.top-cs dl > * {
	flex:1 0 auto;
	display:inline-block;
}
.top-cs dt {
	flex:0 0 auto;
	width:65px;
	font-family:'SUITE', 'Noto Sans KR';
	font-size:14px;
	font-weight:bold;
	color:#333648;
}
.top-cs dd {
	letter-spacing:-1px;
	font-size:28px;
	font-weight:800;
	color:#333648;
}
.top-right .top-cs {
	text-align:right;
}

.top-btn {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.top-btn > * {
	flex:0 0 auto;
}
.top-btn > * + * {
	margin-top:4px;
}
.top-btn a {
	display:block;
	box-sizing:border-box;
	padding:12px 15px;
	text-decoration:none;
	letter-spacing:-1px;
	font-size:17px;
	font-weight:800;
	color:#fff;
	border-radius:3rem;
	background:#333648;
}
.top-btn a.tbtn2 {
	background-color:#f698a9;
	background: linear-gradient(45deg,  #f698a9 0%,#9391ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#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: absolute;
	z-index:9;
	top: 45px;
	right: 0px;
}
.top-util-menu ul {
	list-style:none;
	display: inline-flex;
	flex-wrap:nowrap;
	align-items:center;
}
.top-util-menu ul li {
	flex:0 0 auto;
	position: relative;
	margin:0;
	line-height: 1;
	font-family:'Noto Sans KR';
	font-size: 14px;
	font-weight:600;
	color:#333333;
	display:inline-flex;
	align-items:center;
}
.top-util-menu ul li + li {
	margin-left:15px;
}
.top-util-menu ul li a {
	display: inline-block;
	color: #333;
}
.top-util-menu ul li::before {
	content:'';
	display: inline-block;
	width:24px;
	height:24px;
	margin-right:5px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(1018%) hue-rotate(214deg) brightness(87%) contrast(92%);
}
.top-util-menu ul li._join::before {
	background-image:url(/img/icons/i_user_add.png);
}
.top-util-menu ul li._login::before {
	background-image:url(/img/icons/i_lock.png);
}
.top-util-menu ul li._cscenter::before {
	background-image:url(/img/icons/i_headphon.png);
}
.top-util-menu ul li._cart::before {
	background-image:url(/img/icons/i_cart.png);
}
.top-util-menu ul li._mypage::before {
	background-image:url(/img/icons/i_user_setting.png);
}

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

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


/*--- 검색바 ---*/
#search-wrap-mb {
	display:none;
}

#search-wrap {
	position: absolute;
	top:120px;
	right:0;
}
.search-bar {
	float:none;
	box-sizing:border-box;
	width:220px;
	height:47px;
	padding:3px 10px 3px 12px;
	background-color: #fff;
	border:2px solid #5059a6;
	border-radius:3rem;
}
.g_window .gbox {
	float: left;
	width:calc(100% - 42px);
	margin-top:1px;
}
.g_window .gbox input {
	float: none;
	width: 100%;
	margin:0;
	padding: 0;
	border: 0;
	outline: none;
	text-align: left;
	font-size:16px;
	color: #000000;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window input[type=image] {
	float: left;
}
.g_window .btn_arw {
	float: left;
	width:37px;
	height:37px;
	margin:0 0 0 5px;
}
.g_window .btn_arw input {
	width:100%;
	height:100%;
}
.g_window .btn_arw a {
	display: block;
}
@media (max-device-width:1399px) {
#search-wrap {
	display: none;
}

#search-wrap-mb {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	width: 100%;
	height:120px;
	box-sizing: border-box;
	margin: 0px;
	padding: 35px 45px;
	background-color:#5059a6;
}
.search-inner {
	width:480px;
	margin: 0 auto;
	display: inline-block;
}
.search-bar {
	float:left;
	width:calc(100% - 51px);
}
.schbt-close {
	float:left;
	width: 36px;
	height:36px;
	margin-top:5px;
	margin-left:15px;
	background:url(/img/icons/i_closed_white.png) no-repeat 50% 50%;
	background-size:contain;
}
}
@media (max-device-width:767px) {
#search-wrap-mb {
	height:72px;
	padding: 15px 25px;
}
.search-inner {
	width:100%;
}
.search-bar {
	height:42px;
	padding-top:5px;
	padding-bottom:5px;
}
.g_window .gbox {
	margin-top:0;
}
.g_window .gbox input {
	font-size:14px;
}
.g_window .btn_arw {
	margin-top:-5px;
}
.schbt-close {
	margin-top:3px;
}
}
@media (max-device-width:479px) {
#search-wrap-mb {
	padding-left:15px;
	padding-right:15px;
}
.search-bar {
	width:calc(100% - 46px);
}
.schbt-close {
	margin-left:10px;
}
}
/***** Search END *****/


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

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


#Footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding:0;
	text-align: center;
	background-color:#0c0b12;
}
.footer-inner {
	position: relative;
	padding-top:64px;
	padding-bottom:80px;
}
.footer-inner.first {
	padding-top:40px;
	padding-bottom:40px;
	background-color:#403e48;
}

.copy-contents {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	text-align:left;
	line-height:1.4;
	font-family:"OneMobile", "OneMobileTitle";
	color:#909090;
	word-break:keep-all;
}
.copy-contents > * {
	box-sizing:border-box;
	position:relative;
	flex:0 0 auto;
}

#Footer .footer-logo {
	width:148px;
	margin-right:40px;
	opacity:0.6;
}
#Footer .copyright {
	width:calc(47% - 188px);
	position:relative;
	box-sizing:border-box;
	line-height:1.6;
	word-break:keep-all;
	text-align: left;
	font-family:'Noto Sans KR';
	font-weight:500;
	font-size: 14px;
	color:#909090;
}
#Footer .copyright .copyblank {
	margin-right:18px;
}
#Footer .esc {
	position: absolute;
	z-index:10;
	top: 0px;
	right:0;
	filter:grayscale(1);
	opacity:0.5;
}

.bottom-utilmenu {
	width:calc(53% - 366px);
	margin-right:150px;
	padding-left:24px;
	display:flex;
	flex-wrap:nowrap;
}
.bottom-utilmenu ul {
	list-style:none;
	flex:1 0 auto;
}
.bottom-utilmenu ul + ul {
	margin-left:25px;
}
.bottom-utilmenu li {
	box-sizing:border-box;
	position:relative;
	list-style: disc;
	line-height:1.2;
	text-align:left;
	font-size:13px;
	color:#c1c1c1;
}
.bottom-utilmenu li + li {
	margin-top:12px;
}
.bottom-utilmenu li a {
	color:#c1c1c1;
	text-decoration:none;
}

.bottom-sns {
	width:156px;
	margin-right:60px;
}
.bottom-sns a {
	display:inline-block;
	width:32px;
	height:32px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
}
.bottom-sns > * + * {
	margin-left:5px;
}
.bottom-sns a.insta {
	background-image:url(/img/icons/i_sns_insta.png);
}
.bottom-sns a.facebook {
	background-image:url(/img/icons/i_sns_facebook.png);
}
.bottom-sns a.blog {
	background-image:url(/img/icons/i_sns_blog.png);
}
.bottom-sns a.twitter {
	background-image:url(/img/icons/i_sns_twitter.png);
}

.copy-contents > .bottom-infoBox {
	flex:1 0 auto;
}
.bottom-infoBox {
	position:relative;
	display: inline-flex;
	align-items:center;
	padding:15px 0;
	text-align: left;
	line-height:1.6;
	font-size:15px;
	font-weight:600;
	color:#b1b1b1;
}
.bottom-infoBox + .bottom-infoBox {
	margin-left:120px;
}
.bottom-infoBox + .bottom-infoBox::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:-60px;
	width:1px;
	background-color:#ffffff;
	opacity:0.2;
}
.bottom-infoBox > * {
	flex:0 1 auto;
}
.bottom-infoBox i {
	flex:0 0 auto;
	display:inline-block;
	width:64px;
	height:64px;
	margin-right:25px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: contain;
	
}
.bottom-infoBox i.bottom_i_bank {
	width:108px;
	height:82px;
	background-image:url(/img/bottom_i_bank.png);
}
.bottom-infoBox i.bottom_i_return {
	background-image:url(/img/bottom_i_return.png);
}
.bottom-infoBox i.bottom_i_cs {
	background-image:url(/img/bottom_i_cs.png);
}
.bottom-infoBox .bottom-infoBox-body {}

.bottom-infoBox h4 {
	margin-bottom:10px;
	letter-spacing:-1px;
	line-height:1;
	font-family:'Nanum Square';
	font-size:19px;
	font-weight:800;
	color:#ffffff;
}
.bottom-infoBox .cstel {
	margin-top:8px;
	letter-spacing:-1px;
	line-height:1;
	font-family:'Nanum Square';
	font-size:26px;
	font-weight:800;
	color:#ffffff;
}
.bottom-infoBox .fs {
	font-family:'OneMobile';
	font-size:12px;
}
@media (max-device-width:1399px) {
.bottom-utilmenu {
	width:calc(53% - 321px);
	margin-right:120px;
}
.bottom-sns {
	margin-right:45px;
}
.copy-contents > .bottom-infoBox {
	width:calc(33.3% - 120px);
}
}
@media (max-device-width:1329px) {
.copy-contents > .bottom-infoBox {
	width:calc(33.3% - 90px);
}
.bottom-infoBox + .bottom-infoBox {
	margin-left:90px;
}
.bottom-infoBox + .bottom-infoBox::before {
	left:-45px;
}
}
@media (max-device-width:1199px) {
#Footer .copyright {
	width:calc(50% - 188px);
}
.bottom-utilmenu {
	width:calc(50% - 180px);
	margin-right:120px;
	margin-left:60px;
	margin-top:65px;
}
.bottom-sns {
	position:absolute;
	z-index:10;
	top:0;
	right:120px;
	width:auto;
	margin-right:0;
}
}
@media (max-device-width:1110px) {
#Footer .footer-logo {
	width:128px;
}
#Footer .copyright {
	width:calc(50% - 168px);
}
.bottom-utilmenu {
	width:calc(50% - 165px);
	margin-left:45px;
}
.bottom-infoBox {
	display:block;
	text-align:center;
}
.bottom-infoBox i {
	height:82px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}
}
@media (max-device-width:1079px) {
#Footer .copyright .copyblank {
	display:block;
	margin-right:0;
}
}
@media (max-device-width:1023px) {
.footer-inner {
	padding-bottom:65px;
}
#Footer .footer-logo {
	position:absolute;
	top:0;
	left:0;
}
#Footer .copyright {
	width:47%;
	margin-top:100px;
}

.bottom-utilmenu {
	width:calc(53% - 50px);
	margin-left:25px;
	margin-right:25px;
}
.bottom-sns {
	right:25px;
}
#Footer .esc {
	top:200px;
}

.copy-contents > .bottom-infoBox {
	width:calc(33.3% - 70px);
}
.bottom-infoBox + .bottom-infoBox {
	margin-left:70px;
}
.bottom-infoBox + .bottom-infoBox::before {
	left:-35px;
}
}
@media (max-device-width:767px) {
.bottom-utilmenu,
#Footer .copyright,
#Footer .footer-logo {
	width:100%;
}
#Footer .footer-logo {
	position:relative;
	top:auto;
	left:auto;
	margin-right:0;
	height:80px;
	order:2;
}
#Footer .copyright {
	order:3;
	margin-top:15px;
}
#Footer .esc {
	top:240px;
	right:25px;
}
.bottom-utilmenu {
	order:1;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:45px;
}
.bottom-sns {
	top:150px;
}

.copy-contents > .bottom-infoBox {
	width:100%;
}
.bottom-infoBox {
	display:inline-flex;
	text-align:left;
}
.bottom-infoBox + .bottom-infoBox {
	margin-left:0;
	margin-top:40px;
}
.bottom-infoBox + .bottom-infoBox::before {
	left:0;
	right:0;
	top:-20px;
	bottom:auto;
	width:100%;
	height:1px;
}
.bottom-infoBox i {
	width:108px;
	height:64px;
	margin-bottom:0;
	margin-right:45px;
	margin-left:0;
}
}
@media (max-device-width:539px) {
#Footer .esc {
	right:10px;
}
.bottom-utilmenu {
	display:block;
	margin-bottom:30px;
	padding-left:0;
}
.bottom-utilmenu ul {
	display:inline;
}
.bottom-utilmenu ul + ul {
	margin-left:0;
}
.bottom-utilmenu li {
	float:left;
	margin-left:24px;
	margin-right:12px;
	margin-bottom:12px;
}
.bottom-utilmenu li + li {
	margin-top:0;
}
.bottom-sns {
	right:10px;
}
.bottom-sns a {
	width:28px;
	height:28px;
}

.bottom-infoBox {
	padding-top:10px;
	padding-bottom:10px;
}
.bottom-infoBox + .bottom-infoBox {
	margin-top:30px;
}
.bottom-infoBox + .bottom-infoBox::before {
	top:-15px;
}
.bottom-infoBox i.bottom_i_bank,
.bottom-infoBox i {
	width:92px;
	height:64px;
}
.bottom-infoBox i {
	margin-right:30px;
}
}
@media (max-device-width:479px) {
#Footer .footer-logo {
	height:68px;
}
#Footer .copyright {
	font-size:13px;
}
#Footer .esc {
	top:216px;
}
.bottom-utilmenu li {
	font-size:12px;
}

.bottom-infoBox {
	font-size:14px;
}
}
@media (max-device-width:419px) {
.bottom-infoBox i.bottom_i_bank,
.bottom-infoBox i {
	width:78px;
	margin-right:20px;
}
}
@media (max-device-width:359px) {
#Footer .footer-logo {
	margin-top:30px;
	order:3;
}
#Footer .copyright {
	order:4;
}
#Footer .esc {
	top:190px;
}
.bottom-sns {
	position:relative;
	right:auto;
	top:auto;
	order:2;
}

.bottom-infoBox {
	font-size:13px;
}
.bottom-infoBox i.bottom_i_bank,
.bottom-infoBox i {
	width:64px;
	height:56px;
}
.bottom-infoBox h4 {
	font-size:17px;
}
.bottom-infoBox .cstel {
	font-size:21px;
}
}



/*--우측아이콘--*/
.qm-wrap {
	position:absolute;
	z-index:99;
	top:360px;
	right:90px;
}
.qm-wrap ol {
	list-style:none;
}
.qm-wrap li {
	position:relative;
}
.qm-wrap li + li {
	margin-top:8px;
}
.qm-wrap a {
	display:block;
	width:78px;
	height:78px;
	border-radius:50%;
	overflow:hidden;
	cursor:pointer;
}

.qm-csbox {
	position:absolute;
	z-index:99;
	right:90px;
	top:50%;
	transform:translateY(0);
	width:280px;
	box-sizing:border-box;
	padding:20px;
	word-break:keep-all;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	background-color:#9391ff;
	border-radius:0.75rem;
	box-shadow:0 8px 12px rgba(0,0,0,0.5);
}
.qm-csbox > div + div {
	margin-top:15px;
}
.qm-csbox h5 {
	display:inline-block;
	padding:6px 12px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	line-height:1;
	font-size:17px;
	font-weight:800;
	color:#9391ff;
	background-color:#ffffff;
	border-radius:2rem;
}
.qm-csbox h4 {
	margin-bottom:0;
	font-size:21px;
	font-weight:800;
	color:#fff;
}
.qm-fixed {
	position:fixed;
	z-index:99;
	left:0;
	bottom:65px;
	overflow:hidden;
	border-radius:0 1.25rem 1.25rem 0;
	box-shadow:0 0 8px rgba(145,145,145,0.4);
}
@media (max-width:1599px) {
.qm-wrap {
	right:25px;
}
.qm-csbox {
	transform:translateY(-30%);
}
}
@media (max-device-width:1199px) {
.qm-wrap {
	position:fixed;
	top:auto;
	bottom:90px;   /*-- 모바일용 우측스크롤메뉴 하단폭 --*/
}
.qm-wrap a {
	width:64px;
	height:64px;
}
.qm-csbox {
	right:78px;
	transform:translateY(-240px);
	font-size:16px;
}
.qm-csbox h5 {
	font-size:16px;
}
.qm-csbox h4 {
	font-size:18px;
}

.qm-fixed {
	display:none;
}
}
@media (max-device-width:1023px) {
.qm-wrap {
	right:15px;
}
.qm-csbox {
	width:250px;
}
}
@media (max-device-width:767px) {
.qm-wrap li + li {
	margin-top:5px;
}
.qm-wrap a {
	width:48px;
	height:48px;
}
.qm-csbox {
	right:60px;
	width:240px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
}
.qm-csbox h5 {
	font-size:14px;
}
.qm-csbox h4 {
	font-size:17px;
}
}
@media (max-device-width:539px) {
.qm-wrap {
	right:10px;
}
}
@media (max-device-width:479px) {
.qm-wrap a {
	width:38px;
	height:38px;
}
.qm-csbox {
	right:50px;
	width:220px;
	padding-left:12px;
	padding-right:12px;
}
}
@media screen and (orientation: landscape) and (max-device-height:767px) {
.qm-wrap {
	bottom:45px;
}
.qm-wrap a {
	width:38px;
	height:38px;
}
.qm-csbox {
	width:300px;
	transform:translateY(-80px);
	text-align:left;
	font-size:13px;
}
.qm-csbox h5 {
	font-size:13px;
}
.qm-csbox h4 {
	font-size:14px;
}
.qm-csbox > div {
	display:flex;
	flex-wrap:wrap;
	align-items:start;
}
.qm-csbox > div > * {
	flex:0 0 auto;
}
.qm-csbox h5 {
	margin:0;
	margin-right:10px;
}
}
	


/*** MAIN *--------------------------*/
#Visual-section {
	position: relative;
	width: 100%;
	height: auto; /*610px;*/
	margin: 0;
	text-align: center;
	overflow:hidden;
}
/*
#Visual-section::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#f59eb0;
	background-repeat:repeat-y;
	background-position:50% 0%;
	background-size: 100%;
	background-image:url(/img/main/visual_bg_body.png);
}
#Visual-section::after {
	content:'';
	display:block;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	right:0;
	height:380px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:50% 0%;
	background-size:100%;
	background-image:url(/img/main/visual_bg_top.png);
}
#Visual-section > * {
	position:relative;
	z-index:5;
}
.Visual-inner {
	position:relative;
	width:1600px;
}
.visual-content {
	width:calc(100% - 300px);
	margin-left:286px;
	margin-right:14px;
}*/
/* 탭메뉴 버튼 */
.visual-tab {
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	width:346px;
	height:561px;
	background:url(/img/main/visual_tab_bg.png) no-repeat 0% 0%;
}
.visual-tab li {
	display:block;
	margin:0;
	padding:0;
	cursor: pointer
}
.visual-tab li.active {}

.visual-content > div {
	display: none;
	min-height: 560px;
}
.visual-content > div.active {
	display: block;
}
@media (max-device-width:1399px) {
#Visual-section {
	height:auto;
}
#Visual-section::after {
	display:none;
}
}


#mainReview {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}
#mainReview h3 {
	clear: both;
	margin: 30px auto;
	padding: 0;
	text-align: center;
}
#mainReview .mReview-inner {
	width: 1240px;
	margin: 0 auto;
	padding: 0;
}
#mainReview .mReview-inner li {
	float: left;
	width: 23.7%;
	margin: 0px 8px;
	padding: 0;
}
#mainReview .mReview-inner li img {
	width: 294px;
	height: 214px;
	border: 0;
}

#main-Notice {
	display:none;
	clear: both;
	position:relative;
	z-index:5;
	width: 100%;
	text-align: center;
	margin:42px 0 0 0;
	padding:0;
}
#main-Notice::after {
	content:'';
	display:block;
	position:absolute;
	z-index:5;
	top:0;
	bottom:0;
	left:45%;
	right:0;
	background-color:#ffffff;
}
.mNotice-inner {
	position:relative;
	z-index:6;
	width:1600px;
	display:grid;
	grid-template-rows:98px;
	grid-template-columns:286px calc(100% - 286px);
	grid-template-areas:'notice_title notice_list';
	background-color:#fff;
	border-radius:2rem 0 0 0;
}
.mNotice-inner h2 {
	grid-area:notice_title;
	margin-bottom:0;
	padding:35px 40px;
	line-height:1;
	font-size:24px;
	font-weight:800;
	color:#ffffff;
	background-color:#333648;
	border-radius:2rem 0rem;
}
.mNotice-inner h2::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	float:right;
	width:24px;
	height:24px;
	margin-left:25px;
	background:url(/img/icons/i_arrow_mini.png) no-repeat 50% 50%;
	background-size:contain;
	transform: scaleX(-1);
	filter: brightness(0) saturate(100%) invert(76%) sepia(100%) saturate(1249%) hue-rotate(294deg) brightness(94%) contrast(93%);
}
.mNotice-inner ul {
	grid-area:notice_list;
	list-style:none;
	box-sizing:border-box;
	padding-left:25px;
	padding-right:25px;
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
	background-color: #ffffff;
}
.mNotice-inner ul li {
	flex:0 0 auto;
	width:33.3%;
	box-sizing:border-box;
	padding:20px 40px;
	text-align:left;
	font-family:"OneMobile", "Noto Sans KR";
	font-size:16px;
	font-weight:bold;
	color:#151515;
}
.mNotice-inner ul li a {
	display:block;
	color:#151515;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.mNotice-inner ul li .date {
	display: inline-block;
	margin-bottom:12px;
	padding:4px 8px;
	line-height:1;
	font-size:15px;
	color:#ffffff;
	background-color:#796bba;
	border-radius:4px;
}


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

.goods-subject {
	position:relative;
	clear:both;
	display:inline-block;
	width:100%;
	margin-bottom:50px;
	word-break:keep-all;
	text-align:center;
	font-family:'NanumSquare', 'Nanum Square';
}
.goods-subject h2 {
	position:relative;
	margin-bottom:0;
	line-height:1;
	font-size:40px;
	font-weight:800;
	color:#000;
}
.goods-subject h4 {
	margin-top:10px;
	margin-bottom:0;
	line-height:1.2;
	font-size:24px;
	font-weight:400;
	color:#000000;
}
@media (max-device-width:1079px) {
.goods-subject h2 {
	font-size:36px;
}
.goods-subject h4 {
	font-size:20px;
}
}
@media (max-device-width:1023px) {
.goods-subject {
	margin-bottom:40px;
}
.goods-subject h2 {
	font-size:32px;
}
.goods-subject h4 {
	margin-top:8px;
	font-size:18px;
}
}
@media (max-device-width:767px) {
.goods-subject {
	margin-bottom:40px;
}
.goods-subject h2 {
	font-size:28px;
}
.goods-subject h4 {
	font-size:17px;
}
}
@media (max-device-width:539px) {
.goods-subject {
	margin-bottom:35px;
}
.goods-subject h2 {
	font-size:24px;
}
.goods-subject h4 {
	margin-top:5px;
	font-size:16px;
	font-family: 'OneMobile', 'Noto Sans KR';
}
}

/*--상품이미지크기--*/
.product-List {
	display: inline-flex;
	flex-wrap:wrap;
	align-items:start;
	justify-content:start;
	clear: both;
	width:calc(100% + 30px);
	margin-left:-15px;
	margin-right:-15px;
	text-align: center;
}
.product-List > * {
	flex:0 0 auto;
}
.product-box {
	position:relative;
	width:calc(25% - 30px);
	box-sizing: border-box;
	margin: 0 15px 45px 15px;
	padding-bottom:5px;
	text-align: center;
	border: 1px solid transparent;
	border-radius:0.25rem;
	display:grid;
	grid-template-columns:100%;
	grid-template-rows:433px 52px 24px 14px;
	grid-template-areas:"goods_thumb" "goods_name" "goods_price" "goods_icon";
	grid-gap:10px;
}
.product-box:hover {
	border-color: #ff6666;
	cursor:pointer;
}
.product-box._Slider {
	width:350px;
	margin:0;
}
.product-box > * {
	padding-left:2px;
	padding-right:2px;
}
.product-box .pro-thumb {
	clear: both;
	width: auto;
	overflow:hidden;
	margin-bottom:10px;
	padding-left:0;
	padding-right:0;
	background-color:#fff;
	border-radius:0.25rem;
	grid-area:goods_thumb;
}
.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:fill;
	object-position: 50% 0%;
}
.product-box .pro-icon {
	clear: both;
	word-wrap:break-word;
	line-height: 0;
	text-align: left;
	grid-area:goods_icon;
}
.swiper-slide .pro-icon img {
	width:auto !important;
	height:14px;
}
.product-box .pro-memo {
	clear: both;
	margin-top:5px;
	font-family:'OneMobile', 'Noto Sans KR';
	font-size: 16px;
	font-weight:normal;
	color: #686868;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.product-box .pro-title {
	clear: both;
	box-sizing: border-box;
	line-height:1.1;
	letter-spacing:-1px;
	font-size:20px;
	color: #000000;
	font-weight:700;
	text-align: left;
	word-break:break-word;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	grid-area:goods_name;
}
.product-box .pro-title a {
	color: #000000;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background:transparent;
}
.product-box:hover .pro-title a,
.product-box .pro-title a:hover {
	color: #ff6666;
}
.product-box._Slider .pro-title {
	font-size:17px;
	font-weight:bold;
}
.product-box .pro-price {
	clear: both;
	display:inline-block;
	width:100%;
	box-sizing: border-box;
	letter-spacing:-1px;
	font-size: 20px;
	font-weight:800;
	color: #000000;
	text-align: left;
	grid-area:goods_price;
}
.product-box .pro-price span {
	display: inline-block;
}
.product-box .pro-price * + * {
	margin-left:8px;
}
.product-box .pro-price del {
	color:#999;
	font-family: 'OneMobileTitle';
	font-size:15px;
	font-weight:bold;
}
.product-box .pro-price .priceB {}

.product-box .pro-price .priceS {
	margin-left:25px;
	color:#cc3333;
}
.product-box .pro-price .priceS::after {
	content:'\0025';
}
.product-box .pro-price .price_soldout {
	color:#999;
}
.product-box .pro-price ._pleft {
	float: left;
	width: 100%;
}
.product-box .pro-price ._pright {
	display:none;
	float:right;
	width:30%;
	text-align: right;
}

.product_more {
	clear: both;
	position:relative;
	width:100%;
	margin: 0px auto;
	padding: 40px 0px;
	text-align: center;
	align-self:end;
}
.product_more::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	left:0;
	right:0;
	transform:translateY(1px);
	border-bottom:1px solid #e5e5e5;
}
.product_more > * {
	position:relative;
	z-index:2;
}
.product_more .btn_mainmore {
	display:inline-block;
	cursor:pointer;
	padding:0px;
	font-size:23px;
	font-weight:500;
	color:#fff;
	background-color: transparent;
	border-radius:0;
}
@media (max-device-width: 1399px) {
.product-box {
	grid-template-rows:363px 52px 24px 14px;
}
}
@media (max-device-width: 1199px) {
.product-List {
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
}

.product-box {
	width:calc(25% - 20px);
	margin-left:10px;
	margin-right:10px;
	grid-template-rows:318px 48px 24px 14px;
}
.product-box .pro-thumb {
	margin-bottom:5px;
}
.product-box .pro-title {
	font-size:18px;
}
.product-box .pro-memo {
	font-size:14px;
}
.product-box .pro-price {
	font-family: 'OneMobileTitle';
	font-size:18px;
	font-weight:500;
}
.product-box .pro-price del {
	font-family:inherit;
	font-size:13px;
	font-weight:400;
}
}
@media (max-device-width: 1079px) {
.product-box {
	grid-template-rows:273px 62px 24px 14px;
}
.product-box .pro-memo {
	display:-webkit-box;
	white-space:normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
}
@media (max-device-width: 1023px) {
.product-List {
	width:calc(100% + 16px);
	margin-left:-8px;
	margin-right:-8px;
}
.product-box {
	width:calc(25% - 16px);
	margin-left:8px;
	margin-right:8px;
	grid-template-rows:248px 63px 20px 14px;
}
.product-box .pro-title {
	font-size:16px;
}
.product-box .pro-memo {
	line-height:1.2;
	font-size:13px;
}
.product-box .pro-price {
	font-size:16px;
}

.product_more {
	padding-top:20px;
	padding-bottom:20px;
}
}
@media (max-device-width:900px) {
.product-box {
	grid-template-rows:213px 63px 20px 14px;
}
}
@media (max-device-width:819px) {
.product-box {
	grid-template-rows:203px 63px 20px 14px;
}
}
@media (max-device-width: 767px) {
.product-List {
	width:calc(100% + 8px);
	margin-left:-4px;
	margin-right:-4px;
}
.product-box {
	width:calc(25% - 8px);
	margin-left:4px;
	margin-right:4px;
	grid-template-rows:201px 78px 20px 14px;
	grid-gap:8px;
}
.product-box .pro-title {
	font-size:15px;
}
.product-box .pro-title a {
	display:-webkit-box;
	white-space:normal;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.product-box .pro-price .priceS {
	margin-left:15px;
}
}
@media (max-device-width: 719px) {
.product-box {
	grid-template-rows:177px 78px 35px 14px;
}
.product-box .pro-price .priceS {
	display:block;
	margin-left:0px;
}
}
@media (max-device-width: 639px) {
.product-List {
	width:calc(100% + 12px);
	margin-left:-6px;
	margin-right:-6px;
}
.product-box {
	width:calc(50% - 12px);
	margin-left:6px;
	margin-right:6px;
	grid-template-rows:301px 38px 20px 14px;
	grid-gap:10px;
}
.product-box .pro-memo,
.product-box .pro-title a {
	-webkit-line-clamp:1;
}
.product-box .pro-price .priceS {
	display: inline-block;
	margin-left:15px;
}
}
@media (max-device-width: 539px) {
.product-box {
	margin-bottom:25px;
	grid-template-rows:265px 35px 20px 14px;
}
.product-box .pro-memo {
	font-size:12px;
}
.product-box .pro-price del {
	font-size:12px;
}

.product_more .btn_mainmore {
	height:42px;
}
}
@media (max-device-width: 479px) {
.product-box {
	grid-template-rows:235px 35px 20px 14px;
}

.product_more {
	padding-top:15px;
	padding-bottom:15px;
}
}
@media (max-device-width:419px) {
.product-box {
	grid-template-rows:225px 35px 20px 14px;
}
}
@media (max-device-width:399px) {
.product-box {
	grid-template-rows:211px 67px 39px 14px;
}
.product-box .pro-memo,
.product-box .pro-title a {
	-webkit-line-clamp:2;
}
.product-box .pro-price .priceS {
	display:block;
	margin-left:0;
	margin-top:4px;
}
}
@media (max-device-width:379px) {
.product-box {
	grid-template-rows:197px 67px 39px 14px;
}
}
@media (max-device-width: 359px) {
.product-box {
	grid-template-rows:169px 67px 39px 14px;
}
}
@media (max-device-width: 319px) {
.product-box {
	grid-template-rows:145px 67px 39px 14px;
}
}

.goodsCate-Tab {
	clear:both;
	position:relative;
	display:inline-flex !important;
	margin:0px auto 70px auto;
	width:auto;
	height:100%;
}
.goodsCate-Tab li {
	float:left;
	margin-right:15px;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	display:block;
	box-sizing:border-box;
	padding:15px 30px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	line-height:1;
	letter-spacing:-1px;
	font-size:19px;
	font-weight:800;
	color:#959595;
	background-color: #ffffff;
	border:0;
	border-radius:5rem;
	box-shadow:none;
	overflow:hidden;
	outline:none;
}
.goodsCate-Tab a:hover,
.goodsCate-Tab a.active {
	font-weight:400;
	color:#fff;
	text-decoration:none;
	background-color:#f698a9;
	background: linear-gradient(45deg,  #f698a9 0%,#9391ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.goodsCate-Tab a:focus {
	outline:none;
}
.goodsCate-Tab .swiper-slide {
	width:auto;
	text-align: center;
	font-size: inherit;
}
.goodsCate-Tab .swiper-slide img {
	width:auto;
	height:auto;
	object-fit:auto;
}
.goodsCate-panel {
	clear:both;
	list-style:none;
}
.goodsCate-panel > * {
	min-height:540px;
}
@media (max-device-width:1079px) {
.goodsCate-Tab {
	width:100%;
}
.goodsCate-panel > * {
	min-height:450px;
}
}
@media (max-device-width:1023px) {
.goodsCate-Tab {
	margin-bottom:50px;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:10px 20px;
	font-size:16px;
}

.goodsCate-panel > * {
	min-height:360px;
}
}
@media (max-device-width:767px) {
.goodsCate-Tab {
	margin-bottom:40px;
}
}
@media (max-device-width:539px) {
.goodsCate-Tab {
	margin-bottom:35px;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	font-size:14px;
}
}
@media (max-device-width:419px) {
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:8px 15px;
}
}
@media (max-device-width:359px) {
.goodsCate-Tab {
	margin-top:25px;
	margin-bottom:25px;
}
}


.mainGoods-Cate {
	position:relative;
	margin-bottom:160px;
}
.mainGoods-Cate-in {}
@media (max-device-width:1199px) {
.mainGoods-Cate {
	margin-bottom:125px;
}
}
@media (max-device-width:1023px) {
.mainGoods-Cate {
	margin-bottom:100px;
}
}
@media (max-device-width:767px) {
.mainGoods-Cate {
	margin-bottom:85px;
}
}
@media (max-device-width:539px) {
}


.mainGoods-Best {
	position:relative;
	min-height:580px;
	margin-bottom:150px;
	padding:150px 0 60px 0 !important;
	background-color:#eeeff4;
}
.mainGoods-Best::after,
.mainGoods-Best::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:url(/img/main/main_best_bg.png);
}
.mainGoods-Best::before {
	top:0;
	right:0;
	width:610px;
	height:610px;
	background-position:100% 0%;
}
.mainGoods-Best::after {
	bottom:0;
	left:0;
	width:430px;
	height:430px;
	background-position:0% 100%;
}
.mainGoods-Best-in {
	position:relative;
	z-index:2;
}
.mainGoods-Best .goods-subject {
	position:absolute;
	top:0;
	left:535px;
	width:auto;
	margin-bottom:0;
	text-align:left;
}
.mainGoods-Best .goods-subject h4 {
	font-family:"OneMobile", "Noto Sans KR";
	font-size:16px;
}
.mainGoods-Best .product-List > :nth-child(1) {
	width:465px;
/*	margin-left:52px;*/
	margin-right:52px;
	padding-bottom:0;
	border-radius:1.25rem;
	grid-template-rows:570px;
	grid-gap:0;
	grid-template-areas:"goods_thumb";
	justify-content:space-between;
}
.mainGoods-Best .product-List > :nth-child(1):hover {
	border-color:transparent;
}
.mainGoods-Best .product-List > :nth-child(1)::after {
	content:'';
	display:block;
	position:absolute;
	z-index:7;
	top:-40px;
	left:-52px;
	right:-52px;
	bottom:-40px;
	background:url(/img/main/main_best_item_action.png) no-repeat 50% 50%;
	background-size:contain;
}
.mainGoods-Best .product-List > :nth-child(1) > .pro-thumb {
	display:block;
	margin-bottom:0;
	background-color:#000000;
	border-radius:1.25rem;
}
.mainGoods-Best .product-List > :nth-child(1):hover > .pro-thumb img {
	opacity:0.4;
}
.mainGoods-Best .product-List > :nth-child(1) > .pro-title {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,0px);
}
.mainGoods-Best .product-List > :nth-child(1) .pro-memo,
.mainGoods-Best .product-List > :nth-child(1) .pro-title a {
	color:#ffffff;
}
.mainGoods-Best .product-List > :nth-child(1) .pro-price {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,60px);
	width:auto;
	color:#ffffff;
}
.mainGoods-Best .product-List > :nth-child(1) > * {
	display:none;
}
.mainGoods-Best .product-List > :nth-child(1):hover > * {
	display:block;
}
.mainGoods-Best .product-List > :nth-child(1) .pro-price del,
.mainGoods-Best .product-List > :nth-child(1) .pro-price .priceS,
.mainGoods-Best .product-List > :nth-child(1) .pro-icon {
	display:none;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2),
.mainGoods-Best .product-List > :nth-child(1) {
	align-self:end;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2) {
	width:calc(20% - 30px);
	grid-template-rows:334px 52px 24px 14px;
}
@media (max-device-width: 1399px) {
.mainGoods-Best .goods-subject {
	left:calc(37% + 10px);
}
.mainGoods-Best .product-List > :nth-child(1) {
	width:calc(37% - 60px);
	margin-right:45px;
	grid-template-rows:525px;
}
.mainGoods-Best .product-List > :nth-child(1)::after {
	right:-45px;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2) {
	width:calc(21% - 30px);
	grid-template-rows:287px 52px 24px 14px;
}
}
@media (max-device-width: 1299px) {
.mainGoods-Best .goods-subject {
	left:calc(37% + 10px);
	top:-25px;
}
.mainGoods-Best .product-List > :nth-child(1) {
	grid-template-rows:481px;
}
}
@media (max-device-width: 1279px) {
.mainGoods-Best .goods-subject {
	top:0;
	left:calc(40% + 10px);
}
.mainGoods-Best .product-List > :nth-child(1) {
	width:calc(40% - 60px);
	grid-template-rows:492px;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2) {
	width:calc(20% - 30px);
	grid-template-rows:250px 52px 24px 14px;
}
}
@media (max-device-width: 1199px) {
.mainGoods-Best {
	min-height:480px;
	margin-bottom:120px;
	padding-top:120px !important;
}
.mainGoods-Best::after,
.mainGoods-Best::before {
	background-size:cover;
}
.mainGoods-Best::before {
	width:510px;
	height:510px;
}

.mainGoods-Best .product-List > :nth-child(1) {
	width:calc(40% - 55px);
	grid-template-rows:477px;
}
.mainGoods-Best .product-List > :nth-child(1)::after {
	left:-25px;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2) {
	width:calc(20% - 20px);
	grid-template-rows:251px 48px 24px 14px;
}
}
@media (max-device-width: 1110px) {
.mainGoods-Best {
	padding-top:100px !important;
	padding-bottom:40px !important;
}
.mainGoods-Best .product-List > :nth-child(1) {
	grid-template-rows:438px;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2) {
	grid-template-rows:231px 48px 24px 14px;
}
}
@media (max-device-width: 1079px) {
.mainGoods-Best .goods-subject {
	top:-25px;
}
.mainGoods-Best .product-List > :nth-child(1) {
	grid-template-rows:409px;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2) {
	grid-template-rows:217px 62px 24px 14px;
}
}
@media (max-device-width: 1023px) {
.mainGoods-Best {
	margin-bottom:100px;
	padding-bottom:30px !important;
}
.mainGoods-Best::before {
	width:410px;
	height:410px;
}
.mainGoods-Best .goods-subject h4 {
	font-size:14px;
}
.mainGoods-Best .product-List > :nth-child(1) {
	width:calc(40% - 38px);
	margin-right:30px;
	grid-template-rows:373px;
	border-radius:1rem;
}
.mainGoods-Best .product-List > :nth-child(1)::after {
	right:-30px;
}
.mainGoods-Best .product-List > :nth-child(1) > .pro-thumb {
	border-radius:1rem;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2) {
	width:calc(20% - 16px);
	grid-template-rows:194px 62px 20px 14px;
}
}
@media (max-device-width: 900px) {
.mainGoods-Best {
	padding-top:60px !important;
	padding-bottom:20px !important;
}
.mainGoods-Best .goods-subject {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	margin-bottom:45px;
}
.mainGoods-Best .product-List > :nth-child(1) {
	grid-template-rows:323px;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2) {
	grid-template-rows:169px 62px 20px 14px;
}
}
@media (max-device-width: 819px) {
.mainGoods-Best .product-List > :nth-child(1) {
	grid-template-rows:304px;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2) {
	grid-template-rows:160px 62px 20px 14px;
}
}
@media (max-device-width: 767px) {
.mainGoods-Best {
	margin-bottom:85px;
}
.mainGoods-Best .product-List > :nth-child(1) {
	grid-template-rows:287px;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2) {
	grid-template-rows:151px 78px 20px 14px;
}
}
@media (max-device-width: 719px) {
.mainGoods-Best .goods-subject {
	margin-bottom:30px;
}
.mainGoods-Best .product-List {
	width:calc(100% + 12px);
	margin-left:-6px;
	margin-right:-6px;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2),
.mainGoods-Best .product-List > :nth-child(1) {
	align-self:start;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2),
.mainGoods-Best .product-List > :nth-child(1),
.mainGoods-Best .product-box {
	width:calc(50% - 12px);
	margin-left:6px;
	margin-right:6px;
	grid-template-rows:361px 38px 20px 14px;
	grid-template-areas:"goods_thumb" "goods_name" "goods_price" "goods_icon";
	grid-gap:10px;
	border-radius:0.25rem;
}
.mainGoods-Best .product-box .pro-memo,
.mainGoods-Best .product-box .pro-title a {
	-webkit-line-clamp:1;
}

.mainGoods-Best .product-List > :nth-child(1) {
	padding-bottom:5px;
}
.mainGoods-Best .product-List > :nth-child(1)::after {
	display:none;
}
.mainGoods-Best .product-List > :nth-child(1):hover {
	border-color:#ff6666;
}
.mainGoods-Best .product-List > :nth-child(1):hover > .pro-thumb img {
	opacity:1;
}
.mainGoods-Best .product-List > :nth-child(1) .pro-icon,
.mainGoods-Best .product-List > :nth-child(1) > * {
	display:block;
}
.mainGoods-Best .product-box .pro-price .priceS,
.mainGoods-Best .product-List > :nth-child(1) .pro-price del,
.mainGoods-Best .product-List > :nth-child(1) .pro-price .priceS {
	display:inline-block;
}
.mainGoods-Best .product-box .pro-price .priceS,
.mainGoods-Best .product-List > :nth-child(1) .pro-price .priceS {
	margin-left:15px;
}
.mainGoods-Best .product-List > :nth-child(1) > .pro-thumb {
	margin-bottom:5px;
	border-radius:0.25rem;
}
.mainGoods-Best .product-List > :nth-child(1) .pro-title,
.mainGoods-Best .product-List > :nth-child(1) .pro-price {
	position:relative;
	top:auto;
	left:auto;
	transform:none;
	color:#000;
}
.mainGoods-Best .product-List > :nth-child(1) .pro-memo,
.mainGoods-Best .product-List > :nth-child(1) .pro-title a {
	color:inherit;
}
}
@media (max-device-width: 639px) {
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2),
.mainGoods-Best .product-List > :nth-child(1),
.mainGoods-Best .product-box {
	grid-template-rows:301px 38px 20px 14px;
}
}
@media (max-device-width: 539px) {
.mainGoods-Best {
	margin-bottom:65px;
}
.mainGoods-Best::before {
	width:380px;
	height:380px;
}
.mainGoods-Best::after {
	width:360px;
	height:360px;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2),
.mainGoods-Best .product-List > :nth-child(1),
.mainGoods-Best .product-box {
	grid-template-rows:265px 38px 20px 14px;
}
}
@media (max-device-width: 479px) {
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2),
.mainGoods-Best .product-List > :nth-child(1),
.mainGoods-Best .product-box {
	grid-template-rows:235px 35px 20px 14px;
}
}
@media (max-device-width:419px) {
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2),
.mainGoods-Best .product-List > :nth-child(1),
.mainGoods-Best .product-box {
	grid-template-rows:225px 35px 20px 14px;
}
}
@media (max-device-width:399px) {
.mainGoods-Best::before {
	width:320px;
	height:320px;
}
.mainGoods-Best::after {
	width:300px;
	height:300px;
}
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2),
.mainGoods-Best .product-List > :nth-child(1),
.mainGoods-Best .product-box {
	grid-template-rows:211px 67px 39px 14px;
}
.mainGoods-Best .product-box .pro-memo,
.mainGoods-Best .product-box .pro-title a {
	-webkit-line-clamp:2;
}
.mainGoods-Best .product-box .pro-price .priceS,
.mainGoods-Best .product-List > :nth-child(1) .pro-price .priceS {
	display:block;
	margin-left:0;
	margin-top:4px;
}
}
@media (max-device-width:379px) {
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2),
.mainGoods-Best .product-List > :nth-child(1),
.mainGoods-Best .product-box {
	grid-template-rows:197px 67px 39px 14px;
}
}
@media (max-device-width: 359px) {
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2),
.mainGoods-Best .product-List > :nth-child(1),
.mainGoods-Best .product-box {
	grid-template-rows:169px 67px 39px 14px;
}
}
@media (max-device-width: 319px) {
.mainGoods-Best .product-List > :nth-child(4),
.mainGoods-Best .product-List > :nth-child(3),
.mainGoods-Best .product-List > :nth-child(2),
.mainGoods-Best .product-List > :nth-child(1),
.mainGoods-Best .product-box {
	grid-template-rows:145px 67px 39px 14px;
}
}



.mainGoods-Recommend {
	position:relative;
	margin-top:140px;
	margin-bottom:140px;
}
.mainGoods-Recommend-in {}
.mainGoods-Recommend .goods-subject {
	margin-bottom:70px;
}
.mainGoods-Recommend .itemBox {
	position:relative;
	z-index:1;
	width:100%; /*400px;*/
	height:100%; /*570px;*/
	overflow:hidden;
	word-break:keep-all;
	border-radius:2rem 0rem;
}
.mainGoods-Recommend .itemBox a {
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	display:grid;
	align-items:start;
	align-content:end;
	padding:45px;
	width:100%;
	height:100%;
	background: linear-gradient(to bottom,  rgba(255,102,102,0) 50%,rgba(255,102,102,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mainGoods-Recommend .itemBox a:hover {
	text-decoration:none;
}
.mainGoods-Recommend .itemBox img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.mainGoods-Recommend .itemBox .btn_view,
.mainGoods-Recommend .itemBox h6,
.mainGoods-Recommend .itemBox h3 {
	position: relative;
	z-index:5;
/*	left:45px;
	right:45px;*/
	font-family:'Noto Sans KR';
	color:#ffffff;
}
.mainGoods-Recommend .itemBox h3 {
	margin-top:15px;
	margin-bottom:0;
	text-align:left;
	line-height:1.1;
	font-size:28px;
	font-weight:800;
}
.mainGoods-Recommend .itemBox h6 {
	margin-top:5px;
	margin-bottom:0;
	text-align:left;
	line-height:1.1;
	font-size:15px;
	font-weight:400;
}
.mainGoods-Recommend .itemBox .btn_view {
	display:block;
	width:36px;
	height:36px;
	background-color:transparent;
	border:1px solid #ffffff;
	border-radius:50%;
}
.mainGoods-Recommend .itemBox .btn_view::after,
.mainGoods-Recommend .itemBox .btn_view::before {
	content:'';
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	background-color:#ffffff;
}
.mainGoods-Recommend .itemBox .btn_view::before {
	width:20px;
	height:1px;
}
.mainGoods-Recommend .itemBox .btn_view::after {
	width:1px;
	height:20px;
}
@media (max-device-width:1199px) {
.mainGoods-Recommend {
	margin-top:100px;
}
.mainGoods-Recommend .goods-subject {
	margin-bottom:60px;
}

.mainGoods-Recommend .itemBox {
	border-radius:1.75rem 0rem;
}
.mainGoods-Recommend .itemBox a {
	padding:30px 25px;
}
.mainGoods-Recommend .itemBox h3 {
	font-size:24px;
}
}
@media (max-device-width:1079px) {
.mainGoods-Recommend {
	margin-bottom:120px;
}
.mainGoods-Recommend .itemBox {
	border-radius:1.5rem 0rem;
}
}
@media (max-device-width:1023px) {
.mainGoods-Recommend {
	margin-top:75px;
	margin-bottom:100px;
}
.mainGoods-Recommend .goods-subject {
	margin-bottom:45px;
}

.mainGoods-Recommend .itemBox a {
	padding-left:15px;
	padding-right:15px;
}
.mainGoods-Recommend .itemBox h3 {
	font-size:20px;
}
.mainGoods-Recommend .itemBox h6 {
	font-size:14px;
}
.mainGoods-Recommend .itemBox .btn_view {
	width:30px;
	height:30px;
}
.mainGoods-Recommend .itemBox .btn_view::before {
	width:18px;
}
.mainGoods-Recommend .itemBox .btn_view::after {
	height:18px;
}
}
@media (max-device-width:767px) {
.mainGoods-Recommend {
	margin-top:65px;
	margin-bottom:85px;
}

.mainGoods-Recommend .itemBox {
	border-radius:1.25rem 0rem;
}
}
@media (max-device-width:539px) {
.mainGoods-Recommend {
	margin-top:50px;
	margin-bottom:65px;
}
.mainGoods-Recommend .goods-subject {
	margin-bottom:35px;
}

.mainGoods-Recommend .itemBox {
	border-radius:1.05rem 0rem;
}
.mainGoods-Recommend .itemBox h3 {
	margin-top:10px;
	font-size:18px;
}
.mainGoods-Recommend .itemBox h6 {
	font-size:13px;
}
.mainGoods-Recommend .itemBox .btn_view {
	width:24px;
	height:24px;
}
.mainGoods-Recommend .itemBox .btn_view::before {
	width:12px;
}
.mainGoods-Recommend .itemBox .btn_view::after {
	height:12px;
}
}


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

#article {
	position:relative;
	padding:0;
}
@media (max-device-width:1399px) {
#contents {
	min-height:600px;
	padding-top:45px;
}
}
@media (max-device-width:767px) {
#contents {
	min-height:360px;
	padding-top:25px;
}
}

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

.login-form {
	display:inline-flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin: 30px auto;
	text-align: center;
	font-family:'Noto Sans KR';
	font-size: 14px;
}
.login-form .login-box {
	flex:1 0 0%;
	width:320px;
	min-height:383px;
	align-self: stretch;
	box-sizing:border-box;
	padding:45px 25px 30px 25px;
	border:0px solid #555;
	border-radius:0.75rem;
	background-color:#414ba0;
}
.login-form > :nth-child(2) {
	margin-left:60px;
}
.login-form h2 {
	margin-bottom: 20px;
	line-height: 1;
	text-align: center;
	word-break:keep-all;
	font-family:'NanumSquare', 'Nanum Square', 'OneMobileTitle';
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
}
.login-form h2 .fs {
	display:block;
	margin-top:10px;
	line-height:1.3;
	font-family:'Noto Sans KR';
	font-size:14px;
	font-weight:500;
}
.login-form ul {
	clear: both;
	display: inline-block;
	width: 100%;
	margin:0 auto 10px auto;
	box-sizing: border-box;
}
.login-form li {
	list-style:none;
	padding: 3px 0;
	text-align: left;
}
input.login {
	width: 100%;
	height: 42px !important;
	box-sizing: border-box;
	padding: 0px 12px !important;
	line-height: 40px !important;
	color: #000;
	text-align: left;
	border-radius:2rem;
/*	border: 0px !important;*/
	background-color: #fff;
	border-color:#fff;
}
.login-form .login-btnform > * {
	width:100%;
}
.login-form .login-member {
	margin-top:25px;
	padding-top:20px;
	border-top:1px dashed rgba(255,255,255,0.2);
}
.login-form .login-member a {
	display:block;
	margin:5px 0px;
	color:#b5ccff;
}
@media (max-device-width:767px) {
.login-form {
	display:block;
	justify-content:center;
	width:320px;
}
.login-form > :nth-child(2) {
	margin-left:0;
	margin-top:45px;
}
.login-form h2 {
	font-size:28px;
}
}
@media (max-device-width:419px) {
.login-form {
	justify-content:center;
	width:100%;
}
.login-form .login-box {
	flex:0 0 auto;
	width:100%;
}
}
@media (max-device-width:359px) {
.login-form .login-box {
	padding-left:20px;
	padding-right:20px;
}
}

.join-form {
	width: 700px;
	margin: 25px auto;
}
.join-form .join-box {
	width: 100%;
	box-sizing: border-box;
	padding:0px;
	text-align: center;
	background-color: #ffffff;
	border:2px solid #d2d2d2;
	border-radius:0.75rem;
}
.join-form .agree-box {
	width: 100%;
	box-sizing: border-box;
	margin-bottom:25px;
	text-align:left;
	word-break:keep-all;
	background-color: #f5f6f8;
	border:1px solid #e1e1e1;
	border-radius:0.75rem;
}

.join-inputform dl {
	list-style:none;
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin:0;
	padding:10px 25px;
}
.join-inputform dl + dl {
	border-top:1px solid #e1e1e1;
}
.join-inputform dl > * {
	flex:1 0 0%;
	padding:0px 8px;
	word-break:keep-all;
	text-align: left;
}
.join-inputform dt {
	flex:0 0 auto;
	width:150px;
	padding-top:15px;
	color:#000;
	font-weight:bold;
}
.join-inputform dt::before {
	content:'\00B7';
	margin-right:8px;
}
.join-inputform dd span {
	display:inline-block;
	margin:2px;
}
.join-inputform input[type=password],
.join-inputform input[type=text] {
	height:46px !important;
	line-height:44px !important;
	background-color:#f1f2f5 !important;
	border-color:#f1f2f5 !important;
	border-radius:0.314rem;
}
.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) {
}
@media (max-device-width:767px) {
.join-form {
	width: 100%;
}

.join-inputform dl {
	padding-left:15px;
	padding-right:15px;
}
.join-inputform dt {
	width:120px;
	padding-top:10px;
}

.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;
}
.join-inputform input[type=password],
.join-inputform input[type=text] {
	height:36px !important;
	line-height:34px !important;
}
}
@media (max-device-width:539px) {
.join-inputform dt {
	width:100%;
	padding-bottom:10px;
}

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

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

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


.location {
	display:inline-block;
	width: 100%;
	margin: 0 auto 60px auto;
	padding:15px 0;
	text-align: right;
	font-family:'Noto Sans KR';
	border:1px solid #ededed;
	border-width:1px 0;
	background-color:#f5f5f5;
}
.location ul {
	float: right;
}
.location ul li {
	float: left;
	position:relative;
	height:14px;
	margin-left:24px;
	line-height:1;
	font-size:14px;
	color:#898989;
}
.location ul li::before {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:-18px;
	transform:translateY(-50%);
	width:12px;
	height:12px;
	background: url(/img/location_arrow.png) no-repeat 0% 50%;
	background-size:contain;
}
.location ul li:first-child {
	margin-left: 0px;
}
.location ul li:first-child::before {
	display:none;
}
@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:100px;
}

.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;
}
.down-List a:hover {
	background-color:#fa6e6e;
	border-radius:2rem;
}
@media (max-device-width:1199px) {
.down-List {
	margin-right:-15px;
}
.down-List li {
	margin-right:15px;
}
}
@media (max-device-width:1079px) {}
@media (max-device-width:1023px) {
.down-List {
	margin-right:-12px;
}
.down-List li {
	margin-right:12px;
	font-size:18px;
}
.down-List a {
	padding:0px;
}
}
@media (max-device-width:767px) {
.down-List li {
	flex:0 0 47%;
	margin-bottom:15px;
	font-size:16px;
}
}
@media (max-device-width:539px) {
}
@media (max-device-width:479px) {
.down-List {
	margin-right:-8px;
}
.down-List li {
	flex:0 0 47%;
	margin-right:8px;
	font-size:14px;
}
}
@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;
}


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


