/* BASIC css start */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon&display=swap&subset=korean');

@font-face {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	src: url('/design/holidays/2020_renewal/font/fontawesome-webfont.eot?v=4.0.3');
	src: url('/design/holidays/2020_renewal/font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
		url('/design/holidays/2020_renewal/font/fontawesome-webfont.woff?v=4.0.3') format('woff'),
		url('/design/holidays/2020_renewal/font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
		url('/design/holidays/2020_renewal/font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
}


/* **************************** */
/* reset
/* **************************** */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
}
body, code, button {
	font-size: 14px;
	font-family: 'Noto Sans KR', 'NanumGothic', 'verdana', '굴림', 'Gulim', 'AppleGothic', 'sans-serif';
	line-height: 1.2em;
	color: #333;
	background: rgb(255,255,255);
	letter-spacing: -1px;
	text-shadow: none;
	text-decoration: none;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
li {
	list-style: none;
}
ol {
	list-style-position: inside;
}
img, fieldset {
	border: none;
}
img {
        vertical-align : top;
}
a {
	text-decoration: none;
	color: rgb(42,42,42);
	padding: 0;
}
a:active,
a:hover,
button:active,
button:hover {
	color: rgb(236,6,132);
}
table {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table caption {
	visibility: hidden;
	display: none;
	overflow: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	line-height: 0;
}
th, td {
	border: 0;
	line-height: 18px;
}
legend {
	height: 0;
	width: 0;
	display: block;
	text-indent: -9999em;
}
label {
	cursor: pointer;
}



/* float bugFix */
.clear {
	zoom: 1;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}


/* Etc */
.displaynone {
	display: none;
}


.header_join_swiper_wrap{
    width 100%;
    height: 36px;
}
.header_join_swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header_join_swiper img{display: block; width:100%; height: 100%; object-fit: cover;}


/* **************************** */
/* form
/* **************************** */
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
textarea {
	height: 20px;
	padding: 3px 8px;
	font-family: 'verdana' !important;
	font-size: 14px;
	font-weight: inherit;
	border: 1px solid rgb(221,221,221);
	border-radius: 0;
	outline-style: none;
}
textarea,
input {
	outline-color: -moz-use-text-color;
	vertical-align: middle;
	box-shadow: none;
}
textarea {
	resize: none;
	box-shadow: none;
}

input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="image"],
textarea {
	-webkit-appearance: none;
}
input:checked[type="checkbox"] {
	background-color: rgb(255,255,255);
	-webkit-appearance: checkbox;
}


button { padding:0; margin:0; border:0; cursor:pointer; overflow:visible; background: transparent; }






/* *********************** */
/* layout
/* *********************** */
#header,
#container,
#footer {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}




/* *********************** */
/* #wrap
/* *********************** */
#wrap {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#wrap .shadow,
#wrap #shop-search .ss-bg,
#wrap .movie-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	display: none;
}
#wrap.open,
#wrap.search,
#wrap.movie {
	position: absolute;
	overflow: hidden;
}
#wrap.open .shadow,
#wrap.search #shop-search,
#wrap.search #shop-search .ss-bg,
#wrap.movie .movie-bg {
	display: block;
}


#shop-wrap {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#wrap.open #shop-wrap {
	position: absolute;
}





#wrap .a-close {
	position: fixed;
	top: 50%;
	left: -80%;
	padding-left: 10px;
	z-index: 1002;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.3);
}






/* *********************** */
/* #aside
/* *********************** */
#aside {
	position: absolute;
	top: 0;
	left: -80%;
	width: 80%;
	height: 100%;
	overflow: hidden;
	z-index: 1002;
}
#wrap.open #aside {
	-webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.3);
}


#aside .a-top {
	position: relative;
	width: calc(100% - 24px);
	min-height: 27px;
	padding: 15px 12px 14px 12px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #555;
	background: #fff;
}
#aside .a-top img {
	height: 27px;
}


#aside .a-info {
	position: relative;
	width: calc(100% - 24px);
	padding: 20px 12px 0 12px;
	font-size: 15px;
	background: #fff;
}
#aside .a-info img {
	vertical-align: middle;
}
#aside .a-info a.btn {
	float: right;
	display: block;
	height: 26px;
	margin-top: -1px;
	padding: 3px 12px 0 12px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 15px;
	border: 2px solid #333;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#aside .a-info a.btn:hover {
	color: #9c019c;
	border-color: #9c019c;
}


