/* BASIC css start */
/* BASIC css start */
 
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "BrandonGrotesque-Regular";
  src: url("//skin.makeshop.co.kr/skin/swag/fonts/BrandonGrotesque.eot"); /* IE9 Compat Modes */
  src: url("//skin.makeshop.co.kr/skin/swag/fonts/BrandonGrotesque.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("//skin.makeshop.co.kr/skin/swag/fonts/BrandonGrotesque.otf") format("opentype"), /* Open Type Font */
    url("//skin.makeshop.co.kr/skin/swag/fonts/BrandonGrotesque.svg") format("svg"), /* Legacy iOS */
    url("//skin.makeshop.co.kr/skin/swag/fonts/BrandonGrotesque.ttf") format("truetype"), /* Safari, Android, iOS */
    url("//skin.makeshop.co.kr/skin/swag/fonts/BrandonGrotesque.woff") format("woff"), /* Modern Browsers */
    url("//skin.makeshop.co.kr/skin/swag/fonts/BrandonGrotesque.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}



@-webkit-keyframes joinpoint_animation {
0% {
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
5% {
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-3px) skewX(0deg) skewY(0deg);
}
10% {
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
15% {
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(-3px) skewX(0deg) skewY(0deg);
}
20% {
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
100% {
-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
}
.displaynone {
	display:none !important;
}
.trans {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* header */
#header {
	position:relative;
	width:100%;
	background:#fff;
	z-index:100;
}
#header .topbanner {
	position: relative;
	min-width: 100%;
	height: auto;
	overflow: hidden;
	display:none;
}
#header .topbanner .inner {
	background-color: #e1102a;
	text-align: center;
}
#header .topbanner .inner img {
	width: 100%;
}
#header .topbanner .inner form {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	outline: 0;
	right: 15px;
}
#header .topbanner .inner button.close {
	/* position: absolute; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	background: none;
	outline: 0;/* right: 100px; */
}
#header .topbanner .inner form #close img {
	width: 15px;
}
#header .header {
	/*position: relative;*/
	text-align: center;
	vertical-align: top;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index:198;
	top: -200px;
	background: #fff;
}
#header .header .header_top {
	position: relative;
	background: #fff;
	border-bottom: 0;
	z-index: 198;
	/* height: 65px; */
	/* line-height: 65px; */
	padding: 18px 0;
}
#header .header .header_top .menu {
	position: absolute;
	top: 45%;
	left: 18px;
	margin: -4px 0 0;
	vertical-align: middle;
}
#header .header_top .menu a {
	display: block;
	width: 20px;
	height: 20px;
}
#header .header_top .menu img {
	width: 100%;
}
#header .header_top .logo h1 {
	width: 100%;
	text-align: left;
	padding-left: 55px;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header .header_top .logo h1 img {
	width: 160px;
	font-size: 12px;
	margin: 0;
	vertical-align: -webkit-baseline-middle;
	vertical-align: top;
	top: 2px;
	position: relative;
}
#header .header_top .menu2 {
	position: absolute;
	top: 50%;
	right: 30px;
	margin: -10px 0 0;
	vertical-align: middle;
}
#header .header_top .menu2 a {
	display: block;
	width: 15px;
}
#header .header_top .menu2 img {
	width: 100%;
}   
#header .header_top .menu2 #user_basket_quantity {
    width: auto;
    cursor: pointer;
    font-size: 10px;
    z-index: 1;
    color: #000;
    position: absolute;
    right: -10px;
    letter-spacing: -1px;
    top: 50%;
    transform: translateY(-50%);
} 

/* header fix */

#header .header.scroll-to-fixed-fixed {
	z-index: 198;
	position: fixed;
	top: 0px;
	margin-left: 0px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
}
#header .header.scroll-to-fixed-fixed .header_top {
	background-color: rgba(255, 255, 255, 0.95);
}


#header .top_slide{padding: 13px 10px;border-bottom: 0;background: #fff;width: 88%;float: left;-webkit-box-sizing: border-box;-khtml-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;height: 44px;}

#header .top_slide a{font-size: 13px;color: #000 !important;letter-spacing: 0.1px;font-family: 'Roboto', sans-serif;font-weight: 500;}
#header .top_slide .swiper-slide:nth-child(1){padding-left:6px;}
#header .top_slide .swiper-slide{ width: initial !important; padding-right: 25px;}
#header .header.scroll-to-fixed-fixed .top_slide {
    background-color: rgba(255, 255, 255, 0.95);
}


#header .all_menu {
    width: 12%;
    float: left;
    padding: 13px 0;
    text-align: center;
    /* border-left: 1px solid #f0f0f0; */
    /* border-bottom: 1px solid #f0f0f0; */
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
    background: #fff;
}
#header .all_menu img {
    width: 14px;
    vertical-align: middle;
}

#header .all_menu img.fa-rotate-180{}
#header .header.scroll-to-fixed-fixed .all_menu {
    background-color: rgba(255, 255, 255, 0.95);
}

