/*
linked fonts
font-family: 'Nanum Gothic', sans-serif;
font-family: 'Sunflower', sans-serif;
font-family: 'Noto Sans KR', sans-serif;
*/
p{
  font-family: 'Nanum Gothic', sans-serif;
}
.navbar-default{
  background-color: rgba(66,66,66,0.2);
  transition: all ease .5s;
}
nav.shrink{
  background-color: rgb(66,66,66);
  transition: all ease .5s;
}

nav>div>a>img {
height: 70px;
transition: all ease .5s;
}
nav.shrink>div>a>img {
  height: 50px;
  transition: all ease .5s;
}

.bg1 {
  height: 900px;
  width: 100%;
  background: url('../img/bg3.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.bg2 {
  height: 500px;
  width: 100%;
  background: url('../img/bg_step.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  /*opacity: 0.9;*/
}

.bg3 {
  height: 500px;
  width: 100%;
  background: url('../img/bg_alone2.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  /*opacity: 0.9;*/
}
.footer{
  /*position: fixed;*/
  left: 0;
  bottom: 0;
  margin-top: 50px;
  width: 100%;
  height: 70px;
  background-color: rgb(222,222,222);
}

/* Centered text */
.bg1_title {
  font-family: 'Noto Sans KR', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
