.elementor-17 .elementor-element.elementor-element-7340c2f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-027b195{padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-027b195 */.mk-custom-footer {
  font-family: 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
  width: 100%;
  box-sizing: border-box;
}
.mk-custom-footer * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mk-custom-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


.footer-top-bar {
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.footer-top-bar .flex-row {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-top-brand {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
}
.footer-top-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-top-links a {
  text-decoration: none;
  color: #444444;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
}
.footer-top-links a.font-bold {
  font-weight: bold;
  color: #000000;
}

.footer-top-links a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #d1d1d1;
  margin: 0 15px;
}


.footer-main-content {
  background-color: #191919;
  padding: 50px 0;
  color: #aaaaaa;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 6fr 2.5fr; 
  gap: 30px;
}

.footer-main-logo {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -1px;
}

.footer-col-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-group strong {
  display: block;
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 500;
}
.info-group p {
  font-size: 12px;
  line-height: 1.8;
  color: #888888;
}
.footer-copyright {
  font-size: 12px;
  color: #888888;
  margin-top: 10px;
}


.footer-col-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  text-align: right;
}

.language-.elementor-17 .elementor-element.elementor-element-027b195 {
  width: 100%;
  max-width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.plus-icon {
  font-size: 16px;
  font-weight: normal;
}

.bottom-utility-links {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.bottom-utility-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .footer-top-bar .flex-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .footer-top-links a:not(:last-child)::after {
    margin: 0 10px;
  }
  .footer-grid {
    grid-template-columns: 1fr; 
    gap: 40px;
  }
  .footer-col-right {
    align-items: flex-start;
    text-align: left;
  }
  .language-.elementor-17 .elementor-element.elementor-element-027b195 {
    max-width: 100%;
  }
  .bottom-utility-links {
    margin-top: 20px;
    width: 100%;
    justify-content: flex-start;
  }
}/* End custom CSS */