/* Breadcrumb */
.breadcrumb {
  min-width: 150px;
  max-width: 1374px;
  margin: 15px 0 0 0;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #9a9a9a;
}

.breadcrumb .current {
  color: #44443a;
  font-weight: 500;
}

/* Main Container */
.main-container {
  max-width: 1374px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  min-height: 600px;
}

/* Sidebar */
.sidebar {
  width: 114px;
  flex-shrink: 0;
  margin-top: 32px;
}

.sidebar-section {
  margin-bottom: 32px;
}

.sidebar-section h3 {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #44443ae6;
  margin-bottom: 8px;
}

.sidebar-section ul {
  list-style: none;
}

.sidebar-section li {
  margin-bottom: 8px;
}

.sidebar-section a {
  text-decoration: none;
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 4px 0;
  padding-left: 13px;
}

.sidebar-section a.active {
  color: #44443a;
  font-weight: 600;
}

@media (max-width: 800px) {
  .mypage-form {
    display: none;
  }
}

.t-topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e6e3dc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  box-sizing: border-box;
  z-index: 10;
}

.t-topbar .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #9a9a9a;
}

.t-topbar .breadcrumb .current {
  color: #44443a;
  font-weight: 500;
}

.t-topbar .sidebar {
  display: flex;
  gap: 16px;
}

.t-topbar .sidebar-section h3 {
  display: none;
}

.t-topbar .sidebar-section ul {
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.t-topbar .sidebar-section a {
  color: #9a9a9a;
  font-size: 14px;
  text-decoration: none;
}

.t-topbar .sidebar-section a.active {
  color: #44443a;
  font-weight: 600;
}
