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

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

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

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

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

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

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

.top-inner {
	position: relative;
	height:128px;
	padding: 0px;
}

.top-btn {
	position:absolute;
	top:52px;
	left:0;
}
.top-btn a {
	display:block;
	box-sizing:border-box;
	padding:12px 25px;
	text-decoration:none;
	letter-spacing:-1px;
	font-family:'SUITE';
	font-size:16px;
	font-weight:700;
	color:#fff;
	border-radius:6rem;
	background:#242424;
}
.top-btn > * + * {
	margin-top:5px;
}


.top-util-menu {
	position: absolute;
	z-index:8;
	top: 43px;
	right: 0px;
}
.top-util-menu ul li {
	position: relative;
	float: left;
	margin:0 8px;
	font-family:'Nanum Gothic', 'Noto Sans KR';
	font-size: 14px;
	line-height: 1;
	color: #333;
}
.top-util-menu ul li a {
	display:block;
	position: relative;
	color: #333;
}
.top-util-menu ul li a::before {
	content:'';
	display:block;
	width:24px;
	height:24px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:transparent;
	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._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_receipt.png);
}
.cart_num {
	position:absolute;
	top:-5px;
	right:0;
	width:18px;
	height:18px;
	line-height:16px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background-color:#fc2b3a;
	border-radius:50%;
}
@media (max-device-width:1199px) {
.cart_num {
	top:-3px;
	width:15px;
	height:15px;
	line-height:15px;
	font-size:10px;
}
}

.header-logo {
	position: absolute;
	left:50%;
	top: 40px;
	transform:translateX(-50%);
}


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

#search-wrap {
	position: absolute;
	top:43px;
	right:300px;
}
.search-bar {
	float:none;
	box-sizing:border-box;
	width:190px;
	height:53px;
	padding:6px;
	background-color: #f2f2f2;
	border:0;
	border-radius: 5rem;
}
.g_window .gbox {
	float: left;
	width:calc(100% - 59px);
	margin-left:10px;
}
.g_window .gbox input {
	float: none;
	width: 100%;
	height:41px;
	margin: 2px 0 0 0;
	padding: 0;
	border: 0;
	outline: none;
	text-align: left;
	line-height:41px;
	font-size:16px;
	color: #000000;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window input[type=image] {
	float: left;
}
.g_window .btn_arw {
	float: left;
	width:41px;
	height:41px;
	box-sizing:border-box;
	margin:0 0 0 8px;
	padding:8px;
	background-color:#696fd6;
	border-radius:50%;
}
.g_window .btn_arw input {
	width:100%;
	height:100%;
	background-color:transparent;
	filter:invert(1);
}
.g_window .btn_arw a {
	display: block;
	width:100%;
	height:100%;
}
@media (max-device-width:1199px) {
#search-wrap {
	display: none;
}

#search-wrap-mb {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	width: 100%;
	height: 56px;
	box-sizing: border-box;
	margin: 0px;
	padding: 8px 10px;
	background-color:#ff4d18;
}
.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 15px 3px 10px;
	border:0;
	border-radius:3rem;
}
.g_window .gbox input {
	width: 100%;
}
.g_window .btn_arw {
	margin-top:-2px;
}
.schbt-close {
	float:left;
	width: 32px;
	height:37px;
	margin-left:10px;
	background:url(/img/icons/i_closed_white.png) no-repeat 50% 50%;
	background-size:contain;
}
}
@media (max-width:539px) {
.search-inner {
	width:100%;
}
}
/***** Search END *****/

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


#Footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding:50px 0 100px 0;
	text-align: center;
	background-color:#0c0b12;
}
.copy-inner {
	position: relative;
	display:inline-block;
}

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

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

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

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

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

.bottom-utilmenu {
	float:right;
	position:relative;
	width:500px;
	box-sizing:border-box;
	padding:25px 60px;
}
.bottom-utilmenu::after,
.bottom-utilmenu::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:1px;
	background-color:#ffffff;
	opacity:0.15;
}
.bottom-utilmenu::after {
	left:auto;
	right:0;
}
.bottom-utilmenu ul {
	display:inline-block;
	float:left;
	width:33.3%;
	box-sizing:border-box;
}
.bottom-utilmenu ul + ul {
	width:calc(33.3% - 25px);
	margin-left:25px;
}
.bottom-utilmenu li {
	box-sizing:border-box;
	position:relative;
	list-style:none;
	line-height:1.3;
	text-align:left;
	font-family:'Noto Sans KR';
	font-size:13px;
	color:#999999;
}
.bottom-utilmenu li::before {
	content:'\00B7';
	margin-right:5px;
	color:#636363;
}
.bottom-utilmenu li + li {
	margin-top:12px;
}
.bottom-utilmenu li a {
	color: inherit;
	text-decoration:none;
}
.footer-logo {
	display:block;
	margin-bottom:20px;
	filter:gray;
}
#Footer .copyright {
	float:left;
	width:calc(100% - 500px);
	position:relative;
	box-sizing:border-box;
	padding-right:145px;
	line-height:1.6;
	word-break:keep-all;
	text-align: left;
	font-family:'Noto Sans KR';
	font-size: 14px;
	color:#999;
}
#Footer .copyright .copyblank {
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
	margin-left:8px;
}
#Footer .copyright .copyblank:before {
	content:'/';
}

#Footer .esc {
	position: absolute;
	top:75px;
	right:45px;
	filter:grayscale(1);
	opacity:0.5;
}
@media (max-device-width:1399px) {
.bottom-utilmenu {
	width:430px;
	padding-left:30px;
	padding-right:30px;
}
#Footer .copyright {
	width:calc(100% - 430px);
}
#Footer .esc {
	right:30px;
}
}
@media (max-device-width:1199px) {
#Footer {
	padding-top:40px;
	padding-bottom:60px;
}
.copy-inner {
	display:block;
}
.bottom-utilmenu {
	float:none;
	width:100%;
	display:inline-block;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	margin-bottom:45px;
}
.bottom-utilmenu::before {
	display:none;
}
.bottom-utilmenu::after {
	top:auto;
	width:100%;
	height:1px;
}
.bottom-utilmenu ul {
	float:none;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}
