body{
	width:100%;
	background:url(../img/top_backbtn_bg.png) no-repeat 0 83px;
}
a {color:#666;}

/*header*/
#header{
	background:#fff;
	width:100%;
	height:83px;
	position:relative;
	z-index:999;
}
.header{
	width:1024px;
	margin:0 auto;
}
#wrap .header h1{text-align:center}
#wrap .header h1 a{font-size:36px;color:#006b3e;letter-spacing:-2px;line-height:80px;}

/*nav*/
#nav{
	width:100%;
	height:45px;
	background:url(../img/top_backbtn_bg.png) no-repeat;
}
.nav{
	width:100%;
	margin:0 auto;
}
.nav a{display:block;}

/* footer */
#footer{
	width:1024px;
	margin:16px auto;
	text-align:center;
}
#footer p{
	color:#bbb;
	font-size:12px;
	font-weight:bold;
	line-height:140%;
	letter-spacing:0;
	word-spacing:-1px;
	margin-left:30px;
}

#footer p b{
	color:#fff;
	display:inline-block;zoom:1;*display:inline;
	width:80px;
}

#footer p.copyright{
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	margin-top:8px;
}

/*main*/
#main{
	height:760px;
	position:relative;
	margin-top:-3px;
	background:url(../img/bg_main.png) no-repeat 50% 0;
}

.mainTitle{
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-400px;
}

.mainBtn{
	position:absolute;
	top:340px;
	left:50%;
	margin-left:-4px;
	background:url(../img/btn_start.png) no-repeat 0 0;
	width:286px;
	height:72px;
	display:inline-block;zoom:1;*display:inline;
	cursor:pointer;
}
.mainBtn:hover{
	background:url(../img/btn_startOn.png) no-repeat 0 0;
}

/*contents*/
#contents{
	width:100%;
	background:url(../img/sub_bg.png) #fafafa;
}
.contents{
	border:1px solid #eee;
	background:#fff;
	width:964px;
	padding:40px 30px;
	min-height:660px;
	margin:0 auto;
	*zoom:1;
}

.contents:after{display:block; clear:both; content:'';}

.h2{
	color:#0a1d5b;
	margin-bottom:10px;
}
.h2 h2{
	color:#6e6e6e;
	font-size:24px;
	font-weight:bold;
	padding:20px 0;
}
.h2 p{
	font-size:12px;
	color:#393939;
	padding-bottom:16px;
}


/*Table*/

.tb01 thead th,.tb02 thead th{
	background:#d7d2c8;
	font-size:12px;
	font-weight:bold;
	color:#2b2b2b;
	padding:8px 2px;
	border:1px solid #bcbcbc;
}
.tb01 tbody th, .tb01 tbody td,.tb02 tbody th, .tb02 tbody td{
	font-size:12px;
	text-align:center;
	padding:8px 0;
	border:1px solid #d0d0d0;
}
.tb01 tbody th.left, .tb01 tbody td.left,.tb02 tbody th.left, .tb02 tbody td.left{
	text-align:left;
	padding:8px 6px;
}
.tb01 tbody th,.tb02 tbody th{
	background:#f0f0f0;
	font-weight:bold;
}
.tb01 tbody tr:hover th{
	background:#fffac7;
	cursor:pointer;
}
.tb01 tbody tr:hover td{
	background:#fffac7;
	cursor:pointer;
}

.tb02{margin:30px 0 10px;}
.tb02N{margin:15px auto 10px; width:90%;}

