@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700|Nanum+Myeongjo');
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@viewport { width: device-width; }
*{
    margin: 0;
    padding: 0;
/*    font-size: 16px;*/
    font-family: 'NanumSquareNeoLight', sans-serif;
}
a{
    text-decoration: none;
}

#footer{
    /*width: 100%;
    height: 150px;
    background: #333;
    position: absolute;
    */
    overflow:hidden;
    height: 150px;
    background: #333;
    position: relative;
    bottom: 0%;
}
/* footer{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height: 150px;
	background-color:#333;
} */
.footer_contents{
	
    width: 1700px;
    height: 50px;
    margin: 0 auto ;
    padding-top: 50px;
    display: flex; 
}
.footer_logo{
    width: 255px;
    height: 58px;
    background: url(../img/logo_gray.svg) no-repeat center/cover;
    margin-left: 50px;
}
.footer_text{
    width: 950px;
    height: 50px;
    line-height: 25px;
    color: #ccc;
    text-align: left;
    font-size: 18px;
    margin-left: 100px; 
}

.footer_text_2{
	display: none;
    height: 50px;
    line-height: 25px;
    color: #ccc;
    text-align: left;
    font-size: 18px;
    margin-left: 100px; 
}


@media (max-width: 1250px){
	p {
		font-size: 0.8em;
	}
}

@media (max-width: 1150px){
	.footer_logo {
		display: none;
	}
	
	#footer {
		min-width: 0;
		width: 100%;
		margin: 0;
	}
	
	.footer_contents {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding-top: 35px;
	}
	
	.footer_text {
		display: none;
	}
	
	.footer_text_2 {
		width: 100%;
		text-align: center;
		display: block;
		margin: 0;
	}
	
}

/*
@media (max-width:1500px){
	#footer{
    min-width: 1500px;
}
.footer_contents{
    width: 1400px;
}
}
@media (max-width:1024px){
}
@media (max-width:900px){
}
*/

@media screen and (max-width: 459px){
	#footer {
		height: 180px;
	}
}





