/* ////////////////////main_banner//////////////////// */
.main_banner{
    width:100%;
    height:488px;
    font-size: 0;
    position: relative;
}

.main_banner_img{
    width:100%;
    height:100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top:0;
}

.m_banner{
    width:100%;
    height:100%;
    position: absolute;
    left: 100%;
    top:0;
}

.m_b01{
    background: url(../img/main_banner/m_banner01.jpg) no-repeat center / cover;
}    
.m_b02{
    background: url(../img/main_banner/m_banner02.jpg) no-repeat center / cover;
}    
.m_b03{
    background: url(../img/main_banner/m_banner03.jpg) no-repeat center / cover;
}    
.m_b04{
    background: url(../img/main_banner/m_banner04.jpg) no-repeat center / cover;
}    

.mbanner_btn{
    width:198px;
    height:66px;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    position: absolute;
    left:10%;
    bottom:-33px;
}

.m_btn_slide{
    width:14px;
    height:100%;
    position: absolute;
    top:0;
    cursor: pointer;
}

#m_right{
    background: url(../img/main_banner/next.png) no-repeat center;
    right:20px;
}

#m_left{
    background: url(../img/main_banner/prev.png) no-repeat center;
    left:20px;
}

.m_indicator{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.m_indi{
    width:5px;
    height:5px;
    background-color: #fff;
    border: 2px solid  #716e6c;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.m_indi:last-child{
    margin-right: 0px;
}

.m_indi_active{
    background-color: #716e6c;
    border: 2px solid  #716e6c;
}




/* ////////////////////gift_product//////////////////// */
#gift_product{
    padding-top: 180px;
    padding-bottom: 70px;
    overflow: hidden;
}

.gift_product_items{
    width:calc((100% - (20px * 3)) / 4 - 0.01px);
    /* height:465px; */
    background-color: #fff;
    border: 1px solid #c8c7c6;
    box-sizing: border-box;
    border-radius: 200px 200px 0 0;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.gift_product_items:last-child{
    margin-right: 0;
}

.gift_item_info{
    width:100%;
    height: 168px;
    text-align: center;

}

.gift_info01{
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

.gift_info02{
    font-size: 12px;
    font-weight: 300;
    color: #989898;
    line-height: 25px;
    margin-top: 15px;
}

.label{
    width:63px;
    height:24px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    border-radius: 30px;
    opacity:0;
    transition: all 0.5s;
    position: absolute;
    left:0;
    top:0;
}

.best{
    background-color: #231916;
    transform:translateX(0) translateY(-50px) rotate(50deg)
}

.new{
    background-color: #ffa800;
    transform:translateX(-22px) translateY(-32px) rotate(50deg)
}

.sale{
    background-color: #bb2b20;
    transform:translateX(-22px) translateY(-32px) rotate(50deg)
}

.gift_btn{
    width:150px;
    height:40px;
    background-color: #231916;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    left:50%;
    bottom:0;
    border-radius: 30px;
    display: none;
    transform: translateX(-50%);
}




/* ////////////////////best_product//////////////////// */
#best_product{
    position: relative;
    margin-top: 110px;
}

.best_body{
    overflow: hidden;
    position: relative;
    width:1200px;
    height:480px;
}

.best_product_items{
    width:calc((100% - (36px * 1)) / 2 - 0.01px);
    /* height:478px; */
    background-color: lightcoral;
    margin-right: 36px;
    position: absolute;
    left:0;
    top:0;
}

.best_product_items:last-child{
    /* margin-right: 0; */
}

.best_item_info{
    width:85%;
    /* height:166px; */
    background-color: #fff;
    position: absolute;
    left:50%;
    bottom:-86px;
    transform: translateX(-50%);
    padding: 0 0 30px 40px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.best_info01{
    font-size: 16px;  
    color: #111; 
    font-weight: 600;
    margin-top: 35px;
}

.best_info02{
    font-size: 12px;  
    color: #989898; 
    margin-top: 5px;
}

.best_info03{
    font-size: 25px;  
    color: #ed5c22; 
    font-family: 'NanumSquare', sans-serif !important;
    font-weight: 600;
    margin-top: 23px;
}

.best_info04{
    width: 25%;
    position: absolute;
    right: 25px;
    top:34%;
    transform: rotate(0deg);
} 

.best_item_info:hover .best_info04{
    animation: best_info04 0.4s forwards 2 linear;
}

@keyframes best_info04{
    0%{ transform: rotate(0);}
    25%{ transform: rotate(-15deg);}
    50%{ transform: rotate(0);}
    75%{ transform: rotate(15deg);}
   100%{ transform: rotate(0deg);}
}

.bbanner_btn{
    position: absolute;
    right:0;
    top:0;
}

.b_btn_slide{
    width:48px;
    height:48px;
    float: left;
    cursor: pointer;
}

#b_right{
    background: url(../img/best_product/prev.jpg);
}

#b_left{
    background: url(../img/best_product/next.jpg);
}




/* ////////////////////story//////////////////// */
.story{
    width:100%;
    height: 394px;
    background: url(../img/story/story_bg.jpg) no-repeat center / cover;
    transform: translateX(100%);
    transition: all 0.7s;
    margin-top: 400px;
}

.story_info{
    width:410px;
    height: 483px;
    background-color: #fff;
    position: absolute;
    left:0;
    top:-215px;
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.5s;
    padding: 50px 0 0 42px;
    box-sizing: border-box;
}

.story_ul{
    width:100%;
    height:100%;
    position: relative;
}

.story_li01{
    font-size: 14px;
    color:#ed5c22;
    font-weight: 600;
}

