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

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

.wrap-inner {
	width: 100%;
	margin: 0;
	text-align: center;
}
@media (min-width:1600px) {
#wrap {
	min-width:1600px;
}
.screen-inner {
	width:1500px;
}
}
@media (max-device-width:1399px) {
#wrap {
	min-width:auto;
}
.screen-inner {
	width: auto;
	padding-left:25px;
	padding-right:25px;
}
}
@media (max-device-width:767px) {
.screen-inner {
	padding-left:15px;
	padding-right:15px;
}
}

h2 {
	margin-bottom:45px;
	line-height:1.2;
	font-size:60px;
	font-weight:bold;
	color:#242424;
}
h3 {
	margin-bottom:25px;
	line-height:1.2;
	font-size:45px;
	font-weight:bold;
	color:#242424;
}
h4 {
	margin-bottom:15px;
	line-height:1.2;
	font-size:36px;
	font-weight:bold;
	color:#242424;
}
h5 {
	margin-bottom:15px;
	line-height:1.3;
	font-size:24px;
	font-weight:bold;
	color:#242424;
}
@media (max-device-width:1199px) {
h2 {
	font-size:48px;
}
h3 {
	font-size:38px;
}
h4 {
	font-size:30px;
}
h5 {
	font-size:21px;
}
}
@media (max-device-width:1023px) {
h2 {
	margin-bottom:30px;
	font-size:40px;
}
h3 {
	font-size:32px;
}
h4 {
	font-size:28px;
}
}
@media (max-device-width:767px) {
h2 {
	margin-bottom:25px;
	font-size:38px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:19px;
}
}
@media (max-device-width:539px) {
h2 {
	font-size:30px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:21px;
}
h5 {
	font-size:17px;
}
}

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


#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: absolute;
	z-index:5;
	top:0;
	left:0;
	right:0;
	height:286px;
}
#Header._sub {
	position:relative;
	z-index:2;
	top:auto;
	left:auto;
	right:auto;
}
#Header > * {
	z-index:5;
}
#Header::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	opacity:0.85;
}
@media (max-device-width:1399px) {
#Header {
	display:none;
}
}

#top {
	position: relative;
	min-width:1440px;
	margin:0 auto;
	background-color:#fff;
	border-radius:0 0 3rem 3rem;
}
@media (min-width:1600px) {
#top {
	max-width:1600px;
	min-width:auto;
}
}

.top-inner {
	position: relative;
	height:148px;
	padding: 0px;
}
.top-cs {
	position: absolute;
	z-index:9;
	top:50%;
	left:70px;
	transform:translateY(-12px);
	text-align:left;
}
.top-cs > div {
	display:inline-block;
}
.top-cs > div + div {
	margin-left:48px;
}

