@charset "utf-8";
/* @import url(https://fonts.googleapis.com/earlyaccess/NanumGothic.css); */
/* @import url(http://ts.daumcdn.net/custom/blog/0/606/skin/images/nanumgothic.css); */

/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
/*
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.woff) format('woff'),
       url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.ttf) format('truetype');
}
*/

/* 폰트컬러 */
	.white_font { color:#FFF} .gray_font { color:#656565} .gray_font2 { color:#818692} .black_font { color:#282828} .weight_bold {font-weight:600} .red_font{color:#e32929} .green_font { color:#bccf7a} .blue_font { color:#ff1f01} .dark_blue { color:#006ab6; font-size:13px;}
/* 폰트라인 */
.under_line {text-decoration:underline}		
/* 폰트사이즈 */
	.font_size_10px {font-size:10px;} .font_size_11px {font-size:11px;} .font_size_12px {font-size:12px;} .font_size_13px {font-size:13px;} .font_size_14px {font-size:14px;} .font_size_15px {font-size:15px;} .font_size_16px {font-size:16px;} .font_size_17px {font-size:17px;} .font_size_18px {font-size:18px;} .font_size_19px {font-size:19px;} .font_size_20px {font-size:20px;} .font_size_22px {font-size:22px;} .font_size_24px {font-size:24px;} .font_size_26px {font-size:26px;} .font_size_30px {font-size:30px; line-height:30px;}
	.font_size_33px {font-size:33px;} .font_size_36px {font-size:36px;}
/* 폰트그림자 */
	.font_shadows_white {text-shadow:2px 2px 2px #CCC;}
	.font_shadows_black {text-shadow:1px 2px 2px #333;}	
	
/* 밑줄 */	
.text_decoration_underline { text-decoration:underline; }	