@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/kopubbatang.css);

@font-face{
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src:url(font/NanumGothic-Regular.eot);
  src:local(NanumGothic),
    url(font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
    url(font/NanumGothic-Regular.woff2) format('woff2'),
    url(font/NanumGothic-Regular.woff) format('woff');
}
@font-face{
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 500;
  src:url(font/NanumGothic-Bold.eot);
  src:local(NanumGothic),
    url(font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
    url(font/NanumGothic-Bold.woff2) format('woff2'),
    url(font/NanumGothic-Bold.woff) format('woff');
}

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, font, 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 {margin:0; border:0; padding:0;}
body {font:normal 14px '나눔고딕','NanumGothicWeb','Nanum Gothic','돋움',Dotum,Helvetica,Verdana,Arial,sans-serif; color:#353535; line-height:1.6; word-break:break-all;}
ol, ul {list-style:none; }
button {font:normal 14px '나눔고딕','NanumGothicWeb','Nanum Gothic','돋움',Dotum,Helvetica,Verdana,Arial,sans-serif;}
.hidden, legend, caption {width:0; height:0; line-height:0; font-size:0px; float:left; position:absolute; visibility:hidden; overflow:hidden; display:none;}
p {margin:0 0 15px 0;}
strong{font-weight:600;}
address {font-style:normal;}


/***** link *****/
a:link {text-decoration:none; color:#555;}
a:visited {text-decoration:none; color:#555;}
a:hover {color:#1e1e1e; text-decoration:underline;}
a:active {color:#1e1e1e; text-decoration:underline;}
a:focus {color:#1e1e1e; text-decoration:underline;}


/***** form *****/
input[type="text"] {height:28px; padding:0 5px; line-height:22px; border:1px solid #dbdbdb; vertical-align:middle; font:normal 13px '나눔고딕','NanumGothicWeb','Nanum Gothic','돋움',Dotum,Helvetica,Verdana,Arial,sans-serif; color:#464646;} 
input[type="password"] {height:28px; padding:0 5px; line-height:22px; border:1px solid #dbdbdb; vertical-align:middle; font:normal 13px '나눔고딕','NanumGothicWeb','Nanum Gothic','돋움',Dotum,Helvetica,Verdana,Arial,sans-serif; color:#464646;} 
input[type="submit"] {font:normal 1em '나눔고딕','NanumGothicWeb','Nanum Gothic','돋움',Dotum,Helvetica,Verdana,Arial,sans-serif;}
textarea {font:normal 1em '나눔고딕','NanumGothicWeb','Nanum Gothic','돋움',Dotum,Helvetica,Verdana,Arial,sans-serif; color:#464646; border:1px solid #dbdbdb; padding:5px;}
input[type="file"] {cursor:pointer;}
select {font:normal 13px '나눔고딕','NanumGothicWeb','Nanum Gothic','돋움',Dotum,Helvetica,Verdana,Arial,sans-serif; color:#464646; border:1px solid #dbdbdb; padding:5px; cursor:pointer;}


/***** heading *****/
h2,h3,h4,h5,h6 {font-weight:600;}
h4 {font-size:15px; line-height:24px; color:#222; }
h4.first {margin:0 0 10px 0;}
h5.first {margin:0 0 20px 0;}

h5{font-size:16px; line-height:22px; color:#222; margin:0 0 40px 0; padding:0 0 0 13px;}
h6{font-size:14px; line-height:20px; color:#444; font-weight:600; margin:0 0 20px 0; padding:0 0 0 10px;}



