@charset "UTF-8";

/*--- top---*/
#wrap {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width:1680px;
}

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

.screen-inner {
	--screen-width:1600px;
	width:1600px;
	margin:0 auto;
}
@media (max-width:1751px) { 
#wrap {
	min-width:1366px;
}

.screen-inner {
	--screen-width:auto;
	width: auto;
	margin-left:45px;
	margin-right:45px;
}
}
@media screen and (max-device-width:1399px) {
#wrap {
	min-width:auto;
}

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

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

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:25px;
	padding-bottom:40px;
	background-color:#fff;
}
@media screen and (max-device-width:1399px) {
#Header {
	display:none;
}
}

.top-inner {
	position: relative;
	min-height:98px;
	display:grid;
	grid-template-rows:28px auto;
	grid-template-columns:208px 2fr 410px;
	grid-gap:15px 60px;
	grid-template-areas:'head_logo head_gnb top_util' 'head_logo head_gnb head_right';
	align-content:center;
	align-items:center;
}
@media (max-width:1599px) {
.top-inner {
	margin-left:25px !important;
	margin-right:25px !important;
	grid-gap:15px 30px;
}
}
@media (max-width:1530px) {
.top-inner {
	grid-template-rows:44px auto;
	grid-template-columns:208px 2fr 1fr;
	grid-template-areas:'head_logo head_right top_util' 'head_logo head_gnb head_gnb';
}
}

.header-logo {
	position: relative;
	text-align:center;
	grid-area:head_logo;
}
@media (max-width:1530px) {
.header-logo {
	align-self:end;
}
}

.top-bn {
	position: relative;
	text-align:left;
	grid-area:head_banner;
	align-self:end;
}
.topR {
	grid-area:head_right;
	display:flex;
	flex-wrap:wrap;
	justify-content:end;
}
.top-btn {
	position: relative;
	text-align:left;
}
.top-btn a {
	display: inline-block;
	box-sizing:border-box;
	padding:12px 15px;
	text-decoration:none;
	letter-spacing:-1px;
	font-size:16px;  /* 개별결제 */
	font-weight:600;
	color:#ffffff;
	border-radius:3rem;
	background:#6666ff;
}
.top-btn a::after {
	content:'';
	display:none;
	vertical-align:middle;
	width:22px;
	height:22px;
	margin-left:6px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7436%) hue-rotate(77deg) brightness(115%) contrast(104%);
}
.top-btn > * + * {
	margin-left:5px;
}
.top-btn .topbt-receipt::after {
	background-image:url(/img/icons/i_receipt.svg);
}
.top-btn .topbt-dutch {
	background-color:#bc66ff;
}
.top-btn .topbt-dutch::after {
	background-image:url(/img/icons/i_card.svg);
}

.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(/img/icons/sns_i_facebook.png);
}
.top-sns a.insta {
	background-color:#FF0169;
}
.top-sns a.insta::after {
	background-image:url(/img/icons/sns_i_insta.png);
}

