@charset "utf-8";

/**[Layout]********************************************************/
	#_wrap #_wrapHeader {
		min-width: 1200px;
	  	background: url('../images/bgWrapHeader.gif') repeat-x top left;
	}
	#_wrap #_wrapHeader #_header {
		height: 145px;
	}
	#_wrap #_wrapArticle {
		position: relative;
	  	background-image: url("../images/visual.jpg");
	  	background-repeat: no-repeat;
	  	background-position: center 0;
	  	min-width: 1200px;
	}
	#_wrap #_wrapArticle #_visual {
	  	text-align: center;
	  	font-size: 44px;	  	
	  	color: #fff;
	  	padding: 74px 0 100px 0;
	}
	#_wrap #_wrapArticle #_container {
	  	min-height: 700px;
		/*border-left: 1px #ddd solid;
		background-image: url("../images/ddd.gif");
		background-repeat: repeat-y;
		background-position: 250px 0;*/
	}
	#_wrap #_wrapArticle #_container #_aside {
		display: block;
		width: 250px;
		float: left;
	}
	#_wrap #_wrapArticle #_container #_content {
		margin-left: 300px;
		padding: 0 0 50px 0;
	}
	#_wrap #_wrapFooter {
	  	min-width: 1200px;
	}
	#_wrap #_wrapFooter #_footer ._jumpMenu {
		position: absolute;
		right: 0;
		top: -41px;
	}
	#_wrap #_wrapHeader #_header,
	#_wrap #_wrapArticle #_visual,
	#_wrap #_wrapArticle #_container,
	#_wrap #_wrapFooter #_footer ._sWidth {
		width: 1200px;
	  	min-width: 1200px;
	}

/**********************************************************/
	#_logo{
		top: 21px;
		left: 10px;
	}
	#_gnb{
	  top: 41px;
	  left: 980px;
	}

/**[주메뉴]********************************************************/
	.menuUItop{
	  	display: block !important;
		left: 7px;
		top: 100px;
		width: 1200px;
		z-index: 61;
	}
	.menuUItop a { white-space: normal; }
	.menuUItop ul.ul_1 li.li_1, .menuUItop ul.ul_1 li.li_1 .div_2 {
	  	width: 19.8%;
	}
	.menuUItop ul.ul_1 li.li_1 a.a_1{
		height: 40px;
		line-height: 40px;
		font-size: 19px;
		padding: 0;
	   	text-align: center;
	}
	.menuUItop ul.ul_1 li.li_1 a.a_1:hover,
	.menuUItop ul.ul_1 li.li_1.active a.a_1
	{
	  	background: #00663f;
	  	color: #fff;
	  	text-decoration: none;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2{
		display: none;
		position: absolute;
		font-size: 1.1em;
	  	padding: 5px 0;
	  	text-align: center;
	  	height: 360px;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul li a{
		display: block;
		border-bottom: #333 1px dotted;
		margin: 0 10px;
	  	padding: 7px 0;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul li a:hover {
		background: #078229;
		color: #fff;
	  	text-decoration: none;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 .div_3 {display: none;}

	#_menuGnbSubWrap{
		display: none;
		position: absolute;
		top: 128px;
		left: 0;
		width: 100%;
		height: 380px;
		background-color: #fff;
		z-index: 1;
	  	border-bottom: 3px solid #004e30;
	}


/**페이지타이틀+페이지네비게이션********************************************************/
	#masterNavigation{
		position: absolute;
		top: -28px;
		right: 0;
	}

/**[글로벌 네비게이션]********************************************************/
	#_globalNavi {
		top:0px;
		right: 0;
	}
#mMenu #mMenuOpen{display:none !important;}
/**[푸터]********************************************************/
	#_wrap #_wrapFooter #_footer ._directWrap ._direct ul { margin: 30px 0; }
	#_wrap #_wrapFooter #_footer ._directWrap ._direct ul li a {
	 	height: 20px;
	}
	#_wrap #_wrapFooter #_footer ._directWrap ._direct ul li a.insta {
		background-image: url("../images/iconInsta.gif");
		background-repeat: no-repeat;
	  	background-position: 15px 0px;
	  	padding: 0 14px 0 39px;
	}
	#_wrap #_wrapFooter #_footer ._directWrap ._info {
		/*position: absolute;
		top: 0;
		right: 0;*/
	  	margin: 35px 0;
	}

	#masterTitle h1{
		display:none;
	}



/**[퀵메뉴]********************************************************/
#_quick {
  	margin-top: 50px;
  	border: #ddd 1px solid;
    z-index: 500;
}
#_quick li { background: #36a261; }
#_quick a { display: block; background: url("http://rwcms.ewha.ac.kr/sites/summer/images/iconApply.png") no-repeat 30px center; padding: 20px 0; }
#_quick p { font-size: 14px; color: #fff; padding-left: 106px; }
#_quick a:hover { text-decoration: none; }
