@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
html,
body {
  font-size: 62.5%;
}
html.nscroll {
  overflow: hidden;
}
@media (min-width: 1024px) {
  html {
    overflow: inherit !important;
  }
}

* {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", helvetica,
    "Malgun Gothic", "맑은 고딕", helvetica, sans-serif;
  line-height: 130%;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.specialFont,
.specialFont * {
  font-family: "ONE-Mobile", "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo",
    helvetica, "Malgun Gothic", "맑은 고딕", helvetica, sans-serif;
}
a {
  text-decoration: none;
}
button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  appearance: none;
}

header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  transition: all 0.5s ease-out 0s;
  height: 6rem;
}
header h2 {
  display: block;
  position: absolute;
  left: 2rem;
  top: 0;
  height: 6rem;
  z-index: 1;
}
header h2 a {
  display: flex;
  align-items: center;
  height: 100%;
}
header h2 img {
  display: block;
  height: 3.6rem;
}
header h2 img.logoText {
  height: 2.8rem;
  margin-left: 0.6rem;
}

header .pcNav-wrap {
  display: none;
  position: relative;
}
header .nav_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #111;
  transition: all 0.3s ease-out 0s;
  z-index: 0;
}
header.navOn .nav_bg {
  height: 100%;
}

header .header-go-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: min(820px, calc(100vw - 40px));
  text-align: center;
}

header .header-go-wrap,
header .header-go-wrap *,
header .header-go-wrap *::before,
header .header-go-wrap *::after {
  box-sizing: border-box;
}

header .glow-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 820px;
  padding: 50px 60px;
  font-family: "Segoe UI", "Poppins", "Georgia", sans-serif;
  line-height: normal;
  border: 1px solid rgba(255, 215, 0, 0.15);
  border-radius: 40px;
  background: rgba(20, 16, 10, 0.35);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 215, 0, 0.05) inset,
    0 0 60px rgba(255, 215, 0, 0.03);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  transition: all 0.6s ease;
}

header .glow-wrapper:hover {
  border-color: rgba(255, 215, 0, 0.3);
  background: rgba(20, 16, 10, 0.45);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 215, 0, 0.1) inset,
    0 0 80px rgba(255, 215, 0, 0.06);
}

header .glow-title {
  display: block;
  width: 100%;
  text-align: center;
}

header .shimmer-text {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  font-size: clamp(41.6px, 11vw, 83.2px);
  font-weight: 800;
  line-height: normal;
  letter-spacing: 3px;
  word-break: normal;
  overflow-wrap: normal;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(
    135deg,
    #f7d875 0%,
    #f5b81b 20%,
    #ffe066 40%,
    #f7c948 60%,
    #f5d54a 80%,
    #f7d875 100%
  );
  background-size: 300% 300%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 40px rgba(255, 215, 0, 0.2),
    0 0 100px rgba(255, 200, 0, 0.08);
  animation: shimmerFlow 4.5s ease-in-out infinite alternate;
}

header .shimmer-text::after {
  content: "와일드 홀덤 바로가기!";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.4;
  color: transparent;
  background: radial-gradient(
    circle at 25% 25%,
    rgba(255, 230, 150, 0.3) 0%,
    transparent 55%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 80px rgba(255, 215, 0, 0.25);
  animation: sparkleOverlay 3s ease-in-out infinite alternate;
}

header .sparkle-deco {
  display: inline-block;
  color: #f7d44a;
  margin: 0 10px;
  font-size: clamp(19.2px, 4vw, 35.2px);
  text-shadow: 0 0 25px rgba(255, 215, 0, 0.5),
    0 0 70px rgba(255, 200, 0, 0.2);
  animation: twinkleStar 2.2s ease-in-out infinite alternate;
}

header .sparkle-deco:last-child {
  animation-delay: 1s;
}

header .sub-text {
  margin-top: 18px;
  color: #d4a830;
  font-size: clamp(14.4px, 2.5vw, 19.2px);
  font-weight: 300;
  letter-spacing: 8px;
  line-height: normal;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.15);
}

header .inline-sparkle {
  display: inline-block;
  margin: 0 4px;
  color: #f5c542;
  animation: twinkleStar 1.6s ease-in-out infinite alternate;
}

header .sub-text .inline-sparkle:first-child {
  animation-delay: 0.3s;
}

header .sub-highlight {
  display: inline-block;
  color: transparent;
  font-weight: 500;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #f7d875, #f5b81b, #ffe066, #f7c948);
  background-size: 250% 250%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerFlow 4s ease-in-out infinite alternate;
}

header .delay-short {
  animation-delay: 0.3s;
}

header .delay-mid {
  animation-delay: 0.5s;
}

header .delay-long {
  animation-delay: 1s;
}

