/* BASIC css start */
/* =============================================================================
   상단 header.html
   ========================================================================== */
#header-container { padding: 8px 0 8px; }
#header-container .wrapper { min-height: 23px; }
#header-container h1 { font-size: 1em; margin: 0; padding: 0; float: left; margin-left: 10px; }
#header-container #logo { width: 50%; }
#header-container #logo img { }
#header-container nav { position: absolute; right: 0; text-align: right; top:8px; }
#header-container nav li { line-height: 23.5px; display: inline-block;  padding-left: 24px; text-align: left; }
#header-container nav li a { color: #999; font-size: .75em; font-weight: bold; margin-left: 7.143%; }
#header-container nav li.cat { background: url(/design/skincure1/pro/login_icon.png) no-repeat 0 center; background-size: 23px 23px; width: 70px; }
#header-container nav li.search { background: url(/design/skincure1/pro/search_icon.png) no-repeat 0 center; background-size: 23px 23px; width: 40px; }



/* 홈|장바구니|관심상품|로그인 */

/* ================================
   SEARCH
================================ */

.search-wrap {
    width: 100%;
    padding: 8px 12px 14px;
    box-sizing: border-box;
}

.search-box {
    width: 100%;
    display: flex;
    align-items: center;
    background: #f5f6f8;
    border-radius: 12px;
    padding: 6px 10px;
    border: 1px solid #e5e7eb;
}

.search-box input[type="text"] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 6px;
    font-size: 14px;
    outline: none;
}

.search-btn {
    background: #111;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
}

/* ================================
   MENU
================================ */

#menu-container .menus ul {
    display: flex;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f2f2f2;
}

#menu-container .menus ul li {
    flex: 1;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: url(/images/d3/m_01/bull/menus_li@2x.gif) no-repeat 100% 50%;
    background-size: 1px 13px;
}

#menu-container .menus ul li:last-child {
    background: none;
}

#menu-container .menus ul li a {
    display: block;
    width: 100%;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}
/* BASIC css end */

