/* 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] {
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
}

#quick {
  position: fixed;
  top: 26%;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 232px;
  height: 527px;
  background: url("../images/spr_quick.png") no-repeat;
  z-index: 99;
}
#quick button {
  position: relative;
  width: 208px;
  background: url("../images/spr_quick.png") no-repeat;
  background-position-x: -12px;
}
#quick button:nth-of-type(1) {
  height: 89px;
  background-position-y: -231px;
  margin-top: 231px;
}
#quick button:nth-of-type(2) {
  height: 89px;
  background-position-y: -319px;
}
#quick button:nth-of-type(3) {
  height: 60px;
  background-position-y: -408px;
}
#quick button:hover, #quick button.active {
  background-position-x: -244px;
}

#visual {
  position: relative;
  width: 2560px;
  height: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/visual/bg_visual.jpg") 0 0 no-repeat;
  background-size: auto 1200px;
}
#visual .container {
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 1280px;
  height: 1200px;
  transform: translateX(-50%);
}
#visual .container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#visual .container .title > span {
  display: block;
}
#visual .container .title .text1 {
  margin-top: 125px;
}
#visual .container .title .z-virus {
  margin-top: -28px;
}
#visual .container .title .text2 {
  margin-top: -35px;
}
#visual .container .text {
  margin-top: 75px;
  text-align: center;
}
#visual .container .period {
  margin-top: 34px;
  text-align: center;
}
#visual .background {
  position: relative;
  width: 100%;
  height: 100%;
}
#visual .background > i {
  display: block;
}
#visual .background > i picture {
  display: block;
}
#visual .background .character1 {
  position: absolute;
  top: -65px;
  left: 135px;
}
#visual .background .character2 {
  position: absolute;
  top: -64px;
  right: 193px;
}
#visual .background .fog {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
#visual .anchor {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 1;
}

#update {
  position: relative;
  z-index: 2;
  width: 2560px;
  height: 2263px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -110px;
  background: url("../images/update/bg_update.png") 0 0 no-repeat;
  background-size: auto 2263px;
}
#update .container {
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  height: 2263px;
  transform: translateX(-50%);
}
#update .container .title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 197px;
}
#update .container .title .text2 {
  margin-bottom: 23px;
}
#update .container .text {
  margin-top: -2px;
}
#update .container .contents {
  width: calc(100% + 580px);
  margin-top: -182px;
}
#update .background {
  position: relative;
  width: 100%;
  height: 100%;
}
#update .background > i {
  display: block;
}
#update .background > i picture {
  display: block;
}
#update .background .character1 {
  position: absolute;
  top: -120px;
  right: 260px;
}
#update .background .character2 {
  position: absolute;
  bottom: 25px;
  left: 120px;
}
#update .anchor1 {
  position: absolute;
  top: 120px;
  left: 0;
  display: block;
  width: 100%;
}
#update .anchor2 {
  position: absolute;
  top: 1200px;
  left: 0;
  display: block;
  width: 100%;
}

#event {
  position: relative;
  width: 2560px;
  height: 2170px;
  display: flex;
  margin-top: -100px;
  flex-direction: column;
  align-items: center;
  background: url("../images/event/bg_event.jpg") 0 0 no-repeat;
  background-size: auto 2170px;
}
#event .container {
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  height: 2170px;
  transform: translateX(-50%);
}
#event .container .title-box {
  position: relative;
  margin-top: 183px;
  width: 100%;
}
#event .container .title-box .title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
#event .container .title-box .title .text2 {
  margin-bottom: 25px;
}
#event .container .title-box .dimd {
  position: absolute;
  top: -420px;
  left: -67px;
  display: block;
}
#event .container .text {
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
#event .container .contents {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
#event .container .contents .content {
  width: calc(100% + 580px);
}
#event .container .contents .character-box {
  position: relative;
  width: 100%;
  height: 100%;
}
#event .container .contents .character-box > i {
  display: block;
}
#event .container .contents .character-box > i picture {
  display: block;
}
#event .container .contents .character-box .character1 {
  position: absolute;
  top: -160px;
  right: 224px;
  z-index: 1;
}
#event .container .contents .character-box .character2 {
  position: absolute;
  top: -146px;
  left: 260px;
}
#event .container .contents .character-box .dimd {
  position: absolute;
  top: -156px;
  left: 0;
}
#event .container .contents .button-box {
  position: absolute;
  bottom: 168px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}
#event .container .contents .button-box a {
  display: block;
  width: 452px;
  height: 102px;
  overflow: hidden;
  background-size: 100% auto;
}
#event .container .contents .button-box a:hover {
  background-position: 0 -102px;
}
#event .container .contents .button-box .btn_notice {
  background: url("../images/event/btn_notice.png") 0 0 no-repeat;
}
#event .container .contents .button-box .btn_event {
  background: url("../images/event/btn_event.png") 0 0 no-repeat;
}
#event .container .contents .highlight {
  width: calc(100% + 170px);
  margin-top: -360px;
  z-index: -1;
  animation: highlight_backlightLeftSpin 2000ms linear infinite alternate;
  -webkit-animation: highlight_backlightLeftSpin 2000ms linear infinite alternate;
}
@keyframes highlight_backlightLeftSpin {
  0% {
    opacity: 0.8;
    transform-origin: 51% 42%;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform-origin: 51% 42%;
    transform: scale(1.1) rotate(-5deg);
    -webkit-transform: scale(1.1) rotate(-5deg);
  }
}
#event .background {
  position: relative;
  width: 100%;
  height: 100%;
}
#event .background > i {
  display: block;
}
#event .background > i picture {
  display: block;
}
#event .background .character1 {
  position: absolute;
  top: -435px;
  left: 0px;
}
#event .background .character2 {
  position: absolute;
  top: -100px;
  right: 247px;
}
#event .background .character3 {
  position: absolute;
  top: 240px;
  right: 185px;
}
#event .background .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#event .anchor1 {
  position: absolute;
  top: 120px;
  left: 0;
  display: block;
  width: 100%;
}
#event .anchor2 {
  position: absolute;
  top: 1400px;
  left: 0;
  display: block;
  width: 100%;
}

#wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Pretendard", sans-serif;
  background: #050505;
}
#wrap picture {
  display: inline-block;
}

.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;
  text-align: center;
  background: #000;
}
footer img {
  display: inline-block;
}