@import url('/css/index02-1.css');

/* HEADER NAVBAR */

@media only screen and (min-width: 1200px) {
  .nav-item > .nav-link {
    padding: 5px 20px !important;
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  .header-inner {
    background-color: white !important;
  }
  .nav-item > .nav-link {
    color: #595959 !important;
    padding-left: 3px;
    line-height: 30px;
  }
  .navbar img {
    width: 160px;
    height: 40px;
  }
}

/* header */

.header {
  position: relative;
  width: 100%;
}

.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}

.logo {
  color: #ffffff;
  font-family: 'Noto Sans KR';
  font-weight: 700;
}

.nav-item .nav-link {
  display: block;
  line-height: 36px;
  text-transform: capitalize;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.15s;
}

.nav-item .nav-link:hover {
  color: #fe4066;
}

.header-btn {
  color: #ffffff;
  border-radius: 30px;
  background-color: rgb(41, 46, 97);
  border: none;
  font-weight: 500;
  outline: none;
  font-size: 15px;
  padding: 7px 22px;
  transition: 0.5s;
}

.header-btn:hover {
  background-color: #fe4066;
  cursor: pointer;
}

.navbar-scroll {
  background-color: #4d649e;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  transition-duration: 0.6s;
  opacity: 0.9;
}

.navbar-scroll .nav-item .nav-link {
  color: rgb(255, 255, 255);
}

.navbar-scroll .header-btn {
  color: #ffffff;
  background-color: #fe4066;
}

.navbar-scroll .logo {
  color: #000;
  font-weight: 700;
}

header .nav {
  float: right;
}

.logom {
  background-image: url(/90/img/logop.svg);
  background-size: 130px no-repeat cover;
  width: 130px;
  height: 34px;
}

@media (max-width: 991px) {
  .logop {
    display: none;
  }
}
@media (min-width: 992px) {
  .logom {
    display: none;
  }
}