.top-util-menu {
	grid-area:top_util;
	display:inline-flex;
	flex-wrap:nowrap;
	justify-content:end;
}
.top-util-menu ul li {
	float:left;
	position: relative;
	text-align:left;
	line-height:1;
	font-size:13px;
	font-weight:600;
	color: #333;
}
.top-util-menu ul li + li {
	margin-left:15px;
}
.top-util-menu ul li a {
	display: inline-flex;
	flex-wrap:nowrap;
	align-items:center;
	position:relative;
	color: #333;
	text-decoration: none;
}
.top-util-menu ul li:hover, .top-util-menu ul li a:hover {
	color:#6459ff;
}
.top-util-menu ul li a::before {
	content:'';
	display: inline-block;
	width:18px;
	height:18px;
	margin-right:3px;
	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 {
	height:22px;
	background-image:url(/img/icons/i_door.svg);
	background-size:cover;
}
.top-util-menu ul li a.logout::before {
	height:22px;
	background-image:url(/img/icons/i_door_out.svg);
	background-size:cover;
}
.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_mypage.png);
}
.top-util-menu ul li a.cart::before {
	background-image:url(/img/icons/i_cart.png);
}
.top-util-menu ul li a.order::before {
	background-image:url(/img/icons/i_order_list.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 screen and (max-device-width:1199px) {
.cart_num {
	top:-3px;
	width:15px;
	height:15px;
	line-height:15px;
	font-size:10px;
}
}


/* Head Band Banner */
.bandBanner {
	display:none;
	position:relative;
	height:55px;
	overflow:hidden;
	text-align:center;
	background:#3e3e4e;
}
.bandBanner .bandBanner-body {
	display:block;
	width:100%;
	height:100%;
}
.bandBanner .bandbnClose {
	position:absolute;
	z-index:10;
	top:50%;
	right:25px;
	transform:translateY(-50%);
	width:22px;
	height:22px;
	cursor:pointer;
	background:url(/img/icons/i_closed.png) no-repeat 50% 50%;
	background-size:14px;
	filter:invert(1);
}
.bandicon {
	display:inline-block;
	vertical-align:middle;
	width:28px;
	height:28px;
	margin-right:10px;
}
.bandicon img {
	width:100%;
	max-height:100%;
}
@media screen and (max-device-width:1199px) {
.bandBanner {
	height:50px;
}
}
@media screen and (max-device-width:767px) {
.bandicon {
	width:22px;
	height:22px;
	margin-right:8px;
}
}
@media screen and (max-device-width:539px) {
.bandBanner {
	height:36px;
}
.bandicon {
	width:18px;
	height:18px;
}
}


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

#search-wrap {
	position: relative;
	margin-right:15px;
/*	grid-area:top_search;*/
}
.search-bar {
	float:left;
	box-sizing:border-box;
	width:176px;
	height:44px;
	padding:6px 12px;
	background-color: #e6e6ec;
	border:0;
	border-radius:5rem;
}
.g_window .gbox {
	float: left;
	width:calc(100% - 27px);
	margin-right:5px;
}
.g_window .gbox input {
	float: none;
	width: 100%;
	height:32px;
	margin: 0;
	padding:0 0 0 3px;
	border: 0;
	outline: none;
	text-align: left;
	font-size:14px;
	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:22px;
	height:22px;
	margin:5px 0;
}
.g_window .btn_arw input {
	width:100%;
	height:100%;
}
.g_window .btn_arw a {
	display: block;
	padding: 7px 5px;
}
@media screen and (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(/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;
	margin: 0;
	padding:0;
	text-align: center;
	background-color:#0c0b12;
}
.footer-section {
	padding-top:64px;
	padding-bottom:64px;
}
.footer-section.footer-info {
	padding-top:50px;
	padding-bottom:50px;
	background-color:#1f1e24;
}
.footer-inner {
	position:relative;
}
.copy-contents {
	position:relative;
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
	padding:0;
	text-align:left;
	word-break:keep-all;
	line-height:1.4;
	letter-spacing:0;
	font-size:14px;
	font-weight:500;
	color:#808080;
}
.copy-contents > * {
	box-sizing:border-box;
	position:relative;
	flex:1 0 auto;
}
.copy-contents > * + * {
	margin-left:120px;
}
.footer-section.footer-info  > * > .bottom-csBox + .bottom-csBox::before {
	content:'';
	display:block;
	position:absolute;
	left:-60px;
	top:0;
	bottom:0;
	width:1px;
	background-color:#fff;
	opacity:0.1;
}
@media (max-width:1751px) {}
@media (max-width:1535px) {
.copy-contents > * + * {
	margin-left:90px;
}
.footer-section.footer-info  > * > .bottom-csBox + .bottom-csBox::before {
	left:-45px;
}
}
@media (max-width:1439px) {
.copy-contents > * + * {
	margin-left:70px;
}
.footer-section.footer-info  > * > .bottom-csBox + .bottom-csBox::before {
	left:-35px;
}
}
@media screen and (max-device-width:1399px) {}
@media screen and (max-device-width:1279px) {
.copy-contents {
	flex-wrap:wrap;
}
.copy-contents > * {
	flex-basis:0%;
}
.copy-contents > * + * {
	margin-left:55px;
}
.footer-section.footer-info  > * > .bottom-csBox + .bottom-csBox::before {
	left:-30px;
}
}
@media screen and (max-device-width:1079px) {
.footer-section {
	padding-top:50px;
	padding-bottom:50px;
}
}
@media screen and (max-device-width:1023px) {
.copy-contents {
	font-size:13px;
}
}
@media screen and (max-device-width:539px) {
.footer-section, .footer-section.footer-info {
	padding-top:45px;
	padding-bottom:45px;
}
.copy-contents > * + * {
	margin-left:50px;
}
.footer-section.footer-info  > * > .bottom-csBox + .bottom-csBox::before {
	left:-25px;
}
}
@media screen and (max-device-width:419px) {
.copy-contents > * + * {
	margin-left:0;
	margin-top:40px;
}
.footer-section.footer-info  > * > .bottom-csBox + .bottom-csBox::before {
	left:0;
	top:-20px;
	bottom:auto;
	width:100%;
	height:1px;
}
}

.bottom-csBox {
	position:relative;
	display:flex;
	flex-wrap:nowrap;
	align-items:start;
}
.bottom-csBox .bot-csBox-content {
	flex:1 0 0%;
}
.bottom-csBox .bot-csBox-icon {
	flex:0 0 auto;
	width:68px;
	margin-right:20px;
	filter:invert(1);
}

.bottom-csBox h4 {
	margin-bottom:12px;
	line-height:1;
	letter-spacing:-1px;
	font-size:18px;
	font-family:'Nanum Square', 'NanumSquare';
	font-weight:800;
	color:#fff;
}
.bottom-csBox.bottom-cs {
	display:block;
	color:#ffffff;
}
.bottom-csBox.bottom-cs h4 {
	float:left;
	width:128px;
	font-size:24px;
}
.bottom-csBox.bottom-cs .bot-csBox-content {
	margin-left:158px;
	font-size:13px;
}
.bottom-csBox.bottom-cs .bottom-csbtn {
	display:inline-flex;
	flex-wrap:nowrap;
	align-items:stretch;
	margin-top:18px;
}
.bottom-csBox.bottom-cs .bottom-csbtn a {
	flex:1 0 0%;
	padding:10px 20px;
	text-align:center;
	text-decoration:none;
	color:#d1d1d1;
	background-color:#313035;
}
.bottom-csBox.bottom-cs .bottom-csbtn > * + * {
	margin-left:2px;
}
.bottom-csBox.bottom-cs .bottom-csbtn a.imgbt {
	padding:0;
	background-color:transparent;
}
.bottom-csBox.bottom-return,
.bottom-csBox.bottom-bank {
	flex:0 0 auto;
	width:330px;
	align-items:center;
}
.bottom-csBox.bottom-bank {
	font-size:15px;
}
@media screen and (max-device-width:1399px) {
.bottom-csBox.bottom-cs .bot-csBox-content {
	margin-left:148px;
}
.bottom-csBox.bottom-return,
.bottom-csBox.bottom-bank {
	width:280px;
}
}
@media screen and (max-device-width: 1279px) {
.bottom-csBox.bottom-cs h4 {
	float:none;
	clear:both;
	width:auto;
}
.bottom-csBox.bottom-cs .bot-csBox-content {
	margin-left:0;
}
}
@media screen and (max-device-width: 1079px) {
.bottom-csBox.bottom-return,
.bottom-csBox.bottom-bank {
	align-items:start;
	padding-top:15px;
}
}
@media screen and (max-device-width:1023px) {
.bottom-csBox {
	flex-wrap:wrap;
}
.bottom-csBox .bot-csBox-icon {
	width:52px;
}
.bottom-csBox.bottom-cs h4 {
	font-size:20px;
}
.bottom-csBox.bottom-return,
.bottom-csBox.bottom-bank {
	width:178px;
	padding-top:0;
}
.bottom-csBox.bottom-return .bot-csBox-content,
.bottom-csBox.bottom-bank .bot-csBox-content {
	flex-basis:100%;
	margin-top:12px;
}
}
@media screen and (max-device-width:767px) {
.bottom-csBox.bottom-cs {
	flex-basis:100%;
	margin-bottom:40px;
}
.bottom-csBox.bottom-return,
.bottom-csBox.bottom-bank {
	width:calc(50% - 30px);
}
.bottom-csBox.bottom-bank {
	margin-left:0;
}
.bottom-csBox.bottom-bank::before {
	display:none;
}
}
@media screen and (max-device-width:539px) {
.bottom-csBox h4 {
	font-family:'NanumHuman', 'Nanum Human', 'Pretendard';
	font-size:16px;
}
.bottom-csBox.bottom-return,
.bottom-csBox.bottom-bank {
	width:calc(50% - 25px);
}
}
@media screen and (max-device-width:419px) {
.bottom-csBox .bot-csBox-icon {
	width:44px;
}
.bottom-csBox.bottom-cs {
	flex-basis:100%;
	margin-bottom:0;
}
.bottom-csBox.bottom-return,
.bottom-csBox.bottom-bank {
	width:100%;
}
.bottom-csBox.bottom-bank::before {
	display:block;
}
.bottom-csBox.bottom-return .bot-csBox-content,
.bottom-csBox.bottom-bank .bot-csBox-content {
	flex-basis:0%;
	margin-top:0;
}
}

.bottom-utilmenu {
	flex:0 0 auto;
	width:calc(35% - 90px);
	margin-right:auto;
	margin-left:90px;
	display:inline-flex;
	flex-wrap:nowrap;
}
.bottom-utilmenu ul {
	flex:0 0 auto;
}
.bottom-utilmenu ul + ul {
	margin-left:30px;
}
.bottom-utilmenu li {
	box-sizing:border-box;
	position:relative;
	list-style:none;
	line-height:1.3;
	text-align:left;
	font-family:'Pretendard';
	font-size:13px;
	color:#d1d1d1;
}
.bottom-utilmenu li::before {
	content:'\00B7';
	margin-right:5px;
}
.bottom-utilmenu li + li {
	margin-top:12px;
}
.bottom-utilmenu li a {
	color: inherit;
}

#Footer .footer-logo {
	flex:0 0 auto;
	display:block;
	height:38px;
/*	filter:grayscale(1) contrast(0) opacity(0.8);*/
}
#Footer .copyright {
	display:block;
	position:relative;
	box-sizing:border-box;
	margin-left:48px;
	line-height:1.6;
	text-align: left;
	word-break:keep-all;
}
#Footer .copyright .copyblank {
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}
#Footer .esc {
	position: absolute;
	z-index:3;
	bottom:0;
	right:32%;
	margin:0;
}
@media (max-width:1535px) {
#Footer .esc {
	bottom:-25px;
}
}
@media screen and (max-device-width:1399px) {
.bottom-utilmenu {
	width:calc(39% - 90px);
}
#Footer .copyright {
	flex-basis:0%;
}
#Footer .esc {
	bottom:0;
	right:34%;
}
}
@media screen and (max-device-width:1279px) {
.bottom-utilmenu {
	width:calc(42% - 90px);
}
}
@media screen and (max-device-width:1199px) {
.bottom-utilmenu {
	width:calc(48% - 100px);
	margin-left:100px;
	justify-content:end;
}
#Footer .footer-logo {
	width:100%;
	margin-bottom:20px;
}
#Footer .copyright {
	margin-left:0;
}

