.inner-page-header {
  width: 100%;
  height: 475px;
  background: url("../images/inner-page-header-bg.jpg") center top no-repeat;
  background-size: cover;
}

.inner-page-container {
  width: 100%;
  height: auto;
  z-index: 50;
  background: #18171a;
  padding: 30px 0;
}

.tabs-container {
  background: #29272e;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.tabs::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #c29048;
}

.tab {
  position: relative;
  width: 20%;
  height: 60px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 60px;
  color: #8d8d8d;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 5px 5px 0 0;
  -webkit-transition: opacity 0.2s ease, background 0.2s ease;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.tab:hover {
  opacity: 0.9;
}

.tab.active {
  background: #c29048;
  color: #fff;
  opacity: 1;
}

.row {
  padding: 12px 20px;
}

.inner-news-box-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.inner-news-box-pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 42px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #cfcfcf;
  color: #cfcfcf;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner-news-box-pagination .page-num {
  min-width: 38px;
  padding: 0;
}

.inner-news-box-pagination .active {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff;
}

.inner-news-box-pagination a:hover {
  border-color: #ffffff;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}

.inner-news-box-pagination .disabled {
  opacity: 0.4;
  pointer-events: none;
}

.news-detail-title {
  background: #b69c72;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-left: 30px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px 5px 0 0;
}

.news-detail-date {
  margin-right: 20px;
  font-size: 16px;
}

.news-detail-content {
  background: #fbf4e9;
  border-radius: 0 0 5px 5px;
  padding: 40px 60px;
}

.game-start-container {
  width: 100%;
  height: 100vh;
  background: url("../images/header-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 220px;
}

.game-start-section {
  width: 745px;
  height: auto;
  border-radius: 20px;
  margin: 0 auto;
  background: rgba(253, 247, 237, 0.3);
  border: 1px solid #215b7a;
  backdrop-filter: blur(5px);
  -webkit-box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.6);
          box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.6);
  padding: 50px;
}

.game-start-title {
  position: absolute;
  width: 500px;
  height: 75px;
  background: #215b7a;
  border-radius: 28px 28px 0 0;
  left: 50%;
  margin-left: -250px;
  top: -75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.game-start-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.game-start-link-box a {
  color: #7f705a;
  text-decoration: underline;
}

.game-start-word {
  text-align: center;
  color: #4b4030;
  font-size: 18px;
  font-weight: bold;
}

.rg-login-btn {
  display: block;
  width: 350px;
  padding: 18px 48px;
  border-radius: 9999px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  cursor: pointer;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#f57aa7), to(#e64c7c));
  background: linear-gradient(180deg, #f57aa7 0%, #e64c7c 100%);
  border: 1px solid #b03a63;
  -webkit-box-shadow: 0 4px 12px rgba(230, 76, 124, 0.35), inset 0 1px 2px rgba(255, 255, 255, 0.6);
          box-shadow: 0 4px 12px rgba(230, 76, 124, 0.35), inset 0 1px 2px rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 auto 25px auto;
}
.rg-login-btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 18px rgba(230, 76, 124, 0.45), inset 0 1px 2px rgba(255, 255, 255, 0.7);
          box-shadow: 0 6px 18px rgba(230, 76, 124, 0.45), inset 0 1px 2px rgba(255, 255, 255, 0.7);
}

.game-download-section {
  width: 745px;
  height: auto;
  border-radius: 20px;
  margin: 120px auto 0 auto;
  background: rgba(253, 247, 237, 0.3);
  border: 1px solid #215b7a;
  backdrop-filter: blur(5px);
  -webkit-box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.6);
          box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.6);
  padding: 50px;
}

.game-download-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.game-download-link-box a {
  display: block;
  padding: 30px 40px;
  background: #123c52;
  border-radius: 10px;
  color: #fff;
}
.game-download-link-box a:hover {
  background: #185575;
}

.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.event-box {
  width: 30%;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.event-box:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.event-box:hover .event-pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.event-box .event-pic img {
  max-width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.event-box .event-title {
  background: #345e83;
  padding: 20px 20px 0px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.event-box .event-date {
  background: #345e83;
  padding: 10px 20px 20px 20px;
  font-size: 14px;
  color: #aad1e4;
}

@media (max-width: 767px) {
  .inner-news-box {
    width: 90%;
    margin: 0 auto;
  }
  .inner-news-box .tab {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .inner-page-header {
    padding-top: 60px;
    height: auto;
  }
  .inner-page-header-cont img {
    max-width: 100%;
    display: block;
  }
  .news-detail-box {
    width: 90%;
    margin: 0 auto;
  }
  .news-detail-date {
    display: none;
  }
  .news-detail-title {
    height: auto;
    line-height: 24px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .news-detail-content {
    padding: 10% 5%;
  }
  .event-box {
    width: 44%;
  }
}
@media (max-width: 480px) {
  .event-box {
    width: 90%;
  }
}/*# sourceMappingURL=inner.css.map */