.top-util-menu {
	position: absolute;
	top: 50%;
	right: 0px;
	transform:translateY(-3px);
}
.top-util-menu ul li {
	position: relative;
	float: left;
	font-family:'Noto Sans KR';
	font-size: 13px;
	font-weight:500;
	padding: 0px;
	margin: 0px;
}
.top-util-menu ul li + li {
	margin-left:20px;
}
.top-util-menu ul li a {
	display:block;
	position:relative;
	line-height:25px;
	color: #333333;
	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.mypage::before, .top-util-menu ul li a.cart::before,
.top-util-menu ul li a.join::before {
	content:'';
	display: inline-block;
	float:left;
	width:25px;
	height:25px;
	margin-right:4px;
	vertical-align:middle;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.top-util-menu ul li a.login::before {
	background-image:url(/img/icons/i_lock.png);
}
.top-util-menu ul li a.logout::before {
	background-image:url(/img/icons/i_logout.png);
}
.top-util-menu ul li a.join::before {
	background-image:url(/img/icons/i_user_plus.png);
}
.top-util-menu ul li a.mypage::before {
	background-image:url(/img/icons/i_user_square.png);
}
.top-util-menu ul li a.cart::before {
	background-image:url(/img/icons/i_cart.png);
}
.top-util-menu ul li .join_point {
	position:absolute;
	top:-32px;
	left:50%;
	transform:translateX(-50%);
	width:62px;
	height:31px;
	background:url(/img/i_join_balloon.png) no-repeat 50% 50%;
	background-size:contain;
}
.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:1399px) {
.cart_num {
	top:-3px;
	width:15px;
	height:15px;
	line-height:15px;
	font-size:10px;
	filter:none;
}
}

.header-logo {
	position: absolute;
	left:50%;
	top: 50%;
	transform:translate(-50%,-50%);
	height:62px;
}

.top-btn {
	position:absolute;
	left:70px;
	top:12px;
}
.top-btn a {
	display:inline-block;
	padding:5px 15px;
	text-decoration:none;
	font-family:'SUITE', 'Noto Sans KR';
	font-size:14px;
	font-weight:bold;
	color:#000;
	border:2px solid #26c4b3;
	border-radius:5rem;
}
.top-btn > * + * {
	margin-left:4px;
}
.top-btn a.topbtn_down {}
.top-btn a.topbtn_cash {
	color:#fff;
	background-color:#fb6b45;
	border-color:#fb6b45;
}
.top-btn a.topbtn_card {
	color:#fff;
	background-color:#26c4b3;
	border-color:#26c4b3;
}
.top-btn a.topbtn_pay {
	border-color:#f7ba15;
}


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

#search-wrap {
	position: absolute;
	top:60px;
	right:290px;
}
.search-bar {
	float:none;
	box-sizing:border-box;
	width:185px;
	height:50px;
	padding:8px 15px;
	background-color: #ededed;
	border:0px solid #ccc;
	border-radius: 5rem;
}
.g_window .gbox {
	float: left;
	width:calc(100% - 33px);
	margin-right:5px;
}
.g_window .gbox input {
	float: none;
	width: 100%;
	height:34px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	text-align: left;
	font-family:'Noto Sans KR';
	font-size:14px;
	color: #000000;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window input[type=image] {
	float: left;
}
.g_window .gbox input::placeholder {
	color: #858585;
}
.g_window .btn_arw {
	float: right;
	margin-top:3px;
	width:28px;
	height:28px;
}
.g_window .btn_arw input {
	width:100%;
	height:100%;
}
.g_window .btn_arw a {
	display: block;
}
@media (max-device-width:1399px) {
#search-wrap {
	display: none;
}

#search-wrap-mb {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	margin: 0px;
	padding: 20px 10px;
	background-color:#1b1b1b;
}
.search-inner {
	width:480px;
	margin: 0 auto;
	display: inline-block;
}
.search-bar {
	float:left;
	width:calc(100% - 42px);
	height: 40px;
	box-sizing:border-box;
	padding:3px 10px;
	background-color:#fff;
	border:0;
	border-radius:3rem;
}
.g_window .gbox input {
	width: 100%;
}
.g_window .btn_arw {
	filter: brightness(0) saturate(100%) invert(55%) sepia(76%) saturate(4878%) hue-rotate(334deg) brightness(106%) contrast(85%);
}
.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-device-width:767px) {
#search-wrap-mb {
	height: 56px;
	padding-top:8px;
	padding-bottom:8px;
}
}
@media (max-width:539px) {
.search-inner {
	width:100%;
}
}
/***** Search END *****/


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


#Footer {
	clear: both;
	position:relative;
	width: 100%;
	margin: 0;
	padding:0;
	text-align: center;
	background-color:#18171c;
}
.copy-inner {
	position: relative;
}
.copy-inner:nth-child(1) {
	background-color:#1e1d24;
}

