@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:1560px;
	margin:0 auto;
}
.screen-mininner {
	width:1400px;
	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;
}
.screen-mininner {
	width:100%;
}
}
@media (max-device-width:1023px) {
.screen-inner {
	margin-left:15px;
	margin-right:15px;
}
}

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

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

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

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

#Header._fixed {
	position:fixed;
	z-index:50;
	left:0;
	right:0;
	top:0;
	padding-top:15px;
	box-shadow:0 3px 8px rgba(0,0,0,0.3);
}

.top-inner {
	position: relative;
	min-height:196px;
	padding: 0px 80px;
}
.topL {
	position: relative;
	float:left;
	width:260px;
	margin-right:45px;
	padding-top:5px;
	text-align:left;
}
.topR {
	position: relative;
	float:right;
	width:355px;
	min-height:180px;
/*	margin-left:45px;*/
}
#Header._fixed .top-inner {
	min-height:128px;
}
#Header._fixed .topL {
	display:none;
}
#Header._fixed .topR {
	min-height:110px;
}

.top-btn {
	position:absolute;
	z-index:21;
	top:10px;
	right:328px;
	display:inline-flex;
	align-items:center;
}
#Header._fixed .top-btn {
	top:70px;
	right:auto;
	left:15px;
}
.top-btn a {
	display: inline-block;
	box-sizing:border-box;
	padding:8px 25px;
	text-decoration:none;
	letter-spacing:-1px;
	font-family:'Nanum Square', 'Nanum Gothic';
	font-size:17px;  /* 개별결제 */
	font-weight:500;
	color:#555555;
	border-radius:3rem;
	border:1px solid #696fd6;
	background:#ffffff;
}
.top-btn > * + * {
	margin-left:5px;
}
.top-btn .btimg {
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
}

.top-sns {
	float:right;
	margin-top:7px;
	margin-left:10px;
}
.top-sns * + * {
	margin-left:2px;
}
.top-sns a {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:42px;
	height:42px;
	border-radius:50%;
	background-color:#000;
}
.top-sns a::after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:20px;
	filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(204%) hue-rotate(87deg) brightness(120%) contrast(100%);
}
.top-sns a.facebook {
	background-color:#0866ff;
}
.top-sns a.facebook::after {
	background-image:url(https://bantmania.store/img/icons/sns_i_facebook.png);
}
.top-sns a.insta {
	background-color:#FF0169;
}
.top-sns a.insta::after {
	background-image:url(https://bantmania.store/img/icons/sns_i_insta.png);
}

.top-util-menu {
	position: absolute;
	top: 45px;
	right: 0px;
}
#Header._fixed .top-util-menu {
	top:0;
}

.top-util-menu ul li {
	position: relative;
	float: left;
	line-height:1;
	font-family:'Noto Sans KR';
	font-size: 14px;
	font-weight:700;
	padding: 0px;
	margin: 0px;
}
.top-util-menu ul li + li {
	margin-left:15px;
}
.top-util-menu ul li a {
	display:block;
	position:relative;
	color: #666;
	text-decoration: none;
}
.top-util-menu ul li a.login::before, .top-util-menu ul li a.logout::before, .top-util-menu ul li a.order::before,
.top-util-menu ul li a.mypage::before, .top-util-menu ul li a.cart::before, .top-util-menu ul li a.csboard::before,
.top-util-menu ul li a.join::before {
	content:'';
	display:block;
	width:25px;
	height:25px;
	margin-bottom:8px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:middle;
	background-size:contain;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:transparent; 
}
.top-util-menu ul li a.login::before {
	background-image:url(https://bantmania.store/img/icons/i_lock.png);
}
.top-util-menu ul li a.logout::before {
	background-image:url(https://bantmania.store/img/icons/i_power.png);
}
.top-util-menu ul li a.join::before {
	background-image:url(https://bantmania.store/img/icons/i_user_plus.png);
}
.top-util-menu ul li a.mypage::before {
	background-image:url(https://bantmania.store/img/icons/i_mypage.png);
}
.top-util-menu ul li a.cart::before {
	background-image:url(../img/icons/i_cart.png);
}
.top-util-menu ul li a.csboard::before {
	background-image:url(https://bantmania.store/img/icons/i_headset.png);
}
.top-util-menu ul li a.order::before {
	background-image:url(https://bantmania.store/img/icons/i_receipt.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:21;
	left:50%;
	top: 0;
	transform:translateX(-50%);
	height:52px;
}
#Header._fixed .header-logo {
	left:0;
	transform:translateX(15px);
}

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

#search-wrap {
	position: absolute;
	top:120px;
	right:0;
}
#Header._fixed #search-wrap {
	top:60px;
}
.search-bar {
	float:left;
	box-sizing:border-box;
	width:200px;
	height:56px;
	padding:7px;
	background-color: #f2f2f2;
	border:0;
	border-radius:5rem;
}
.g_window .gbox {
	float: left;
	width:calc(100% - 50px);
	margin-right:8px;
}
.g_window .gbox input {
	float: none;
	width: 100%;
	height:34px;
	margin: 4px 0 0 0;
	padding:0 0 0 5px;
	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:42px;
	height:42px;
	margin:0;
}
.g_window .btn_arw input {
	width:100%;
	height:100%;
}
.g_window .btn_arw a {
	display: block;
	padding: 7px 5px;
}
@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:100px;
	box-sizing: border-box;
	margin: 0px;
	padding: 22px 10px;
	background-color:#696fd6;
}
.search-inner {
	width:480px;
	margin: 0 auto;
	display: inline-block;
}
.search-bar {
	width:calc(100% - 47px);
}
.schbt-close {
	float:left;
	width: 32px;
	height:37px;
	margin-top:10px;
	margin-left:15px;
	background:url(https://bantmania.store/img/icons/i_closed_white.png) no-repeat 50% 50%;
	background-size:contain;
}
}
@media (max-width:539px) {
#search-wrap-mb {
	height:56px;
	padding:8px 10px;
}
.search-inner {
	width:100%;
}
.search-bar {
	width:calc(100% - 42px);
	height:40px;
	padding:5px;
}
.g_window .gbox {
	width:calc(100% - 38px);
}
.g_window .gbox input {
	height:30px;
	margin-top:0;
	font-size:14px;
}
.g_window .btn_arw {
	width:30px;
	height:30px;
}
.schbt-close {
	margin-top:0;
	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: transparent;
}
.copy-inner {
	position: relative;
	padding-top:50px;
	padding-bottom:80px;
}
#Footer > :nth-child(1) {
	background-color:#e65a85;
}
#Footer > :nth-child(1)::before {
	content:'';
	display:block;
	position:absolute;
	top:-35px;
	left:0;
	right:0;
	width:100%;
	height:36px;
	background:url(../img/bottom_bg_top.png) repeat-x 50% 100%;
	background-size:contain;
}
#Footer > :nth-child(2) {
	background-color:#0c0b12;
}

.copy-contents {
	position:relative;
	width:1400px;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	padding:0;
	text-align:left;
	word-break:keep-all;
	line-height:1.4;
	font-weight:500;
	color:#ffffff;
}
.copy-contents > * {
	box-sizing:border-box;
	position:relative;
	flex:0 0 auto;
	padding:0 30px;
	
}
.copy-contents > :first-child {
	padding-left:0;
}
.copy-contents > :last-child {
	padding-right:0;
}
.copy-contents > div + div::before {
	content:'';
	display:block;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	width:1px;
	background-color:#ffffff;
	opacity:0.15;
}