#Footer .esc {
	right:39%;
}
}
@media screen and (max-device-width:1079px) {
.bottom-utilmenu {
	width:100%;
	margin-left:0;
	margin-bottom:25px;
	order:1;
	display:block;
}
.bottom-utilmenu ul {
	display:inline-block;
}
.bottom-utilmenu ul + ul {
	margin-left:0;
}
.bottom-utilmenu ul:first-child {
	width:100%;
}
.bottom-utilmenu li {
	float:left;
	margin-bottom:8px;
	margin-right:15px;
}
.bottom-utilmenu li + li {
	margin-top:0;
}

#Footer .footer-logo {
	order:2;
}
#Footer .copyright {
	order:3;
}
#Footer .esc {
	right:0;
}
}
@media screen and (max-device-width:1023px) {
#Footer .copyright {
	padding-right:145px;
}
}
@media screen and (max-device-width:767px) {
#Footer .copyright {
	padding-right:100px;
}
#Footer .copyright .copyblank {
	display:block;
	margin-right:0;
}
#Footer .esc {
	bottom:30px;
}
}
@media screen and (max-device-width:539px) {
.bottom-utilmenu ul:first-child {
	width:auto;
}

#Footer .copyright {
	padding-right:90px;
}
#Footer .esc {
	width:72px;
}
}
@media screen and (max-device-width:479px) {
#Footer .copyright {
	padding-right:0;
}
#Footer .esc {
	bottom:55px;
}
}
@media screen and (max-device-width:419px) {
#Footer .copyright,
.bottom-utilmenu {
	margin-top:0;
}
.bottom-utilmenu li {
	margin-right:12px;
}
}
@media screen and (max-device-width:359px) {}


/*--우측아이콘--*/
.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:65px;
	overflow:hidden;
	border-radius:0 1.25rem 1.25rem 0;
	box-shadow:0 0 8px rgba(145,145,145,0.4);
}
@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 {
	display:inline-block;
	position:relative;
	width:100%;
	margin-bottom:50px;
	text-align:left;
	vertical-align:bottom;
}
.subject h2 {
	margin-bottom:0px;
	line-height:1;
	font-size:50px;
	font-weight:800;
	color:#000;
}
.subject h3 {
	margin-bottom:12px;
	line-height:1;
	font-family:'Nanum Square', 'NanumSquare';
	font-size:30px;
	font-weight:400;
	color:#000;
}
.subject h4 {
	margin-top:12px;
	margin-bottom:0;
	font-family:'Nanum Square', 'NanumSquare';
	font-size:20px;
	font-weight:700;
	color:#333;
}
.subject .bt-more {
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:60px;
	cursor:pointer;
	box-sizing:border-box;
	border:1px solid #999999;
	border-radius:100%;
	background:url(/img/icons/i_plus.png) no-repeat 50% 50%;
	background-size:16px;
}
.subject .bt-more::before {
	content:'';
	display:inline-block;
	position:absolute;
	top:50%;
	margin-left:-25px;
	margin-top:-5px;
	width:10px;
	height:10px;
	background-color:#333;
	border-radius:100%;
}
@media screen and (max-device-width:1199px) {
.subject {
	margin-bottom:40px;
}
.subject h2 {
	font-size:42px;
}
.subject h3 {
	font-size:28px;
}
.subject h4 {
	font-size:19px;
}
.subject .bt-more {
	width:52px;
	height:52px;
}
}
@media screen and (max-device-width:1079px) {}
@media screen and (max-device-width:1023px) {
.subject {
	margin-bottom:30px;
}
.subject h2 {
	font-size:36px;
}
.subject h3 {
	font-size:24px;
}
.subject h4 {
	font-size:16px;
}
.subject .bt-more {
	width:44px;
	height:44px;
	background-size:14px;
}
.subject .bt-more::before {
	margin-left:-20px;
	margin-top:-4px;
	width:8px;
	height:8px;
}
}
@media screen and (max-device-width:767px) {
.subject {
	margin-bottom:25px;
}
}
@media screen and (max-device-width:539px) {
.subject {
	margin-bottom:20px;
}
.subject h2 {
	font-size:28px;
}
.subject h3 {
	font-size:19px;
}
.subject h4 {
	margin-top:8px;
	font-size:14px;
}
.subject .bt-more {
	width:32px;
	height:32px;
	background-size:12px;
}
.subject .bt-more::before {
	margin-left:-16px;
	margin-top:-3px;
	width:6px;
	height:6px;
}
}


#Visual-section {
	position: relative;
	z-index:1;
	width: 100%;
	min-height:600px;
	margin: 0;
	text-align: center;
	overflow:hidden;
}
@media (max-device-width:1399px) {}
@media (max-device-width:1199px) {
#Visual-section {
	min-height:200px;
}
}
@media (max-device-width:1079px) {}
@media (max-device-width:1023px) {}
@media (max-device-width:900px) {}
@media (max-device-width:819px) {}
@media (max-device-width:767px) {
#Visual-section {
	min-height:auto;
}
}
@media (max-device-width:639px) {}
@media (max-device-width:539px) {}


#mainGoods-quick {
	position: relative;
	z-index:2;
	margin-top:-48px;
}
.mainGoods-quick-in {
	position:relative;
	width:calc(var(--screen-width) + 110px);
	padding-left:55px;
	padding-right:55px;
}
@media (max-width:1599px) {
#mainGoods-quick {
	margin-top:-25px;
}
}
@media (max-device-width:1399px) {
.mainGoods-quick-in {
	margin-left:0 !important;
	margin-right:0 !important;
}
}
@media (max-device-width:1199px) {
.mainGoods-quick-in {
	padding-left:45px;
	padding-right:45px;
}
}
@media (max-device-width:1079px) {}
@media (max-device-width:1023px) {
#mainGoods-quick {
	margin-top:15px;
}
.mainGoods-quick-in {
	padding-left:30px;
	padding-right:30px;
}
}
@media (max-device-width:900px) {}
@media (max-device-width:819px) {}
@media (max-device-width:767px) {}
@media (max-device-width:639px) {}
@media (max-device-width:539px) {}


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