.copy-contents {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:65px 0;
	text-align:left;
	line-height:1.4;
	color:#fff;
	word-break:keep-all;
}
.copy-inner:last-child .copy-contents {
	padding:65px 0;
}
.copy-contents > * {
	box-sizing:border-box;
	position:relative;
	flex:1 0 auto;
	width:calc(33.3% - 65px);
	padding-left:65px;
}
.copy-contents > :first-child {
	padding-left:0;
}
.copy-contents > * + * {
	margin-left:65px;
}
.copy-contents > * + ::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:15px;
	bottom:15px;
	width:1px;
	background-color:#ffffff;
	opacity:0.2;
}
.bottom-csBox.bottom-csqna {}
.bottom-csBox.bottom-csbank,
.bottom-csBox.bottom-return {
	margin-top:45px;
}
.bottom-csBox {
	position:relative;
	min-height:240px;
	word-break:keep-all;
	text-align: left;
	font-family:'SUITE', 'Noto Sans KR';
	font-size:15px;
	color:#fff;
}
.bottom-csBox h4 {
	flex:0 0 100%;
/*	margin-right:35px;*/
	letter-spacing:-1px;
	font-family:'Nanum Square', 'NanumSquare';
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
.bottom-csBox.bottom-csqna .bottomcs-content {
	font-size:16px;
/*	color:#7b7b7b;*/
}
.bottom-csBox.bottom-csqna ol {
	display:flex;
	flex-wrap:nowrap;
	margin-top:15px;
}
.bottom-csBox.bottom-csqna li {
	flex:1 0 0%;
}
.bottom-csBox.bottom-csqna li + li {
	margin-left:2px;
}
.bottom-csBox.bottom-csqna li a {
	display:block;
	padding:12px;
	text-decoration:none;
	text-align:center;
	font-size:15px;
	color:#d1d1d1;
	background-color:#302f35;
}
.bottom-csBox.bottom-csqna .csqna-kakao {
/*	float:left;
	width:380px;*/
}
.bottom-csBox.bottom-csqna .csqna-time {
/*	float:left;
	width:calc(100% - 380px);*/
	margin-top:10px;
	font-weight:700;
}
.bottom-csBox.bottom-csqna .nobtn {
	padding:0;
	background-color:transparent;
}
.bottom-csBox.bottom-csqna .tel {
	margin-top:4px;
	font-family:'Nanum Square', 'NanumSquare';
	font-size:17px;
	font-weight:800;
}
.bottom-csBox.bottom-csqna .tel::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:28px;
	height:28px;
	background:url(/img/icons/i_tel.png) no-repeat 50% 50%;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
	opacity:0.7;
}
.bottom-csBoxi.bottom-cscenter .tel {
	margin-bottom:4px;
	font-family:'Nanum Square', 'NanumSquare';
	font-size:19px;
	font-weight:800;
}
.bottom-csBox.bottom-csbank .banknb {
	margin-bottom:4px;
	font-family:'Nanum Square', 'NanumSquare';
	font-size:19px;
	font-weight:800;
}
.bottom-csBox.bottom-return .bottomcs-content {
	font-size:17px;
	font-weight:600;
}

.bottom-utilmenu {
	display:flex;
	list-style:none;
	flex-wrap:wrap;
	align-items:stretch;
}
.bottom-utilmenu li {
	box-sizing:border-box;
	position:relative;
	list-style:none;
	flex:0 0 50%;
	margin-bottom:10px;
	line-height:1.2;
	text-align:left;
	color:#ccc;
}
.bottom-utilmenu li:nth-child(odd) {
	padding-right:20px;
}
.bottom-utilmenu li a {
	color:#ccc;
}
.footer-logo {
	width:142px;
	height:60px;
	margin-top:10px;
	filter: brightness(0) saturate(100%) invert(14%) sepia(1%) saturate(2510%) hue-rotate(214deg) brightness(97%) contrast(86%);
}
.copyright {
	width:100%;
	position:relative;
	box-sizing:border-box;
/*	margin-left:40px !important;*/
	line-height:1.4;
	text-align: left;
	font-family:'Noto Sans KR';
	font-size: 14px;
	font-weight:300;
	color:#FFFFFF;
	word-break:keep-all;
}
.copyright .copyblank {
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	margin-left:5px;
}
.copyright .copyblank::before {
	content:'/';
}
#Footer .esc {
	position: absolute;
	top: 0px;
	right:10px;
	margin-left:45px;
	filter:grayscale(1);
	opacity:0.5;
}
.bottom-sns {
	position:absolute;
	top:15px;
	right:135px;
}
.bottom-sns > * {
	float:left;
}
.bottom-sns > * + * {
	margin-left:8px;
}
.bottom-sns a {
	display:block;
	width:22px;
	height:22px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7457%) hue-rotate(117deg) brightness(96%) contrast(112%);
}
.bottom-sns a.insta {
	background-image:url(/img/icons/sns_i_insta.png);
}
.bottom-sns a.facebook {
	background-image:url(/img/icons/sns_i_facebook.png);
}
.bottom-sns a.blog {
	background-image:url(/img/icons/sns_i_blog.png);
}
.bottom-sns a.twitter {
	background-image:url(/img/icons/sns_i_twitter.png);
}
.bottom-sns a.kakao {
	background-image:url(/img/icons/sns_i_kakao.png);
}