.bottom-csBox {
	position:relative;
	text-align: left;
	font-family:'SUITE', 'Noto Sans KR';
	font-size:14px;
}
.bottom-csBox h4 {
	margin-bottom:20px;
	line-height:1;
	letter-spacing:-1px;
	font-family:'Nanum Square';
	font-weight:800;
	color:#fff;
}
.bottom-csBox.bottom-call {
	width:28%;
	display:flex;
	flex-wrap:nowrap;
	align-items:start;
	color:#ffc3d3;
}
.bottom-csBox.bottom-call > * {
	flex:1 0 auto;
}
.bottom-csBox.bottom-call h4 {
	margin-right:20px;
}
.bottom-csBox.bottom-call .tel2,
.bottom-csBox.bottom-call .tel1 {
	margin-bottom:8px;
	line-height:1;
	font-family:'Nanum Square';
	font-weight:800;
	font-size:28px;
	color:#ffffff;
}
.bottom-csBox.bottom-call .tel2 {
	font-size:24px;
}
.bottom-csBox.bottom-review {
	width:21%;
}
.bottom-csBox.bottom-review h4 {
	margin-bottom:8px;
	font-size:19px;
}
.bottom-csBox.bottom-bank {
	width:29%;
	display:flex;
	flex-wrap:wrap;
	align-items:start;
}
.bottom-csBox.bottom-bank > * {
	flex:0 0 auto;
}
.bottom-csBox.bottom-bank h4 {
	width:100px;
	margin-right:20px;
	font-size:19px;
}
.bottom-csBox.bottom-bank .bottom-csBox-con {
	width:calc(100% - 120px);
}

.bottom-csBox.bottom-bank .banknumber {
	letter-spacing:-1px;
	font-family:'Nanum Square';
	font-weight:800;
	font-size:24px;
}
.bottom-csBox.bottom-contact {
	width:22%;
}
.bottom-csBox.bottom-contact h4 {
	font-weight:500;
}
.bottom-csBox.bottom-contact .bottom-csBox-con {
	line-height:1.8;
}

.bottom-utilmenu {
	width:37%;
	padding-left:40px;
}
.bottom-utilmenu ul {
	float:left;
	width:33%;
	padding-top:25px;
}
.bottom-utilmenu li {
	box-sizing:border-box;
	position:relative;
	list-style:none;
	line-height:1.3;
	text-align:left;
	font-family:'Noto Sans KR';
	font-size:13px;
	color:#999;
}
.bottom-utilmenu li::before {
	content:'\00B7';
	margin-right:5px;
	color:#606060;
}
.bottom-utilmenu li + li {
	margin-top:12px;
}
.bottom-utilmenu li a {
	color: inherit;
}

#Footer .footer-logo {
	clear:both;
	margin-bottom:20px;
	filter:grayscale(1) contrast(0) opacity(0.3);
}
#Footer .copyright {
	width:63%;
	position:relative;
	box-sizing:border-box;
	padding-bottom:25px;
	line-height:1.6;
	text-align: left;
	color:#999;
	word-break:keep-all;
}
#Footer .copyright .copyblank {
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}
#Footer .esc {
	position: absolute;
	bottom:0;
	right:65px;
	filter:grayscale(1);
	opacity:0.5;
}
.bottom-band {
	position:fixed;
	z-index:10;
	bottom:0;
	left:0;
	right:0;
	padding:10px 0;
	font-size:18px;
	font-weight:400;
	color:#ffffff;
	background-color:#363636;
}
.bottom-band > * {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
}
.bottom-band .footer-dvd-dot {
	display:inline-block;
	vertical-align:middle;
	margin-left:35px;
	margin-right:35px;
}
.bottom-band .footer-dvd-dot::before {
	content:'';
	display:block;
	width:9px;
	height:9px;
	background-color:#ffffff;
	border-radius:50%;
	opacity:0.15;
}
.bottom-band .band-cs::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:22px;
	height:22px;
	margin-right:15px;
	background-color:#e65a85;
	background-image:url(../img/icons/i_tel_white.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:16px;
	border-radius:50%;
}
.bottom-band .band-kakao::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:28px;
	margin-right:15px;
	background-color: transparent;
	background-image:url(../img/icons/sns_i_kakao.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: contain;
	border-radius:50%;
}
.bottom-band .band-sub a {
	display:inline-block;
	position:relative;
	color:#ffffff;
}
.bottom-band .band-sub a + a {
	margin-left:40px;
}
.bottom-band .band-sub a + ::before {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:-20px;
	transform:translateY(-50%);
	width:1px;
	height:16px;
	background-color:#ffffff;
	opacity:0.15;
}
@media (max-device-width:1399px) {
.copy-contents {
	width:auto;
}
.bottom-csBox.bottom-bank .banknumber {
	font-size:21px;
}
#Footer .esc {
	right:30px;
}
.bottom-band {
	position: relative;
}
}
@media (max-device-width:1199px) {
#Footer > :nth-child(1)::before {
	top:-27px;
	height:28px;
	background-size:cover;
}

.bottom-csBox.bottom-call {
	display:block;
	width:23%;
}
.bottom-csBox.bottom-call > * {
	flex:none;
}
.bottom-csBox.bottom-call h4 {
	margin-right:0;
}
.bottom-csBox.bottom-review {
	width:23%;
}
.bottom-csBox.bottom-bank {
	display:block;
	width:32%;
}
.bottom-csBox.bottom-bank h4,
.bottom-csBox.bottom-bank .bottom-csBox-con {
	width:100%;
}
.bottom-csBox.bottom-bank h4 {
	margin-right:0;
	margin-bottom:8px;
}
.bottom-csBox.bottom-bank > :nth-child(3) {
	margin-top:20px;
}

#Footer > :nth-child(2) > .copy-contents > div::before {
	display:none;
}
.bottom-utilmenu,
#Footer .copyright {
	width:100%;
}
.bottom-utilmenu {
	order:1;
	padding-left:0;
}
#Footer .copyright {
	order:2;
	margin-top:40px;
}

.bottom-utilmenu ul {
	width:auto;
	padding-top:15px;
}
.bottom-utilmenu ul + ul {
	margin-left:15px;
}
.bottom-utilmenu li {
	float:left;
}
.bottom-utilmenu li + li {
	margin-top:0;
	margin-left:12px;
}

.bottom-band .footer-dvd-dot {
	margin-left:15px;
	margin-right:15px;
}
}
@media (max-device-width:1023px) {
#Footer > :nth-child(1)::before {
	top:-21px;
	height:22px;
}

.copy-inner {
	padding-bottom:30px;
}
.bottom-csBox.bottom-bank, .bottom-csBox.bottom-contact {
	display:none;
}
.bottom-csBox.bottom-review, .bottom-csBox.bottom-call {
	width:50%;
}
#Footer > :nth-child(1) > .copy-contents > * {
	margin-bottom:30px;
}
.copy-contents > :nth-child(odd) {
	padding-left:0;
}
.copy-contents > :nth-child(odd)::before {
	display:none;
}