#mainReview {
	display:none;
	margin-top:100px;
	padding-top:85px;
	padding-bottom:120px;
	background-color:#f7f8fc;
}
.mReview-in {
	position:relative;
}
.mReview-article {
	position:relative;
	margin-left:-60px;
	margin-right:-60px;
	padding-left:60px;
	padding-right:60px;
}
@media (max-width:1751px) { 
.mReview-article {
	margin-left:-45px;
	margin-right:-45px;
}
}
@media screen and (max-device-width:1399px) {
.mReview-article {
	margin-left:-25px;
	margin-right:-25px;
}
}
@media screen and (max-device-width:1199px) {
#mainReview {
	padding-top:70px;
	padding-bottom:100px;
}
}
@media screen and (max-device-width:1079px) {
#mainReview {
	margin-top:85px;
	padding-top:60px;
	padding-bottom:85px;
}
}
@media screen and (max-device-width:1023px) {
#mainReview {
	margin-top:65px;
	padding-top:50px;
	padding-bottom:65px;
}
.mReview-article {
	margin-left:-15px;
	margin-right:-15px;
	padding-left:50px;
	padding-right:50px;
}
}
@media screen and (max-device-width:539px) {
#mainReview {
	margin-top:45px;
	padding-top:40px;
	padding-bottom:45px;
}
}

#mainPrint {
	position:relative;
	min-height:640px;
}
#mainPrint::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:140px;
	bottom:0;
	left:0;
	right:0;
	background-color:#eaecf2;
}
.mainPrint-in {
	position:relative;
	z-index:2;
	padding-bottom:100px;
	padding-top:340px;
}
#mainPrint .subject {
	margin-bottom:30px;
}
#mainPrint .mPrint-mv {
	margin-bottom:90px;
	text-align:left;
}
#mainPrint .mPrint-mv iframe {
	width:1240px;
	height:700px;
	border-width:0;
	border-radius:2.45rem 6.2rem 2.45rem 2.45rem;
}
.mPrint-step {
	list-style:none;
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
}
.mPrint-step > * {
	flex:1 0 0%;
}
.mPrint-step li {
	position:relative;
	padding-left:6px;
	word-break:keep-all;
	text-align:left;
	font-size:14px;
	font-weight:700;
	color:#666666;
}
.mPrint-step li + li {
	margin-left:164px;
}
.mPrint-step li + li::before {
	content:'';
	display:inline-block;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	margin-left:-164px;
	width:124px;
	height:22px;
	background-image:url(/img/main/print_step_i_arrow.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.mPrint-step h4 {
	margin-top:12px;
	margin-bottom:8px;
	font-size:20px;
	font-weight:700;
	color:#000;
}
.mPrint-step i {
	display:block;
	margin-left:-6px;
	width:82px;
	height:82px;
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.mPrint-step i.step_i1 {
	background-image:url(/img/main/print_step_i_register.png);
}
.mPrint-step i.step_i2 {
	background-image:url(/img/main/print_step_i_items.png);
}
.mPrint-step i.step_i3 {
	background-image:url(/img/main/print_step_i_design.png);
}
.mPrint-step i.step_i4 {
	background-image:url(/img/main/print_step_i_print.png);
}
.mPrint-step i.step_i5 {
	background-image:url(/img/main/print_step_i_delivery.png);
}
.mPrint-csBox {
	position:absolute;
	z-index:3;
	top:0;
	right:0;
	width:613px;
	height:414px;
	padding:85px 65px 40px 65px;
	text-align:left;
	font-size:20px;
	color:#b1b1b1;
	background-image:url(/img/main/print_csbox.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	border-radius:6.2rem 2.45rem 2.45rem 2.45rem;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
.mPrint-csBox h3 {
	margin-bottom:10px;
	font-size:27px;
	font-weight:800;
	color:#ffffff;
}
.mPrint-csBox h2 {
	margin-bottom:18px;
	font-family:'Nanum Square', 'NanumSquare';
	font-size:36px;
	font-weight:800;
	color:#ffffff;
}
.mPrint-csBox .tel {
	display:inline-flex;
	flex-wrap:wrap;
	margin-top:20px;
	font-size:28px;
	font-weight:800;
	color:#ffffff;
}
.mPrint-csBox .tel span + span {
	margin-left:30px;
}
.mPrint-csBox .bt {
	display:inline-flex;
	flex-wrap:wrap;
	margin-top:40px;
}
.mPrint-csBox .bt a {
	display:inline-block;
}
.mPrint-csBox .bt > * + * {
	margin-left:10px;
}
@media (max-width:1599px) {
#mainPrint::before {
	top:120px;
}
#mainPrint .mPrint-mv iframe {
	width:1080px;
	height:610px;
}
/*
.mPrint-csBox {
	top:30%;
}*/
}
@media (max-width:1530px) {
.mainPrint-in {
	padding-top:310px;
}
.mPrint-csBox {
	width:577px;
	height:390px;
	padding:70px 50px 30px 50px;
}

.mPrint-step li + li {
	margin-left:132px;
}
.mPrint-step li + li::before {
	width:96px;
	margin-left:-132px;
	background-size:auto;
}
}
@media screen and (max-device-width: 1399px) {
.mainPrint-in {
	padding-top:290px;
}

#mainPrint .mPrint-mv {
	margin-bottom:80px;
}
#mainPrint .mPrint-mv iframe {
	width:1020px;
	height:575px;
	border-radius:2.175rem 5.42rem 2.175rem 2.175rem;
}

.mPrint-csBox {
/*	top:32%;*/
	width:530px;
	height:358px;
	padding:60px 45px 25px 50px;
	font-size:19px;
	border-radius:5.42rem 2.175rem 2.175rem 2.175rem;
}
.mPrint-csBox h2 {
	font-size:32px;
}
.mPrint-csBox h3 {
	font-size:24px;
}
.mPrint-csBox .tel {
	font-size:26px;
}
}
@media screen and (max-device-width: 1360px) {
.mPrint-step li + li {
	margin-left:100px;
}
.mPrint-step li + li::before {
	width:72px;
	margin-left:-100px;
}
}
@media screen and (max-device-width: 1279px) {}
@media screen and (max-device-width: 1199px) {
#mainPrint::before {
	top:100px;
}
.mainPrint-in {
	padding-bottom:85px;
}
#mainPrint .mPrint-mv {
	margin-bottom:90px;
}
#mainPrint .mPrint-mv iframe {
	width:756px;
	height:426px;
}
/*
.mPrint-csBox {
	top:24%;
}*/
}
@media screen and (max-device-width: 1110px) {
.mainPrint-in {
	padding-top:260px;
}

#mainPrint .mPrint-mv iframe {
	border-radius:2rem 4.85rem 2rem 2rem;
}
.mPrint-step li + li {
	margin-left:85px;
}
.mPrint-step li + li::before {
	width:60px;
	margin-left:-85px;
}
.mPrint-step i {
	width:72px;
	height:72px;
}

