@charset "UTF-8";


/*=============================
reset
==============================*/

/* Eric Meyer reset.css */
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,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,input {margin:0; padding:0; border:0 none; vertical-align:baseline;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:""; content:none;}
table {border-collapse:collapse; border-spacing:0; width:100%; table-layout:fixed;}


html {overflow-y:scroll;}
a {text-decoration: none;}
a:hover { text-decoration: underline; }
hr {display:none;}
legend,caption {width:1px; height:1px; *height:0; padding:0; margin-top:-1px; font-size:0; line-height:0; text-indent:-999px; overflow:hidden;}
img,td,th {vertical-align:middle;}
.blind {display:block; overflow:hidden; position:absolute; top:-1000em; left:0;}

/* Skip */
.skip {padding:0; margin:0;}
.skip a {position:absolute; top:-1000em; z-index:9999; display:block; width:100%; background:#ededed; font-size:1.5em; font-weight:bold; color:#666; text-align:center;}
.skip a:hover,.skip a:focus,.skip a:active {top:0; padding:1.2em 0;}


/*=============================
  notokr - 두께순 정렬
==============================*/

@font-face {
  font-family: 'notokr-light';
  src: url('/font/NotoKR/NotoKR-Light/notokr-light.woff2') format('woff2'),
       url('/font/NotoKR/NotoKR-Light/notokr-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'notokr-thin';
  src: url('/font/NotoKR/NotoKR-Thin/notokr-thin.woff2') format('woff2'),
       url('/font/NotoKR/NotoKR-Thin/notokr-thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'notokr-demilight';
  src: url('/font/NotoKR/NotoKR-DemiLight/notokr-demilight.woff2') format('woff2'),
       url('/font/NotoKR/NotoKR-DemiLight/notokr-demilight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* 표준 두께 - 필수 */
@font-face {
  font-family: 'notokr-regular';
  src: url('/font/NotoKR/NotoKR-Regular/notokr-regular.woff2') format('woff2'),
       url('/font/NotoKR/NotoKR-Regular/notokr-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'notokr-medium';
  src: url('/font/NotoKR/NotoKR-Medium/notokr-medium.woff2') format('woff2'),
       url('/font/NotoKR/NotoKR-Medium/notokr-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'notokr-bold';
  src: url('/font/NotoKR/NotoKR-Bold/notokr-bold.woff2') format('woff2'),
       url('/font/NotoKR/NotoKR-Bold/notokr-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'notokr-black';
  src: url('/font/NotoKR/NotoKR-Black/notokr-black.woff2') format('woff2'),
       url('/font/NotoKR/NotoKR-Black/notokr-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}