.tb02 thead th.bg_b_b{background-color:#f3eee5;}

.tb02 .tbTip{display:block;font-size:13px;color:#bb7d02;font-weight:700;}

/*Button*/
.tbBtn {
	margin-bottom:4px;
}
.tbBtn a{
	display:inline-block;zoom:1;*display:inline;
	width:100px;
	height:30px;line-height:30px;
	background-color:#eee;
	border:1px solid #d0d0d0;
	border-radius:2px;
	color:#6e6e6e;
	text-align:center;
	font-weight:bold;
}
.tbBtn a.on, .tbBtn a:hover{
	background-color:#009b64;
	border:1px solid #009b64;
	color:#f5ffff;
}

/*Button*/
.tbBtn {
	margin-bottom:4px;
}
.tbBtn a{
	display:inline-block;zoom:1;*display:inline;
	width:100px;
	height:30px;line-height:30px;
	background-color:#eee;
	border:1px solid #d0d0d0;
	border-radius:2px;
	color:#6e6e6e;
	text-align:center;
	font-weight:bold;
}
.tbBtn a.on, .tbBtn a:hover{
	background-color:#009b64;
	border:1px solid #009b64;
	color:#f5ffff;
}

/*boxWrap*/
.boxWrap,.boxWrap2{overflow:hidden; margin-bottom:10px;}
.boxWrap2{width:49.5%; float:left;}

.boxWrap div.box01,.boxWrap div.box02,.boxWrap div.box03,.boxWrap2 div.box02{
	border:1px solid #88c9b2;
	border-radius:4px;
	min-height:300px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.boxWrap h3,.boxWrap2 h3{
	background:#d9ede6;
	color:#2b2b2b;
	font-size:13px;
	font-weight:bold;
	padding:14px 12px;
	border-bottom:1px solid #88c9b2;
	border-radius:4px 4px 0 0;
}

.boxWrap2 dl{width:90%; margin:10px auto 0;}
.boxWrap2 dt{
	padding-left:10px;
	font-weight:bold;
	background:url(../img/blt_dt.png) no-repeat 0% 50%;
}

.box01{
	float:left;
	width:33%;
	margin-left:0.5%;

}
.box02,.box03{
	float:left;
	width:49.5%;
	margin-left:1%;
}

.boxWrap2 div.box02{width:100%; margin-left:0; min-height:225px;}
.boxWrap2 div.spcbox{height:460px;}
.boxWrap2 div.spcbox02{height:606px;}
.boxWrap2 div.spcbox03{height:371px;}


.box03{
	width:100%;
}
.box03 p{margin:20px; font-size:13px; }
.boxWrap div:first-child{margin-left:0;}

/*model*/
#model_section{
	overflow:hidden;
	height:43px;
}
#model_section > a{
	display:inline-block;zoom:1;*display:inline;
	float:left;
	padding:12px 0;
	background:#efefef;
	color:#7f7f7f;
	border:1px solid #d0d0d0;
	width:140px;
	text-align:center;
	margin-right:-1px;
	margin-top:3px;
	height:42px; line-height:100%;
}
#model_section > a.on, #model_section > a:hover{
	background:#fff;
	color:#152c46;
	border:1px solid #d0d0d0;
	border-top:2px solid #009b64;
	border-bottom:0;
	color:#1e1e1e;
	font-weight:bold;
	z-index:2;
	height:44px;
}
.model{
	border:1px solid #d0d0d0;
	padding:20px;
	height:260px;
	overflow-y:scroll;
	margin-top:-1px;
	margin-bottom:10px;
}
.model div.pd012{padding:0 12px;}
.model ul{padding-left:10px;}
.lst-disc{
	list-style-type:disc;
}
.lst-dec{
	list-style-type:decimal;
}
.model .red{color:red;}
.model .blue{color:blue;}
.model .strong{font-weight:bold;}

.model table{
	width:100%;
}
.model table thead th{
	background:#d7d2c8;
	font-weight:bold;
	padding:6px 0;
	color:#2b2b2b;
	font-size:12px;
	border:1px solid #bbb;
}
.model table tbody th, .model table tbody td{
	border:1px solid #ddd;
	padding:4px 0;
	font-size:12px;
}
.model table tbody th{
	background:#f0f0f0;
	font-weight:bold;
}
.model table tbody td{
	text-align:center;
}
.model table tbody th.left, .model table tbody td.left{
	text-align:left;
	padding:4px 10px;
}



div.s_g{width:250px; margin-bottom:10px; text-align:right}
div.s_g select{
	 width:170px;
	 height:30px;
	 outline-width:0;
	 border:1px solid #d0d0d0;
	 vertical-align:top;
}

div.s_g a.search{
	margin-left:3px;
	display:inline-block; zoom:1; *display:inline;
	width:60px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	background-color:#3bc587;
	text-align:center;
}

span.below{color:#d9022f; font-weight:bold;}
span.above{color:#008739; font-weight:bold;}

span.favorite{margin-left:4px; color:#cdab00}

.fl_r{float:right;}

a.home_go{
	display:inline-block; zoom:1; *display:inline;
	margin-left:10px;
	padding-left:17px;
	width:120px;
	height:30px;
	line-height:30px;
	background:url(../img/btn_home_go.png) no-repeat 3% 50%;
	background-color:#213e98;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
p.like_h3{
	font-size:18px;
	font-weight:bold;
}


/*상담자정보입력*/
div.boxhalf{float:left; width:48%;}
div.s2ndBox{margin:0 0 0 15px;padding-left:35px; width:42%; border-left:1px solid #efefef;}

.user_div fieldset{*zoom:1;}
.user_div fieldset:after{display:block; zoom:1; content:'';}

.user_div {padding:10px 40px 25px;}
.user_div fieldset{border:none;}
.user_div dl{
	overflow:hidden;
	margin:6px 0;
}
.user_div dl.mgt_30{margin-top:30px;}
.user_div dt{
	float:left;
	color:#3f3f3f;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	width:90px;
	padding-left:10px;
	background:url(../img/blt01.gif) no-repeat 0 6px;
	line-height:20px;
	vertical-align:middle;
}

div.s2ndBox dt{width:190px;}
div.s2ndBox dt input, div.s2ndBox dt label{vertical-align:top; margin-top:4px;}

.user_div dd{
	float:left;
	line-height:20px;
	vertical-align:middle;
}
.user_div dd input.highSchool{
	cursor: pointer;
	padding:5px;
}
.user_div dd a{
	display:inline-block;zoom:1;*display:inline;
	vertical-align:middle;
	width:104px;
	background:#fff;
	border:1px solid #c7c7c5;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:3px 0px 4px 0px;
}
.user_div dd a.on, .user_div dd a:hover.on{
	background:#009b64;
	color:#fff;
}
.user_div dd a:hover{
	background:#ccc;
}
.user_div dd a.btn_highSearch{
	margin-left:5px;
	background:#3bc587;
	color:#fff;
	padding:4px 10px 5px 10px;
	width:auto;
	border:none;
}
.user_div input[type=text], .user_div input[type=number]{
	outline-width:0;
	border:1px solid #c7c7c5;
	background:#fff;
	padding:6px;
	text-align:center;
}
.user_div .input_box{
	width:40px
}
.user_div select{
	display:block;
	outline-width:0;
	margin-bottom:5px;
	padding-left:5px;
	width:300px;
	height:35px;
	line-height:30px;
	border:1px solid #c7c7c5;
}


#tbJungsiScore{
	width:520px;
}
#tbJungsiScore thead th{

	font-weight:bold;
	padding:4px 0;
}
 #tbJungsiScore tbody th{

 	font-weight:bold;
 	text-align:left;
 	padding:4px 0;
 }
 #tbJungsiScore tbody td{
 	padding:4px 0;
 	text-align:center;
 }
 #tbJungsiScore tbody td input{
 	width:120px;
 	text-align:center;
 }
  #tbJungsiScore tbody td.comment{
  	text-align:left;

  	font-weight:bold;
  	word-spacing:-1.5px;
  }
