@charset "utf-8";
/*
 * Livescore light header menu.
 * Loaded last so legacy sprite and full-layout rules cannot repaint the menu.
 */

#header,
#header_in {
  overflow: visible !important;
}

html.scoreline-full #header,
html.scoreline-theme #header,
#header {
  height: 123px !important;
  border-bottom: 5px solid #003b70 !important;
  background: url("/img/common/tnb_bg.gif") repeat-x 0 0 #fff !important;
}

html.scoreline-full #header_in,
html.scoreline-theme #header_in,
#header_in {
  width: 1200px !important;
  height: 118px !important;
  overflow: visible !important;
}

html.scoreline-full #header_in #gnb.new,
html.scoreline-theme #header_in #gnb.new,
#header_in #gnb.new {
  display: block !important;
  position: absolute !important;
  top: 30px !important;
  right: 0 !important;
  left: auto !important;
  width: 854px !important;
  height: 88px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: visible !important;
  list-style: none !important;
  z-index: 20000 !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb1d,
html.scoreline-theme #header_in #gnb.new > li.gnb1d,
#header_in #gnb.new > li.gnb1d {
  display: block !important;
  float: left !important;
  position: relative !important;
  width: 122px !important;
  min-width: 122px !important;
  max-width: 122px !important;
  height: 88px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  list-style: none !important;
  box-sizing: border-box !important;
  flex: none !important;
}

/* Original short divider between top-level labels. */
html.scoreline-full #header_in #gnb.new > li.gnb1d:not(:last-child)::after,
html.scoreline-theme #header_in #gnb.new > li.gnb1d:not(:last-child)::after,
#header_in #gnb.new > li.gnb1d:not(:last-child)::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 39px !important;
  right: 0 !important;
  width: 1px !important;
  height: 16px !important;
  margin: 0 !important;
  background: #d6d6d6 !important;
  z-index: 3 !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb1d > a.gnb1a,
html.scoreline-theme #header_in #gnb.new > li.gnb1d > a.gnb1a,
#header_in #gnb.new > li.gnb1d > a.gnb1a {
  display: flex !important;
  float: none !important;
  position: relative !important;
  align-items: center !important;
  justify-content: center !important;
  width: 122px !important;
  height: 88px !important;
  margin: 0 !important;
  padding: 9px 4px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #222 !important;
  text-align: center !important;
  text-decoration: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb1d > a.gnb1a b,
html.scoreline-theme #header_in #gnb.new > li.gnb1d > a.gnb1a b,
#header_in #gnb.new > li.gnb1d > a.gnb1a b,
html.scoreline-full #header_in #gnb.new > li.gnb05 > a.gnb1a::before,
html.scoreline-theme #header_in #gnb.new > li.gnb05 > a.gnb1a::before,
#header_in #gnb.new > li.gnb05 > a.gnb1a::before {
  display: block !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #222 !important;
  font-family: "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
  letter-spacing: -1px !important;
  text-indent: 0 !important;
  white-space: nowrap !important;
}

/* The source HTML keeps the original empty <u>; provide its visible label without altering routes. */
html.scoreline-full #header_in #gnb.new > li.gnb05 > a.gnb1a::before,
html.scoreline-theme #header_in #gnb.new > li.gnb05 > a.gnb1a::before,
#header_in #gnb.new > li.gnb05 > a.gnb1a::before {
  content: "프로토정보" !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb1d > a.gnb1a u,
html.scoreline-theme #header_in #gnb.new > li.gnb1d > a.gnb1a u,
#header_in #gnb.new > li.gnb1d > a.gnb1a u {
  display: none !important;
}

/* HOT and NEW badges from the light original header. */
html.scoreline-full #header_in #gnb.new > li.gnb03 > a.gnb1a::after,
html.scoreline-theme #header_in #gnb.new > li.gnb03 > a.gnb1a::after,
#header_in #gnb.new > li.gnb03 > a.gnb1a::after,
html.scoreline-full #header_in #gnb.new > li.gnb05 > a.gnb1a::after,
html.scoreline-theme #header_in #gnb.new > li.gnb05 > a.gnb1a::after,
#header_in #gnb.new > li.gnb05 > a.gnb1a::after {
  display: block !important;
  position: absolute !important;
  top: 20px !important;
  left: calc(50% + 20px) !important;
  width: auto !important;
  min-width: 22px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 3px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f20d0d !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 14px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
  box-sizing: border-box !important;
  z-index: 5 !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb03 > a.gnb1a::after,
html.scoreline-theme #header_in #gnb.new > li.gnb03 > a.gnb1a::after,
#header_in #gnb.new > li.gnb03 > a.gnb1a::after {
  content: "HOT" !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb05 > a.gnb1a::after,
html.scoreline-theme #header_in #gnb.new > li.gnb05 > a.gnb1a::after,
#header_in #gnb.new > li.gnb05 > a.gnb1a::after {
  content: "NEW" !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb1d:hover > a.gnb1a,