#aside .a-link {
	position: relative;
	width: 100%;
	padding: 16px 6px;
	box-sizing: border-box;
	border-bottom: 1px solid #bbb;
	background: #fff;
	font-size: 0;
	line-height: 0;
}
#aside .a-link a {
	display: inline-block;
	width: calc(50% - 12px);
	height: 35px;
	padding-top: 8px;
	margin: 0 6px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	text-align: center;
	background: #333;
	border: 2px solid #333;
}
#aside .a-link a:hover,
#aside .a-link a:active {
	color: #9c019c;
	border-color: #9c019c;
	background: #fff;
}

#aside .a-link a i {
	display: inline-block;
	width: 23px;
	height: 20px;
	margin-right: 4px;
	background: url('/design/holidays/2020_renewal/mobile/aside_button.png') no-repeat;
	background-size: 46px 40px;
	vertical-align: middle;
}
#aside .a-link a.order i {
	background-position: 0 0;
}
#aside .a-link a.cart i {
	background-position: -23px 0;
}
#aside .a-link a.order:hover i {
	background-position: 0 -20px;
}
#aside .a-link a.cart:hover i {
	background-position: -23px -20px;
}



#aside .a-category {
	position: relative;
	width: 100%;
}
#aside .a-category .ac-left {
	float: left;
	width: 50%;
	height: 100%;
	background: #333;
}
#aside .a-category .ac-left > ul {}
#aside .a-category .ac-left > ul > li {
	position: relative;
	width: calc(100% - 24px);
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -2px;
	color: #fff;
	padding: 20px 12px 18px 12px;
}
#aside .a-category .ac-left > ul > li.open {
	background: #191919;
}
#aside .a-category .ac-left > ul > li i {
	float: right;
	font-size: 16px;
	color: #fff;
}
#aside .a-category .ac-left > ul > li > a {
	display: block;
	width: 100%;
	color: #fff;
}
#aside .a-category .ac-left > ul > li > a.jicwon_link{
    display:none;
}
#aside .a-category .ac-left > ul > li > a.jicwon_link.show{
    display:block;
}
#aside .a-category .ac-left .acl-sns {
	position: fixed;
	bottom: 20px;
	width: calc(100% - 24px);
	padding: 0 12px;
}
#aside .a-category .ac-left .acl-sns a {
	float: left;
	display: block;
	width: 26px;
	height: 26px;
	margin-left: 6px;
	background: url('/design/holidays/2020_renewal/mobile/aside_sns.png') no-repeat;
	background-size: 104px 26px;
}
#aside .a-category .ac-left .acl-sns a:first-child {
	margin-left: 0;
}
#aside .a-category .ac-left .acl-sns a.facebook {
	background-position: 0 0;
}
#aside .a-category .ac-left .acl-sns a.youtube {
	background-position: -26px 0;
}
#aside .a-category .ac-left .acl-sns a.instagram {
	background-position: -52px 0;
}
#aside .a-category .ac-left .acl-sns a.kakao {
	background-position: -78px 0;
}


#aside .a-category .ac-right {
	float: right;
	width: 50%;
	height: 100%;
	background: #fff;
}
#aside .a-category .ac-right > ul {
	margin-top: 8px;
	display: none;
}
#aside .a-category .ac-right > ul.show {
	display: block;
}
#aside .a-category .ac-right > ul > li {}
#aside .a-category .ac-right > ul > li > a {
	display: block;
	width: calc(100% - 30px);
	padding: 11px 12px 9px 18px;
	font-size: 16px;
}

#aside .a-category .ac-right > ul#menu1 {
	margin-top: 0;
}
#aside .a-category .ac-right > ul#menu1 > li > a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	padding: 14px 12px 12px 12px;
	border-top: 1px solid #ddd;
}
#aside .a-category .ac-right > ul#menu1 > a.all_product {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	padding: 14px 12px 12px 12px;
	border-top: 1px solid #ddd;
}
#aside .a-category .ac-right > ul#menu1 > li:first-child > a {
	border-top: 0 none;
}
#aside .a-category .ac-right > ul#menu1 > li > a > i {
	float: right;
	font-size: 14px;
	color: #333;
}
#aside .a-category .ac-right > ul#menu1 > li > ul {
	display: none;
}
#aside .a-category .ac-right > ul#menu1 > li > ul.subopen {
	display: block;
}
#aside .a-category .ac-right > ul#menu1 > li > ul > li {}
#aside .a-category .ac-right > ul#menu1 > li > ul > li:last-child {
	margin-bottom: 10px;
}
#aside .a-category .ac-right > ul#menu1 > li > ul > li > a {
	display: block;
	width: calc(100% - 32px);
	padding: 8px 12px 6px 20px;
	font-size: 14px;
}
#aside .a-category .ac-right > ul#menu1 > li > ul > li > a:hover,
#aside .a-category .ac-right > ul#menu1 > li > ul > li > a:active {
	color: #9c019c;
}







