@charset "UTF-8";
/*-------------------------------------------------

Title       : Sub04 (이전포럼)
Author      : EASESOFT
Create Date : 2025-06

-------------------------------------------------*/
.c040000 .map {
  position: relative;
  aspect-ratio: 16/9;
}
.c040000 .map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media screen and (max-width: 640px) {
  .c040000 .map {
    aspect-ratio: 4/3;
  }
}