/* BASIC css start */
/* ½½¶óÀÌµå ¸Þ´º ÅÇ¸Þ´º */
.aside_tab { padding-top:35px; width: 95%;  margin: 10px auto 4px; }
.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; }



ul.tabs {margin: 0; padding: 0; float: left;list-style: none; width:100%;  height:35px; line-height:35px;  border:0;  font-size:11px; letter-spacing:0.10em;  font-weight:400;}

ul.tabs li {float: left;text-align:center;cursor: pointer; width:50%; height: 35px;line-height: 35px;border: 0px; font-weight: 400; background:#888; overflow: hidden;position: relative; color:#fff;}

ul.tabs li.active {background:#333;border-bottom: 0; color:#fff;}

.tab_bigbox {border: 1px solid #ddd; border-top: none;clear: both; float: left; width:90%;background: #fff;}

.tab_content {/*padding: 5px;*/}

.tab_content ul {width:100%;margin:0px; padding:10px 0;}

.tab_content ul li {list-style-type:none; list-style-type: none; border-bottom: 1px solid #ddd; padding-right: 10px; text-transform:uppercase;}

.tab_content ul li a {display: block; padding: 10px 2px; font-weight: normal; font-size: 11px; color: #333; background: url(/design/dfreo/onedesign/mobile/images/ico_arrow_right.png) no-repeat right center; background-size:10px 10px;}

#tab_bigbox {width:95%;  margin:0 auto; clear:both; }

.tabbox {clear:both;}


.topmymenu {width:95%; height:61px; margin:10px auto 4px; background-color:#333;}
.topmymenu a {float:left; width:33.3%; padding:37px 0 8px; color:#fff; text-align:center; background-color:#333; font-family:'Dodum'; font-size:11px; text-align:center;}
.topmymenu a.logList {background:#333 url("/design/dfreo/onedesign/mobile/images/bg_log_list.png") no-repeat 50% 12px; background-size:20px 19px; }
.topmymenu a.joinList {background:#333 url("/design/dfreo/onedesign/mobile/images/bg_join_list.png") no-repeat 50% 12px; background-size:20px 19px; }
.topmymenu a.orderList {background:#333 url("/design/dfreo/onedesign/mobile/images/bg_order_list.png") no-repeat 50% 12px; background-size:20px 20px; }

/* BASIC css end */