.mPrint-csBox {
	width:480px;
	height:324px;
	padding:50px 30px 25px 40px;
	font-size:18px;
	border-radius:4.85rem 2rem 2rem 2rem;
}
.mPrint-csBox h2 {
	font-size:28px;
}
.mPrint-csBox h3 {
	font-size:21px;
}
.mPrint-csBox .tel {
	font-size:24px;
}
}
@media screen and (max-device-width: 1079px) {
.mainPrint-in {
	padding-bottom:65px;
	padding-top:470px;
}

#mainPrint .mPrint-mv {
	margin-bottom:60px;
}
#mainPrint .mPrint-mv iframe {
	width:calc(57% - 24px);
	height:418px;
	border-radius:2rem;
}
.mPrint-csBox {
	transform:translateX(-25%);
	width:613px; /*43%;*/
	height:414px; /*418px;*/
	padding-top:60px;
	padding-left:60px;
	background-size:cover;
	border-radius:6.2rem 2.45rem 2.45rem 2.45rem; /*2rem;*/
}
.mPrint-csBox .tel span {
	width:100%;
}
.mPrint-csBox .tel span + span {
	margin-left:0;
}
/*
.mPrint-csBox .bt {
	margin-top:30px;
}
.mPrint-csBox .bt > * + * {
	margin-left:0;
	margin-top:8px;
}*/
}
@media screen and (max-device-width:900px) {
.mPrint-step li + li {
	margin-left:60px;
}
.mPrint-step li + li::before {
	width:44px;
	height:16px;
	margin-left:-60px;
	background-size:cover;
}
.mPrint-step i {
	width:64px;
	height:64px;
}

.mPrint-csBox {
/*	padding:45px 30px 25px 30px;*/
	transform:translateX(-15%);
	font-size:16px;
}
.mPrint-csBox h2 {
	font-size:24px;
}
.mPrint-csBox h3 {
	font-size:18px;
}
.mPrint-csBox .tel {
	font-size:24px;
}
}
@media screen and (max-device-width:819px) {
.mPrint-csBox {
	transform:translateX(-11%);
}
}
@media screen and (max-device-width:767px) {
#mainPrint::before {
	top:0;
}
.mainPrint-in {
	padding-bottom:50px;
	padding-top:400px;
}

#mainPrint .subject {
	margin-bottom:20px;
}
.mPrint-step li {
	font-family:'Pretendard', 'Noto Sans KR';
	font-size:12px;
	font-weight:500;
}
.mPrint-step li + li {
	margin-left:45px;
}
.mPrint-step li + li::before {
	top:20px;
	transform:none;
	width:32px;
	margin-left:-45px;
}
.mPrint-step h4 {
	font-size:17px;
	font-weight:600;
}
.mPrint-step i {
	width:52px;
	height:52px;
}
	
#mainPrint .mPrint-mv {
	margin-bottom:395px;
}
#mainPrint .mPrint-mv iframe {
	width:100%;
	height:386px;
}
.mPrint-csBox {
	top:45px;
	transform:none;
	width:100%;
	height:310px;
	padding-top:45px;
	padding-left:30px;
	background-position:100% 100%;
	background-size:110%;
	border-radius:2rem;
}
.mPrint-csBox .tel span {
	width:auto;
}
.mPrint-csBox .tel span + span {
	margin-left:25px;
}
.mPrint-csBox .bt > * + * {
	margin-left:8px;
	margin-top:0;
}
}
@media screen and (max-device-width: 599px) {
.mPrint-step li + li {
	margin-left:28px;
}
.mPrint-step li + li::before {
	width:22px;
	height:11px;
	margin-left:-32px;
}
.mPrint-step i {
	width:48px;
	height:48px;
}
}
@media screen and (max-device-width: 539px) {
.mainPrint-in {
	padding-bottom:30px;
}

#mainPrint .mPrint-mv {
	margin-bottom:365px;
}
#mainPrint .mPrint-mv iframe {
	height:316px;
}
.mPrint-step {
	flex-wrap:wrap;
}
.mPrint-step > * {
	flex:0 0 calc(35% - 45px);
	margin-bottom:15px;
}
.mPrint-step li + li {
	margin-left:45px;
}
.mPrint-step li + li::before {
	width:32px;
	margin-left:-48px;
}
.mPrint-step i {
	width:44px;
	height:44px;
}
.mPrint-step h4 {
	font-size:15px;
}

.mPrint-csBox {
/*	top:331px;*/
	padding:30px 25px 25px 25px;
}
.mPrint-csBox .tel span {
	width:100%;
}
.mPrint-csBox .tel span + span {
	margin-left:0;
}
.mPrint-csBox .bt {
	margin-top:25px;
}
.mPrint-csBox .bt a {
	height:42px;
}
}
@media screen and (max-device-width: 449px) {
.mPrint-csBox {
	background-size:cover;
}
}
@media screen and (max-device-width:419px) {
.mPrint-step > * {
	flex:0 0 calc(36% - 36px);
}
.mPrint-step li + li {
	margin-left:36px;
}
.mPrint-step li + li::before {
	width:28px;
	margin-left:-40px;
}
.mPrint-csBox .bt a {
	height:38px;
}
}
@media screen and (max-device-width:389px) {
.mainPrint-in {
	padding-top:380px;
}
.mPrint-csBox {
	height:296px;
	padding-left:20px;
	padding-right:20px;
}
.mPrint-csBox h2 {
	font-size:21px;
}
.mPrint-csBox h3 {
	font-size:16px;
}
.mPrint-csBox .bt a {
	height:34px;
}
}
@media screen and (max-device-width:359px) {
.mainPrint-in {
	padding-top:400px;
}
	
#mainPrint .mPrint-mv {
	margin-bottom:375px;
}
.mPrint-csBox {
	top:30px;
	height:330px;
	font-size:14px;
}
.mPrint-csBox .tel {
	font-size:21px;
}
.mPrint-csBox .bt {
	margin-top:20px;
}
.mPrint-csBox .bt a {
	height:38px;
}
.mPrint-csBox .bt > * + * {
	margin-left:0;
	margin-top:8px;
}
}
@media screen and (max-device-width:319px) {
#mainPrint .mPrint-mv {
	margin-bottom:400px;
}
.mPrint-csBox {
	height:360px;
	word-break:keep-all;
}
}

#mainBan-section {
	clear: both;
	margin:0;
}
.Banner-innner {
	position:relative;
}
.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;
}
#mainBan-section a {
	display:block;
}
@media screen and (max-device-width:1399px) {
#mainBan-section.mainBan-guide {
	display:none;
}
}
@media screen and (max-device-width: 1279px) {
}
@media screen and (max-device-width:1199px) { }
@media screen and (max-device-width:1023px) { }
@media screen and (max-device-width:539px) {
.ban-col {
	flex:0 0 100%;
}
}

