@charset "utf-8";
/*************** 1440px 이하 ***************/
@media only screen and (max-width: 1200px) {
.inner{width:calc(100dvw - 120px)}

.useCnt{width:calc(50% - 25px)}
.symptom_sticky{position:relative !important; top:0 !important; width:100%; transform: none !important;}
.how_sticky{position:relative !important; top:0 !important; width:100%; transform: none !important;}
.howCntDetailNum{left:24px; top:24px}
.howCnt{width:calc(50% - 12px)}
.our_sticky{position:relative !important; top:0 !important; width:100%; transform: none !important;}
.methodPart{width:calc(50% - 12px);}
.practiceImg{right:0;}
}
  
/*************** 1124px 이하 ***************/
@media only screen and (max-width: 1124px) {
  


}

/*************** 1024px 이하 ***************/
@media only screen and (max-width: 1024px) {

}

/*************** 960px 이하 ***************/
@media only screen and (max-width: 960px) {

}

/*************** 860px 이하 ***************/
@media only screen and (max-width: 860px) {
    
}

/*************** 768px 이하 ***************/
@media only screen and (max-width: 768px) {
.inner{width:calc(100dvw - 40px)}
.mainBannerA{top:40px}
.symptomCnt{width:100%}
.howCnt{width:100%}
.methodPart{width:100%;}
.useCnt{width:100%}
}

/*************** 480px 이하 ***************/
@media only screen and (max-width: 480px) {

}

/*************** 320px 이하 ***************/
@media only screen and (max-width: 320px) {

}
