@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: Noto Sans KR, sans-serif;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
  font-family: Noto Sans KR, sans-serif;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #000;
}

button {
  cursor: pointer;
}

button, input {
  outline: none;
  background-color: transparent;
  border: none;
}

* {
  font-family: Noto Sans KR, sans-serif;
}

.navbar-ver2 {
  width: 100%;
}
.navbar-ver2.white .navbar-inner .navbar-header .header-logo {
  display: inline-block;
  width: 160px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/learninvest_logo.png");
}
.navbar-ver2.white .navbar-inner .navbar-header .btn-mobile {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/i_hamberger_wh.png");
  display: none;
}
.navbar-ver2.white .navbar-inner .navbar-list .navbar-nav2 a {
  color: #000;
}
.navbar-ver2.white .navbar-inner .navbar-list .navbar-nav2 a:active {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (hover: hover) {
  .navbar-ver2.white .navbar-inner .navbar-list .navbar-nav2 a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.navbar-ver2.navbar-inverse {
  background-color: rgba(255, 255, 255, 0.9);
}
.navbar-ver2.navbar-inverse .navbar-inner .navbar-header .header-logo {
  display: inline-block;
  width: 160px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/learninvest_logo_bk.png");
}
.navbar-ver2.navbar-inverse .navbar-inner .navbar-header .btn-mobile {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/i_hamberger_bk.png");
  display: none;
}
.navbar-ver2.navbar-inverse .navbar-inner .navbar-list .navbar-nav2 a {
  color: #000;
}
.navbar-ver2.navbar-inverse .navbar-inner .navbar-list .navbar-nav2 a:active {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (hover: hover) {
  .navbar-ver2.navbar-inverse .navbar-inner .navbar-list .navbar-nav2 a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.navbar-ver2 {
  z-index: 9;
  position: fixed;
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  font-family: Noto Sans KR, sans-serif;
}
.navbar-ver2 .navbar-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.navbar-ver2 .navbar-inner .navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.navbar-ver2 .navbar-inner .navbar-header .header-logo {
  display: inline-block;
  width: 160px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/learninvest_logo_bk.png");
}
.navbar-ver2 .navbar-inner .navbar-header .btn-mobile {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/i_hamberger_bk.png");
  display: none;
}
.navbar-ver2 .navbar-inner .navbar-list {
  height: 100%;
}
.navbar-ver2 .navbar-inner .navbar-list .btn-mobile-close {
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url("../../../imgs/i_cancel_gray.png");
  display: none;
}
.navbar-ver2 .navbar-inner .navbar-list .navbar-nav2 {
  display: flex;
  align-items: center;
  column-gap: 20px;
  height: 100%;
}
.navbar-ver2 .navbar-inner .navbar-list .navbar-nav2 a {
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 8px;
  padding: 0 16px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}
.navbar-ver2 .navbar-inner .navbar-list .navbar-nav2 a:active {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (hover: hover) {
  .navbar-ver2 .navbar-inner .navbar-list .navbar-nav2 a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 1200px) {
  .navbar-ver2 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .navbar-ver2 {
    padding: 0 20px;
  }
  .navbar-ver2.white .navbar-inner .navbar-header .btn-mobile {
    display: inline-block;
  }
  .navbar-ver2.navbar-inverse .navbar-inner .navbar-header .btn-mobile {
    display: inline-block;
  }
  .navbar-ver2 .navbar-inner .navbar-header {
    width: 100%;
    height: 65px;
  }
  .navbar-ver2 .navbar-inner .navbar-header .btn-mobile {
    display: inline-block;
  }
  .navbar-ver2 .navbar-inner .navbar-header .logo-cover {
    flex: 1;
  }
  .navbar-ver2 .navbar-inner .navbar-list {
    position: absolute;
    top: 0;
    right: -200%;
    transition: 0.2s all linear;
  }
  .navbar-ver2 .navbar-inner .navbar-list .navbar-nav2 a {
    color: transparent;
  }
  .navbar-ver2.open {
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(0.4rem);
  }
  .navbar-ver2.open.white .navbar-inner .navbar-list .navbar-nav2 a {
    color: #000;
  }
  .navbar-ver2.open .navbar-list {
    right: 0;
    background-color: #fff;
  }
  .navbar-ver2.open .navbar-list .btn-mobile-close {
    position: absolute;
    left: -52px;
    top: 16px;
    display: inline-block;
  }
  .navbar-ver2.open .navbar-list .navbar-nav2 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    row-gap: 24px;
    width: 277px;
    height: 100%;
    padding: 32px 24px;
  }
  .navbar-ver2.open .navbar-list .navbar-nav2 a {
    font-size: 20px;
    color: #000;
  }
}

/*# sourceMappingURL=navbar-ver2.css.map */
