@charset "utf-8";

html{font-size: 10px;}
*{box-sizing: border-box;}
body{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    color: #222222;
    background-image: url(../img/img_bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}
img{vertical-align: top;}
a{
    color: #222222;
    text-decoration: none;
}
::placeholder{
    font-size: 1.2rem;
    color: #808080;
}

/* common class */
.clear_fix:after{
    content: '';
    display: block;
    clear: both;
}
.center{
    width: 1200px;
    margin: 0px auto;
    /* outline: 1px solid blue;   */
}
.blind{
    position: absolute;
    text-indent: -9999px;
}
.font_num{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #808080;
}
.font_title_num{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.pro_price_now{
    color: #222222;
}

/* skip navigation */
#skip_nav>a{
    position: absolute;
    top: 0px;
    left: -9999px;
    width: 100%;
    z-index:9999;
    text-align: center;
    line-height: 3;
    background: #76d622;
}
#skip_nav>a:focus{
    left: 0px;
}

/* top banner */
#top_banr_wrap{
    background: #f6efe5;
}
.top_banr_con{
    position: relative;
    text-align: center;
}
#btn_close{
    position: absolute;
    top: 24px;
    right: 80px;
    border: 0px;
    padding: 0px;
    background: transparent;
}

/* header */
#hd{
    position:relative;
    z-index:9999;
    background: white;
}

/* 공지사항 및 로그인 */
.utility_area{
    background: #3a3e33;
}
.utility_wrap{
    padding: 0px 10px 0px 10px;
    font-size: 1.2rem;
    line-height: 3;
    background: url(../img/icon_notice.png) no-repeat 45px center;
}
.utility_info{
    float: left;
}
.utility_info>a{
    margin-left: 60px;
    color: white;
}
.utility_info>a:hover,
.utility_info>a:focus{
    text-decoration: underline;
}
.utility_list{
    float: right;
    color: white;
}
.utility_list>a{
    margin-right: 20px;
    color: white;
}
.utility_list>a:last-child{
    margin-right: 0px;
}

/* hd middle */
.hd_middle{
    position: relative;
    padding: 40px 0px;
}
.hd_middle>h1>a{
    display: block;
    width: 206px;
    height: 56px;
    margin: 0px auto;
}

/* member menu 3종 */
.member_menu{
    position: absolute;
    top: 56px;
    right: 0px;
    margin-top: 25px;
    font-size: 1.2rem;
}
.member_menu>a{
    padding-top: 25px;
    margin-right: 20px;
    color: #808080;    
}
.member_menu>a:last-child{
    margin-right: 10px;
}
.member_menu>a:nth-of-type(1){
    background: url(../svg/icon_mypage.svg) no-repeat center top;
}
.member_menu>a:nth-of-type(2){
    position: relative;
    background: url(../svg/icon_cart.svg) no-repeat center top;
}
.member_menu>a:nth-of-type(2)>span{
    position: absolute;
    top: -10px;
    right: -3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    text-align: center;
    background: #808080;
    transition: 0.3s;
}
.member_menu>a:nth-of-type(2):hover>span{
    background: #76d622;
}
.member_menu>a:nth-of-type(3){
    background: url(../svg/icon_delivery.svg) no-repeat center top;
}

/* category */
.hd_bottom{
    border-bottom: 1px solid #d3d3d3;
    font-size: 1.7rem;
    position: relative;
}
.hd_bottom_wrap{
    font-weight: 400;
    padding: 0px 10px;
}