/* *********************** */
/* #shop-search
/* *********************** */
#shop-search {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1001;
	display: none;
}
#shop-search fieldset {
	position: absolute;
	left: 0;
	top: 10%;
	width: calc(100% - 40px);
	padding: 35px 20px 40px;
	border-top: 2px solid #9c019c;
	background: rgb(255,255,255);
	z-index: 1002;
	/* overflow: hidden; */
	opacity: 0;
}
#shop-search fieldset h3 {
	display: block;
	width: 100%;
	text-align: left;
	font-family: 'Montserrat';
	font-size: 22px;
	color: #444;
	margin-bottom: 15px;
}
#shop-search fieldset input[type="text"] {
	display: block;
	width: 100%;
	height: 32px;
	padding: 0;
	margin-bottom: 20px;
	vertical-align: middle;
	text-align: left;
	color: #999;
	border: 0;
	border-bottom: 1px solid #444;
}
#shop-search fieldset input[type="text"]:focus {
	color: #000;
	border-bottom: 1px solid #9c019c;
}

#shop-search fieldset p.btn {
	position: relative;
	width: 100%;
	text-align: center;
}
#shop-search fieldset p.btn a {
	display: inline-block;
	width: 100px;
	padding: 8px 0;
	margin: 0 1px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: #9c019c;
	border: 1px solid #9c019c;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#shop-search fieldset p.btn a:hover,
#shop-search fieldset p.btn a:active {
	color: #9c019c;
	background: #fff;
	border-color: #9c019c;
}
#shop-search fieldset p.btn button {
	display: inline-block;
	width: 100px;
	padding: 8px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #444;
	border: 1px solid #444;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#shop-search fieldset p.btn button:hover,
#shop-search fieldset p.btn button:active {
	color: #444;
	background: #fff;
	border-color: #444;
}







/* *********************** */
/* #header
/* *********************** */
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background: transparent;
	z-index: 1000;
	-webkit-box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.16);
}



#header .h-top {
	position: relative;
	width: 100%;
	min-height: 40px;
	padding: 14px 0 11px 0;
	background: rgba(255,255,255,1);
	z-index: 5;
	transition-property: background;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
#header .h-top .ht-menu,
#header .h-top .ht-search,
#header .h-top .ht-cart {
	display: block;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	color: #444;
}

#header .h-top .ht-menu {
	float: left;
	width: 54px;
}
#header .h-top .ht-search {
	float: right;
	width: 33px;
}
#header .h-top .ht-cart {
	float: right;
	width: 37px;
	margin-right: 8px;
}

#header .h-top .ht-menu i,
#header .h-top .ht-search i,
#header .h-top .ht-cart i {
	display: inline-block;
	height: 25px;
	font-size: 0;
	background: url('/design/holidays/2020_renewal/mobile/header_gnb_icon.gif') no-repeat;
	background-size: 88px 50px;
}
#header .h-top .ht-menu i {
	width: 30px;
	background-position: 0 0;
}
#header .h-top .ht-menu i:hover,
#header .h-top .ht-menu i:active {
	background-position: 0 -25px;
}
#header .h-top .ht-search i {
	width: 26px;
	background-position: -31px 0;
}
#header .h-top .ht-search i:hover,
#header .h-top .ht-search i:active {
	background-position: -31px -25px;
}
#header .h-top .ht-cart i {
	width: 31px;
	background-position: -58px 0;
}
#header .h-top .ht-cart i:hover,
#header .h-top .ht-cart i:active {
	background-position: -58px -25px;
}
#header .h-top .ht-cart span {
	position: absolute;
	width: 18px;
	height: 18px;
	padding-top: 1px;
	margin-left: -10px;
	box-sizing: border-box;
	text-align: center;
	font-family: 'verdana';
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #fff;
	background: #8f278f;
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;
	-o-border-radius: 36px;
	border-radius: 36px;
}

#header .h-top .ht-logo {
	float: left;
	width: calc(100% - 20px - 54px - 33px - 37px - 8px);
	padding-left: 20px;
	text-align: center;
}
#header .h-top .ht-logo a {
	display: block;
	padding: 5px 0 6px 0;
}


#header .h-gnb {
	position: relative;
	width: 100%;
	height: 46px;
	text-align: center;
	border-top: 1px solid #bbb;
	background: #fff;
	overflow: hidden;
	font-size: 0;
}
#header .h-gnb li {
	display: inline-block;
}
#header .h-gnb li a {
	display: block;
	padding: 14px 10px 12px 10px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -2px;
	color: #000;
}

