@charset "utf-8";
.mobile_con,.tablet_con, #gnb>div>div>a.mobile_con{display: none;}


/* tablet */
@media screen and (max-width:1279px) and (min-width:768px){
    .bx5>li{
        width:240px !important;
    }
    .pc_con{display:none;}
    .mobile_con{display:block;}
    .tablet_con{display:block;}
    .center{width:initial;}

    .res_img{
        width:100%;
    }
    body{
        background: white;
    }
    /* header */
    .hd_middle{
        padding: 20px 0px;
    }
    .hd_middle>h1>a{
        width: 120px;
        height: 33px;
    }
    .hd_middle>h1>a>img{
        width: 120px;
        height: 33px;
    }
    .hd_bottom_wrap{
        padding: 0px;
    }


    /* gnb */
    #gnb>div>div>a.mobile_con{display:inline-block;}
    #gnb{
        position: relative;
        padding: 0px 15px;
        width:100%;
    }
    #gnb:after{
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 50px;
        background:url(../img/img_scroll_blur.png) no-repeat center;
    }
    #gnb>div>div{
        text-align:center;
        width:100%;
    }
    #gnb>div>div>a{
        font-size: 1.4rem;
        padding: 14px 12px;
        margin-right: 11px;
    }
    #gnb>div>div>a:last-of-type{
        padding-right: 20px;
        margin-right: 0px;
    }
    #hd{
        position: relative;
    }

    /* 버튼 초기화 */
    button{
        border: none;
        padding: 0px;
        background: transparent;
    }

    /* gnb 열기버튼 */
    .btn_menu_open{
        position: absolute;
        width: 20px;
        height: 20px;
        top: 26px;
        left: 15px;
    }
    
    /* 검색 버튼 */
    .btn_search_wrap{
        position: fixed;
        transform: translateY(-360px);
        background: #76d622;
        width: 100%;
        top: 0px;
        padding: 12px 15px;
        transition: 0.5s;
        z-index: 9995;
    }
    .btn_search_wrap.on{
        transform: translateY(0px);
    }
    .btn_search_wrap_bg{
        display: none;
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9990;
        background: rgba(0, 0, 0, 0.8);
    }
    .btn_search_open{
        position: absolute;
        width: 20px;
        height: 20px;
        top: 26px;
        right: 15px;
    }
    .btn_search_close{
        position: absolute;
        width: 20px;
        height: 20px;
        top: 26px;
        right: 15px;
    }
    .btn_search_wrap>.search_inner{
        padding: 4px 0px;
    }
    #m_search{
        width: 95%;
        height: 40px;
    }

    /* gnb 닫기버튼 */
    .btn_close{
        position: absolute;
        width: 20px;
        height: 20px;
        top: 26px;
        right: 15px;
    }

    .m_hd_bottom_wrap{
        overflow: auto;
        position: fixed;
        background: white;
        width: 50%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 9999;
        transform: translateX(-100%);
        transition: 0.5s;
        border-right: 1px solid #d3d3d3;
    }
    .m_hd_bottom_wrap.on{
        transform: translateX(0%);
    }
    .m_full_menu_bg{
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
    }
    .m_full_menu{
        background: url(../img/img_hd_bottom_wrap_bg.png) no-repeat left top;
    }
    .m_full_menu>.top{
        position: relative;
        padding: 60px 15px 10px;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 10px;
    }
    .m_full_menu>.top>span{
        float: left;
        color: #222222;
        font-weight: 400;
        font-size: 2rem;
        line-height: 1.5;
    }
    .m_full_menu>.top>span>span{
        color: #76d622;
    }
    .m_full_menu>.top>.btn_sign_status{
        position: absolute;
        font-size: 0px;
        right: 0px;
        bottom: 13px;
        padding-right: 15px;
    }
    .m_full_menu>.top>.btn_sign_status>a{
        display: inline-block;
        font-size: 1.2rem;
        width: 80px;
        padding: 5px 0px;
        text-align: center;
        color: #222222;
        border-radius: 25px;
        border: 1px solid #222222;
        background: white;
    }
    .m_full_menu>.menu_list{
        width: 100%;
        font-size: 0px;
        text-align: center;
        padding: 0px 15px 14px 15px;
        margin-bottom: 14px;
        border-bottom: 1px solid #e1e1e1;
    }
    .m_full_menu>.menu_list>a{
        position: relative;
        display: inline-block;
        width: 25%;
        font-size: 1.3rem;
        padding-top: 36px;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center 10px;
    }

    /* a 배경이미지 삽입 */
    .m_full_menu>.menu_list>a:nth-of-type(1){
        background-image: url(../svg/btn_m_menu_delivery.svg);
    }
    .m_full_menu>.menu_list>a:nth-of-type(2){
        background-image: url(../svg/btn_m_menu_cart.svg);
    }
    .m_full_menu>.menu_list>a:nth-of-type(3){
        background-image: url(../svg/btn_m_menu_zzim.svg);
    }
    .m_full_menu>.menu_list>a:nth-of-type(4){
        background-image: url(../svg/btn_m_menu_store.svg);
    }
    /* side border */
    .m_full_menu>.menu_list>a:after{
        content: '';
        position: absolute;
        width: 1px;
        height: 70%;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        background: #e1e1e1;
    }
    .m_full_menu>.menu_list>a:last-of-type:after{
        display: none;
    }

    /* mobile menu */
    .m_full_menu_wrap{
        color: #222222;
    }
    .m_full_menu_wrap>p{
        font-size: 1.8rem;
        font-weight: 400;
        padding: 0px 0px 0px 15px;
        margin-bottom: 6px;
    }
    .m_full_menu_wrap>ul{
        margin-bottom: 20px;
        min-height: 470px;
    }
    .m_full_menu_wrap>ul>li{
        position: relative;
        font-size: 0px;
        width: 150px;
        padding: 8px 0px 8px 15px;
        border-right: 1px solid #e1e1e1;
        transition: 0.5s;
    }
    .m_full_menu_wrap>ul>li.on{
        background: #d9f3c4;
    }
    .m_full_menu_wrap>ul>li>a.on{
        color: red;
    }
    .m_full_menu_wrap>ul>li>a{
        display: inline-block;
        width: 100%;
        font-size: 1.6rem;
        padding-left: 30px;
        background: no-repeat 3px center;
        background-size: 20px;
    }
    .m_full_menu_wrap>ul>li:nth-of-type(1)>a{
        background-image: url(../svg/icon_vegetable.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(2)>a{
        background-image: url(../svg/icon_fruit.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(3)>a{
        background-image: url(../svg/icon_fish.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(4)>a{
        background-image: url(../svg/icon_meat.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(5)>a{
        background-image: url(../svg/icon_food.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(6)>a{
        background-image: url(../svg/icon_noodle.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(7)>a{
        background-image: url(../svg/icon_drink.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(8)>a{
        background-image: url(../svg/icon_dessert.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(9)>a{
        background-image: url(../svg/icon_healthfood.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(10)>a{
        background-image: url(../svg/icon_housegd.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(11)>a{
        position: relative;
        background-image: url(../svg/icon_present.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(12)>a{
        background-image: url(../svg/icon_baby.svg);
    }
    .m_full_menu_wrap>ul>li>ul{
        display: none;
        position: absolute;
        width: 80%;
        top: 0px;
        left: 170px;
        padding-top: 8px;
        font-size: 1.4rem;
    }
    .m_full_menu_wrap>ul>li:nth-of-type(10)>ul{
        top: -40px;
    }
    .m_full_menu_wrap>ul>li:nth-of-type(11)>ul{
        top: -65px;
    }
    .m_full_menu_wrap>ul>li:nth-of-type(12)>ul{
        top: -100px;
    }
    .m_full_menu_wrap>ul>li>ul>li{
        line-height: 1.8;
    }
    .m_full_menu_wrap>ul>li>ul>li>a{
        font-size: 1.4rem;
    }

    /* 중간배너 */
    .m_bnr{
        margin-bottom: 16px;
    }
    
    /* 고객 서비스 */
    .customer_service{
        font-size: 0px;
        padding: 10px 15px 20px;
        background: #f9f9f9 ;
    }
    .customer_service_wrap>a{
        display: inline-block;
        width: 50%;
        font-size: 1.6rem;
        padding: 4px 0px;
        background: none;
    }

    
    /* fixed menu */
    .fixed_menu{
        position: fixed;
        font-size: 0px;
        left: 0px;
        bottom: 0px;
        z-index: 9990;
        width: 100%;
        padding: 10px 15px;
        background: white;
        border-top: 1px solid #d3d3d3;
    }
    .fixed_menu>a{
        display: inline-block;
        font-size: 1rem;
        font-weight: 400;
        text-align: center;
        width: 20%;
        padding: 23px 0px 0px 0px;
        background-repeat: no-repeat;
        background-position: center 0px;
    }
    .fixed_menu>a:nth-of-type(1){
        background-size: 18px 18px;
        background-image: url(../svg/btn_m_menu.svg);
    }
    .fixed_menu>a:nth-of-type(2){
        background-image: url(../svg/btn_m_cart.svg);
    }
    .fixed_menu>a:nth-of-type(3){
        background-size: 22px 22px;
        background-image: url(../svg/btn_m_home.svg);
    }
    .fixed_menu>a:nth-of-type(4){
        background-image: url(../svg/btn_m_mypage.svg);
    }
    .fixed_menu>a:nth-of-type(5){
        background-image: url(../svg/btn_m_zzim.svg);
    }

    /* main visual */
    .bx-controls-direction,.bx-controls-auto{
        display: none;
    }
    .bx1>div{
        height: 400px;
        background-size: cover;
    }
    .text_box{
        padding-top: 100px;
        padding-left: 50px;
    }
    .text_box>p{
        font-size: 2.6rem;
        padding-bottom: 24px;
        line-height: 1.4;
    }
    .text_box>p>strong{
        font-size: 3.6rem;
    }
    .text_box>span{
        font-size: 1.8rem;
        font-weight: 300;
    }
    #main_visual>.bx-wrapper>.bx-controls>.bx-controls-direction>.bx-next{
        right:0px;
    }

    /* section 1 */
    .font_num{
        font-size: 1.2rem;
    }
    #main_content1{
        padding: 40px 10px 60px;
    }
    #main_content1>section>h2{
        padding-top: 10px;
        margin-bottom: 8px;
        font-size: 2.2rem;
        background-size: 16px 11px;
    }
    #main_content1>section>h2>span{
        top: -8px;
        font-size: 1.6rem;
        padding: 0px;
        background: none;
    }
    #main_content1>.new_goods_area>h2{
        margin-bottom: 8px;
    }
    #main_content1>.best_goods_area>h2:before,
    #main_content1>.new_goods_area>h2::before,
    #main_content2>section>h2:before,
    #main_recipe>h2:before{
        display: none;
    }
    #main_content1>.best_goods_area{
        margin-bottom: 60px;
    }

    /* thumbnail */
    #main_content1>section>ul>li{
        width: 33.3333%;
        padding: 0px 5px;
        margin-bottom: 30px;
    }
    #main_content1>section>ul>li:nth-of-type(4){
        content: '';
        display: block;
        clear: both;
    }
    #main_content1>section>ul>li>.img_box{
        position: relative;
        margin-bottom: 10px;
        border-radius: 15px;
    }
    .btn_heart{
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 10px;
        right: 10px;
        transition: 0.3s;
        background-image: url(../svg/btn_heart.svg);
    }
    .btn_heart.on{
        background-image: url(../svg/btn_heart_click.svg);
    }
    #main_content1>section>ul>li>.img_box:after.sample{
        background-image: url(../svg/btn_heart_click.svg);
    }
    #main_content1>section>ul>li>.pro_info{
        min-height: 120px;
    }
    #main_content1>section>ul>li>.pro_info>a>.pro_sub_title{
        font-size: 1.3rem;
        padding: 0px 15px;
        margin-bottom: 10px;
        min-height: 20px;
        display: -webkit-box;
        overflow:hidden;
        text-overflow:ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    #main_content1>section>ul>li>.pro_info>a>.pro_price>.pro_price_now{
        margin-right: 0px;
    }
    #main_content1>section>.more{
        margin: 0px;
    }
    #main_content1>section>.more>a{
        font-size: 1.3rem;
    }
    .pro_title{
        font-size: 1.8rem;
        margin-bottom: 0px;
        min-height: 0px;
        padding: 0px 15px;
        display: -webkit-box;
        overflow:hidden;
        text-overflow:ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .pro_price{
        position: relative;
        padding: 0px 15px;
        margin-bottom: 3px;
    }
    .pro_price>del{
        padding-left: 0px;
    }
    .pro_info>a:after{
        width: 210px;
        top: initial;
        left: 6px;
    }
    .pro_percent{
        font-size: 1.4rem;
        margin-right: 0px;
    }
    .pro_price_now{
        font-size: 1.4rem;
    }
    .pro_bottom{
        padding: 2px 15px 0px;
    }
    .rating{
        margin-top: 8px;
    }
    .rating>span>img{
        width: 18px;
        height: 17px;
        margin: 0px 4px 0px 0px;
    }
    .rating>span:last-child{
        font-size: 1.2rem;
    }
    .text_bullet{
        font-size: 1.2rem;
        padding: 2px 4px;
        margin: 6px 6px 0px 0px;
    }

    /* 중간배너 */
    .bx3>div{
        height: 95px;
    }
    .bnr_txt_box{
        padding-top: 24px;
        padding-left: 65px;
    }
    .bnr_txt_box>a>p{
        font-size: 1.4rem;
    }
    .bnr_txt_box>a>p>strong{
        font-size: 2.0rem;
    }
    /* 중간배너 pager */
    #main_bnr .bx-wrapper .bx-pager, #main_bnr .bx-wrapper .bx-controls-auto{
        bottom: -20px;
    }
    #main_bnr .bx-wrapper .bx-pager.bx-default-pager a{
        width: 10px;
        height: 10px;
        margin: 0px 8px;
    }
    .bx3>div:nth-of-type(1),.bx3>div:nth-of-type(2),.bx3>div:nth-of-type(3){
        background-size: cover;
    }
    .bx3>div>div>a>p{
        line-height: 1.5;
    }


    /* 산지직송 */
    #main_content2{
        padding: 65px 15px 70px;
    }
    #main_content2>section>h2{
        padding-top: 0px;
        margin-bottom: 8px;
        font-size: 2.2rem;
    }
    #main_content2>section>h2>span{
        top: -8px;
        font-size: 1.6rem;
        padding: 0px;
        background: none;
    }
    .direct_goods_area{
        padding: 0px 0px;
    }
    .direct_goods_area>div:nth-of-type(1){
        width: 55%;
        margin-right: 14px;
    }  
    .direct_goods_area>div:nth-of-type(1)>a{
        left: 0px;
        top: initial;
        bottom: -48px;
        border-radius: 15px;
        width: 100%;
        height: 95px;
        padding: 20px 0px 0px 20px;
    }
    .direct_goods_area>div:nth-of-type(1)>a>span{
        font-size: 1.6rem;
        padding-bottom: 0px;
    }
    .direct_goods_area>div:nth-of-type(1)>a>strong{
        font-size: 2.0rem;
    }
    .direct_goods_area>div:nth-of-type(1)>div>img{
        border-radius: 15px;
    }
    .direct_goods_area>div:nth-of-type(1)>div>.delivery_icon>img{
        width: 76px;
        height: 31px;
    }
    .direct_goods_area>div:nth-of-type(1)>div>.location_icon>img{
        width: 84px;
        height: 31px;
    }
    .direct_goods_area>div:nth-of-type(1)>div>.delivery_icon>img,
    .direct_goods_area>div:nth-of-type(1)>div>.location_icon>img{
        top: 20px;
    }
    .direct_goods_area>div:nth-of-type(1)>div>.delivery_icon>img{
        left: 20px;
    }
    .direct_goods_area>div:nth-of-type(1)>div>.location_icon>img{
        left: 105px;
    }
    .direct_goods_area>.bx4>div>ul{
        float: none;
    }
    .direct_goods_area>.bx4>div>ul>li{
        float: left;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(1){
        width: 110px;
    }
    
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(1)>img{
        border-radius: 15px;
    }
    .direct_goods_area>.bx4>div>ul>li:nth-of-type(2){
        padding: 10px 0px;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div>span:nth-of-type(1),
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div>span:nth-of-type(2){
        width: 63px;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div>span>img{
        width: 63px;
        height: 23px;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div{
        padding-top: 10px;
        padding-left: 10px;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div>a{
        padding-top: 4px;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div>a>span{
        font-size: 1.4rem;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div>a>strong{
        font-size: 1.8rem;
    }

    /* recipe */
    #main_recipe{
        padding-top: 40px;
        padding-bottom: 80px;
        margin-bottom: 0px;
    }
    #main_recipe>h2{
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    #main_recipe>h2>span{
        display:block;
        top: -8px;
        font-size: 1.6rem;
        padding: 0px;
        margin-top: 10px;
        margin-bottom: 0px;
        background: none;
        line-height: 1.5;
    }
    #main_recipe>h2>span>br{
        display: none;
    }
    #main_recipe>div>div>div>ul>li>a>p{
        padding-top: 10px;
        font-size: 1.4rem;
    }


    #members_box>.members{
        padding: 0px 15px;
        transform: none;
        padding-bottom: 35px;
    }
    #members_box>section>h2{
        padding-top: 0px;
        margin-bottom: 20px;
        font-size: 2.2rem;
        color: #222222;
    }
    #members_box>.members>h2>span{
        font-size: 1.6rem;
        color: #808080;
    }
    #members_box>.members>div{
        text-align: left;
        border-radius: 25px;
        padding: 15px 40px 15px 40px;
    }
    #members_box>.members>div>a{
        font-size: 0px;
        width: 50%;
        padding: 0px 0px 0px 35px;
        margin-bottom: 0px;
        background-size: 32px 32px;
        background-position: 4px center;
    }
    #members_box>.members>div>a:last-of-type{
        margin-bottom: 0px;
    }
    #members_box>.members>div>a>strong{
        display: inline-block;
        width: 60px;
        font-size: 1.6rem;
        margin-left: 12px;
        padding: 14px 0px;
    }
    #members_box>.members>div>a>span{
        display: inline-block;
        margin-left: 8px;
        font-size: 1.2rem;
    }

    /* communuity box */
    #m_community_box{
        background: white;
        margin-bottom: 24px;
    }
    #m_community_box>div{
        padding-left: 15px;
        margin-bottom: 0px;
    }
    #m_community_box>div>div>.bx6>section{
        margin-right: 10px;
        border-radius: 10px;
        border: 1px solid #d3d3d3;
    }
    #m_community_box>div>div>.bx6>section>a>.comu_text{
        position: absolute;
        bottom: 0px;
        padding: 0px 0px 16px 20px;
        color: white;
    }
    #m_community_box>div>div>.bx6>section>div{
        border-radius: 10px;
    }
    #m_community_box>div>div>.bx6>section>div>img{
        border-radius: 10px;
    }
    #m_community_box>div>div>.bx6>section>a>.comu_text>strong{
        font-size: 1.5rem;
    }
    #m_community_box>div>div>.bx6>section>a>.comu_text>p{
        font-size: 1.2rem;
    }
    #m_community_box>div>div>.bx6>section>a:nth-of-type(2){
        margin-right: 0px;
        margin-left: 0px;
    }
    #m_community_box>div>div>.bx6>section>div:nth-of-type(1)>img{
        border-radius: 10px;
    }

    /* footer */
    .m_ft_wrap{
        padding: 15px 0px;
    }
    .m_ft_contact{
        font-size: 0px;
        text-align: center;
    }
    .m_ft_contact>a{
        display: inline-block;
        font-size: 1.4rem;
        padding: 5px 10px;
        margin-right: 10px;
        color: #9a9a9a;
        border-radius: 4px;
        background: white;
        border: 1px solid #d3d3d3;
    }
    .m_ft_contact>a:last-child{
        margin-right: 0px;
    }
    .m_site_info_wrap{
        text-align: center;
    }
    .m_site_info_wrap>a{
        position: relative;
        font-size: 1.4rem;
        color: #9a9a9a;
        margin-right: 20px;
    }
    .m_site_info_wrap>a:last-child{
        margin-right: 0px;
    }
    .m_site_info_wrap>a:after{
        content: '';
        position: absolute;
        top: 50%;
        right: -13px;
        transform: translateY(-50%);
        width: 1px;
        height: 14px;
        background: #9a9a9a;
    }
    .m_site_info_wrap>a:last-child:after{
        display: none;
    }
    .m_site_info_wrap>a:nth-of-type(3){
        color: #222222;
    }

    /* address */
    .address_wrap{
        padding: 20px 15px;
    }
    .address_wrap>div{
        float: none;
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 20px;
    }
    .address_wrap>div:last-child{
        margin-bottom: 60px;
    }
    .address_wrap>.sns_wrap{
        float: none;
    }
    .address_wrap>.sns_wrap>a{
        width: 25px;
        height: 25px;
    }
    .address_wrap>.sns_wrap>a:nth-of-type(1){
        background-size: 100%;
        background-image: url(../img/icon_blog.jpg);
    }
    .address_wrap>.sns_wrap>a:nth-of-type(2){
        background-size: 100%;
        background-image: url(../img/icon_instagram.jpg);
    }
    .address_wrap>.sns_wrap>a:nth-of-type(3){
        background-size: 100%;
        background-image: url(../img/icon_facebook.jpg);
    }

    /* quick menu */
    .quick_menu{
        display:none !important;
        top: 850px;
        right: 10px;
        width: 80px;
    }
    .btn_top{
        top: 900px;
        right: 30px;
    }
}

