/* ¸ð¹ÙÀÏ ÄÚµù  */

/*¸ÞÀÎÆäÀÌÁö-µðÀÚÀÎ*/
#wrap_head{display: flex;  justify-content: space-between;padding:0 10px;} 
.naver_search{padding:25px 0 0 0}
.main_txt{padding:10px; line-height: 150%; color:  #8F8F8F}
.wellcome_txt{color: #FF161A; font-weight: bold; font-size: 16px; padding: 0 0 10px 0}
.main_txt span{font-weight: bold; color: #000000#767676}
.banner_01{padding: 20px 10px}

/*´ç±¸Àå¼Ò°³-µðÀÚÀÎ*/
.info-txt-01{padding:10px 0}
.info-txt-01  span{color:blue}

gallery-01{}

/*¿À½Ã´Â±æ-µðÀÚÀÎ*/
.map-txt-01{padding:10px 0}
.map-txt-01  span{color:blue}
.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* ¿øÇÏ´Â °¡·Î:¼¼·Î ºñÀ²¿¡ µû¸¥ padding-top °ª ¼³Á¤ */
    /* ¿¹: 16:9 ºñÀ² (9 / 16 * 100 = 56.25%) */
    padding-top: 80%;
    /* ¿¹: 4:3 ºñÀ² (3 / 4 * 100 = 75%) */
    /* padding-top: 75%; */
    /* ¿¹: 1:1 ºñÀ² (1 / 1 * 100 = 100%) */
    /* padding-top: 100%; */
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/*´ç±¸Àå»õ¼Ò½Ä-µðÀÚÀÎ*/
.gallery-01{}




/*»çÀÌÆ®¸Ê-µðÀÚÀÎ*/
.sitemap-01 { padding:20px 0;
  display: flex;
  flex-wrap: wrap; /* ¹Ú½ºµéÀÌ ´ÙÀ½ ÁÙ·Î ³Ñ¾î°¡µµ·Ï Çã¿ëÇÕ´Ï´Ù. */
  gap: 20px; /* ¹Ú½ºµé »çÀÌÀÇ °¡·Î ¹× ¼¼·Î ¿©¹éÀ» 20px·Î ¼³Á¤ÇÕ´Ï´Ù. */
  /* ¸¸¾à °¡·Î/¼¼·Î ¿©¹éÀ» ´Ù¸£°Ô ÇÏ°í ½Í´Ù¸é:
  row-gap: 20px;
  column-gap: 20px;
  */
}

.sitemap-01 div {
  /* 3¿­·Î ¹èÄ¡ÇÏ±â À§ÇÑ ³Êºñ °è»ê (ÃÑ ³ÊºñÀÇ 1/3¿¡¼­ ¿©¹éÀ» »« °ª) */
  flex: 0 0 calc((100% / 3) - (20px * 2 / 3)); /* 20px´Â À§¿¡¼­ ¼³Á¤ÇÑ gap Å©±âÀÔ´Ï´Ù. */
  padding: 10px;
  background-color: #C4DBFF;
  box-sizing: border-box; /* ÆÐµù°ú Å×µÎ¸®°¡ ³Êºñ¿¡ Æ÷ÇÔµÇµµ·Ï ¼³Á¤ÇÕ´Ï´Ù. */
 text-align: center;}


/*»ó´Ü¸Þ´º ¼±ÅÃ½Ã °ËÁ¤»ö*/
.main_menu li a:hover, .main_menu li a.active {color:#fff;background-position:left top;background-repeat:repeat-x;background-color:#000}

/*»ó´Ü¸Þ´º ²Ù¹Ì±â */

#wrap_head{background-color: #F4F4F4}
.logo_img{padding:12px 0 0 0}
.naver_search{margin: 0 0 3px 0}









