@charset "utf-8";
/*************** 1440px 이하 ***************/
@media only screen and (max-width: 1440px) {
    .bannerBnt {position: static !important;top: auto !important;left: auto !important;transform: none !important;}
    .productSlider .swiper-slide{height: 400px!important; }
}
  
/*************** 1124px 이하 ***************/
@media only screen and (max-width: 1124px) {

}

/*************** 1024px 이하 ***************/
@media only screen and (max-width: 1024px) {

}

/*************** 960px 이하 ***************/
@media only screen and (max-width: 960px) {
    .quickbuttons {display:none;}
    .bannerFoot {display:block;}
}

/*************** 860px 이하 ***************/
@media only screen and (max-width: 860px) {
    

}

/*************** 768px 이하 ***************/
@media only screen and (max-width: 960px) {

    .flower .flower-posts {grid-template-columns: repeat(2, 1fr);}
    .productPrevBtn,
    .productNextBtn {font-size: 16px; font-weight: 700;}
    #productCnt .nowPage,
    #productCnt .allPage {font-size: 16px; font-weight: 700;}

    /** banner **/
    .bannerFoot{position:fixed; left:0; bottom:0; z-index: 99999;}

    /** footer **/
    footer .f_c{text-align: left;}
}

/*************** 480px 이하 ***************/
@media only screen and (max-width: 480px) {
}

/*************** 320px 이하 ***************/
@media only screen and (max-width: 320px) {

}
