@charset "utf-8";


/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin: 0;padding: 0; font-family:'Pretendard',sans-serif; font-size: 14px; font-weight: normal;}
body {font-family:'Pretendard',sans-serif; letter-spacing: -0.5px; font-size: 14px; line-height: 1; color: #303038; -webkit-text-size-adjust:none; word-wrap:break-word; word-break:break-all;}
ul, ol, li {list-style: none;}
em, address {font-style: normal;}
img, fieldset, button {border: 0;}
button {cursor: pointer;}
table {width:100%;border-spacing:0;border-collapse:collapse;}
label,img,input,select,textarea,button{vertical-align:middle; border:none;}
th, td { vertical-align: middle;/* white-space: nowrap */}
a {color: #333; text-decoration: none; line-height: 1;}
a:hover,
a:focus{text-decoration: none;}
a:visited {color: #333;}
*, html {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
*, *:before, *:after {box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
em {font-style:normal;}

/* .hide {display: block; overflow: hidden; position: absolute; border:0; width: 1px; height: 1px; clip:rect(1px, 1px, 1px, 1px);} */
.clear {clear:both;}
.clear:after { content:""; display:block; clear:both;}

.ir_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}