header .action-btn {
  display: inline-block;
  margin-top: 42px;
  padding: 18px 56px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.35);
  border-radius: 60px;
  color: #1a1208;
  background: linear-gradient(145deg, #f7d44a, #e8b82a);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 215, 0, 0.1) inset,
    0 0 50px rgba(255, 215, 0, 0.06);
  font-size: 19.2px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  cursor: pointer;
  text-decoration: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all 0.35s ease;
}

header .action-btn:hover {
  transform: translateY(-3px) scale(1.03);
  border-color: rgba(255, 215, 0, 0.6);
  background: linear-gradient(145deg, #ffe066, #f5c542);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 215, 0, 0.25) inset,
    0 0 70px rgba(255, 215, 0, 0.2);
}

header .action-btn:active {
  transform: scale(0.96) translateY(0);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

header .action-btn::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -30%;
  width: 160%;
  height: 160%;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    circle at 30% 20%,
    rgba(255, 230, 150, 0.2) 0%,
    transparent 50%
  );
  transition: opacity 0.6s ease;
}

header .action-btn:hover::before {
  opacity: 1;
}

header .btn-star {
  display: inline-block;
  margin-right: 12px;
  color: #3a2a10;
  animation: twinkleStar 1.8s ease-in-out infinite alternate;
}

header .deco-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
  opacity: 0.6;
}

header .deco-line .line {
  flex: 1;
  max-width: 80px;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(90deg, transparent, #f5c542, transparent);
}

header .deco-line .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f7d44a;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.4);
  animation: twinkleStar 1.4s ease-in-out infinite alternate;
}

@keyframes shimmerFlow {
  0% {
    background-position: 0% 50%;
    text-shadow: 0 0 30px rgba(255, 215, 0, 0.15),
      0 0 80px rgba(255, 200, 0, 0.05);
  }
  60% {
    text-shadow: 0 0 60px rgba(255, 215, 0, 0.35),
      0 0 120px rgba(255, 200, 0, 0.12);
  }
  100% {
    background-position: 100% 50%;
    text-shadow: 0 0 40px rgba(255, 215, 0, 0.2),
      0 0 90px rgba(255, 200, 0, 0.08);
  }
}

@keyframes sparkleOverlay {
  0% {
    opacity: 0.15;
    transform: translateX(-4%) scale(0.98);
  }
  100% {
    opacity: 0.5;
    transform: translateX(-2%) scale(1.02);
  }
}

@keyframes twinkleStar {
  0% {
    opacity: 0.3;
    transform: scale(0.7) rotate(0deg);
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1.3) rotate(25deg);
    text-shadow: 0 0 50px rgba(255, 215, 0, 0.6),
      0 0 100px rgba(255, 200, 0, 0.2);
  }
}

@media (max-width: 600px) {
  header .header-go-wrap {
    top: 20px;
    right: 20px;
    width: calc(100vw - 40px);
  }

  header .glow-wrapper {
    padding: 32px 20px;
    border-radius: 28px;
  }

  header .action-btn {
    width: 100%;
    max-width: 280px;
    padding: 15px 30px;
    font-size: 16px;
  }

  header .sparkle-deco {
    margin: 0 4px;
  }

  header .deco-line .line {
    max-width: 40px;
  }
}

@media (max-width: 400px) {
  header .glow-wrapper {
    padding: 24px 14px;
  }
}

