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

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

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

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

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

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

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

#Header {
	position:relative;
	padding-top:12px;
	padding-bottom:45px;
	background-color:#fff;
}
@media (max-width:1199px) {
#Header {
	display:none;
}
}

.top-inner {
	position: relative;
	min-height:156px;
	padding: 0px;
}
.top-cs {
	position: absolute;
	z-index:9;
	top:45px;
	left:15px;
	text-align:left;
	font-family:'Nanum Square', 'Nanum Gothic';
	font-size:22px;
	font-weight:700;
	color:#333;
}
.top-cs > div + div {
	margin-top:18px;
}
.top-cs i {
	display:inline-block;
	width:36px;
	height:36px;
	margin-right:12px;
	vertical-align:middle;
}
.top-cs > div:nth-child(2) > i {
	width:40px;
	height:40px;
}
.top-cs .cs-time {
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
	font-size:12px;
	font-style:italic;
	color:#666;
}
.top-btn {
	position:absolute;
	top:15px;     /*분할결제 */
	left:-640px;  
	width:524px;  
}
.top-btn a {
	
	box-sizing:border-box;
	padding:6px 10px;
	text-decoration:none;
	letter-spacing:-1px;
	font-family:'Nanum Square', 'Nanum Gothic';
	font-size:18px;  /* 개별결제 */
	font-weight:600;
	color:#fff;
	border-radius:1rem;
	background: #ff6767;
}
.top-btn > * + * {
	margin-top:5px;
}

#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;
	top: 50px;
	right: 60px; /* 좌우위치 */
}
.top-util-menu ul li {
	position: relative;
	float: left;
	margin:0 8px;
	font-size: 15px;
	line-height: 1;
}
.top-util-menu ul li a {
	display:inline-block;
	padding:10px 5px;
	color: #333;
}
.top-util-menu ul li._join::before {
	content:'';
	display:block;
	position:absolute;
	top:-25px;
	left:50%;
	transform:translateX(-50%);
	width:62px;
	height:32px;
	background:url(/img/join_bubble.png) no-repeat 50% 0%;
	background-size:contain;
}
.top-util-menu .top-util-icon {
	display:inline-block;
	width:32px;
	height:32px;
	padding:0;
}
.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;
	left:50%;
	top: 35px;
	transform:translateX(-50%);
}


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

#search-wrap {
	position: absolute;
	top:30px;
	right:60px; /*좌우위치*/
}
.search-bar {
	float:none;
	box-sizing:border-box;
	width:290px;
	height:53px;
	padding:8px 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5rem;
}
.g_window .gbox {
	float: left;
	width:calc(100% - 50px);
	margin-left:10px;
}
.g_window .gbox input {
	float: none;
	width: 100%;
	margin: 2px 0 0 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:32px;
	height:36px;
	margin:0 0 0 8px;
}
.g_window .btn_arw input {
	width:100%;
	height:100%;
}
.g_window .btn_arw a {
	display: block;
	padding: 7px 5px;
}
@media (max-device-width:1199px) {
#search-wrap {
	display: none;
}

#search-wrap-mb {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	margin: 0px;
	padding: 8px 10px;
	background-color:#6e55be; /*모바일 검색창 배경색*/
}
.search-inner {
	width:480px;
	margin: 10px auto;
	display: inline-block;
}
.search-bar {
	float:left;
	width:calc(100% - 42px);
	height: 40px;
	box-sizing:border-box;
	padding:3px 15px 3px 10px;
	border:0;
	border-radius:3rem;
}
.g_window .gbox input {
	width: 100%;
}
.g_window .btn_arw {
	margin-top:-2px;
}
.schbt-close {
	float:left;
	width: 32px;
	height:37px;
	margin-left:10px;
	background:url(/img/icons/i_closed_white.png) no-repeat 50% 50%;
	background-size:contain;
}
}
@media (max-width:539px) {
.search-inner {
	width:100%;
}
}
/***** Search END *****/

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

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


#Footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding:0;
	text-align: center;
	background-color:#fff;
	border-top:1px solid #cccccc;
}
.copy-inner {
	position: relative;
}

.copy-contents {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	padding:50px 0;
	text-align:left;
	line-height:1.4;
	color:#909090;
	word-break:keep-all;
}
.copy-contents + .copy-contents {
	border-top:1px dotted #bcbcbc;
}
.copy-contents > * {
	box-sizing:border-box;
	position:relative;
	flex:0 0 auto;
	width:calc(30% - 60px);
}
.copy-contents > div + div {
	margin-left:60px;
}

