/* BASIC css start */
#all_tab {clear:both; width:95%; margin:0 auto;}

/* 탭메뉴 */
#big_tab_box {clear:both; width:100%;  margin:0 auto; border:1px solid #ddd;}
#big_tab_box ul.tab_tit {margin: 0; padding: 0; float: left; list-style: none; width:100%;  height:38px; line-height:38px;  border:0;  font-size:11px;}
#big_tab_box ul.tab_tit li {position: relative; float: left; text-align:center; cursor: pointer; width:50%; height:38px; line-height: 38px; background:#f5f5f5; overflow: hidden; color:#555; border-bottom:1px solid #ddd; border-right:1px solid #ddd; text-transform:uppercase; font-family:'Lato', 'Dotum'; font-size:12px; font-weight:700;}
#big_tab_box ul.tab_tit li.active {background:#fff; color:#555; border-bottom:0}
#big_tab_box ul.tab_tit li.end {border-right:0; width:49.65%;}

/* 탭내용 */
.tab_box {clear:both; width:90%; padding:5%;}
.tab_box .tab_con { }
.tab_box .tab_con ul { width:100%; margin:0px;}
.tab_box .tab_con ul li {list-style-type:none; list-style-type: none; text-transform:uppercase; display:block; height:22px; line-height:22px; text-align:left; border-bottom:1px solid #ddd; padding:12px 2px; background:url(/images/allcate_right.png) right center no-repeat; background-size:5px 8px;}
.tab_box .tab_con ul li a {display:inline-block; height:22px; line-height:22px; color:#222; font-size:12px; font-family:'Lato', 'arial', 'Dotum'; letter-spacing:0.1em; text-transform:uppercase; padding-right:30px;}

/* 박스 메뉴 */
#quick_box {clear:both; width:96%; min-height:70px; margin:20px auto 0;}
#quick_box ul {font-size:0; line-height:0;}
#quick_box li {float:left; width:31.6%; line-height:30px; padding:5 0px; margin:0 2px; border:1px solid #ddd; text-align:center; font-family:'Lato', 'arial', 'Dotum'; font-size:11px; color:#222;}
#quick_box li.border {border:1px solid #ddd;}
#quick_box li.end {margin-right:0;}
#quick_box ul.mypage {clear:both; padding-top:4px;}

/* BASIC css end */

