@charset "utf-8";
@import url('reset.css'); /* reset */

.font_blue {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 13pt;
	font-weight:600;
	word-spacing:-1;
	color: #177fe1;
	line-height:8px;	
	
}

/*2014.09.17 화이트 폰트 추가 시작*/
.font_white {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 12pt;
	font-weight:600;
	word-spacing:-1;
	color: #ffffff;
	line-height:14px;	
	
}
.font_white2 {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 12pt;
	font-weight:400;
	word-spacing:-1;
	color: #ffffff;
	line-height:14px;	
	
}
/*2014.09.17 화이트 폰트 추가 끝*/
.font_gray {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 13pt;
	font-weight:600;
	word-spacing:-1;
	color: #696b6c;
	line-height:8px;	
	
}
.font_gray_small {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 9pt;
	word-spacing:-1;
	color: #696b6c;
	line-height:9px;	
	
}
.font_gray_small2 {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 9pt;
	word-spacing:-1;
	color: #696b6c;
	line-height:20px;	
	
}
.font_gray_underline {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 9pt;
	font-weight:bold;
	word-spacing:-1;
	color: #000000;
	line-height:20px;
	text-decoration:underline	
	
}
.font_gray_pl20 {
	font-family:"돋움";
	font-size: 10pt;
	font-weight:bold;
	color: #35363d;
	text-align:left;
	letter-spacing:-1;
	padding-left:20px;
}
.font_blue_pl10 {
	font-family:"돋움";
	font-size: 10pt;
	font-weight:bold;
	color: #177fe1;
	text-align:left;
	letter-spacing:-1;
	padding-left:10px;
}
.font_agreement {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 9pt;
	word-spacing:-1;
	color: #696b6c;
	line-height:9px;	
	
}
.font_agreement_done_name {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 22pt;
	word-spacing:-1;
	color: #000000;	
	
}
.font_agreement_done {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 22pt;
	word-spacing:-1;
	color: #a0a5a9;	
	
}
.font_agreement_blue {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 9pt;
	font-weight:600;
	word-spacing:-1;
	color: #177fe1;
	line-height:8px;	
	
}
/*2014.01.13 Img to Txt Start*/
.font_best_on {
	font-family:"돋움";
	font-size: 9pt;
	font-weight:bold;
	letter-spacing:-0.5pt;
	color: #35363d;
	text-align:left;
	padding-left:38px;
}
.font_best_off {
	font-family:"돋움";
	font-size: 9pt;
	font-weight:bold;
	letter-spacing:-0.5pt;
	color: #6D707F;
	text-align:left;
	padding-left:20px;
}
/*2014.01.13 Img to Txt End*/
.gnb_L_title {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 10pt;
	font-weight:600;
	color: #f1f5f7;
	background-color:#44A5FF;
	text-align:left;
}
.gnb_L_title_active {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 10pt;
	color: #fff;
	background-color:#4D565D;
	font-weight:600;
	text-align:left;
}
.gnb_title {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 10pt;
	color: #ffffff;
	text-align:center;
}
.gnb_title_active {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 10pt;
	color: #fff;
	text-align:center;
}

.btn_big{
	margin-left:10px;
	margin-right:10px;
}
.btn_select{
	margin-right:16px;
	margin-top:16px;
}
.agree_table_title {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 9pt;
	letter-spacing:-1;
	color:#666;
	padding-left:20px;
	
	
}
.agree_table_data {
	font-family:"나눔고딕", "굴림", "돋움";
	font-size: 9pt;
	letter-spacing:-1;
	color:#666;
	margin-left:10px;
	
	
}
.normal_strcut{
/*	text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;*/
	overflow:hidden;text-overflow:ellipsis;white-space:nowrap;/*line-height:12px;*/
}