.bottom-csBox {
	position:relative;
	display: inline-flex;
	align-items:center;
	text-align: left;
	font-size:15px;
}
.bottom-csBox > * {
	flex:0 1 auto;
}
.bottom-csBox i {
	flex:0 0 auto;
	display:inline-block;
	width:98px;
	height:98px;
	margin-right:20px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:#9daec8;
	background-size:64px;
	border-radius:50%;
	
}
.bottom-csBox i._bottom_i_kakao {
	background-image:url(/img/icons/sns_i_kakao.png);
	background-color:#fbea3a;
	background-size:60px;		
}

.bottom-csBox i._bottom_i_kakao1 {
	background-image:url(/img/icons/sns_i_kakao1.png);
	background-color:#fff;
	background-size:171px;
	width:171px;
	border-radius:0;
}

.bottom-csBox li._bottom_i_kakao2 {
	background-image:url(/img/icons/sns_i_kakao2.png);
	background-color:#fff;
	background-size:171px;
	width:171px;
	border-radius:0;
}

.bottom-csBox i._bottom_i_bank {
	background-image:url(/img/icons/i_pay_white.png);
}
.bottom-csBox i._bottom_i_return {
	background-image:url(/img/icons/i_return_white.png);
}
.bottom-csBox i._bottom_i_cs {
	background-image:url(/img/icons/i_cs_white.png);
	background-color:#2c2c2c;
}
.bottom-csBox h4 {
	margin-bottom:15px;
	letter-spacing:-1px;
	font-family:'Nanum Square';
	font-size:19px;
	font-weight:800;
	color:#000;
}
.bottom-csBox.bottom-kakao h4 {
	margin:0;
	font-size:24px;
}
.bottom-csBox.bottom-return {
	width:40%;
	font-size:13px;
	color:#000;
}
.bottom-csBox.bottom-return > div > :nth-child(2) {
	font-size:16px;
}
.bottom-csBox.footer-logo,
.bottom-csBox.bottom-cs {
	align-self:center;
}
.bottom-csBox.bottom-cs .cs-tel {
	margin-top:5px;
	line-height:1;
	letter-spacing:-1px;
	font-family:'Nanum Square';
	font-size:22px;
	font-weight:800;
	color:#000;
}
.bottom-csBox.footer-logo {
	width:calc(25% - 60px);
}

.bottom-utilmenu {
	position:absolute;
	top:0;
	right:15px;
}
.bottom-utilmenu li {
	box-sizing:border-box;
	position:relative;
	list-style:none;
	line-height:1.3;
	text-align:left;
	font-size:13px;
	color:#333333;
}
.bottom-utilmenu li::before {
	content:'\00B7';
	margin-right:5px;
}
.bottom-utilmenu li + li {
	margin-top:12px;
}
.bottom-utilmenu li a {
	color: inherit;
	text-decoration:none;
}

#Footer .copyright {
	width:45%;
	position:relative;
	box-sizing:border-box;
	padding-right:210px;
	line-height:1.6;
	text-align: left;
	font-size: 14px;
	word-break:keep-all;
}
#Footer .copyright span {
	display:inline-block;
	vertical-align:middle;
	margin-right:18px;
}
#Footer .esc {
/*	position: absolute;
	top: 0px;
	right:100px;*/
	margin-left:45px;
	filter:grayscale(1);
	opacity:0.5;
}
@media (max-device-width:1199px) {
.bottom-csBox.footer-logo,
.copy-contents > * {
	width:calc(33% - 45px);
}
.copy-contents > div + div {
	margin-left:45px;
}
.bottom-csBox i {
	width:82px;
	height:82px;
	background-size:54px;
}
.bottom-csBox i._bottom_i_kakao {
	background-size:54px;
}
.bottom-csBox.bottom-return {
	width:calc(34% - 45px);
}
.bottom-csBox.bottom-cs .cs-tel {
	font-size:26px;
}
.bottom-csBox.footer-logo {
	flex-wrap:wrap;
	width:calc(25% - 45px);
}
.bottom-csBox.footer-logo > * {
	width:100%;
}
.bottom-utilmenu {
	right:auto;
	left:0;
}
.bottom-utilmenu li {
	float:left;
}
.bottom-utilmenu li + li {
	margin-top:0;
	margin-left:15px;
}
#Footer .copyright {
	width:calc(42% - 45px);
	padding-right:0;
	padding-top:36px;
}
#Footer .esc {
	margin-left:0;
	margin-top:20px;
}
}
@media (max-device-width:1079px) {
.copy-contents,
.bottom-csBox {
	align-items:flex-start;
}
.bottom-csBox.bottom-kakao {
	align-items:center;
}
.bottom-csBox.footer-logo,
.bottom-csBox.bottom-cs {
	align-self:flex-start;
}

.bottom-csBox i._bottom_i_kakao,
.bottom-csBox i {
	width:74px;
	height:74px;
	background-size:48px;
}
}
@media (max-device-width:1023px) {
#Footer {
	padding-bottom:20px;
}
.copy-contents {
	padding-top:30px;
	padding-bottom:30px;
}
.copy-contents > * {
	width:calc(33% - 30px);
}
.copy-contents > div + div {
	margin-left:30px;
}
.bottom-csBox.footer-logo {
	width:calc(20% - 30px);
}
#Footer .copyright {
	width:calc(47% - 30px);
}

