/* BASIC css start */
.aside_open {
    background: url(/design/vivina/MK_renewal/img/aside_open.png) no-repeat;
    width: 25px;
    height: 20px;
    background-size: 25px 20px;
    vertical-align: middle;
}
.aside_close {
    background: url('/design/vivina/MK_renewal/img/aside_close.png') no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    vertical-align: middle;
}

.menu_on {height:100%; overflow:hidden;}
.menu_off {height:auto; overflow:initial;}
#header {width:100%;}


/**aside open**/
#header .top-pt-01.headerTop {background:#000;}

#header .headerTop.top-pt-01 a {
    height: 50px;
    line-height: 50px;
    background-color: #111;
    color: #fff;
    float: left;
}

#header .headerTop.top-pt-01 a.side.cart {
    position: relative;
    background: url(/design/vivina/MK_renewal/img/m_top_cart_open.png) no-repeat;
    background-size: auto 25px;
    background-position-x: center;
    background-position-y: center;
}

#header .headerTop.top-pt-01 a.side.cart .cart_count {
    position: absolute;
    bottom: 10px;
    right: 12px;
    color: #000;
    background: #fff;
    width: 15px;
    height: 8px;
    border-radius: 5px;
    line-height: 8px;
    font-size: 9px;
    padding: 1px 0;
}
#header .headerTop.top-pt-01 a#search {display:none;}
#header .headerTop.top-pt-01 a.center {display:none;}


#header .headerTop.top-pt-01 a.open_search {width:85%; display:block !Important; position:relative;}
#header .headerTop.top-pt-01 a.open_search #keyword {
    background: #262a2d;
    border: 1px solid #262a2d;
    width: 90%;
    border-radius: 20px;
}
#header .headerTop.top-pt-01 a.open_search .btn_search {
    position: absolute;
    top: 12px;
    right: 10%;
}

#header .headerTop.top-pt-01 a.open_search .btn_search img {
    height:25px;
}



#header .headerTop a.open_search {display:none;}





#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;}
#header .headerTop {min-width:275px; text-align:center; padding-left:45px; background-color:#fff;}
#header .headerTop:after {
	content: "";
	display: block;
	clear: both;
}

#header .headerTop a {height: 50px; line-height: 50px; background-color:#fff; color:#fff; float:left;}
#header .headerTop a.side {width:15%;}
#header .headerTop a.side.cart {
    position: relative;
    background: url(/design/vivina/MK_renewal/img/m_top_cart.png) no-repeat;
    background-size: auto 25px;
    background-position-x: center;
    background-position-y: center;
}
#header .headerTop a.side.cart .cart_count {
    position: absolute;
    bottom: 10px;
    right: 12px;
    color: #fff;
    background: #000;
    width: 15px;
    height: 8px;
    border-radius: 5px;
    line-height: 8px;
    font-size: 9px;
    padding: 1px 0;
}
#header .headerTop a.side img {height:25px; vertical-align:middle;}
#header .headerTop a.center {width:70%}
#header .headerTop a.center img {height:25px; vertical-align:middle; margin-left:-35px;}









#header #menu {width:45px; position:absolute; left:0;}
#header #menu .fa {top:5px;}
#header .headerBottom {padding:0 10px; margin-bottom: 20px;}
#header .headerBottom h1 {font-size:2.333em;}
#header .headerBottom .headerBottomLeft {float:left; margin-top: 22px;}
#header .headerBottom .headerBottomRight {float:right; margin-top: 20px;}
#header .headerBottom .headerBottomRight a {margin-left:17px; color:#7d7d7d;}
#header .headerBottom .headerBottomRight a .fa-bookmark-o {color:#f1494d;}
#header .headerBottom .headerBottomRight .cart {position:relative;}
#header .headerBottom .headerBottomRight .cart sup {width:12px; height:12px; background-color:#f1191f; color:#fff; border-radius:6px; position:absolute; top:-12px; right:-5px; text-align: center; line-height: 12px;}
#header .search {
    height: 42px;
    position: fixed;
