@charset "UTF-8";

/* --------------------------------
   1) Fonts
-------------------------------- */
@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_v2.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_v2.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: 1091px;
  padding-top: 319px;
  background-image: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_sec1_v2.jpg);
  box-sizing: border-box;
}

.sec2 {
  height: 1029px;
  background-image: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_sec2_v2.jpg);
}

.sec_inner{
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

/* 배너 영역 */
.banner_area {
  margin:0 auto 68px;
}
.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: "";
}

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

.sec1 .btn_area {height: 151px}
.btn_gamestart {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 101px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/btn_gamestart_v2.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;
}

.maintenance .video{
  width: 1100px;
  height: 618px;
  margin:0 0 40px 0;
  background-image: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_video2.png);
}

.video .ifr_youtube {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 996px;
  height: 557px;
  border: 0;
}

.maintenance .video .ifr_youtube {
  width: 1096px;
  height: 614px;
  border-radius: 12px;
}

.maintenance .btn_area{
  margin: 0 0 40px 0;
  text-align: center;
}

.maintenance .btn_hangame,.maintenance .btn_back{
  display: block;
  width: 282px;
  height: 78px;
  margin: 0 auto 86px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/btn_hangame.png) no-repeat;
}

.maintenance .btn_back{
  background-image: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/btn_back.png);
}

.float_banner {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(625px);
  width: 202px;
  height: 282px;
  z-index: 10;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/btn_mobile_download.png) no-repeat;
}
.float_banner a{
  display: block;
  width: 100%;
  height: 100%;
}

.maintenance .float_banner{
  top: 539px;
  transform: translateX(573px);
  width: 192px;
  height: 272px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/btn_mobile_download2.png) no-repeat;
}

/* Popup */
.dimmed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #000;
  opacity: .7;
}

.ly_popup {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
  box-sizing: border-box;
  width: 430px;
  height: 660px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/layer_mobile_download_v3.png) no-repeat;
  margin: 0 auto;
  text-align: center;
}

.qr_box{
  position: absolute;
  top: 316px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
}

.store{
  position: absolute;
  top: 163px;
  left: 27px;
  width: 180px;
  height: 60px;
}

.selected a {
  width: 180px;
  height: 60px;
  border-radius: 8px;
  border:2px solid #8fb1fb;
  box-sizing: border-box;
}

.selected .store {
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/btn_mobile_active.png) -3px -2px no-repeat;
}
.selected .appstore {
  background-position: -197px -2px;
}
.selected .one {
  background-position: -3px -72px;
}
.selected .galaxy {
  background-position: -197px -72px;
}

.appstore, .galaxy{left:221px}

.one,.galaxy{top:233px}

.btn_go{
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 80px;
}

.btn_close{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
}

.maintenance{
  background:#080a12 url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_maintenance.jpg) no-repeat 50% 0;
}

.maintenance .header{
  position: relative;
  z-index: 10;
  width: 1100px;
  margin: 18px auto 40px;
}

.maintenance .header a{
  display: block;
  width: 100%;
  height: 100%;
}

.maintenance .logo{
  width: 221px;
  height: 33px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/logo_royalholdem.png) no-repeat 50% 0;
}
.maintenance .logo.hangame_logo{
  position: absolute;
  right: 0;
  top: 6px;
  width: 134px;
  height: 19px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/logo_hangame.png) no-repeat 50% 0;
}

.maintenance .container{
  width: 1100px;
}

.maintenance .tit{
  width: 591px;
  height: 153px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/tit_maintenance01.png) no-repeat 50% 0;
}

.maintenance .txt{
  width: 579px;
  height: 20px;
  margin: 38px 0 35px;
  background: url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/txt_maintenance01.png) no-repeat 50% 0;
}

.maintenance .info_box{
  position: relative;
  overflow: hidden;
  width: 576px;
  margin: 0 0 40px 13px;
  padding-bottom: 17px;
  background:#0a0c14 url(https://hangame-images.toastoven.net/hangame/aapokerinapp/event/landing_202509/pc/bg_maintenance_txt_v2.png) no-repeat 50% 0;
  border-bottom: 2px solid #3f4569;
}

.maintenance .info_box ul{
  overflow: hidden;
  padding: 20px 0 0 150px;
}

.maintenance .info_box li{
  min-height: 45px;
  font-size: 22px;
  color: #9caded;
}

.maintenance .info_detail{
  position: relative;
  overflow-y: auto;
  max-height: 117px;
  margin-top: 5px;
  line-height: 1.3;
  word-break: break-all;
  white-space: pre-line;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.maintenance .info_detail:first-child{
  margin-top: 0;
}

.maintenance .info_detail::after{
  content: "";
  position: sticky;
  display: block;
  bottom: 0;
  height: 32px;
  margin-top: -32px;
  background: linear-gradient(to bottom, rgba(10, 12, 20, 0), rgba(10, 12, 20, 0.92));
  pointer-events: none;
  opacity: 0;
}

.maintenance .info_detail.gradient::after{
  opacity: 1;
}

.maintenance .info_detail .info_list{
  margin: 0;
  padding: 0;
}

.maintenance .info_detail .info_list li{
  position: relative;
  min-height: unset;
  margin-top: 6px;
  padding-left: 14px;
}

.maintenance .info_detail .info_list li:first-child{
  margin-top: 0;
}

.maintenance .info_detail .info_list li::before{
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.maintenance .info_detail::-webkit-scrollbar{
  display: none;
}

/* 푸터 */
.footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: #000;
  color: #575963;
  font-size: 20px;
}