/****************** 자체 수정 **************************************************************/
.online-wrapper {
  color: #95aaca;
}
.online-wrapper-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
  justify-content: center;
}
.online-wrapper-col {
  width: calc(33.33333% - 16px);
  display: flex; /* 내부 요소를 위한 flex */
  flex-direction: column; /* 내부 콘텐츠를 세로 정렬 */
  justify-content: start; /* 내용 중앙 정렬 */
}
.online-container {
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgb(214, 214, 214);
  background: #fff;
  box-sizing: border-box;
}
.online-container-tech .title-wrap {
  text-align: center;
  margin-top: 60px;
}
.online-container-tech .title-point {
  display: inline-block;
  padding-bottom: 4px;
  font-weight: 700;
  font-size: 2.2rem;
  color: #000;
  border-bottom: 1px solid #000;
}
.online-container-tech .title {
  display: inline-block;
  padding: 8px 0;
  font-weight: 700;
  font-size: 2.75rem;
  color: #000;
}
.online-container-tech .desc {
  font-size: 1.6rem;
  color: #333;
}
.online-container .game-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover; /* 비율 유지하면서 꽉 채우기 */
}
.online-container .desc-container {
  height: 100%;
  margin-top: -3px;
  background: linear-gradient(to bottom, #1b193c, #272454);
  padding: 16px;
}
.online-container .desc-container hr {
  border: none; /* 기본 선 제거 */
  border-top: 2px solid #283593;
  margin: 24px 0;
}
.online-container .desc-container .title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #d2d4ff;
}
.online-container .desc-container .desc {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 1.8rem;
  color: #787bff;
}
.online-container .desc-container .desc-detail {
  line-height: 1.5;
}
.online-container .desc-container .desc-detail li {
  font-size: 1.5rem;
  list-style: none;
  margin-bottom: 8px;
  line-height: 1.5;
}
.online-container .desc-container .desc-detail li .desc-point {
  font-weight: bold;
  color: #d2d4ff;
}
.online-container .desc-container .desc-detail li:last-child {
  margin-bottom: 0px;
}
.online-container .desc-container .title-wrap .title-point {
  display: inline-block;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 1.6rem;
  color: #787bff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.online-container .desc-container .title-wrap .title {
  color: white;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 40px 0 24px;
}
.online-container .desc-container .title-wrap .desc {
  font-size: 1.125rem;
  line-height: 1.5;
}
.provider {
  margin-top: 60px;
}
.provider .provider-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
}
.provider .provider-row .provider-col {
  flex: calc(25% - 18px);
  display: flex; /* 내부 요소를 위한 flex */
  flex-direction: column; /* 내부 콘텐츠를 세로 정렬 */
  justify-content: start; /* 내용 중앙 정렬 */
}
.provider .provider-row .provider-col .online-container .game-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover; /* 비율 유지하면서 꽉 채우기 */
}
.safe-platform {
  margin-top: 60px;
}
.safe-platform .safe-platform-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 48px;
}
.safe-platform .safe-platform-row .safe-platform-col {
  flex: calc(50% - 24px);
}
.safe-platform .platform-title {
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #f2f2f2;
}
.safe-platform .platform-title .title-point {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
  letter-spacing: normal;
  color: #1976d2;
}
.safe-platform .platform-title .title {
  color: #333;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 24px 0 24px;
}
.safe-platform .platform-title .desc {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
}
.safe-platform .platform-desc-wrap {
  margin-bottom: 22px;
}
.safe-platform .platform-desc-wrap .title {
  color: #333;
  font-weight: 700;
  font-size: 2.2rem;
  margin: 4px;
}
.safe-platform .platform-desc-wrap .desc {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #555;
}
.safe-platform .platform-desc-wrap:last-child {
  margin-bottom: 0px;
}
.api-solution .title-h2 {
  display: block;
  padding-bottom: 45px;
  font-weight: 700;
  text-align: center;
  font-size: 2.75rem;
  color: #000;
}
.api-solution .online-wrapper .online-container .thumb-wrap {
  background: rgba(132, 169, 226, 0.2);
  padding: 24px;
  text-align: center;
}
.api-solution .online-wrapper .online-container .thumb-wrap .game-thumb {
  width: 100%;
  max-width: 120px;
  aspect-ratio: auto !important;
}
.api-solution .online-wrapper .online-container .desc-container {
  background: linear-gradient(to bottom, #1b193c, #272454);
  padding: 20px;
}
.api-solution .online-wrapper .online-container .desc-container .title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: 700;
  color: #d2d4ff;
}
.api-solution .online-container .desc-container .desc-detail {
  line-height: 1.5;
  font-size: 1.6rem;
}
.Key-Features {
  position: relative;
  margin-top: 60px;
}
.Key-Features .title-h2 {
  display: block;
  font-size: 2.75rem;
  text-align: center;
  margin-bottom: 45px;
  color: #000;
}
.Key-Features .Key-Features-row {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 24px 48px;
}
.Key-Features .Key-Features-col {
  width: calc(50% - 24px);
  display: flex; /* 내부 요소를 위한 flex */
}
.Key-Features .title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.Key-Features .desc {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #555;
}
.devider {
  margin-top: 60px;
  border: 1px solid #ddd;
}

@media (max-width: 600px) {
  .online-wrapper-col {
    flex: calc(100% - 0px);
  }
  .online-container-tech .title-wrap {
    margin-top: 45px;
  }
  .provider {
    margin-top: 24px;
  }
  .provider .provider-row .provider-col {
    flex: calc(100% - 0px);
  }
  .safe-platform {
    margin-top: 45px;
  }
  .safe-platform .safe-platform-row .safe-platform-col {
    flex: calc(100% - 0px);
  }
  .safe-platform .safe-platform-row .safe-platform-col.order-first {
    order: 1;
  }
  .safe-platform .safe-platform-row .safe-platform-col.order-last {
    order: 2;
  }
  .safe-platform .platform-desc-wrap .title {
    color: #fff;
  }
  .safe-platform .platform-desc-wrap .desc {
    color: #fff;
  }
  .Key-Features {
    margin-top: 45px;
  }
  .Key-Features .Key-Features-col {
    width: calc(100% - 0px);
  }
}
/************************************* 자체 수정 **************************************************************/

.sub-wrap header.navOn * {
  color: #fff;
}