html.scoreline-full #header_in #gnb.new > li.gnb1d:focus-within > a.gnb1a,
html.scoreline-theme #header_in #gnb.new > li.gnb1d:hover > a.gnb1a,
html.scoreline-theme #header_in #gnb.new > li.gnb1d:focus-within > a.gnb1a,
#header_in #gnb.new > li.gnb1d:hover > a.gnb1a,
#header_in #gnb.new > li.gnb1d:focus-within > a.gnb1a {
  background: url("/img/common/ico_gnbarr.gif") no-repeat center bottom #fff !important;
  color: #003b70 !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb1d:hover > a.gnb1a b,
html.scoreline-full #header_in #gnb.new > li.gnb1d:focus-within > a.gnb1a b,
html.scoreline-theme #header_in #gnb.new > li.gnb1d:hover > a.gnb1a b,
html.scoreline-theme #header_in #gnb.new > li.gnb1d:focus-within > a.gnb1a b,
#header_in #gnb.new > li.gnb1d:hover > a.gnb1a b,
#header_in #gnb.new > li.gnb1d:focus-within > a.gnb1a b,
html.scoreline-full #header_in #gnb.new > li.gnb05:hover > a.gnb1a::before,
html.scoreline-theme #header_in #gnb.new > li.gnb05:hover > a.gnb1a::before,
#header_in #gnb.new > li.gnb05:hover > a.gnb1a::before {
  color: #003b70 !important;
}

/* Original dark-blue dropdown remains unchanged in behavior. */
html.scoreline-full #header_in #gnb.new > li.gnb1d > ul.gnbs,
html.scoreline-theme #header_in #gnb.new > li.gnb1d > ul.gnbs,
#header_in #gnb.new > li.gnb1d > ul.gnbs {
  display: none !important;
  position: absolute !important;
  top: 88px !important;
  left: 50% !important;
  width: 120px !important;
  height: auto !important;
  margin: 0 0 0 -70px !important;
  padding: 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #003366 !important;
  box-shadow: none !important;
  overflow: visible !important;
  list-style: none !important;
  box-sizing: content-box !important;
  z-index: 22000 !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb1d:hover > ul.gnbs,
html.scoreline-full #header_in #gnb.new > li.gnb1d:focus-within > ul.gnbs,
html.scoreline-theme #header_in #gnb.new > li.gnb1d:hover > ul.gnbs,
html.scoreline-theme #header_in #gnb.new > li.gnb1d:focus-within > ul.gnbs,
#header_in #gnb.new > li.gnb1d:hover > ul.gnbs,
#header_in #gnb.new > li.gnb1d:focus-within > ul.gnbs {
  display: block !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb1d > ul.gnbs > li,
html.scoreline-theme #header_in #gnb.new > li.gnb1d > ul.gnbs > li,
#header_in #gnb.new > li.gnb1d > ul.gnbs > li {
  display: block !important;
  float: none !important;
  position: static !important;
  width: 120px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  list-style: none !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb1d > ul.gnbs > li > a,
html.scoreline-theme #header_in #gnb.new > li.gnb1d > ul.gnbs > li > a,
#header_in #gnb.new > li.gnb1d > ul.gnbs > li > a {
  display: block !important;
  float: none !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: Dotum, "돋움", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 16px !important;
  letter-spacing: -1px !important;
  text-align: left !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb1d > ul.gnbs > li > a > span,
html.scoreline-theme #header_in #gnb.new > li.gnb1d > ul.gnbs > li > a > span,
#header_in #gnb.new > li.gnb1d > ul.gnbs > li > a > span {
  display: inline !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
}

html.scoreline-full #header_in #gnb.new > li.gnb1d > ul.gnbs > li > a:hover,
html.scoreline-full #header_in #gnb.new > li.gnb1d > ul.gnbs > li > a:focus,
html.scoreline-theme #header_in #gnb.new > li.gnb1d > ul.gnbs > li > a:hover,
html.scoreline-theme #header_in #gnb.new > li.gnb1d > ul.gnbs > li > a:focus,
#header_in #gnb.new > li.gnb1d > ul.gnbs > li > a:hover,
#header_in #gnb.new > li.gnb1d > ul.gnbs > li > a:focus {
  background: #184674 !important;
  color: #fff !important;
  font-weight: bold !important;
  outline: 0 !important;
}

/* Keep dark mode usable while retaining the same geometry. */
html.dark #header_in #gnb.new {
  background: #414444 !important;
}
html.dark #header_in #gnb.new > li.gnb1d > a.gnb1a {
  background-color: #414444 !important;
  color: #e5e0d8 !important;
}
html.dark #header_in #gnb.new > li.gnb1d > a.gnb1a b,
html.dark #header_in #gnb.new > li.gnb05 > a.gnb1a::before {
  color: #e5e0d8 !important;
}
html.dark #header_in #gnb.new > li.gnb1d:not(:last-child)::after {
  background: #616464 !important;
}