/* mobile */
@media screen and (max-width:767px){
    .pc_con{display:none;}
    .mobile_con{display:block;}
    .center{width:initial;}

    .res_img{
        width:100%;
    }
    body{
        background: white;
    }
    /* header */
    .hd_middle{
        padding: 20px 0px;
    }
    .hd_middle>h1>a{
        width: 120px;
        height: 33px;
    }
    .hd_middle>h1>a>img{
        width: 120px;
        height: 33px;
    }
    .hd_bottom_wrap{
        padding: 0px;
    }


    /* gnb */
    #gnb>div>div>a.mobile_con{display:inline-block;}
    #gnb{
        position: relative;
        padding: 0px 0px 0px 15px;
        width:100%;
        overflow:hidden;
    }
    #gnb:after{
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 50px;
        background:url(../img/img_scroll_blur.png) no-repeat center;
    }
    #gnb>div{
        overflow:auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    #gnb>div::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }
    #gnb>div>div{
        text-align:center;
        width:520px;
    }
    #gnb>div>div>a{
        font-size: 14px;
        padding: 14px 0px;
        margin-right: 11px;
    }
    #gnb>div>div>a:last-of-type{
        padding-right: 20px;
        margin-right: 0px;
    }
    #hd{
        position: relative;
    }

    /* 버튼 초기화 */
    button{
        border: none;
        padding: 0px;
        background: transparent;
    }

    /* gnb 열기버튼 */
    .btn_menu_open{
        position: absolute;
        width: 20px;
        height: 20px;
        top: 26px;
        left: 15px;
    }
    
    /* 검색 버튼 */
    .btn_search_wrap{
        position: fixed;
        transform: translateY(-360px);
        background: #76d622;
        width: 100%;
        top: 0px;
        padding: 12px 15px;
        transition: 0.5s;
        z-index: 9995;
    }
    .btn_search_wrap.on{
        transform: translateY(0px);
    }
    .btn_search_wrap_bg{
        display: none;
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9990;
        background: rgba(0, 0, 0, 0.8);
    }
    .btn_search_open{
        position: absolute;
        width: 20px;
        height: 20px;
        top: 26px;
        right: 15px;
    }
    .btn_search_close{
        position: absolute;
        width: 20px;
        height: 20px;
        top: 26px;
        right: 15px;
    }
    .btn_search_wrap>.search_inner{
        padding: 4px 0px;
    }
    #m_search{
        width: 90%;
        height: 40px;
    }

    /* gnb 닫기버튼 */
    .btn_close{
        position: absolute;
        width: 20px;
        height: 20px;
        top: 26px;
        right: 15px;
    }

    .m_hd_bottom_wrap{
        overflow: auto;
        position: fixed;
        background: white;
        width: 85%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 9999;
        transform: translateX(-100%);
        transition: 0.5s;
        border-right: 1px solid #d3d3d3;
    }
    .m_hd_bottom_wrap.on{
        transform: translateX(0%);
    }
    .m_full_menu_bg{
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
    }
    .m_full_menu{
        background: url(../img/img_hd_bottom_wrap_bg.png) no-repeat left top;
    }
    .m_full_menu>.top{
        position: relative;
        padding: 60px 15px 10px;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 10px;
    }
    .m_full_menu>.top>span{
        float: left;
        color: #222222;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .m_full_menu>.top>span>span{
        color: #76d622;
    }
    .m_full_menu>.top>.btn_sign_status{
        position: absolute;
        font-size: 0px;
        right: 0px;
        bottom: 15px;
        padding-right: 15px;
    }
    .m_full_menu>.top>.btn_sign_status>a{
        display: inline-block;
        font-size: 1.2rem;
        width: 80px;
        padding: 5px 0px;
        text-align: center;
        color: #222222;
        border-radius: 25px;
        border: 1px solid #222222;
        background: white;
    }
    .m_full_menu>.menu_list{
        width: 100%;
        font-size: 0px;
        text-align: center;
        padding: 0px 15px 14px 15px;
        margin-bottom: 14px;
        border-bottom: 1px solid #e1e1e1;
    }
    .m_full_menu>.menu_list>a{
        position: relative;
        display: inline-block;
        width: 25%;
        font-size: 1.1rem;
        padding-top: 36px;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center 10px;
    }

    /* a 배경이미지 삽입 */
    .m_full_menu>.menu_list>a:nth-of-type(1){
        background-image: url(../svg/btn_m_menu_delivery.svg);
    }
    .m_full_menu>.menu_list>a:nth-of-type(2){
        background-image: url(../svg/btn_m_menu_cart.svg);
    }
    .m_full_menu>.menu_list>a:nth-of-type(3){
        background-image: url(../svg/btn_m_menu_zzim.svg);
    }
    .m_full_menu>.menu_list>a:nth-of-type(4){
        background-image: url(../svg/btn_m_menu_store.svg);
    }
    /* side border */
    .m_full_menu>.menu_list>a:after{
        content: '';
        position: absolute;
        width: 1px;
        height: 70%;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        background: #e1e1e1;
    }
    .m_full_menu>.menu_list>a:last-of-type:after{
        display: none;
    }

    /* mobile menu */
    .m_full_menu_wrap{
        color: #222222;
    }
    .m_full_menu_wrap>p{
        font-size: 2.0rem;
        font-weight: 400;
        padding: 0px 0px 0px 15px;
        margin-bottom: 6px;
    }
    .m_full_menu_wrap>ul{
        min-height: 470px;
    }
    .m_full_menu_wrap>ul>li{
        position: relative;
        font-size: 0px;
        width: 150px;
        padding: 8px 0px 8px 15px;
        border-right: 1px solid #e1e1e1;
        transition: 0.5s;
    }
    .m_full_menu_wrap>ul>li.on{
        background: #d9f3c4;
    }
    .m_full_menu_wrap>ul>li>a.on{
        color: red;
    }
    .m_full_menu_wrap>ul>li>a{
        display: inline-block;
        width: 100%;
        font-size: 1.4rem;
        padding-left: 30px;
        background: no-repeat 3px center;
        background-size: 20px;
    }
    .m_full_menu_wrap>ul>li:nth-of-type(1)>a{
        background-image: url(../svg/icon_vegetable.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(2)>a{
        background-image: url(../svg/icon_fruit.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(3)>a{
        background-image: url(../svg/icon_fish.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(4)>a{
        background-image: url(../svg/icon_meat.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(5)>a{
        background-image: url(../svg/icon_food.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(6)>a{
        background-image: url(../svg/icon_noodle.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(7)>a{
        background-image: url(../svg/icon_drink.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(8)>a{
        background-image: url(../svg/icon_dessert.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(9)>a{
        background-image: url(../svg/icon_healthfood.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(10)>a{
        background-image: url(../svg/icon_housegd.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(11)>a{
        position: relative;
        background-image: url(../svg/icon_present.svg);
    }
    .m_full_menu_wrap>ul>li:nth-of-type(12)>a{
        background-image: url(../svg/icon_baby.svg);
    }
    .m_full_menu_wrap>ul>li>ul{
        display: none;
        position: absolute;
        width: 80%;
        top: 0px;
        left: 170px;
        padding-top: 8px;
        font-size: 1.4rem;
    }
    .m_full_menu_wrap>ul>li:nth-of-type(10)>ul{
        top: -40px;
    }
    .m_full_menu_wrap>ul>li:nth-of-type(11)>ul{
        top: -65px;
    }
    .m_full_menu_wrap>ul>li:nth-of-type(12)>ul{
        top: -100px;
    }
    .m_full_menu_wrap>ul>li>ul>li{
        line-height: 1.8;
    }
    .m_full_menu_wrap>ul>li>ul>li>a{
        font-size: 1.3rem;
    }

    /* 중간배너 */
    .m_bnr{
        margin-bottom: 16px;
    }
    
    /* 고객 서비스 */
    .customer_service{
        font-size: 0px;
        padding: 10px 15px 20px;
        background: #f9f9f9 ;
    }
    .customer_service_wrap>a{
        font-size: 1.4rem;
        padding: 4px 0px;
        display: block;
        background: url(../img/btn_shortcuts.png) no-repeat 260px center;
    }

    
    /* fixed menu */
    .fixed_menu{
        position: fixed;
        font-size: 0px;
        left: 0px;
        bottom: 0px;
        z-index: 9990;
        width: 100%;
        padding: 10px 15px;
        background: white;
        border-top: 1px solid #d3d3d3;
    }
    .fixed_menu>a{
        display: inline-block;
        font-size: 1rem;
        font-weight: 400;
        text-align: center;
        width: 20%;
        padding: 23px 0px 0px 0px;
        background-repeat: no-repeat;
        background-position: center 0px;
    }
    .fixed_menu>a:nth-of-type(1){
        background-size: 18px 18px;
        background-image: url(../svg/btn_m_menu.svg);
    }
    .fixed_menu>a:nth-of-type(2){
        background-image: url(../svg/btn_m_cart.svg);
    }
    .fixed_menu>a:nth-of-type(3){
        background-size: 22px 22px;
        background-image: url(../svg/btn_m_home.svg);
    }
    .fixed_menu>a:nth-of-type(4){
        background-image: url(../svg/btn_m_mypage.svg);
    }
    .fixed_menu>a:nth-of-type(5){
        background-image: url(../svg/btn_m_zzim.svg);
    }

    /* main visual */
    .bx-controls-direction,.bx-controls-auto{
        display: none;
    }
    .bx1>div{
        height: 325px;
        background-size: cover;
    }
    .bx_1{
        background: url(../img/m_main_visual_01.jpg) no-repeat center;
    }
    .bx_2{
        background: url(../img/m_main_visual_02.jpg) no-repeat center;
    }
    .bx_3{
        background: url(../img/m_main_visual_03.jpg) no-repeat center;
    }
    .bx_4{
        background: url(../img/m_main_visual_04.jpg) no-repeat center;
    }
    .bx_5{
        background: url(../img/m_main_visual_05.jpg) no-repeat center;
    }
    .text_box{
        padding-top: 40px;
        padding-left: 15px;
    }
    .text_box>p{
        font-size: 1.8rem;
        padding-bottom: 24px;
        line-height: 1.4;
    }
    .text_box>p>strong{
        font-size: 2.2rem;
    }
    .text_box>span{
        font-size: 1.4rem;
        font-weight: 300;
    }
    #main_visual>.bx-wrapper>.bx-controls>.bx-controls-direction>.bx-next{
        right:0px;
    }

    /* section 1 */
    .font_num{
        font-size: 1rem;
    }
    #main_content1{
        padding: 40px 10px 40px;
    }
    #main_content1>section>h2{
        padding-top: 10px;
        margin-bottom: 8px;
        font-size: 2rem;
        background-size: 16px 11px;
    }
    #main_content1>section>h2>span{
        top: -8px;
        font-size: 1.4rem;
        padding: 0px;
        background: none;
    }
    #main_content1>.new_goods_area>h2{
        margin-bottom: 8px;
    }
    #main_content1>.best_goods_area>h2:before,
    #main_content1>.new_goods_area>h2::before,
    #main_content2>section>h2:before,
    #main_recipe>h2:before{
        display: none;
    }
    #main_content1>.best_goods_area{
        margin-bottom: 40px;
    }

    /* thumbnail */
    #main_content1>section>ul>li{
        width: 50%;
        padding: 0px 5px;
        margin-bottom: 12px;
    }
    #main_content1>section>ul>li>.img_box{
        position: relative;
        margin-bottom: 10px;
        border-radius: 15px;
    }
    .btn_heart{
        position: absolute;
        width: 30px;
        height: 30px;
        bottom: 8px;
        right: 8px;
        transition: 0.3s;
        background-image: url(../svg/btn_heart.svg);
    }
    .btn_heart.on{
        background-image: url(../svg/btn_heart_click.svg);
    }
    #main_content1>section>ul>li>.img_box:after.sample{
        background-image: url(../svg/btn_heart_click.svg);
    }
    #main_content1>section>ul>li>.pro_info{
        min-height: 120px;
    }
    #main_content1>section>ul>li>.pro_info>a>.pro_sub_title{
        font-size: 1.2rem;
        padding: 0px 6px;
        margin-bottom: 10px;
        min-height: 20px;
        display: -webkit-box;
        overflow:hidden;
        text-overflow:ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    #main_content1>section>ul>li>.pro_info>a>.pro_price>.pro_price_now{
        margin-right: 0px;
    }
    #main_content1>section>.more{
        margin: 0px;
    }
    #main_content1>section>.more>a{
        font-size: 1.3rem;
    }
    .pro_title{
        font-size: 1.4rem;
        margin-bottom: 0px;
        min-height: 0px;
        padding: 0px 6px;
        display: -webkit-box;
        overflow:hidden;
        text-overflow:ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .pro_price{
        position: relative;
        padding: 0px 6px;
        margin-bottom: 3px;
    }
    .pro_price>del{
        padding-left: 0px;
    }
    .pro_info>a:after{
        width: 148px;
        top: initial;
        bottom: 38px;
        left: 6px;
    }
    .pro_percent{
        font-size: 1.4rem;
        margin-right: 0px;
    }
    .pro_price_now{
        font-size: 1.4rem;
    }
    .pro_bottom{
        padding: 2px 6px 0px 6px;
    }
    .rating{
        margin-top: 8px;
    }
    .rating>span>img{
        width: 14px;
        height: 13px;
        margin: 1px 2px 0px 0px;
    }
    .rating>span:last-child{
        font-size: 1.0rem;
    }
    .text_bullet{
        font-size: 1rem;
        padding: 2px 4px;
        margin: 6px 6px 0px 0px;
    }

    /* 중간배너 */
    .bx3>div{
        height: 95px;
    }
    .bnr_txt_box{
        padding-top: 26px;
        padding-left: 15px;
    }
    .bnr_txt_box>a>p{
        font-size: 1.2rem;
    }
    .bnr_txt_box>a>p>strong{
        font-size: 1.6rem;
    }
    /* 중간배너 pager */
    #main_bnr .bx-wrapper .bx-pager, #main_bnr .bx-wrapper .bx-controls-auto{
        bottom: -20px;
    }
    #main_bnr .bx-wrapper .bx-pager.bx-default-pager a{
        width: 10px;
        height: 10px;
        margin: 0px 8px;
    }
    .bx3>div:nth-of-type(1){
        background-size: contain;
        background-image: url(../img/m_main_bnr_01.jpg) ;
    }
    .bx3>div:nth-of-type(2){
        background-size: contain;
        background-image: url(../img/m_main_bnr_02.jpg) ;
    }
    .bx3>div:nth-of-type(3){
        background-size: contain;
        background-image: url(../img/m_main_bnr_03.jpg) ;
    }
    .bx3>div>div>a>p{
        line-height: 1.5;
    }


    /* 산지직송 */
    #main_content2{
        padding: 55px 15px 40px;
    }
    #main_content2>section>h2{
        padding-top: 0px;
        margin-bottom: 8px;
        font-size: 2rem;
    }
    #main_content2>section>h2>span{
        top: -8px;
        font-size: 1.4rem;
        padding: 0px;
        background: none;
    }
    .direct_goods_area{
        padding: 0px 0px;
    }
    .direct_goods_area>div:nth-of-type(1){
        float: none;
        margin-right: 0px;
        margin-bottom: 25px;
    }  
    .direct_goods_area>div:nth-of-type(1)>a{
        left: 0px;
        top: initial;
        bottom: 0px;
        border-radius: 15px;
        width: 100%;
        height: 82px;
        padding: 15px 0px 0px 30px;
    }
    .direct_goods_area>div:nth-of-type(1)>a>span{
        font-size: 1.3rem;
        padding-bottom: 0px;
    }
    .direct_goods_area>div:nth-of-type(1)>a>strong{
        font-size: 1.8rem;
    }
    .direct_goods_area>div:nth-of-type(1)>div>img{
        border-radius: 15px;
    }
    .direct_goods_area>div:nth-of-type(1)>div>.delivery_icon>img{
        width: 60px;
        height: 26px;
    }
    .direct_goods_area>div:nth-of-type(1)>div>.location_icon>img{
        width: 68px;
        height: 26px;
    }
    .direct_goods_area>div:nth-of-type(1)>div>.delivery_icon>img,
    .direct_goods_area>div:nth-of-type(1)>div>.location_icon>img{
        top: 20px;
    }
    .direct_goods_area>div:nth-of-type(1)>div>.delivery_icon>img{
        left: 20px;
    }
    .direct_goods_area>div:nth-of-type(1)>div>.location_icon>img{
        left: 90px;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(1){
        width: 120px;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(1)>img{
        border-radius: 15px;
    }
    .direct_goods_area>.bx4>div>ul>li:nth-of-type(2){
        padding: 14px 0px;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div>span:nth-of-type(1),
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div>span:nth-of-type(2){
        width: 62px;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div>span>img{
        width: 62px;
        height: 24px;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div{
        padding-top: 22px;
        padding-left: 16px;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div>a{
        padding-top: 4px;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div>a>span{
        font-size: 1.2rem;
    }
    .direct_goods_area>.bx4>div>ul>li>div:nth-of-type(2)>div>a>strong{
        font-size: 1.6rem;
    }

    /* recipe */
    #main_recipe{
        padding-top: 45px;
        padding-bottom: 0px;
        margin-bottom: 45px;
    }
    #main_recipe>h2{
        font-size: 2rem;
        margin-bottom: 20px;
    }
    #main_recipe>h2>span{
        display:block;
        top: -8px;
        font-size: 1.4rem;
        padding: 0px;
        margin-top: 10px;
        margin-bottom: 0px;
        background: none;
        line-height: 1.5;
    }
    #main_recipe>div>div>div>ul>li>a>p{
        padding-top: 10px;
        font-size: 1.4rem;
    }
    .bx5>li{
        width:160px !important;
    }


    #members_box>.members{
        padding: 0px 15px;
        transform: none;
        padding-bottom: 25px;
    }
    #members_box>section>h2{
        padding-top: 0px;
        margin-bottom: 14px;
        font-size: 2rem;
        color: #222222;
    }
    #members_box>.members>h2>span{
        font-size: 1.4rem;
        color: #808080;
    }
    #members_box>.members>div{
        text-align: left;
        border-radius: 25px;
        padding: 15px 10px 15px 20px;
    }
    #members_box>.members>div>a{
        font-size: 0px;
        width: 100%;
        padding: 0px 0px 0px 35px;
        margin-bottom: 14px;
        background-size: 32px 32px;
        background-position: 4px center;
    }
    #members_box>.members>div>a:last-of-type{
        margin-bottom: 0px;
    }
    #members_box>.members>div>a>strong{
        display: inline-block;
        width: 60px;
        font-size: 1.6rem;
        margin-left: 12px;
        padding: 14px 0px;
    }
    #members_box>.members>div>a>span{
        display: inline-block;
        margin-left: 8px;
        font-size: 1.2rem;
    }

    /* communuity box */
    #m_community_box{
        background: white;
        margin-bottom: 24px;
    }
    #m_community_box>div{
        padding-left: 15px;
        margin-bottom: 0px;
    }
    #m_community_box>div>div>.bx6>section{
        margin-right: 10px;
        border-radius: 10px;
        border: 1px solid #d3d3d3;
    }
    #m_community_box>div>div>.bx6>section>a>.comu_text{
        position: absolute;
        bottom: 0px;
        padding: 0px 0px 16px 20px;
        color: white;
    }
    #m_community_box>div>div>.bx6>section>div{
        border-radius: 10px;
    }
    #m_community_box>div>div>.bx6>section>div>img{
        border-radius: 10px;
    }
    #m_community_box>div>div>.bx6>section>a>.comu_text>strong{
        font-size: 1.5rem;
    }
    #m_community_box>div>div>.bx6>section>a>.comu_text>p{
        font-size: 1.2rem;
    }
    #m_community_box>div>div>.bx6>section>a:nth-of-type(2){
        margin-right: 0px;
        margin-left: 0px;
    }
    #m_community_box>div>div>.bx6>section>div:nth-of-type(1)>img{
        border-radius: 10px;
    }

    /* footer */
    .m_ft_wrap{
        padding: 15px 0px;
    }
    .m_ft_contact{
        font-size: 0px;
        text-align: center;
    }
    .m_ft_contact>a{
        display: inline-block;
        font-size: 1.2rem;
        padding: 5px 10px;
        margin-right: 10px;
        color: #9a9a9a;
        border-radius: 4px;
        background: white;
        border: 1px solid #d3d3d3;
    }
    .m_ft_contact>a:last-child{
        margin-right: 0px;
    }
    .m_site_info_wrap{
        text-align: center;
    }
    .m_site_info_wrap>a{
        position: relative;
        font-size: 1.2rem;
        color: #9a9a9a;
        margin-right: 20px;
    }
    .m_site_info_wrap>a:last-child{
        margin-right: 0px;
    }
    .m_site_info_wrap>a:after{
        content: '';
        position: absolute;
        top: 50%;
        right: -13px;
        transform: translateY(-50%);
        width: 1px;
        height: 14px;
        background: #9a9a9a;
    }
    .m_site_info_wrap>a:last-child:after{
        display: none;
    }
    .m_site_info_wrap>a:nth-of-type(3){
        color: #222222;
    }

    /* address */
    .address_wrap{
        padding: 20px 15px;
    }
    .address_wrap>div{
        float: none;
        font-size: 1.2rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 20px;
    }
    .address_wrap>div:last-child{
        margin-bottom: 60px;
    }
    .address_wrap>.sns_wrap{
        float: none;
    }
    .address_wrap>.sns_wrap>a{
        width: 25px;
        height: 25px;
    }
    .address_wrap>.sns_wrap>a:nth-of-type(1){
        background-size: 100%;
        background-image: url(../img/icon_blog.jpg);
    }
    .address_wrap>.sns_wrap>a:nth-of-type(2){
        background-size: 100%;
        background-image: url(../img/icon_instagram.jpg);
    }
    .address_wrap>.sns_wrap>a:nth-of-type(3){
        background-size: 100%;
        background-image: url(../img/icon_facebook.jpg);
    }

    /* quick menu */
    .quick_menu{
        display:none !important;
        top: 490px;
        right: 0px;
        width: 80px;
    }
    .btn_top{
        top: 520px;
        right: 20px;
    }
}