/* BASIC css start */
.fa-angle-down:before {
    color: #fff;
    font-size: 20px;
}

.dash_boder {
    display: inline-block;
    height: 1px;
    border-top: 1px dashed #787878;
    width: 40px;
    margin: 0 23px;
}

.fold {
    background: url(/design/qgoose001/laromanee/img/fold_icon.png);
    height: 22px;
    width: 25px;
    background-size: cover;
}
.close {
    background: url(/design/qgoose001/laromanee/img/close_icon.png);
    height: 22px;
    width: 25px;
    background-size: cover;
    z-index: 999999;
    position: fixed !important;
    top:18px !Important;
    right:18px;
}

.navlogo {margin:23px;}
.navinfo {
    margin: 0 23px;
    padding: 25px 0;
}
.navinfo div {padding:6px 0;}
.navinfo div a {color:#787878;}
.navCategory {margin-top:30px; padding-bottom:30px;}
#keyword {display:none;}
.headersta {position: static!important;}
.menu_on {height:100%; overflow:hidden;}
.menu_off {height:auto; overflow:initial;}
#header {width:100%; position:fixed; z-index:9;}
#header .top-pt-01 {position:fixed; top:0; left:0; right:0; z-index:9999999999999;}
#header .top-pt-02 {position:fixed; top:0; left:0; right:0; z-index:100;}
#header .headerTop { text-align:center; margin-top:15px;}
#header .headerTop a { height: 30px; line-height: 30px; display:inline-block; float:right;}
#header .headerTop a.cart {margin-right:42px; position:relative; display:inline-block;}
#header .headerTop a #user_basket_quantity {
    position: absolute;
    bottom: 0px;
    width: 20px;
    height: 14px;
    background: #000;
    color: #fff;
    font-size: 9px;
    line-height: 15px;
    border-radius: 10px;
    display: inline-block;
}
#header .headerTop a .fa {vertical-align:top; position: relative; top:5px;}
#header #menu {width:45px; position:absolute; right:8px; top:16px;}
#header #menu .fa {}
#header .headerBottom {padding:0 20px;}
#header .headerBottom h1 {font-size:2.333em;}
#header .headerBottom .headerBottomLeft {float:left; margin-top: 15px;}

/* 카테고리 */
aside {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0;
    bottom: 0;
    background-color: #000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
    display: none;
    opacity: 0.9;
}
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 {position:relative;}
aside nav li a {display: block; height: 35px; color:#fff; line-height:35px; padding:0 0 0 20px; margin-right: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:14px;}
aside nav li .fa {
    position: absolute;
    top: 0;
    right: 20px;
    width: 40px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
}
aside nav li > ul { display:none; }
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; font-size:12px;}
aside nav li > ul > li > ul {border-top:0px none; }
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 .asideBottom {padding:20px 22px;}
aside .asideBottom .tel {color:#ab3e41; font-size:1.333em; font-weight:bold; display: block;}
aside .asideBottom .fa-stack {color:#000; margin-top: -5px;}
aside .asideBottom .copyright {margin-top:10px;}
aside .navCommunity {display:none;}
aside .navMypage {display:none;}
/* //카테고리 */

/* 최근 본 상품 */
#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 */

