
a{
	text-decoration:none; color:#8c8c8c; 
}
.topLink a:hover { 
    color: #fff;
}
/* ÀüÃ¼ ·¹ÀÌ¾Æ¿ô */
.container{
	width:100%; margin:0px auto; display:table;
}
/* °øÅë ·¹ÀÌ¾Æ¿ô(max-width:1280px °¡¿îµ¥Á¤·Ä) */
.commonLayout{
	width:100%; max-width:1280px; margin:0px auto; text-align:left; 
}
/* »ó´Ü ·¹ÀÌ¾Æ¿ô */
.topLayout{
	width:100%; margin:0px auto; 
}


.topLayout .subTop1{
	width:100%; text-align:right; height:33px;
	background:#4b6686; letter-spacing:0px;
	position:fixed; top:0; z-index:10;
}
.topLayout .subTop1 .topLink{
	padding:8px 0; padding-right:10px; font-size:0.8em; color:white;
}
.topLayout .subTop1 .topLink a{
	color:white;
}


/* »ó´Ü Áß¾Ó¿µ¿ª */
.topLayout .subTop2{
	width:100%;
	height:65px;
	text-align:left;
	position:fixed; top:37px;
	background:rgb(255,255,255);
	/*
	-webkit-box-shadow: 0 0 0 1px white, 0 4px 2px rgba(110,110,110,0.5);
	-moz-box-shadow: 0 0 0 1px white, 0 4px 2px rgba(110,110,110,0.5);
        box-shadow: 0 0 0 1px white, 0 4px 2px rgba(50,50,50,0.3);
	*/
		z-index:10;
}
.topMenuLayout{
	width:100%; margin:0px auto; display:table;
	
}
.topLayout .subTop2 .topList1{
	float:left;
	text-align:left;
}
.topLayout .subTop2 .topList2{
	float:right;
	width:auto;
	height:auto;
	text-align:center;
	background:rgb(255,255,255);
}
.topLayout .list{
	display:inline-block;
	zoom:1;*display:inline/*IE7 HACK*/;
	height:auto;
	margin-top:0px;
	padding-right:10px;
}
.topLayout .topBtn{
	padding:24px 0; 
	border-bottom:0px solid;
	cursor:pointer;
	font-weight:bold;
	font-size:0.95em;
	letter-spacing:2px;
	color:#535353;
	letter-spacing:-0.5px;
}
.topBtnSpan{
	padding-left:20px;
}
.topLayout .logoImg{
	width:auto; height:auto; cursor:pointer; padding-top:8px; 
}

.topLayout .listBtn{
	cursor:pointer; position:relative;  float:right; margin-top:12px; margin-right:15px; 
}
.subCategoryView{
	position:absolute; left:0px;width:100%;  height:auto; top:0;margin-top:65px; display:none; background:#fdefef; padding-top:0px; height:130px; overflow:hidden; padding-top:50px;
	box-shadow: 0 4px 3px -3px #bbb;
}
.subCategoryView .subCatView{
	width:100%;margin:0px auto; text-align:right;  max-width:1280px; 
}
.catIcon{
	width:270px; height:144px; float:right; 
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	margin-top:-20px;
}
.CatSubImg{
	float:left; width:38%; text-align:right; 
}	
.CatSubTxt{
	float:left; width:300px; text-align:left; cursor:pointer; line-height:170%; font-size:0.80em; font-weight:bold;
}
.subTitle{
	color:#535353;
}
.subTitle:hover{
	color:#df6969;
}
.middleLayout{
	width:100%; margin:0px auto; height:100%; display:table;
}
