@charset "utf-8";
/**************************************** 작은 모니터, 노트북 ****************************************/

@media screen and (max-width: 1124px){
    /********** 공통사항 **********/
    .inner{width:calc(100dvw - 120px);}
    .sectionTit > .f_c{text-align: left;}

    .mainBanner .pointP2{text-shadow: 0 0 4px rgba(0,0,0,0.8);}

    /********** product **********/
    .productCnt{width:100%;}

    /********** process **********/
    .processCnt{width:calc(50% - 12px)}


    /********** order write **********/
    .detailProduct > div{max-height:initial}
    .pg a, .pg span, .pg strong{margin:0 6px}


    .memberMenuBox{box-shadow: 8px 8px 0 #156d43;}

    

}

/**************************************** 큰태블릿 사이즈 ****************************************/

@media screen and (max-width: 1024px){

    .modalCloseBtn{top:20px;right:20px;}
    
}


/**************************************** 큰모바일 사이즈 ****************************************/

@media screen and (max-width: 860px){
    .inner{width:calc(100dvw - 40px);}
    
}


/**************************************** 작은모바일 사이즈 ****************************************/

@media screen and (max-width: 568px){
}