#lastudio-header-builder .lahfb-desktop-view .lahfb-row2-area:hover {
    color: black;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.pnp-header-menu-wrapper {
    height: 50px;
    font-size: 15px;
}

.pnp-header-menu-wrapper .menu-wrapper {
    display: inline-block;
    width: auto;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.pnp-header-menu-wrapper .menu-wrapper .parent-link {
    display: inline-block;
    min-width: 207px;
    font-size: 17px;
    font-weight: bold;
    /* margin-right: 50px;
    margin-left: 10px; */
    line-height: 50px;
    text-align: center;
}

.menu-wrapper > a:hover {
    color: #47A269;
    font-weight: 700;
}

.menu-wrapper > a:not(:hover) {
    color: #000000;
    font-weight: 700;
}

.menu-wrapper > a:first-child::before {
    content: url('https://macoo.co.kr/wp-content/uploads/2020/06/category_icon.png');
    position: absolute;
    left: 15px;
    top: 6px;
}

.pnp-header-menu-wrapper .menu-wrapper > main {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    box-sizing: border-box; /* 20200707 카테고리 테두리 밀림방지 */
    background-color: white;
    color: #504F4F;
    width: 100%;
    z-index: 11;  /* 20200707 메인광고 카테고리 버튼순서*/
}

.pnp-header-menu-wrapper .menu-wrapper > main > div:not(:first-child) {
    display: none;
}

.pnp-header-menu-wrapper .menu-wrapper > main > div {
    position: relative;
}

.pnp-header-menu-wrapper .menu-wrapper:hover > main {
    display: block;
}

.has-child-breadcrumb {
    display: inline-block;
}

.all-menu-breadcrumb {
    display: inline-block;
}

.menu_title {
    color: #4AA46B;
    font-weight: 800;
    font-size: 24px;
    width: 800px;
}

@media screen and (max-width: 768px) {
  .child-wrapper {
      white-space:nowrap;
      overflow:auto;
      width: 94vw;
  }
  .menu_title {
      width: 100% !important;
      color: #4AA46B;
      font-weight: 800 !important;
      margin-top: 10px !important;
      font-size: 17px !important;
  }
  .menu_comment {
      color: #606060;
      width: 100%;
      font-size: 14px !important;
      font-weight: 800 !important;
      margin-bottom: 15px !important;
  }
  .menu-breadcrumb {
      margin-right: 30px !important;
      font-size: 14px !important;
      padding-bottom:3px;
  }
  .active-menu {
    font-size: 14px !important;
    margin-right: 30px !important;
    font-weight: 700 !important;
  }
}

.menu_comment {
    color: #606060;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
}

.menu-breadcrumb {
    display: inline-block;
    margin-right: 42px;
    font-size: 16px;
    color: #929292;
}

.menu-breadcrumb:hover {
    color: #4AA46B;
    text-decoration: underline;
}

.active-menu {
    /* position: relative;
    z-index: 11; */
    color: #4AA46B !important;
    text-decoration: underline;
    /* text-decoration: underline;
    text-underline-position: under; */
    text-decoration:none;
    border-bottom:2px solid #4AA46B;
    padding-bottom:3px;
    font-size: 16px;
    margin-right: 42px;
    font-weight: 700;
}

.pnp-header-menu-wrapper .menu-wrapper > a:nth-child(n + 2):hover ~ main {
    display: none;
}

/* 메뉴 링크 */
.pnp-header-menu-wrapper .menu-wrapper:hover > main .menu {
    display: block;
    width: 160px;
    height: 40px;
    padding: 0px 0px 0px 13px;
    line-height: 40px;
}

/* 자식이 있는 부모 */
.pnp-header-menu-wrapper .menu-wrapper > main div.has-child {
    /* position: relative; */
}

.pnp-header-menu-wrapper .menu-wrapper > main div.has-child > a > .menu:after {
    content: '';
}

/* MD추천 */
.pnp-header-menu-wrapper .menu-wrapper > main > div > div:nth-child(1) > a > span::before {
    background-image: url('https://macoo.co.kr/wp-content/uploads/2020/07/macoo_md_recomend.png');
    background-size: 28px 30px;
    display: inline-block;
    width: 28px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: "";
}

/* 도시락 */
.pnp-header-menu-wrapper .menu-wrapper > main > div > div:nth-child(2) > a > span::before {
    background-image: url(https://macoo.co.kr/wp-content/uploads/2020/09/자산-31.png);
    background-size: 30px 23px;
    display: inline-block;
    width: 30px;
    height: 23px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: "";
}

/* 고기 */
.pnp-header-menu-wrapper .menu-wrapper > main > div > div:nth-child(3) > a > span::before {
    background-image: url(https://macoo.co.kr/wp-content/uploads/2020/09/자산-32.png);
    background-size: 30px 29px;
    display: inline-block;
    width: 30px;
    height: 29px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: "";
}

/* 한식 */
.pnp-header-menu-wrapper .menu-wrapper > main > div > div:nth-child(4) > a > span::before {
    background-image: url(https://macoo.co.kr/wp-content/uploads/2020/10/han.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: "";
}

/* 분식/야식 */
.pnp-header-menu-wrapper .menu-wrapper > main > div > div:nth-child(5) > a > span::before {
    background-image: url(https://macoo.co.kr/wp-content/uploads/2020/09/자산-34.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: "";
}

/* 아시아 */
.pnp-header-menu-wrapper .menu-wrapper > main > div > div:nth-child(6) > a > span::before {
    background-image: url(https://macoo.co.kr/wp-content/uploads/2020/10/ah.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: "";
}

/* 양식 */
.pnp-header-menu-wrapper .menu-wrapper > main > div > div:nth-child(7) > a > span::before {
    background-image: url(https://macoo.co.kr/wp-content/uploads/2020/10/yang.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: "";
}

/* 국 탕 찌개 */
.pnp-header-menu-wrapper .menu-wrapper > main > div > div:nth-child(8) > a > span::before {
    background-image: url(https://macoo.co.kr/wp-content/uploads/2020/08/자산-29.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: "";
}

/* 카페디저트 */
.pnp-header-menu-wrapper .menu-wrapper > main > div > div:nth-child(9) > a > span::before {
    background-image: url(https://macoo.co.kr/wp-content/uploads/2020/09/자산-36.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: "";
}

/* 비건 */
.pnp-header-menu-wrapper .menu-wrapper > main > div > div:nth-child(10) > a > span::before {
    background-image: url(https://macoo.co.kr/wp-content/uploads/2020/09/자산-29.png);
    background-size: 29px 29px;
    display: inline-block;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -8px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: "";
}

/* 간식 */
/* .pnp-header-menu-wrapper .menu-wrapper > main > div > div:nth-child(7) > a > span::before {
    background-image: url(https://macoo.co.kr/wp-content/uploads/2020/08/자산-32.png);
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
    margin-bottom: 3px;
    vertical-align: middle;
    content: "";
} */

.pnp-header-menu-wrapper .menu-wrapper > main .child-wrapper {
    position: absolute;
    display: none;
    left: 99%;
    top: 0;
}

.pnp-header-menu-wrapper .menu-wrapper > main div.has-child:hover .child-wrapper {
    display: block;
    background-color: #E8EFE8;
    color: #504F4F;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

/* 20200707 카테고리 하단 그림자 테두리*/
#lastudio-header-builder .lahfb-desktop-view .lahfb-row2-area{
    box-shadow: 0px 20px 15px -24px grey;
}

.pnp-header-menu-wrapper .menu-wrapper > main div.has-child[data-depth="1"]:hover > a > .menu {
    background-color: #CDE5D6;
    font-weight: 710;
    color: #47A269;
}

.pnp-header-menu-wrapper .menu-wrapper > main div.has-child[data-depth="1"] > a > .menu {
    font-weight: 710;
    padding-left: 25px !important;
}

.pnp-header-menu-wrapper .menu-wrapper > main .menu:hover {
    color: #47A269;
    font-weight: 700;
}

.pnp-header-menu-wrapper .menu-wrapper > main a {
    display: block;
    line-height: 100%;
    font-weight: 600;
}