.pcNav {
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-right: 3rem;
}
.pcNav > ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0 5rem;
}
.pcNav > ul > li {
  list-style-type: none;
}
.pcNav > ul > li {
  padding-left: 4rem;
}
.pcNav > ul > li:nth-child(1) {
  min-width: 15rem;
}
.pcNav > ul > li:nth-child(2) {
  min-width: 15rem;
}
.pcNav > ul > li:nth-child(3) {
  padding-left: 0;
}
.pcNav > ul > li > a {
  font-size: 5.6rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 8rem;
  display: block;
  color: #222;
}
.pcNav > ul > li > a:hover {
  opacity: 1;
}

.pcNav .nav-s {
  padding-bottom: 3rem;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.2s;
}
.pcNav .nav-s > li {
  display: block;
}
.pcNav .nav-s > li > a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 3.6rem;
  color: #222;
  position: relative;
  display: block;
}
.pcNav .nav-s > li > a:after {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: all 0.3s ease-out 0s;
}
.pcNav .nav-s > li > a:hover:after {
  width: 100%;
}
header.navOn .pcNav .nav-s {
  visibility: visible;
  opacity: 1;
  height: auto;
}

header .pcNav-wrap:before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 40rem;
  display: block;
  width: 0.1rem;
  background-color: #fff;
  opacity: 0.5;
  z-index: 1;
}
header.navOn .pcNav-wrap:before {
  height: calc(100% - 6rem);
}

.mobileNav > ul {
  display: block;
  width: 86.111%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1001;
  padding: 6rem 3rem;
  background-color: #111;
  transition: all 0.3s ease-out 0s;
}
.mobileNav > ul > li {
  list-style-type: none;
}
.mobileNav > ul > li + li {
  margin-top: 2rem;
}
.mobileNav > ul > li > a {
  font-size: 5.6rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 6.4rem;
  color: #fff;
}

.mobileNav .nav-s {
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  max-height: 0;
  overflow: hidden;
}
.mobileNav .nav-s > li {
  display: block;
}
.mobileNav .nav-s > li > a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 3.6rem;
  color: #fff;
  position: relative;
  display: block;
}
.mobileNav .navShow .nav-s {
  visibility: visible;
  max-height: 30rem;
  padding-bottom: 2rem;
  padding-top: 1rem;
  border-bottom: 1px solid #fff;
}

header.open .mobileNav > ul {
  right: 0;
}
.navBg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;
  background-color: #000;
  z-index: 1;
}
header.open .navBg {
  display: block;
  height: 100vh;
}

.mobileNav-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10002;
  width: 6rem;
  height: 6rem;
  font-size: 0;
  background-color: transparent;
  transition: all 0.3s ease-out 0s;
}

.mobileNav-btn:before,
.mobileNav-btn:after {
  transition: all 0.3s ease-out 0s;
  content: "";
  position: absolute;
  display: block;
  width: 2.2rem;
  height: 2px;
  background-color: #111;
  left: calc(50% - 1.1rem);
}
.mobileNav-btn:before {
  top: calc(50% - 3px);
}
.mobileNav-btn:after {
  top: calc(50% + 3px);
}

header.open .mobileNav-btn:before,
header.open .mobileNav-btn:after {
  left: calc(50% - 1.1rem);
  background-color: #f5ff00 !important;
}
header.open .mobileNav-btn:before {
  transform: rotate(45deg);
}
header.open .mobileNav-btn:after {
  top: calc(50% - 3px);
  transform: rotate(-45deg);
}

.mobileMain {
  display: block;
}

@media (min-width: 1024px) {
  header {
    padding: 0;
    height: 8rem;
  }
  header h2 {
    left: 3rem;
    height: 8rem;
  }
  header h2 img {
    height: 5rem;
  }
  header h2 img.logoText {
    margin-left: 1rem;
  }
  .mobileNav,
  .mobileNav-btn {
    display: none;
  }

  .play-btn {
    width: 150px;
    height: 150px;
  }
  .play-btn {
    background-size: 140px 140px;
  }

  header .pcNav-wrap {
    display: block;
  }

  .mobileMain {
    display: none;
  }
}

.section-wrap {
  position: relative;
}
.section-wrap::before {
  content: "";
  display: none;
  width: 2px;
  height: calc(100vh - 160px);
  position: fixed;
  top: 80px;
  left: 30px;
  background-color: #222;
  z-index: 10;
}
.section-wrap::after {
  content: "";
  display: none;
  width: 2px;
  height: calc(100vh - 160px);
  position: fixed;
  top: 80px;
  right: 30px;
  background-color: #222;
  z-index: 10;
}
.subSection-wrap::before,
.subSection-wrap::after {
  height: calc(100vh - 140px);
}
@media (min-width: 1024px) {
  .section-wrap::before,
  .section-wrap::after {
    display: block;
  }
  .col-md-auto {
    width: 20%;
  }
}

footer {
  padding: 0 2rem;
  height: 80px;
}
footer * {
  font-size: 1.4rem;
  color: #222;
}
footer .inner {
  padding: 2rem 0;
}

