header:before {
  border-bottom: 0;
}

.main-gnb_background {
  background-color: #1d1d1f;
}

.main-gnb_container a {
  text-decoration: none;
}
.main-gnb_container a:link {
  color: inherit;
}
.main-gnb_container a:visited {
  color: inherit;
}

.main-gnb_container {
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
  height: 60px;
  background-color: #1d1d1f;
  color: #f5f5f7;
}

.main-gnb_wrapper {
  padding: 0 50px;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 400;
  background-color: #1d1d1f;
}
.main-gnb_nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main-gnb_category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 16px;
}

.main-gnb_category > a {
  padding: 12px 10px 12px 10px;
  color: #f5f5f7;
  line-height: 18px;
}

.main-gnb_category > a:hover {
  border-radius: 8px;
  background: #f5f5f71a;
}

.main-gnb_launcher-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.main-gnb_logo {
  margin-right: 40px;
  display: flex;
  align-items: center;
  aspect-ratio: 140 / 16;
}

.main-gnb_user-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.main-gnb_bell {
  padding-top: 2px;
  padding-bottom: 2px;
  height: 24px;
  cursor: pointer;
  position: relative;
}

.main-gnb_bell_badge {
  position: absolute;
  top: -3px;
  right: -5px;
}

.main-gnb_profile {
  position: relative;
  cursor: pointer;
  height: 32px;
}

.main-gnb_user-info {
  display: none;
  position: absolute;
  top: 50px;
  right: 0px;
  padding: 24px 20px;
  font-size: 15px;

  background-color: #1d1d1f;
  color: #f5f5f7;
  border-radius: 8px;
  filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
    drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));

  flex-direction: column;
  gap: 24px 0px;
}

.main-gnb_user-info > a:link {
  color: inherit;
}

.main-gnb_user-info > a:visited {
  color: inherit;
}

.main-gnb_nickname {
  display: flex;
  gap: 0 8px;
  cursor: auto;
}

.main-gnb_nickname span {
  margin-top: 3px;
  width: max-content;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* <a/> 태그의 기본 스타일 제거 */
.sub-gnb_container a {
  text-decoration: none;
}

.sub-gnb_container a:link {
  color: inherit;
}

.sub-gnb_container a:visited {
  color: inherit;
}

.sub-gnb_background,
.header .sub-gnb_background {
  position: sticky;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 2;
}

.theme-dark.sub-gnb_background,
.header .theme-dark.sub-gnb_background {
  background: #1d1d1fcc;
}

.theme-light.sub-gnb_background,
.header .theme-light.sub-gnb_background {
  background: rgba(250, 250, 252, 0.8);
}

.sub-gnb_container {
  margin-left: auto;
  margin-right: auto;
  width: 1400px;
  height: 64px;
  color: #1d1d1f;
}

.theme-dark .sub-gnb_container span,
.theme-dark .sub-gnb_container .sub-gnb_category {
  color: #f5f5f7;
}

.theme-light .sub-gnb_container span,
.theme-light .sub-gnb_container .sub-gnb_category,
.theme-light .sub-gnb_hover-child {
  color: rgb(29, 29, 31);
}

.sub-gnb_wrapper {
  width: 1400px;
  padding: 0 50px;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 400;
}

.sub-gnb_logo {
  font-size: 20px;
  font-weight: 600;
}

.sub-gnb_category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 16px;
}

.sub-gnb_category > a > div,
.sub-gnb_hover-parent > a {
  padding: 12px 10px;
}

.sub-gnb_hover-parent > a {
  display: block;
}

.sub-gnb_category > a > div:hover,
.sub-gnb_hover-parent:hover {
  background: #f5f5f71a;
  border-radius: 8px;
}

.theme-light .sub-gnb_category > a > div:hover,
.theme-light .sub-gnb_hover-parent:hover {
  background-color: rgb(245, 245, 247);
}

.theme-light .sub-gnb_hover-visible {
  background-color: #fff;
}

.sub-gnb_hover-parent {
  position: relative;
  cursor: pointer;
}

