* { box-sizing: border-box; margin:0px; padding:0px; }
body { background-color: #000; color: #fff; }

@font-face { font-family: 'Nanum Gothic', sans-serif; }

h1, h2, h3, h4, h5, h6, p, li, span, div, a { font-family: 'Nanum Gothic', sans-serif; }

/*공통*/	
.content {
		max-width:1180px; 
		margin: 0px auto 70px auto; 
	}
.clear { clear: both; }
.point_color{ color:#00adef; }

/*header*/
.header { 
    padding:43px 85px;  
    position:relative;
}
.header img:nth-child(2) {
    position: absolute; 
    right:85px;
    bottom:43px;
} /*text로고*/

/*반응형*/

/*Tablet*/
@media screen and (min-width: 768px) and (max-width:1200px) { 
.content { padding: 0 10px; }
.header img{ width:14%; height: auto; }
}

/* mobile Ver */
@media screen and (max-width: 767px) { 
.header{ padding: 20px 10px; }
.header img:nth-child(1) {width:18%; height: auto;}
.header img:nth-child(2) {width:26%; bottom:20px; right:10px; }
}