@media (max-width:1599px) {
}
@media (max-device-width:1399px) {
.bottom-utilmenu li {
	flex:0 0 100%;
}
.bottom-utilmenu li:nth-child(odd) {
	padding-right:0px;
}
}
@media (max-device-width:1199px) {
.copy-contents > * {
	box-sizing:border-box;
	position:relative;
	flex:1 0 auto;
	width:calc(33.3% - 45px);
	padding-left:45px;
}
.copy-contents > * + * {
	margin-left:45px;
}

.bottom-csBox {
	flex-wrap:wrap;
}
.bottom-csBox h4 {
	flex:0 0 100%;
	margin-right:0;
	margin-bottom:15px;
}
.bottom-utilmenu li {
	flex:0 0 50%;
}
.bottom-utilmenu li:nth-child(odd) {
	padding-right:15px;
}

.bottom-sns {
	top:5px;
	right:10px;
}
#Footer .esc {
	top:40px;
}
}
@media (max-device-width:1079px) {
.bottom-csBox.bottom-csqna {
	width:34%;
}
.bottom-csBox.bottom-csbank,
.bottom-csBox.bottom-return {
	width:calc(33% - 45px);
	min-height:250px;
	margin-top:62px;
}
.bottom-csBox.bottom-csbank .banknb {
	font-size:17px;
}
.copyright {
	padding-right:140px;
}
}
@media (max-device-width:1023px) {
.copy-contents > * {
	width:calc(33.3% - 30px);
	padding-left:30px;
}
.copy-contents > * + * {
	margin-left:30px;
}
.bottom-csBox.bottom-csqna {
	width:34%;
}
.bottom-csBox.bottom-csbank,
.bottom-csBox.bottom-return {
	width:calc(33% - 30px);
	margin-top:55px;
}
/*
.copy-contents {
	align-items:start;
}
.bottom-csBox {
	flex-wrap:wrap;
	font-size:14px;
}
.bottom-csBox.bottom-csqna {
	width:100%;
	margin-bottom:30px;
}
.bottom-csBox.bottom-csbank {
	width:50%;
	margin-left:0;
}
.bottom-csBox.bottom-return {
	width:calc(50% - 60px);
}

.bottom-csBox > * {
	flex:0 0 100%;
}*/
.bottom-csBox {
	font-size:14px;
}
.bottom-csBox h4 {
	font-size:21px;
}
.bottom-csBox.bottom-csqna .bottomcs-content,
.bottom-csBox.bottom-return .bottomcs-content {
	font-size:14px;
}
.bottom-csBox.bottom-csbank .banknb {
	font-family:'SUITE';
	font-size:14px;
}

.bottom-utilmenu li {
	flex:0 0 100%;
}
.bottom-utilmenu li:nth-child(odd) {
	padding-right:0px;
}

.footer-logo {
	flex:0 0 100%;
	margin-top:0;
	margin-bottom:10px;
}
.copyright {
	width:100%;
	margin-left:0 !important;
}
}
@media (max-device-width:900px) {
}
@media (max-device-width:767px) {
.copy-contents {
	padding-top:45px;
	padding-bottom:45px;
}
.copy-contents > * {
	width:100%;
	padding-left:0;
}
.copy-contents > * + * {
	margin-left:0;
	margin-top:30px;
	padding-top:30px
}
.copy-contents > * + ::before {
	top:0;
	right:0;
	bottom:auto;
	width:100%;
	height:1px;
}

.bottom-csBox.bottom-csqna,
.bottom-csBox.bottom-csbank,
.bottom-csBox.bottom-return {
	width:100%;
}
.bottom-csBox.bottom-csbank,
.bottom-csBox.bottom-return {
	min-height:auto;
	margin-top:30px;
}
.bottom-csBox {
	min-height:auto;
}
.bottom-csBox h4 {
	font-size:19px;
}

.copy-inner:last-child .copy-contents {
	padding:45px 0;
}

.copyright .copyblank {
	display:block;
	line-height:0;
	margin:0;
}
.copyright .copyblank::before {
	content:'';
}
.bottom-sns {
	top:-64px;
}
#Footer .esc {
	top:0;
}
}
@media (max-device-width:539px) {
.bottom-utilmenu li:nth-child(odd),
.bottom-utilmenu li {
	flex:0 0 33.3%;
	padding-right:20px;
}
.copyright {
	padding-right:65px;
	font-size:12px;
}
.bottom-sns {
	top:-90px;
}
#Footer .esc {
	right:0;
}
}
@media (max-device-width:419px) {
.bottom-utilmenu li:nth-child(odd),
.bottom-utilmenu li {
	flex:0 0 auto;
}
}


