<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iframe태그 구글 지도 불러오기</title>
<style>
.f1 {
margin: 70px;
padding: 70px;
}
</style>
</head>
<body>
<iframe class="f1" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3261.07048772932!2d129.07279831560265!3d35.17979566491478!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x356893547acb7d77%3A0x47b8fdf24219a59a!2z67aA7IKw6rSR7Jet7Iuc7LKt!5e0!3m2!1sko!2skr!4v1622164680782!5m2!1sko!2skr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</body>
</html>