.top-wrap {
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #E5E5EB;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  padding: 10px 25px;
  z-index: 999;
  box-sizing: border-box; }
  .top-wrap .page-title {
    padding-top: 4px;
    color: #333333;
    font-size: 17px;
    font-weight: 800;
    font-family: "Noto Sans KR", sans-serif; }
  .top-wrap a {
    cursor: pointer; }
  .top-wrap .backward-btn {
    display: block;
    padding-right: 12px;
    cursor: pointer; }
  .top-wrap .top-notice-search-btn {
    display: none; }

/*# sourceMappingURL=top-immersive.css.map */