/*--우측아이콘--*/
.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:6px;
}
.qm-wrap a {
	display:block;
	position:relative;
	width:58px;
	height:58px;
	overflow:hidden;
	cursor:pointer;
}
.qm-fixed {
	position:fixed;
	z-index:99;
	left:0;
	bottom:65px;
	overflow:hidden;
	border-radius:0 1.25rem 1.25rem 0;
	box-shadow:0 0 8px rgba(145,145,145,0.4);
}
@media (max-width:1599px) {
.qm-wrap {
	right:15px;
}
}
@media (max-device-width:1399px) {
.qm-wrap._pc {
	display:none;
}
.qm-wrap._mb {
	display: block;
	position:fixed;
	top:auto;
	bottom:60px;
	right:10px;
}
.qm-fixed {
	display:none;
}
}
@media (max-device-width:1199px) {
.qm-wrap a {
	width:48px;
	height:48px;
}
}
@media (max-device-width:767px) {
.qm-wrap li + li {
	margin-top:4px;
}
.qm-wrap a {
	width:42px;
	height:42px;
}
}
@media (max-device-width:479px) {
.qm-wrap a {
	width:36px;
	height:36px;
}
}


/*** MAIN *--------------------------*/
#Visual-section {
	position: relative;
	width: 100%;
	height: 983px;
	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;
}


#mainBan-section {
	clear: both;
	margin:0;
}
#mainBan-section img {
	width:100%;
	height:auto;
}
.Banner-innner {
	position:relative;
}
.ban-row {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content: space-between;
}
.ban-col {
	flex:1 0 0%;
	position:relative;
}
.Banner-innner a {
	display:block;
}
@media (max-device-width:1199px) {
}
@media (max-device-width:1023px) {
}
@media (max-device-width:900px) {
}
@media (max-device-width:767px) {
.ban-col {
	flex:0 0 100%;
}
}
@media (max-device-width:539px) {
}