#header .h-top a:hover,
#header .h-top a:active,
#header .h-top button:hover,
#header .h-top button:active,
#header .h-gnb li a:hover,
#header .h-gnb li a:active {
	color: #9c019c;
}




#header.fix {
	position: fixed !important;
}
#header.fix .h-banner {
	display: none;
}
#header.fix .h-top {
	min-height: 22px;
	padding: 8px 0 5px 0;
	border-bottom: 0 none;
	background: rgba(255,255,255,0.9)
}
#header.fix .h-gnb {
	height: 0;
}

.header_plus_link{
    background: #FEE500;
    text-align: center;
    padding: 10px 0;
}
.header_plus_link a{
    color: #000;
    font-weight: bold;
}


/* *********************** */
/* 무지개 라인
/* *********************** */
.rainbow-line {
	position: relative;
	width: 100%;
	height: 4px;
	background: #fbaf3f;
	background: -moz-linear-gradient(left,  #fbaf3f 0%, #ef4036 27%, #ec008b 38%, #652c90 49%, #004fa2 58%, #009344 100%);
	background: -webkit-linear-gradient(left,  #fbaf3f 0%,#ef4036 27%,#ec008b 38%,#652c90 49%,#004fa2 58%,#009344 100%);
	background: linear-gradient(to right,  #fbaf3f 0%,#ef4036 27%,#ec008b 38%,#652c90 49%,#004fa2 58%,#009344 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbaf3f', endColorstr='#009344',GradientType=1 );
}





/*************************/
/* .visual-slide
/*************************/
.visual-slide {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
	padding: 0;
	overflow: hidden;
}
.visual-slide .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.visual-slide .swiper-slide a {
	display: block;
	font-size: 0;
	line-height: 0;
}
.visual-slide .swiper-slide img {
	width: 100%;
}






/* *********************** */
/* #container
/* *********************** */
#container {
	min-height: 250px;
}






/* *********************** */
/* .page-title
/* *********************** */
.page-title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
	color: #333;
	letter-spacing: -2px;
	text-align: center;
}




/* *********************** */
/* .page-menu
/* *********************** */
.page-menu {
	position: relative;
	width: calc(100% - 24px);
	margin: 0 auto 30px auto;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.page-menu li {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	font-size: 0;
	line-height: 0;
	border: 1px solid #ddd;
}

.page-menu li:nth-child(1), .page-menu li:nth-child(3){
	border-right: none;
}

.page-menu.event li:nth-child(1), .page-menu.event li:nth-child(3), .page-menu.event li:nth-child(4){
	border-right: none;
}

.page-menu li:nth-child(3), .page-menu li:nth-child(4){
	border-top: none;
    width: calc(100% / 2);
}
.page-menu.event li:nth-child(3), .page-menu.event li:nth-child(4), .page-menu.event li:nth-child(5){
	border-top: none;
    width: calc(100% / 3);
}
.page-menu li.empty {
	height: 83px;
	margin-bottom: -13px;
	border-right: 1px solid #ddd;
}


/* 일반 메뉴 */
.page-menu li a {
	display: block;
	width: 100%;
	padding: 16px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	color: #333;
	text-align: center;
}
.page-menu li a:hover {
	color: #9c019c;
}
.page-menu li a.now,
.page-menu li a.now:hover {
	color: #fff;
	background: #9c019c;
}


/* 아이콘 메뉴 */
.page-menu.icon li a {
	padding: 10px 0;
}
.page-menu.icon li a i {
	display: inline-block;
	width: 44px;
	height: 40px;
	margin-bottom: 4px;
}


/* 아이콘 메뉴 - 간깅프리미엄 */
.page-menu.icon li a i.health {
	background: url('/design/holidays/2020_renewal/mobile/pagemenu_icon_goods_health.gif') no-repeat;
	background-size: 88px 120px;
}

/* 아이콘 메뉴 - 다이어트뷰티 */
.page-menu.icon li a i.diet {
	background: url('/design/holidays/2020_renewal/mobile/pagemenu_icon_goods_diet.gif') no-repeat;
	background-size: 220px 120px;
}

/* 아이콘 메뉴 - 고급선물세트 */
.page-menu.icon li a i.present {
	background: url('/design/holidays/2020_renewal/mobile/pagemenu_icon_goods_present.gif') no-repeat;
	background-size: 88px 120px;
}



.page-menu.icon li a i.ico1 {
	background-position: 0 0;
}
.page-menu.icon li a i.ico2 {
	background-position: -44px 0;
}
.page-menu.icon li a i.ico3 {
	background-position: -88px 0;
}
.page-menu.icon li a i.ico4 {
	background-position: -132px 0;
}
.page-menu.icon li a i.ico5 {
	background-position: -176px 0;
}
.page-menu.icon li a.now i.ico1 {
	background-position: 0 -80px;
}
.page-menu.icon li a.now i.ico2 {
	background-position: -44px -80px;
}
.page-menu.icon li a.now i.ico3 {
	background-position: -88px -80px;
}
.page-menu.icon li a.now i.ico4 {
	background-position: -132px -80px;
}
.page-menu.icon li a.now i.ico5 {
	background-position: -176px -80px;
}







/* *********************** */
/* .page-cont
/* *********************** */
.page-cont {
	position: relative;
	width: calc(100% - 20px);
	margin: 20px auto 0 auto;
}




/* *********************** */
/* #goods-list
/* *********************** */
#goods-list {
	position: relative;
	width: calc(100% - 12px);
	margin: 0 auto;
	text-align: center;
    display: flex;
    flex-wrap: wrap;
}
#goods-list li {
	width: calc(25% - 12px);
	min-height: 190px;
	margin: 0 6px 25px 6px;
}
#goods-list li.thumb3 {
	width: calc(33.333333333% - 12px);
}
#goods-list li .gl-photo {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
#goods-list li .gl-photo img {
	width: 100%;
}