.bottom-utilmenu ul + ul {
	width:auto;
	margin-left:auto;
}
.bottom-utilmenu li {
	float:left;
	margin-right:15px;
	padding:4px 0px;
}
.bottom-utilmenu li + li {
	margin-top:0;
}
#Footer .copyright {
	float:none;
	width:100%;
}
}
@media (max-device-width:1023px) {
#Footer .copyright {
	padding-right:0;
}
#Footer .esc {
	top:-10px;
}
}
@media (max-device-width:767px) {
#Footer .copyright .copyblank {
	display:block;
	clear:both;
	line-height:0;
	font-size:0;
	margin-left:0;
	margin-right:0;
}
#Footer .copyright .copyblank::before {
	content:'';
}
#Footer .esc {
	top:0px;
}
}
@media (max-device-width:539px) {
.footer-logo {
	height:48px;
}
.bottom-utilmenu li {
	margin-right:10px;
	font-size:12px;
}
#Footer .copyright {
	font-size:13px;
}
#Footer .esc {
	top:-15px;
	right:0;
}
}
@media (max-device-width:359px) {
.footer-logo {
	height:40px;
}
}

#Bottom-contents {
	clear:both;
	position:relative;
	margin-top:120px;
	margin-bottom:135px;
}
#Bottom-contents .Bottom-contents-inner {
	position:relative;
	height:560px;
	display:grid;
	grid-template-rows:1fr 124px;
	grid-template-columns:724px 1fr;
	grid-gap:0 65px;
	grid-template-areas:'bottom_event bottom_service_menu' 'bottom_event bottom_cs';
}
#Bottom-contents .Bottom-contents-inner > * {
	display:inline-block;
	box-sizing:border-box;
}
#Bottom-contents .goods-subject {
	position:absolute;
	top:0;
	left:0;
	margin-bottom:10px;
	text-align:left;
}
#Bottom-contents .goods-subject h3 {
	margin-bottom:0;
	text-transform:uppercase;
}
#Bottom-contents .bottom-event {
	grid-area:bottom_event;
	position:relative;
}
#Bottom-contents .bottom-service {
	grid-area:bottom_service_menu;
	position:relative;
	padding-top:60px;
}
#Bottom-contents .bottom-service ol {
	display:flex;
	flex-wrap:wrap;
	margin-left:-10px;
	margin-right:-10px;
}
#Bottom-contents .bottom-service li {
	flex:1 0 calc(20% - 20px);
	margin-left:10px;
	margin-right:10px;
	margin-bottom:50px;
	line-height:1;
	font-size:17px;
	font-weight:800;
	color:#333;
}
#Bottom-contents .bottom-service li a {
	display:block;
	color:#333;
}
#Bottom-contents .bottom-service li p {
	margin-top:12px;
}
#Bottom-contents .bottom-customer {
	grid-area:bottom_cs;
	position:relative;
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
	position:relative;
	padding-top:30px;
	text-align:left;
	letter-spacing:-1px;
	color:#333333;
}
#Bottom-contents .bottom-customer::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:1px;
	background-color:#ccc;
}
#Bottom-contents .bottom-customer dl {
	display:inline-flex;
	flex-wrap:nowrap;
}
#Bottom-contents .bottom-customer .bottom-customer-call {
	flex:0 0 53%;
}
#Bottom-contents .bottom-customer .bottom-customer-call > * {
	flex:1 0 auto;
}
#Bottom-contents .bottom-customer .bottom-customer-bank {
	flex-wrap:wrap;
	flex:0 0 calc(47% - 60px);
	margin-left:60px;
	line-height:1.6;
}
#Bottom-contents .bottom-customer .bottom-customer-bank > * {
	flex:0 0 100%;
}
#Bottom-contents .bottom-customer dt {
	font-size:22px;
	font-weight:800;
}
#Bottom-contents .bottom-customer .bottom-customer-call dt {
	margin-right:25px;
}
#Bottom-contents .bottom-customer dt .fs {
	font-family:'Noto Sans KR';
	font-size:15px;
	font-weight:700;
	color:#c5c5c5;
}
#Bottom-contents .bottom-customer .bottom-customer-call h5,
#Bottom-contents .bottom-customer .bottom-customer-call h4 {
	margin-bottom:0;
	font-weight:800;
}
#Bottom-contents .bottom-customer .bottom-customer-call h4 {
	font-size:27px;
}
#Bottom-contents .bottom-customer .bottom-customer-bank dt {
	font-size:18px;
	font-weight:800;
}
#Bottom-contents .bottom-customer .bottom-customer-bank dd {
	font-family:'Noto Sans KR';
	font-size:15px;
}
#Bottom-contents .bottom-customer .bottom-customer-bank .banknb {
	font-family:'NanumSquare', 'Nanum Square';
	font-size:24px;
	font-weight:800;
}
@media (max-device-width:1399px) {
#Bottom-contents .Bottom-contents-inner {
	height:530px;
	grid-template-columns:672px 1fr;
	grid-gap:0 45px;
}
#Bottom-contents .bottom-service ol {
	margin-left:-5px;
	margin-right:-5px;
}
#Bottom-contents .bottom-service li {
	flex:1 0 calc(20% - 10px);
	margin-left:5px;
	margin-right:5px;
	margin-bottom:40px;
	font-size:16px;
}
}
@media (max-device-width:1299px) {
#Bottom-contents .Bottom-contents-inner {
	height:479px;
	grid-template-rows:1fr 110px;
	grid-template-columns:600px 1fr;
}
#Bottom-contents .bottom-service li {
	margin-bottom:20px;
	font-size:14px;
}
#Bottom-contents .bottom-customer .bottom-customer-call h4 {
	font-size:24px;
}
#Bottom-contents .bottom-customer .bottom-customer-bank .banknb {
	font-size:20px;
}
#Bottom-contents .bottom-customer {
	padding-top:25px;
}
}
@media (max-device-width:1199px) {
#Bottom-contents {
	margin-top:65px;
	margin-bottom:100px;
}
#Bottom-contents .Bottom-contents-inner {
	height:auto;
	grid-template-rows:840px 104px 1fr 86px;
	grid-template-columns:100%;
	grid-gap:0;
	grid-template-areas:'bottom_event' 'bottom_subject' 'bottom_service_menu' 'bottom_cs';
}
#Bottom-contents .goods-subject {
	grid-area:bottom_subject;
	position:relative;
	top:auto;
	left:auto;
	margin-top:45px;
	margin-bottom:25px;
}
#Bottom-contents .bottom-service {
	padding-top:0;
}
#Bottom-contents .bottom-service li {
	margin-bottom:30px;
	font-size:16px;
}
#Bottom-contents .bottom-customer .bottom-customer-call {
	flex:0 0 50%;
}
#Bottom-contents .bottom-customer .bottom-customer-bank {
	flex:0 0 calc(50% - 60px);
}
#Bottom-contents .bottom-customer .bottom-customer-bank dt,
#Bottom-contents .bottom-customer .bottom-customer-call dt {
	flex:0 0 auto;
	margin-right:45px;
}
#Bottom-contents .bottom-customer .bottom-customer-bank > * {
	flex:1 0 auto;
}
}
@media (max-device-width:1110px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:780px 104px 1fr 86px;
}
}
@media (max-device-width:1079px) {
#Bottom-contents {
	margin-bottom:85px;
}
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:740px 104px 1fr 86px;
}
}
@media (max-device-width:1023px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:630px 104px 1fr 86px;
}
#Bottom-contents .bottom-customer .bottom-customer-call {
	flex:0 0 41%;
}
#Bottom-contents .bottom-customer .bottom-customer-bank {
	flex:0 0 calc(59% - 60px);
}
#Bottom-contents .bottom-customer .bottom-customer-bank dt,
#Bottom-contents .bottom-customer .bottom-customer-call dt {
	margin-right:30px;
}
}
@media (max-device-width:900px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:560px 104px 1fr 86px;
}
}
@media (max-device-width:819px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:532px 104px 1fr 86px;
}
}
@media (max-device-width:767px) {
#Bottom-contents {
	margin-top:50px;
}
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:466px 96px 1fr 110px;
}
#Bottom-contents .bottom-service li {
	font-size:14px;
}
#Bottom-contents .bottom-customer .bottom-customer-call {
	flex:0 0 53%;
}
#Bottom-contents .bottom-customer .bottom-customer-bank {
	flex:0 0 calc(47% - 45px);
	margin-left:45px;
}
#Bottom-contents .bottom-customer .bottom-customer-bank dt,
#Bottom-contents .bottom-customer .bottom-customer-bank > * {
	flex:0 0 100%;
}
}
@media (max-device-width:639px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:388px 96px 1fr 110px;
}
#Bottom-contents .bottom-customer .bottom-customer-call {
	flex:0 0 57%;
}
#Bottom-contents .bottom-customer .bottom-customer-bank {
	flex:0 0 calc(43% - 45px);
}
}
@media (max-device-width:539px) {
#Bottom-contents {
	margin-top:40px;
	margin-bottom:60px;
}
#Bottom-contents .bottom-customer {
	flex-wrap:wrap;
	padding-top:20px;
}
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:334px 80px 1fr 136px;
}
#Bottom-contents .goods-subject {
	margin-bottom:15px;
}
#Bottom-contents .bottom-service li {
	margin-bottom:20px;
	font-size:12px;
}
#Bottom-contents .bottom-service li p {
	margin-top:8px;
}
#Bottom-contents .bottom-customer .bottom-customer-call,
#Bottom-contents .bottom-customer .bottom-customer-bank {
	flex:0 0 100%;
}
#Bottom-contents .bottom-customer .bottom-customer-bank {
	margin-left:0;
	margin-top:15px;
}
#Bottom-contents .bottom-customer .bottom-customer-bank > * {
	flex:1 0 auto;
}
#Bottom-contents .bottom-customer .bottom-customer-bank dt,
#Bottom-contents .bottom-customer dt {
	font-size:16px;
}
#Bottom-contents .bottom-customer dt .fs {
	font-size:13px;
}
#Bottom-contents .bottom-customer .bottom-customer-call dt,
#Bottom-contents .bottom-customer .bottom-customer-bank dt {
	flex:0 0 150px;
}
#Bottom-contents .bottom-customer .bottom-customer-call h4 {
	font-size:20px;
}
#Bottom-contents .bottom-customer .bottom-customer-call h5 {
	font-size:16px;
}
#Bottom-contents .bottom-customer .bottom-customer-bank dd {
	font-size:13px;
}
#Bottom-contents .bottom-customer .bottom-customer-bank .banknb {
	font-size:18px;
}
}
@media (max-device-width:479px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:314px 80px 1fr 136px;
}
}
@media (max-device-width:449px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:300px 75px 1fr 136px;
}
#Bottom-contents .goods-subject {
	margin-top:35px;
}
#Bottom-contents .bottom-customer .bottom-customer-bank dt, 
#Bottom-contents .bottom-customer .bottom-customer-call dt {
	margin-right:20px;
}
}
@media (max-device-width:419px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:272px 75px 1fr 136px;
}
}
@media (max-device-width:389px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:250px 75px 1fr 136px;
}
}
@media (max-device-width:359px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:220px 75px 1fr 136px;
}
#Bottom-contents .bottom-service li {
	font-size:11px;
}
#Bottom-contents .bottom-customer .bottom-customer-call dt, 
#Bottom-contents .bottom-customer .bottom-customer-bank dt {
	flex:0 0 110px;
}
}
@media (max-device-width:319px) {
#Bottom-contents .Bottom-contents-inner {
	grid-template-rows:220px 75px 1fr 150px;
}
#Bottom-contents .bottom-customer .bottom-customer-bank dt {
	flex:0 0 100%;
	margin-right:0;
}
}

