* {
    margin:0 auto; 
    padding:0;
    
    font-family:"맑은 고딕";
    

}
body {
    width: 1200px;
    background-color: #fffbe2; /*연한베이지*/
    
}

a {
    text-decoration: none; 
    color: inherit;
    
}

#clear {
    clear:both;/*float 속성을 끊는다.*/
}

button {
    cursor:pointer;
}

header {
    width:1200px;
	
    color: #fff;
}

/*---------------------여기부터 로고 및 기타*/

#contents {
	width: 1200px;
	
	margin-top: 250px;
}

#bot {
	width: 400px;
	height: 600px;
	float: left;
	margin-left: 100px;
}

#troublebot {
	float: right;
	width: 300px;
	height: 300px;
}

#alltext {
	margin-top: 50px;
	float: right;
	width: 700px;
	
}

#title {
	width: 800px;
	
	color: #2c3d24;
	display: inline;
	
	
}

#error_titles {
	font-weight: 900;
	font-size: 20px;
}

#error_title {
	font-weight: 900;
	font-size: 40px;
	font-family: "휴먼둥근헤드라인"
}

.text {
	margin: 10px;
	width: 800px;
	height: 100px;
	color: #2c3d24;
	margin-top: 40px;
	
}

header>.text>.error {
	list-style:armenian;
}

.backtothehome {
	
	cursor: pointer;
	
	
}

#goback {
 
		
}

#goback:hover {
	border-bottom: 1px solid #2c3d24;
	
		
}



header>#contents>#alltext>.backtothehome>#goback>a {
	color: #2c3d24;
	font-size: 20px;
	font-weight: 900;
	display: inline;
	float: left;
	
}

#backicon {
	width: 25px;
	height: 25px;
	float: left;
	
}
	


/*--------------- 여기는 메뉴 - 푸터*/

footer {
    width:1200px;
    
}



#copyright {
    width:800px;
    height:20px;
    text-align: center;
    font-size: 70%;
    float: left;
    margin-left: 200px;
    padding-right: 50px;
    /*padding-top: 100px; /*패딩은 바깥여백/마진은 안쪽여백*/
}

#sns {
    width:250px;
    height:50px;
    padding-right: 15px;	
    float: left;
    margin-left: 522px;
}

#sns img {
    width: 30px;
    height: 30px;
    margin: 10px;
}