.bottom-csBox.bottom-return > div > :nth-child(2),
.bottom-csBox {
	font-size:14px;
}
.bottom-csBox h4 {
	font-family:'Noto Sans KR';
	font-size:16px;
	font-weight:bold;
}
.bottom-csBox.bottom-cs .cs-tel,
.bottom-csBox.bottom-kakao h4 {
	font-size:21px;
}
.bottom-csBox i._bottom_i_kakao,
.bottom-csBox i {
	width:64px;
	height:64px;
	background-size:40px;
}
}
@media (max-device-width:899px) {
.bottom-csBox.footer-logo,
.bottom-csBox.bottom-return,
.copy-contents > * {
	width:calc(50% - 30px);
}
.bottom-csBox.bottom-kakao,
.bottom-csBox.bottom-return {
	order:1;
}
.bottom-csBox.bottom-return {
	margin-left:30px;
}
.copy-contents:nth-child(1) > :nth-child(2) {
	order:2;
	margin-left:0;
}
.bottom-csBox i._bottom_i_kakao,
.bottom-csBox i {
	width:48px;
	height:48px;
	background-size:32px;
}

.bottom-csBox.footer-logo {
	flex-wrap:nowrap;
}
#Footer .copyright {
	width:100%;
	margin-left:0;
	margin-top:45px;
	padding-top:0;
	padding-right:180px;
}
#Footer .esc {
	margin-left:30px;
	margin-top:0;
}

.bottom-utilmenu {
	left:auto;
	right:15px;
}
.bottom-utilmenu li {
	float:none;
}
.bottom-utilmenu li + li {
	margin-left:0;
	margin-top:15px;
}
}
@media (max-device-width:639px) {
.bottom-csBox.bottom-kakao {
	width:100%;
	margin-bottom:30px;
}
.bottom-csBox.bottom-return {
	order:2;
}
#Footer .copyright span {
	display:block;
	margin-right:0;
}
}
@media (max-device-width:539px) {
.bottom-csBox.footer-logo,
.bottom-csBox.bottom-return,
.copy-contents > * {
	width:100%;
}
.copy-contents > div + div {
	margin-left:0;
	margin-top:25px;
}
.bottom-csBox.bottom-return {
	margin-left:0;
}
.bottom-csBox.bottom-kakao {
	margin-bottom:0;
}
.bottom-csBox h4 {
	margin-bottom:8px;
}
.bottom-csBox.footer-logo > :nth-child(1) img {
	height:64px;
}
.bottom-csBox.bottom-cs {
	padding-bottom:25px;
	border-bottom:1px dotted #bcbcbc;
}

#Footer .copyright {
	padding-right:0;
	padding-top:45px;
}
.bottom-utilmenu {
	left:0;
	right:auto;
}
.bottom-utilmenu li {
	float:left;
	margin:3px 15px 3px 0px;
}
.bottom-utilmenu li + li {
	margin-top:3px;
}

#Footer .esc {
	position:absolute;
	right:0;
	left:auto;
	top:0;
	width:auto;
	margin-left:0;
}
}
@media (max-device-width:479px) {
.copy-contents {
	padding-top:25px;
	padding-bottom:25px;
}
}
@media (max-device-width:410px) {
#Footer {
	padding-bottom:15px;
}

