/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* »ó´Ü */
.hd_wrap {
    position: relative;
    z-index: 1000;
}

.hd_wrap .hd_top {
    position: relative;
    background: #F2F2F2;
}

.hd_wrap .hd_top .hd_top_cont {
    max-width: 1799px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hd_wrap .hd_top .hd_top_cont .hd_brand {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

.hd_wrap .hd_top .hd_top_cont .hd_brand a {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 40px;
}

.hd_wrap .hd_top .hd_top_cont .hd_brand a.logo_1 img {
    display: block !important;
    width: 90px;
    height: auto !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hd_wrap .hd_top .hd_top_cont .hd_brand a.logo_1 {
    overflow: hidden;
    background: url('/design/pfd1776/img/logo_1.svg') no-repeat center center;
    background-size: 206px 40px;
    padding: 19px 86px;
    box-sizing: border-box;
    position: absolute;
    left: 150px;
    bottom: 0;
    z-index: 1;
}

.hd_wrap .hd_top .hd_top_cont .hd_brand a.logo_2 {
    padding-left: 14px;
    background: url(/design/pfd1776/img/logo_2_bg.svg) no-repeat center center;
    background-size: 230px 40px;
    width: 230px;
    box-sizing: border-box;
    position: absolute;
    left: 257px;
    bottom: 0;
    text-align: right;
    padding: 10px 0;
}

.hd_wrap .hd_top .hd_top_cont .hd_brand a.logo_2 img {
    position: absolute;
    right: 32.63px;
    height: 18.94px;
}

.hd_wrap .hd_top .hd_top_cont p {
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #222;
    margin-top: -10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hd_wrap .hd_top .hd_top_cont p img {
    width: 20px;
}

.hd_wrap .hd_top .hd_top_cont .hd_menu {
    display: flex;
    gap: 0 20px;
    margin-top: -10px;
    line-height: 1;
}

.hd_wrap .hd_top .hd_top_cont .hd_menu li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.34px;
    text-align: left;
}

.hd_wrap .hd_mid {
    position: relative;
    background: #fff;
}

.hd_wrap .hd_mid .hd_mid_cont {
    max-width: 1499px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hd_wrap .hd_mid .hd_mid_cont .cate_wrap {
    display: flex;
    gap: 0 40px;
}

.hd_wrap .hd_mid .hd_mid_cont .cate_wrap li a {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000;
}

.hd_wrap .hd_mid .hd_mid_cont .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hd_mid_cont {
}

.hd_wrap .hd_mid .hd_mid_cont .ico_wrap {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.hd_wrap .hd_mid .hd_mid_cont .ico_wrap li a {
    position: relative;
    display: inline-block;
}

.hd_wrap .hd_mid .hd_mid_cont .ico_wrap li a .balloon {
    position: absolute;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
    white-space: pre;
    background: #FE6161;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 13.62px;
    text-align: left;
    padding: 2px 8px;
    animation: floatHeart 1s ease-in-out infinite alternate;
}

.hd_wrap .hd_mid .hd_mid_cont .ico_wrap li a .balloon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    /* »ï°¢ÇüÀÇ ÁÂÃø º¯ */
    border-right: 6px solid transparent;
    /* »ï°¢ÇüÀÇ ¿ìÃø º¯ */
    border-bottom: 6px solid #FE6161;
}

@keyframes floatHeart {
    0% {
        transform: translate(-50%,-50%) translateY(-5px);
        /* ÃÖ»ó´Ü À§Ä¡ */
    }

    100% {
        transform: translate(-50%,-50%) translateY(0px);
        /* ÃÖÇÏ´Ü À§Ä¡ */
    }
}

.hd_wrap .hd_mid .hd_mid_cont .ico_wrap li a .user_basket_quantity {
    position: absolute;
    top: -5px;
    right: -6px;
    display: inline-block;
    background: #000;
    width: 15px;
    height: 15px;
    line-height: 13px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}

/* ÀüÃ¼ Ä«Å×°í¸® */
#all_cate_bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 2;
}

.all_cate_wrap {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1000;
    background: #fff; 
    box-shadow: 0px 2px 4px #c2c2c2;
}
.village .hd_wrap.main2view .all_cate_wrap { 
    background: #f5efe4; 
}
.all_cate_wrap .all_cate_cont {
    width: 1152px;
    margin: 40px auto 89px;
    display: flex;
    gap: 140px;
}

.all_cate_wrap .all_cate_cont dl dt {
    margin-bottom: 23px;
}

.all_cate_wrap .all_cate_cont dl dt a {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #333;
}

.all_cate_wrap .all_cate_cont dl dd {
    position: relative;
    margin-bottom: 20px;
}

.all_cate_wrap .all_cate_cont dl dd a {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.all_cate_wrap .all_cate_cont dl dd a:hover {
    /* color: #f5605e; */
}

.all_cate_wrap .all_cate_cont dl dd .vegan-icon {
    margin-right: 3px;
    position: absolute;
    left: -31px;
    top: 50%;
    transform: translateY(-50%);
}

.all_cate_wrap .all_cate_cont dl dd .vegan-icon img {
    width: 30px;
}

.main2view {
    display: none;
}

/* ºô¶óÁê Àü¿ë */
.village {
    background: #F6EFE4;
}

.village .hd_wrap.main1view {
    display: none;
}

.village .hd_wrap.main2view {
    display: block;
}

.village .hd_wrap {
    background: #F6EFE4;
}

.village .hd_wrap .hd_top {
    background: #59534F;
}

.village .hd_wrap .hd_top .hd_top_cont .hd_brand a.logo_2 img {
    right: 50%;
    transform: translateX(50%);
}

.village .hd_wrap .hd_top .hd_top_cont p {
    color: #fff;
}

.village .hd_wrap .hd_top .hd_top_cont .hd_menu li a {
    color: #fff;
}

.village .hd_wrap .hd_mid {
    background: #F6EFE4;
}

.village .hd_wrap .hd_top .hd_top_cont .hd_brand a.logo_1 {
    overflow: hidden;
    background: url('/design/pfd1776/img/logo_11.svg') no-repeat center center !important;
    background-size: 206px 40px !important;
    padding: 19px 103px !important;
    box-sizing: border-box;
    left: 150px;
}

.village .hd_wrap .hd_top .hd_top_cont .hd_brand a.logo_1 img {
    display: block !important;
    width: 90px;
    height: auto !important;
    position: absolute;
    left: 39px;
    top: 50%;
    transform: translateY(-50%);
}

.village .hd_wrap .hd_top .hd_top_cont .hd_brand a.logo_2 {
    overflow: hidden;
    background: url('/design/pfd1776/img/logo_2.svg') no-repeat center center !important;
    background-size: 170px 40px;
    padding: 10px 25px !important;
    box-sizing: border-box;
    z-index: 99;
    width: 170px !important;
    left: 310px !important;
}

.village #footer .main1view {
    display: none !important;
}

.village #footer .main2view {
    display: block !important;
}

/* ½ºÅ©·Ñ½Ã ÇÏ´Ü °íÁ¤ */
.fixed_icon {
    position: fixed;
    right: 26px;
    bottom: 1%;
    z-index: 999;
    max-width: 62px;
}

.fixed_icon img {
    width: 62px;
}

.hd_wrap.header-scroll .hd_mid{
    position: fixed;
    z-index: 999;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 1px solid #ddd;
}
.hd_wrap.header-scroll .all_cate_wrap {
    top: 103px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
}
.village .hd_wrap.header-scroll .hd_mid {
    background: #F6EFE4;
}

/* BASIC css end */

