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

/* 이웃닷컴(e-wut.com) 
웹 퍼블리싱 
작업자:김동우, 김은정 */


/*공통*/
#banner {
	width:100%;/*602*/
	margin:0 auto;
	min-height:300px;
	}
#banner h3 {
		position:static;
		display:block;
		visibility:visible;
		float:left;
		width:148px;
		height:40px;/*19px*/
		margin-left:21px;
		padding-top:6px;
		font-size:1.4em;
		text-align:center;
		color:#fff;
		line-height:1.3;
	}
	#banner .box {
		/*float:left;*/
		width:100%;
		padding-bottom:12px;
		margin-top:15px;
		background:url(/image/access/bannerPage/bannerTabBtm.gif) no-repeat left bottom;
		background-size:100% auto;
		}
		#banner .objTop {
				/*float:left;*/
				width:100%;
				height:53px;/*38*/
				background:url(/image/access/bannerPage/bannerTabTop.gif) no-repeat left bottom;
				background-size:100% auto;
				}

			#banner ul {
				/*float:left;*/
				width:100%;/*552*/
				padding-left:50px;
				padding-bottom:20px;
				background:url(/image/access/bannerPage/bannerTabCenter.gif) repeat-y left top;
				background-size:100% 100%;
				}
			
			#banner ul li {
				display:inline-block;
				/*float:left;*/
				margin-top:20px;
				margin-right:20px;
				}
				#banner ul li img {
					width:148px;
					height:38px;
					border:#ccc 1px solid;
					}

	/*학교중요배너*/
		#bannerArea .objTop h3 {
			background:url(/image/access/bannerPage/bannerTab2.gif) no-repeat left top;
			}
	/*배너모음*/
		#bannerCollect .objTop h3 {
			background:url(/image/access/bannerPage/bannerTab1.gif) no-repeat left top;
			background-size:100% 100%;
			}
</pre></body></html>