/*--우측아이콘--*/
.qm-wrap {
	position:absolute;
	z-index:91;
	top:360px;
	right:90px;
	width:70px;
}
.qm-wrap ol {
	list-style:none;
}
.qm-wrap li + li {
	margin-top:10px;
}
.qm-wrap a {
	display:block;
	cursor:pointer;
}
.qm-fixed {
	position:fixed;
	z-index:91;
	left:0;
	bottom:80px;
	overflow:hidden;
	padding:20px;
	border-radius:0 1.25rem 1.25rem 0;
}
.qm-fixed::before {
	content:'';
	display:block;
	position:absolute;
	z-index:90;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#2f2760;
	opacity:0.85;
}
.qm-fixed > * {
	position:relative;
	z-index:91;
}
.qm-fixed .open {
	position:absolute;
	z-index:92;
	top:20px;
	right:15px;
	width:28px;
	height:28px;
	cursor:pointer;
	background:url(/img/icons/i_arrow_bold.png) no-repeat 50% 50%;
	background-size:20px;
	filter:invert(1);
	transition:transform 0.3s;
}

.qm-csbox {
	position:absolute;
	z-index:95;
	right:80px;
	top:50%;
	transform:translateY(-200px);
	width:320px;
	box-sizing:border-box;
	padding:25px;
	text-align:center;
	font-weight:600;
	color:#ffffff;
	background-color:#352c6c;
	border-radius:1.25rem;
}
.qm-csbox > div + div {
	margin-top:18px;
}
.qm-csbox h5 {
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:5px 12px;
	line-height:1;
	font-size:17px;
	color:#fff;
	border:1px solid #c0bcff;
	border-radius:0.312rem;
}
.qm-csbox h4 {
	margin-bottom:0;
	color:#ffffff;
}
@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-wrap li + li {
	margin-top:8px;
}