.bottom-utilmenu ul {
	width:calc(33% - 15px);
}
.bottom-utilmenu li {
	width:calc(50% - 12px);
	margin-bottom:8px;
}
.bottom-utilmenu li:nth-child(odd) {
	margin-left:0;
}
.bottom-band {
	padding-bottom:10px;
	font-size:15px;
}
.bottom-band > * {
	flex-wrap:wrap;
}
.bottom-band .band-sub a + a {
	margin-left:19px;
}
.bottom-band .band-sub a + ::before {
	left:-10px;
}
}
@media (max-device-width:767px) {
#Footer > :nth-child(1)::before {
	top:-17px;
	height:18px;
}

.bottom-utilmenu ul {
	width:100%;
	padding-top:5px;
}
.bottom-utilmenu ul + ul {
	margin-left:0;
}
.bottom-utilmenu li {
	width:auto;
}
.bottom-utilmenu li:nth-child(odd) {
	margin-left:12px;
}
.bottom-utilmenu li:first-child {
	margin-left:0;
}

#Footer .copyright {
	margin-top:30px;
}
#Footer .copyright .copyblank {
	display:block;
	margin-right:0;
	line-height:0;
}
#Footer .esc {
	bottom:80%;
}

.bottom-band > * > :nth-child(4) {
	display:none;
}
}
@media (max-device-width:539px) {
#Footer > :nth-child(1)::before {
	top:-14px;
	height:15px;
}

.copy-inner {
	padding-top:15px;
}
.copy-contents > * {
	padding:25px 0;
}
#Footer > :nth-child(1) > .copy-contents > * {
	margin-bottom:0;
}
.copy-contents > div + div::before {
	bottom:auto;
	right:0;
	width:100%;
	height:1px;
}
.copy-contents > :nth-child(odd)::before {
	display:block;
}

.bottom-csBox h4 {
	margin-bottom:15px;
	font-size:19px;
}

.bottom-csBox.bottom-bank, .bottom-csBox.bottom-contact,
.bottom-csBox.bottom-review, .bottom-csBox.bottom-call {
	width:100%;
}
.bottom-csBox.bottom-bank > :nth-child(3) {
	margin-top:15px;
}

#Footer .footer-logo {
	height:42px;
}
#Footer .copyright {
	margin-top:0;
	font-family:'Noto Sans KR';
	font-size:12px;
}
#Footer .esc {
	right:0;
}

.bottom-band {
	font-size:13px;
}
.bottom-band .band-cs::before {
	margin-right:10px;
}
.bottom-band .band-kakao::before {
	margin-right:10px;
}
.bottom-band .footer-dvd-dot {
	margin-left:10px;
	margin-right:10px;
}
.bottom-band .footer-dvd-dot::before {
	width:5px;
	height:5px;
}
.bottom-band .band-sub a + a {
	margin-left:24px;
}
.bottom-band .band-sub a + ::before {
	left:-12px;
	height:12px;
}
}
@media (max-device-width:419px) {}
@media (max-device-width:359px) {
.bottom-utilmenu li {
	width:calc(50% - 12px);
}
.bottom-utilmenu li:nth-child(odd) {
	margin-left:0;
}
#Footer .footer-logo {
	height:32px;
}
.bottom-band .band-cs::before {
	width:18px;
	height:18px;
	margin-right:8px;
	background-size:14px;
}
.bottom-band .band-kakao::before {
	width:24px;
	height:24px;
	margin-right:8px;
}
.bottom-band .band-sub a {
	margin-top:2px;
	margin-bottom:2px;
}
.bottom-band .band-sub a + a {
	margin-left:16px;
}
.bottom-band .band-sub a + ::before {
	left:-9px;
}
}

#Bottom-contents {
	clear:both;
	position:relative;
	margin-top:100px;
	margin-bottom:45px;
}
#Bottom-contents .Bottom-contents-inner {
	position:relative;
	display:grid;
	grid-template-rows:468px;
	grid-template-columns:50% 50%;
	-ms-grid-rows:468px;
	-ms-grid-columns:50% 50%;
}
#Bottom-contents .Bottom-contents-inner > * {
	display:inline-block;
	box-sizing:border-box;
}
#Bottom-contents .bottom-event {
	background-color:#d0eef2;
}
#Bottom-contents .bottom-customer {
	padding:70px 45px 60px 60px;
	background-color:#d9e0eb;
}
#Bottom-contents .bottom-customer h5,
#Bottom-contents .bottom-customer h2 {
	margin-bottom:0;
	text-align:left;
	line-height:1.3;
	letter-spacing:-1px;
	font-size:35px;
	font-weight:bold;
	color:#333
}
#Bottom-contents .bottom-customer h5 {
	font-size:18px;
	font-weight:normal;
}
#Bottom-contents .bottom-customer ol {
	list-style:none;
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}
#Bottom-contents .bottom-customer li {
	flex:1 0 0%;
	position:relative;
	text-align:center;
	word-break:keep-all;
	letter-spacing:-1px;
	line-height:1.4;
	font-size:14px;
	color:#000;
}
#Bottom-contents .bottom-customer li + li {
	margin-left:15px;
}
#Bottom-contents .bottom-customer i {
	display:block;
	width:96px;
	height:96px;
	margin:0 auto 18px auto;
}
#Bottom-contents .bottom-customer h3 {
	margin-bottom:12px;
	font-size:22px;
	color:#000;
}
#Bottom-contents .bottom-customer .btn_more {
	display:inline-block;
	margin:25px auto 0 auto;
	width:31px;
	height:31px;
	line-height: 27px;
	text-align:center;
	font-family:sans-serif;
	font-size:20px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	background-color:#333;
	border-radius:50%;
	cursor:pointer;
}
#Bottom-contents .bottom-customer .btn_more::before {
	content:'+'
}
@media (max-device-width:1199px) {
#Bottom-contents .Bottom-contents-inner {
	margin-left:0 !important;
	margin-right:0 !important;
	grid-template-rows:408px;
	-ms-grid-rows:408px;
}

#Bottom-contents .bottom-customer {
	padding:40px;
}
#Bottom-contents .bottom-customer h2 {
	font-size:28px;
}
#Bottom-contents .bottom-customer ol {
	margin-top:25px;
}
#Bottom-contents .bottom-customer li {
	flex:0 0 auto;
	width:100%;
	text-align:left;
}
#Bottom-contents .bottom-customer li + li {
	margin-left:0;
	margin-top:20px;
}
#Bottom-contents .bottom-customer h3 {
	margin-bottom:10px;
	font-size:19px;
}
#Bottom-contents .bottom-customer i {
	float:left;
	width:64px;
	height:64px;
	margin-bottom:0;
	margin-right:60px;
}
#Bottom-contents .bottom-customer .btn_more {
	position:absolute;
	z-index:8;
	left:50px;
	top:38px;
	margin-top:0;
}
}
@media (max-device-width:1079px) {
#Bottom-contents {
	margin-top:80px;
	margin-bottom:0;
}
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:568px 440px;
	grid-template-columns:100%;
	-ms-grid-rows:568px 440px;
	-ms-grid-columns:100%;
}

#Bottom-contents .bottom-customer {
	padding:45px 60px;
}
#Bottom-contents .bottom-customer ol {
	margin-top:40px;
}
#Bottom-contents .bottom-customer li {
	flex:1 0 0;
	width:auto;
	text-align:center;
}
#Bottom-contents .bottom-customer li + li {
	margin-left:25px;
	margin-top:0;
}
#Bottom-contents .bottom-customer i {
	float:none;
	width:96px;
	height:96px;
	margin-bottom:18px;
	margin-right:auto;
}
#Bottom-contents .bottom-customer .btn_more {
	position: relative;
	left:auto;
	top:auto;
	margin-top:25px;
}
}
@media (max-device-width:767px) {
#Bottom-contents {
	margin-top:60px;
}
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:368px 440px;
	-ms-grid-rows:368px 440px;
}