.goods-subject {
	position:relative;
	clear:both;
	display:inline-block;
	width:100%;
	margin-bottom:70px;
	text-align:left;
	letter-spacing:-1px;
}
.goods-subject h2 {
	vertical-align:middle;
	margin-bottom:0;
	word-break:keep-all;
	line-height:1.1;
	font-size:40px;
	font-weight:800;
	color:#000;
}
.goods-subject h3 {
	vertical-align:middle;
	margin-bottom:8px;
	word-break:keep-all;
	line-height:1.1;
	font-size:30px;
	font-weight:400;
	color:#000;
}
@media (max-device-width:1399px) {
.goods-subject h2 {
	font-size:36px;
}
.goods-subject h3 {
	margin-bottom:5px;
	font-size:28px;
}
}
@media (max-device-width:1199px) {
.goods-subject {
	margin-bottom:60px;
}
}
@media (max-device-width:1023px) {
.goods-subject {
	margin-bottom:50px;
}
.goods-subject h2 {
	font-size:32px;
}
.goods-subject h3 {
	font-size:24px;
}
}
@media (max-device-width:767px) {
.goods-subject {
	margin-bottom:45px;
}
.goods-subject h2 {
	font-size:28px;
}
.goods-subject h3 {
	margin-bottom:2px;
	font-size:19px;
}
}
@media (max-device-width:539px) {
.goods-subject {
	margin-bottom:30px;
}
.goods-subject h2 {
	font-size:24px;
}
.goods-subject h3 {
	font-size:17px;
}
}

/*--상품이미지크기--*/
.product-box {
	float:left;
	position:relative;
	width:calc(25% - 24px);
	box-sizing: border-box;
	margin: 0 12px 40px 12px;
	padding-bottom:15px;
	text-align: center;
	display:grid;
	grid-template-rows:452px 69px 24px 14px;
	grid-template-columns:100%;
	grid-template-areas:'goodsthumb' 'goodsname' 'goodsprice' 'goodsicons';
	grid-gap:12px;
	border: 1px solid transparent;
	border-radius:0.275rem;
}
.product-box:hover {
	border-color: #ea413a;
}
.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:10px;
	padding:0;
	overflow:hidden;
	background-color:#fff;
	border-radius:0.25rem;
}
.product-box .pro-thumb > *,
.product-box .pro-thumb a {
	display:block;
	width:100%;
	height:100%;
}
.product-box .pro-thumb img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: 50% 0%;
}
.product-box .pro-icon {
	clear: both;
	word-wrap:break-word;
	line-height: 0;
	text-align: left;
	grid-area:goodsicons;
}
.swiper-slide .pro-icon img {
	width:auto !important;
	height:14px !important;
}
.product-box .pro-memo {
	clear: both;
	margin-top:5px;
	color: #1b00da;
	font-size:17px;
	font-weight:500;
	overflow:hidden;
	white-space: normal;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product-box .pro-title {
	grid-area:goodsname;
	clear: both;
	box-sizing: border-box;
	line-height:1.1;
	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: 2;
	-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;
	font-size: 21px;
	font-weight:800;
	color: #000;
	text-align: left;
}
.product-box .pro-price .i_price::before {
	content:'';
	display:inline-block;
	margin-top:-3px;
	margin-right:5px;
	width:24px;
	height:24px;
	vertical-align:middle;
	background:url(/img/icon_price.png) no-repeat 50% 50%;
	background-size:contain;
}
.product-box .pro-price .priceB {
	font-weight:800;
	color: #000;
}
.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/icon_price1.png) no-repeat 50% 50%;
}
.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: 80px auto 40px 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;
	height:58px;
	padding:0px;
	background:url(/img/main/button_more.png) no-repeat 50% 50%;
	background-size:contain;
	border:0;
}
@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-box {
	width:calc(25% - 20px);
	margin-left:10px;
	margin-right:10px;
	grid-template-rows:400px 69px 24px 14px;
}
}
@media (max-device-width: 1199px) {
.product-box {
	width:calc(25% - 16px);
	margin-left:8px;
	margin-right:8px;
	grid-template-rows:342px 58px 24px 14px;
}
.product-box .pro-title {
	font-size:19px;
	font-weight:700;
}
.product-box .pro-memo {
	font-size:16px;
}
}
@media (max-device-width: 1110px) {
.product-box {
	grid-template-rows:310px 58px 24px 14px;
}
}
@media (max-device-width:1079px) {
.product-box {
	padding-bottom:8px;
	grid-template-rows:296px 58px 24px 14px;
}
.product-box .pro-title {
	font-size:17px;
}
.product-box .pro-memo {
	font-size:14px;
}
.product-box .pro-price {
	font-size:19px;
}
.product-box .pro-price .price-del {
	font-size:14px;
}
}
@media (max-device-width:1023px) {
.product-box {
	width:calc(25% - 12px);
	margin-left:6px;
	margin-right:6px;
	margin-bottom:30px;
	grid-template-rows:265px 51px 24px 14px;
	grid-gap:8px;
}
.product-box .pro-title {
	font-size:15px;
}
.product-box .pro-memo {
	font-family:'Noto Sans KR';
	font-size:12px;
}
.product-box .pro-price {
	font-size:17px;
}
.product-box .pro-price .priceS {
	clear:both;
/*	display:block;*/
	margin-left:0;
}
}
@media (max-device-width:900px) {
.product-box {
	grid-template-rows:228px 51px 24px 14px;
}
}
@media (max-device-width: 767px) {
.product-box {
	width:calc(25% - 10px);
	margin-left:5px;
	margin-right:5px;
	margin-bottom:25px;
	grid-template-rows:188px 48px 21px 14px;
}
.product-box .pro-title {
	font-size:14px;
}
.product-box .pro-memo {
	margin-top:4px;
}
.product-box .pro-price {
	font-size:15px;
}
.product-box .pro-price .price-del {
	font-size:12px;
}
}
@media (max-device-width: 639px) {
.product-box {
	width:calc(50% - 20px);
	margin-left:10px;
	margin-right:10px;
	grid-template-rows:312px 48px 21px 14px;
}
.product-box .pro-price .priceS {
	clear:none;
/*	display:inline-block;*/
	margin-left:20px;
}
}
@media (max-device-width: 539px) {
.product-box {
	grid-template-rows:275px 48px 21px 14px;
}
.product-box .pro-thumb {
	margin-bottom:8px;
}
.product-box .pro-title {
	font-family:'Noto Sans KR';
}
.product_more .btn_mainmore {
	width:240px;
	height:43px;
}
}
@media (max-device-width: 479px) {
.product-box {
	width:calc(50% - 10px);
	margin-left:5px;
	margin-right:5px;
	grid-template-rows:250px 48px 21px 14px;
}
}
@media (max-device-width:419px) {
.product-box {
	grid-template-rows:216px 48px 21px 14px;
}
.product-box .pro-price .priceS {
	clear:both;
/*	display:block;*/
	margin-left:0;
}
}
@media (max-device-width: 359px) {
.product-box {
	grid-template-rows:178px 73px 21px 14px;
}
.product-box .pro-thumb {
	margin-bottom:5px;
}
.product-box .pro-title {
	font-size:13px;
}
.product-box .pro-title a {
	-webkit-line-clamp:3;
}
.product-box .pro-memo {
	-webkit-line-clamp:2;
}
.product-box .pro-price {
	font-size:13px;
}
}
@media (max-device-width: 319px) {
}