#goods-list li .gl-name {
	width: 100%;
	margin: 0 auto;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	letter-spacing: -2px;
	vertical-align: top;
	overflow: hidden;
}
#goods-list li:hover .gl-name,
#goods-list li:active .gl-name {
	color: #9c019c;
}

#goods-list li .gl-desc {
	width: 95%;
	font-size: 11px;
	color: #777;
	line-height: 1.2;
	padding: 0 5%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#goods-list li .gl-soldout {
	display: inline-block;
	width: auto;
	padding: 5px 8px;
	margin-top: 10px;
	font-family: 'verdana';
	font-size: 10px;
	color: #fff;
	background: #9c019c;
	text-align: center;
}

#goods-list li .gl-price {
	margin-top: 4px;
}

#goods-list li .gl-price .glp-prev {
	vertical-align: baseline;
	font-size: 12px;
	color: #777;
	text-decoration: line-through;
	margin-right: 3px;
}
#goods-list li .gl-price .glp-sale {
	vertical-align: baseline;
	font-size: 12px;
	color: #9c019c;
}
#goods-list li .gl-price .glp-sale b {
	font-size: 16px;
	line-height: 20px;
}



.page-cont .goods-nodata {
	position: relative;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}




.page-cont .goods-more {
	position: relative;
	width: calc(100% - 24px);
	margin: 0 auto;
	margin-top: 10px;
}
.page-cont .goods-more a {
	display: block;
	width: 100%;
	height: 45px;
	padding-top: 15px;
	box-sizing: border-box;
	font-size: 18px;
	color: #333;
	text-align: center;
	background: #fff;
	border: 1px solid #333;
}
.page-cont .goods-more a:hover,
.page-cont .goods-more a:active {
	color: #9c019c;
	border-color: #9c019c;
}






/* *********************** */
/* 주문스텝
/* *********************** */
.order-step {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
}
.order-step li {
	display: inline-block;
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	text-align: right;
	letter-spacing: 1px;
	margin-left: 28px;
}
.order-step li.now {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #000;
}






/* *********************** */
/* 게시판 목록
/* *********************** */
table.bbs-list {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	border-top: 1px solid #ddd;
}
table.bbs-list th,
table.bbs-list td {
	height: 28px;
	padding: 6px 0 4px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ddd;
}
table.bbs-list thead th {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	background: #f9f9f9;
}
table.bbs-list td {
	background: #fff;
}
table.bbs-list tbody tr.notice td {
	background: #fef2f9;
}

table.bbs-list tbody td a {
	font-size: 15px;
}
table.bbs-list tbody td.subject {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
}
table.bbs-list tbody td.subject img {
	max-height: 18px;
	vertical-align: middle;
	margin: 0 2px;
}
table.bbs-list tbody tr:hover td.subject,
table.bbs-list tbody tr:active td.subject {
	color: #9c019c;
}

table.bbs-list tbody td p.caution {
	color: #b81111;
}
table.bbs-list tbody td span.comment {
	font-family: verdana;
	color: #9c019c;
	margin-left: 5px;
}
table.bbs-list tbody td.nodata {
	text-align: center;
	padding: 50px 0;
}





