<meta charset="utf-8">    <title>404 Not found Error</title>    
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp">  
<link rel="preconnect" href="https://fonts.googleapis.com">  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">  
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap" rel="stylesheet">  
<link rel="stylesheet" href="reset.css">  

<style>    

html, body {font-family: 'Noto Sans KR', sans-serif;background:#fff;color:#333;font-weight: 400;word-break: keep-all;}    
.center{height:100vh;display:flex;flex-wrap:wrap;justify-content: center;align-items: center;}    
.infoBox{width: calc(100% - 40px);max-width: 950px;}    .img{text-align: center;}    
.img img{width: 100%;max-width: 501px;}    
.txt{margin-top: 100px;text-align: center;}    
.txt h1{font-size: 40px;line-height: 1.5;}    
.txt h1 span{font-weight: 700;color:#00276f;}    
.txt p{margin-top: 20px;font-size: 20px;line-height: 1.5;}    
.txt p span{font-weight: 700;color:#00276f;}    
.others{margin-top: 30px;padding: 20px;border:1px solid #ddd;}    
.others h2{font-weight: 500;}    .others h2 span{vertical-align: middle;color:#00276f;font-size: 25px;}    
.others h2 em{display: inline-block;margin-top: -2px;vertical-align: middle;font-size: 18px;}    
.others ul{margin-top: 15px;}    .others ul li{margin-top: 10px;padding-left: 8px;position: relative;}    
.others ul li:first-child{margin-top: 0;}    
.others ul li::before{content:"";display: block;width:5px;height:1px;background: #333;position: absolute;left:0;top:7px;}    
.others p{margin-top: 15px;line-height: 1.5;}  
</style>   

<div class="center">      
	<div class="infoBox">        
		<div class="img"><img src="img/img_service_404.png" alt="ÆäÀÌÁö¸¦ Ã£À» ¼ö ¾ø½À´Ï´Ù."></div>        
		<div class="txt">          
		<h1>ÆäÀÌÁö¸¦ <span>Ã£À» ¼ö ¾ø½À´Ï´Ù.</span></h1>          
		<p>            ÇØ´ç ÆäÀÌÁö´Â <span>°æ·Î°¡ º¯°æ</span>µÇ¾ú°Å³ª, <span>¼­¹ö¿¡ Á¸ÀçÇÏÁö ¾Ê¾Æ</span> ¿äÃ»ÇÏ½Å ÆäÀÌÁö¸¦ <span>Ã£À» ¼ö ¾ø½À´Ï´Ù.</span><br /><br />            
		¿äÃ»ÇÑ ÆäÀÌÁö ÁÖ¼Ò¿¡ ÇØ´çÇÏ´Â HTML ÆÄÀÏÀÌ³ª CGI ½ºÅ©¸³Æ® ÆÄÀÏÀÌ Á¸ÀçÇÏ´ÂÁö<br />            È®ÀÎÇÏ½Ã°í, ÁÖ¼Ò Ç¥½ÃÁÙ¿¡ ÆäÀÌÁö ÁÖ¼Ò¸¦ ¿Ã¹Ù¸£°Ô ÀÔ·ÂÇß´ÂÁö È®ÀÎÇÏ½Ê½Ã¿À.          </p>        
		</div>      
	</div>    
</div>