.bottom-csBox.footer-logo > :nth-child(1) img {
	height:50px;
}
#Footer .esc {
	top:-8px;
}
}
@media (max-device-width:359px) {
#Footer .copyright {
	padding-top:65px;
}
}

#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:410px) {
#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 + li {
	margin-top:10px;
}
.qm-wrap a {
	display:block;
	width:74px;
	height:74px;
	border-radius:50%;
	overflow:hidden;
	cursor:pointer;
}
.qm-wrap .qm_insta {
	background:url(/img/icons/i_sns_insta.png) no-repeat 50% 50%;
	background-color:#4858a7;
	background-size:52px;
}
.qm-fixed {
	position:fixed;
	z-index:99;
	left:0;
	bottom:65px;
	overflow:hidden;
	border-radius:0 1.25rem 1.25rem 0;
	box-shadow:0 0 0 rgba(145,145,145,0.4);
/*--쉐도우 원본은 0 0 8px--*/
}
@media (max-width:1599px) {
.qm-wrap {
	right:15px;
}
}
@media (max-device-width:1199px) {
.qm-wrap {
	position:fixed;
	top:auto;
	bottom:60px;   /*-- 모바일용 우측스크롤메뉴 하단폭 --*/
}
.qm-wrap a {
	width:64px;
	height:64px;
}
.qm-wrap .qm_insta {
	background-size:40px;
}

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


/*** MAIN *--------------------------*/
#Visual-section {
	position: relative;
	width: 100%;
	height: 700px;
	margin: 0;
	text-align: center;
	overflow:hidden;
}
@media (max-device-width:1199px) {
#Visual-section {
	height: auto;
}
}


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

#mainBan-section {
	clear: both;
	margin:85px 0;
}
.Banner-innner {
	position:relative;
}
.Banner-row {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content: space-between;
}
.Banner-row + .Banner-row {
	margin-top:13px;
}
.Banner-col {
	flex:0 1 auto;
	position:relative;
}
.Banner-col + .Banner-col {
	margin-left:16px;
}
.Banner-row.ban_2col > * {
	width:calc(50% - 16px);
}
.Banner-row.ban_3col > * {
	width:calc(33.3% - 11px);
}
.Banner-innner a {
	display:block;
}
@media (max-device-width:1199px) {
#mainBan-section {
	margin-top:0;
}
.Banner-innner {
	margin-left:0;
	margin-right:0;
}
.Banner-innner img {
	width:100%;
	height:100%;
}
.Banner-col + .Banner-col {
	margin-left:0;
}
.Banner-row.ban_2col > * {
	width:50%;
}
.Banner-row.ban_3col > * {
	width:33.333%;
}
}
@media (max-device-width:1023px) {
#mainBan-section {
	margin-bottom:60px;
}
}
@media (max-device-width:900px) {
#mainBan-section {
	margin-bottom:45px;
}
.Banner-row + .Banner-row {
	margin-top:10px;
}
}
@media (max-device-width:767px) {
}
@media (max-device-width:539px) {
#mainBan-section {
	margin-bottom:25px;
}
.Banner-innner {
	margin-left:0 !important;
	margin-right:0 !important;
}
.Banner-row + .Banner-row {
	margin-top:6px;
}
.Banner-row.ban_3col > * {
	width:100%;
}
}

.goods-subject {
	position:relative;
	clear:both;
	display:inline-block;
	width:100%;
	margin-bottom: 40px;
	text-align:left;
}
.goods-subject::after {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	right:0;
	bottom:10px;
	height:1px;
	background-color:#acacac;
}
.goods-subject._bgno::after {
	display:none;
}
.goods-subject h3 {
	position:relative;
	z-index:2;
	float:left;
	background-color:#fff;
	vertical-align:middle;
	margin-bottom:0;
	padding-right:15px;
	letter-spacing:-1px;
	line-height:1.2;
	font-size:46px;
	font-weight:700;
	color:#000;
}
.goods-subject h3 .point {
	color:#ff3386;
}
.goods-subject h3 .subtxt {
	display: inline-block;
	vertical-align:text-bottom;
	margin-left:20px;
	margin-bottom:6px;
	font-size:18px;
	font-weight:400;
	color:#333;
}
@media (max-device-width:1199px) {
.goods-subject h3 {
	font-size:38px;
}
}
@media (max-device-width:1023px) {
.goods-subject {
	margin-bottom:25px;
}
.goods-subject h3 {
	font-size:30px;
}
.goods-subject h3 .subtxt {
	font-size:16px;
}
}
@media (max-device-width:767px) {
.goods-subject h3 {
	font-size:24px;
}
.goods-subject h3 .subtxt {
	margin-left:15px;
	font-size:14px;
}
}
@media (max-device-width:539px) {
.goods-subject h3 .subtxt {
	display:block;
	margin-left:0;
	margin-top:5px;
}
}
@media (max-device-width:479px) {
.goods-subject::after {
	display:none;
}
}