#Bottom-contents .bottom-customer {
	padding:40px 25px;
}
#Bottom-contents .bottom-customer ol {
	margin-top:30px;
}
#Bottom-contents .bottom-customer li + li {
	margin-left:15px;
}
#Bottom-contents .bottom-customer .btn_more {
	margin-top:15px;
}
}
@media (max-device-width:539px) {
#Bottom-contents {
	margin-top:45px;
}
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:318px 440px;
	-ms-grid-rows:318px 440px;
}

#Bottom-contents .bottom-customer h2 {
	font-size:24px;
}
#Bottom-contents .bottom-customer h5 {
	font-size:15px;
}
#Bottom-contents .bottom-customer li {
	flex:0 0 auto;
	width:100%;
	text-align:left;
}
#Bottom-contents .bottom-customer li + li {
	margin-left:0;
	margin-top:24px;
}
#Bottom-contents .bottom-customer i {
	float:left;
	width:72px;
	height:72px;
	margin-bottom:0;
	margin-right:60px;
}
#Bottom-contents .bottom-customer .btn_more {
	position:absolute;
	left:56px;
	top:48px;
	margin-top:0;
}
}
@media (max-device-width:479px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:280px 410px;
	-ms-grid-rows:280px 410px;
}
#Bottom-contents .bottom-customer h2 {
	font-size:20px;
}
#Bottom-contents .bottom-customer h3 {
	font-size:16px;
}
#Bottom-contents .bottom-customer i {
	width:64px;
	height:64px;
	margin-right:45px;
}
#Bottom-contents .bottom-customer .btn_more {
	left:50px;
	top:42px;
	width:27px;
	height:27px;
	line-height:22px;
}
}
@media (max-device-width:419px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:242px 410px;
	-ms-grid-rows:242px 410px;
}

#Bottom-contents .bottom-customer {
	padding-top:30px;
	padding-bottom:30px;
}
#Bottom-contents .bottom-customer li {
	font-size:12px;
}
#Bottom-contents .bottom-customer i {
	margin-right:30px;
}
}
@media (max-device-width:319px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:208px 425px;
	-ms-grid-rows:208px 425px;
}

#Bottom-contents .bottom-customer {
	padding-left:15px;
	padding-right:15px;
}
}

/*--우측아이콘--*/
.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-fixed {
	position:fixed;
	z-index:99;
	left:0;
	bottom:80px;
	padding-top:8px;
	overflow:hidden;
	opacity:0.9;
}
.qmbt_close {
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:28px;
	height:28px;
	background:url(https://bantmania.store/img/icons/i_closed_white.png) no-repeat 50% 50% #000000;
	background-size:18px;
	border-radius:100%;
	cursor:pointer;
}
@media (min-width:2000px) {
.qm-wrap {
	right:12%;
}
}
@media (max-width:1599px) {
.qm-wrap {
	right:15px;
}
}
@media (max-device-width:1399px) {
.qm-wrap._pc {
	display:none;
}
.qm-wrap._mb {
	display: block;
}

.qm-wrap {
	position:fixed;
	top:auto;
	bottom:80px;   /*-- 모바일용 우측스크롤메뉴 하단폭 --*/
}
.qm-fixed {
	display:none;
}
}
@media (max-device-width:1199px) {
.qm-wrap a {
	width:64px;
	height:64px;
}
}
@media (max-device-width:1023px) {
.qm-wrap a {
	width:56px;
	height:56px;
}
}
@media (max-device-width:767px) {
.qm-wrap li + li {
	margin-top:5px;
}
.qm-wrap a {
	width:48px;
	height:48px;
}
}
@media (max-device-width:539px) {
.qm-wrap {
	right:10px;
}
}
@media (max-device-width:479px) {
.qm-wrap li + li {
	margin-top:4px;
}
.qm-wrap a {
	width:38px;
	height:38px;
}
}


/*** MAIN *--------------------------*/
.subject {
	margin:0 auto 35px auto;
	text-align:center;
}
.subject h2 {
	margin-bottom:12px;
	line-height:1;
	font-size:40px;
	font-weight:800;
	color:#000;
}
.subject h3 {
	margin-bottom:12px;
	line-height:1;
	font-size:30px;
	font-weight:400;
	color:#000;
}
.subject h4 {
	margin-bottom:0;
	font-size:24px;
	font-weight:500;
	color:#000;
}
@media (max-device-width:1079px) {
.subject h4 {
	font-size:19px;
}
}
@media (max-device-width:1023px) {
.subject h2 {
	font-size:36px;
}
.subject h3 {
	font-size:28px;
}
.subject h4 {
	font-size:17px;
}
}
@media (max-device-width:767px) {
.subject {
	margin-bottom:25px;
}
.subject h2 {
	font-size:30px;
}
.subject h3 {
	margin-bottom:8px;
	font-size:24px;
}
.subject h4 {
	font-size:14px;
}
}
@media (max-device-width:539px) {
.subject {
	margin-bottom:20px;
}
.subject h2 {
	font-size:28px;
}
.subject h3 {
	font-size:19px;
}
}


#Visual-section {
	position: relative;
	z-index:1;
	width:calc(100% - 50px);
	height: 660px;
	margin: 0 25px 60px 25px;
	text-align: center;
	border-radius:2.15rem;
	overflow:hidden;
}
/*
#Visual-section::before {
	content:'';
	display:block;
	position:absolute;
	z-index:9;
	top:0;
	left:0;
	right:0;
	height:50px;
	background:url(https://bantmania.store/img/main/visual_top.png) no-repeat 50% 0%;
	background-size:contain;
}
#Visual-section::after {
	content:'';
	display:block;
	position:absolute;
	z-index:9;
	bottom:-0.5px;
	left:0;
	right:0;
	height:50px;
	background:url(https://bantmania.store/img/main/visual_bottom.png) no-repeat 50% 100%;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(0%) hue-rotate(257deg) brightness(105%) contrast(105%);
}*/
@media (max-device-width:1399px) {
#Visual-section {
	height: auto;
	margin-top:25px;
	margin-bottom:40px;
}
#Visual-section::after,
#Visual-section::before {
	display:none;
}
}
@media (max-device-width:1199px) {
#Visual-section {
	border-radius:1.75rem;
}
}
@media (max-device-width:1079px) {}
@media (max-device-width:1023px) {
#Visual-section {
	width:calc(100% - 30px);
	height:900px;
	margin:15px 15px 0px 15px;
}
}
@media (max-device-width:900px) {
#Visual-section {
	height:860px;
}
}
@media (max-device-width:819px) {
#Visual-section {
	height:820px;
}
}
@media (max-device-width:767px) {
#Visual-section {
	border-radius:1.25rem;
}
}
@media (max-device-width:639px) {
#Visual-section {
	height:630px;
}
}
@media (max-device-width:539px) {
#Visual-section {
	width:calc(100% - 20px);
	height:462px;
	margin:10px 10px 0px 10px;
	border-radius:0.75rem;
}
}