.footerNav {
  margin-bottom: 3rem;
}
.footerNav ul li {
  list-style-type: none;
  position: relative;
}
.footerNav ul li + li {
  margin-top: 1rem;
}

@media (min-width: 800px) {
  footer {
    height: auto;
  }
  footer .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 8rem;
    flex-flow: row-reverse;
    padding: 0;
  }
  .footerNav {
    margin-left: auto;
    margin-bottom: 0;
  }
  .footerNav ul {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .footerNav ul li + li {
    padding-left: 1rem;
    margin-top: 0;
  }
  .footerNav ul li + li:before {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    left: 0;
    top: 20%;
    background-color: #222;
    opacity: 0.5;
  }
}
@media (min-width: 1024px) {
  footer {
    padding: 0 3rem;
  }
}

/**************************************************************************/

.scrollOn .main-wrap header {
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);
}
.scrollOn .main-wrap header .mobileNav-btn:before,
.scrollOn .main-wrap header .mobileNav-btn:after {
  background-color: #000;
}

.main-wrap {
  position: relative;
}
.main-wrap:before {
  content: "";
  display: block;
  background-image: url("../img/shadow.png");
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 250px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  z-index: 10;
  opacity: 1;
}

.main-wrap header {
  transform: translateY(0) !important;
}

.main-wrap .mobileNav-btn:before,
.main-wrap .mobileNav-btn:after {
  background-color: #fff;
}
.main-wrap .pcNav ul li a {
  color: #fff;
}

.mainSlider-wrap {
  font-size: 0;
}
.mainSlider {
  background-color: #000;
}
.mainSlider-item .inner {
  height: 100vh;
  position: relative;
}
.mainSlider-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.mainSlider-text {
  position: absolute;
  bottom: 120px;
  left: 4rem;
  z-index: 10;
  color: #fff;
}
.mainSlider-text p {
  font-weight: 600;
  font-size: 4.9vw;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  word-break: keep-all;
}
.mainSlider-text span {
  background: linear-gradient(
    to right,
    #bf953f,
    #fcf6ba,
    #b38728,
    #fbf5b7,
    #aa771c
  );
  background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
  text-shadow: none;
}
.mainSlider-text span:after {
  background: none;
  content: attr(data-heading);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  text-shadow: -1px 0 1px rgba(198, 187, 159, 0.3),
    0 1px 1px rgba(198, 187, 159, 0.3), 2px 2px 5px rgba(0, 0, 0, 0.4),
    -2px -2px 5px rgba(0, 0, 0, 0.4);
}

.sliderControl {
  position: absolute;
  right: 100px;
  top: calc(50% + 120px);
  display: none;
}
.sliderControl button {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.sliderControl .sliderCount {
  font-size: 1.6rem;
  color: #fff;
  opacity: 0.4;
}
.sliderControl .sliderCount > * {
  display: inline-block;
  vertical-align: middle;
}
.sliderControl .sliderCount i {
  padding: 0 1rem;
}
.slider-dots {
  width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, 0);
}
.slider-dots .slick-dots {
  display: flex;
  gap: 2px;
}
.slider-dots .slick-dots li {
  list-style-type: none;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.3);
  height: 3px;
  position: relative;
}
.slider-dots .slick-dots li button {
  display: block;
  height: 3px;
  width: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
}
.slider-dots .slick-dots li.slick-active button {
  width: 100%;
  transition: width 2.8s ease-out 0.4s;
}
body:not(.loaded) .slider-dots .slick-dots li.slick-active button {
  width: 0;
}

@media (min-width: 500px) {
  .mainSlider-text p {
    font-size: 2.5rem;
  }
}