.qm-fixed {
	display:none;
}

.qm-csbox {
	transform:translateY(-75%);
	letter-spacing:0;
}
.qm-csbox p {
	letter-spacing:0;
}
}
@media (max-device-width:1199px) {
.qm-csbox {
	width:240px;
	padding:20px 15px;
	font-size:16px;
}
.qm-csbox h5 {
	font-size:16px;
}
.qm-csbox h4 {
	font-size:20px;
}
}
@media (max-device-width:1023px) {
.qm-wrap {
	width:48px;
}

.qm-csbox {
	right:56px;
}
}
@media (max-device-width:767px) {
.qm-wrap {
	width:42px;
}
.qm-wrap li + li {
	margin-top:5px;
}

.qm-csbox {
	right:50px;
	transform:translateY(-75%);
	font-size:14px;
}
.qm-csbox h5 {
	margin-bottom:8px;
	font-size:14px;
}
.qm-csbox h4 {
	font-size:18px;
}
}
@media (max-device-width:539px) {
.qm-wrap {
	right:10px;
	width:36px;
}

.qm-csbox {
	right:42px;
	width:216px;
	font-size:13px;
}
.qm-csbox > div + div {
	margin-top:15px;
}
.qm-csbox h4 {
	font-size:16px;
}
}
@media (orientation: portrait) and (max-device-width:539px) {
.qm-csbox {
	transform:translateY(-75%);
}
}
@media (orientation: landscape) and (max-device-height:539px) {
.qm-wrap {
	bottom:30px;
	width:36px;
}

.qm-csbox {
	transform:translateY(-90px);
	width:400px;
	text-align:left;
	font-size:12px;
}
.qm-csbox > div + div {
	margin-top:12px;
}
.qm-csbox h5 {
	margin-bottom:0;
	margin-right:10px;
	font-size:12px;
}
.qm-csbox h4 {
	display:inline-block;
	font-size:14px;
}
.qm-csbox p {
	display:inline-block;
}
}



/*** MAIN *--------------------------*/
#article {
	position:relative;
	padding:0;
}

#Visual-section {
	position: relative;
	z-index:1;
	width: 100%;
	height: 770px;
	margin: 0;
	text-align: center;
	overflow:hidden;
}
.visual_kakao {
	position:absolute;
	z-index:2;
	right:0;
	bottom:0;
}
@media (max-device-width:1399px) {
#Visual-section {
	height: 1028px;
}
.visual_kakao {
	display:none;
}
}
@media (max-device-width:1199px) {
#Visual-section {
	height: 882px;
}
}
@media (max-device-width:1110px) {
#Visual-section {
	height: 810px;
}
}
@media (max-device-width:1079px) {
#Visual-section {
	height: 778px;
}
}
@media (max-device-width:1023px) {
#Visual-section {
	height: 591px;
}
}
@media (max-device-width:767px) {
#Visual-section {
	height: 488px;
}
}
@media (max-device-width:639px) {
#Visual-section {
	height: 425px;
}
}
@media (max-device-width:539px) {
#Visual-section {
	height: 371px;
}
}
@media (max-device-width:479px) {
#Visual-section {
	height: 344px;
}
}
@media (max-device-width:419px) {
#Visual-section {
	height: 330px;
}
}
@media (max-device-width:389px) {
#Visual-section {
	height: 304px;
}
}
@media (max-device-width:359px) {
#Visual-section {
	height: 264px;
}
}
@media (max-device-width:319px) {
#Visual-section {
	height: 235px;
}
}

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

