@charset "UTF-8";
/*
Theme Name: ARIAWELL CHILD THEME
Template: ARIAWELL_THEME
Version: 1.0.0
*/
/* ================================
   웹폰트 정의 (Web Fonts)
   ================================ */
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
@font-face {
  font-family: "Minerva Modern";
  src: url("../fonts/MinervaModern_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minerva Modern";
  src: url("../fonts/MinervaModern_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minerva Modern";
  src: url("../fonts/MinervaModern_Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.myeongjo {
  font-family: "Nanum Myeongjo", serif;
}

.minervaModern {
  font-family: "Minerva Modern", serif;
}

/* ================================
   기본 브레이크포인트 (Base Breakpoints)
   ================================ */
/*
Theme Name: ARIAWELL CHILD THEME
Template: ARIAWELL_THEME
Version: 1.0.0
*/
.header .main-navigation {
  display: none;
}
.header .header-content {
  height: 100px;
}
.header .header-content .cta-button {
  border: 1px solid #fff;
  border-radius: 50px;
}
@media screen and (max-width: 1279px) {
  .header .header-content .header-util {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .header .mobile-menu-toggle {
    display: none;
  }
}

#ariawell-theme.sticky-header-disabled.transparent-header-enabled .header:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}

/*
Theme Name: ARIAWELL CHILD THEME
Template: ARIAWELL_THEME
Version: 1.0.0
*/
#ariawell-theme .site-footer {
  padding: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1279px) {
  #ariawell-theme .site-footer {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #ariawell-theme .site-footer {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
#ariawell-theme .footer-middle-content,
#ariawell-theme .footer-bottom-content {
  margin-top: 0;
}
#ariawell-theme .footer-bottom-content {
  padding: 22px 40px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
@media screen and (max-width: 1279px) {
  #ariawell-theme .footer-bottom-content {
    padding: 22px 30px;
  }
}
@media screen and (max-width: 768px) {
  #ariawell-theme .footer-bottom-content {
    padding: 22px 20px;
  }
}
#ariawell-theme .footer-bottom-content-left {
  width: 100%;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ariawell-theme .footer-bottom-content-left {
    font-size: 14px;
  }
}
#ariawell-theme .footer-bottom-content-right-menu {
  display: none;
}
/*# sourceMappingURL=style.css.map */
