﻿/*layout*/
@charset "utf-8";
/*webfont*/
@font-face {
    font-family: 'Noto Sans KR';
    src: local(※), url('../font/NotoSansCJKkr-Thin.otf') format('opentype');
    font-weight: 200;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: local(※), url('../font/NotoSansCJKkr-DemiLight.otf') format('opentype');
    font-weight: 300;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: local(※), url('../font/NotoSansCJKkr-Regular.otf') format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: local(※), url('../font/NotoSansCJKkr-Medium.otf') format('opentype');
    font-weight: 500;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: local(※), url('../font/NotoSansCJKkr-Bold.otf') format('opentype');
    font-weight: 600;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: local(※), url('../font/NotoSansCJKkr-Black.otf') format('opentype');
    font-weight: 700;
}
/* All */

header,footer,section,article,aside,nav,menu,hgroup,figure,figcaption{display:block; margin:0; padding:0}
html,body {
    margin:0;
    padding:0;
    height:100%;
}
body, table, input, textarea, select, button {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    color: #222222;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{margin:0; padding:0; border:0; border-collapse:separate; border-spacing:0; font-style:inherit; text-decoration:none; list-style:none; letter-spacing:-0.05em}
img,object{ border:0}
img{ height:auto}
article, aside, hgroup, header, footer, figure, figcaption, nav, section,time, mark, canvas, video, audio, details, summary {
     display:block;
}
table, th, td { border-collapse: collapse; }