#Main-keyword-wrap {
	clear:both;
	position:relative;
	margin:45px 0;
	padding:25px 0;
	background-color:#cacdf7;
}
#Main-keyword-wrap h2 {
	margin-bottom:12px;
	text-align:center;
	font-size:24px;
	color:#ffffff;
}
.Main-keyword {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:start;
	margin:0 auto;
}
.Main-keyword > * {
	flex:0 0 auto;
	margin:3px 5px;
}
.Main-keyword a {
	display:block;
	padding:8px 12px;
	line-height:1;
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	background-color:#ffffff;
	border:2px solid #696fd6;
	border-radius:0.5rem;
}
@media (max-device-width:1399px) {
#Main-keyword-wrap {
	padding-left:15px;
	padding-right:15px;
}
}
@media (max-device-width:1023px) {
.Main-keyword > * {
	margin:3px;
}
.Main-keyword a {
	padding:5px 8px;
	font-size:16px;
}
}
@media (max-device-width:539px) {
#Main-keyword-wrap {
	padding:15px;
}
#Main-keyword-wrap h2 {
	font-size:20px;
}
.Main-keyword a {
	font-size:14px;
	border-width:1px;
	border-radius:0.4rem;
}
}

.main-openmenu {
	clear:both;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin-top:25px;
	margin-bottom:25px;
}
.main-openmenu > * {
	flex:1 0 0%;
	margin:4px;
}
.main-openmenu a {
	display:block;
	word-break:keep-all;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#636363;
}
.main-openmenu a:hover {
	color:#000;
}
.main-openmenu .cateicon {
	display:block !important;
	width:68px !important;
	height:68px !important;
	margin:0 auto 10px auto !important;
}
@media (max-device-width:767px) {
.main-openmenu > * {
	flex:1 0 calc(25% - 8px);
}
}
@media (max-device-width:539px) {
.main-openmenu {
	margin-top:20px;
	margin-bottom:15px;
}
.main-openmenu a {
	font-size:14px;
}
.main-openmenu .cateicon {
	width:54px !important;
	height:54px !important;
	margin:0 auto 6px auto !important;
}
}

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

#mainGift {
	clear:both;
	padding-top:80px;
	padding-bottom:140px;
	background-color:#131426;
}
.mainGift-inner {
	position:relative;
	width:100%;
	margin:0;
}
#mainGift .subject {
	margin-bottom:80px;
}
#mainGift .subject h4,
#mainGift .subject h2 {
	color:#fff;
}
#mainGift .subject h4 {
	font-weight:bold;
}
@media (max-device-width:1199px) {
#mainGift {
	padding-bottom:100px;
}
}
@media (max-device-width:1023px) {
#mainGift {
	padding-bottom:85px;
}
#mainGift .subject {
	margin-bottom:60px;
}
#mainGift .subject h2 {
	height:64px;
}
}
@media (max-device-width:767px) {
#mainGift {
	padding-top:60px;
	padding-bottom:65px;
}
#mainGift .subject {
	margin-bottom:45px;
}
#mainGift .subject h2 {
	height:56px;
}
}
@media (max-device-width:539px) {
#mainGift {
	padding-top:45px;
	padding-bottom:60px;
}
#mainGift .subject {
	margin-bottom:30px;
}
#mainGift .subject h2 {
	height:auto;
	padding-left:45px;
	padding-right:45px;
}
#mainGift .subject h4 {
	padding-left:45px;
	padding-right:45px;
}
}


#mainReview {
	clear: both;
	position:relative;
	min-height:540px;
	margin: 0 0 120px 0;
	padding: 0;
	text-align: center;
}
.mReview-inner {
	position:relative;
	padding:0;
}
#mainReview .subject {
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-720px);
	text-align:left;
}
#mainReview .subject h4 {
	font-size:26px;
}
#mainReview .subject h4 strong {
	font-weight:800;
}
#mainReview .btn_more {
	position:absolute;
	z-index:9;
	top:0;
	left:50%;
	transform:translateX(600px);
}
#mainReview .Review-Swiper {
	width:100%;
	height:100%;
}
#mainReview .reviewBox {
	display:block;
	position:relative;
	margin:0;
	text-align:center;
}
#mainReview .reviewBox .review-filter {
	display:none;
	position:absolute;
	z-index:5;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url(../img/main/review_filter.png) no-repeat 50% 50%;
	background-size:contain;
}
#mainReview .reviewBox .review-more {
	display:none;
	position:absolute;
	z-index:6;
	right:15px;
	bottom:30px;
	width:auto;
	height:auto;
	padding:15px 20px;
	text-decoration:none;
	font-size:17px;
	font-weight:800;
	color:#ffffff;
	background-color:rgba(0,0,0,0.35);
	border:1px solid #000000;
	border-radius:3rem;
}
#mainReview .reviewBox .review-image {
	display:block;
	width:373px;
	height:100%;
	margin:0 auto;
	border-radius:15rem;
	overflow:hidden;
}
#mainReview .reviewBox .review-image img {
	object-position:50% 0%;
}
@media (max-device-width:1399px) {
#mainReview .subject {
	left:25px;
	transform:none;
}
#mainReview .btn_more {
	left:auto;
	right:25px;
	transform:none;
}
}
@media (max-device-width:1199px) {
#mainReview {
	min-height:auto;
}
.mReview-inner {
	padding-top:65px;
}
}
@media (max-device-width:1023px) {
.mReview-inner {
	padding-top:0;
}
#mainReview .subject {
	position:relative;
	top:auto;
	left:auto;
	padding-left:25px;
}
#mainReview .subject h4 {
	font-size:24px;
}
#mainReview .reviewBox .review-more {
	padding:10px 15px;
}
}
@media (max-device-width:767px) {
#mainReview .subject h4 {
	font-size:21px;
}
#mainReview .btn_more {
	height:42px;
}
#mainReview .reviewBox .review-more {
	font-size:14px;
}
}
@media (max-device-width:539px) {
#mainReview {
	margin-bottom:85px;
}
#mainReview .subject h4 {
	font-size:17px;
}
#mainReview .btn_more {
	height:36px;
	top:-12px;
}
#mainReview .reviewBox .review-more {
	bottom:20px;
	padding:8px 12px;
	font-size:12px;
}
}
@media (max-device-width:359px) {
#mainReview .reviewBox .review-more {
	bottom:15px;
}
}

#mainBan-section {
	clear: both;
	margin:0;
}
.Banner-innner {
	position:relative;
	margin:15px;
}
.ban-row {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content: space-between;
}
.ban-row + .ban-row {
	margin-top:15px;
}
.ban-col {
	flex:1 0 0%;
	position:relative;
}
.ban-col + .ban-col {
	margin-left:15px;
}
.Banner-innner a {
	display:block;
}
@media (max-device-width:1399px) {
#mainBan-section.mainBan-guide {
	display:none;
}
}
@media (max-device-width:1199px) {
}
@media (max-device-width:1023px) {
.Banner-innner {
	margin:15px 10px;
}
.ban-row + .ban-row {
	margin-top:10px;
}
.ban-col + .ban-col {
	margin-left:10px;
}
}
@media (max-device-width:639px) {
.ban-col {
	flex:1 0 100%;
}
.ban-col + .ban-col {
	margin-left:0;
	margin-top:10px;
}
}



/*--상품이미지크기--*/
.product-List {
	display: inline-block;
	width:calc(100% + 50px);
	margin-left:-25px;
	margin-right:-25px;
}

