/* BASIC css start */
 

.overflowhidden{
    overflow: hidden;
}

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

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

.slick-slide, .slick-slide a {
  outline: 0;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}


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



/* 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;
    background: transparent;
/*    -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; */
    z-index: 198;
    position: fixed;
    top: 0px;
    margin-left: 0px;
    left: 0px;
    width: 100%;
}
#header .header .header_top {
    position: relative;
    background: #000;
    border-bottom: 1px solid #f0f0f0;
    z-index: 198;
    /* height: 65px; */
    /* line-height: 65px; */
    padding: 18px 0;
}
#header .header .header_top .menu {
    position: absolute;
    top: 45%;
    left: 15px;
    margin: -4px 0 0;
    vertical-align: middle;
}
#header .header_top .menu a {
    display: block;
    width: 15px;
    height: 15px;
}
#header .header_top .menu img {
    width: 100%;
}
#header .header_top .logo h1 {
    width: 100%;
    text-align: center;
}
#header .header_top .logo h1 img {
    max-height: 18px;
    font-size: 12px;
    margin: 0;
    vertical-align: -webkit-baseline-middle;
    vertical-align: top;
    top: 1px;
    position: relative;
}
#header .header_top .menu2 {
    position: absolute;
    top: 50%;
    right: 46px;
    margin: -10px 0 0;
    vertical-align: middle;
}
#header .header_top .menu3 {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -9px 0 0;
    vertical-align: middle;
}
#header .header_top .menu2 a {
    display: block;
    width: 15px;
}
#header .header_top .menu3 a {
    display: block;
    width: 16px;
}
#header .header_top .menu2 img,
#header .header_top .menu3 img {
    width: 100%;
}   
#header .header_top .menu2 #user_basket_quantity {
    cursor: pointer;
    font-size: 10px;
    z-index: 1;
    color: #fff;
    position: absolute;
    top: -1px;
    right: -6px;
    letter-spacing: -1px;
    background: #ee131b;
    border-radius: 15px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
} 
#header .header_top .menu1 {
    position: absolute;
    top: 50%;
    left: 46px;
    margin: -9px 0 0;
    vertical-align: middle;
}

#header .header_top .menu1 a {
    display: block;
    width: 19px;
}
#header .header_top .menu1 a img {
    width: 100%;
}

/* header fix */

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


#header .top_slide{padding: 13px 10px;/*border-bottom: 1px solid #f0f0f0;*/background: #fff;width: 100%;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;}
#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); */  
    /* display: none; */
    border-bottom: 1px solid #f0f0f0;
}





/* 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:99999;
    position:fixed;
    height:100%;
    top:0px;
    left: -100%;
    overflow-y:scroll;
    -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;
}  
 
/* search */

.search_layer {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999;
    padding-left: 25px;
    padding-right: 25px;
    -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;
    display: none;
}
.search_layer .search_close {
    position: absolute !important;
    top: 20px;
    right: 20px;
    width: 22px;
}
.search_layer .search_tit {
    color: #111;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-top: 50px;
}  
.search_layer .search_tit.hot {
    padding-top: 0;
    padding-bottom: 16px;
    margin-top: 30px;
}

.search_layer  .hot_list {}

.search_layer .hot_list li {
    margin-bottom: 11px;
    margin-left: 2px;
}
.search_layer .hot_list li a {
    color: #111111;
    font-weight: 400;
    margin-left: 0;
    font-size: 13px;
}

.searchBox {
    border: 2px solid #000000;
    position: relative;
    height: 45px;
    line-height: 45px;
    margin-top: 15px;
}

.searchBox input#keyword {
    width: 100%;
    border: 0;
    font-weight: 500;
    font-size: 12px;
    padding-right: 45px;
    -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;
    outline:0;
}

.searchBox a.btn_search {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    line-height: 1;
}

.searchBox a.btn_search img {
    width: 25px;
}
 
.aside_logo {
    padding: 20px 15px;
    text-align: center;
    position: relative;
}

.aside_logo .aside_x {
    position: absolute;
    top: 21px;
    right: 25px;
    width: 16px;
}
.as_logo {
    max-height: 18px;
}
.aside_member {
    font-size: 0;
    background: #000;
    text-align: center;
    padding: 15px 0;
}

.aside_member a {
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.aside_member a + a {
    margin-left: 110px;
}
.aside_my {
    padding: 15px;
}

.aside_my .f_menu {
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}


.all_tab {
    overflow: hidden;
    /* color: #6d6d6d; */
    /* background: #f7f7f7; */
    margin: 0 15px;
}

.all_tab div {
    display: inline-block;
    float: left;
    width: 50%;
    height: 44px;
    line-height: 44px;
    color: #999999;
    text-align: center;
    -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;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #eaeaea;
}

.all_tab div:first-child {
}

.all_tab div:last-child {
}

.all_tab div.selectmenu {
    background: #000;
    color: #fff;
    border: 1px solid #000000;
}
.tab_box {
    margin: 0 15px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}



/* category */ 
aside nav li {
    position:relative;
    border-bottom: 1px solid #eaeaea;
}
aside nav li a {
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 0 0 10px;
    margin-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
aside nav li .fa {
    position: absolute;
    top:0;
    right: 0;
    width: 40px;
    text-align: center;
    height: 46px;
    line-height:46px;
    font-size: 19px;
    font-weight: bold;
}
aside nav li > ul {
    display:none;
    padding-bottom: 20px;
    border-top: 1px solid #eaeaea;
}
aside nav li > ul > li {
    border-bottom:0px none;
}
aside nav li > ul > li:first-child {
    border-top:0px none;
}
aside nav li > ul > li a {
    padding:0 40px 0 30px;
    margin: 0;
}
aside nav li > ul > li > ul {
    border-top:0px none;
    padding-left: 10px;
}
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;
}
aside .navCategory nav ul li a {
    color: #000000;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
}
aside .navCategory nav ul li > ul > li a {
    font-size: 13px;
    padding: 0 40px 0 20px;
    font-weight: normal;
    color: #252525;
    font-weight: 300;
}
aside .navCategory nav ul li > ul > li .fa {
    font-size: 16px;
} 

.aside_bann {
    font-size: 0;
    margin: 15px;
    padding-bottom: 15px;
}

.aside_bann a {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.aside_bann a img {
    width: 100%;
} 



.letter {
    font-weight: bold;
    color: #fff;
    background: #000;
    width: 18px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 20px;
    font-size: 11px;
    margin-right: 5px;
 /*   position: relative;
    top: -1px; */
}


.ham_b {
    font-size: 0;
    padding: 0 15px 15px;
}
.ham_b a {
    width: 50%;
    vertical-align: top;
    display: inline-block;
}
.ham_b img {
    width: 100%;
}

#container #contents {padding-top:99px;}
/* BASIC css end */