#mainBan-section {
	clear: both;
	margin:0;
}
.Banner-innner {
	position:relative;
}
.Banner-row {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content: space-between;
}
.Banner-row + .Banner-row {
	margin-top:13px;
}
.Banner-col {
	flex:0 1 auto;
	position:relative;
}
.Banner-col + .Banner-col {
	margin-left:16px;
}
.Banner-row.ban_2col > * {
	width:calc(50% - 16px);
}
.Banner-row.ban_3col > * {
	width:calc(33.3% - 11px);
}
.Banner-innner a {
	display:block;
}

#mainBan-section.bannerRoll {}
#mainBan-section.bannerWide {}
@media (max-device-width:1199px) {
#mainBan-section {
	margin-top:0;
}
.Banner-innner {
	margin-left:0;
	margin-right:0;
}
.Banner-innner img {
	width:100%;
	height:100%;
}
.Banner-col + .Banner-col {
	margin-left:0;
}
.Banner-row.ban_2col > * {
	width:50%;
}
.Banner-row.ban_3col > * {
	width:33.333%;
}
}
@media (max-device-width:1023px) {
#mainBan-section {
	margin-bottom:60px;
}
}
@media (max-device-width:900px) {
#mainBan-section {
	margin-bottom:45px;
}
.Banner-row + .Banner-row {
	margin-top:10px;
}
}
@media (max-device-width:767px) {
}
@media (max-device-width:539px) {
#mainBan-section {
	margin-bottom:25px;
}
.Banner-innner {
	margin-left:0 !important;
	margin-right:0 !important;
}
.Banner-row + .Banner-row {
	margin-top:6px;
}
.Banner-row.ban_3col > * {
	width:100%;
}
}

.goods-subject {
	position:relative;
	clear:both;
	display:inline-block;
	width:100%;
	margin-bottom:0px;
	text-align:center;
	font-family:'NanumSquare', 'Nanum Square';
}
.goods-subject h2 {
	position:relative;
	z-index:2;
	vertical-align:middle;
	margin-bottom:30px;
	line-height:1;
	font-size:77px;
	color:#000;
}
.goods-subject h3 {
	position:relative;
	z-index:2;
	vertical-align:middle;
	margin-bottom:15px;
	letter-spacing:-1px;
	line-height:1.1;
	font-size:40px;
	font-weight:400;
	color:#000;
}
.goods-subject h3 strong {
	font-weight:800;
}
.goods-subject h4 {
	position:relative;
	z-index:2;
	vertical-align:middle;
	margin-bottom:0;
	font-size:24px;
	font-weight:400;
	color:#333;
}
@media (max-device-width:1199px) {
.goods-subject h3 {
	font-size:38px;
}
}
@media (max-device-width:1023px) {
.goods-subject h3 {
	margin-bottom:10px;
	font-size:30px;
}
.goods-subject h4 {
	font-size:19px;
}
}
@media (max-device-width:767px) {
.goods-subject h3 {
	font-size:28px;
}
}
@media (max-device-width:539px) {
.goods-subject h3 {
	margin-bottom:8px;
	font-size:24px;
}
.goods-subject h4 {
	font-size:16px;
}
}

/*--상품이미지크기--*/
.product-List {
	display: inline-block;
	clear: both;
	width:calc(100% + 40px);
	margin-left:-20px;
	margin-right:-20px;
	text-align: center;
}

