/* BASIC css start */
/* 슬라이드 메뉴 탭메뉴 */
.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 */

