/* reset */
html,
body,
div,
p,
img,
span,
a,
em,
strong,
pre,
h1,
h2,
h3,
h4,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
tbody,
thead,
tfoot,
tr,
th,
td,
form,
fieldset,
legend,
caption,
input,
textarea,
button,
select,
video,
iframe,
header,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main,
header,
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  color: #1c1c1c;
  line-height: 1;
  font-weight: 400;
  word-break: break-all;
  letter-spacing: -0.5px;
}

input,
textarea,
button,
select {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

select {
  border: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

textarea {
  border: none;
  resize: none;
}

img,
fieldset,
button {
  border: 0;
  background: none;
}

img {
  max-width: 100%;
}

label {
  cursor: pointer;
}

input {
  border-radius: 0;
}

input[type=text],
input[type=tel] {
  appearance: none;
}

input,
button,
textarea {
  border: 0 none;
  outline: 0;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a,
img {
  vertical-align: top;
}

em {
  font-style: normal;
}

.blind,
caption {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.hidden {
  visibility: hidden;
}

.gnbWrapper {
  min-width: 1280px !important;
}

h1.logo {
  position: absolute;
  top: 34px;
  left: 50px;
  z-index: 10;
}
h1.logo a {
  display: block;
  width: 240px;
  height: 33px;
  background: url(../images/logo.png) 0 0/100% auto no-repeat;
  text-indent: -9999px;
}
h1.logo a img {
  display: block;
}

.lnb_open h1.logo {
  display: none !important;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 146px;
  background: #000 url(../images/footer.png) 50% 50% no-repeat;
}
footer p {
  text-indent: -9999px;
}

#wrap {
  position: relative;
  margin: 0 auto;
  min-width: 1280px;
  max-width: 2560px;
  overflow: hidden;
}

section {
  position: relative;
}
section .bg,
section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
section .obj {
  position: absolute;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
section .inner {
  margin: 0 auto;
  max-width: 1280px;
}

.scroll_lock {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: auto;
}

.popup-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.popup-body {
  position: relative;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 80px;
  z-index: 1000;
}

.popup-image {
  cursor: pointer;
}

.popup-inline {
  display: none;
}

.popup-youtube .popup-body {
  max-width: 1440px;
  width: calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
}
.popup-youtube .popup-body:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.popup-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-youtube .close {
  position: absolute;
  top: 0;
  right: -62px;
  width: 60px;
  height: 60px;
  border: 1px solid #bf2819;
  background: transparent;
}
.popup-youtube .close span {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-youtube .close span::before, .popup-youtube .close span::after {
  position: absolute;
  top: 10%;
  left: 50%;
  content: "";
  height: 80%;
  width: 1px;
  background-color: #bf2819;
}
.popup-youtube .close span::before {
  transform: rotate(45deg);
}
.popup-youtube .close span::after {
  transform: rotate(-45deg);
}
.popup-youtube .close:hover span {
  background-color: #bf2819;
  border-color: #bf2819;
}
.popup-youtube .close:hover span::before, .popup-youtube .close:hover span::after {
  background-color: #fff;
}

#quick {
  position: fixed;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: 135px;
  margin-right: 20px;
  margin-top: -100px;
  z-index: 99;
  border-top: 1px solid #333;
  box-sizing: border-box;
  background: #454545;
}
#quick button {
  position: relative;
  width: 100%;
  height: 85px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  background: #161616;
}
#quick button:hover, #quick button.active {
  font-weight: 600;
  background: url("../images/bg_quick_active.jpg") 50% no-repeat;
  background-size: cover;
  color: #fff;
}
#quick button:first-child {
  border: none;
}
#quick .btn_top {
  height: 35px;
  background: url("../images/quick_top_bg.png") 50% no-repeat;
}
#quick .btn_top:hover {
  background: url("../images/quick_top_bg_active.png") 50% no-repeat;
}

:root {
  --youtube-close-color: #bf2819;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: auto;
}

.popup-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.popup-title {
  position: relative;
  margin-bottom: 33px;
  font-family: "Pretendard";
  font-size: 28px;
  font-weight: 700;
  color: #252525;
  text-align: center;
}
.popup-title strong {
  font-weight: 700;
  color: #ce1616;
}
.popup-title span {
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 500;
  color: #727272;
}

.popup-body {
  position: relative;
  min-height: 280px;
  background-color: #e3e3e3;
  padding: 62px 114px;
  box-sizing: border-box;
}
.popup-body img.text-box {
  background-color: #d6d6d6;
}

.popup-small-body {
  padding: 62px 70px;
}

.popup-button-confirm {
  display: block;
  width: 280px;
  height: 58px;
  margin: 25px auto 0 auto;
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: 400;
  color: #fafbfb;
  background-color: #070707;
  text-align: center;
  line-height: 60px;
}