#mainBan-section.ban-info {
	margin-top:100px;
	margin-bottom:120px;
}
.ban-info .ban-row {
	display:grid;
	grid-template-rows:repeat(2, 1fr);
	grid-template-columns:repeat(3, 1fr);
	grid-gap:35px;
	align-items:start;
}
.ban-info .ban-row > .ban-col {
	border-radius:1.25rem;
	overflow:hidden;
}
.ban-info .ban-row > :nth-child(1) {
	grid-row:1;
	grid-column:1/3;
}
.ban-info .ban-row > :nth-child(2) {
	grid-row:2;
	grid-column:1;
}
.ban-info .ban-row > :nth-child(3) {
	grid-row:2;
	grid-column:2;
}
.ban-info .ban-row > :nth-child(4) {
	grid-row:1/3;
	grid-column:3;
}
.ban-info a {
	display:block;
}
@media screen and (max-device-width:1279px) {
.ban-info .ban-row {
	grid-gap:20px;
}
}
@media screen and (max-device-width:1199px) {
.ban-info .ban-row > .ban-col {
	border-radius:0.75rem;
}
}
@media screen and (max-device-width:1079px) {
#mainBan-section.ban-info {
	margin-top:85px;
}
}
@media screen and (max-device-width:1023px) {
#mainBan-section.ban-info {
	margin-top:65px;
}
.ban-info .ban-row {
	grid-gap:15px;
}
.ban-info .ban-row > .ban-col {
	border-radius:0.612rem;
}
}
@media screen and (max-device-width:767px) {
.ban-info .ban-row {
	grid-gap:12px;
}
.ban-info .ban-row {
	grid-template-rows:repeat(3, auto);
	grid-template-columns:repeat(2, 1fr);
}
.ban-info .ban-row > :nth-child(4) {
	grid-row:3;
	grid-column:1/3;
}
.ban-info img {
	width:100%;
}
}
@media screen and (max-device-width:539px) {
#mainBan-section.ban-info {
	margin-top:45px;
}
}
@media screen and (max-device-width:479px) {
.ban-info .ban-row {
	grid-gap:8px;
}
.ban-info .ban-row {
	grid-template-rows:repeat(4, auto);
	grid-template-columns:1fr;
}
.ban-info .ban-row > :nth-child(1) {
	grid-row:1;
	grid-column:1;
}
.ban-info .ban-row > :nth-child(2) {
	grid-row:2;
	grid-column:1;
}
.ban-info .ban-row > :nth-child(3) {
	grid-row:3;
	grid-column:1;
}
.ban-info .ban-row > :nth-child(4) {
	grid-row:4;
	grid-column:1;
}
}


#mainBan-section.mainBan-MDgoods {
	margin-top:100px;
}
.mainBan-MDgoods .ban-col + .ban-col {
	margin-left:30px;
}
@media (max-device-width:1399px) {
.mainBan-MDgoods .ban-col + .ban-col {
	margin-left:25px;
}
}
@media (max-device-width:1279px) {
.mainBan-MDgoods .ban-col + .ban-col {
	margin-left:20px;
}
}
@media (max-device-width:1199px) {
#mainBan-section.mainBan-MDgoods {
	margin-top:85px;
}
}
@media (max-device-width:1110px) {
.mainBan-MDgoods .ban-col + .ban-col {
	margin-left:18px;
}
}
@media (max-device-width:1023px) {
#mainBan-section.mainBan-MDgoods {
	margin-top:60px;
}
.mainBan-MDgoods .ban-col + .ban-col {
	margin-left:15px;
}
}
@media (max-device-width:767px) {
#mainBan-section.mainBan-MDgoods {
	margin-top:45px;
}
.mainBan-MDgoods .ban-col + .ban-col {
	margin-left:10px;
}
}
@media (max-device-width:539px) {
#mainBan-section.mainBan-MDgoods {
	margin-top:50px;
}
.mainBan-MDgoods .ban-col + .ban-col {
	margin-left:0;
	margin-top:12px;
}
}
@media (max-device-width:419px) {
#mainBan-section.mainBan-MDgoods {
	margin-top:30px;
}
.mainBan-MDgoods .ban-col + .ban-col {
	margin-top:10px;
}
}

#mainBan-section.mainBan-bottom {
	margin-top:140px;
}
.mainBan-bottom .ban-row {
	align-items:stretch;
}
.mainBan-bottom .ban-row + .ban-row {
	margin-top:0px;
}
.mainBan-bottom .ban-col {
	overflow:hidden;
}
.mainBan-bottom a {
	display:block;
	width:100%;
	height:100%;
}
.mainBan-bottom img {
	width:100%;
	height:100%;
}
@media (max-device-width:1199px) {
#mainBan-section.mainBan-bottom {
	margin-top:120px;
}
}
@media (max-device-width:1023px) {
#mainBan-section.mainBan-bottom {
	margin-top:100px;
}
}
@media (max-device-width:539px) {
#mainBan-section.mainBan-bottom {
	margin-top:65px;
}
}

/*--상품이미지크기--*/
.product-List {
	display: inline-flex;
	flex-wrap:wrap;
	align-items:start;
	justify-content:start;
	
	width:calc(100% + 36px);
	margin-left:-18px;
	margin-right:-18px;
}