.product-box {
	float:left;
	position:relative;
	display:grid;
	grid-template-rows:401px 24px 14px 74px;
	grid-template-columns:100%;
	grid-gap:10px;
	grid-template-areas:'goodslist-thumbimg' 'goodslist-price' 'goodslist-icons' 'goodslist-name';
	width:calc(25% - 40px);
	box-sizing: border-box;
	margin: 0 20px 45px 20px;
	padding-bottom:4px;
	text-align: center;
	border: 1px solid transparent;
	border-radius:0.314rem;
}
.product-box:hover {
	border-color: #a39dff;
}
.product-box._Slider {
	float:none;
	width:auto;
	height:auto;
	margin-left:0;
	margin-right:0;
	padding-bottom:15px;
}
.product-box .pro-thumb {
	clear: both;
	width: 100%;
	overflow:hidden;
	margin-bottom:8px;
	background-color:#fff;
	border-radius:0.3rem;
	grid-area:goodslist-thumbimg;
}
.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:goodslist-icons;
}
.product-box .pro-icon img {
	height:14px;
}
.swiper-slide .pro-icon img {
	width:auto !important;
	height:14px !important;
}
.product-box .pro-memo {
	clear: both;
	margin-top:5px;
	word-break: break-all;
	line-height:1.2;
	font-family:'Noto Sans KR';
	font-size: 16px;
	font-weight:400;
	color: #666;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.product-box .pro-title {
	clear: both;
	box-sizing: border-box;
	word-break: break-word;
	line-height:1.2;
	letter-spacing:-1px;
	font-size:20px;
	color: #000;
	font-weight: 800;
	text-align: left;
	grid-area:goodslist-name;
}
.product-box .pro-title a {
	color: #000;
	display:block;
	white-space: normal;
	overflow:hidden;
	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 .pro-price {
	clear: both;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	letter-spacing:-1px;
	font-family:'Fira Sans', 'Nanum Gothic';
	font-size: 15px;
	font-weight:600;
	color: #999;
	text-align: left;
	grid-area:goodslist-price;
}
.product-box .pro-price span {
	display: inline-block;
}
.product-box .pro-price del {
	margin-left:8px;
	color:#999;
}
.product-box .pro-price .priceB {
	font-size:20px;
	color:#000000;
}
.product-box .pro-price .priceS {
	margin-left:20px;
	font-size:21px;
	color:#cc3333;
}
.product-box .pro-price .priceS::after {
	content:'\0025';
}
.product-box .pro-price .price-soldout {
	font-size:20px;
	color:#aaa8b4;
}
.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: 0px auto;
	padding: 40px 0px;
	text-align: center;
}
.product_more::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	left:0;
	right:0;
	border-bottom:1px dashed #ff6363;
}
.product_more > * {
	position:relative;
	z-index:2;
}
.product_more .btn_mainmore {
	display:inline-block;
	cursor:pointer;
	padding:12px 42px;
	font-size:23px;
	font-weight:5000;
	color:#fff;
	background-color:#ff6363;
	border-radius:5rem;
}
.product_more .btn_mainmore::before {
	content:'더보기';
}
.product_more .btn_mainmore::after {
	content:'\002B';
	margin-left:8px;
}
@media (max-device-width:1399px) {
.product-List {
	width:calc(100% + 30px);
	margin-left:-15px;
	margin-right:-15px;
}
.product-box {
	grid-template-rows:389px 24px 14px 74px;
	width:calc(25% - 30px);
	margin-left:15px;
	margin-right:15px;
}
}
@media (max-device-width:1299px) {
.product-box {
	grid-template-rows:358px 24px 14px 74px;
}
}
@media (max-device-width:1199px) {
.product-List {
	width:calc(100% + 24px);
	margin-left:-12px;
	margin-right:-12px;
}
.product-box {
	grid-template-rows:332px 24px 14px 64px;
	width:calc(25% - 24px);
	margin-left:12px;
	margin-right:12px;
	margin-bottom:30px;
}
.product-box._Slider {
	width:100%;
}
.product-box .pro-title {
	font-size:17px;
}
.product-box .pro-memo {
	font-size:14px;
}
}
@media (max-device-width:1110px) {
.product-box {
	grid-template-rows:305px 24px 14px 64px;
}
}
@media (max-device-width:1079px) {
.product-List {
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
}
.product-box {
	grid-template-rows:291px 24px 14px 64px;
	width:calc(25% - 20px);
	margin-left:10px;
	margin-right:10px;
}
}
@media (max-device-width:1023px) {
.product-List {
	width:calc(100% + 16px);
	margin-left:-8px;
	margin-right:-8px;
}
.product-box {
	grid-template-rows:260px 20px 14px 55px;
	grid-gap:7px;
	width:calc(25% - 16px);
	margin-left:8px;
	margin-right:8px;
}
.product-box .pro-title {
	font-size:14px;
}
.product-box .pro-memo {
	font-size:12px;
}
.product-box .pro-price {
	font-size:14px;
}
.product-box .pro-price .priceS,
.product-box .pro-price .priceB {
	font-size:18px;
}
.product-box .pro-price .priceS {
	margin-left:15px;
}

.product_more {
	padding-top:20px;
	padding-bottom:20px;
}
}
@media (max-device-width:900px) {
.product-box {
	grid-template-rows:227px 20px 14px 55px;
}
}
@media (max-device-width:819px) {
.product-box {
	grid-template-rows:215px 20px 14px 55px;
}
}
@media (max-device-width: 767px) {
.product-List {
	width:calc(100% + 12px);
	margin-left:-6px;
	margin-right:-6px;
}
.product-box {
	grid-template-rows:185px 18px 14px 72px;
	width:calc(25% - 12px);
	margin-left:6px;
	margin-right:6px;
	margin-bottom:25px;
}
.product-box .pro-title a {
	-webkit-line-clamp:3;
}
.product-box .pro-price {
	font-size:12px;
	font-weight:500;
}
.product-box .pro-price .priceS,
.product-box .pro-price .priceB {
	font-size:16px;
	font-weight:600;
}

.product_more .btn_mainmore {
	padding:8px 25px;
}
}
@media (max-device-width: 639px) {
.product-List {
	width:calc(100% + 20px);
	margin-left:-10px;
	margin-right:-10px;
}
.product-box {
	grid-template-rows:312px 20px 14px 55px;
	width:calc(50% - 20px);
	margin-left:10px;
	margin-right:10px;
}
.product-box .pro-title a {
	-webkit-line-clamp:2;
}
.product-box .pro-price {
	font-size:13px;
}
.product-box .pro-price .priceS,
.product-box .pro-price .priceB {
	font-size:18px;
}
}
@media (max-device-width: 539px) {
.product-box {
	grid-template-rows:274px 20px 14px 55px;
}

.product_more .btn_mainmore {
	font-size:12px;
}
}
@media (max-device-width: 479px) {
.product-box {
	grid-template-rows:256px 20px 14px 55px;
}

.product_more {
	padding-top:15px;
	padding-bottom:15px;
}
}
@media (max-device-width: 449px) {
.product-List {
	width:calc(100% + 12px);
	margin-left:-6px;
	margin-right:-6px;
}
.product-box {
	grid-template-rows:248px 20px 14px 55px;
	width:calc(50% - 12px);
	margin-left:6px;
	margin-right:6px;
}
}
@media (max-device-width:419px) {
.product-box {
	grid-template-rows:237px 18px 14px 56px;
}
.product-box .pro-price {
	font-size:12px;
}
.product-box .pro-price .priceS,
.product-box .pro-price .priceB {
	font-size:16px;
}
}
@media (max-device-width:399px) {
.product-box {
	grid-template-rows:223px 18px 14px 56px;
}
}
@media (max-device-width:380px) {
.product-box {
	grid-template-rows:209px 18px 14px 56px;
}
}
@media (max-device-width: 359px) {
.product-List {
	width:calc(100% + 8px);
	margin-left:-4px;
	margin-right:-4px;
}
.product-box {
	grid-template-rows:182px 18px 14px 85px;
	width:calc(50% - 8px);
	margin-left:4px;
	margin-right:4px;
}
.product-box .pro-title a {
	-webkit-line-clamp:3;
}
.product-box .pro-memo {
	white-space:normal;
	-webkit-line-clamp:2;
}
}
@media (max-device-width: 319px) {
.product-box {
	grid-template-rows:157px 18px 14px 85px;
}
}

