/* BASIC css start */
@font-face {
    font-family: 'GmarketSansTTFLight';
    src: url('//cdn.jsdelivr.net/gh/wizfile/font/GmarketSansTTFLight.eot');
    src:url('//cdn.jsdelivr.net/gh/wizfile/font/GmarketSansTTFLight.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'Campton-Bold-DEMO';
    src:url('//skin.makeshop.co.kr/skin/brunch/webfont/Campton-Bold-DEMO.ttf.woff') format('woff'),
        url('//skin.makeshop.co.kr/skin/brunch/webfont/Campton-Bold-DEMO.ttf.svg') format('svg'),
        url('//skin.makeshop.co.kr/skin/brunch/webfont/Campton-Bold-DEMO.ttf.eot'),
        url('//skin.makeshop.co.kr/skin/brunch/webfont/Campton-Bold-DEMO.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: "Campton Light DEMO";
	src: url("//skin.makeshop.co.kr/skin/brunch/webfont/campton-light-demo.eot"); /* IE9 Compat Modes */
	src: url("//skin.makeshop.co.kr/skin/brunch/webfont/campton-light-demo.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("//skin.makeshop.co.kr/skin/brunch/webfont/campton-light-demo.otf") format("opentype"), /* Open Type Font */
		url("//skin.makeshop.co.kr/skin/brunch/webfont/campton-light-demo.svg") format("svg"), /* Legacy iOS */
		url("//skin.makeshop.co.kr/skin/brunch/webfont/campton-light-demo.ttf") format("truetype"), /* Safari, Android, iOS */
		url("//skin.makeshop.co.kr/skin/brunch/webfont/campton-light-demo.woff") format("woff"), /* Modern Browsers */
		url("//skin.makeshop.co.kr/skin/brunch/webfont/campton-light-demo.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}






/*전체레이아웃공통*/
.dn{display:none !important;}
html,body{overflow-x: hidden;}
.fix{overflow:hidden}



/*로그인 페이지 - 탭 관련*/
#login .tab a{
    border-bottom: 1px solid #000 !important;
}
#login .tab a.act{
    color: #000 !important;
    border: 1px solid #000 !important;
    border-top: 3px solid #000 !important;border-bottom: 0 !important;
}
    

/*상품진열 시 공통사항*/

.prd-icons{padding:2px 0;}
.prd-soldout{
    font-size: 13px;
    padding-top: 10px;
    color: #94223e;
    font-weight: normal;}

.t-menu{display: table; width: 100%;text-align: center;}
.t-menu div{width:20%; display: inline-block;  padding: 10px 15px;}

.t-menu div a{display:block;}

.prd-subname{
    color: #aaa;
    font-size: 13px;
    font-weight: 100;
    padding-top: 3px;}
.prd-replace{
    padding: 3px 0;
    font-size: 15px;
    color: #94223e !important;
    font-weight: normal;}
.prd-consumer{font-size: 11px !important;}



/*진열공통*/

#intDCP {
	font-family: 'Spoqa Han Sans';
	float: unset;
	margin-top: -7px;
}
/*최소너비 유지*/
.slick-track {
	min-width: 1400px !important;
}
.prd-soldout {
	font-size: 19px;
	padding-top: 10px;
	color: #94223e;
	font-weight: normal;
}


.prd-brand{
    padding: 15px 0 0px;
    font-family: "Campton Light DEMO";
    color: #888888;}

.prd-name {
    padding: 8px 5px 9px 0;
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    letter-spacing: -.2px;
}
.prd-subname {
	display: none;
	font-size: 14px;
	padding: 7px 0;
	color: #aaa;
	font-weight: 100;
}
.item-list dd ul li.prd-consumer {
	display: block;
}
.item-list dd ul li.prd-consumer strike {
     color: #aaaaaa;
    font-family: "Campton Light DEMO";
	font-size: 15px;
}
.item-list dd ul li.dc {
	color: #94223e;
	display: inline-block;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: 800;
	margin-left: 5px;
}
.item-list dd ul li.dc em.num {
}
.item-list dd ul li.dc em.percent {
	font-size: 16px !important;
	font-weight: bold !important;
	margin-left: 2px;
}
.item-list {
	_padding: 13px;
}
.item-list .thumb {
	position: relative;
    overflow: hidden;
}
.item-list .thumb .dc {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 52px;
    width: 50px;
    background: #004b29;
    z-index: 9;
    color: #fff;
    font-size: 18px;
    font-family: 'Campton-Bold-DEMO';
}
.item-list .thumb .dc em {
    font-family: "Campton Light DEMO";
    font-size: 11px !important;
    margin-right: -2px;
}
.item-list .thumb .dc.term {
}
.item-list .thumb .dc span:nth-child(3), .item-list .thumb .dc em:nth-child(4) {
	display: none !important
}
.item-list .thumb .dc em.num {
	font-size: 24px !important;
	display: inline-block;
	overflow: hidden;
}

.item-list dd {
	font-size: 16px;
	color: #000;
	font-weight: 300;
	text-align: left;
}
.item-list dd ul {
}
.item-list dd ul li.prd-price {
    font-size: 19px;
    color: #222222;
    display: block;
    font-family: 'Campton-Bold-DEMO';
    padding-top: 7px;
}
.item-list dd ul li.prd-price em {
	font-weight: 400 !important;
	font-size: 14px;
	display: none;
	vertical-align: top;
	margin-left: -1px;
	font-family: '맑은 고딕', 'Malgun Gothic', sans-serif;
}
.item-list img {
    width: 100%;
    height: 100%;
    opacity: 0;
}
/*진열공통 끝*/


p.join{position:relative; display: inline-block;}

#m_preview_wrap,.displaynone{display:none !important}

.search_box{
    position: relative;
    text-align: center;
}    

.search_box input{
    border: 0;
    width: 90%;
    margin: 0 auto;
    text-indent: 15px;
    padding-left: 0 !important;
    line-height: 32px;
    height: 32px;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 50px;
    position: relative;
    background: #fff;}
*:focus{outline:none;}

.search_box a{}

.search_box a img{
    width: 22px;
    position: absolute;
    right: 35px;
    top: 5px;}

.menu_on {height:100%; overflow:hidden;}
.menu_off {height:auto; overflow:initial;}
#header {border-bottom: 1px solid #dadada; width:100%;}
#header .top-pt-01 {position:fixed; top:0; left:0; right:0; z-index:100;}
#header .top-pt-02 {position:fixed; top:0; left:0; right:0; z-index:100; margin-top: 0 !IMPORTANT; background-color: #fff;}
#header .headerTop {min-width:275px; text-align:center; background-color:#000; }
#header .headerTop a {font-size: 14px; font-family: roboto; font-weight: 300; width: 20%; height: 44px; line-height: 44px; color: #fff; display: inline-block;  margin-left: -4px;}

#header #menu {}
#header #menu img{width: 23px;}
#header .headerBottom {}
#header .headerBottom h1{margin: 0 auto;margin-top: 21px;margin-bottom: 20px; text-align: center;}
#header .headerBottom h1 a{font-size: 2.4em; font-weight: 900; letter-spacing: -1px;}
#header .headerBottom h1 a img{width: 123px;vertical-align: top;}
#header .headerBottom .headerBottomLeft {position:absolute; left:15px; top:20px;}
#header .headerBottom .headerBottomRight {
    position: absolute;
    right: 15px;
    top: 20px;}
#header .headerBottom .headerBottomRight a {}
#header .headerBottom .headerBottomRight a img{}

#header .headerBottom .headerBottomRight .cart {position: absolute;
top: 0;
right: 0;}
#header .headerBottom .headerBottomRight .cart .user_basket_quantity{
    width: 17px;
    height: 18px;
    background-color: #004b29;
    border-radius: 100%;
    position: absolute;
    _top: -4px;
    right: -10px;
    color: #fff;
    text-indent: -1px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 18px;
    font-size: 0.7em;
    font-family: "Campton Light DEMO";
}

#header .headerBottom .headerBottomRight .cart img{width:19px;}
#header .headerBottom .headerBottomRight a#search{width: 37px !important; display: inline-block;}
#header .headerBottom .headerBottomRight a#search img{width:67%; margin-left: 8px; margin-top: 2px;}


#header .search {position: absolute; top: 0; right: 45px;}
   

#header .top_slide{
    display:none;
    border-top: 1px solid #dadada;
    border-left: 0;
    border-right: 0;}

