@media (max-width:720px){
.m-flex-col{flex-direction:column}
html .m-mx-20{margin-left:20px;margin-right:20px}
html .m-none{display:none}
html .m-mt-20{margin-top:20px}
html .m-mt-40{margin-top:40px}
html .m-mb-50{margin-bottom:50px !important}
html .m-gap-20{gap:20px}
html .m-block{display:block}
html .m-absolute{position:absolute}
html .m-r-20{right:20px}
html .m-top-25{top:25px}
html .m-relative{position:relative}
}

@media (max-width:1280px){
  html .m-logo img{opacity:0}
  html .m-logo a{
    background:#000;
    mask:url(https://jlabdoll.kr/wp-content/uploads/2026/07/%EB%A1%9C%EA%B3%A0.png) no-repeat center center / cover;
  }
}