/* 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;
}

.popup-box .popup-close {
  right: 5px;
  width: 78px;
  height: 78px;
}
.popup-box .popup-tab {
  display: flex;
  gap: 1px;
  width: 804px;
}
.popup-box .popup-tab button {
  width: 200px;
  height: 62px;
  background-image: url("../images/popup/tab_popup-box.png");
  background-repeat: no-repeat;
}
.popup-box .popup-tab button:nth-of-type(1) {
  background-position: 0 0;
}
.popup-box .popup-tab button:nth-of-type(2) {
  background-position: -200px 0;
}
.popup-box .popup-tab button:nth-of-type(3) {
  background-position: -400px 0;
}
.popup-box .popup-tab button:nth-of-type(4) {
  background-position: -600px 0;
}
.popup-box .popup-tab button.active {
  background-position-y: -62px;
}
.popup-box .content {
  padding: 32px 16px 20px 23px;
  box-sizing: border-box;
  background: #e3e3e3;
}
.popup-box .popup-tab-content {
  display: flex;
  max-height: 590px;
  overflow-y: auto;
}
.popup-box .popup-tab-content::-webkit-scrollbar {
  width: 7px;
  background-color: #b2b2b2;
}
.popup-box .popup-tab-content::-webkit-scrollbar-thumb {
  background-color: #e05115;
}
.popup-box .popup-tab-content::-webkit-scrollbar-button {
  display: none;
}

#quick {
  position: fixed;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 135px;
  width: 135px;
  margin-right: 20px;
  margin-top: -100px;
  z-index: 99;
}
#quick button {
  width: 100%;
  height: 85px;
  background: url("../images/quick.png") no-repeat;
}
#quick button:nth-of-type(1) {
  background-position-y: 0;
}
#quick button:nth-of-type(2) {
  background-position-y: -85px;
}
#quick button:nth-of-type(3) {
  background-position-y: -170px;
}
#quick button:nth-of-type(4) {
  background-position-y: -255px;
}
#quick button:nth-of-type(4) {
  background-position-y: -340px;
}
#quick button.btn_top {
  height: 35px;
  background-position-y: -424px;
}
#quick button:hover, #quick button.active {
  background-position-x: -135px;
}

#visual {
  position: relative;
  width: 2560px;
  height: 1077px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/visual/bg_visual.jpg") 0 0 no-repeat;
  background-size: auto 1077px;
}
#visual .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1400px;
  height: 1077px;
}
#visual .title-box {
  margin-top: 123px;
  text-align: center;
}
#visual .title-box h2 {
  margin-bottom: 30px;
}
#visual .title-box p {
  text-indent: 7px;
}
#visual .weapon {
  margin-top: 50px;
}
#visual .btn_patchnote {
  display: inline-block;
  margin-top: -40px;
}

#section1 {
  position: relative;
  width: 2560px;
  height: 1432px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section1/bg_section1.jpg") 0 0 no-repeat;
  background-size: auto 1432px;
}
#section1 .container {
  position: relative;
  z-index: 1;
  width: 1400px;
  height: 1432px;
}
#section1 .title {
  margin-top: 215px;
  text-align: center;
}
#section1 .skills {
  margin-top: 148px;
  margin-left: 370px;
}
#section1 .weapon {
  position: absolute;
  top: 410px;
  right: -95px;
}

#section2 {
  position: relative;
  width: 2560px;
  height: 920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section2/bg_section2.jpg") 0 0 no-repeat;
  background-size: auto 920px;
}
#section2 .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1400px;
  height: 920px;
}
#section2 .title {
  margin-top: 90px;
}
#section2 .weapon {
  margin-top: 25px;
  margin-left: 210px;
}
#section2 .description {
  margin-top: 43px;
}

#section3 {
  position: relative;
  width: 2560px;
  height: 1544px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section3/bg_section3.jpg") 0 0 no-repeat;
  background-size: auto 1544px;
}
#section3 .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1400px;
  height: 1544px;
}
#section3 .title-box {
  margin-top: 183px;
}
#section3 .missions {
  margin-top: 68px;
}
#section3 .kill-point {
  margin-top: 55px;
}

#section4 {
  position: relative;
  width: 2560px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/section4/bg_section4.jpg") 0 0 no-repeat;
  background-size: auto auto;
  padding-bottom: 120px;
}
#section4 .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1400px;
  height: auto;
}
#section4 .title {
  margin-top: 126px;
}
#section4 .tab {
  display: flex;
  width: 1200px;
  margin-top: 30px;
}
#section4 .tab button {
  width: 100%;
  height: 88px;
  background: url("../images/section4/tab.png") 0 0 no-repeat;
}
#section4 .tab button.active {
  background-position-y: -88px;
}
#section4 .tab-content {
  position: relative;
  margin-top: 54px;
}
#section4 .popup-buttons button {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
}
#section4 .popup-buttons .btn_more1 {
  top: 70px;
  left: 347px;
}
#section4 .popup-buttons .btn_more2 {
  top: 70px;
  left: 752px;
}
#section4 .popup-buttons .btn_more3 {
  top: 70px;
  left: 1157px;
}
#section4 .popup-buttons .btn_more4 {
  top: 413px;
  left: 193px;
}

#caution {
  position: relative;
  width: 2560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1d1d1e;
}
#caution .container {
  position: relative;
  z-index: 1;
  width: 1200px;
  padding: 80px 0;
}

#wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#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: auto;
  text-align: center;
  background: #d9d9d9;
}
footer img {
  display: inline-block;
}