#header .top_slide a{
    border-bottom: 3px solid #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    _font-family: Lato;
    color: #0e0e0e;
    display: block;
    overflow: hidden;
    padding: 15px 0 10px;
    font-family: "Campton Light DEMO";}
    
#header .top_slide a.now{border-bottom: 3px solid #6b3590 ;color: #6b3590  !important;}
#header .top_slide .swiper-slide:nth-child(1){padding-left:10px;}
#header .top_slide .swiper-slide{text-align: center;_width: initial !important;}

#header .top_slide .swiper-slide-active{}
#header .top_slide .swiper-slide-active a{
    border-bottom: 3px solid #000;
    font-family: 'Campton-Bold-DEMO';
    margin-top: 1px;}

.fa-angle-down:before{color: #b6b6b6;font-size: 16px;}




/* 햄버거메뉴 */
aside {top: 0; position:fixed; width:100%; height:100%; right:0; bottom:0;overflow-y:auto; -webkit-overflow-scrolling: touch; z-index:999999; display:none; background: #fff;}
aside .asideTop {margin-bottom: 30px; position:relative; text-align:right; }
aside .asideTop .top{
    position: relative;
    border-bottom: 1px solid #dadada;
    height: 60px;
    margin-bottom: 30px;}
    
aside .asideTop .top a.go_home{
    position: absolute;
    right: 20px;
    top: 20px;}
    

aside .asideTop .top a.go_home img{
    width: 20px;
    margin-top: -2px;}

#close_btn{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 20px;}
    
    
#close_btn img {width:95%}


aside .navCategory{margin: 15px 25px 0px;}
aside .navCategory center{
    font-family: 'Campton-Bold-DEMO';
    font-size: 21px;
    margin-bottom: 15px;}
    
aside .navCategory .brand{
    border: 1px solid #000;
    display: block;
    margin: 24px 0;
    padding: 20px;
    font-size: 18px;
    font-family: 'Campton-Bold-DEMO';
    padding-top: 26px;}
    
    
.bbsbox{
    border: 1px solid #000;
    padding: 20px;
    text-align: center;}
    
.bbsbox a{
    text-align: center;
    display: inline-block;
    width: 23%;
    font-size: 14px;
    font-family: 'Noto Sans KR';
}


.bbsbox a:nth-child(1){float:left;}
.bbsbox a:nth-child(2){
    width: 15%;
    border-left: 1px solid #000;
    border-right: 1px solid;
    padding: 0 9px;}

.bbsbox a:nth-child(3){
    width: 20%;
    border-right: 1px solid;
    padding: 0 9px;}

.bbsbox a:nth-child(4){float:right;padding-left: 9px;}

aside .search {height:35px; position:relative; left:0; right:0; padding-right:45px; text-align:center; border-bottom: 1px solid #fff; padding: 20px;}
aside .search .searchBox {width:100%;}
aside .search .searchBox input {width: 100%; height: 37px; border: 0px none; margin-top: 6px; font-size: 15px; padding: 0; font-family: roboto;border-radius: 50px; text-indent: 15px;line-height: 37px;}
aside .search .btn_search {width: 45px; height: 42px; line-height: 50px;   position: absolute; bottom: 7px;  right: 23px; color: #fff; text-align: center;;}
aside .search .btn_search img{width: 23px; vertical-align: inherit;}

aside nav li { position:relative;}
aside nav li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #000;
    text-indent: 10px;
    font-family: 'Noto Sans KR';}
    
    
aside nav li .fa {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 200;
    color: #cccccc;}
    
aside nav li .fa.plus{background: url(//skin.makeshop.co.kr/skin/brunch/mo/arrow.png) no-repeat 2px 8px;
    font-size: 0;
    width: 19px;
    height: 25px;
    background-size: 8px;}
    
    
aside nav li .fa.minus{    background: url(//skin.makeshop.co.kr/skin/brunch/mo/arrow-dw.png) no-repeat 2px 8px;
    font-size: 0;
    width: 19px;
    height: 25px;
    background-size: 15px;
    top: 17px;
    font-size: 0;
    right: 6px;}

aside nav li > ul {padding-top: 6px; padding-bottom: 10px; display:none; border-top:1px solid #333;}
aside nav li > ul > li {border-bottom:0px none;}
aside nav li > ul > li span.fa.minus{
    background-size: 13px;
    top: 7px;
    right: 3px;}
    
    
aside nav li > ul > li:first-child {border-top:0px none;}
aside nav li > ul > li a {
    padding: 2px 15px;
    margin: 0;
    font-size: 14px;
    color: #787878 !important;
    height: 31px;
    line-height: 31px;
    font-weight: 400;
    border-bottom: 0;
    text-indent: 0;}
aside nav li > ul > li a.fa{}
aside nav li > ul > li > ul {border-top:0px none; border-top:1px solid #ccc; border-bottom: 1px solid #ccc;}
aside nav li > ul > li > ul > li {border-bottom:0px none;}
aside nav li > ul > li > ul > li a {padding:0 0 0 40px; margin: 0; font-size: 13px; color: #000 !important;}
aside nav li.no-line{margin-top:0 !important; border-bottom:0 !important;}
aside nav li.plan{text-align: center; padding-top: 25px; display: table; padding: 25px 10px;}
aside nav li.plan a{ margin-bottom: 10px !important;display:inline-block; width:48.5%; height: inherit; line-height: inherit; padding: 0 !important; margin: 0; border: 1px solid #ededed;}
aside nav li.plan a:nth-child(odd){float: left;}
aside nav li.plan a:nth-child(even){float:right;}

aside nav li.plan a img{width:100%;}
aside nav li.plan a em{display: block;text-align: center; padding: 13px;font-size: 15px; color: #646464;}

aside .asideBottom {text-align: center; margin: 24px 0;}
aside .asideBottom ul{display: flex; width: 100%; background: #000; padding: 20px 0;}
    
aside .asideBottom ul li{text-align: center; width: 33%; display: inline-block;}
aside .asideBottom ul li.ico04 {border-right:0}
aside .asideBottom ul li a{display: block; height: 32px;}
aside .asideBottom ul li p{font-size: 12px; color: #999999;margin-top: 3px;}
aside .asideBottom ul li img{}
aside .asideBottom ul li{}
aside .asideBottom ul li.ico01 a{background:url('//skin.makeshop.co.kr/skin/brunch/mo/mp_ico.png') no-repeat;background-position: center;background-size: 23px;}
aside .asideBottom ul li.ico02 a{background:url('//skin.makeshop.co.kr/skin/brunch/mo/cart_ico.png') no-repeat;background-position: center;background-size: 25px;}
aside .asideBottom ul li.ico03 a{background:url('//skin.makeshop.co.kr/skin/brunch/mo/order_ico.png') no-repeat;background-position: center;background-size: 25px;}

aside ..ham_bnr{}
aside .ham_bnr img{}
aside .cs{margin: 20px 24px;
    position: relative;}
aside .cs p{
    font-size: 16px;
    padding: 6px 0 10px;
    font-family: "Campton Light DEMO";}
aside .cs p strong{font-family: 'Campton-Bold-DEMO';}
aside .cs span{font-family: 'Campton-Bold-DEMO'; color: #888888;  line-height: 21px;}
aside .cs .cs_tel{
    position: absolute;
    right: 0;
    top: 15px;}

aside .cs .cs_tel img{
    width: 35px;}


aside .info_btns{width: 80%; margin: 0 auto; text-align: left;}
aside .info_btns li{display: inline-block; vertical-align: top; text-align: center; width: 49%;}
aside .info_btns li:nth-child(2){ float: right;}
aside .info_btns li a{display:block; font-size: 15px; border: 1px solid #000; padding: 11px 0;}
aside .info_btns li a.black{
    background: #333333;
    color: #fff;
    border: 1px solid #333333;}

aside h1 { margin-top: 5px; margin-bottom: 23px;}    
aside h1 a{display: block; text-align: center}
aside h1 a img{width: 130px;}

aside .sns_follow {
	text-align: left;
	padding-top: 35px;
    padding-bottom: 20px;
}

aside .sns_follow p em {
	display: inline-block;
	width: 65px;
	height: 1px;
	background: #000;
}
aside .sns_follow ul {
}
aside .sns_follow ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
aside .sns_follow ul li a {
    width:30px;
    height:30px;
    display:block;
}

aside .sns_follow ul li:nth-child(1) a{background:url('//skin.makeshop.co.kr/skin/boards/img/follow01.png') no-repeat; background-position:center;background-size: 11px; margin-left: -5px;}
aside .sns_follow ul li:nth-child(2) a{background:url('//skin.makeshop.co.kr/skin/boards/img/follow02.png') no-repeat; background-position:center;background-size: 20px; padding: 0 5px;}
aside .sns_follow ul li:nth-child(3) a{padding-left: 15px; background:url('//skin.makeshop.co.kr/skin/boards/img/follow03.png') no-repeat; background-position:center;background-size: 25px;}
aside .sns_follow ul li:nth-child(4) a{background:url('//skin.makeshop.co.kr/skin/boards/img/follow04.png') no-repeat; background-position:center;background-size: 20px;}

aside .sns_follow ul li a img {}
aside .copy{
    _font-family: Lato;
    font-size: 12px;
    color: #999999;}
/* //카테고리 */


/* BASIC css end */