.btnDiv{
	text-align:center;
}
.btnDiv02{width: 50%;margin-left: 50%;}
.btnDiv a{
	display:inline-block;zoom:1;*display:inline;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-top:30px;
	padding:10px 0;
	width:200px;
	background:#3bc587;
}
.btnDiv a:hover{
	background:#188655;
}


/*전년도 입시결과*/

.btn_gap_g{margin:0 0 30px;}

.btn_gap_g a{
	display:inline-block; zoom:1; *display:inline;
	width:180px;
	height:38px;
	line-height:38px;
	color:#3e3e3e;
	font-weight:bold;
	border:1px solid #d0d0d0;
	border-radius:4px;
	background-color:#eee;
	text-align:center;
}

.btn_gap_g a.on,.btn_gap_g a:hover{
	color:#fff;
	background-color:#3bc587;
	border:1px solid #3bc587;
}

.gap_n{
	color:#3e3e3e;
	background-color:#fbfbfb;
	border-radius:2px;
	border:1px solid #ccc;
	padding:8px;
}

.gap_n_n{
	display:inline-block; zoom:1; *display:inline;
	margin:10px 0;
	color:#4e4e4e;
	font-weight:bold;
}

.gap{
	display:inline-block; zoom:1; *display:inline;
	margin:0 3px 0 5px;
	width:20px;
	height:20px;
	color:#fff;
	font-weight:bold;
	border-radius:4px;
	background-color:#afafaf;
	text-align:center;
}

.a{background-color:#04a6e1;}
.b{background-color:#09bc5a;}
.c{background-color:#e4b80a;}
.d{background-color:#e13939;}


.tb02 thead th.bg_b_b{background-color:#f3eee5;}
.font_st{color:#826731; font-size:13px;}

.btn_g{margin: 0 0 30px 0}
.btn_g a{
	display:inline-block; zoom:1; *display:inline;
	margin:0 0 0px 0;
	color:#3e3e3e;
	width:150px;
	height:38px;
	line-height:38px;
	border-radius:4px;
	border:1px solid #d0d0d0;
	background-color:#eee;
	font-weight:bold;
	text-align:center;
}

.btn_g a.on, .btn_g a:hover{
	color:#fff;
	background-color:#3bc587;
	border:1px solid #3bc587;
}

.seltype02{margin:0px 0 10px 0;display: inline-block;}
.seltype02 span{
    width: 4px;
    background: #3bc587;
    line-height: 23px;
    height: 23px;
    display: block;
    float: left;
}
.seltype02 strong{padding: 8px 0px 0 8px;}

/*학과선택*/

h2 span.favorite{margin-left:8px; color:#cdab00; font-size:27px;}
span.newunit{
	display:inline-block; zoom:1; *display:inline;
	margin-right:6px;
	padding:2px 3px 3px ;
	color:#464646;
	font-size:12px;
	font-weight:bold;
	border-radius:4px;
	background-color:#ffc0a9;
	}


/*퀵*/
 .me{color:#c4161c;}
.red{color:red; font-size:12px;}
.code_green{color:#3bc587; font-size:16px;}
.code_red{color:#f32800; font-size:13px;}
.txtR{text-align:right; margin-right:10px;}

.mgt_30{margin-top:30px;}
.mgb_30{margin-bottom:40px; font-weight:bold; font-size:12px;}
.mgb_10{margin-bottom:10px;}

.mgl_25{margin-left:25px;}
.mgl_1p{margin-left:1%;}

.boxWrap2.mgl_1p .majorDetailContent{}
.boxWrap2.mgl_1p .majorDetailContent dl{margin:10px auto;}
.spcbox03 p{margin: 15px auto 10px;width: 90%;}

svg g{opacity: 100 !important}


