/* BASIC css start */
.menu_on {
    height: 100%;
    overflow: hidden;
}

.menu_off {
    height: auto;
    overflow: initial;
}

#header {
    width: 100%;
    height:90px;
    padding-top:20px;
    box-sizing:border-box;
}

#header h1 {
    padding:10px 0 0;
}

#header h1 img {
    height:30px;
}

#header .hdWp {
    position:relative;
    text-align:center;
}

#header .gnbMenu {
    position:absolute;
    top:20px;
    left:22px;
}

#header .gnbMenu img {
    height:16px;
}

#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 #menu {
    width: 45px;
    background-color: #ab3e41;
    position: absolute;
    right: 0;
}

#header #menu .fa {
    top: 5px;
}

#header .headerBottom {
    padding: 0 10px;
    margin-bottom: 20px;
}

#header .headerBottom h1 {
    display:inline-block;
}

#header .headerBottom .headerBottomLeft {

}

#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 {
    display:none;
    height: 90px;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    padding:20px 74px 0 22px;
    background-color: #fff;
    text-align: center;
    z-index: 10;
    box-sizing:border-box;
}

.main_sch {
    position:absolute;
    top:33px;
    right:20px;
}

#header .search .searchBox {
    width: 100%;
}

#header .search .searchBox input {
    width: 100%;
    height: 50px;
    border: 0px none;
    padding: 0 5px;
    background:#f1f1f1;
}

#header .search .btn_search {
    display:none;
    width: 45px;
    height: 42px;
    line-height: 50px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
}

#search.main_sch {
    position: absolute;
    top: 16px;
    right: 22px;
}

#cart {
    position: absolute;
    top: 16px;
    right: 65px;
}

/* 카테고리 */
aside {
    position: fixed;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
    display: none;
}

aside .aside_wp {
    overflow-y: auto;
    height:100%;
}

aside.active {
    display:block;
}

aside .gnbMenu {
    position:absolute;
    top:10px;
    right:-55px;
}

aside .gnbMenu img {
    height:40px;
}

aside .asideTop {
    display:none;
    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 #d2d2d2;
    position: relative;
}

aside nav li a,
aside nav li b {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 30px;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#222;
    font-size:15px;
    font-weight:bold;
}

aside nav li.on {
    background:#fafafa;
}

aside nav li .fa {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

aside nav li .fa.fa-rotate-180 {
    background:#fafafa;
}

aside nav li > ul {
    background-color: #fafafa;
    display: none;
}

aside nav li > ul.act {
    display:block;
}

aside nav li.on ul.dep1 {
    display:block;
}

aside nav li > ul > li {
    position:relative;
    border-bottom: 0px none;
}

aside nav li > ul > li:first-child {
    border-top: 0px none;
}

aside nav li > ul > li a {
    padding: 0 60px 0 30px;
    margin: 0;
    font-size:12px;
    font-weight:normal;
    color:#683c8a;
    height:30px;
    line-height:30px;
}

aside nav li > ul > li > ul {
    border-top: 0px none;
    border-top: 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;
    background-color: #DDDDDD;
}

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

.headerTop {min-width:275px; text-align:center; overflow:hidden; font-size:0; }
.headerTop a { height: 36px; line-height: 36px; display:inline-block; font-size:12px; padding:0 15px; }

/* BASIC css end */

