#header {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 1600px;
}
#header * {
  text-indent: -9999px;
}
#header .main_logo {
  width: 269px;
  height: 53px;
  background: url("https://lwi.nexon.com/ca/2023/0316_partners_2C8CA65F4F8481AB/page_buttons.png") no-repeat;
  background-position: -1078px -728px;
  margin: 18px 40px;
  z-index: 200;
}
#header .main_logo a {
  width: 269px;
  height: 53px;
}
#header .tab {
  display: flex;
  position: relative;
  z-index: 100;
  width:939px;
}
#header .tab a {
  height: 72px;
  background: url("https://lwi.nexon.com/ca/2023/0316_partners_2C8CA65F4F8481AB/page_buttons.png") no-repeat;
  background-position-y: 0px;
}
#header .tab a:hover, #header .tab a.active {
  background-position-y: -80px;
}
#header .tab a.disabled {
  pointer-events: none;
  background-position-y: -160px;
}
#header .tab .btn_recruit {
  width: 322px;
  background-position-x: 0;
}
#header .tab .btn_creater {
  width: 307px;
  background-position-x: -327px;
  position: relative;
  left: -4px;
}
#header .tab .btn_award {
  width: 310px;
  background-position-x: -637px;
  position: relative;
  left: -14px;
}
#header .util {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 307px;
  margin-right: 17px;
  z-index: 200;
}
#header .util button {
  background-position-y: 0;
}
#header .util button:hover {
  background-position-y: -182px;
}
#header .util .btn_home {
  width: 91px;
  height: 69px;
  background: url("https://lwi.nexon.com/ca/2023/0316_partners_2C8CA65F4F8481AB/page_buttons.png") no-repeat;
  background-position-x: -1164px;
  margin-right: -13px;
}
#header .util .btn_game {
  width: 216px;
  height: 76px;
  background: url("https://lwi.nexon.com/ca/2023/0316_partners_2C8CA65F4F8481AB/page_buttons.png") no-repeat;
  background-position-x: -1254px;
}
#header .util .btn_hide {
  width: 202px;
  height: 54px;
  background: url("https://lwi.nexon.com/ca/2023/0316_partners_2C8CA65F4F8481AB/page_buttons.png") no-repeat;
  background-position-x: -1470px;
  margin-top: 15px;
  margin-right: 10px;
}