.product-box {
	float:left;
	position:relative;
	width:calc(25% - 50px);
	box-sizing: border-box;
	margin: 0 25px 40px 25px;
	padding-bottom:15px;
	text-align: center;
	display:grid;
	grid-template-rows:445px 72px 28px;
	grid-template-columns:100%;
	grid-template-areas:'goodsthumb' 'goodsname' 'goodsprice';
	grid-gap:10px;
	border: 1px solid transparent;
	border-radius:1.25rem;
}
.product-box:hover {
	border-color: #ff97b7;
}
.product-box._Slider {
	float:none;
	width:auto;
	height:auto;
	margin-left:0;
	margin-right:0;
	padding-bottom:15px;
}
.product-box > * {
	padding-left:4px;
	padding-right:4px;
}
.product-box .pro-thumb {
	grid-area:goodsthumb;
	clear: both;
	margin-bottom:6px;
	padding:0;
	overflow:hidden;
	background-color:#fff;
	border-radius:1.25rem;
}
.product-box .pro-thumb > *,
.product-box .pro-thumb a {
	display:block;
	width:100%;
	height:100%;
}
.product-box .pro-thumb img {
	width: 100%;
	height: 100%;
	object-fit:fill;
	object-position: 50% 0%;
}
.product-box .pro-icon {
	display:none;
	clear: both;
	word-wrap:break-word;
	line-height: 0;
	text-align: left;
	grid-area:goodsicons;
}
.swiper-slide .pro-icon img {
	width:auto !important;
	height:14px !important;
}
.product-box .pro-memo {
	clear: both;
	margin-top:5px;
	color: #828282;
	font-family:'Noto Sans KR';
	font-size:15px;
	font-weight:500;
	overflow:hidden;
	white-space: normal;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.product-box .pro-title {
	grid-area:goodsname;
	clear: both;
	box-sizing: border-box;
	line-height:1.2;
	letter-spacing:-1px;
	font-size:21px;
	color: #000;
	font-weight: 800;
	text-align: left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product-box .pro-title a {
	color: #000;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	white-space: normal;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	background:transparent;
}
.product-box:hover .pro-title a,
.product-box .pro-title a:hover {
	color: #000;
}
.product-box._Slider .pro-title {
	font-size:17px;
	font-weight:bold;
}
.product-box .pro-price {
	grid-area:goodsprice;
	clear: both;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	letter-spacing:-1px;
	line-height:1;
	font-family: Arial, Helvetica, 'Noto Sans KR';
	font-size: 28px;
	font-weight:800;
	color: #000;
	text-align: left;
}
.product-box .pro-price .priceB {
	font-weight:800;
	color:#fb4e92;
}
.product-box .pro-price .priceB::before {
	content:'';
	display:inline-block;
	margin-top:-3px;
	margin-right:3px;
	width:24px;
	height:24px;
	vertical-align:middle;
	background:url(../img/icons/i_price.png) no-repeat 50% 50%;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(50%) sepia(85%) saturate(3048%) hue-rotate(308deg) brightness(99%) contrast(99%);
}
.product-box .pro-price .priceS {
	display:none;
	margin-left:20px;
	color:#cc3333;
}
.product-box .pro-price .priceS::after {
	content:'\0025';
}
.product-box .pro-price .price-del::before {
	content:'';
	display:none;
	float:left;
	width:18px;
	height:18px;
	margin-right:0px;
	vertical-align:middle;
	background:url(../img/icons/i_price.png) no-repeat 50% 50%;
	background-size: contain;
}
.product-box .pro-price .price-del {
	display:none;
	margin-left:6px;
	text-decoration:line-through;
	font-size:15px;
	color:#999;
}
.price-soldout {
	font-weight:bold;
	color:#959595;
}
.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;
	margin:50px auto 160px auto;
	padding: 0px;
	text-align: center;
}
.product_more::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	left:0%;
	right:0%;
	border-bottom:1px solid #e5e5e5;
}
.product_more > * {
	position:relative;
	z-index:2;
}
.product_more .btn_mainmore {
	display:inline-block;
	cursor:pointer;
	width:324px;
	padding:20px 45px;
	line-height:1;
	font-family:'Nanum Square';
	font-size:30px;
	font-weight:bold;
	color:#ffffff;
	background-color:#696fd6;
	border:0;
	border-radius:3rem;
}
.product_more .btn_mainmore::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	width:28px;
	height:30px;
	background:url(../img/icons/i_plus_circle.png) no-repeat 50% 50%;
	background-size:contain;
	filter:invert(1);
}
@media (min-width:1920px) {
.product_more::before {
	left:-12.5%;
	right:-12.5%;
}
}
@media (min-width:2048px) {
.product_more::before {
	left:-17%;
	right:-17%;
}
}
@media (min-width:2560px) {
.product_more::before {
	left:-33%;
	right:-33%;
}
}
@media (max-device-width: 1399px) {
.product-List {
	width:calc(100% + 30px);
	margin-left:-15px;
	margin-right:-15px;
}

.product-box {
	width:calc(25% - 30px);
	margin-left:15px;
	margin-right:15px;
	grid-template-rows:382px 72px 28px;
}
.product-box .pro-price .priceB::before {
	margin-top:-4px;
}
}
@media (max-device-width: 1360px) {
.product-box {
	grid-template-rows:356px 72px 28px;
}
}
@media (max-device-width: 1279px) {
.product-box {
	grid-template-rows:331px 72px 28px;
}
}
@media (max-device-width: 1199px) {
.product-List {
	width:calc(100% + 24px);
	margin-left:-12px;
	margin-right:-12px;
}

.product-box {
	width:calc(25% - 24px);
	margin-left:12px;
	margin-right:12px;
	grid-template-rows:331px 65px 21px;
	border-radius:1rem;
}
.product-box .pro-thumb {
	border-radius:1rem;
}
.product-box .pro-title {
	font-size:19px;
	font-weight:700;
}
.product-box .pro-memo {
	-webkit-line-clamp: 2;
}
.product-box .pro-price {
	font-size:24px;
}
.product-box .pro-price .priceB::before {
	width:18px;
	height:18px;
}
.swiper-slide .pro-icon img {
	width:auto !important;
	height:14px !important;
}

.product_more {
	margin-bottom:120px;
}
}
@media (max-device-width: 1110px) {
.product-box {
	grid-template-rows:300px 65px 21px;
}
}
@media (max-device-width:1079px) {
.product-box {
	padding-bottom:8px;
	grid-template-rows:286px 65px 21px;
}
.product-box .pro-title {
	font-size:17px;
}
.product-box .pro-memo {
	font-size:13px;
}
.product-box .pro-price .price-del {
	font-size:14px;
}
}
@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;
	margin-bottom:30px;
	grid-template-rows:265px 56px 21px;
	grid-gap:10px;
	border-radius:0.75rem;
}
.product-box .pro-thumb {
	border-radius:0.75rem;
}
.product-box .pro-title {
	font-size:15px;
}
.product-box .pro-price {
	font-size:21px;
}
.product-box .pro-price .priceB::before {
	width:16px;
	height:16px;
}

