@font-face {
  font-family: "NeoDunggeunmo";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.3/NeoDunggeunmo.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
/* footer {position: fixed; bottom:0;   left: 50%; transform: translate(-50%, 0); background: url(../../img/egg/bg_footer.png) top left repeat-x ;  padding:100px 0 0 0; max-width:500px; width:100%;} */
footer {position: fixed; bottom:0;   left: 50%; transform: translate(-50%, 0);   padding:50px 0 0 0; max-width:500px; width:100%; z-index: 50;}
#nav_area {
  height:50px; width:100%; background-color: var(--foot-bg-color); position: relative; border-top: 1px solid rgba(163,207,202,1);
}

.sixtam-footer1 { position: fixed; bottom:-500px; right:0;  width:100%; padding:15px;  display: flex; align-items: center; gap:10px; flex-direction: column;  font-size: 12px;;}
.sixtam-footer1 ul {display: flex; flex-direction: column; width:100%;}
.sixtam-footer1 ul li {display: flex; gap:10px; width:100%;}
.sixtam-footer1 ul.menu-a li  { font-size: 13px; font-weight:700; justify-content: center;}
.sixtam-footer1 ul li label { color:rgba(95,95,95,1)}
.sixtam-footer1 ul li span {white-space: nowrap;}

@media (min-width: 500px) {
    .sixtam-footer1 {width:500px; left:calc(50% - 250px);}
    
}
@media (max-width: 500px) {
    .sixtam-footer1 {width:100%;}
    .sixtam-footer1 ul:nth-child(2)  li:last-child { flex-wrap: wrap;}
}


.bottom-nav-wrap {
  display: flex;
  margin-top: 4px;
}
.bottom-nav-wrap a {
  display: flex;
  float: left;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  flex: 1 1 20%;
  flex-direction: column;
  justify-content: center;
}

.bottom-nav-wrap .off .nav-icon {
  width: 58px;
  height: 44px;
}
.bottom-nav-wrap .off .nav-on {
  display: none;
}
.bottom-nav-wrap .nav-sp .nav-icon {
  display: none;
}
.bottom-nav-wrap .nav-sp .nav-on {
  width: 58px;
  height: 44px;
}
.bottom-nav-wrap .nav-kong .on .kong-skin {
  display: none;
}

.bottom-nav-wrap .nav-kong .nav-sp .kong-skin {
  width: 55px;
  height: 55px;
  position: relative;
  bottom: 6px;
}
.sub_kong_helper {
  max-width: unset !important;
}
.kong-helper-wrap {
  display: flex;
  justify-content: center;
  max-width: 85%;
}
.sub_kong_helper .kong-helper {
  max-width: 90% !important;
}
.kong-helper-wrap .kong-helper {
  position: fixed;
  bottom: 75px;
  padding: 18px 5px 0 10px;
  box-sizing: border-box;
  max-width: 85%;
  z-index: 556;
}
.kong-helper-wrap .kong-helper .helper-com {
  color: #535353;
  font-family: "NeoDunggeunmo";
  font-size: 14px;
  line-height: 16px;
  border: 1px solid rgba(163,207,202,1);
  background: #fff;
  padding: 5px 5px 5px 10px;
  border-radius: 10px;
}
.kong-helper-wrap .kong-helper .helper-com .helper-touch {
  font-family: "NeoDunggeunmo";
  padding: 0 8px;
  border-radius: 10px;
  margin-left: 2px;
  margin-right: 2px;
  color: #fff;
  background:rgba(107,193,228,1);
  cursor: pointer;
}
.ballon_coner {
  width: 8px;
  background-color: #fff;
  height: 8px;
  transform: rotate(225deg);
  position: fixed;
  bottom: 71px;
  z-index: 556;
  border-top: 1px solid rgba(163,207,202,1);
  border-left: 1px solid rgba(163,207,202,1);
  left: 50%;
  margin-left: -4px;
}



.kong-helper-wrap .kong-helper .helper-com-close {
  width: 20px;
  height: 20px;
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  cursor: pointer;
}

.helper-com-close button {
  width: 20px;
  height: 20px;
  background: none;
}

.helper-com-close:before,
.helper-com-close:after {
  position: absolute;
  right: 9px;
  top: 4px;
  content: "";
  height: 11px;
  width: 2px;
  background-color: rgba(107,193,228,1);
}
.helper-com-close:before {
  transform: rotate(45deg);
}
.helper-com-close:after {
  transform: rotate(-45deg);
}

@media (max-width: 280px) {
  .kong-helper-wrap {
    max-width: 80%;
  }
  .kong-helper-wrap .kong-helper {
    max-width: 80%;
  }
  .sub_kong_helper .kong-helper {
    max-width: 97% !important;
  }
  .kong-helper-wrap .kong-helper .helper-com {
    font-size: 13px;
  }
}

/* @media (max-width: 280px) {
  .kong-helper-wrap .kong-helper {
    max-width: 63%;

  }
}*/
@media (min-width: 281px) and (max-width: 320px) {
  .sub_kong_helper .kong-helper {
    max-width: 97% !important;
  }
  .kong-helper-wrap {
    max-width: 83%;
  }
  .kong-helper-wrap .kong-helper {
    max-width: 83%;
  }
}
/* @media (min-width: 381px) {
  .kong-helper-wrap .kong-helper {
    max-width: 74%;
  }
}*/
@media (min-width: 500px) {
  .kong-helper-wrap .kong-helper {
    max-width: 375px;
  }
  .kong-helper-wrap {
    max-width: unset;
  }
  .sub_kong_helper .kong-helper {
    max-width: 375px !important;
 
  }
}

.footMenu { position: fixed; bottom:0; left:0; right:0; height:50px;  z-index:10;  }
.footMenu, .footMenu .mb-foot, .footMenu .mb-foot * {display: flex; align-items: center; justify-content: center;}
.footMenu .mb-foot { position: relative; width: 100%; /* max-width:500px; */ height:100%;    justify-content: space-between;}

/* .footMenu .mb-foot li,.footMenu .mb-foot li.active {width:20%; flex-wrap: nowrap; white-space: nowrap;} */
/* .footMenu .mb-foot li:nth-child(3) {width:16%;} */
/* .footMenu .mb-foot li a { font-size:.8rem; color:rgba(115,115,115,1) }
.footMenu .mb-foot li a:not(.nav-kong) {   background:rgba(230,245,200,1); border-radius: 30px; padding:2px 7px; min-width:80%;}
.footMenu .mb-foot li a:not(.nav-kong) img {height:30px;}
.footMenu .mb-foot li a.nav-kong {position: absolute; bottom:-10px; }
.footMenu .mb-foot li a.nav-kong img { height:90px; } */
/* @media (max-width: 720px)  {
    #nav_area{width:100%;}
    .footMenu .mb-foot { width:100%;  padding-bottom:5px; }
} */
@media (max-width: 545px)  {
    
    /* .footMenu .mb-foot li a {font-size:.78rem; }
    .footMenu .mb-foot li a:not(.nav-kong)  {padding:7px 5px;}
    .footMenu .mb-foot li a:not(.nav-kong) img {height:15px;}
    .footMenu .mb-foot li a.nav-kong { bottom:0px;}
    .footMenu .mb-foot li a.nav-kong img {height:65px;}
} */
.kong-helper-wrap .kong-helper {bottom: 75px;}
.ballon_coner {bottom: 71px;}

@media (max-width: 545px) {
    .kong-helper-wrap .kong-helper {bottom: 55px;}
    .ballon_coner {bottom: 51px;}
}

footer .footMenu li:not(.egg-man) a img {
    width: 100%;
}