/*****************************************
 * Reset
 ******************************************/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button {
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
input,
button {
  font-family: Malgun Gothic, Dotum, Helvetica, AppleSDGothicNeo, sans-serif;
  color: black;
}

img,
fieldset,
iframe {
  border: 0 none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

label,
button,
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input,
select,
button {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: 0;
}

button * {
  position: relative;
}

html:first-child select {
  height: 20px;
  padding-right: 6px;
}

option {
  padding-right: 6px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input::-ms-clear {
  display: none;
}

a {
  color: black;
  text-decoration: none;
  outline: none;
}

a[disabled] {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a:link,
a:visited {
  color: blue;
}

a:hover,
a:focus {
  color: red;
  text-decoration: underline;
}

a:active {
  color: yellow;
  text-decoration: underline;
}

body {
  background-color: #fff;
}

/*****************************************
 * Common
 *****************************************/
#wrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.5);
}

.hide {
  position: absolute;
  width: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  top: 0;
  left: -9999px;
  overflow: hidden;
}

.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

html.lock {
  overflow: hidden;
}

/*****************************************
 * event
 *****************************************/
#wrap {
  min-width: 1220px;
  max-width: 1920px;
}

.logo {
  position: absolute;
  top: 37px;
  left: 45px;
  z-index: 10;
}

#footer {
  position: relative;
  padding: 80px 0 50px;
  text-align: center;
  background: #dadada;
}

#footer a {
  display: block;
  margin: 0 auto 40px;
  width: 334px;
}
#footer a:hover {
  opacity: 0.8;
}

/*****************************************
 * top button
 *****************************************/
.anchor_top {
  position: fixed;
  bottom: 100px;
  right: 80px;
  background-color: rgba(0, 0, 0, 0.1);
}
.anchor_top:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1920px) {
  .anchor_top {
    right: 50%;
    margin-right: -870px;
  }
}
/*****************************************
 * home, youtube, facebook link
 *****************************************/
.link_div {
  z-index: 10;
  position: absolute;
  top: 45px;
  right: 58px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.link_div a {
  position: relative;
  width: 64px;
  height: 64px;
  background-image: url("https://img.sa.nexon.com/images/event/2025/0703/combo/link_bg.png");
  background-position-y: bottom;
}
.link_div a:nth-child(1) {
  background-position-x: 0%;
}
.link_div a:nth-child(2) {
  background-position-x: 33.3333%;
}
.link_div a:nth-child(3) {
  background-position-x: 66.6666%;
}
.link_div a:nth-child(4) {
  background-position-x: 100%;
}

.link_div a:hover {
  background-position-y: top;
}

/*****************************************
 * popup
 *****************************************/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  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 var(--youtube-close-color);
}

.popup-youtube .close:before,
.popup-youtube .close:after {
  position: absolute;
  top: 7px;
  left: 29px;
  content: "";
  height: 45px;
  width: 1px;
  background-color: var(--youtube-close-color);
}

.popup-youtube .close:before {
  transform: rotate(45deg);
}

.popup-youtube .close:after {
  transform: rotate(-45deg);
}

.popup-youtube .close:hover {
  background-color: var(--youtube-close-color);
}

.popup-youtube .close:hover:before,
.popup-youtube .close:hover:after {
  background-color: #fff;
}

:root {
  --youtube-close-color: #e73c7e;
}

/*****************************************
 * popup skin
 *****************************************/
#popup_character .popup-body {
  background: url("https://img.sa.nexon.com/images/event/2025/0703/combo/popup_character.jpg") no-repeat 0 32px;
  width: 850px;
  height: 1446px;
  padding: 32px 0;
  overflow: hidden;
}

#popup_character .popup_video {
  position: absolute;
  top: 812px;
  left: 29px;
  font-size: 0;
}

#popup_character .popup_video iframe {
  margin: 0 8px;
}

#popup_skin .popup-body {
  background: url("https://img.sa.nexon.com/images/event/2025/0703/combo/popup_skin.jpg") no-repeat;
  width: 850px;
  height: 752px;
  overflow: hidden;
}

#popup_skin .popup_skin_tabs {
  position: absolute;
  top: 80px;
  left: 28px;
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

#popup_skin .popup_skin_tabs button {
  background: url("https://img.sa.nexon.com/images/event/2025/0703/combo/popup_skin_tabs.png") no-repeat;
  display: block;
  width: 155px;
  height: 46px;
}

#popup_skin .popup_skin_cont {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 460px;
}

#popup_skin .popup_skin_cont p {
  display: none;
}

#popup_skin .popup_skin_cont p.on {
  display: block;
}

/*****************************************
 * header
 *****************************************/