/*--썸네일 등등..상품이미지크기--*/
.product-box {
	float:left;
	position:relative;
	width:calc(25% - 62px);
	height: 465px;  /*--515--*/
	box-sizing: border-box;
	margin: 0 31px 20px 31px; /*--상품썸네일 여백, 우좌만 되어있음--*/
	text-align: center;
	border: 1px solid transparent;
	border-radius:1.25rem;
}
.product-box:hover {
	border-color: transparent;
}
.product-box._Slider {
	float:none;
	width:100%;
	height:465px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	padding-bottom:15px;
}
.product-box .pro-thumb {
	clear: both;
	width: auto;
	height:394px;
	overflow:hidden;
	margin-bottom:2px;
	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:cover;
	object-position: 50% 0%;
}
.product-box .pro-icon {
	clear: both;
	word-wrap:break-word;
	line-height: 0;
	margin-top:0px; /* 7px */
	text-align: left;
}
.swiper-slide .pro-icon img {
	width:auto !important;
}
.product-box .pro-memo {
	clear: both;
	margin-top:5px; /* 5px */
	margin-bottom:3px; /* 3px */
	color: #ff6766;
	font-size: 14px;
	font-weight: bold;
	overflow:hidden;
	white-space: normal;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product-box .pro-title {
	clear: both;
	box-sizing: border-box;
	margin-top:6px;
	line-height:1.3;
	letter-spacing:-1px;
	font-size:17px;
	font-weight: 600;
	color: #000;
	text-align: left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product-box .pro-title a {
	color: #222;
	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: #ff3386;
}

.product-box .pro-price {
	clear: both;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	margin-top:-5px;
	line-height:1;
	letter-spacing:-1px;
	font-size: 20px;
	font-weight:bold;
	color: #8a6b3f;
	text-align: left;
}
.product-box .pro-price .i_price::before {
	content:'';
	display:inline-block;
	margin-top:-3px;
	margin-right:5px;
	width:20px; /*24px*/
	height:20px; /*24px*/
	vertical-align:middle;
	background:url(/img/icon_price.png) no-repeat 50% 50%;
	background-size:contain;
}
.product-box .pro-price span {
	display: inline-block;
}
.product-box .pro-price span + span {
	margin-left:8px;
}
.product-box .pro-price del {
	display:none;
	color:#999;
	font-size:13px;
}
.product-box .pro-price del.i_price::before {
	width:12px;
	height:12px;
	filter:grayscale(1) opacity(0.7);
}

.product-box .pro-price .price_dc {
	color:#ff3386;
}
.product-box .pro-price ._pleft {
	float: left;
	width: 100%;
}
.product-box .pro-price ._pright {
	display:none;
	float:right;
	font-size: 18px;
	width:30%;
	text-align: right;
}

.product_more {
	clear: both;
	position:relative;
	margin: 0px auto;
	padding: 40px 0px;
	text-align: center;
}
.product_more::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	left:0;
	right:0;
	border-bottom:1px dashed #ff6363;
}
.product_more > * {
	position:relative;
	z-index:2;
}
.product_more .btn_mainmore {
	display:inline-block;
	cursor:pointer;
	padding:12px 42px;
	font-size:32px;
	font-weight: 600;
	color:#fff;
	background-color:#ff6363;
	border-radius:5rem;
}
.product_more .btn_mainmore::before {
	content:'더보기';
}
.product_more .btn_mainmore::after {
	content:'\002B';
	margin-left:8px;
}
@media (max-device-width: 1199px) {
.product-box {
	width:calc(25% - 20px);
	height:436px;
	margin-left:10px;
	margin-right:10px;
	margin-top:-40px; /* 신규, 모바일 상품 상하간격 아래와같이 조절 */
}
.product-box._Slider {
	height:auto;
}
.product-box .pro-thumb {
	height:326px;
	margin-top:20px; /* 신규, 모바일 상품상하간격 위와같이 조절*/
}
.product-box .pro-thumb img {
   	object-fit:fill;
}
.product-box .pro-title {
	font-size:18px;
}
.product-box._Slider .pro-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space:normal;
}
.product-box .pro-price {
	font-size:18px; /*24px*/
	
}
.product-box .pro-price .i_price::before {
	width:19px;
	height:19px;
	
}
}
@media (max-device-width: 1109px) {
.product-box {
	height:398px;
}
.product-box .pro-thumb {
	height:298px;
}
}
@media (max-device-width: 1079px) {
.product-box {
	height: 378px;
}
.product-box .pro-thumb {
	height: 278px;
}
}
@media (max-device-width: 1023px) {
.product-box {
	height: 358px;
}
.product-box .pro-thumb {
	height: 248px;
}
.product-box .pro-title {
	font-size:16px;
}
.product-box .pro-title a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space:normal;
}
.product-box .pro-price {
	font-size:16px; /*20px*/
}
.product-box .pro-price .i_price::before {
	width:17px;
	height:17px;
}

