@media screen and (max-width: 1180px){
	#header{
		width:100%;
	}
	
	#fixMenu{
		-webkit-transition: .5s all; 
		transition: .5s all;
		width:100%;
		box-shadow:3px 3px 10px #d1d1d1;
	}
	
	.scroll{
		position: fixed;
		top:0px;
		left:0;
		z-index:99999;
		background:#fff;
	}
	
	
	#header .top{
		width:100%;
		margin:0 auto;
		padding:1em 3%;
		box-sizing:border-box;
	}
	
	#header .top .container{
		width:100%;
		display:inline-block;
	}
	
	#header .top .container .counsel{
		display:inline-block;
		display:none;
	}
	
	#header .top .container .moMenu{
		width:35px;
		display:inline-block;
		margin-top:5px;
	}
	
	#header .top .container .moMenu img{
		width:100%;
	}
	
	#header .top .container .logo{
		width:220px;
		position:absolute;
		left:50%;
		transform: translateX(-50%);
		display:inline-block;
	}
	
	
	#header .top .container .logo img{
		width:100%;
	}
	
	
	#header .top .container .snsList{
		display:inline-block;
		float:Right;
	}
	
	#header .top .container .snsList li{
		width:35px;
		display:Inline-block;
		margin-left:15px;
	}
	
	#header .top .container .snsList li:nth-child(2),
	#header .top .container .snsList li:nth-child(3){
		display:none;
	}
	
	
	#header .gnb{
		display:none;
	}
	
	
}






@media screen and (max-width: 1180px){
	
	#footer{
		width:100%;
		padding:15px 0px;
		background:#222;
		text-align:center;
		color:#999;
	}
	
	
	
	#quick{
		display:none;
	}
	
	#quick .subject{
		width:100%;
		background:#00a9a2;
		padding:5px 0px;
		text-align:center;
		color:#fff;
	}
	
	#quick .quickList{
		width:100%;
	}
	
	#quick .quickList li{
		width:100%;
		border-bottom:1px solid #e5e5e5;
		padding:15px 0px;
	}
	
	#quick .quickList li .icon{
		width:35px;
		margin:0 auto;
	}
	
	#quick .quickList li .text{
		text-align:center;
		font-size:14px;
		margin-top:5px;
		color:#222;
		font-family:'roboto','noto sans kr';
	}
	
	#quick .top{
		width:100%;
		padding:5px 0px;
		text-align:center;
		color:#00a9a2;
		font-size:14px;
	}
	
	#quick .top a{
		color:#00a9a2;
	}
	
}





