/*****/
.product-List {
	display: inline-block;
	clear: both;
	width:calc(100% + 24px);
	margin-left:-12px;
	margin-right:-12px;
	text-align: center;
}
@media (max-device-width:1399px) {
.product-List {
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
}
}
@media (max-device-width:1199px) {
.product-List {
	width:calc(100% + 16px);
	margin-left:-8px;
	margin-right:-8px;
}
}
@media (max-device-width:1023px) {
.product-List {
	width:calc(100% + 12px);
	margin-left:-6px;
	margin-right:-6px;
}
}
@media (max-device-width:767px) {
.product-List {
	width:calc(100% + 10px);
	margin-left:-5px;
	margin-right:-5px;
}
}
@media (max-device-width: 639px) {
.product-List {
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
}
}
@media (max-device-width: 479px) {
.product-List {
	width:calc(100% + 10px);
	margin-left:-5px;
	margin-right:-5px;
}
}

.goodsCate-Tab {
	clear:both;
	position:relative;
	margin:30px auto;
	width:100%;
	height:100%;
}
.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 20px;
	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:#f14f4f;
}
.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:400px;
}
@media (max-device-width:1023px) {
.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;
}
}
@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 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;
}
}


#mainGoods-CateBest {
	position:relative;
}
.mainGoods-CateBest-in {
	position:relative;
}
#mainGoods-CateBest .goods-subject {
	clear:none;
	float:left;
	width:50%;
}
#mainGoods-CateBest .goodsCate-Tab {
	clear:none;
	float:right;
	width:50%;
}
@media (max-device-width:1199px) {
#mainGoods-CateBest .goods-subject,
#mainGoods-CateBest .goodsCate-Tab {
	clear: both;
	float:none;
	width:100%;
}
#mainGoods-CateBest .goods-subject {
	margin-bottom:0px;
}
#mainGoods-CateBest .goodsCate-Tab {
	margin-top:25px;
	margin-bottom:45px;
}
}
@media (max-device-width:1023px) {
}
@media (max-device-width:767px) {
#mainGoods-CateBest .goodsCate-Tab {
	margin-top:20px;
	margin-bottom:30px;
}
}
@media (max-device-width:539px) {
#mainGoods-CateBest .goodsCate-Tab {
	margin-top:15px;
}
}

