@charset "utf-8";


/*메인박스*/
.main_listbox h4 {font-size:1.04em;}

/* 포인트칼라 */
.point01 {color:#7DC242;} 


/** 콘텐츠 영역 **/

/* 좌측 메뉴 */
#leftmenu li ul.lm_3th li a.link_3th_ov,
#leftmenu li ul.lm_3th li a:hover,
#leftmenu li ul.lm_3th li a:focus, 
#leftmenu li ul.lm_3th li a:active { background-position:left 9px; color:#7DC242; }

/* h1 */
#contents .contTi {background: url(/images/organ/common/h_bgline.gif) no-repeat center top;}


/** 주메뉴 **/
#tm li.th1 a.th1_lnk {width: auto;}
#tm li ul.th2 {width:140px;}
#animate #tm .th2 li{word-break: keep-all;}





/** 서브페이지 왼쪽메뉴 **/
.lm_2th li a{word-break: keep-all;}





/********** 1. 교직부 소개 **********/

/*운영방향 및 4대 발전전략*/
.vis_bg {margin-top:10px;}

ul.vis_teaching_ul { padding:0px; }
ul.vis_teaching_ul:after { content:""; display:block; clear:both; }
ul.vis_teaching_ul li { float:none; margin:0 0 20px 0; }
ul.vis_teaching_ul li.vis_teaching_li1 { width:auto; }
ul.vis_teaching_ul li.vis_teaching_li2 { width:auto; }
ul.vis_teaching_ul li.vis_teaching_li3 { width:auto; }
ul.vis_teaching_ul li strong { display:block; width:auto; margin:0 10px; padding:12px 0; background:#8794a8 url(/images/organ/common/dot_bg.png) repeat; text-align:center; font-size:1.15em; color:#fff; }
ul.vis_teaching_ul li ul { overflow:hidden; height:auto; margin:0 10px; padding:20px; background:#fff; border-right:1px solid #d2d2d2; border-left:1px solid #d2d2d2; border-bottom:1px solid #d2d2d2; }
ul.vis_teaching_ul li ul li { float:none; margin-bottom:0; }

.vis_bot { padding:0 10px; margin-top:10px; background:#f4f4f4 url(/images/organ/common/dot_bg.png) repeat; }
.vis_bot ul:after { content:""; display:block; clear:both; }
.vis_bot ul li { float:none; width:auto; padding:20px 0; text-align:center; }
.vis_bot ul li span { display:block; width:90px; height:59px; margin:0 auto 14px auto; padding-top:31px; background:#8794a8; border-radius:50px; line-height:17px;  color:#fff; }


@media all and (min-width:768px){

	/*운영방향 및 4대 발전전략*/
	ul.vis_teaching_ul li { float:left; margin-bottom:0; }
	ul.vis_teaching_ul li.vis_teaching_li1 { width:36% }
	ul.vis_teaching_ul li.vis_teaching_li2 { width:33% }
	ul.vis_teaching_ul li.vis_teaching_li3 { width:31% }
	ul.vis_teaching_ul li ul { height:115px; }

	.vis_bot { padding:0 30px; }
	.vis_bot ul li { float:left; width:25%; }

}




/* 교직부 소개 */
.greeting_ftype {position:relative; width:100%; height:auto; overflow:hidden;}
.greeting_ftype span.photo {display: block; margin: 0 auto; width: 207px; }
.greeting_ftype p.text {margin-top:20px; width: 100%; font-size:15px; word-break:keep-all;}
.greeting_ftype p.text .ti {line-height:28px; font-size:22px; }
.greeting_ftype p.n_text { color:#000; font-size:15px; margin-top:10px;width: 100%; line-height:35px;text-align:right;}
.greeting_ftype p.n_text b {font-size:33px; font-weight:500; font-family:"nanumpenscript","nanum pen script",Sans-serif;}

@media all and (min-width:768px){
	/*.greeting_ftype span.photo {float:left; margin: 0;  width: 207px; } */
	.greeting_ftype p.text {float:right; margin-top:17px; width: 100%;}
	.greeting_ftype p.n_text {float:right; margin-top:17px; width: 100%; }
}




/********** 5. 임용시험 **********/

/*강의자료*/
.m_class {display:block;}
.kyocw {display:none;}


@media all and (min-width:1024px){

	/*강의자료*/
	.m_class {display:none;}
	.kyocw {display:block;}

}