.goodsCate-Tab {
	clear:both;
	position:relative;
	display:inline-flex !important;
	margin:60px auto;
	width:auto;
	height:100%;
}
.goodsCate-Tab li {
	float:left;
	margin-right:15px;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	display:block;
	box-sizing:border-box;
	padding:15px 40px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	line-height:1;
	font-family:'Nanum Square', 'NanumSquare';
	font-size:19px;
	font-weight:700;
	color:#9c9c9c;
	background-color: #ffffff;
	border:0;
	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:#6a57e0;
}
.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:540px;
}
@media (max-device-width:1079px) {
.goodsCate-Tab {
	width:100%;
}
}
@media (max-device-width:1023px) {
.goodsCate-Tab {
	margin-top:45px;
	margin-bottom:45px;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:10px 20px;
	font-family:'Nanum Gothic', 'Noto Sans KR';
	font-size:16px;
}
}
@media (max-device-width:767px) {
}
@media (max-device-width:539px) {
.goodsCate-Tab {
	margin-top:30px;
	margin-bottom:30px;
}
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	font-size:14px;
}
}
@media (max-device-width:419px) {
.goodsCate-Tab .swiper-slide a,
.goodsCate-Tab a {
	padding:8px 15px;
}
}
@media (max-device-width:359px) {
.goodsCate-Tab {
	margin-top:25px;
	margin-bottom:25px;
}
}


.mainGoods-cate,
.mainGoods-new {
	position:relative;
}
.mainGoods-new {
	background:url(/img/main/main_goods_bg.png) no-repeat 50% 0%;
	background-size:100%;
}
#article.mainGoods-cate {
	margin-top:160px;
	margin-bottom:50px;
}
.mainGoods-cate-in {}
@media (max-device-width:1199px) {
#article.mainGoods-cate {
	margin-top:120px;
}
}
@media (max-device-width:1023px) {
#article.mainGoods-cate {
	margin-top:100px;
	margin-bottom:35px;
}
}
@media (max-device-width:767px) {
#article.mainGoods-cate {
	margin-top:80px;
	margin-bottom:25px;
}
}
@media (max-device-width:539px) {
#article.mainGoods-cate {
	margin-top:50px;
	margin-bottom:20px;
}
}

#mainGoods-new::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	height:100%;
	background:url(/img/main/main_center_bg.png) no-repeat 50% 0%;
	background-size:100%;
}
#mainGoods-new {
	position:relative;
	clear:both;
	height:840px;
	box-sizing:border-box;
	padding-top:65px;
	padding-bottom:160px;
}
.mainGoods-new-in {
	position:relative;
	z-index:2;
	display:grid;
	grid-template-rows:569px;
	grid-template-columns:702px calc(100% - 702px);
	width:100%;
}
.mainGoods-new-in .goods-subject {
/*	float:left;
	width:444px;*/
	grid-column:1;
	box-sizing:border-box;
	margin-left:258px;
	padding-top:45px;
	text-align:left;
}
.mainGoods-new-in .goods-subject h2 {
	font-family:'Viga', 'Nanum Square', 'NanumSquare';
	font-weight:400;
}
.mainGoods-new-in .goods-subject h3 {
	margin-bottom:10px;
	font-size:30px;
}
.mainGoods-new-in .goods-subject h4 {
	font-size:22px;
}
.mainGoods-new-in .goods-subject .more_btn {
	display:block;
	margin-top:50px;
}
.mainGoods-new-in .newitems-section {
/*	float:right;
	width:calc(100% - 702px);*/
	grid-column:2;
	position:relative;
}
@media (max-device-width:1399px) {
.mainGoods-new-in {
	grid-template-columns:582px calc(100% - 582px);
}
.mainGoods-new-in .goods-subject {
	margin-left:138px;
}
}
@media (max-device-width:1199px) {
#mainGoods-new {
	height:710px;
	padding-bottom:120px;
}
.mainGoods-new-in {
	grid-template-rows:484px;
	grid-template-columns:558px calc(100% - 558px);
}
.mainGoods-new-in .goods-subject {
	margin-left:114px;
}
.mainGoods-new-in .goods-subject h2 {
	font-size:64px;
}
.mainGoods-new-in .goods-subject h3 {
	font-size:28px;
}
.mainGoods-new-in .goods-subject h4 {
	font-size:18px;
}
}
@media (max-device-width:1079px) {
#mainGoods-new {
	height:680px;
}
.mainGoods-new-in {
	grid-template-rows:455px;
	grid-template-columns:444px calc(100% - 444px);
}
.mainGoods-new-in .goods-subject {
	margin-left:45px;
	padding-right:45px;
}
}
@media (max-device-width:1023px) {
#mainGoods-new {
	height:auto;
	padding-bottom:100px;
}
.mainGoods-new-in {
	display:block;
	grid-template-rows:none;
	grid-template-columns:none;
}
.mainGoods-new-in .goods-subject {
	margin-left:0;
	margin-bottom:40px;
	padding-top:0;
	padding-left:70px;
	padding-right:25px;
}
.mainGoods-new-in .goods-subject h2 {
	font-size:54px;
}
.mainGoods-new-in .goods-subject h3 {
	font-size:24px;
}
.mainGoods-new-in .goods-subject h4 {
	font-size:16px;
}
.mainGoods-new-in .goods-subject .more_btn {
	position:absolute;
	top:10px;
	right:25px;
	width:128px;
	margin-top:0;
}
.mainGoods-new-in .newitems-section {
	height:455px;
}
}
@media (max-device-width:767px) {
#mainGoods-new {
	padding-bottom:85px;
}
.mainGoods-new-in .goods-subject {
	padding-left:45px;
}
.mainGoods-new-in .goods-subject h2 {
	margin-bottom:20px;
	font-size:38px;
}
.mainGoods-new-in .goods-subject h3 {
	font-size:22px;
}
.mainGoods-new-in .goods-subject h3 strong {
	font-weight:700;
}
.mainGoods-new-in .goods-subject .more_btn {
	width:108px;
}
.mainGoods-new-in .newitems-section {
	height:341px;
}
}
@media (max-device-width:539px) {
#mainGoods-new {
	padding-top:30px;
	padding-bottom:50px;
}
.mainGoods-new-in .goods-subject {
	margin-bottom:30px;
	padding-left:25px;
}
.mainGoods-new-in .goods-subject h2 {
	margin-bottom:12px;
	font-size:32px;
}
.mainGoods-new-in .goods-subject h3 {
	font-size:19px;
}
.mainGoods-new-in .goods-subject h4 {
	font-size:14px;
}
.mainGoods-new-in .goods-subject .more_btn {
	position: relative;
	top:auto;
	right:auto;
	width:96px;
	margin-top:25px;
}
.mainGoods-new-in .newitems-section {
	height:279px;
}
}


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: 540px;
}
.contents-inner {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

@media (max-device-width:1199px) {
#contents {
	min-height:480px;
	padding-top:45px;
}
.contents-inner {
	min-height:calc(100vh - 520px);
}
}
@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: 0 auto 60px auto;
	text-align: center;
}
.login-form .login-box {
	flex:1 0 0%;
	width:320px;
	min-height:375px;
	align-self: stretch;
	box-sizing:border-box;
	padding:30px 25px 0 25px;
	color:#fff;
	overflow:hidden;
	border:0px;
	border-radius:1.75rem;
	background-color:#8a7cdf;
}
.login-form > :nth-child(2) {
	margin-left:60px;
}
.login-form h2 {
	margin-bottom: 20px;
	line-height: 1;
	text-align: center;
	word-break:keep-all;
	letter-spacing:-1px;
	font-family:'Nanum Square', 'NanumSquare';
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}
.login-form h2 .fs {
	display:block;
	margin-top:10px;
	line-height:1.3;
	font-family:'Noto Sans KR', 'Nanum Gothic';
	font-size:16px;
	font-weight:400;
}
.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 15px !important;
	line-height: 40px !important;
	color: #000;
	text-align: left;
	border-radius:2rem;
	border-width:0;
	background-color: #fff;
}
input.login:focus {
	outline-color:#6a57e0;
}