/* *********************** */
/* 게시판 쓰기
/* *********************** */
table.bbs-write {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
table.bbs-write.bd-top {
	border-top: 1px solid #ddd;
}
.bbs-write th,
.bbs-write td {
	height: 28px;
	padding: 8px;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	color: #666;
	text-align: center;
	background: #fff;
}
.bbs-write th {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
	background: #f3f3f3;
}
.bbs-write td {
	text-align: left;
}
.bbs-write input,
.bbs-write textarea {
	min-height: 15px;
	padding: 4px 8px;
	font-size: 13px;
	color: #666;
	border: 1px solid #ddd;
}
.bbs-write tbody td.subject input[type='text'],
.bbs-write tbody td.subject select {
	width: calc(100% - 16px) !important;
}
.bbs-write tbody td.cont textarea {
	width: calc(100% - 16px) !important;
	min-height: 150px;
}
.bbs-write tbody div {
	margin: 2px 0;
}
.bbs-write tbody td.space {
	height: 10px;
	padding: 0;
}

.bbs-write tbody td ul.agree {
	margin-left: 10px;
}
.bbs-write tbody td ul.agree span {
	margin-right: 5px;
}
.bbs-write tbody td ul.agree label {
	margin: 0 8px;
}
.bbs-write tbody td ul.agree a {
	margin-left: 5px;
}


.bbs-write tfoot td.btn {
	text-align: center;
	padding: 20px 0 0 0;
	border-bottom: 0;
	font-size: 0;
}
.bbs-write tfoot td.btn a {
	display: inline-block;
	width: calc(50% - 5px);
	height: 50px;
	padding-top: 15px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	letter-spacing: -2px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
}
.bbs-write tfoot td.btn a:hover,
.bbs-write tfoot td.btn a:active {
	color: #9c019c;
	border-color: #9c019c;
}
.bbs-write tfoot td.btn a.black {
	margin-left: 10px;
	border-color: #000;
	background: #000;
	color: #fff;
}
.bbs-write tfoot td.btn a.black:hover,
.bbs-write tfoot td.btn a.black:active {
	background: #fff;
	color: #000;
}



.input-short {
	width: 35px !important;
	text-align: center;
}
.input-normal {
	width: 120px !important;
}
.input-long {
	width: calc(100% - 16px) !important;
}



.btn-white {
	display: inline-block;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 14px;
	color: #555;
	background: #fff;
	border: 1px solid #d5d5d5;
}
.btn-white:hover,
.btn-white:active {
	color: #9c019c;
	border-color: #9c019c;
}


.btn-black {
	display: inline-block;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	background: #777;
	border: 1px solid #777;
}
.btn-black:hover,
.btn-black:active {
	color: #fff;
	border-color: #777;
}





/* *********************** */
/* 게시판 내용보기
/* *********************** */
table.bbs-view {
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	border-top: 1px solid #aeaeae;
}
table.bbs-view th,
table.bbs-view td {
	height: 28px;
	padding: 4px 0 3px 0;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ddd;
}


table.bbs-view thead th,
table.bbs-view thead td {
	background: #fbfbfb;
}
table.bbs-view thead th.subject {
	font-size: 18px;
	color: #333;
	text-align: center;
	padding: 10px 0 8px 0;
}
table.bbs-view thead th.writer {
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-align: left;
}
table.bbs-view thead th.date {
	padding-right: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-align: right;
}

table.bbs-view tbody td.goods {
	padding: 0;
	border-bottom: 0;
}
table.bbs-view tbody td.goods .board-goodsinfo {
	border-top: 0 !important;
	margin-bottom: 10px !important;
}

table.bbs-view tbody td.addinfo {
	border: 1px solid #e5e5e5;
	width: 97%;
	padding: 5px 10px;
	line-height: 150%;
	margin-bottom: 10px;
}
.data-bd-cont .add_title {
	float: left;
	width: 30%;
	font-weight: bold;
}
.data-bd-cont .add_content {
	float: left;
	width: 70%;
}


table.bbs-view tbody td.attach {
	padding: 20px 0 0 0;
	text-align: center;
	border-bottom: 0 none;
	font-size: 0;
	line-height: 0;
}
table.bbs-view tbody td.attach img {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
table.bbs-view tbody td.body {
	padding: 20px;
	text-align: left;
	font-size: 15px;
	color: #333;
	line-height: 20px;
	border-bottom: 0 none;
}
table.bbs-view tbody td.body img {
	max-width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
table.bbs-view tbody td.body .bv-sns {
	width: 100%;
	text-align: center;
}
table.bbs-view tbody td.body .bv-sns li {
	display: inline-block;
	margin: 10px 5px;
}


table.bbs-view tfoot td.comment-td {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
table.bbs-view tfoot td .comment-list {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
table.bbs-view tfoot td .comment-list td {
	border-bottom: 0;
}
table.bbs-view tfoot td .comment-list td.name {
	padding-top: 10px;
}
table.bbs-view tfoot td .comment-list td.name img {
	max-height: 18px;
}
table.bbs-view tfoot td .comment-list td.btn {
	padding-top: 10px;
	text-align: right;
}
table.bbs-view tfoot td .comment-list td.cont {
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}
table.bbs-view tfoot td .comment-list tr:last-child td.cont {
	border-bottom: 0;
}



table.bbs-view tfoot td .comment-write {
	padding: 12px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
table.bbs-view tfoot td .comment-write td {
	text-align: left;
	border-bottom: 0;
}
table.bbs-view tfoot td .comment-write td.com-txt {}
table.bbs-view tfoot td .comment-write td.com-txt textarea {
	width: calc(100% - 18px) !important;
	height: 60px;
}
table.bbs-view tfoot td .comment-write td.com-btn a {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding-top: 12px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border: 1px solid #000;
	box-sizing: border-box;
	background: #000;
}
table.bbs-view tfoot td .comment-write td.com-btn a:hover,
table.bbs-view tfoot td .comment-write td.com-btn a:active {
	color: #555;
	background: #fff;
	border-color: #ccc;
}

#comment_password {
	margin: 50% 0 0 -45% !important;
}


table.bbs-view tfoot td.bv-btn {
	padding: 20px 0;
	text-align: center;
	border-bottom: 0 none;
	font-size: 0;
}
table.bbs-view tfoot td.bv-btn a {
	display: inline-block;
	width: calc(33% - 6px);
	max-width: 100px;
	height: 28px;
	padding-top: 12px;
	margin: 0 3px;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}
table.bbs-view tfoot td.bv-btn a:hover,
table.bbs-view tfoot td.bv-btn a:active {
	color: #9c019c;
	border-color: #9c019c;
}





/* *********************** */
/* 게시판 이전글 다음글
/* *********************** */
.bbs-viewlink {
	padding: 5px 10px;
	margin-top: 20px;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
}
.bbs-viewlink li {
	margin: 5px 0;
}
.bbs-viewlink .board-list {
	margin-top: 20px;
	border-top: 1px solid #dfdfdf;
}
.bbs-viewlink .board-list li.list {
	padding: 10px;
	border-bottom: 1px solid #dfdfdf;
}




/* *********************** */
/* 게시판 비번확인
/* *********************** */
.bbs-pwcheck {
	position: relative;
	width: 100%;
	padding: 40px 0;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
}
.bbs-pwcheck .bp-top {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.bbs-pwcheck .bp-top h3 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
}
.bbs-pwcheck .bp-top p {
	font-size: 14px;
	color: #333;
	line-height: 15px;
}

.bbs-pwcheck .bp-form {
	position: relative;
	width: calc(100% - 60px);
	margin: 20px auto 10px auto;
}
.bbs-pwcheck .bp-form input {
	display: inline-block;
	width: 100%;
	height: 40px;
	font-family: verdana;
	font-size: 16px;
	text-align: center;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.bbs-pwcheck .bp-form input:focus {
	border-color: #9c019c;
	color: #9c019c;
}

.bbs-pwcheck .bp-btn {
	font-size: 0;
}
.bbs-pwcheck .bp-btn a {
	display: inline-block;
	width: 27%;
	height: 44px;
	padding-top: 13px;
	margin: 0 2px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	letter-spacing: -2px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
}
.bbs-pwcheck .bp-btn a:hover,
.bbs-pwcheck .bp-btn a:active {
	color: #9c019c;
	border-color: #9c019c;
}

.bbs-pwcheck .bp-btn a.black {
	border-color: #000;
	background: #000;
	color: #fff;
}
.bbs-pwcheck .bp-btn a.black:hover,
.bbs-pwcheck .bp-btn a.black:active {
	background: #fff;
	color: #000;
}






/* *********************** */
/* 게시판 상품정보
/* *********************** */
.board-goodsinfo {
	position: relative;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e5;
	font-size: 0;
	text-align: center;
}
.board-goodsinfo .bg-photo {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	text-align: right;
	vertical-align: middle;
}
.board-goodsinfo .bg-photo img {
	width: 100%;
}
.board-goodsinfo .bg-info {
	display: inline-block;
	width: calc(80% - 80px);
	height: 72px;
	text-align: left;
	vertical-align: middle;
	padding-top: 8px;
}
.board-goodsinfo .bg-info .name {
	width: 100%;
	margin-bottom: 4px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	line-height: 19px;
	letter-spacing: -2px;
}
.board-goodsinfo .bg-info .icon {}
.board-goodsinfo .bg-info .icon img {
	margin: 0 1px;
	height: 16px;
}
.board-goodsinfo .bg-info .price {
	font-size: 14px;
	color: #9c019c;
}
.board-goodsinfo .bg-info .price b {
	font-family: 'Montserrat';
	font-size: 17px;
}







/*************************/
/* .page-paging
/*************************/
.page-paging {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.page-paging .pp-move,
.page-paging ol {
	display: inline-block;
	vertical-align: middle;
}

.page-paging .pp-move {
	width: 34px;
	height: 34px;
	font-size: 13px;
	color: #888;
	text-align: center;
	background: #fff;
	overflow: hidden;
}
.page-paging .pp-move.off {
	height: 28px;
	padding-top: 4px;
	color: #bbb;
	border: 1px solid #ccc;
}
.page-paging .pp-move a {
	display: block;
	width: 32px;
	height: 28px;
	padding-top: 4px;
	color: #666;
	border: 1px solid #ccc;
}
.page-paging .pp-move a:hover {
	color: #fff;
	background: #9c019c;
	border-color: #9c019c;
}
.page-paging .pp-move i {
	font-size: 22px;
}


.page-paging ol {
	height: 34px;
	padding: 0;
	margin: 0 5px;
	background: #fff;
	border-left: 1px solid #ccc;
	overflow: hidden;
}
.page-paging ol li {
	float: left;
	width: 34px;
	padding: 0 !important;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.page-paging ol li.now {
	font-weight: bold;
	border: 1px solid #9c019c;
}
.page-paging ol li.now a {
	color: #9c019c;
}
.page-paging ol li a {
	display: block;
	width: 100%;
	height: 25px;
	padding-top: 7px;
	text-align: center;
	font-family: verdana;
	font-size: 17px;
	font-weight: 300;
}
.page-paging .btn-left {
	float: left;
}
.page-paging .btn-right {
	float: right;
}

.page-paging .btn-white {
	display: inline-block;
	width: 118px;
	height: 31px;
	padding-top: 11px;
	margin-top: -5px;
	font-size: 16px;
	color: #9c019c;
	text-align: center;
	background: #fff;
	border: 1px solid #9c019c;
}
.page-paging .btn-white:hover {
	color: #9c019c;
	border-color: #9c019c;
}
.page-paging .btn-gray {
	display: inline-block;
	width: 120px;
	height: 32px;
	padding-top: 12px;
	margin-top: -5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #666;
}
.page-paging .btn-gray:hover {
	color: #ffff00;
}




/* *********************** */
/* .page-search
/* *********************** */
.page-search {
	position: relative;
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #bbb;
	text-align: center;
}
.page-search select,
.page-search input[type='text'],
.page-search a {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}

.page-search select {
	width: 80px;
	height: 28px;
	margin-right: 5px;
	text-align: center;
	border: 1px solid #333;
}
.page-search input[type='text'] {
	width: calc(100% - 170px) !important;
	border: 0 none;
	border-bottom: 1px solid #333;
}
.page-search a {
	width: 50px;
	height: 20px;
	padding-top: 6px;
	font-size: 14px;
	line-height: 14px;
	color: #555;
	border: 0 none;
	border-bottom: 1px solid #333;
}
.page-search a:hover,
.page-search a:active {
	color: #9c019c;
	border-color: #9c019c;
}




/* *********************** */
/* .page-button
/* *********************** */
.page-button {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: right;
}
.page-button a {
	display: inline-block;
	width: 40%;
	height: 45px;
	padding-top: 13px;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: bold;
	color: #666;
	letter-spacing: -2px;
	text-align: center;
	background: #fff;
	border: 1px solid #999;
}
.page-button a:hover,
.page-button a:active {
	color: #9c019c;
	border-color: #9c019c;
}
.page-button a.black {
	border-color: #000;
	background: #000;
	color: #fff;
}
.page-button a.black:hover,
.page-button a.black:active {
	background: #fff;
	color: #000;
}







/* *********************** */
/* 가로화면
/* *********************** */
@media only screen and (orientation:landscape){

	.page-menu li {
		width: 20%;
	}
	.page-menu li:nth-child(n+4) {
		border-top: 1px solid #ddd;
		border-left: 0 none;
	}
	.page-menu li.empty {
		display: none;
	}

	#goods-list li {
		width: calc(33.333333333% - 12px);
		min-height: 350px;
	}
	#goods-list li .gl-desc {
		width: 95%;
		padding: 0 5%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

}




/* #f2s-ranking.active .keywords {
    top: 0 !important;
    margin-top: 0 !important;
} */









/* BASIC css end */

