/* BASIC css start */
/*HEADER*/

#header .header { z-index:10; position:relative; text-align:center; vertical-align:top; border-bottom:1px solid #e4e4e4; }

/* 회원메뉴 */
.mobilenavigation { position:relative; clear:both; width:100%; height:37px; background:#000; text-align:center; }
.mobilenavigation ul { overflow:hidden; }
.mobilenavigation ul li { display:inline-block; margin:0 6px; }
.mobilenavigation ul li a { display:block; height:37px; line-height:37px; font-family:"Source Sans Pro", "arial"; font-size:12px; color:#ddd; }

.logo_wrap { position:relative; width:100%; }

/* 카테고리 */
.icon_left { position:absolute; top:50%; left:15px; margin-top:-10px; width:20px; height:20px; vertical-align:middle; }
.icon_left a { display:block; width:100%; height:100%; text-indent:100%; font-size:0; background:url(/design/ydci2788/9544/top_icon_01.png) no-repeat 0 0; background-size:20px 20px; }

/* 검색 */
.icon_right { position:absolute; top:50%; right:15px; margin-top:-10px; width:20px; height:20px; vertical-align:middle; }
.icon_right a { display:block; width:100%; height:100%; text-indent:100%; font-size:0; background:url(/design/ydci2788/9544/top_icon_02.png) no-repeat 0 0; background-size:20px 20px; }

/* 로고 */
#header h1 { text-align:center; height:auto; margin:25px 50px; font-size:30px; overflow:hidden; }
#header h1 a { font-family:"Open Sans", "arial"; color:#000; font-weight:bold; line-height:40px; }
#header h1 a img { width: auto; height: auto; max-height:61px; }

/* BASIC css end */

