@charset "utf-8";
/* http://meyerweb.com/eric/tools/css_renew/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


@font-face{
    font-family: 'NotoSansCJK KR';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src:local('NotoSansCJKkr-Thin'),
    url('/font/NotoSansCJKkr-Thin.subset.woff2') format('woff2');
  }
  
  @font-face{
    font-family: 'NotoSansCJK KR';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:local('NotoSansCJKkr-Light'),
    url('/font/NotoSansCJKkr-Light.subset.woff2') format('woff2');
  }
  
  @font-face{
    font-family: 'NotoSansCJK KR';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:local('NotoSansCJKkr-Regular'),
    url('/font/NotoSansCJKkr-Regular.subset.woff2') format('woff2');
  }
  
  @font-face{
    font-family: 'NotoSansCJK KR';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:local('NotoSansCJKkr-Medium'),
    url('/font/NotoSansCJKkr-Medium.subset.woff2') format('woff2');
  }
  @font-face{
    font-family: 'NotoSansCJK KR';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:local('NotoSansCJKkr-Bold'),
    url('/font/NotoSansCJKkr-Bold.subset.woff2') format('woff2');
  }
  @font-face{
    font-family: 'NotoSansCJK KR';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src:local('NotoSansCJKkr-Black'),
    url('/font/NotoSansCJKkr-Black.subset.woff2') format('woff2');
  }


html, body, div, span, p, a, abbr, acronym, address, big, img, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	border: 0;
    font: inherit;
    color: inherit;
    vertical-align: baseline;
    text-decoration: none;
    line-height: 1;
    letter-spacing: inherit;
}
caption{
    display: none;
}
body {
    -webkit-text-size-adjust: 100%; /* 2 */
    letter-spacing: -1px;
    font-family: 'NotoSans CJK KR', 'NotoSans KR', sans-serif !important;
}
.en {
    letter-spacing: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
    border-spacing: 0;
}
img,td,th,button,a{
    vertical-align: middle;
}

button,select {
    font: inherit;
}
button {
    background: none;
    border: none;
}
button:focus, a:focus {
    outline: none;
}
h1 {
    font-size: 72px;
}
h2 {
    font-size : 36px;
    font-weight: 600;
}
h3 {
    font-size :24px;
}
h4 {
    font-size:20px;
}
h6 {
    font-size:14px;
}
br { font-family:dotum;}
