/* BASIC css start */
.menu_on {height:100%; overflow:hidden;}
.menu_off {height:auto; overflow:initial;}
#header {width:100%;}
#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-right:45px; background-color:#3e4347;}
#header .headerTop a {width:25%; height: 36px; line-height: 36px; background-color:#235fd9; color:#fff; display:inline-block; border-left:1px solid #fff; margin-left:-1px;}
#header .headerTop a .fa {vertical-align:top; position: relative; top:12px;}
#header #menu {width:45px; background-color:#235fd9; position:absolute; right: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:#235fd9;}
#header .headerBottom .headerBottomRight a .fa-bookmark-o {color:#235fd9;}
#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:relative; left:0; right:0; background-color:#BDBDBD; padding-right:45px; text-align:center; display:none; z-index:10;}
#header .search .searchBox {width:100%;}
#header .search .searchBox input {width:90%; height:30px; border:0px none; margin-top: 6px; padding: 0 5px;}

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

#header .headerTop a .point {position:absolute; top:30px; left:50%; width:52px; height:16px; line-height:16px; margin-left:-100px; background:#ffde00; color:#3d3d3d; text-align:center; border-radius:3px;}
#header .headerTop a .point span {position:absolute; top:-4px; left:50%; width:0; height:0; border-left:4px solid transparent; border-right:4px solid transparent; border-bottom:4px solid #ffde00; margin-left:-4px;}

/* 카테고리 */
aside {position:fixed; width:100%; height:100%; top:36px; right:0; bottom:0; background-color:#fff; 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:#BDBDBD; border-bottom:2px solid #BDBDBD;}
aside nav li {border-bottom:1px solid #ccc; position:relative;}
aside nav li a {display: block; height: 35px; line-height:35px; padding:0 0 0 20px; 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: 35px; line-height:35px;}
aside nav li > ul {background-color:#f4f4f4; display:none; border-top:1px solid #6e6e6e;}
aside nav li > ul > li {border-bottom:0px none; border-top:1px solid #ccc;}
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; 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:#BDBDBD; 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;}
}


/* 카테고리 테스트 */
.navCategory {
    display: flex;
    width: 100%;
    height: calc(100vh - 100px);
    border-top: 1px solid #eee;
}

.left-panel {
    width: 50%;
    border-right: 1px solid #eee;
    overflow-y: auto;
    background: #fff;
}

.left-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.left-panel li {
    padding: 14px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
}

.left-panel li.active {
    background: #f7f7f7;
    font-weight: 600;
}

.right-panel {
    width: 50%;
    padding: 15px;
    overflow-y: auto;
    background: #fff;
}

/* 카테고리 영역 숨김/노출 */
.right-panel > div {
    display: none;
}

.right-panel > div.active {
    display: block;
}

.r_cate_tit {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}

.r_cate_tit a {
    text-decoration: none;
    color: #000;
}

.cate2 {
    margin-bottom: 8px;
}

.cate2 dd {
    margin: 0;
}

.cate2 a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.cate3 {
    display: none;
    padding-left: 12px;
}

.cate3 li {
    list-style: none;
}

.cate3 a {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    color: #666;
    text-decoration: none;
}

.cate_toggle {
    cursor: pointer;
}

.cate_toggle span {
    float: right;
}

.left-panel::-webkit-scrollbar,
.right-panel::-webkit-scrollbar {
    width: 6px;
}

.left-panel::-webkit-scrollbar-thumb,
.right-panel::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
/* BASIC css end */