.product-box {
	float:left;
	position:relative;
	width:calc(25% - 36px);
	box-sizing: border-box;
	margin: 0 18px 60px 18px;
	padding-bottom:12px;
	text-align: center;
	display:grid;
	grid-template-rows:466px minmax(24px,auto) auto minmax(25px,auto) 60px minmax(22px,auto);
	grid-template-columns:100%;
	grid-template-areas:'goods_thumb' 'goods_color' 'goods_name' 'goods_hashtag' 'goods_price' 'goods_icons';
	grid-gap:10px;
	border: 1px solid transparent;
	border-radius:0.75rem;
}
.product-box:hover {
	border-color: #6666ff;
}
.product-box._Slider {
	float:none;
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	grid-template-rows:411px minmax(24px,auto) auto minmax(25px,auto) 60px minmax(22px,auto);
	grid-template-areas:'goods_thumb' 'goods_color' 'goods_name' 'goods_hashtag' 'goods_price' 'goods_icons';
}
.product-box > * {
	padding-left:4px;
	padding-right:4px;
}
.product-box .pro-thumb {
	grid-area:goods_thumb;
	padding:0;
	margin-bottom:8px;
	overflow:hidden;
	background-color:#fff;
	border:1px solid #dddddd;
	border-radius:0.75rem;
}
.product-box._Slider .pro-thumb {
	margin-bottom:15px;
	border-width:0;
}
.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: contain;
	object-position: 50% 50%;
}
.product-box .pro-icon {
	word-wrap:break-word;
	line-height: 0;
	text-align: left;
	grid-area:goods_icons;
}
.product-box .pro-icon > * {
	margin-top:2px;
	margin-bottom:2px;
}
.swiper-slide .pro-icon img {
	width:auto !important;
	height:auto !important;
}
/*
.product-box._Slider .pro-icon {
	display:none;
}*/
.product-box .pro-colors {
	grid-area:goods_color;
	display:flex;
	flex-wrap:wrap;
}
.product-box .pro-colors i {
	display:inline-block;
	box-sizing:border-box;
	width:20px;
	height:20px;
	margin:2px 6px 2px 0;
/*	border:1px solid #b7b7b7;*/
	border-radius:100%;
	overflow:hidden;
	background-color:transparent;
	background-image:;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

.product-box .pro-tag {
	white-space:nowrap;
	word-wrap:break-word;
	line-height: 1;
	text-align: left;
	font-family:'Pretendard', 'Noto Sans KR';
	font-weight:800;
	font-size:13px;
	color:#3e3e3e;
	grid-area:goods_hashtag;
}
.product-box .pro-tag span {
	display:inline-block;
	margin-bottom:5px;
	margin-right:4px;
	padding:5px 9px;
	border:1px solid #999999;
	border-radius:1rem;
}
.product-box .pro-memo {
	display:none;
	
	clear: both;
	margin-top:5px;
	font-size:16px;
	font-weight:400;
	color: #666666;
	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:goods_name;
	box-sizing: border-box;
	line-height:1.2;
	font-size:20px;
	color: #333;
	font-weight: 700;
	text-align: left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product-box .pro-title a {
	color: inherit;
	display:block;
	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 .pro-price {
	grid-area:goods_price;
	box-sizing: border-box;
	margin-top:12px;
	line-height:1;
	font-family:'Nanum Square', 'NanumHuman';
	font-size:30px;
	font-weight:800;
	color: #000;
	text-align: left;
}
.product-box .pro-price > * {
	display:inline-block;
}
.product-box .pro-price .priceB {}
/*
.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 {
	margin-left:12px;
	font-size:18px;
	color:#cc0000;
}
.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:block;
	line-height:1.3;
	text-decoration:line-through;
	font-family:'NanumHuman', 'Nanum Human';
	font-size:15px;
	color:#999;
}
.price-soldout {
	font-family:'NanumHuman', 'Nanum Human';
	font-size:15px;
	color:#999;
}

.product_more {
	clear: both;
	position:relative;
	margin:50px auto 25px 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 35px;
	line-height:1;
	font-family:'Nanum Square', 'NanumHuman';
	font-size:20px;
	font-weight:800;
	color:#ffffff;
	background-color:#444;
	border:0;
	border-radius:3rem;
}
.product_more .btn_mainmore::before,
.product_more .btn_mainmore::after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:48px;
	height:9px;
	background:url(/img/bt_goods_more_icon.png) no-repeat 50% 50%;
}
.product_more .btn_mainmore::before {
	margin-right:25px;
}
.product_more .btn_mainmore::after {
	margin-left:25px;
}
@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-width:1751px) {
.product_more::before {
	left:-45px;
	right:-45px;
}
}
@media (max-width:1599px) {
.product-box {
	grid-template-rows:minmax(414px,438px) minmax(24px,auto) auto minmax(25px,auto) 60px minmax(22px,auto);
}
}
@media (max-width:1535px) {
.product-box {
	grid-template-rows:384px minmax(24px,auto) auto minmax(25px,auto) 60px minmax(22px,auto);
}
}
@media (max-device-width: 1399px) {
.product-List {
	width:calc(100% + 30px);
	margin-left:-15px;
	margin-right:-15px;
}

.product-box {
	margin:0 15px 60px 15px;
	grid-template-rows:372px minmax(24px,auto) auto minmax(25px,auto) 60px minmax(22px,auto);
}
.product-box .pro-price .priceB::before {
	margin-top:-4px;
}

.product_more::before {
	left:-25px;
	right:-25px;
}
}
@media (max-device-width: 1360px) {
.product-box {
	grid-template-rows:349px minmax(24px,auto) auto minmax(25px,auto) 60px minmax(22px,auto);
}
}
@media (max-device-width: 1279px) {
.product-List {
	width:calc(100% + 24px);
	margin-left:-12px;
	margin-right:-12px;
}

.product-box {
	margin:0 12px 45px 12px;
	grid-template-rows:322px minmax(24px,auto) auto minmax(25px,auto) 60px minmax(22px,auto);
}
}
@media (max-device-width: 1199px) {
.product-box {
	grid-template-rows:316px minmax(24px,auto) auto minmax(25px,auto) 60px minmax(22px,auto);
}
.product-box .pro-title {
	font-size:18px;
}
.product-box .pro-memo {
	font-size:14px;
}

.product_more {
	margin-top:40px;
}
}
@media (max-device-width: 1110px) {
.product-List {
	width:calc(100% + 16px);
	margin-left:-8px;
	margin-right:-8px;
}

.product-box {
	width:calc(25% - 16px);
	margin: 0 8px 45px 8px;
	grid-template-rows:308px minmax(24px,auto) auto minmax(25px,auto) 60px minmax(22px,auto);
}
.product-box._Slider {
	/* width:259px 기준 */
	grid-template-rows:331px minmax(24px,auto) auto minmax(25px,auto) 60px minmax(22px,auto);
}
}
@media (max-device-width:1079px) {
.product-box {
	grid-template-rows:287px minmax(24px,auto) auto minmax(25px,auto) 54px minmax(22px,auto);
	grid-gap:8px;
}
.product-box .pro-thumb {
	margin-bottom:5px;
}
.product-box._Slider .pro-thumb {
	margin-bottom:10px;
}
.product-box .pro-title {
	font-size:16px;
	font-weight:600;
}
.product-box .pro-title a {
	white-space: normal;
	-webkit-line-clamp:2;
}
.product-box .pro-tag {
	white-space:normal;
}
.product-box .pro-price {
	margin-top:8px;
	font-size:26px;
}
.product-box .pro-price .price-del {
	font-size:14px;
}
}
@media (max-device-width:1023px) {
.product-box {
	grid-template-rows:259px minmax(20px,auto) auto minmax(25px,auto) 54px minmax(22px,auto);
}
.product-box._Slider {
	/* width:248px 기준 */
	grid-template-rows:312px minmax(20px,auto) auto minmax(25px,auto) 54px minmax(22px,auto);
}

.product-box .pro-colors i {
	width:16px;
	height:16px;
	margin-right:4px;
}
.product-box .pro-tag {
	font-weight:700;
}

.product_more {
	margin-top:35px;
}
.product_more::before {
	left:-15px;
	right:-15px;
}
.product_more .btn_mainmore {
	width:auto;
}
.product_more .btn_mainmore::before, .product_more .btn_mainmore::after {
	width:36px;
	height:11px;
	background-size:contain;
}	
}
@media (max-device-width:900px) {
.product-List {
	width:calc(100% + 12px);
	margin-left:-6px;
	margin-right:-6px;
}

.product-box {
	width:calc(25% - 12px);
	margin: 0 6px 45px 6px;
	grid-template-rows:234px minmax(20px,auto) auto minmax(25px,auto) 54px minmax(22px,auto);
}
}
@media (max-device-width:819px) {
.product-box {
	grid-template-rows:218px minmax(20px,auto) auto minmax(25px,auto) 54px minmax(22px,auto);
}
.product-box .pro-price {
	font-size:24px;
}
}
@media (max-device-width: 767px) {
.product-box {
	margin-bottom:30px;
	grid-template-rows:203px minmax(20px,auto) auto minmax(24px,auto) 50px minmax(18px,auto);
}

.product-box .pro-tag {
	font-size:12px;
}
.product-box .pro-tag span {
	margin-bottom:4px;
}
.product-box .pro-price {
	font-family:'NanumHuman', 'Nanum Human', 'Pretendard';
}
.product-box .pro-price .priceS {
	font-size:16px;
}
.product-box .pro-price .price-del {
	font-size:13px;
}
.product-box .pro-icon img {
	max-height:18px;
}

.product_more .btn_mainmore {
	padding:18px 25px;
	font-size:17px;
}
}
@media (max-device-width:699px) {
.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:390px minmax(20px,auto) auto minmax(24px,auto) 52px minmax(18px,auto);
}
.product-box .pro-price {
	font-size:26px;
}
.product-box .pro-price .priceS {
	font-size:18px;
}
}
@media (max-device-width:669px) {
.product-box {
	grid-template-rows:365px minmax(20px,auto) auto minmax(24px,auto) 52px minmax(18px,auto);
}
}
@media (max-device-width: 639px) {
.product-box {
	grid-template-rows:341px minmax(20px,auto) auto minmax(24px,auto) 52px minmax(18px,auto);
}
.product-box .pro-memo {
	-webkit-line-clamp:2;
}
}
@media (max-device-width: 599px) {
.product-box {
	grid-template-rows:304px minmax(20px,auto) auto minmax(24px,auto) 52px minmax(18px,auto);
}
}
@media (max-device-width: 539px) {
.product-box {
	margin-bottom:30px;
	grid-template-rows:267px minmax(20px,auto) auto minmax(22px,auto) 52px minmax(18px,auto);
}
.product-box._Slider {
	/* width:196px 기준 */
	grid-template-rows:247px minmax(20px,auto) auto minmax(24px,auto) 52px minmax(18px,auto);
}

.product-box .pro-title {
	font-size:14px;
}
.product-box .pro-tag span {
	padding:4px 6px;
}

.product_more {
	margin-top:30px;
}
.product_more .btn_mainmore {
	padding:15px 20px;
	font-family:'NanumHuman', 'Nanum Human', 'Pretendard';
	font-weight:700;
}
.product_more .btn_mainmore::before, .product_more .btn_mainmore::after {
	width:22px;
	height:7px;
}
.product_more .btn_mainmore::before {
	margin-right:18px;
}
.product_more .btn_mainmore::after {
	margin-left:18px;
}
}
@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:24px;
	grid-template-rows:minmax(241px,253px) minmax(20px,auto) auto minmax(22px,auto) 50px minmax(18px,auto);
}
.product-box .pro-price {
	margin-top:6px;
	font-size:24px;
}
}
@media (max-device-width:419px) {
.product-box {
	grid-template-rows:229px minmax(20px,auto) auto minmax(22px,auto) 50px minmax(18px,auto);
}
.product-box .pro-memo {
	-webkit-line-clamp:3;
}
}
@media (max-device-width:400px) {
.product-box {
	grid-template-rows:214px minmax(20px,auto) auto minmax(22px,auto) 50px minmax(18px,auto);
}
.product-box._Slider {
	/* width:175px 기준 */
	grid-template-rows:223px minmax(20px,auto) auto minmax(24px,auto) 50px minmax(18px,auto);
}
}
@media (max-device-width:389px) {
.product-box {
	grid-template-rows:minmax(196px,205px) minmax(20px,auto) auto minmax(22px,auto) 45px minmax(18px,auto);
}
.product-box .pro-price {
	font-size:21px;
}
.product-box .pro-price .priceS {
	font-size:17px;
}
}
@media (max-device-width: 359px) {
.product-List {
	width:calc(100% + 8px);
	margin-left:-4px;
	margin-right:-4px;
}
.product-box {
	width:calc(50% - 8px);
	margin-left:4px;
	margin-right:4px;
	grid-template-rows:minmax(173px,188px) minmax(18px,auto) auto minmax(22px,auto) 45px minmax(18px,auto);
}
.product-box .pro-colors i {
	width:14px;
	height:14px;
}
.product-box .pro-tag {
	font-size:11px;
}
}
@media (max-device-width:319px) {
.product-box {
	grid-template-rows:149px minmax(18px,auto) auto minmax(22px,auto) 45px minmax(18px,auto);
}
.product-box .pro-price .priceS {
	margin-left:10px;
	font-size:16px;
}
}