#mainRecomme {
	position:relative;
	height:auto;
	margin:120px 0px;
}
.mainRecomme-in {
	position:relative;
	box-sizing:border-box;
}
@media (max-device-width:1199px) {
#mainRecomme {
	margin-top:100px;
	margin-bottom:100px;
}
}
@media (max-device-width:1079px) {
#mainRecomme {
	margin-top:85px;
	margin-bottom:85px;
}
}
@media (max-device-width:1023px) {
#mainRecomme {
	margin-top:80px;
	margin-bottom:80px;
}
}
@media (max-device-width:767px) {
#mainRecomme {
	margin-top:60px;
	margin-bottom:60px;
}
}
@media (max-device-width:539px) {
#mainRecomme {
	margin-top:45px;
	margin-bottom:45px;
}
}

#mainRecomme-S {
	position:relative;
	height:auto;
	margin:120px 0px;
}
.mainRecomme-S-in {
	position:relative;
	box-sizing:border-box;
	padding-left:45px;
	padding-right:45px;
}
#mainRecomme-S .goods-subject {
	margin-left:-90px;
}
@media (min-width:1600px) {
.mainRecomme-S-in {
	padding:0;
}
#mainRecomme-S .goods-subject {
	margin-left:0;
}
}
@media (max-device-width:1399px) {
#mainRecomme-S .goods-subject {
	margin-left:-20px;
	width:calc(100% + 20px);
}
}
@media (max-device-width:1199px) {
#mainRecomme-S {
	margin-top:85px;
	margin-bottom:100px;
}
}
@media (max-device-width:1110px) {
#mainRecomme-S {
	margin-top:65px;
	margin-bottom:85px;
}
}
@media (max-device-width:1023px) {
#mainRecomme-S {
	margin-top:40px;
	margin-bottom:65px;
}
}
@media (max-device-width:767px) {
#mainRecomme-S .goods-subject {
	margin-left:-30px;
	width:calc(100% + 30px);
}
}
@media (max-device-width:539px) {
#mainRecomme-S {
	margin-top:30px;
	margin-bottom:60px;
}
}

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: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:1px 0;
	background-color:#f5f5f5;
}
.location ul {
	float: right;
}
.location ul li {
	float: left;
	position:relative;
	height:14px;
	margin-left:24px;
	line-height:1;
	font-size:14px;
	color:#898989;
}
.location ul li::before {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:-18px;
	transform:translateY(-50%);
	width:12px;
	height:12px;
	background: url(/img/location_arrow.png) no-repeat 0% 50%;
	background-size:contain;
}
.location ul li:first-child {
	margin-left: 0px;
}
.location ul li:first-child::before {
	display:none;
}
@media (max-device-width:1399px) {
.location {
	display:none;
}
}


.sub-headimg {
	clear:both;
	margin-bottom:0;
}

.sub-con, .etc-wrap {
	clear: both;
	box-sizing: border-box;
	position:relative;
	padding:0px;
	margin-bottom:100px;
}

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


/*****/

