/*********************footer*********************/
#footer {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  border-bottom:1px solid #ddd;
}
#footer.dark  { background-color: #272727; }
#footer.light { background-color: #fff; }
#footer div   { box-sizing: border-box; }

#footer a[x-apple-data-detectors],
#footer a[href^="tel"] {
  color: inherit !important;
  text-decoration: none !important;
}

/* ¦¡¦¡ site link ¹è³Ê ¦¡¦¡ */
.site_link { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; display: block; padding: 0; }
.site_link .widgets { max-width: 1450px; display: block; padding: 0; margin: 0 auto; }

/* ¦¡¦¡ º»¹® ÄÁÅ×ÀÌ³Ê ¦¡¦¡ */
.ft_cont {
  padding: 20px 15px 10px;
  margin: 0 auto;
  max-width: 1380px;
  width: 100%;
  border:0px solid #000;
  box-sizing:border-box;
}

/* ¦¡¦¡ ft_pt_wrap : flexbox ·¹ÀÌ¾Æ¿ô ¦¡¦¡ */
.ft_pt_wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

/* ¦¡¦¡ ·Î°í + ¾ÆÀÌÄÜ ¿µ¿ª ¦¡¦¡ */
#ft_pt1 {
  flex: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ft_logo_wrap { width: 100%; text-align: center; margin-bottom: 10px; }
.ft_logo img  { max-height: 75px; max-width: 100%; width: auto; display: block; margin: 0 auto; }

.ft_icon_wrap { display: flex; justify-content: center; flex-wrap: wrap; }
.ft_icon      { margin: 5px 5px; }
.ft_icon i {
  width: 40px; height: 40px;
  border-radius: 50%;
  text-align: center; line-height: 40px; font-size: 20px;
}
.ft_icon .xi-kakaotalkch {
  background: url("../img/quick_ch.png") no-repeat center / 75%;
}
#footer.dark  .ft_icon i { color: #fff; background-color: #444; }
#footer.light .ft_icon i { color: #333; background-color: #ddd; }

/* ¦¡¦¡ Áß¾Ó Á¤º¸ ¿µ¿ª ¦¡¦¡ */
.ft_info {
  flex: 1 1 0;
  min-width: 0;
  padding: 0 0 0 20px;
  border-left:1px solid #ddd;
}

.ft_pt_title  { font-size: 20px; font-weight: 600; margin-bottom: 4px; }
#footer.dark  .ft_pt_title { color: #fff; }
#footer.light .ft_pt_title { color: #777; }

.ft_pt_cont   { line-height: 1.5; font-size: 11px; font-weight: 500; font-family: 'Pretendard'; }
#footer.dark  .ft_pt_cont { color: #b2b2b2; }
#footer.light .ft_pt_cont { color: #999; }
.ft_pt_cont span { padding-right: 12px; }

