@charset "UTF-8";

/* --------------------------------
   1) Fonts
-------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url('../../../font/Pretendard-Regular.woff2') format('woff2'),
  url('../../../font/Pretendard-Regular.woff') format('woff');
}

/* --------------------------------
   2) Reset / Base
-------------------------------- */
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
}

img,
fieldset,
input {
  border: 0;
}

img {
  display: block;
}

ul,
ol {
  list-style: none;
}

em,
address {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  vertical-align: top;
}

body,
input,
textarea,
select,
button,
table,
a {
  font-family: "Pretendard", "돋움", Dotum, AppleGothic, sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.blind {
  position: absolute;
  top: -9999px;
  left: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  clip: rect(0,0,0,0);
}

[role="button"] {
  user-select: none;
  cursor: default;
}

.scroll_lock {
  overflow: hidden;
}

/* --------------------------------
   3) Layout
-------------------------------- */
body {
  background-color: #314071;
}

.wrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.container {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}

.bg_l {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  margin-left: -600px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_l.jpg) no-repeat 100% 0;
}

.bg_r {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_r.jpg) no-repeat 600px 0;
}

/* --------------------------------
   4) Sections
-------------------------------- */
.sec {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.sec1 {
  height: 950px;
  padding-top: 329px;
  background-image: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_sec1.jpg);
  box-sizing: border-box;
}

.sec2 {
  height: 1170px;
  background-image: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_sec2.jpg);
}

.sec_inner{
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

/* 배너 영역 */
.banner_area {
  margin:0 auto 60px;
}
.banner_area:after{
  position: absolute;
  left: 0;
  top : 0;
  width: 100%;
  height: 180px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_banner.png) no-repeat 50% 0;
  content: "";
  pointer-events: none;
}

/* --------------------------------
   5) Swiper (Carousel)
-------------------------------- */
.swiper_wrap {
  position: relative;
  height: 573px;
  margin: 0 auto;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_swiper.png) no-repeat 50% 0;
  border-radius: 12px;
  box-sizing: border-box;
}
.swiper_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_shadow.png) no-repeat 50% 0;
  content: "";
  border-radius: 12px;
  pointer-events: none;
}

.swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 560px;
  border-radius: 12px;
}

.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  position: absolute;
  bottom: 34px !important;
  left: 50% !important;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  width:auto !important;
  min-width: 146px !important;
  height: 36px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.102);
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  width: 17px;
  height: 21px;
  margin: 0 13.5px !important;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/sp.png) 100% 0 no-repeat;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-position: 0 0 !important;
  opacity: 1;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 90px;
  height: 167px;
  transform: translateY(-50%);
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/btn_prev.png) no-repeat;
}

.swiper-button-prev {
  left: -129px;
}

.swiper-button-next {
  right: -129px;
  background-image: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/btn_next.png);
}

/* --------------------------------
   6) Components
-------------------------------- */
/* 게임 정보 */
.game_info {
  position: relative;
  margin: 0 auto 62px;
}

.game_info::after {
  position: absolute;
  top: 0;
  right: 440px;
  width: 4px;
  height: 97px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_line.png) no-repeat;
  content: "";
}

.game_info .txt {
  display: block;
  width: 513px;
  height: 95px;
  margin-top: 5px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/txt_royal.png) no-repeat;
}

.game_info .download {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 101px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/btn_download.png) no-repeat;
}

.video {
  position: relative;
  height: 570px;
  margin: 0 auto;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_video.png) no-repeat;
}

.video .ifr_youtube {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 996px;
  height: 557px;
  border: 0;
}

/* 푸터 */
.footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #000;
  color: #575963;
  font-size: 20px;
}
