@CHARSET "UTF-8";
/*
font 종류 및 사이즈 등
언어별 다르게 적용되는 요소들 작성
*/

* {	
	font-family:"Microsoft Yahei", simsun, "微软雅黑", STXihei, "华文细黑", sans-serif, 'Nanum Gothic', Nanumgothic, "Malgun Gothic", Dotum, AppleGothic, Arial, Helvetica, 굴림;
	font-size:16px;
	line-height:24px;
}
.textinput, .selectinput, .textareainput {
	font-family:"Microsoft Yahei", simsun, "微软雅黑", STXihei, "华文细黑", sans-serif, 'Nanum Gothic', Nanumgothic, "Malgun Gothic", Dotum, AppleGothic, Arial, Helvetica, 굴림;
	font-size:16px;
	line-height:21px;
}



.text_small {
	font-size:14px;
	line-height:14px;
}
.text_bigger {
	font-size:18px;
	line-height:25px;
}

.table_1 th.note{
	font-size:13px;
}
.jobname {
	font-size:15px;	
}
.jobdday {
	font-size:14px;
}
.jobdday.strong {
	color:#ff0000;
}
.termsbox_tit{
	font-size:18px; 
}
.apply_step li .step_text{
	font-size:18px;
}
.valert {
	font-size:14px;
}
.button_grid a{
	font-size:15px;
}
.table_2 th.lengtxt{
	font-size:14px;
}
.table_1 td.tit{
}
.pop_dialog .dialog_contents .w_msg, .pop_dialog .dialog_contents .w_msg2 {
	font-size:20px;
}
.pop_dialog .dialog_contents table th, .pop_dialog .dialog_contents table td {
	font-size:15px;
	padding-left:8px;
	padding-right:8px;
}
.pop_dialog .dialog_contents table td a.filename{
	line-height:34px;
}

.company .txt{
	width:880px;
}
.company img{
	width:880px;
}

.inline.terms{
	margin-left:20px;
}