@charset "utf-8";

html,
body {
  height: 100%;
  position: relative;
}
#wrapper {
  padding-top: 125px;
}

#gnb h1,
#gnb a,
#gnb button {
  letter-spacing: 0;
  font-family: "Pretendard", sans-serif;
}
#gnb button {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  outline: 0;
  border: 0;
}

#gnb {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 125px;
  font-family: "Pretendard", sans-serif;
  line-height: 0;
  letter-spacing: 0;
}

#header {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  text-align: center;
  background-color: #ffffff;
  text-align: center;
}

#header .btn_logo {
  height: 65px;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  position: relative;
  margin-right: 48px;
}
#header .btn_logo:after {
  position: absolute;
  top: 6px;
  right: -24px;
  width: 1px;
  background-color: #bdbdbd;
  content: "";
  height: 30px;
}
#header .btn_logo a {
  width: 32px;
  height: 42px;
  background: url(https://ssl.nexon.com/s2/game/fo4/event/2023/230525_gnb_sa87ryh3/emblem.png) center center no-repeat;
  background-size: auto 41.5px;
}

#header .btn_login {
  width: 70px;
  height: 65px;
  background: url(https://ssl.nexon.com/s2/game/fo4/event/2023/230525_gnb_sa87ryh3/login.png) center center no-repeat;
  background-size: auto 30px;
}
#header .btn_logout {
  width: 84px;
  height: 65px;
  background: url(https://ssl.nexon.com/s2/game/fo4/event/2023/230525_gnb_sa87ryh3/logout.png) center center no-repeat;
  background-size: auto 30px;
}

#wideBanner {
  z-index: 20;
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  height: 65px;
  text-align: center;
  background-color: #383a3a;
}
#wideBanner.active {
  height: calc(100vh - 65px);
  height: calc(100dvh - 65px);
}

#wideBanner .btn_event {
  z-index: 100;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 65px;
  text-align: center;
  background-color: #fff;
  width: 100%;
}
#wideBanner .btn_event a {
  width: 100%;
}
#wideBanner .btn_event img {
  height: 65px;
}

#wideBanner .btn_toggle {
  font-size: 18px;
  line-height: 65px;
  height: 65px;
  width: 100%;
  color: #fff;
}
#wideBanner .btn_toggle span {
  font-size: 18px;
  line-height: 65px;
  height: 65px;
  color: #fff;
  display: inline-block;
  position: relative;
}
#wideBanner .btn_toggle span:after {
  position: absolute;
  top: 50%;
  right: -20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  transform: translateY(-50%);
}

#wideBanner.active .btn_toggle span:after {
  position: absolute;
  top: 50%;
  right: -20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #fff transparent;
  transform: translateY(-50%);
}

#wideBanner .banner_list_wrap {
  color: #fff;
  width: 100%;
  height: 100%;
  display: none;
}
#wideBanner.active .banner_list_wrap {
  display: block;
}

#wideBanner .banner_list_wrap ul {
  overflow-y: auto;
  height: calc(100% - 65px);
}
#wideBanner .banner_list_wrap.banner ul {
  overflow-y: auto;
  height: calc(100% - 130px);
}
#wideBanner .banner_list_wrap ul li {
  width: 100%;
  height: 58px;
  box-sizing: border-box;
  position: relative;
  padding: 0 15px;
}
#wideBanner .banner_list_wrap ul li:last-child .tit {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

#wideBanner .banner_list_wrap ul li:nth-child(6n) {
  margin-right: 0;
}
#wideBanner .banner_list_wrap ul li .tit {
  font-weight: 400;
  font-size: 18px;
  line-height: 58px;
  color: #ffffff;
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

#wideBanner .banner_list_wrap ul li.ready:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 70px;
  height: 27px;
  /* background: url(https://ssl.nexon.com/s2/game/fo4/event/2023/230525_gnb_sa87ryh3/ready_m.png) 0 0 no-repeat; */
  /* background-size: auto 27px; */
  background-color: #5cbdbb;
  border-radius: 5px;
  content: "예정";
  text-align: center;
  line-height: 27px;
  transform: translateY(-50%);
  color: #0c1633;
  font-size: 16px;
}
#wideBanner .banner_list_wrap ul li.reward:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 70px;
  height: 27px;
  /* background: url(https://ssl.nexon.com/s2/game/fo4/event/2023/230525_gnb_sa87ryh3/reward_m.png) 0 0 no-repeat; */
  /* background-size: auto 27px; */
  transform: translateY(-50%);
  background-color: #d482c5;
  border-radius: 5px;
  content: "보상기간";
  text-align: center;
  line-height: 27px;
  transform: translateY(-50%);
  color: #0c1633;
  font-size: 16px;
}
#wideBanner .banner_list_wrap ul li.fire:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 32px;
  height: 32px;
  background: #383a3a url(https://ssl.nexon.com/s2/game/fo4/event/2023/230525_gnb_sa87ryh3/fire.png) 0 0 no-repeat;
  border-radius: 32px;
  background-size: 32px auto;
  transform: translateY(-50%);
}

#wideBanner .banner_list_wrap ul li a {
  color: #fff;
  display: block;
  line-height: 58px;
  width: 100%;
  height: 100%;
}