.product_more {
	padding-top:20px;
	padding-bottom:20px;
}
}
@media (max-device-width:900px) {
.product-box {
	width:calc(25% - 16px);
	height:336px;
	margin-left:8px;
	margin-right:8px;
}
.product-box .pro-thumb {
	height: 224px;
}
.product-box .pro-title {
	margin-top:8px;
	font-size:14px;
}
.product-box .pro-price {
	margin-top:5px;
}
}
@media (max-device-width:819px) {
.product-box {
	height:316px;
}
.product-box .pro-thumb {
	height: 204px;
}
}
@media (max-device-width: 767px) {
.product-box {
	width:calc(25% - 12px);
	height:304px;
	margin-left:6px;
	margin-right:6px;
	border-radius:0.75rem;
}
.product-box .pro-thumb {
	height: 197px;
	border-radius:0.75rem;
}
.product-box .pro-price {
	font-size:14px; /*18px*/
}
.product-box .pro-price .i_price::before {
	width:15px;
	height:15px;
}

.product_more .btn_mainmore {
	padding:8px 25px;
}
}
@media (max-device-width: 699px) {
.product-box {
	height:280px;
}
.product-box .pro-thumb {
	height: 175px;
}
}
@media (max-device-width: 639px) {
.product-box {
	height:240px;
}
.product-box .pro-thumb {
	height: 145px;
}
.product-box .pro-title {
	margin-top:5px; /*모바일용*/
	font-size:13px;
}
.product-box .pro-memo {
	font-size:12px;
}
.product-box .pro-price { /*모바일용*/
	font-size:13px; /*모바일용 16px*/
}
.product-box .pro-price .i_price::before {
	width:14px;
	height:14px;
	margin-right:4px;
}
}
@media (max-device-width: 539px) {
.product-box {
	width:calc(50% - 16px);
	height:346px;
	margin-bottom:10px;
}
.product-box .pro-thumb {
	height:261px;
}
.product-box .pro-memo {
	display:none;
}
.product-box._Slider .pro-memo {
	display:block;
}

.product_more .btn_mainmore {
	font-size:18px;
}
}
@media (max-device-width: 479px) {
.product-box {
	height:338px;
}
.product-box .pro-thumb {
	height:244px;
}

.product_more {
	padding-top:15px;
	padding-bottom:15px;
}
}
@media (max-device-width: 449px) {
.product-box {
	height:320px;
}
.product-box .pro-thumb {
	height:228px;
}
}
@media (max-device-width:410px) {
.product-box {
	height:304px;
}
.product-box .pro-thumb {
	height:214px;
}
}
@media (max-device-width:379px) {
.product-box {
	height:288px;
}
.product-box .pro-thumb {
	height:198px;
}
}
@media (max-device-width: 359px) {
.product-box {
	height: 258px;
}
.product-box .pro-thumb {
	height:170px;
}
}
@media (max-device-width: 319px) {
.product-box {
	height: 234px;
}
.product-box .pro-thumb {
	height:146px;
}
}