.popup-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: url("../images/popup_close.png") no-repeat;
  width: 25px;
  height: 25px;
}

.popup-inline {
  display: none;
}

#visual {
  position: relative;
  width: 2560px;
  height: 955px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/visual/bg_visual.jpg") 0 0 no-repeat;
  background-size: auto 955px;
}
#visual .container {
  position: relative;
  z-index: 1;
  width: 1400px;
  height: 955px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#visual .container .giga_break_title {
  position: absolute;
  top: 185px;
}
#visual .container .sub_title {
  position: absolute;
  top: 136px;
}
#visual .container .description {
  position: absolute;
  top: 378px;
}
#visual .container .weapon {
  position: absolute;
  top: 422px;
}

#section1 {
  position: relative;
  width: 2560px;
  height: 2208px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section1 .container1 {
  position: relative;
  width: 2560px;
  height: 1367px;
  overflow: hidden;
  background: url("../images/section1/bg_section1_container1.jpg") 0 0 no-repeat;
}
#section1 .container1 .container1_title {
  position: absolute;
  top: 128px;
  left: 890px;
  width: 726px;
  height: 162px;
  background: url("../images/section1/main_title.png") 0 0 no-repeat;
}
#section1 .container1 .card_list {
  position: absolute;
  top: 412px;
  left: 678px;
}
#section1 .container1 .giga_text {
  position: absolute;
  top: 414px;
  left: 1363px;
}
#section1 .container1 .giga_cha {
  position: absolute;
  top: 356px;
  left: 1311px;
}
#section1 .container2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2560px;
  height: 841px;
  overflow: hidden;
  background: url("../images/section1/bg_section1_container2.jpg") 0 0 no-repeat;
}
#section1 .container2 .container2_title {
  position: absolute;
  top: 89px;
  width: 398px;
  height: 120px;
  background: url("../images/section1/epic_edition_title.png") 0 0 no-repeat;
}
#section1 .container2 .epic_edition_desc {
  position: absolute;
  top: 239px;
}
#section1 .container2 .epic_edition_weapon {
  position: absolute;
  top: 300px;
}

#section2 {
  position: relative;
  width: 2560px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section2 .container1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: url("../images/section2/bg_section2_container1.jpg") 0 0 no-repeat;
  width: 2560px;
  height: 2592px;
}
#section2 .container1 .csoText {
  position: absolute;
  top: 171px;
}
#section2 .container1 .event_title {
  position: absolute;
  top: 223px;
}
#section2 .container1 .event_period {
  position: absolute;
  top: 326px;
}
#section2 .container1 .new_year_reward_title {
  position: absolute;
  top: 420px;
}
#section2 .container1 .new_year_reward_grid {
  position: absolute;
  top: 598px;
  left: 680px;
}
#section2 .container1 .new_year_reward {
  position: absolute;
  top: 584px;
  left: 1232px;
}
#section2 .container1 .weapon_reward_title {
  position: absolute;
  top: 1057px;
}
#section2 .container1 .weapon_reward_grid {
  position: absolute;
  top: 1233px;
  left: 680px;
}
#section2 .container1 .weapon_reward {
  position: relative;
  width: 645px;
  height: 390px;
  background: url("../images/section2/reward2.png") 0 0 no-repeat;
  top: 1219px;
  left: 275px;
}
#section2 .container1 .weapon_reward .weapon_reward_button {
  position: absolute;
  top: 268px;
  left: 220px;
  width: 204px;
  height: 54px;
  background: url("../images/section2/btn_sprite.png") 0 0 no-repeat;
  background-position-x: -10px;
  background-position-y: -10px;
}
#section2 .container1 .weapon_reward .weapon_reward_button:hover {
  background-position-x: -10px;
  background-position-y: -84px;
}
#section2 .container1 .emblem_reward {
  position: absolute;
  top: 1687px;
  left: 680px;
}
#section2 .container1 .caution {
  position: absolute;
  top: 2052px;
  left: 680px;
}
#section2 .container1 .cha_image {
  position: absolute;
  top: 724px;
  left: 1424px;
}
#section2 .container1 .word_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 10px;
}
#section2 .container2 {
  width: 2560px;
  height: 851px;
  background: url("../images/section2/bg_section2_container2.jpg") 0 0 no-repeat;
}
#section2 .container2 .event_info1 {
  position: absolute;
  top: 2701px;
  left: 680px;
}
#section2 .container2 .event_info2 {
  position: absolute;
  top: 2701px;
  left: 1313px;
}
#section2 .container2 .caution2 {
  position: absolute;
  top: 3176px;
  left: 680px;
}

