a {
  text-decoration: none;
  color: black;
}
#fixed-bar {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#fixed-bar #fixed-bar-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0 5px 7px;
  position: relative;
  display: flex;
  justify-content: space-evenly;
}
#fixed-bar #fixed-bar-wrap .main-logo-title {
  padding-left: 0.5vw;
  font-size: 3rem;
  font-weight: 1000;
  letter-spacing: -2px;
  color: black;
  position: fixed;
}
#fixed-bar #fixed-bar-wrap .fixed-bar-mainmenu {
  font-size: medium;
  display: flex;
  align-items: center;
}
#fixed-bar #fixed-bar-wrap #fixed-bar-logo-title {
  width: 150px;
}
/*#fixed-bar #fixed-bar-wrap .fixed-bar-mainmenu .fixed-nav-bar-menu li:nth-child(-n+5)::after{
	padding-left:0px;
	content:"|"
}*/
/* 네비바 시작 */
.navbar-menu {
  display: flex;
  list-style: none;
}
.navbar-menu > li {
  margin: 0 2rem;
}
/* 네비바 끝 */
#goToAdvertise {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: transparent;
  display: none;
}
#goToAdvertise .goToAdvertiseLayer {
  min-width: 230px;
  min-height: 420px;
  height: 100%;
  width: 100%;
  display: table;
  position: absolute;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.5s ease-in-out;
}
#goToAdvertise .goToPannel {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 40px;
  text-align: center;
}
#goToAdvertise .goToAdvertiseBanner {
  background-color: white;
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
  background-position: center;
}
#goToAdvertise .goToAdvertiseBanner img {
  width: 100%;
}
#goToAdvertise .closegoToAdvertise {
  font-size: 1.3rem;
  display: block;
  text-decoration: underline;
  color: #ffffff;
}
