/* BASIC css start */
/************** css *************/
/**
 * 모바일쇼핑몰 슬라이딩메뉴
 */
/*
body { height:100%; }
#wrap { overflow:hidden; position:relative; min-height:100%; width:100%; }

.dimmed { display:none; position:fixed; left:0px; top:0; right:0px; bottom:0px; z-index:150; background:rgba(0,0,0,0.7); }
#dimmedSlider { display:none; position:fixed; left:0px; top:0; right:0px; bottom:0px; z-index:500; background:rgba(0,0,0,0.7); }
*/

/* 확장 */
/*
html.expand #wrap { height:100%; }
html.expand #container_wrap {-webkit-transform: translate(87%, 0); -moz-transform: translate(87%, 0); -ms-transform: translate(87%, 0); -o-transform: translate(87%, 0); transform: translate(87%, 0); }
html.expand #btnFoldLayout { z-index:405; }
html.expand #aside { z-index:1111; overflow-x:hidden; }
*/

/* aside */
/*
#aside { z-index:-1; visibility:hidden; position:absolute; left:0px; top:0px; bottom:0; overflow:auto; overflow-x:hidden; min-width:225px; width:87%; font-size:11px; background-color:#fff; }

#aside .btnClose { position:absolute; top:0; right:0; display:block; padding:9px; }
#aside .btnClose img { width:12px; }
*/


/* conatiner */
/*
#container_wrap {
    z-index:1; position:relative; overflow:hidden; margin-top:-1px; margin-left:-1px; background-color:#fff;
    -webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; -o-transition:300ms; transition:300ms;
    -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;
}
*/

/* btnFoldLayout */
/*
#btnFoldLayout {
    display:none; position:absolute; left:87%; top:0; right:0; bottom:0; width:100%; height:100%; opacity:0;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0); and -webkit-focus-ring-color:rgba(0, 0, 0, 0);
}
*/




/* 슬라이드 메뉴 탭메뉴 */
/*
.aside_tab { position:relative; width:100%; padding-top:35px; }
.aside_tab > li.tab_box > a.tab_title {
    display:block; 
    position:absolute; 
    top:0; 
    width:50%;
    height:35px;
    line-height:35px;
    text-align:center; 
    background:#555; 
    color:#fff; 
    border:0px solid #555; 
    border-bottom:0;
	font-size:11px; 
	letter-spacing:0.10em; 
	font-weight:400; 
}
.aside_tab > li.on > a.tab_title { font-weight:500; color:#fff; background:#333; }
.aside_tab > li.tab_box:first-child > a.tab_title { left:0; }
.aside_tab > li.tab_box+li.tab_box > a.tab_title { left:50%;}
.aside_tab > li.tab_box > div.tab_content { height:0; overflow:hidden; position:absolute; }
.aside_tab > li.on > div.tab_content { height:auto; position:static; padding:0px; }
*/

/* 슬라이드 메뉴 공통 */
/*
.tab_content { font-weight:500; font-size:11px; color:#000; letter-spacing:0.10em; }
.tab_content ul { }
.tab_content li { clear:both; position:relative; background-color:#fff; }
.tab_content li a { border-bottom:1px solid #ddd; display:block; padding:10px 15px; word-wrap:break-word; }
.tab_content li a.select { background:#eee; }
*/
/* BASIC css end */