.login-form .login-btnform > * {
	width:100%;
}
.login-form .login-member {
	margin:45px -25px 0 -25px;
	padding-top:20px;
	padding-bottom:20px;
	font-family:'Noto Sans KR', 'Nanum Gothic';
	font-size:14px;
	border-top:1px solid rgba(255,255,255,0.3);
	background-color:#423978;
}
.login-form .login-member a {
	display:block;
	margin:5px 0px;
	color:#ffffff;
}
@media (max-device-width:1199px) {
.login-form {
	margin-bottom:45px;
}
}
@media (max-device-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-device-width:539px) {
.login-form {
	display:inline-grid;
}
.login-form h2 {
	font-size:24px;
}
.login-form h2 .fs {
	font-size:14px;
}
.login-form .login-box {
	flex:0 0 auto;
	width:100%;
	border-radius:1.278rem;
}
}
@media (max-device-width:359px) {
.login-form {
	justify-content:center;
	width:100%;
}
.login-form .login-box {
	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 dl > * > * {
	margin-top:2px;
	margin-bottom:2px;
}
.join-inputform dt {
	flex:0 0 auto;
	width:150px;
	color:#000;
	font-weight:bold;
}
.join-inputform dt::before {
	content:'\00B7';
	margin-right:8px;
}

.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:calc(100% - 90px);
	margin-left:45px;
	margin-right:45px;
}
}
@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;
	padding-top:12px;
}

.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-form {
	width:calc(100% - 50px);
	margin-left:25px;
	margin-right:25px;
}
.join-inputform dt {
	width:100%;
	padding-top:5px;
}
.join-form .joinsearch-group {
	margin-bottom:45px;
}
.joinsearch-group + .joinsearch-group {
	padding-top:45px;
}
}
@media (max-device-width:359px) {
.join-inputform dl > * {
	flex:0 0 auto;
	width:100%;
}
.join-inputform dt {
	width:100%;
}

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

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


.location {
	display:inline-block;
	width: 100%;
	margin: 0 auto 60px auto;
	padding:15px 0;
	text-align: right;
	border:1px solid #ededed;
	border-width: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;
}
.location_navi {
	display: inline-block;
	vertical-align:middle;
	width:12px;
	height:12px;
	margin-left:6px;
	margin-right:6px;
	background: url(/img/location_arrow.png) no-repeat 0% 50%;
	background-size:contain;
}
@media (max-device-width:1199px) {
.location {
	display:none;
}
}


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

.sub-con, .etc-wrap {
	clear: both;
	box-sizing: border-box;
	position:relative;
	padding:0px;
	margin-bottom:120px;
}
@media (max-device-width:1199px) {
.sub-con, .etc-wrap {
	margin-bottom:100px;
}
}
@media (max-device-width:1023px) {
.sub-con, .etc-wrap {
	margin-bottom:85px;
}
}
@media (max-device-width:539px) {
.sub-con, .etc-wrap {
	margin-bottom:60px;
}
}


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