/* full menu */
.full_menu{
    float: left;
}
.full_menu>a{
    display: block;
    width: 180px;
    padding: 13px 0px;
    text-align: center;
    transition: 0.3s;
}
.full_menu>a:before{
    content: '';
    width: 17px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    background: url(../img/btn_allmenu.png) no-repeat;
    transition: 0.3s;
}
.full_menu>a:hover,
.full_menu>a:focus{
    color: #76d622;
}
.full_menu:hover>a:before{
    background: url(../img/btn_allmenu_hv.png) no-repeat;
}
.full_menu_wrap{
    display: none;
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 515px;
    top: 54px;
    left: 0px;
    background: white;
    box-shadow: 0px 40px 35px -10px rgba(0, 0, 0, 0.1);
}
.full_menu_wrap>ul>li{
    float: left;
    text-align: center;
    width: 16.6666%;
    padding: 0px 10px;
    line-height: 1.9;
    transition: 0.5s;
    background-repeat: no-repeat;
    background-position: center 34px;
}
.full_menu_wrap>ul>li>a{
    display: block;
    padding-top: 68px;
    font-size: 1.6rem;
    transition: 0.5s;
}
.full_menu_wrap>ul>li:hover>a,
.full_menu_wrap>ul>li:focus>a{
    color: #76d622;
}
.full_menu_wrap>ul>li:nth-of-type(1){
    background-image: url(../img/icon_vegetable.png);
}
.full_menu_wrap>ul>li:hover:nth-of-type(1),
.full_menu_wrap>ul>li:focus:nth-of-type(1){
    background-image: url(../img/icon_vegetable_hv.png);
}
.full_menu_wrap>ul>li:nth-of-type(2){
    background-image: url(../img/icon_fruit.png);
}
.full_menu_wrap>ul>li:hover:nth-of-type(2),
.full_menu_wrap>ul>li:focus:nth-of-type(2){
    background-image: url(../img/icon_fruit_hv.png);
}
.full_menu_wrap>ul>li:nth-of-type(3){
    background-image: url(../img/icon_fish.png);
}
.full_menu_wrap>ul>li:hover:nth-of-type(3),
.full_menu_wrap>ul>li:focus:nth-of-type(3){
    background-image: url(../img/icon_fish_hv.png);
}
.full_menu_wrap>ul>li:nth-of-type(4){
    background-image: url(../img/icon_meat.png);
}
.full_menu_wrap>ul>li:hover:nth-of-type(4),
.full_menu_wrap>ul>li:focus:nth-of-type(4){
    background-image: url(../img/icon_meat_hv.png);
}
.full_menu_wrap>ul>li:nth-of-type(5){
    background-image: url(../img/icon_food.png);
}
.full_menu_wrap>ul>li:hover:nth-of-type(5),
.full_menu_wrap>ul>li:focus:nth-of-type(5){
    background-image: url(../img/icon_food_hv.png);
}
.full_menu_wrap>ul>li:nth-of-type(6){
    background-image: url(../img/icon_noodle.png);
}
.full_menu_wrap>ul>li:hover:nth-of-type(6),
.full_menu_wrap>ul>li:focus:nth-of-type(6){
    background-image: url(../img/icon_noodle_hv.png);
}
.full_menu_wrap>ul>li:nth-of-type(7){
    background-image: url(../img/icon_drink.png);
}
.full_menu_wrap>ul>li:hover:nth-of-type(7),
.full_menu_wrap>ul>li:focus:nth-of-type(7){
    background-image: url(../img/icon_drink_hv.png);
}
.full_menu_wrap>ul>li:nth-of-type(8){
    background-image: url(../img/icon_dessert.png);
}
.full_menu_wrap>ul>li:hover:nth-of-type(8),
.full_menu_wrap>ul>li:focus:nth-of-type(8){
    background-image: url(../img/icon_dessert_hv.png);
}
.full_menu_wrap>ul>li:nth-of-type(9){
    background-image: url(../img/icon_healthfood.png);
}
.full_menu_wrap>ul>li:hover:nth-of-type(9),
.full_menu_wrap>ul>li:focus:nth-of-type(9){
    background-image: url(../img/icon_healthfood_hv.png);
}
.full_menu_wrap>ul>li:nth-of-type(10){
    background-image: url(../img/icon_housegd.png);
}
.full_menu_wrap>ul>li:hover:nth-of-type(10),
.full_menu_wrap>ul>li:focus:nth-of-type(10){
    background-image: url(../img/icon_housegd_hv.png);
}
.full_menu_wrap>ul>li:nth-of-type(11){
    background-image: url(../img/icon_present.png);
}
.full_menu_wrap>ul>li:hover:nth-of-type(11),
.full_menu_wrap>ul>li:focus:nth-of-type(11){
    background-image: url(../img/icon_present_hv.png);
}
.full_menu_wrap>ul>li:nth-of-type(12){
    background-image: url(../img/icon_baby.png);
}
.full_menu_wrap>ul>li:hover:nth-of-type(12),
.full_menu_wrap>ul>li:focus:nth-of-type(12){
    background-image: url(../img/icon_baby_hv.png);
}




.full_menu_wrap>ul>li>a:after{
    content: '';
    display: block;
    width: 95px;
    height: 1px;
    margin: 0px auto;
    background: #d3d3d3;
}
.full_menu_wrap>ul>li:hover>a:after{
    background: #76d622;
}
.full_menu_wrap>ul>li>.depth1>li>a{
    display: block;
    font-size: 1.4rem;
    color: #808080;
    transition: 0.3s;
}
.full_menu_wrap>ul>li>.depth1>li:first-child>a:nth-of-type(1){
    margin-top: 8px;
}
.full_menu_wrap>ul>li>.depth1>li:hover>a{
    color: #76d622;
}

