html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.container {
  position: relative;
}

.main-img-pc {
  display: block;
  width: 100%;
  max-width: 100%;
}
.main-img-m {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  display: none;
}

.btn1 {
  position: absolute;
  width: 18%;
  height: 1.2%;
  top: 0.6%;
  left: 22.4%;
}
.btn2 {
  position: absolute;
  width: 18%;
  height: 1.2%;
  top: 0.6%;
  left: 40.8%;
}
.btn3 {
  position: absolute;
  width: 18%;
  height: 1.2%;
  top: 0.6%;
  left: 60%;
}
.btn4 {
  position: absolute;
  width: 18%;
  height: 1.2%;
  top: 0.6%;
  left: 78.5%;
}
.btn5 {
  position: absolute;
  width: 73%;
  height: 2.7%;
  top: 61.9%;
  left: 13.5%;
}
.btn6 {
  position: absolute;
  width: 43%;
  height: 10.9%;
  top: 70.5%;
  left: 28.2%;
}
.btn7 {
  position: absolute;
  width: 67%;
  height: 2.6%;
  top: 92.5%;
  left: 16.2%;
}
.btn8 {
  position: absolute;
  width: 67%;
  height: 2.6%;
  top: 95.4%;
  left: 16.2%;
}
@media screen and (max-width: 600px) {
  .main-img-m {
    display: block;
  }
  .main-img-pc {
    display: none;
  }
  .nav{
    background-color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
  }
  .logo-m a img{
    display: block;
    width: 100px;
  }
  .btn-m-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .btn-m{
    display: flex;
    gap: 10px;
  }
  .btn-m a img{
    display: block;
    width: 100px;
  }
.btn1 {
  display: none;
  /* position: absolute;
  width: 21%;
  height: 0.8%;
  top: 0.5%;
  left: 34.7%; */
}
.btn2 {
  display: none;
  /* position: absolute;
  width: 18%;
  height: 1.2%;
  top: 0.6%;
  left: 42.8%; */
}
.btn3 {
  display: none;
  /* position: absolute;
  width: 18%;
  height: 1.2%;
  top: 0.6%;
  left: 61.3%; */
}
.btn4 {
  display: none;
  /* position: absolute;
  width: 21%;
  height: 0.8%;
  top: 0.5%;
  left: 57.7%; */
}
.btn5 {
  position: absolute;
  width: 95%;
  height: 2.6%;
  top: 54.9%;
  left: 2.5%;
}
.btn6 {
  position: absolute;
  width: 64%;
  height: 9.5%;
  top: 62.5%;
  left: 17.2%;  
}
.btn7 {
  position: absolute;
  width: 97%;
  height: 2.2%;
  top: 94.1%;
  left: 1.2%;
}
.btn8 {
  position: absolute;
  width: 97%;
  height: 2.2%;
  top: 96.7%;
  left: 1.2%;
}
}

/* 햄버거 메뉴 버튼 */
.hamburger {
  display: flex;
  align-items: center;
}

.hamburger img {
  width: 34px;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  top: 60px;
  right: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
}

.mobile-menu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
}

.mobile-menu a img{
  display: block;
  width: 30px;
  padding-right: 5px;
}

.mobile-menu.active {
  display: flex;
}

/* 오버레이: 동일 */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  display: none;
  z-index: 999;
}

/* 모바일 메뉴 슬라이드 스타일 */
#mobileMenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 80px;
  transition: left 0.3s ease;
  z-index: 1000;
}

/* 활성화 클래스 */
#mobileMenu.active {
  left: 0;
}

#overlay.active {
  display: block;
}

#mobileMenu a {
  margin: 10px 0;
  font-size: 18px;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 370px) {
.logo-m a img{
    display: block;
    width: 80px;
  }
  .btn-m{
    display: flex;
    gap: 10px;
  }
  .btn-m a img{
    display: block;
    width: 80px;
  }
  .hamburger img {
    width: 30px;
    cursor: pointer;
  }
  .mobile-menu{
    font-size: 14px;
  }
}