.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:18px;
	color:#404040;
}
.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;
	height:42px;
	padding:8px 15px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	font-size: 18px;
	color: inherit;
	background-color: #ffffff;
	border:2px solid #666666;
	border-radius:5rem;
	box-shadow:none;
	overflow:hidden;
	outline:none;
}
.goodsCate-Tab a:hover,
.goodsCate-Tab a.active {
	color:#fff;
	text-decoration:none;
	background-color:#6459ff;
	border-color:#6459ff;
}
.goodsCate-Tab a:focus {
	outline:none;
}
.goodsCate-Tab a:hover::after,
.goodsCate-Tab a.active::after {
	content:'';
	display:inline-block;
	width:22px;
	height:22px;
	margin-left:8px;
	background:url(/img/icons/i_plus_circle.svg) no-repeat 50% 50% #ffffff;
	background-size:cover;
	border-radius:100%;
}
.goodsCate-Tab .swiper-slide {
	width:auto;
	min-width:96px;
	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:1079px) {
.goodsCate-Tab li,
.goodsCate-Tab .swiper-slide a, .goodsCate-Tab a {
	font-size:16px;
}
}
@media (max-device-width:1023px) {
.goodsCate-Tab {
	margin-top:25px;
	margin-bottom:25px;
}
}
@media (max-device-width:767px) {
.goodsCate-Tab .swiper-slide {
	min-width:78px;
}
.goodsCate-Tab li,
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	font-size:14px;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	height:34px;
	padding:6px 12px;
}
.goodsCate-Tab a:hover::after,
.goodsCate-Tab a.active::after {
	width:18px;
	height:18px;
}
}
@media (max-device-width:539px) {
.goodsCate-Tab {
	margin-top:15px;
	margin-bottom:15px;
}
.goodsCate-Tab .swiper-slide {
	min-width:74px;
}
.goodsCate-Tab li,
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	font-size:13px;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	height:30px;
	border-width:1px;
}
.goodsCate-Tab a:hover::after,
.goodsCate-Tab a.active::after {
	width:16px;
	height:16px;
}
}


#mainGoods-Category {
	position:relative;
	margin-top:80px;
	margin-bottom:80px;
}
.mainGoods-Cate-in {}
#mainGoods-Category .headimage {
	float:left;
	width:538px;
	margin-right:60px;
}
#mainGoods-Category .headimage img {
	border-radius:0.75rem;
}
#mainGoods-Category .subject {
	display:none;
}
#mainGoods-Category .subject h4 {
	font-size:18px;
	color:#000;
}
#mainGoods-Category .article-goodsList {
	position:relative;
	margin-left:598px;
}
@media (max-device-width:1399px) {}
@media (max-device-width:1199px) {
#mainGoods-Category {
	margin-top:70px;
	margin-bottom:70px;
}
#mainGoods-Category .headimage {
	display:none;
}
#mainGoods-Category .subject {
	display:block;
}
#mainGoods-Category .subject h4 {
	font-size:16px;
}
#mainGoods-Category .article-goodsList {
	margin-left:0;
}
}
@media (max-device-width:1023px) {
#mainGoods-Category {
	margin-top:60px;
	margin-bottom:60px;
}
}
@media (max-device-width:539px) {
#mainGoods-Category {
	margin-top:40px;
	margin-bottom:40px;
}
}


#mainGoods-Best {
	position:relative;
	overflow:hidden;
	margin-top:100px;
	margin-bottom:120px;
}
.mainGoods-Best-in {}
@media (max-device-width:1399px) {}
@media (max-device-width:1199px) {
#mainGoods-Best {
	margin-top:80px;
	margin-bottom:95px;
}
}
@media (max-device-width:1023px) {
#mainGoods-Best {
	margin-top:65px;
	margin-bottom:80px;
}
}
@media (max-device-width:767px) {
}
@media (max-device-width:539px) {
#mainGoods-Best {
	margin-top:45px;
	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;
}

@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:'Nanum Square', '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;
}
}




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