/* ¦¡¦¡ sitemap ¸®½ºÆ® (°³ÀÎÁ¤º¸Ã³¸®¹æÄ§ µî) ¦¡¦¡ */
.sitemap_li {
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
.sitemap_li li {
  padding: 0 30px 0 0;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}
.sitemap_li li::before {
  content: '';
  position: absolute;
  width: 2px; height: 12px;
  background: #999;
  right: 15px; top: 0px;
}
.sitemap_li li:last-of-type::before { display: none; }
#footer.dark  .sitemap_li li a { color: #b2b2b2; }
#footer.light .sitemap_li li a { color: #999; }

/* ¦¡¦¡ copyright ¦¡¦¡ */
.copyright { padding: 0 0 10px; }
#footer.dark  .copyright { background-color: transparent; }
#footer.light .copyright { background-color: transparent; }
.copy_txt {
  max-width: 100%;
  margin: 5px 0 0;
  color: #777;
  font-size: 11px;
  line-height: 1.4;
  
}

/* ¦¡¦¡ sitemap_wrap : ¿ìÃø Á¤·Ä ¦¡¦¡ */
.sitemap_wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.sitemap_wrap .sitemap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  padding: 10px 16px;
  border-radius: 100px;
  white-space: nowrap;
}
.sitemap_wrap .sitemap a { color: #454545; font-size: 15px; }

/* ¦¡¦¡ ft_btm ¦¡¦¡ */
.ft_btm {
  text-align: left;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 1.4;
  color: #999;
  border-top:0px solid #ddd;
  word-break: keep-all;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  max-width:1360px;
  width:100%;
  margin:0px auto;
}

/* ¦¡¦¡ ¸ð¹ÙÀÏ ÇÏ´Ü ¸µÅ© (ft_link) ¦¡¦¡ */
.ft_link {
  background: #353535;
  display: flex;
  flex-wrap: wrap;
  padding: 13px;
  margin: 0;
  justify-content: center;
}
.ft_link a { color: #fff; font-weight: 500; text-align: center; position: relative; }
.ft_link a:nth-child(1) { width: 30%; }
.ft_link a:nth-child(2) { width: 40%; }
.ft_link a:nth-child(3) { width: 30%; }
.ft_link a:nth-child(2)::before,
.ft_link a:nth-child(2)::after {
  content: '';
  position: absolute;
  width: 1px; height: 20px;
  background: #888;
  top: 50%; transform: translateY(-50%);
}
.ft_link a:nth-child(2)::before { right: 0; }
.ft_link a:nth-child(2)::after  { left: 0; }

/* ¦¡¦¡ Á¢±Ù¼º ¦¡¦¡ */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* ¦¡¦¡ family zone (°ü·Ã »çÀÌÆ® select) ¦¡¦¡ */
.family_zone { display: block; position: relative; }
.select_wrap { position: relative; display: inline-block; }
.site {
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  padding: 8px 36px 8px 15px !important;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 14px; line-height: 40px; color: #888;
}
.site::-ms-expand { display: none; }
.site:focus { outline: none; border-color: #d6d6d6; }
.select_wrap::after {
  content: "+";
  position: absolute; right: 15px; top: 50%; transform: translateY(-50%);
  font-weight: bold; font-size: 18px; color: #888;
  pointer-events: none;
}


/*********************¹ÝÀÀÇü*********************/

/* ÅÂºí¸´ ÀÌÇÏ */
@media (max-width: 1024px) {
  .ft_btm { font-size: 12px; }
}

/* 768px ÀÌÇÏ */
@media (max-width: 768px) {
  .ft_cont { padding: 20px 15px 5px; }
  .ft_pt_wrap { flex-direction: column; align-items: center; }
  #ft_pt1 { flex: 0 0 auto; width: 140px; }

  .ft_info {
    width: 100%;
    text-align: center;
    border-left: 0;
    padding: 0;
  }

  .sitemap_wrap {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .sitemap_li {
    justify-content: center;
    margin: 0;
    width: 100%;
  }
  .sitemap_li li {
    flex: 0 0 auto;
    padding: 0 18px;
    text-align: center;
    font-size: 12px;
	width: 140px;
	text-align: right;
  }
  .sitemap_li li:last-of-type {
  text-align: left;       /* µÎ ¹øÂ° Ç×¸ñ: ¿ÞÂÊ Á¤·Ä */
  }

  .sitemap_li li::before {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
  }

  .ft_pt_cont span { padding: 0 6px; }
  .copy_txt { font-size: 11px; }
  .ft_btm { font-size: 12px; text-align: center; }
  .site { font-size: 12px; line-height: 30px; }
  .family_zone { padding: 0; margin: 0 0 20px; }
  .family_zone .ft_family { width: 220px; display: block; margin: 0 auto; position: relative; }
}

/* ÃÊ¼ÒÇü */
@media (max-width: 380px) {
  .ft_link a { font-size: 12px; }
  .ft_link a:nth-child(1) { width: 35%; }
  .ft_link a:nth-child(2) { width: 45%; }
  .ft_link a:nth-child(3) { width: 20%; }
}

/* wave Àå½Ä (»ç¿ë ½Ã) */
.ft_wave {
  height: 145px;
  background:
    url(../img/wave_back01.png) no-repeat center bottom,
    url(../img/wave_back02.png) repeat-x center bottom;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1350px) {
  .ft_wave { height: 100px; background-size: auto 95px, auto 46px; }
}