@charset 'utf-8';
@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);

/* ==================================================
   Base / Reset
   ================================================== */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
}

dl,ul,ol,menu,li{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none}
table{
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img{
  border:0 none;
  vertical-align:top;
}
legend,caption{display:none}
button{
  border:0 none;
  background-color:transparent;
  cursor:pointer;
}

/* ==================================================
   Typography
   ================================================== */
body{
  font-family:'Noto Sans Korean','Malgun Gothic','맑은 고딕',Dotum,'돋움';
  line-height:1.4;
  color:#111;
}

a{
  text-decoration:none;
  color:inherit;
}

strong{font-weight:600}
em{font-style:normal}

/* ==================================================
   Media
   ================================================== */
img{
  max-width:100%;
  height:auto;
}

/* ==================================================
   Accessibility
   ================================================== */
.wa,
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
}

/* ==================================================
   Common helpers (아주 최소)
   ================================================== */
.clearfix::after{
  content:'';
  display:block;
  clear:both;
}

.hidden{
  display:none !important;
}

/* ===============================
   Mobile Touch / Focus Reset
   =============================== */

/* 모바일 터치 시 파란 하이라이트 제거 */
* {
  -webkit-tap-highlight-color: transparent;
}

/* 아이콘 버튼 / 링크 포커스 제거 */
a:focus,
button:focus {
  outline: none;
}

/* 버튼/링크 텍스트 선택 방지 (UX 안정화) */
a,
button {
  -webkit-user-select: none;
  user-select: none;
}