#section3 {
  position: relative;
  width: 2560px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section3 .container1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section3/bg_section3_container1.jpg") 0 0 no-repeat;
  width: 2560px;
  height: 2234px;
}
#section3 .container1 .csoText {
  position: absolute;
  top: 144px;
}
#section3 .container1 .main_title {
  position: absolute;
  top: 195px;
}
#section3 .container1 .sub_title {
  position: absolute;
  top: 305px;
}
#section3 .container1 .event_period {
  position: absolute;
  top: 375px;
}
#section3 .container1 .event_title1 {
  position: absolute;
  top: 470px;
}
#section3 .container1 .mission_group {
  position: absolute;
  top: 718px;
}
#section3 .container1 .event_title2 {
  position: absolute;
  top: 1340px;
}
#section3 .container1 .point_group {
  position: absolute;
  top: 1500px;
}
#section3 .container1 .caution {
  position: absolute;
  top: 1740px;
}
#section3 .container1 .section3_weapon1 {
  position: absolute;
  top: 342px;
  right: 92px;
}
#section3 .container1 .section3_weapon2 {
  position: absolute;
  top: 810px;
  left: 0px;
}
#section3 .container2 {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section3/bg_section3_container3.jpg") 0 0 no-repeat;
  width: 2560px;
  height: 4690px;
}
#section3 .container2 .robot_bg {
  position: absolute;
  top: 193px;
  right: 312px;
}
#section3 .container2 .robot_frag {
  position: absolute;
  top: 0px;
  right: 0px;
}
#section3 .container2 .cha_bg {
  position: absolute;
  top: 2133px;
  left: 182px;
}
#section3 .container2 .cha_frag {
  position: absolute;
  top: 2324px;
  left: 0px;
}
#section3 .container2 .csoText {
  position: absolute;
  top: 137px;
}
#section3 .container2 .main_title {
  position: absolute;
  top: 184px;
}
#section3 .container2 .event_title {
  position: absolute;
  top: 304px;
}
#section3 .container2 .event_title2 {
  position: absolute;
  top: 2238px;
}
#section3 .container2 .package1 {
  display: flex;
  width: 391px;
  height: 431px;
  position: absolute;
  top: 506px;
  left: 662px;
}
#section3 .container2 .package2 {
  position: absolute;
  top: 506px;
}
#section3 .container2 .package3 {
  position: absolute;
  top: 506px;
  right: 662px;
}
#section3 .container2 .special_item_list {
  width: 1200px;
  height: 933px;
  position: absolute;
  top: 977px;
}
#section3 .container2 .normal_item_list {
  position: absolute;
  top: 2433px;
}
#section3 .container2 .caution {
  position: absolute;
  bottom: 139px;
}
#section3 .container2 .more_btn {
  width: 28px;
  height: 28px;
  background: url("../images/section3/more_btn.png") -10px -10px;
}
#section3 .container2 .more_btn:hover {
  background-position: -58px -10px;
}
#section3 .container2 .more_btn {
  transform-origin: center;
  animation: shake-rotate 1.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
}
#section3 .container2 .epic_edition_weapon_button {
  position: absolute;
  top: 170px;
  left: 278px;
}
#section3 .container2 .epic_weapon_button {
  position: absolute;
  top: 28px;
  left: 176px;
}

@keyframes shake-rotate {
  0% {
    transform: rotate(0) translateX(0);
  }
  10% {
    transform: rotate(15deg) translateX(1px);
  }
  20% {
    transform: rotate(-15deg) translateX(-1px);
  }
  30% {
    transform: rotate(10deg) translateX(0.5px);
  }
  40% {
    transform: rotate(-10deg) translateX(-0.5px);
  }
  50% {
    transform: rotate(0) translateX(0);
  }
  100% {
    transform: rotate(0) translateX(0);
  }
}
#wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#wrap picture {
  display: inline-block;
}
#wrap {
  background-color: black;
}

.blind {
  position: absolute;
  width: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  top: 0;
  left: -9999px;
  overflow: hidden;
}

.util {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
}
.util a,
.util button {
  background: url("../images/spr_util.png") 0 0 no-repeat;
  text-indent: -9999px;
}
.util > div {
  display: flex;
  gap: 4px;
}
.util .btn_start {
  display: block;
  width: 190px;
  height: 40px;
}
.util .btn_start:hover {
  background-position-y: -71px;
}
.util .btn_home {
  display: block;
  width: 40px;
  height: 40px;
  background-position-x: -194px;
}
.util .btn_home:hover {
  background-position-y: -71px;
}
.util .btn_hide {
  margin-top: 10px;
  width: 234px;
  height: 14px;
  background-position-y: -48px;
}
.util .btn_hide:hover {
  background-position-y: -119px;
}

footer {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #d9d9d9;
}
footer img {
  display: inline-block;
}