.goodsCate-Tab {
	clear:both;
	position:relative;
	margin:60px auto 30px auto;
	width:100%;
	height:100%;
}
.goodsCate-Tab li {
	float:left;
	margin-right:15px;
	line-height:1.3;
	font-family:'Nanum Square';
	font-size:18px;
	color:#000;
}
.goodsCate-Tab a {
	display:block;
	box-sizing:border-box;
	padding:4px 0px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	font-size:18px;
	color:#000;
	background-color: transparent;
	border-bottom:1px solid transparent;
	box-shadow:none;
	overflow:hidden;
	outline:none;
}
.goodsCate-Tab a:hover,
.goodsCate-Tab a.selected {
	color:#000;
	text-decoration:none;
	border-bottom-color:#000;
}
.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;
}
.goodsCate-panel > * {
	min-height:370px;
}
@media (max-width:1079px) {
.goodsCate-Tab {
	margin-top:45px;
}
.goodsCate-Tab li,
.goodsCate-Tab a {
	font-size:16px;
}
}
@media (max-width:1023px) {
.goodsCate-Tab {
	margin-top:30px;
	margin-bottom:20px;
}
}
@media (max-width:767px) {
.goodsCate-Tab li,
.goodsCate-Tab a {
	font-size:14px;
}
}
@media (max-width:539px) {
.goodsCate-Tab {
	margin-top:20px;
	margin-bottom:15px;
}
}


.mainGoods-Insider,
.mainGoods-MDlist,
.mainGoods-Soccer {
	position:relative;
	margin-bottom:85px;
}
.mainGoods-Insider {
	margin-top:100px;
	position:relative;
}
@media (max-device-width:1199px) {
.mainGoods-Insider .product-box .pro-thumb,
.mainGoods-Insider .product-box .pro-thumb a {
	height:284px;
}
}
@media (max-device-width:1079px) {
.mainGoods-Insider .product-box .pro-thumb,
.mainGoods-Insider .product-box .pro-thumb a {
	height:254px;
}
}
@media (max-device-width:1023px) {
.mainGoods-Insider,
.mainGoods-MDlist,
.mainGoods-Soccer {
	margin-bottom:60px;
}
.mainGoods-Insider {
	margin-top:80px;
}
.mainGoods-Insider .product-box .pro-thumb,
.mainGoods-Insider .product-box .pro-thumb a {
	height:234px;
}
}
@media (max-device-width:900px) {
.mainGoods-Insider .product-box .pro-thumb,
.mainGoods-Insider .product-box .pro-thumb a {
	height:200px;
}
}
@media (max-device-width:767px) {
.mainGoods-Insider {
	margin-top:60px;
}
.mainGoods-Insider .product-box .pro-thumb,
.mainGoods-Insider .product-box .pro-thumb a {
	height:160px;
}
}
@media (max-device-width:639px) {
.mainGoods-Insider .product-box .pro-thumb,
.mainGoods-Insider .product-box .pro-thumb a {
	height:126px;
}
}
@media (max-device-width:539px) {
.mainGoods-Insider,
.mainGoods-MDlist,
.mainGoods-Soccer {
	margin-bottom:45px;
}
.mainGoods-Insider .product-box .pro-thumb,
.mainGoods-Insider .product-box .pro-thumb a {
	height:240px;
}
}
@media (max-device-width:479px) {
.mainGoods-Insider .product-box .pro-thumb,
.mainGoods-Insider .product-box .pro-thumb a {
	height:208px;
}
}
@media (max-device-width:410px) {
.mainGoods-Insider .product-box .pro-thumb,
.mainGoods-Insider .product-box .pro-thumb a {
	height:188px;
}
}
@media (max-device-width:359px) {
.mainGoods-Insider .product-box .pro-thumb,
.mainGoods-Insider .product-box .pro-thumb a {
	height:154px;
}
}
@media (max-device-width:319px) {
.mainGoods-Insider .product-box .pro-thumb,
.mainGoods-Insider .product-box .pro-thumb a {
	height:128px;
}
}

.product-List {
	display: inline-block;
	clear: both;
	width:calc(100% + 40px);
	margin-left:-20px;
	margin-right:-20px;
	text-align: center;
}
@media (max-device-width:1199px) {
.product-List {
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
}
}
@media (max-device-width:900px) {
.product-List {
	width:calc(100% + 16px);
	margin-left:-8px;
	margin-right:-8px;
}
}
@media (max-device-width:900px) {
.product-List {
	width:calc(100% + 12px);
	margin-left:-6px;
	margin-right:-6px;
}
}