#header .header .all_menu_op { 
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
    opacity:0;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    top: -131px;
}
#header .header .all_menu_op.on {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity:1;
	top: 161px;
	z-index: 1;
	}

#header .header .all_menu_op ul {
    font-size: 0;
}
#header .header .all_menu_op ul li {
    font-size: 12px;
    width: 33.333%;
    /* margin-right: -1px; */
    /* border-right: 1px solid #f4f4f4; */
    border-bottom: 1px solid #f4f4f4;
    height: 43px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    background: #fff;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#header .header .all_menu_op ul li a {
    display: block;
    position: relative;
    padding: 0 2px;
    color: #000;
    line-height: 44px;
    font-family: 'Roboto', sans-serif;
}

#header .header.scroll-to-fixed-fixed .all_menu_op ul li {
    background-color: #fff;
}



/* slide menu */

#black_dummy {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: -1;
	opacity: 1;
	z-index: 200;
}
#slide_sidebar {
	width: 100%;
	background:#fff;
	z-index:200;
	position:fixed;
	height:100%;
	top:0px;
	left: -100%;
	overflow-y:scroll;
	/* padding: 0 15px; */
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slide_sidebar .slide_top {
    position: relative;
}

#slide_sidebar .slide_top ul {font-size: 0;border-top: 1px solid #e9e9e9;border-bottom: 1px solid #000000;}

#slide_sidebar .slide_top ul li {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 25%;
    text-align: center;
    padding: 28px 0;
}

#slide_sidebar .slide_top ul li + li {
}

#slide_sidebar .slide_top ul li a {
    color: #000;
    font-size: 12px;
    font-family: "BrandonGrotesque-Regular";
}

#slide_sidebar .slide_top ul li #joinpoint {
    position: absolute;
    z-index: 199;
    text-align: center;
    display: inline-block;
    -webkit-animation: joinpoint_animation 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    right: 12px;
    bottom: 46px;
}

#slide_sidebar .slide_top ul li #joinpoint .text {
    display: block;
    width: 40px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 10px;
    font-family: '맑은고딕', 'Malgun Gothic', sans-serif;
    font-weight: 500;
    background: #787878;
    height: 16px;
    border-radius: 30px;
    line-height: 16px;
    /* display: inline; */
}
#slide_sidebar .aside_cate {
    width: 50%;
    float: left;
    padding-left: 35px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
}

#slide_sidebar .aside_cate ul {
    font-size: 0;
}

#slide_sidebar .aside_cate ul li {
    font-size: 12px;
    height: 39px;
    line-height: 39px;
}

#slide_sidebar .aside_cate ul li a {
    color: #000000;
    font-family: 'Roboto' ,'Noto Sans KR', sans-serif;
    font-size: 13px;
}

#slide_sidebar .aside_board {float: right;width: 50%;padding-top: 30px;padding-right: 20px;-webkit-box-sizing: border-box;-khtml-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;padding-left: 33px;}

#slide_sidebar .aside_board ul {
    font-size: 0;
}

#slide_sidebar .aside_board ul li {
    font-size: 12px;
    height: 39px;
    line-height: 39px;
}

#slide_sidebar .aside_board ul li a {
    color: #1a1a1a;
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
    color: #797979;
    font-size: 13px;
}

#slide_sidebar .aside_sns {
    font-size: 0;
    height: 20px;
    padding: 32px 0;
}

#slide_sidebar .aside_sns .sns_icon {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
    height: 20px;
}

#slide_sidebar .aside_sns .sns_icon a img {height: 100%;}


.search {
    background: #fff;
    position: relative;
    margin: 7px 15px 19px 15px;
    border-bottom: 2px solid #000;
}

.search input#keyword {
    background: #fff;
    width: 100%;
    border: 0;
    /* margin-left: 10px; */
    outline: 0;
    color: #a9a9a9;
    font-family: la;
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
    letter-spacing: 0.25px;
}
 
.search form {
    /* width: 252px; */
    /* display: inline-block; */
}

.search a.btn_search {
    position: absolute;
    top: 10px;
    right: 0;
}

.search a.btn_search img {
    width: 19px;
    vertical-align: middle;
}
.aside_close {
    position: absolute;
    top: 16px;
    right: 17px;
}

.aside_close img {
    width: 17px;
}

.cation {
    color: #838383;
    font-size: 11px;
    letter-spacing: -0.25px;
    font-family: '맑은고딕', 'Malgun Gothic', sans-serif;
    padding: 0 23px;
    padding-bottom: 19px;
    padding-top: 19px;
    line-height: 1;
}

#slide_sidebar .slide_top ul li a img {
    height: 30px;
}

#slide_sidebar .slide_top ul li a p {
    padding-top: 8px;
}

.aside_banner {
    padding: 40px 15px 0;
}

.aside_banner img {
    width: 100%;
}
#header .header.scroll-to-fixed-fixed .search {
    display: none;
}
#header .header.scroll-to-fixed-fixed .all_menu_op.on {
    top: 98px;
}


/* BASIC css end */