/* gnb */
#gnb{
    float: left;
    width: 762px;
    font-size: 0px;
}
#gnb>div>div>a{
    position: relative;
    display: inline-block;
    font-size: 1.7rem;
    padding: 13px 30px;
    transition: 0.3s;
}
#gnb>div>div>a:hover{
    color: #76d622;
}
#gnb>div>div>a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    transform: scaleX(0);
    background: #76d622;
    transition: 0.5s;
}
#gnb>div>div>a:hover:after{
    transform: scaleX(1);
}

/* search */
.search_wrap{
    float: right;
    font-size: 0px;
    position: relative;
    margin: 12px 0px;
}
#search{
    width: 238px;
    height: 28px;
    padding: 0px 15px;
    font-size: 1.4rem;
    border-radius: 50px;
    border: 1px solid #76d622;
}
#m_search{
    width: 238px;
    height: 28px;
    padding: 0px 15px;
    font-size: 1.4rem;
    border-radius: 50px;
    border: 1px solid #76d622;
}
.search_wrap>form>fieldset>input:last-child{
    position: absolute;
    top: 5px;
    right: 15px;
}

/* footer */
#ft{
    background: #f8f8f8;
}
/* site_info_wrap */
.site_info_wrap{
    font-size: 0px;
    text-align: center;
    padding: 20px 0px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.site_info_wrap>a{
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0px 25px;
    color: #9a9a9a;
}
.site_info_wrap>a:not(:last-child):after{
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #9a9a9a;
}
.site_info_wrap>a:nth-of-type(6){
    color: #222222;
}
.site_info_wrap>a:hover,
.site_info_wrap>a:focus{
    color: #222222;
}

/* address_wrap */
.address_wrap{
    padding: 38px 10px;
}
.address_wrap>h2{
    float: left;
    margin-right: 50px;
}
.address_wrap>div{
    float: left;
    font-size: 1.6rem;
    color: #9a9a9a;
    line-height: 1.4;
}
.address_wrap>.sns_wrap{
    float: right;
}
.address_wrap>.sns_wrap>a{
    display: inline-block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}
.address_wrap>.sns_wrap>a:nth-of-type(2){
    margin: 0px 10px;
}
.address_wrap>.sns_wrap>a:nth-of-type(1){
    background: url(../img/icon_blog.jpg);
}
.address_wrap>.sns_wrap>a:nth-of-type(2){
    background: url(../img/icon_instagram.jpg);
}
.address_wrap>.sns_wrap>a:nth-of-type(3){
    background: url(../img/icon_facebook.jpg);
}
.address_wrap>.sns_wrap>a:nth-of-type(1):hover,
.address_wrap>.sns_wrap>a:nth-of-type(1):focus{
    background: url(../img/icon_blog_hover.jpg);
}
.address_wrap>.sns_wrap>a:nth-of-type(2):hover,
.address_wrap>.sns_wrap>a:nth-of-type(2):focus{
    background: url(../img/icon_instagram_hover.jpg);
}
.address_wrap>.sns_wrap>a:nth-of-type(3):hover,
.address_wrap>.sns_wrap>a:nth-of-type(3):focus{
    background: url(../img/icon_facebook_hover.jpg);
}

/* footer marklist */
.marklist_wrap{
    border-top: 1px solid #d3d3d3;
    padding: 24px 0px;
}
.marklist_wrap>div{
    width: 874px;
    margin: 0px auto;
}
.marklist_wrap>div>a{
    float: left;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #9a9a9a;
    margin-right: 20px;
}
.marklist_wrap>div>a:last-of-type{
    margin-right: 0px;
}
.marklist_wrap>div>a>img{
    float: left;
    margin-right: 10px;
}
.marklist_wrap>div>a>span{
    float: left;
}

/* 퀵메뉴 */
.quick_menu{
    display: none;
    position: fixed;
    top: 365px;
    right: 35px;
    width: 120px;
    height: 160px;
    text-align: center;
}
.quick_menu>a{
    display: block;
    width: 120px;
    font-size: 1.2rem;
    color: #808080;
    background: white;
}
.quick_menu>a:nth-of-type(1){
    display: block;
    width: 100%;
    height: 100%;
}
.quick_menu>a:nth-of-type(1)>img{
    border-radius: 10px 10px 0px 0px;
}
.quick_menu>a:nth-of-type(2),
.quick_menu>a:nth-of-type(3){
    width: 120px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d3d3d3;
}
.quick_menu>a:nth-of-type(2){
    margin-top: -1px;
}
.quick_menu>a:nth-of-type(3){
    margin-top: -1px;
    border-radius: 0px 0px 10px 10px;
    background: #f2f2f2;
}
.btn_top{
    display: none;
    position: fixed;
    text-align: center;
    top: 610px;
    right: 70px;
}