.product-List .hotKeyword {
	margin-top:80px;
}
.product-List .hotKeyword h5 {
	text-align:left;
	font-family:'Nanum Square';
	font-size:18px;
	font-weight:900;
	color:#000;
}
.product-List .hotKeyword ul {
	list-style:none;
	width:210px;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:flex-start;
	margin-left:-5px;
	margin-right:-5px;
}
.product-List .hotKeyword li {
	list-style:none;
	flex:0 0 auto;
	margin:5px;
	padding:10px 25px;
	line-height:1;
	font-size:15px;
	font-weight:400;
	color:#000;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:3rem;
}
@media (min-width:1440px) {
.product-List .hotKeyword {
	margin-top:120px;
}
}
@media (min-width:1560px) {
.product-List .hotKeyword {
	margin-top:150px;
}
}
@media (max-width:1199px) {
.product-List .hotKeyword ul {
	width:auto;
}
.product-List .hotKeyword li {
	padding-left:20px;
	padding-right:20px;
	font-size:14px;
}
}
@media (max-width:1023px) {
.product-List .hotKeyword h5 {
	margin-bottom:10px;
	font-size:15px;
}
.product-List .hotKeyword ul {
	margin-left:-3px;
	margin-right:-3px;
}
.product-List .hotKeyword li {
	margin:3px;
	padding:7px 15px;
}
}
@media (max-width:767px) {
.product-List .hotKeyword {
	margin-top:0;
}
.product-List .hotKeyword h5 {
	text-align:right;
}
.product-List .hotKeyword ul {
	justify-content:flex-end;
}
.product-List .hotKeyword li {
	padding:5px 10px;
	font-size:12px;
}
}
@media (max-width:539px) {
.product-List .hotKeyword h5 {
	margin-bottom:5px;
	text-align:left;
	font-size:14px;
}
.product-List .hotKeyword ul {
	justify-content:flex-start;
}
.product-List .hotKeyword li {
	margin:2px;
	padding-left:8px;
	padding-right:8px;
}
}


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

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

#article {
	position:relative;
	padding:0;
}
@media (max-device-width:1199px) {
#contents {
	min-height:480px;
	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-size: 14px;
}
.login-form .login-box {
	flex:1 0 0%;
	width:320px;
	min-height:383px;
	align-self: stretch;
	box-sizing:border-box;
	padding:25px;
	border:2px solid #555;
	border-radius:0.75rem;
	background-color:#fcfcfc;
}
.login-form > :nth-child(2) {
	margin-left:60px;
}
.login-form h2 {
	margin-bottom: 20px;
	line-height: 1.3;
	text-align: center;
	word-break:keep-all;
	font-size: 32px;
	font-weight: 500;
	color: #000;
}
.login-form h2 .fs {
	display:block;
	margin-top:10px;
	font-size:14px;
}
.login-form ul {
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
}
.login-form li {
	list-style:none;
	padding: 3px 0;
	text-align: left;
}
input.login {
	width: 100%;
	height: 42px !important;
	box-sizing: border-box;
	padding: 0px 12px !important;
	line-height: 40px !important;
	color: #000;
	text-align: left;
	border-radius:0.5rem;
/*	border: 0px !important;*/
	background-color: #fff;
}
.login-form .login-btnform > * {
	width:100%;
}
.login-form .login-member {
	margin-top:25px;
	padding-top:15px;
	border-top:2px dashed #d2d2d2;
}
.login-form .login-member a {
	display:block;
	margin:5px 0px;
	color:#666;
}
@media (max-width:767px) {
.login-form {
	justify-content:center;
	width:320px;
}
.login-form > :nth-child(2) {
	margin-left:0;
	margin-top:60px;
}
.login-form h2 {
	font-size:28px;
}
}
@media (max-width:359px) {
.login-form {
	justify-content:center;
	width:100%;
}
.login-form .login-box {
	flex:0 0 auto;
	width:100%;
	padding-left:15px;
	padding-right:15px;
}
}

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

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

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

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

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

.mypage-tab {
	clear: both;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
	border: 2px solid #e4e4e4;
}
.mypage-tab > * {
	list-style:none;
	box-sizing:border-box;
	flex:0 0 auto;
	width: 33.3%;
	border-left:1px solid #e4e4e4;
}
.mypage-tab > :first-child {
	border-left:0;
}
.mypage-tab a {
	display: block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding:20px 10px;
	align-self:center;
	text-align: center;
	word-break:keep-all;
	font-size: 18px;
	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: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:1199px) {
.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;
}

.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:1199px) {
._pc {
	display:none;
}
._mb {
	display:block;
}
}


