<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'euc-kr';

/* 합격예측 */
.pass_bg { background-position: center bottom; }
.pass_top { margin-top: 140px; margin-bottom: 215px; }
.pass_top .won_3 {
	width: 320px; 
	height: 320px;
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(30px);
}
.blue_top .won_3 { background: rgba(38, 73, 102, 0.8); }
.pass_top .won_3:first-child { left: 50px; z-index: 3; }
.pass_top .won_3:nth-child(2) { z-index: 2; }
.pass_top .won_3:last-child { left: -50px; z-index: 1; }
.pass_top .won_3 ul { text-align: center; padding: 0; }
.pass_guide .box_1 { margin-right: 20px; }
.pass_guide .box_1:last-child { margin-right: 0; }
#wrap .pass_guide .table_1 .table th { background: rgba(43,45,48,0.06); }
#wrap .pass_guide .table_1 .table td { vertical-align: middle; padding-top: 9px; padding-bottom: 9px; }
.personal_define .img_1 { margin: 0 20px; }
.personal_define ul { padding-bottom: 15px; border-bottom: 1px solid #D4DBE4; }
#wrap .require_page .table_1 .table td { padding-top: 9px; padding-bottom: 9px; }
.ruralData_top { padding-bottom: 57px; }
.ruralData_top .img_1 {
    width: 310px;
    height: 435px;
    background-image: url('/static/images/admission-prediction/ff_village_down.jpg');
    border: 1px solid rgba(43, 45, 48, 0.2);
	box-sizing: border-box;
	filter: drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.15));
}
.ruralData_top .text_1 { margin-left: 130px; }
#wrap .ruralData_top .table_1 .table th { background: rgba(43,45,48,0.06); }
/* End 합격예측 */</pre></body></html>