/* INSTAY storefront foundation.
 * Layout, components and responsive rules belong to instay-design.css.
 */
.instay-body{
  margin:0;
  background:#fff;
  color:#111;
  font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;
  font-size:15px;
  line-height:1.5;
  word-break:keep-all;
}
.instay-body *{box-sizing:border-box}
.instay-body a{color:inherit;text-decoration:none}
.instay-body img{display:block;max-width:100%}
.instay-body button,.instay-body input,.instay-body select{font:inherit}
.instay-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.instay-skip{position:fixed;z-index:9999;top:0;left:0;padding:12px 18px;background:#111;color:#fff;transform:translateY(-120%)}
.instay-skip:focus{transform:translateY(0)}