#header {
  position: relative;
  background: #110e09 url("https://img.sa.nexon.com/images/event/2025/0703/combo/header.jpg") no-repeat 50% 0;
}

#header .inner {
  height: 901px;
}

#header .content {
  position: absolute;
  top: 255px;
  left: -200px;
  width: 588px;
  height: 406px;
}

#header .title {
  position: absolute;
  display: block;
}
#header .title--1 {
  left: 79px;
  top: 0;
}
#header .title--2 {
  left: 5px;
  top: 51px;
}
#header .title--3 {
  top: 196px;
  left: -21px;
}

#header .btn_video {
  z-index: 2;
  position: absolute;
  top: 333px;
  left: 15px;
  width: 232px;
  overflow: hidden;
}

#header .btn_season {
  z-index: 1;
  position: absolute;
  top: 331px;
  left: 213px;
}

#header .btn_video:hover,
#header .btn_season:hover {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.75));
}

#header .floating {
  z-index: 1;
  position: absolute;
  top: 587px;
  right: 57px;
}
#header .floating:hover {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 1700px) {
  #header .inner {
    position: static;
  }
  #header .content {
    left: 44px;
  }
}
/*****************************************
 * event01
 *****************************************/
#event01 {
  position: relative;
  background: #141414 url("https://img.sa.nexon.com/images/event/2025/0703/combo/event01_bg.jpg") no-repeat 50% 0;
}

#event01 .inner {
  height: 1841px;
}

#event01 .title {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 87px;
}

#event01 .title-deco {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -58.5px;
}

#event01 .btn_guide {
  display: block;
  margin: 0 auto;
  padding-top: 32px;
}
#event01 .btn_guide:hover {
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.25));
}

#event01 .reward {
  padding-top: 32px;
}

#event01_content01 {
  scroll-margin-top: 165px;
}

#event01 .tab_content .slide_div .paging {
  position: relative;
  margin-bottom: 6px;
  text-align: center;
}

#event01 .tab_content .slide_div .paging div {
  position: relative;
  display: inline-block;
  width: 186px;
  text-align: center;
  vertical-align: middle;
}

#event01 .tab_content .slide_div .paging div p {
  display: none;
  text-align: center;
}

#event01 .tab_content .slide_div .paging div p.on {
  display: block;
}

#event01 .tab_content .slide_div .paging button {
  position: relative;
  overflow: hidden;
  width: 84px;
  height: 82px;
}

#event01 .tab_content .slide_div .paging button img {
  position: absolute;
  left: 0;
  top: 0;
}

#event01 .tab_content .slide_div .paging button:hover img {
  top: initial;
  bottom: 0;
}

#event01 .tab_content .slide_div .slider p {
  display: none;
  position: relative;
}

#event01 .tab_content .slide_div .slider p.on {
  display: block;
}

#event01 .tab_content .content:last-child .slide_div .slider p {
  min-height: 642px;
}

#event01 .tab_content .content:last-child .slide_div .slider p.on {
  display: flex;
}

#event01 .tab_buttons {
  position: relative;
  display: flex;
  padding-top: 96px;
  gap: 5px;
}
#event01 .tab_buttons::before {
  content: "";
  position: absolute;
  top: 58px;
  left: -3.5px;
  width: 1207px;
  height: 166px;
  background: url("https://img.sa.nexon.com/images/event/2025/0703/combo/event01_line.png") no-repeat center center/cover;
}

#event01 .tab_buttons > span {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 397px;
  box-sizing: border-box;
}
#event01 .tab_buttons > span:nth-child(1) {
  padding-left: 14px;
}
#event01 .tab_buttons > span:nth-child(1) a {
  left: 192px;
}
#event01 .tab_buttons > span:nth-child(2) {
  padding-left: 31px;
}
#event01 .tab_buttons > span:nth-child(2) a {
  left: 230px;
}
#event01 .tab_buttons > span:nth-child(3) {
  padding-left: 53px;
}
#event01 .tab_buttons > span:nth-child(3) a {
  left: 201px;
}

#event01 .tab_buttons a {
  position: absolute;
  top: 94px;
}
#event01 .tab_buttons a:hover {
  opacity: 0.8;
}

#event01 .gif {
  position: absolute;
  left: 453px;
  top: 134px;
  display: block;
  width: 76px;
  height: 14px;
  overflow: hidden;
}

#event01 .bonus {
  position: absolute;
  top: -24px;
  pointer-events: none;
}
#event01 .bonus--1 {
  left: 132px;
}
#event01 .bonus--2 {
  left: 408px;
}
#event01 .bonus--3 {
  right: 26px;
}