.product_more {
	margin-top:35px;
	margin-bottom:100px;
}
.product_more .btn_mainmore {
	width:auto;
	font-size:24px;
}
.product_more .btn_mainmore::after {
	width:22px;
	height:24px;
}
}
@media (max-device-width:900px) {
.product-box {
	grid-template-rows:231px 56px 21px;
}
}
@media (max-device-width:819px) {
.product-box {
	grid-template-rows:220px 56px 21px;
}
}
@media (max-device-width: 767px) {
.product-List {
	width:calc(100% + 12px);
	margin-left:-6px;
	margin-right:-6px;
}

.product-box {
	width:calc(25% - 12px);
	margin-left:6px;
	margin-right:6px;
	margin-bottom:25px;
	grid-template-rows:180px 67px 18px;
}
.product-box .pro-title {
	font-size:14px;
}
.product-box .pro-memo {
	font-size:12px;
	-webkit-line-clamp:3;
}
.product-box .pro-price {
	font-size:19px;
}
.product-box .pro-price .price-del {
	font-size:12px;
}
.product-box .pro-price .priceB::before {
	width:14px;
	height:14px;
}
.swiper-slide .pro-icon img {
	width:auto !important;
	height:14px !important;
}

.product_more .btn_mainmore {
	padding-top:15px;
	padding-bottom:15px;
	font-size:20px;
}
.product_more .btn_mainmore::after {
	width:20px;
	height:20px;
}
}
@media (max-device-width: 639px) {
.product-List {
	width:calc(100% + 30px);
	margin-left:-15px;
	margin-right:-15px;
}

.product-box {
	width:calc(50% - 30px);
	margin-left:15px;
	margin-right:15px;
	grid-template-rows:304px 52px 18px;
}
.product-box .pro-memo {
	-webkit-line-clamp:2;
}
}
@media (max-device-width: 539px) {
.product-List {
	width:calc(100% + 16px);
	margin-left:-8px;
	margin-right:-8px;
}

.product-box {
	width:calc(50% - 16px);
	margin-left:8px;
	margin-right:8px;
	grid-template-rows:267px 52px 18px;
	border-radius:0.612rem;
}
.product-box .pro-thumb {
	border-radius:0.612rem;
}
.product-box .pro-title {
	font-family:'Noto Sans KR';
}
.product-box .pro-price .priceB::before {
	margin-right:1px;
}

.product_more {
	margin-top:30px;
	margin-bottom:80px;
}
.product_more .btn_mainmore {
	padding-left:30px;
	padding-right:30px;
	font-size:19px;
}
}
@media (max-device-width: 479px) {
.product-List {
	width:calc(100% + 12px);
	margin-left:-6px;
	margin-right:-6px;
}

.product-box {
	width:calc(50% - 12px);
	margin-left:6px;
	margin-right:6px;
	margin-bottom:12px;
	grid-template-rows:246px 52px 18px;
}
}
@media (max-device-width:419px) {
.product-box {
	grid-template-rows:235px 52px 18px;
}
}
@media (max-device-width:400px) {
.product-box {
	grid-template-rows:221px 67px 18px;
}
.product-box .pro-memo {
	-webkit-line-clamp:3;
}
}
@media (max-device-width:389px) {
.product-box {
	grid-template-rows:211px 67px 18px;
}
}
@media (max-device-width: 359px) {
.product-List {
	width:calc(100% + 10px);
	margin-left:-5px;
	margin-right:-5px;
}

.product-box {
	width:calc(50% - 10px);
	margin-left:5px;
	margin-right:5px;
	grid-template-rows:171px 67px 18px;
}
.product-box .pro-title {
	font-size:12px;
}
.product-box .pro-price {
	font-size:16px;
}
/*
.product-box .pro-price .priceS {
	clear:both;
	display:block;
	margin-left:0;
}*/
}
@media (max-device-width:319px) {
.product-box {
	grid-template-rows:154px 67px 18px;
}
}


.goodsCate-Tab {
	clear:both;
	position:relative;
	margin:35px auto;
	width:100%;
	height:100%;
}
.goodsCate-Tab > * {
	justify-content:center;
}
.goodsCate-Tab li {
	float:left;
	line-height:1.3;
	font-size:19px;
	font-weight:bold;
	color:#969696;
}
.goodsCate-Tab li + li {
	margin-left:12px;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	padding:12px 25px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	font-size:19px;
	font-weight:800;
	color:#969696;
	background-color: transparent;
	border-radius:5rem;
	box-shadow:none;
	overflow:hidden;
	outline:none;
}
.goodsCate-Tab a:hover,
.goodsCate-Tab a.active {
	font-weight:500;
	color:#fff;
	text-decoration:none;
	background-color:#f04b82;
}
.goodsCate-Tab a:focus {
	outline:none;
}
.goodsCate-Tab .swiper-slide {
	width:auto;
	text-align: center;
	font-size: inherit;
}
/*
.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;
	margin-top:65px;
}
.goodsCate-panel > * {
	min-height:400px;
}
@media (max-device-width:1023px) {
.goodsCate-Tab {
	margin-top:25px;
	margin-bottom:25px;
}
.goodsCate-Tab > * {
	justify-content:start;
}

.goodsCate-Tab li,
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	font-size:17px;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:10px 15px;
}

.goodsCate-panel {
	margin-top:45px;
}
}
@media (max-device-width:767px) {
.goodsCate-Tab li,
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	font-size:15px;
}
}
@media (max-device-width:539px) {
.goodsCate-Tab {
	margin-top:15px;
	margin-bottom:15px;
}
.goodsCate-Tab li,
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	font-family:'Noto Sans KR';
	font-size:13px;
	font-weight:bold;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:6px 12px;
}
.goodsCate-Tab a:hover,
.goodsCate-Tab a.active {
	font-weight:500;
}

.goodsCate-panel {
	margin-top:25px;
}
}


#mainGoods-cateBest {
	position:relative;
	margin-top:80px;
	margin-bottom:120px;
	overflow:hidden;
}
.main-cateBest-in {}
@media (max-device-width:1023px) {
#mainGoods-cateBest {
	margin-bottom:100px;
}
}
@media (max-device-width:767px) {
#mainGoods-cateBest {
	margin-top:60px;
	margin-bottom:65px;
}
}
@media (max-device-width:539px) {
#mainGoods-cateBest {
	margin-top:45px;
	margin-bottom:65px;
}
}


#mainMDgoods {
	clear:both;
	padding-top:65px;
	padding-bottom:100px;
}
.mainMDgoods-inner {
	position:relative;
	width:100%;
	margin:0;
}
@media (max-device-width:1199px) {
#mainMDgoods {
	padding-bottom:85px;
}
}
@media (max-device-width:1079px) {
#mainMDgoods {
	padding-top:50px;
	padding-bottom:80px;
}
}
@media (max-device-width:767px) {
#mainMDgoods {
	padding-top:45px;
	padding-bottom:65px;
}
}
@media (max-device-width:539px) {
#mainMDgoods {
	padding-top:30px;
	padding-bottom:45px;
}
}


table.notice th {
	line-height: 36px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	background: url(https://bantmania.store/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;
}
}
@media (max-device-width:1023px) {
#contents {
	min-height:400px;
}
}


/*--- membership page ---*/
.member-inner {
	margin-bottom:-35px;
	padding-bottom:120px;
	background-color:#f2f2f2;
}

