﻿@charset "utf-8";

@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 300;
  src: local('NanumBarunGothicLight'), local('NanumBarunGothic-Light'), local('Nanum Barun Gothic Light');
  src: url(../fonts/NanumBarunGothicLight.eot);
  src: url(../fonts/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothicLight.woff) format('woff'),
       url(../fonts/NanumBarunGothicLight.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: local('NanumBarunGothic'), local('Nanum Barun Gothic'), local('Nanum Barun Gothic');
  src: url(../fonts/NanumBarunGothic.eot);
  src: url(../fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothic.woff) format('woff'),
       url(../fonts/NanumBarunGothic.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 700;
  src: local('NanumBarunGothicBold'), local('NanumBarunGothic-Bold'), local('Nanum Barun Gothic Bold');
  src: url(../fonts/NanumBarunGothicBold.eot);
  src: url(../fonts/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothicBold.woff) format('woff'),
       url(../fonts/NanumBarunGothicBold.ttf) format('truetype');
}
/*
@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url('../fonts/AvenirNextLTPro-Regular.eot'); 
  src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
    url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
    url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
    url('../fonts/AvenirNextLTPro-Regular.svg') format('svg');   font-weight: normal;
  font-style: normal;
}
*/

@font-face {
	font-family: 'AvenirNextLTPro-Medium';
	src: url('/fonts/webfonts/309CF7_0_0.eot');
	src: url('/fonts/309CF7_0_0.eot?#iefix') format('embedded-opentype'),
	url('/fonts/309CF7_0_0.woff2') format('woff2'),
	url('/fonts/309CF7_0_0.woff') format('woff'),
	url('/fonts/309CF7_0_0.ttf') format('truetype');
}
 
@font-face {
	font-family: 'AvenirNextLTPro-Thin';
	src: url('/fonts/309CF6_0_0.eot');
	src: url('/fonts/309CF6_0_0.eot?#iefix') format('embedded-opentype'),
	url('/fonts/309CF6_0_0.woff2') format('woff2'),
	url('/fonts/309CF6_0_0.woff') format('woff'),
	url('/fonts/309CF6_0_0.ttf') format('truetype');
}
 

.sample {
	font-family: 'AvenirNextLTPro-Regular';
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: bold;
}

/* RESET  */
html, body, div, 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,
u, i, 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 {
margin: 0;
padding: 0;
border: 0;
font-size: 12px;
color: #777;
vertical-align: baseline;
line-height: 1.25em;
font-family:NanumBarunGothic,Helvetica, AppleGothic, Dotum;
text-decoration: none;
font-style: normal;
font-weight: 400;
}

b,span {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font-family:NanumBarunGothic,Helvetica, AppleGothic, Dotum;
text-decoration: none;
font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
}

legend{position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; text-indent:-5000px;}
caption{overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;}
.blind {position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; text-indent:-5000px;}

html, body{height: 100%;}