.story_li02{
    font-size: 16px;
    color:#111;
    font-weight: 600;
    margin-top: 35px;
}

.story_li03{
    font-size: 12px;
    color:#989898;
    font-weight: 400;
    margin-top: 17px;
    line-height: 25px;
}

.story_li04{
    position: absolute;
    right:0;
    bottom:0;
}




/* ////////////////////event_product//////////////////// */
#event_product{
    margin-top: 180px;
}

.event_body{
    overflow: hidden;
    position: relative;
    width:1200px;
    height:570px;
}

.event_product_items{
    width:calc((100% - (25px * 2)) / 3 - 0.01px);
    position: absolute;
    left:0;
    top:0;
    margin-right: 25px;
    overflow: hidden;
}

.event_product_items:last-child{
    margin-right: 0;
}

.e_black{
    width:100%;
    height:510px;
    background-color:rgba(0, 0, 0, 0.8) ;
    position: absolute;
    left:0;
    top:0;
    text-align: center;
    line-height: 510px;
    color: #fff;
    font-size: 17px;font-weight: bold;
}

.event_item_info{
    width:100%;
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
    font-weight: lighter;
    text-align: center;
}

.event_item_info > span{
    font-weight: 600;
}

.e_indicator{
    margin-top: 35px;
    position: absolute;
    left:50%;
    bottom: 0;
    transform: translateX(-50%);
}

.e_indi{
    width:14px;
    height:14px;
    background-color: #83736e;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.e_indi:last-child{
    margin-right: 0;
}

.e_indi_active{
    width:50px;
    height:14px;
    border-radius: 30px;
    background-color: #412520;
    transition: all 0.5s;
}




/* ////////////////////recipe_product//////////////////// */
#recipe_product{
    margin-top: 180px;
}

.recipe_body{
    overflow: hidden;
    position: relative;
    width:1200px;
    height: 380px;
}

/* .recipe_product_items_M{
    width:100%;
    position: absolute;
    left:100%;
    top:0;
} */

.recipe_product_items{
    width:calc((100% - (35px * 3)) / 4 - 0.01px);
    height:275px;
    margin-right: 35px;

    position: absolute;
    left:0;
    top:0;

}

/* .recipe_product_items:last-child{
    margin-right: 0;
} */

.recipe_img{
    width:100%;
    height:100%;
    border-radius: 50%;
    overflow: hidden;
}

.recipe_item_info{
    text-align: center;
}

.recipe_info01{
    font-size: 12px;
    color:#969696;
    margin-top: 30px;
}

.recipe_info02{
    font-size: 16px;
    color:#111;
    font-weight: 600;
    margin-top: 4px;
}

.r_btn_slide{
    width: 56px;
    height:56px;
    position: absolute;
    top:230px;
    cursor: pointer;
}

#r_right{
    right:-85px;
    background: url(../img/recipe_product/next.png) no-repeat center;
}

#r_left{
    left:-85px;
    background: url(../img/recipe_product/prev.png) no-repeat center;
}


/* .recipe_product_items:hover {
    transform: translateY(30px);
} */




/* ////////////////////map//////////////////// */
#map{
    margin-top: 180px;
    position: relative;
    height:400px;
}

.map_area{
    width:calc(100% / 2);
    height:400px;
    font-size: 0;
    float: left;
    overflow: hidden;
    position: absolute;
    top:0;
    transition: all 0.5s;
}

#iframe{
    left: -100%;
}

#iframe > iframe{
    width:100%;
    height:400px;
    margin:-3px 0 0 -3px ;
}

#info{
    right: -100%;
    background: url(../img/map/map_img.jpg) no-repeat center / cover;
}

.map_area_info{
    position: absolute;
    left:45px;
    bottom:30px;
}

.map_title{
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.map_info{
    margin-top: 3px;
    font-size: 13px;
    opacity: 0.7;
    color: #fff;  
}




/* ////////////////////섹션공통//////////////////// */
.sec_title{
    color: #34302e;
    font-family: 'NanumSquare', sans-serif !important;
    font-weight: 600;
    margin-bottom: 40px;
}

.t_cen{
    text-align: center;
    margin-bottom: 60px;
}

.title01{
    font-size: 0; 
}

.title01 > li{
    font-size: 30px; 
    display: inline-block;
}

.title02{
    font-size: 13px;
    color: #7b7a78;
    margin-top: 10px;
}

.item_img > a{
    font-size: 0;
    display: block;
}

.item_img img{
    width:100%;
}

.item_bf{
    transform: translateY(100px);
    transition: all 0.5s;
    opacity: 0;
}

.item_af{
    transform: translateY(0);
    transition: all 0.5s;
    opacity: 1;
}

.ani,.ani2,.ani3{
    animation: sec_title 0.6s forwards linear;
}

.ani:nth-child(1),
.ani2:nth-child(1){
    animation-delay: 0;
}
.ani:nth-child(2),
.ani2:nth-child(2){
    animation-delay: 0.1s;
}
.ani:nth-child(3),
.ani2:nth-child(3){
    animation-delay: 0.2s;
}
.ani:nth-child(4),
.ani2:nth-child(4){
    animation-delay: 0.3s;
}
.ani:nth-child(5),
.ani2:nth-child(5){
    animation-delay: 0.4s;
}
.ani:nth-child(6),
.ani2:nth-child(6){
    animation-delay: 0.5s;
}
.ani:nth-child(7),
.ani2:nth-child(7){
    animation-delay: 0.6s;
}
.ani:nth-child(8){
    animation-delay: 0.7s;
}

@keyframes sec_title{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateY(0);
    }
}