.login-form {
	display:inline-flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin: 45px auto;
	text-align: center;
	font-family:'Noto Sans KR';
	font-size: 14px;
}
.login-form .login-box {
	flex:1 0 0%;
	width:360px;
	min-height:383px;
	align-self: stretch;
	box-sizing:border-box;
	padding:40px;
	border:1px solid #d1d3dd;
	border-radius:3rem;
	background-color:#fff;
	overflow:hidden;
	box-shadow:0px 0px 20px rgba(70,75,151,0.15);
}
.login-form > :nth-child(2) {
	margin-left:60px;
}
.login-form h2 {
	margin-bottom: 25px;
	line-height: 1;
	text-align: center;
	word-break:keep-all;
	font-family:'NanumSquare';
	font-size: 38px;
	font-weight: 800;
	color: #000;
}
.login-form h2 .fs {
	display:block;
	margin-top:10px;
	line-height:1.2;
	font-family:'Noto Sans KR';
	font-size:16px;
	font-weight:500;
	color:#707070;
}
.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: 42px !important;
	box-sizing: border-box;
	padding: 0px 12px !important;
	line-height: 40px !important;
	color: #000;
	text-align: left;
	border-radius:5rem;
	border-color:#ebebeb;
/*	border: 0px !important;*/
	background-color: #f2f2f2;
	outline-color:#696fd6;
}
.login-form .login-btnform > * {
	width:100%;
}
.login-form .login-member {
	margin:25px -40px -40px -40px;
	padding:20px 25px;
	border-top:1px dashed #d2d2d2;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.login-form .login-member a {
	display:block;
	margin:5px;
	font-weight:500;
	color:#666;
}
.login-form .login-member * + ::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:1px;
	height:10px;
	background-color:#cccccc;
}
@media (max-device-width:1199px) {
.member-inner {
	padding-top:45px;
}
}
@media (max-device-width:1023px) {
.member-inner {
	padding-bottom:100px;
}

.login-form h2 {
	font-size:32px;
}
.login-form h2 .fs {
	font-size:14px;
}
.login-form .login-box {
	width:320px;
	padding-left:30px;
	padding-right:30px;
}
.login-form .login-member {
	margin-left:-30px;
	margin-right:-30px;
}
}
@media (max-device-width:767px) {
.member-inner {
	margin-bottom:-20px;
	padding-top:25px;
	padding-bottom:65px;
}

.login-form {
	justify-content:center;
	width:320px;
}
.login-form h2 {
	margin-bottom:20px;
	font-size:28px;
}
.login-form .login-box {
	flex:0 0 auto;
	width:320px;
	min-height:340px;
	padding-bottom:25px;
	border-radius:2.412rem;
}
.login-form > :nth-child(2) {
	margin-left:0;
	margin-top:60px;
}
.login-form .login-member {
	margin-bottom:-25px;
}
}
@media (max-device-width:539px) {
}
@media (max-device-width:359px) {
.login-form {
	width:250px;
}
.login-form .login-box {
	width:250px;
	padding-left:20px;
	padding-right:20px;
}
.login-form .login-member {
	margin-left:-20px;
	margin-right:-20px;
	padding:20px;
	font-size:13px;
}
}

.join-form {
	display:inline-block;
	width: 1024px;
	margin: 25px auto;
}
.join-form .join-agreeBox {
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	text-align: left;
	word-break:keep-all;
	background-color: #ffffff;
	border:1px solid #c2c2c2;
	border-radius:0.5rem;
}
.join-form .join-box {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 45px;
	text-align: center;
	background-color: #ffffff;
	border:3px solid #696fd6;
	border-radius:3rem;
}
.join-inputform dl {
	width: 100%;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	margin:8px 0;
}
.join-inputform dl + dl {
	padding-top:5px;
	border-top:1px dashed #dfdfdf;
}

.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:8px;
	color:#000;
	font-weight:bold;
}
.join-inputform dt::before {
	content:'\00B7';
	display:inline-block;
	width:8px;
	margin-right:8px;
	margin-left:-16px;
	text-align:center;
}

.join-form .joinsearch-group {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-left:25px;
	padding-right:25px;
	text-align:center;
}
.join-form .join-schbox {
	width: 360px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 20px 15px 20px;
	word-break:keep-all;
	background-color: #fff;
	border: 1px solid #555555;
	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:auto;
	margin:25px 45px;
}
.join-form .join-schbox {
	width: 320px;
}
.join-form .btn-group > * {
	max-width:100%;
}
}
@media (max-device-width:1023px) {
.join-form .join-box {
	padding-left:25px;
	padding-right:25px;
}
.join-form .join-schbox {
	width: 280px;
}
}
@media (max-device-width:767px) {
.join-form .join-agreeBox {
	padding:15px;
}

.join-form {
	margin:25px;
}
.join-form .join-box {
	border-width:2px;
}

.join-inputform dl {
	margin:6px 0;
}
.join-inputform dl > * {
	padding:5px;
}
.join-inputform dt {
	align-self:flex-start;
	padding-top:10px;
	width:95px;
}
.join-inputform dt::before {
	margin-right:5px;
	margin-left:-13px;
}

.join-form .joinsearch-group {
	float:none;
	width:100%;
	clear:both;
	padding:0;
	margin-bottom:45px;
}
.joinsearch-group + .joinsearch-group {
	border-top:1px dashed #c2c2c2;
	padding-top:45px;
}
.join-form .join-schbox {
	width:100%;
}
}
@media (max-device-width:539px) {
.join-form {
	margin-left:15px;
	margin-right:15px;
}

.join-form .join-box {
	padding:15px;
	border-radius:1.75rem;
}

.join-inputform dl {
	flex-wrap:wrap;
}
.join-inputform dl > * {
	padding-top:4px;
	padding-bottom:4px;
}

.join-inputform dt {
	width:100%;
	padding-top:10px;
}
.join-inputform input {
	margin-top:5px;
	margin-bottom:5px;
}

.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;
	border:1px solid #ededed;
	border-width:0;
	background-color:#b5b9ef;
}
.location ul {
	float: right;
}
.location ul li {
	float: left;
	position:relative;
	height:14px;
	margin-left:24px;
	line-height:1;
	font-size:14px;
	color:#fff;
}
.location ul li::before {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:-18px;
	transform:translateY(-50%);
	width:12px;
	height:12px;
	background: url(https://bantmania.store/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;
	width:1400px;
	padding:0px;
	margin-bottom:100px;
}
@media (max-device-width:1399px) {
.sub-con, .etc-wrap {
	width:auto;
	padding-top:45px;
}
}
@media (max-device-width:1023px) {
.sub-con, .etc-wrap {
	margin-bottom:85px;
}
}
@media (max-device-width:539px) {
.sub-con, .etc-wrap {
	margin-bottom:60px;
	padding-top:30px;
}
}

.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(https://bantmania.store/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;
}

.guide_downlist {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.guide_downlist > * {
	flex:1 0 0%;
	margin:4px;
}
.guide_downlist a {
	display:block;
	position:relative;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	background-color:#fbe554;
}
.guide_downlist a::after {
	content:'';
	display:inline-block;
	width:30px;
	height:30px;
	margin-left:15px;
	vertical-align:middle;
	background:url(https://bantmania.store/img/icons/i_down_cloud.png) no-repeat 50% 50%;
	background-size:contain;
	opacity:0.8;
}
@media (max-device-width:1399px) {
.guide_downlist > * {
	flex:0 0 auto;
}
}
@media (max-device-width:1199px) {
.guide_downlist > * {
	width:calc(33.3% - 8px);
}
}
@media (max-device-width:767px) {
.guide_downlist > * {
	width:calc(50% - 8px);
}
}
@media (max-device-width:539px) {
.guide_downlist > * {
	width:calc(100% - 8px);
}
}

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