top :50px;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
    z-index: 10;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
background-color: #fff;
}

#header .search .searchBox {
    width: 95%;
    margin: 0 auto;
}
#header .search .searchBox input {
    width: 100%;
    height: 30px;
    border: none;
    margin-top: 6px;
    padding: 0 5px;
    border-radius: 20px;
    background: #ddd;
}
#header .search .btn_search {
    width: 45px;
    height: 42px;
    line-height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
}

#header .search .btn_search img {
    width: 20px;
    height: 20px;
}

/* 카테고리 */
aside {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50px;
    right: 0;
    bottom: 0;
    background-color: #111;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
    display: none;
}
aside .asideTop {text-align:center;}
aside .asideTop a {width:33.33%; height:62px; display:inline-block; border-bottom:2px solid #c3c3c3; color:#8f8f8f; font-weight:bold;}
aside .asideTop a .fa {margin-top:10px;}
aside .asideTop a.act {color:#ab3e41; border-bottom:2px solid #ab3e41;}
aside nav li {
    border-bottom: 1px solid #3a3e41;
    position: relative;
    background: #262a2d;
}
aside nav li a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-family: 'notokrLight', sans-serifl;
    font-size: 13px;
}

aside nav li a.open {background:#6280d6;}

aside nav li .fa {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #858e93;
}
aside nav li > ul { display:none; background:#111;}
aside nav li > ul:after {
	content: "";
	display: block;
	clear: both;
}
aside nav li > ul > li {border-bottom:0px none; background:#111; color:#858e93; width:49.7%; float:left; border-right:1px solid #3a3e41; border-top:1px solid #3a3e41;}
aside nav li > ul > li:first-child {border-top:0px none;}
aside nav li > ul > li a {
    padding: 0 40px 0 30px;
    margin: 0;
    color: #858e93;
    font-size: 12px;
}
aside nav li > ul > li a.open {
    background:#111;
}
aside nav li > ul > li > ul {
    border-top: 1px solid #3a3e41;
    margin-top: 1px;
}
aside nav li > ul > li > ul > li {
    border-bottom: 0px none;
    width: 100%;
}
aside nav li > ul > li > ul > li a {
    padding: 0 0 0 40px;
    margin: 0;
    background-color: #222;
}
aside .asideBottom {padding:40px 22px; text-align:center; min-height:70px;}
aside .asideBottom a {display:inline-block; margin:0 10px;}
aside .asideBottom a img {height:20px;}

aside .navCommunity {display:none;}
aside .navMypage {display:none;}

.asidetap { border-top: 1px solid #3a3e41; border-bottom: 1px solid #3a3e41;}
.asidetap:after {
	content: "";
	display: block;
	clear: both;
}
.asidetap a {
    float: left;
    width: 24.8%;
    text-align: center;
    padding: 15px 0;
    border-right: 1px solid #3a3e41;
    color: #a2a6a9;
}
.asidetap a.join {position:relative;}
.asidetap a:last-child {
    border-right:none;
}
.asidetap a img {height:30px; margin-bottom:10px;}

.join_point {
    position: absolute;
    bottom: -17px;
    left: 30%;
    height: 20px !important;
    z-index:9;
}

/* //카테고리 */

/* 최근 본 상품 */
#ly_lastView {width:100%; position:absolute; top:36px; left:0; background-color:#fff; z-index:101; padding-bottom:20px; box-shadow: 0 1px 10px #717171; display:none;}
/* //최근 본 상품 */

@media screen and (min-width:768px) {
    #header #menu {width:85px;}
    #header .headerTop {padding-right:85px;}
    #header .search {padding-right:85px;}
    #header .search .searchBox input {width:95%;}
    #header .search .btn_search {width:85px;}
}
/* BASIC css end */