@media (min-width: 720px) {
  .mainSlider-text p {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .mainSlider-text {
    width: calc(100% - 200px);
    left: 50%;
    top: calc(50% + 120px);
    transform: translate(-50%, 0);
    padding-right: 230px;
  }
  .mainSlider-text p {
    font-size: 3.3rem;
  }

  .sliderControl {
    display: flex;
    gap: 1rem;
  }
  .sliderControl .inner {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .slider-dots {
    width: calc(100% - 200px);
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1200px) {
  .mainSlider-text p {
    font-size: 4rem;
  }
  .mainSlider-text {
    width: calc(100% - 320px);
  }
  .sliderControl {
    right: 160px;
  }
  .slider-dots {
    width: calc(100% - 320px);
  }
}

@media (min-width: 1300px) {
  .mainSlider-text p {
    font-size: 4.5rem;
  }
}

.main-wrap .section-wrap::before,
.main-wrap .section-wrap::after {
  background-color: #fff;
}

.main-wrap .footerNav ul li + li:before {
  background-color: #fff;
}

@media (max-width: 1024px) {
  .play-btn {
    width: 100px;
    height: 100px;
  }
  .play-btn {
    background-size: 120px 120px;
  }
}
@media (min-width: 1024px) {
  .main-wrap footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .main-wrap footer * {
    color: #fff;
  }
}

.mobileMain > div {
  padding: 40px 0;
  scroll-margin-top: 60px;
}
.mobileMain > div:nth-child(even) {
  background-color: #000;
}
.mobileMain > div:nth-child(even) * {
  color: #fff;
}
.mobileMain > div:nth-child(even) .title-img {
  border: 2px solid #fff;
}
.mobileMain > div .subSection-wrap {
  padding-top: 0;
}
.mobileMain > div .content-nav {
  display: none;
}
.mobileMain > div .container-full {
  margin-bottom: 40px;
  margin-top: 25px;
}
.mobileMain > div h1.subTitle {
  font-size: 24px;
  margin-top: 0;
}
.mobileMain > div .title-img {
  width: calc(100% - 40px);
  margin: auto;
  border-radius: 20px;
}
.mobileMain > div .text-wrap {
  padding: 20px 0 30px;
}
.mobileMain > div .content-inner > *:last-child {
  padding-bottom: 0;
}
.mobileMain > div .sub-list {
  padding-bottom: 0;
}

.mainSub-title {
  padding: 0 20px 0 20px;
  margin-bottom: 15px;
}
.mainSub-title strong {
  font-size: 18px;
  display: block;
  opacity: 0.5;
  position: relative;
  padding-left: 26px;
  font-family: "ONE-Mobile", "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo",
    helvetica, "Malgun Gothic", "맑은 고딕", helvetica, sans-serif;
}
.mainSub-title strong:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon1.png");
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.06em;
}
.mobileMain > div:nth-child(even) .mainSub-title strong:before {
  background-image: url("../img/icon2.png");
}

/**************************************************************************/

.subSection-wrap {
  padding-top: 5rem;
}
.sub-wrap {
  min-height: 100vh;
  padding-bottom: 180px;
  position: relative;
}
.sub-wrap header {
  background-color: #fff;
}
.sub-wrap footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 800px) {
  .sub-wrap {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .subSection-wrap {
    padding-top: 8rem;
  }
}

.container {
  padding: 0 2rem;
}
.container ~ .container {
  margin-top: 40px;
}
.container-full {
  padding: 0 !important;
}
.content {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

h1.subTitle {
  font-size: 32px;
  letter-spacing: -1.2px;
  margin-top: 50px;
}
h2.subTitle {
  font-size: 20px;
  letter-spacing: -1.2px;
}
h3.subTitle {
  font-size: 18px;
  letter-spacing: -1.2px;
  display: flex;
  color: #5c6d7f;
}
h3.subTitle span {
  margin-left: auto;
  font-weight: normal;
  font-size: 0.9em;
  color: #888;
}

.title-img {
  overflow: hidden;
  position: relative;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.title-img-back1 {
  background-color: #141414;
  background-image: url(../img/title_bg1.jpg);
}
.title-img-back2 {
  background-color: #1c1a1b;
  background-image: url(../img/title_bg2.jpg);
}
.title-img-back3 {
  background-color: #382819;
  background-image: url(../img/title_bg3.jpg);
}
.title-img-back4 {
  background-color: #17101f;
  background-image: url(../img/title_bg4.jpg);
}
.title-img-back5 {
  background-color: #191512;
  background-image: url(../img/title_bg5.jpg);
}
.title-img-back6 {
  background-color: #191512;
  background-image: url(../img/title_bg6.jpg);
}
.title-img img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  height: 100%;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: 50% 50%;
}
.title-img-full img {
  object-fit: cover;
}

.content-nav {
  margin-bottom: 40px;
}
.content-nav ul {
  display: none;
}
.content-nav ul li {
  list-style-type: none;
}
.content-nav ul li + li {
  margin-top: 15px;
}
.content-nav ul li a {
  font-size: 18px;
  letter-spacing: -0.6px;
  font-weight: 600;
  color: #111;
  opacity: 0.3;
  line-height: 1.4;
}
.content-nav ul li.current a {
  border-bottom: 2px solid #111;
  opacity: 1;
}
.content-nav select {
  margin-top: 20px;
  appearance: none;
  border: 0;
  outline: none;
  width: 100%;
  border: 2px solid #222;
  font-size: 16px;
  padding: 16px 15px 15px;
  background-color: #fff;
  font-weight: 700;
  background-image: url(../img/select_arrow.png);
  background-size: 10px 5px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  color: #333;
}

.text-wrap {
  border-top: 2px solid #666;
  margin-top: 10px;
  padding: 20px 0 45px;
}
.text-inner {
  font-size: 19px;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 528px) {
  .text-inner {
    font-size: 3.6vw;
  }
}

.chart-wrap {
  border-top: 2px solid #666;
  margin-top: 10px;
  padding: 40px 0;
}
.chart-wrap .img_chart {
  margin-bottom: 30px;
}
.chart-wrap .img_chart > * {
  display: block;
  width: 100%;
}
.chart-wrap .img_chart strong {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.chart-wrap .img_chart img {
  max-width: 400px;
  margin: auto;
}

table {
  width: 100%;
  border-top: 2px solid #666;
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
table > caption {
  position: static;
  text-indent: -9999em;
  height: 0px;
}
.listTable {
  width: 100%;
  table-layout: fixed;
  font-size: 1.4rem;
  margin-top: 10px;
}
.listTable thead {
  background-color: #f9f9f9;
  font-size: 1.6rem;
}
.listTable tr {
  border-bottom: 1px solid #ccc;
}
.listTable tr.em {
  background-color: #f2f2f2;
}
.listTable th,
.listTable td {
  padding: 1.5rem 0.2rem;
  text-align: center;
}
.close-video {
  color: white;
  font-size: 35px;
  z-index: 10002;
  position: absolute;
  right: 0;
  bottom: 100%;
  font-weight: 200;
  /* width: 30px; height: 30px; line-height: 30px; */
  color: #f5ff00 !important; /* color: #333; */
  opacity: 1;
}
.play-btn {
  display: block;
  box-sizing: border-box;
  border-radius: 100px;
  border: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/play_btn.png);
  transform: translate(-50%, -50%);
}
.video-con {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
}
.video-back {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  position: absolute;
  z-index: 10000;
}
.video-wrap {
  width: 60vh;
  height: calc(57.25vh * 0.6);
  position: absolute;
  z-index: 10001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pc {
  font-size: 3.1vw;
  line-height: 1.5em;
}
.pc .sub-ul {
  list-style: none;
  padding: 30px 0px 0px 40px;
}
.sub-ul .title {
  font-size: 2.6vw;
  line-height: 1.5em;
  padding-bottom: 10px;
  padding-top: 20px;
  font-weight: 700;
}
.sub-list {
  padding: 30px 0 40px;
}
.sub-list dt {
  font-family: "ONE-Mobile", "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo",
    helvetica, "Malgun Gothic", "맑은 고딕", helvetica, sans-serif;
  color: #5c6d7f;
  font-weight: 900;
  font-size: 19px;
}
.sub-list > * ~ dt {
  margin-top: 20px;
}
.sub-list > dd {
  margin-top: 10px;
  line-height: 1.7;
}
.sub-list > * {
  display: block;
  padding-left: 30px;
  position: relative;
}
.sub-list > *:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #5c6d7f;
}
.sub-list > dt:before {
  top: 0.5em;
}
.sub-list > dd:before {
  height: 3px;
  background-color: #ccc;
  top: 0.72em;
}

.grid {
  margin-top: 10px;
}
.grid .row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.col-md-auto {
  width: 100%;
}
.logo-grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 32%;
  outline: 1px solid #5c6d7f;
  border-radius: 3px;
  position: relative;
}

.logo-grid-item.banner .partnet-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "ONE-Mobile", "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo",
    helvetica, "Malgun Gothic", "맑은 고딕", helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.logo-grid-item.banner {
  background-size: cover;
  background-repeat: no-repeat;
}
.logo-grid-item.banner.type1 {
  background-image: url(../img/banner/yolo.jpg);
}
.logo-grid-item.banner.type2 {
  background-image: url(../img/banner/superman.jpg);
}
.logo-grid-item.banner.type3 {
  background-image: url(../img/banner/vibe.jpg);
}
.logo-grid-item.banner.type4 {
  background-image: url(../img/banner/indigo.jpg);
}
.logo-grid-item.banner.type5 {
  background-image: url(../img/banner/bit.jpg);
}
.logo-grid-item.banner.type6 {
  background-image: url(../img/banner/ultra.jpg);
}
.logo-grid-item.banner.type7 {
  background-image: url(../img/banner/random.jpg);
}
.logo-grid-item.banner.type8 {
  background-image: url(../img/banner/mint.jpg);
}
.logo-grid-item.banner.type9 {
  background-image: url(../img/banner/classic.jpg);
}
.logo-grid-item.banner.type10 {
  background-image: url(../img/banner/poseidon.jpg);
}
.logo-grid-item.banner.type11 {
  background-image: url(../img/banner/cube.jpg);
}
.logo-grid-item.banner.type12 {
  background-image: url(../img/banner/crown.jpg);
}
.logo-grid-item.banner.type13 {
  background-image: url(../img/banner/kingdom.jpg);
}
.logo-grid-item.banner.type14 {
  background-image: url(../img/banner/world.jpg);
}
.logo-grid-item.banner.type15 {
  background-image: url(../img/banner/purple.jpg);
}
.logo-grid-item.banner.type16 {
  background-image: url(../img/banner/effel.jpg);
}
.logo-grid-item.banner.type17 {
  background-image: url(../img/banner/oasis.jpg);
}
.logo-grid-item.banner.type18 {
  background-image: url(../img/banner/flowgame.jpg);
}
.logo-grid-item.banner.type19 {
  background-image: url(../img/banner/adventurer.jpg);
}
.logo-grid-item.banner.type20 {
  background-image: url(../img/banner/caba.jpg);
}
.logo-grid-item.banner.type21 {
  background-image: url(../img/banner/nevada.jpg);
}

@media (min-width: 980px) {
  .logo-grid-item.banner .partnet-text {
    font-size: 20px;
  }
}

@media (min-width: 1300px) {
  .logo-grid-item.banner .partnet-text {
    font-size: 20px;
  }
}

.logo-grid-item img {
  width: 90%;
  height: auto;
  filter: grayscale(1);
  vertical-align: middle;
  border-style: none;
}
.logo-grid-item img:hover {
  filter: grayscale(0);
}

@media (max-width: 1023.9px) {
  .container-multi {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .grid .row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 420px) {
  .grid .row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 6rem;
  }
  .container ~ .container {
    margin-top: 50px;
  }

  h1.subTitle {
    font-size: 40px;
    margin-top: 80px;
  }
  h2.subTitle {
    font-size: 32px;
  }
  .title-img {
    height: 196px;
  }

  .container-multi .content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .content-nav {
    width: 260px;
  }
  .content-inner {
    width: calc(100% - 260px);
  }
  .content-nav select {
    display: none;
  }
  .content-nav ul {
    display: block;
  }

  .chart-wrap {
    gap: 0 30px;
  }
  .listTable {
    font-size: 1.6rem;
  }
  .listTable thead {
    font-size: 1.6rem;
  }

  .sub-list dt {
    font-size: 21px;
  }
}

@media (min-width: 1300px) {
  .container ~ .container {
    margin-top: 60px;
  }
  .content {
    max-width: 1176px;
  }

  h1.subTitle {
    font-size: 45px;
    margin-top: 114px;
  }
  .title-img {
    height: 222px;
  }

  .content-nav {
    width: 290px;
  }
  .content-inner {
    width: calc(100% - 290px);
  }
  .content-nav ul li + li {
    margin-top: 22px;
  }
  .content-nav ul li a {
    font-size: 18px;
  }

  .chart-wrap {
    gap: 0 40px;
  }

  .sub-list dt {
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .container ~ .container {
    margin-top: 70px;
  }
  .content {
    max-width: 1440px;
  }

  .title-img {
    height: 260px;
  }

  .content-nav {
    width: 360px;
  }
  .content-inner {
    width: calc(100% - 360px);
  }

  .content-nav ul li + li {
    margin-top: 24px;
  }
  .content-nav ul li a {
    font-size: 20px;
  }
}

.content-list {
  border-top: 2px solid #111;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
}
.content-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0 14px;
  border-bottom: 1px solid #e6e6e6;
}
.c-writer {
  display: none;
  font-size: 18px;
  width: 50px;
  padding: 0 10px;
}
.c-tit {
  font-size: 18px;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-date {
  color: #888;
  font-size: 13px;
  margin-top: 0.5rem;
}
.c-content {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  display: none;
}
.c-content p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.3px;
  color: #111111;
  text-align: left;
}

@media (min-width: 720px) {
  .c-writer {
    display: block;
  }
  .c-tit {
    width: calc(100% - 170px);
  }
  .c-date {
    width: 120px;
    text-align: center;
    margin-top: 0;
    font-size: 15px;
  }
}
@media (min-width: 840px) {
  .content-list li {
    padding: 20px 0 19px;
  }
  .c-writer {
    width: 100px;
    padding-left: 20px;
  }
  .c-tit {
    width: calc(100% - 250px);
    font-size: 19px;
  }
  .c-date {
    width: 150px;
    font-size: 17px;
  }
}

@media (min-width: 1600px) {
  .c-writer {
    width: 150px;
    padding-left: 40px;
  }
  .c-tit {
    width: calc(100% - 330px);
    font-size: 19px;
  }
  .c-date {
    width: 180px;
    font-size: 17px;
  }
}

.ti-arrow-left {
  font-size: 20px;
}
.ti-control-pause {
  font-size: 20px;
}
.ti-control-play {
  font-size: 20px;
}
.ti-arrow-right {
  font-size: 20px;
}

.c-img {
  width: 100%;
}
.tele {
  display: block;
  width: 60%;
  max-width: 360px;
  margin: 10px auto 0;
}
.tele img {
  display: block;
  width: 100%;
}
.holdem-word {
  border: 1px solid gray;
  padding: 5px;
  color: black;
  margin: 5px;
}
.con-word {
  line-height: 230%;
}

.flag-icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
}
/**************************************************************************/
