@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import 'https://fonts.googleapis.com/css?family=Shrikhand';
@import url(https://fonts.googleapis.com/earlyaccess/hanna.css);
@font-face {
    font-family: 'GongGothicLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
	min-width: 1400px;
	overflow-x: auto;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: 0;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color:unset;
}
*{
	padding:0; margin:0 auto; outline: 0;
}
html{
scrollbar-3dLight-Color:#FF4D41; 
scrollbar-base-color:#FF4D41; 
scrollbar-Face-Color:#FF4D41; 
scrollbar-Highlight-Color:#FF4D41; 
scrollbar-Shadow-Color:#FF4D41; 
scrollbar-DarkShadow-Color:#FF4D41; 
scrollbar-arrow-color:#FF4D41; 
scrollbar-Track-Color:#efefef;
}
::-webkit-scrollbar { 
width:10px;	
height:10px;	
} 

::-webkit-scrollbar-track { 
background:#efefef; 
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15); 
} 

::-webkit-scrollbar-thumb { 
background:#FF4D41; 
border-radius: 10px; 
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
} 
ul,li{
	list-style: none;
}
span.goods_soldout{
    position: absolute;
    top: calc(50% - 25px);
    font-family: 'Shrikhand';
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: rgba(237, 20, 61, 0.7);
    color: #fff;
    font-size: 24px;
}
span.goods_soldout.detail{
top: calc(50% - 40px);
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    width: 100%;
}
.align-left{
	text-align: left !important;
}
.align-right{
	text-align: right !important;
}
.valign-middle{
	vertical-align: middle !important;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.fs-12{
	font-size: 12px;
}
/*paging, prevnext*/
.paging	{width:100%; text-align:center; padding:10px 0px; overflow:hidden;}
.paging .paginate {}
.paging .paginate a,
.paging .paginate strong {display:inline-block; margin:0x; padding:5px; width:20px; text-align:center; line-height:28px; height:28px; font-size :14px; font-weight :bold; color:#757575; border:1px solid #dadada;}
.paging .paginate strong {font-weight :bold; color:#FF6E00 !important;}
.paging .paginate a:hover,
.paging .paginate a:active,
.paging.paginate a:focus{background-color:#f7f7f7;}
.paging .paginate a.pre,
.paging .paginate a.pre_end,
.paging .paginate a.next,
.paging .paginate a.next_end{color:#757575; font-size :14px; margin:0 3px; padding:5px; width:40px;} 
.noselect{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.atitle{
	overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    max-width: 190px;
    display: inline-block;
}
.btitle{
	overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    max-width: 260px;
    display: inline-block;
}
.item_img{
	    position: relative;
	object-fit: cover;
    object-position: center center;
}
.header, .main-body{
	width: 100%;
}

.header-container{
	border-bottom: 1px #f0f0f0 solid;
    background: #fff;
    display: flex;
        align-items: center;
    width: 100%;
    justify-content: center;
}

.main-body-container{
	display: flex;
	width:100%;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction:column;
}

.header-wrap{
    max-width: 1320px;
    width: 100%;
    display: flex;
    margin: 0 40px;
    height: 129px;
    justify-content: space-between;
    align-items: center;
}

.header .header-top{
	color: #646464;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    font-family: 'dotum';
}

.c949494{
	color: #949494;
}

.header .header-top ul{
	float: right;
	height: 100%;
	font-size: 13px;
}
.header .header-top ul li{
	float: left;
	text-align: center;
	letter-spacing: -1.5px;
	position: relative;
}
.header .header-top ul+ul li:hover, .header .header-top ul:first-child li a:hover{
	color:#333;
}
.header .header-top ul:first-child li{
	padding:0;
}
.header .header-top ul:first-child li span{
	padding:5px 10px;
}
.header .header-top ul:first-child li span b{
	color:#333; padding-right:4px;
}
.header .header-top ul li a{
	padding:5px 10px;
	cursor: pointer;
}
.header .header-top ul+ul li a{
	display: inline-block;
}
.header .header-top ul+ul li{
	cursor: pointer;
}
.header .header-top ul li i {
	font-size:30px;
}
.header .header-top ul:first-child li+li:before{
	    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 11px;
    margin: -6px 0 0;
    background: #e6e6e6;
}
.header .header-top ul+ul li{
	margin-left:10px;
}
.header .header-top ul li i.fa-cart-shopping{margin-left:-5px;}
.header .header-top ul li i+p{
	margin:0;
	line-height: 26px;
}
.header .header-logo-wrap{
	width: 700px;
}
.header .header-logo a{
font-family: 'Hanna';
    font-size: 40px;
}
.header .header-logo{
	height: 100px;
	    display: inline-flex;
    align-items: center;
}
.header .header-logo img{
	height: 100%;
}

.header_category{
	border-bottom:2px solid rgb(240 240 240 / 75%);
}

.header_category ul{
	display: flex;
	justify-content: flex-start;
	font-family: 'Noto Sans KR',sans-serif;
}

.header_category ul li{
	    width: auto;
    transform-style: preserve-3d;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_category ul li a{
	padding:0;
	line-height: 49px;
	cursor: pointer;
}
.header_category ul li+li{
	padding-left:40px;
}
.header_category ul li a span{
	height: 49px;
	display: inline-block;
	position: relative;
	font-size: 16px;
}
.header_category ul li a span:after{
	display:block; position:absolute; left:50%; bottom:-1px; width:0px; padding-top:1px; background:tomato; transition:all .2s; content:"";
}

.header_category ul li a:hover{
	color:#999;
}

.header_category ul li a:hover span:after{
	width:100%; left:0;
}

.header_category ul li.on a{color: tomato;}
.header_category ul li.on a span:after{left:0 !important; width:100% !important;}

.header_category .header-wrap{
	height: 49px;
}
.lazy-loading{
	background: #1E1E1E url(/mall/img/loader.gif) center center no-repeat;
}
.footer{
	border-top:1px solid #d2d2d2;
	margin-top:40px;
	padding:40px 0;
	font-family: 'Noto Sans KR';
}
.footer-wrap{
	max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.footer-ul{font-size:0;}
.footer-ul > li{
	display: inline-block;
    box-sizing: border-box;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    vertical-align: top; min-height: 161px;
    position: relative;
}

.footer-ul > li > h5{
	font-family: 'GongGothicLight';
	font-size:20px;
	color: #333;
	padding-bottom:6px;
}
.footer-li-cs{width: 25%;}
.footer-li-bank{width:25%;}
.footer-li-company{width: 50%;}
.footer-li-cs > ul > li.company-tel{
	font-weight: bold;
	color:teal;
	font-size:30px;
	padding-top:0;
}
.footer-li-cs > ul > li > span, .footer-li-bank > ul > li > span{
	padding-right:8px;
	margin-right:8px;
	position: relative;
	color:#a0522d;
	    width: 46px;
    display: inline-block;
    word-break: keep-all;
}
.footer-li-cs > ul > li, .footer-li-bank > ul > li{
	padding:6px 0 0;
}
.footer-li-cs > ul > li > span:after, .footer-li-bank > ul > li > span:after{
	content: "";
	background: #a0522d;
	width:1px;
	height: 12px;
	position: absolute;
	right:0;
	top:7px;
}
.footer-li-bank > ul > li{
	padding:6px 0 0;
}
.footer-li-bank > div{
	color:#2f4f4f;
	font-family: 'GongGothicLight';
	position: absolute;
	bottom:0;
}
.footer-li-company > ul:first-child > li{
	display: inline-block;
	position: relative;
	font-size:15px;
}

.footer-li-company > ul:first-child > li+li{
	padding-left: 9px;
	margin-left: 4px;
}

.footer-li-company > ul:first-child > li+li:before{
	content: "";
    background: #797979;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    left:0;
    top:9px;
}
.footer-li-company > ul+ul{
	padding-top:12px;
}
.footer-li-company > ul+ul > li{
	font-size:13px;
}
.footer-li-company > ul+ul > li+li{
	padding-top: 3px;
}
.footer-li-company > ul+ul > li span{
	position: relative;
}
.footer-li-company > ul+ul > li span+span{
	padding-left:8px;
	margin-left:4px;
}
.footer-li-company > ul+ul > li span+span:before{
	content: "";
	background: #a5a5a5;
	width:1px;
	height: 11px;
	position: absolute;
	left:0;
	top:5px;
}
.footer-wrap .copyright{
	margin-top:12px;
	position: relative;
	bottom: 0; left:0;
	font-size:13px;
	color:#797979;
}
.header_category.header-fixed{
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 21;
}
div:not(.header_category).header-fixed{
	position: relative;
	margin-top:52px;
}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5); cursor:pointer; transition: .2s ease;}
#top_btn:hover{border-color:#006363;background:teal;color:#fff}
.header .header-top ul li.header-li-search{padding:0;}
.header .header-top ul li.header-li-search form{
	border: 1px solid #aaa;
    border-right: 0;
    height: 55px;
    border-radius: 5px;
    padding: 0;
    display: flex;
}

.header .header-top ul li.header-li-search input[type="text"]{
	border: 0;
    height: 100%;
    border-radius: 5px;
    width: 250px;
    padding: 0 12px;
    font-size: 16px;
}

.header .header-top ul li.header-li-search input[type="text"]+a{
	height: 100%;
    background: teal;
    color: #fff;
    padding: 0 12px;
    border-top-right-radius: 5px;
    border-left: 1px solid #eaeaea;
    display: flex;
    border-bottom-right-radius: 5px;
    align-items: center;
}
.shop-icons{
	width:calc(100% - 8px);
	margin:4px 4px 4px 0;
	text-align: left;
	font-family: 'Dotum', '돋움';
	position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.shop-icons.r{
	position: relative;
	margin-bottom:8px;
}
.shop-icons span:not(.shop-icons-code)+span{
	margin-left:4px;
}
.shop-icons.r span:first-child{margin-left:0;}
.shop-icons span{
	color:#fff;
	font-size:12px;
	padding:3px;
	cursor: default;
	text-align: center;
	font-weight: 400;
}
.shop-icons span:active{
	background: saddlebrown;
}
.goods-code{
	font-size: 18px;
    position: absolute;
    top: 0;
    color:#fff;
    display: block;
    padding: 1px 8px 4px;
    font-family: 'Noto Sans KR';
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    letter-spacing: 2px;
}
.shop-icons .shop-icons-code{
	font-size: 18px;
    position: absolute;
    top: -296px;
    padding: 1px 8px 4px;
    font-family: 'Noto Sans KR';
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    letter-spacing: 2px;
}
.shop-icons .shop-icons-hot{
	background:#FF6C6C;
}
.shop-icons .shop-icons-new{
	background:#368AFF;
}
.shop-icons-reserve {
	background: #E7C83A;
	color: #fff;
	font-size: 12px;
	padding: 2px;
	cursor: default;
	text-align: center;
}
.shop-icons .shop-icons-deadline{
	background:#5A5A5A;
}
.shop-icons .shop-icons-flood{
	padding:2px;
	background:#fff;
	border:1px solid #FF5A5A;
	color:#FF5A5A;
}
.shop-icons .shop-icons-best{
	background:#CB6CFF;
}
.shop-icons .shop-icons-special,
.shop-icons .shop-icons-sale{
	color:#333;
}
.shop-icons-special {
	padding: 1px;
	background: #fff;
	border: 1px solid #222;
	color: #222;
}
.shop-icons-sale {
	padding: 1px;
	background: #fff;
	border: 1px solid #F307B3;
	color: #F307B3;

}
.shop-icons-recomend {
	background: #85D618;
}
.shop-icons-hot {
	background: #FF6C6C;
}
.shop-icons-new {
	background: #368AFF;
}
.shop-icons-best {
	background: #CB6CFF;
}
.shop-icons-event {
	background: #4F8C7B;
}