.sub-gnb_hover-parent:hover > .sub-gnb_hover-child {
  display: flex;
}

.sub-gnb_hover-child {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 30px 0;
  font-size: 15px;
  opacity: 1;
  color: white;
  border-radius: 8px;
  flex-direction: column;
  gap: 24px 0px;
}

.sub-gnb_hover-visible {
  display: flex;
  text-wrap: nowrap;
  left: -10%;
  padding: 24px 20px;
  font-size: 15px;
  border-radius: 8px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  background: #333336;
  flex-direction: column;
  gap: 24px 0px;
}

footer .info-text {
  font-size: 11px;
}

.header .game-header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

.main-content > .title-content {
  padding-top: 142px;
}

.header .notification .notification-container,
.header .main-gnb_container .notification .notification-container {
  top: 25px;
  right: -60px;
  background-color: rgb(29, 29, 31);
  border: 0;
  min-width: 316px;
  max-width: 316px;
  padding: 24px 20px 0px 20px;
  border-radius: 8px;
}
.header .notification .notification-container:before,
.header .main-gnb_container .notification .notification-container:before {
  border: none;
  background-color: transparent;
}
.header .notification .alarm-list li,
.header .main-gnb_container .notification .alarm-list li {
  border: none;
}
.header .notification .alarm-list li p,
.header .main-gnb_container .notification .alarm-list li p {
  font-size: 15px;
  color: rgb(232, 232, 237);
  font-weight: 400;
}
.header .notification .notification-container .notification-set,
.header
  .main-gnb_container
  .notification
  .notification-container
  .notification-set {
  padding: 0;
  height: 24px;
}
.header .notification .notification-container .notification-set a,
.header
  .main-gnb_container
  .notification
  .notification-container
  .notification-set
  a {
  background: none;
  width: 24px;
  height: 24px;
}
.header .notification .notification-container .notification-delete,
.header
  .main-gnb_container
  .notification
  .notification-container
  .notification-delete {
  margin-top: 28px;
  margin-bottom: 24px;
  text-align: right;
}
.header .notification .notification-container .notification-delete button,
.header
  .main-gnb_container
  .notification
  .notification-container
  .notification-delete
  button {
  color: rgb(210, 210, 215);
  font-size: 15px;
}
.header .notification .alarm-list li,
.header .main-gnb_container .notification .alarm-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 24px;
}
.header .notification .alarm-list li img,
.header .main-gnb_container .notification .alarm-list li img {
  width: 32px;
  height: 32px;
  margin: 0;
}
.header .notification .alarm-list li div,
.header .main-gnb_container .notification .alarm-list li div {
  width: 200px;
  padding-right: 0px;
}
.header .notification .alarm-list li div p:first-of-type,
.header .notification .alarm-list li div p,
.header .main-gnb_container .notification .alarm-list li div p:first-of-type,
.header .main-gnb_container .notification .alarm-list li div p {
  text-overflow: ellipsis;
  line-height: 19.5px;
  height: 19px;
  text-wrap: nowrap;
  overflow: hidden;
  display: block;
}
.header .notification .alarm-list li div p:last-of-type,
.header .main-gnb_container .notification .alarm-list li div p:last-of-type {
  font-size: 12px;
  color: rgb(134 134 139);
  height: 14px;
  line-height: 14px;
  margin-top: 8px;
}

.header .notification .alarm-list li button,
.header .main-gnb_container .notification .alarm-list li button {
  position: static;
  width: 20px;
  height: 20px;
}
.header .notification .alarm-list li button img,
.header .main-gnb_container .notification .alarm-list li button img {
  width: 20px;
  height: 20px;
}

.header .notification .alarm-list li.empty,
.header .main-gnb_container .notification .alarm-list li.empty {
  height: 18px;
  margin-top: 32px;
  margin-bottom: 60px;
}
.header .notification .alarm-list li.empty p,
.header .main-gnb_container .notification .alarm-list li.empty p {
  text-align: center;
  width: 100%;
  color: #86868b;
}
