@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;400;500;700&display=swap');

a:hover {
  background-color: transparent;
  color: #ffab00;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

@-webkit-keyframes delay {

  0%,
  40%,
  100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@keyframes delay {

  0%,
  40%,
  100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

body,
a,
li,
p,
h5,
h6,
h4 {
  font-family: 'Noto Sans KR', sans-serif;
  -webkit-font-smoothing: antialiased;
  /*&.is-changing{
    &:before,
    &:after{
      transform: translateY(0);
    }
  }*/
}

/* body:before, body:after {
  content: "";
  height: 50vh;
  width: 100%;
  position: fixed;
  left: 0;
  background: #1c2020;
  z-index: 1;
}
body:before {
  top: 0;
 
}
body:after {
  bottom: 0;
 
} */

h1 {
  color: #1c2020;
  margin-bottom: 1em;
  font-size: 2.2rem;
  font-weight: 100;
}

.btn {
  display: inline-block;
  padding: 1.4em 1.6em;
  margin-bottom: 2em;
  border-radius: 50em;
  background-color: #343b3b;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.btn:hover {
  background-color: #404949;
}

/* .loader {
  margin: 0 auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 500;
  opacity: 1;
}
.loader > div {
  height: 100%;
  width: 8px;
  display: inline-block;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
          animation: delay 0.8s infinite ease-in-out;
}
.loader .bar1 {
  background-color: #754fa0;
}
.loader .bar2 {
  background-color: #09b7bf;
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.loader .bar3 {
  background-color: #90d36b;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.loader .bar4 {
  background-color: #f2d40d;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.loader .bar5 {
  background-color: #fcb12b;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.loader .bar6 {
  background-color: #ed1b72;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
} */

.m-center {
  margin: 0 auto;
}

.menu {
  line-height: 1;
  margin: 0 auto 3em;
}

.m-logo {
  position: absolute;
  width: 100%;
  text-align: center;
}

.logo-menu-link {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: 800 !important;
  letter-spacing: 1px;
}

.logo-menu-link:hover {
  background-color: transparent;
  font-weight: 800 !important;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.navbar-fixed ul li ul li {
  width: 100%;
  text-align: center;
  line-height: 10px;
}

.navbar-fixed ul li {
  line-height: 100px;
  margin-right: 25px;
}

.navbar-fixed ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

.navbar-fixed ul li:hover ul li {
  opacity: 1;
  visibility: visible;
}

.navbar-fixed ul li ul {
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
  top: auto;
  left: auto;
  margin: 0;
  margin-top: -5px;
}

.navbar-fixed ul li ul li {
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
  top: auto;
  margin: 0;
  padding: 10px;
}

.navbar-fixed ul li .main-menu-item {
  font-size: 14px;
  color: #333;
  padding: 0;
  transition: color 0.3s;
  font-weight: 400;
  letter-spacing: 1px;
}

.navbar-fixed ul li:hover .main-menu-item {
  background-color: transparent;
  color: #9e9e9e;
  border-bottom: 2px solid #9e9e9e;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.navbar-fixed ul li.active .main-menu-item {
  background-color: transparent;
  color: #9e9e9e;
  border-bottom: 2px solid #9e9e9e;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.navbar-fixed ul li .sub-menu-item {
  font-size: 15px;
  color: #000;
  padding: 0;
  transition: color 0.3s;
  font-weight: 300;
  letter-spacing: 1px;
}

.navbar-fixed ul li ul li:hover .sub-menu-item {
  background-color: transparent;
  color: #eeff41;
  border-bottom: 2px solid #eeff41;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.navbar-fixed ul li ul li .active .sub-menu-item {
  background-color: transparent;
  color: #eeff41;
  border-bottom: 2px solid #eeff41;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

nav ul a {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  display: inline !important;
  padding: 0;
  cursor: pointer;
}

.r-logo {
  position: absolute;
  width: 100%;
  text-align: right;
}

.c-phone {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.blat {
  font-size: 12px;
}

#main-bg {
  height: 100vh;
  z-index: -9999;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.navbar-fixed {
  position: fixed !important;
  width: 100%;
  height: 100px;
}

#main {
  padding: 150px 0 10px 0;
}

@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 100px;
  }

  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 100px !important;
    line-height: 100px !important;
  }

  .navbar-fixed {
    height: 100px !important;
  }

  #main {
    padding: 150px 0 10px 0;
  }
}

@media only screen and (max-width: 601px) {
  .navbar-fixed {
    height: 80px !important;
  }

  nav,
  nav a.sidenav-trigger {
    height: 80px !important;
    line-height: 80px !important;
  }

  #main {
    padding: 100px 0 10px 0;
  }
}

.main-bg-text-box {
  position: fixed;
  bottom: 15px;
  width: 100%;
}

.pd-t-80 {
  padding-top: 80px;
}

.text-center {
  text-align: center;
}


.bg-photo {
  background-color: #FFDCDC;
}

.link {
  position: fixed;
  z-index: 1000;
  top: 50%;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.85;
  color: #333;
  transition: color 0.5s ease-out;
  transform: translateY(-50%);
}

.b-link {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  font-size: 16px;
  line-height: 0.85;
  color: #333;
  transition: color 0.5s ease-out;
  transform: translateY(-50%);
}

.link span {
  display: block;
  padding: 5px;
  border-bottom: 2px solid;
}

.kakao-link {
  left: 30px;
}

.instagram-link {
  right: 30px;
}

.kakao-link span {
  transform: rotate(-90deg);
}

.instagram-link span {
  transform: rotate(90deg);
}

.logo {
  font-size: 1.4rem;
  font-weight: 400 !important;
  line-height: 120px;
}

.pd-t-20 {
  padding-top: 20px;
}

ul.bxslider {
  margin: auto;
}

.top-icon {
  border: 2px solid#000;
  border-radius: 5px;
  padding: 0 4px;
}

.navbar-hidden {
  display: none;
}

.navbar-top {
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.2s ease-in-out;
}