/* BASIC css start */
/**/
#footer .foot_bottom, #bbsData .bbs-link-top, #bbsData .bbs-link-btm, .bbs-table-list table thead, .top-banner
{
    display: none !important;
}
#footer
{
    margin-top: 0px;
}

/* BrandMedia */
.video-wrapper 
{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;   /* ¼¼·Î Áß¾Ó */
  justify-content: center; /* °¡·Î Áß¾Ó */
  overflow: hidden;
}

.video-wrapper iframe 
{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important; /* ºñÀ² À¯Áö ÇÙ½É */
}

#videoContainer iframe 
{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  border: none;
  display: block;
  object-fit: contain !important;
}

/* Instagram Àü¿ë ¼öÁ¤ - ºñÀ² À¯ÁöÇÏ¸é¼­ Å©±â¸¸ ÁÙÀÌ±â */
.embed-wrapper.insta-embed 
{
  /*
  width: 100% !important; 
  height: auto !important; 
  max-width: 100% !important;
  max-height: 75vh !important;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  */
}

#videoContainer iframe {
  width: 100% !important;  /* ºÎ¸ð Å©±â ¸ÂÃã */
  height: 100% !important; /* ÀÚµ¿ ³ôÀÌ ¸ÂÃã */
  object-fit: contain !important; /* ºñÀ² À¯ÁöÇÏ¸é¼­ Å©±â Á¶Á¤ */
}



/* BASIC css end */

