@charset "utf-8";

/* header */
html {
  font-size: 10px;
}
body {
  background-color: #0e0e0e;
}
.fz14 {
  font-size: 1.4rem !important;
}
.fz15 {
  font-size: 1.4rem !important;
}
.fz16 {
  font-size: 1.4rem !important;
}
header {
  z-index: 9999;
}
header.s__header {
  width: 100%;
  background-color: #0e0e0e;
  top: 0;
}
header .s__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}

.pc-menu-line1 .s__container {
  height: 12.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.6rem 0 4.8rem;
}
.pc-menu-right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: #fff;
}
.pc-menu-right > * {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.5rem;
}
.pc-menu-right > *:not(.login-btn),
.pc-menu-right > *:not(.join-btn) {
  padding: 0 0.4rem;
}
.right-line {
  position: relative;
  padding-right: 1.6rem !important;
}
.right-line::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #575757;
  width: 0.1rem;
  height: 1.4rem;
  right: 0;
}
.login-btn {
  background-color: #1a191c;
  border-radius: 0.4rem;
  border: 0.2rem solid #8f6855;
  width: 12.5rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-btn {
  background-color: #8f6855;
  border-radius: 0.4rem;
  border: 0.2rem solid #8f6855;
  width: 12.5rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-menu-line2 {
  background-color: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
  border-bottom: 0.1rem solid #4f3b32;
  height: 5.8rem;
}
.pc-menu-line2 a {
  font-size: 1.8rem;
  padding: 1.4rem 0;
  display: block;
}
.pc-menu-line2 a.on_active {
  border-bottom: 0.3rem solid var(--main);
}
/* header-mobile */
.mobile-menu {
  display: none;
  height: 10rem;
}
.mobile-menu .s__row {
  align-items: center;
  width: 100%;
}
.mobile-menu .s__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mobile-menu ul ul {
  display: none;
}
.mobile-menu ul ul.is-open {
  display: block;
}
.menu-close-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.6rem 1.2rem 0.8rem 0px;
}
.mobile-menu__list {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
}
.mobile-menu__list-contents {
  background-color: #0e0e0e;
  position: absolute;
  top: 0;
  left: -100%;
  width: 40rem;
  height: 100vh;
  transition: all 0.3s;
}
.mobile-menu__list-contents .main-left {
  margin: 0 auto;
  padding-bottom: 4rem;
}
.mobile-menu__list-contents ul {
  overflow: auto;
}
.mobile-menu__list.is-open {
  height: 100vh;
}
.mobile-menu__list.is-open .mobile-menu__list-contents {
  left: 0;
}
.mobile-menu__step1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.mobile-menu__step1 span {
  font-size: 1.6rem;
}
.mobile-menu__step1 img {
  width: 2.4rem;
  transition: all 0.3s;
}
.mobile-menu__step1.is-open > img {
  transform: rotate(180deg);
}
.mobile-menu__step1.is-open + ul {
  display: block;
  text-align: center;
}
.mobile-menu__step2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.6rem;
}
.mobile-menu__step2 img {
  width: 2.4rem;
  transition: all 0.3s;
}
.mobile-menu__step1.is-open + ul {
  border-bottom: 0.1rem solid var(--border);
  background-color: #f7f7f7;
}
.mobile-menu__step2.is-open > img {
  transform: rotate(180deg);
}
.mobile-menu__step3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.2rem;
}
.mobile-menu__step2 + ul {
  background-color: #fff;
}
.mobile-menu__step2.is-open + ul {
  display: block;
}

.main-contents {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1.2rem 1.2rem 0 1.2rem;
}
.main-left {
  width: 37.2rem;
  height: calc(100vh - 20.2rem);
  overflow: auto;
}
.main-left > * {
  background-color: #1c1c1c;
  border-radius: 0.4rem;
}
.left-line1 {
  display: flex;
}
.left-line1 a {
  flex: 1;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  height: 5rem;
}
.left-line1 a + a {
  border-left: 0.1rem solid #252525;
}
.left-line2 {
  padding: 0.5rem;
  border: 0.1rem solid #2a2a2a;
  background-color: #1c1c1c;
  margin-top: 0.4rem;
  gap: 0.4rem;
  display: flex;
  flex-direction: column;
}
.left-line2 li {
  display: flex;
  background-color: #212126;
  border-radius: 0.4rem;
}
.left-line2 li a {
  flex: 1;
  font-size: 1.6rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-line3 {
  display: flex;
  background-color: initial;
  gap: 0.4rem;
  margin-top: 2rem;
}
.left-line3 button {
  font-size: 0;
  width: 4rem;
  height: 3.6rem;
  background: url(/img/icon_search.png) no-repeat 50% 50%;
  background-color: #282828;
  border-radius: 0.4rem;
}
.left-line3 input {
  background-color: #212126;
  border: none;
  font-size: 1.4rem;
  padding: 1rem;
  flex: 1;
  height: 3.6rem;
  border-radius: 0.4rem;
}
.left-line4 {
  padding: 0.5rem;
  border: 0.1rem solid #2a2a2a;
  background-color: #1c1c1c;
  margin-top: 0.8rem;
  gap: 0.4rem;
  display: flex;
  flex-direction: column;
}
.left-line4 ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.left-line4 a {
  background-color: #212126;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.2rem;
}
.left-line4 a div {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  height: 4.4rem;
}
.left-line4 a div p {
  font-size: 1.5rem;
}
.left-line4 a > p {
  background-color: #181818;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  height: 2.6rem;
  width: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-line5 {
  padding: 0.5rem;
  border: 0.1rem solid #2a2a2a;
  background-color: #1c1c1c;
  margin-top: 1.4rem;
  gap: 0.4rem;
  display: flex;
  flex-direction: column;
}
.left-line5 ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.left-line5 a {
  background-color: #212126;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding: 0 2rem;
  height: 7rem;
}
.left-line5 a p {
  font-size: 1.5rem;
}
.left-line5 ul .league {
  width: 2.6rem;
  filter: brightness(0.2) invert(1);
}
.left-line5 > p {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  padding: 1rem;
  gap: 1.6rem;
}
.left-line5.left-line6 a {
  height: 5rem;
}
.main-center {
  flex: 1;
  overflow: auto;
  height: calc(100vh - 20.2rem);
}
.main-center.sub-page {
  height: auto;
}
.main-center.sub-page > * {
  overflow: auto;
  height: calc(100vh - 20.2rem);
}
.main-right {
  overflow: auto;
  height: calc(100vh - 20.2rem);
}
.main-center-top {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
}
.main-center-top-right {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 69.2rem;
}
.main-center-top-right li {
  width: 34rem;
  height: 43rem;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.main-center-top-right li:nth-child(1) {
  background: url(/img/img_menu_sports.png) no-repeat 50% 50%;
  background-size: cover;
}
.main-center-top-right li:nth-child(2) {
  background: url(/img/img_menu_inplay.png) no-repeat 50% 50%;
  background-size: cover;
}
.main-center-top-right li:nth-child(3) {
  background: url(/img/img_menu_mini_game.png) no-repeat 50% 50%;
  background-size: cover;
}
.main-center-top-right li:nth-child(4) {
  background: url(/img/img_menu_vr_sports.png) no-repeat 50% 50%;
  background-size: cover;
}
.main-center-top-right li:nth-child(5) {
  background: url(/img/img_menu_casino.png) no-repeat 50% 50%;
  background-size: cover;
  width: 100%;
  height: 24.2rem;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 2rem;
  padding-left: 7rem;
  padding-right: 4rem;
}
.main-center-top-right li:nth-child(5) div {
  margin-bottom: 6rem;
}
.main-center-top-right li div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main-center-top-right li div p {
  font-size: 3.1rem;
  color: #c48e74;
  margin-bottom: 0.8rem;
}
.main-center-top-right li div span {
  font-size: 1.8rem;
  text-align: center;
}
.main-center-top-right li a {
  font-size: 1.8rem;
  font-weight: 500;
  width: 26rem;
  height: 5.2rem;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
}
.main-center-top-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/img/img_main_img.png) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 0.4rem;
}
.main-center-top-left img {
  margin-top: 10rem;
}
.main-center-top-left p:nth-child(2) {
  color: #aa7d4d;
  font-size: 4.8rem;
  font-weight: 100;
  line-height: 5rem;
  margin-top: 6rem;
}
.main-center-top-left p:nth-child(3) {
  font-size: 5.1rem;
  font-weight: 100;
  margin-bottom: 0.8rem;
}
.main-center-top-left p:nth-child(4) {
  font-size: 2.8rem;
  margin-bottom: 15rem;
}
.main-center-bottom {
  display: flex;
  gap: 1.2rem;
  margin-top: 6rem;
}
.main-center-bottom > div {
  flex: 1;
  border-radius: 0.4rem;
  padding: 1.4rem 3.2rem 2.6rem 3.2rem;
}
.main-center-bottom-left {
  background-color: #000000;
}
.main-center-bottom-right {
  background-color: #1c1c1c;
}
.main-center-bottom-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}
.main-center-bottom-title > div {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.main-center-bottom-title h2 {
  font-size: 2.3rem;
}
.main-center-bottom-title p {
  font-size: 1.7rem;
  font-weight: 300;
  color: #c48e74;
}
.main-center-bottom-title a {
  color: #767676;
  font-size: 1.5rem;
}
.main-center-bottom ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.main-center-bottom ul a {
  font-size: 1.5rem;
  background-color: #1f1f1f;
  padding: 1rem 1.6rem;
  display: block;
  border-radius: 0.4rem;
}
.main-center-bottom ul a span {
  display: block;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-center-bottom-right ul a span {
  color: #c3c3c3;
}
.main-center-bottom-left li span {
  padding-left: 2rem;
  position: relative;
}

.main-center-bottom-left li span::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 10px;
  background-color: #6e6e6e;
  position: absolute;
  display: block;
  left: 0;
  top: 0.8rem;
}
.main-center-bottom-right li a {
  background-color: #272727;
}
.right-line1.login {
  display: flex;
  padding: 0.4rem;
  background-color: #000;
  border-radius: 0.4rem;
  gap: 0.4rem;
    margin:0px;
}
.right-line1.login div {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.right-line1.login div input {
  font-size: 1.4rem;
  padding: 0 1.2rem;
  height: 3.8rem;
  background-color: #181818;
  border: 0;
  border-radius: 0.2rem;
}
.right-line1.login button {
  min-width: 12rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;

  justify-content: center;
  background: linear-gradient(to right, #443631, #9a6c3e);
}
.user-info-line1 {
  display: flex;
  gap: 0.4rem;
}
.user-info-line1 .level {
  width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid var(--main);
  padding: 1.2rem 2rem;
  gap: 1rem;
  background-color: #181818;
}
.user-info-line1 .level p {
  font-size: 1.4rem;
  color: #8f6855;
  font-weight: 300;
}
.user-info-data {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.4rem;
}
.user-info-data > div {
  background-color: #181818;
  height: 3.6rem;
  padding: 0 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.user-info-data > div p {
  font-size: 1.4rem;
  font-weight: 300;
}
.user-info-data > div:nth-child(1) {
  color: #8f6855;
}
.user-info-data > div div {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.user-info-data > div div img {
  width: 1.6rem;
}
.user-info-btns {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
.user-info-btns button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.6rem;
  gap: 0.8rem;
  background-color: #181818;
  font-size: 1.5rem;
}
.user-info-btns button:last-child {
  width: 5.4rem;
  flex: none;
}
.main-right {
  width: 36.6rem;
}
.main-right > * {
  border-radius: 0.4rem;
}
.right-line2 {
  background-color: #191919;
}
.right-line2-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.2rem;
  height: 4.2rem;
  border-bottom: 0.2rem solid #252525;
  margin-top: 1rem;
}
.right-line2-title p {
  font-size: 1.4rem;
  font-weight: 400;
}
.right-line2-title button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.3rem;
}
.right-line2-data {
  min-height: 10rem;
}
.right-line2-data > div {
  background-color: #8f6855;
  padding: 1.6rem;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-line2-data > div + div {
  margin-top: 0.8rem;
}
.right-line2-data .data-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.right-line2-data .data-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}
.right-line2-title {
  border-bottom: 2px solid var(--border);
  margin-bottom: 0.8rem;
}
.right-line2-data .data-left p:nth-child(1) {
  font-size: 1.2rem;
}
.right-line2-data .data-left p:nth-child(2) {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
}
.right-line2-data .data-left p:nth-child(3) {
  font-size: 1.7rem;
  font-weight: 400;
  color: #f3c68b;
}
.right-line2-data .data-right button {
  margin-bottom: 1.6rem;
}
.right-line2-data .data-right button img {
  width: 3rem;
}
.right-line2-data .data-right p {
  font-size: 1.6rem;
  padding: 1px 1.3rem;
  border-radius: 0.4rem;
  background-color: #fc7604;
  display: inline-block;
}
.right-line2-data .no-data {
  padding-top: 3.8rem;
  font-size: 1.5rem;
  text-align: center;
}
.calculator-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.2rem;
  padding: 0.8rem;
  background-color: #141414;
}
.calculator-num p {
  color: #6f7071;
  font-size: 1.7rem;
  font-weight: 300;
}
.calculator-num div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.calculator-num div img {
  width: 2rem;
}
.calculator-num input {
  height: 3.2rem;
  background-color: #303030;
  font-size: 1.6rem;
  border: 0;
  border-radius: 0.4rem;
  padding: 1.2rem;
  width: 20rem;
}
.calaulator-btns {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
.calaulator-btns button {
  flex: 1;
  font-size: 1.3rem;
  height: 2.8rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #404040;
}
.calaulator-value li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.4rem;
  height: 3.2rem;
  margin: 0.2rem;
  background-color: #101010;
}
.calaulator-value li p {
  font-size: 1.4rem;
}
.calaulator-value li:nth-child(1) p:nth-child(1),
.calaulator-value li:nth-child(2) p:nth-child(1) {
  color: #9d9d9e;
}
.calaulator-bottom-btns {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8em;
}
.calaulator-bottom-btns button {
  flex: 1;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border-radius: 0.8rem;
  font-size: 1.7rem;
}
.calaulator-bottom-btns button:nth-child(1) {
  background-color: #8f6855;
}
.calaulator-bottom-btns button:nth-child(2) {
  background-color: #343436;
}
button:hover,
a:hover {
  filter: brightness(0.85);
}
.right-line3 a {
  display: block;
  margin-top: 0.8rem;
}
.sponsor-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12rem;
  row-gap: 4rem;
  max-width: 210rem;
  padding-top: 6rem;
  margin: 0 auto;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.4rem;
  margin-top: 7rem;
  padding-bottom: 12rem;
}
.footer p {
  font-size: 1.5rem;
  color: #474747;
  text-align: center;
}
.main-mobile {
  display: none;
}

.main-mobile-only{
    display:none !important;
}
.main-center .right-line3 {
  display: none;
}
/* 스포츠 */
.menu_sports {
  display: flex;
  gap: 1.6rem;
}
.sports_left {
  background-color: #131417;
  width: calc(55% - 0.8rem);
}
.sports_left > .title {
  padding: 0 2rem;
  border-bottom: 0.1rem solid #36373a;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 6.3rem;
}
.sports_left .title h2 {
  font-size: 1.8rem;
}
.sports_left .contents {
  padding: 2rem;
}
.sports_right {
  background-color: #181818;
  width: calc(45% - 0.8rem);
}
.sports_select {
  display: flex;
  gap: 0.2rem;
  overflow-x: auto;
}

.sports_select button div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  width: 7.8rem;
  height: 7.4rem;
  border-radius: 0.4rem;
  background-color: #212126;
  margin-bottom: 0.2rem;
  padding: 0.8rem;
}
.sports_select button div img {
  width: 3.2rem;
  height: 3.2rem;
}
.sports_select button div > h2 {
  font-size: 2.1rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  font-weight: 400;
  color: #b1b1b1;
}
.sports_select button div > p {
  font-size: 1.2rem;
  color: #b1b1b1;
}
.sports_select button > p {
  background-color: #212126;
  height: 2rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b1b1b1;
}
.sports_select button.on_active div {
  background-color: #8f6855;
}
.sports_select button.on_active div img {
  filter: brightness(0.2) invert(1);
}
.sports_select button.on_active div > h2 {
  color: #fff;
}
.sports_select button.on_active div > p {
  color: #fff;
}
.sports_select button.on_active > p {
  color: #fff;
}
.sports_line1 {
  border-radius: 0.4rem;
  padding: 2rem 1.2rem 1.2rem 1.2rem;
  border: 0.1rem solid #2d2d2d;
  margin-top: 4.5rem;
  position: relative;
}
.sports_line1 .title {
  position: absolute;
  left: 0;
  top: -2rem;
  background-color: var(--bg);
  width: 43rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.4rem;
  padding: 0 1.8rem;
}
.sports_line1 .title > img {
  width: 0.16rem;
  margin-right: 0.6rem;
}
.sports_line1 .title > p {
  font-size: 1.3rem;
  color: #e4e4e4;
  margin-right: 1rem;
}
.sports_line1 .title > span {
  color: #585858;
  font-size: 1.3rem;
}
.sports_line1 .line1-data {
  display: flex;
  gap: 1.2rem;
}
.sports_line1 .line1-data li {
  flex: 1;
  height: 5rem;
  border: 0.1rem solid var(--main);
  border-radius: 0.4rem;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--bg);
}
.sports_line1 .line1-data li div {
  display: flex;
  align-items: center;
}
.sports_line1 .line1-data li div img {
  margin-right: 0.6rem;
}
.sports_line1 .line1-data li div p {
  font-size: 1.7rem;
  color: #c48e74;
  font-weight: 300;
  line-height: 1.7rem;
}
.sports_line1 .line1-data li > p {
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  background-color: #090c12;
  color: #c48e74;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.sports_line2 {
  padding: 1.4rem 1.8rem;
  border-radius: 0.4rem;
  border: 0.1rem solid var(--border);
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 1.2rem;
}
.sports_line2 p {
  font-size: 1.4rem;
  color: #585858;
}

.sports_line2 p:nth-child(2) {
  margin-left: 1.6rem;
}
.sports_line3 {
  padding: 1rem 1rem;
  border-radius: 0.4rem;
  border: 0.1rem solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2rem;
}
.sports_line3 div:nth-child(1) button {
  font-size: 1.7rem;
  padding: 0 2rem;
  border-radius: 0.4rem;
  height: 4.2rem;
  background: var(--bg);
  margin-right: 0.4rem;
}
.sports_line3 div:nth-child(1) button.on_active {
  background: var(--main);
}
.sports_line3 div:nth-child(2) button {
  font-size: 1.6rem;
  color: #8c8b8b;
  margin-left: 1.6rem;
  margin-right: 0.8rem;
  padding-bottom: 0.4rem;
}
.sports_line3 div:nth-child(2) button.on_active {
  border-bottom: 0.1rem solid #8c8b8b;
}

.s__accordion01-title > button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
  border-bottom: 0.1rem solid var(--border);
  width: 100%;
}
.s__accordion01-title > button > img {
  width: 2.4rem;
  transition: all 0.3s;
}
.s__accordion01-contents {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.3s;
}
.is-active .s__accordion01-contents {
  border-bottom: 0.1rem solid var(--border);
  /* max-height는 가변적 */
  max-height: 200rem;
}
.is-active .s__accordion01-title > button > img {
  transform: rotate(180deg);
}
.s__accordion01-contents > div {
  padding: 1.6rem;
}
.sports_line4 .s__accordion01-title > button {
  background-color: #000;
  border-radius: 0.4rem;
  border: 0;
  margin-top: 2.8rem;
}
.sports_line4 .s__accordion01-title > button > div:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: calc(100% - 10rem);
}
.sports_line4 .s__accordion01-title > button > div:nth-child(1) span {
  font-size: 1.5rem;
  color: #878787;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 8.4rem);
  text-align: left;
}
.sports_line4
  .s__accordion01-title
  > button
  > div:nth-child(1)
  img:nth-child(1) {
  transform: rotate(180deg);
}
.sports_line4
  .is-active
  .s__accordion01-title
  > button
  > div:nth-child(1)
  img:nth-child(1) {
  transform: rotate(0deg);
}
.sports_line4 .s__accordion01-title > button > div:nth-child(2) {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.sports_line4 .s__accordion01-title > button > div:nth-child(2) p {
  font-size: 1.6rem;
  color: #878787;
  border-left: 0.1rem solid #878787;
  padding-left: 1.2rem;
  line-height: 1.4rem;
}
.sports_line4 .s__accordion01-contents > div {
  padding: 0.8rem;
  padding-top: 2.4rem;
  border: 0.1rem solid var(--border);
  margin-top: 3rem;
  position: relative;
}
.sports-game-date .date {
  position: absolute;
  left: 0;
  top: -1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sports-game-date .date p,
.sports-game-date .date button {
  background-color: var(--bg);
  padding: 0.8rem 1.4rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  color: #9c9c9c;
}

.sports-game-date .date button {
  margin-right: 1.2rem;
}
.game-list {
  display: flex;
  gap: 0.4rem;
  flex-direction: column;
}
.sports-game-date .game-list li {
  display: flex;
  gap: 0.4rem;
}
.sports-game-date .game-list li > p {
  width: 6.5rem;
  font-size: 1.5rem;
  color: #747474;
  background-color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sports-game-date .game-list li > * {
  height: 4.8rem;
  position: relative;
}
.sports-game-date .game-list li > button:nth-child(2),
.sports-game-date .game-list li > button:nth-child(4) {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #727278;
  background: linear-gradient(to top, #141518, #212126);
  border-top: 0.1rem solid #28282f;
  border-left: 0.1rem solid #28282f;
  gap: 0.8rem;
}
.sports-game-date .game-list li > button:nth-child(2) p,
.sports-game-date .game-list li > button:nth-child(4) p {
  font-size: 1.4rem;
  flex: 1;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sports-game-date .game-list li > button:nth-child(2) > p {
  text-align: left;
}
.sports-game-date .game-list li > button:nth-child(4) > p {
  text-align: right;
}
.sports-game-date .game-list li > button:nth-child(2) div,
.sports-game-date .game-list li > button:nth-child(4) div {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.sports-game-date .game-list li > button:nth-child(2) {
  padding: 0 1.2rem 0 2rem;
}
.sports-game-date .game-list li > button:nth-child(4) {
  padding: 0 2rem 0 1.2rem;
}
.sports-game-date .game-list li > button:nth-child(2):disabled,
.sports-game-date .game-list li > button:nth-child(3):disabled,
.sports-game-date .game-list li > button:nth-child(4):disabled {
  color: #778093;
  background: #09090a;
  border: 0;
  position: relative;
}
.sports-game-date .game-list li > button:nth-child(2):disabled:after,
.sports-game-date .game-list li > button:nth-child(3):disabled:after,
.sports-game-date .game-list li > button:nth-child(4):disabled:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  background: url(/img/icon_lock.png) no-repeat 50% 50%;
  transform: translate(-50%, -50%);
}
.sports-game-date .game-list li > button:nth-child(3) {
  width: 10rem;
  color: #a7a7a7;
  font-size: 1.4rem;
  background: linear-gradient(to top, #141518, #212126);
  border-top: 0.1rem solid #28282f;
  border-left: 0.1rem solid #28282f;
}
.sports-game-date .game-list li > button:nth-child(3).gray {
  color: #727278;
}
.s__pagination {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  padding-top: 5.6rem;
  padding-bottom: 2rem;
}
.s__pagination li a {
  display: block;
  color: #868686;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  background-color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.s__pagination li a.on_active {
  background-color: var(--main);
  color: #fff;
}
.sports_right {
  padding: 0.8rem;
}
.sports_right .title {
  height: 9.2rem;
  padding: 3.4rem;
  background-color: var(--bg);
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.sports_right .title img {
  width: 18rem;
}
.sports_right .title p {
  font-size: 2rem;
  color: #c4c4c4;
  width: calc(100% - 17rem);
}
.sports_right .no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.8rem;
  height: calc(100% - 10rem);
  background: url(/img/bg.png) no-repeat 100% 100%/40rem auto;
  background-color: #0c0c0c;
  border-radius: 0.4rem;
  min-height: 100rem;
}
.sports_right .no-data img {
  width: 34rem;
}
.sports_right .no-data button {
  width: 32rem;
  height: 5.4rem;
  border-radius: 0.4rem;
  background-color: #fff;
  background-color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  margin-top: 2.4rem;
  margin-bottom: 30rem;
}
.only-mobile {
  display: none !important;
}
.sports_line2 p strong {
  color: #c48e74;
}
.sports_line2 p a {
  color: #c48e74;
  font-weight: 400;
}

.sports_right_line1 {
  display: flex;
  margin-top: 0.8rem;
}
.sports_right_line1 button {
  flex: 1;
  font-size: 1.7rem;
  height: 5.4rem;
  background-color: #2c2c2e;
  border-bottom: 0.1rem solid var(--main);
  border-right: 0.1rem solid #131417;
}
.sports_right_line1 button.on_active {
  border-bottom: 0;
  border-left: 0.1rem solid var(--main);
  border-top: 0.1rem solid var(--main);
  border-right: 0.1rem solid var(--main);
}
.sports_right_line2 .s__accordion01-title > button {
  background-color: #1f1f24;
  border-top: 0.1rem solid #34343c;
  border-bottom: 0.1rem solid #080809;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
  font-size: 1.7rem;
  color: #c48e74;
  font-weight: 300;
}
.sports_right_line2 .is-active .s__accordion01-title > button > img {
  transform: rotate(0deg);
}
.sports_right_line2 .s__accordion01-title > button > img {
  transform: rotate(180deg);
}
.sports_right_line2 .s__accordion01-contents {
  display: grid;
  gap: 0.4rem;
  border-bottom: none;
}
.sports_right_line2 .s__accordion01-contents button {
  background-color: #27272d;
  height: 4.6rem;
  border-top: 0.1rem solid #34343c;
  border-bottom: 0.1rem solid #080809;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  font-size: 1.6rem;
  color: #a2a2a2;
}
.sports_right_line2 .s__accordion01-contents button p:nth-child(1) {
  flex: 1;
  text-align: left;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sports_right_line2 .s__accordion01-contents button.on_active {
  color: #fff;
  background-color: var(--main);
}
.sports_right_line2 .s__accordion01-contents button.on_active p {
  color: #fff !important;
}
.sports_right_line2 .s__accordion01-contents.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.sports_right_line2 .s__accordion01-contents.two {
  grid-template-columns: 1fr 1fr;
}
.sports_right_line2 .s__accordion01-contents.two button > div {
  display: flex;
  align-items: center;
}
.sports_right_line2 .s__accordion01-contents.two button > div > p:nth-child(1) {
  margin-right: 2rem;
}
.sports_right_line2 .s__accordion01-contents.two button > div > p:nth-child(2) {
  color: #c48e74;
  font-weight: 400;
}

/* 실시간스포츠 */
.sports-game-date .date2 p:nth-child(1) {
  border: 0.1rem solid var(--main);
}
.sports-game-date .date2 button {
  border: 0.1rem solid var(--border);
  color: #fff;
}
.sports-game-date button.on_active {
  background-color: var(--main);
}
.sports-game-date .date2 p {
  color: #fff;
}
.sports-game-date .date2 p strong {
  color: #c48e74;
}
.game-list2 {
  border-radius: 0.4rem;
}
.game-list2 > li {
  padding: 0.4rem;
}
.game-list2-line1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15%;
  margin-bottom: 1.2rem;
  padding-top: 2rem;
}
.game-list2-line1 p {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg);
  border: 0.1rem solid var(--main);
  font-size: 2rem;
  font-weight: 400;
}
.game-list2-line1 span {
  font-size: 2.2rem;
  font-weight: 400;
}
.game-list2-line2 {
  display: flex;
  gap: 0.4rem;
}
.game-list2-line2 button {
  height: 4.6rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #afafaf;
  background: linear-gradient(to top, #141518, #212126);
  border-top: 0.1rem solid #28282f;
  border-left: 0.1rem solid #28282f;
  padding: 0 2rem;
}
.game-list2-line2 button > p {
  flex: 1;
  text-align: left;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.game-list2-line2 button div {
  display: flex;
  align-items: center;
}
.game-list2-line2 button div span {
  font-size: 0.8rem;
  color: #c48e74;
  margin: 0 1rem;
}
.game-list2-line2 button:nth-child(1),
.game-list2-line2 button:nth-child(3) {
  justify-content: space-between;
  flex: 1;
}
.game-list2-line2 button:nth-child(2) {
  justify-content: center;
  width: 9rem;
}
.game-list2-line2 button:nth-child(3) > p {
  text-align: right;
}
.game-list2.game1,
.game-list3.game1 {
  background: url(/img/img_bg_game1.png) no-repeat 50% 50%;
  background-size: cover;
}
.game-list2.game2,
.game-list3.game2 {
  background: url(/img/img_bg_game2.png) no-repeat 50% 50%;
  background-size: cover;
}
.game-list2.game3,
.game-list3.game3 {
  background: url(/img/img_bg_game3.png) no-repeat 50% 50%;
  background-size: cover;
}
.realtime .s__accordion01-contents > div {
  padding: 0 !important;
  border-radius: 0.8rem;
  border: none;
}
.realtime .is-active .s__accordion01-contents {
  border: none;
}
.realtime-line1 {
  background-color: var(--bg);
  font-size: 2.1rem;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-top: 4rem;*/
  margin-bottom: 2.4rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border: 0.1rem solid var(--main);
}

/* 스포츠 메뉴 - PC에서는 숨김 */
.sports-menu.main-mobile-only {
  display: none !important;
}

.game-list3 {
  border-radius: 0.4rem;
}
.game-list3 li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.4rem 0;
}
.game-list3 li > p {
  font-size: 2.1rem;
  font-weight: 200;
  flex: 1;
  text-align: center;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.game-list3 li > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.game-list3 li > div > p:nth-child(1) {
  font-size: 1.8rem;
  color: #c48e74;
}
.game-list3 li > div > p:nth-child(2) {
  font-size: 2.7rem;
  font-weight: 400;
}
.mt20 {
  margin-top: 2rem !important;
}
/* QNA */
.qna,
.details,
.notice,
.new-sub {
  border-radius: 0.4rem;
  background-color: #131417;
  padding: 1rem;
}
.sub-title {
  display: flex;
  align-items: center;
  height: 6.4rem;
  padding: 0 2rem;
  gap: 1.2rem;
  background-color: var(--main);
  border-radius: 0.4rem;
}
.sub-title img {
  width: 3.2rem;
}
.sub-title h2 {
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
}
.qna-line1 {
  padding: 2rem 0 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qna-line1 p {
  font-size: 2.1rem;
}
.qna-line1 div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.qna-line1 button {
  font-size: 1.8rem;
  width: 20rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid var(--main);
  border-radius: 0.4rem;
}
.qna-line1 button:nth-child(2) {
  background-color: var(--main);
}
.line2-tilte {
  display: flex;
  align-items: center;
  background-color: #1e1e23;
  border: 0.1rem solid #533e35;
}
.line2-tilte p {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
}
.line2-tilte p:nth-child(1) {
  width: 18%;
}
.line2-tilte p:nth-child(2) {
  flex: 1;
  justify-content: flex-start;
  padding: 0 3rem;
}
.line2-tilte p:nth-child(3) {
  width: 13%;
  min-width: 10rem;
}
.line2-tilte p:nth-child(4) {
  width: 13%;
  min-width: 10rem;
}
.line2-tilte p:nth-child(5) {
  width: 16rem;
  font-size: 0;
}
.qna-title {
  display: flex;
}
.qna-title button {
  padding: 0;
}
.qna-title button p {
  font-size: 1.6rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  border-right: 0.1rem solid #353637;
}

.qna-title button p:nth-child(1) {
  width: 20%;
  border-left: 0.1rem solid #353637;
}
.qna-title button p:nth-child(2) {
  flex: 1;
  justify-content: flex-start;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.qna-title button:nth-child(1) p:nth-child(1) span,
.qna-title button:nth-child(1) p:nth-child(2) span {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
.qna-title button p:nth-child(3) {
  width: 15%;
  min-width: 10rem;
}
.qna-title button p:nth-child(4) {
  width: 15%;
  min-width: 10rem;
  border-right: none;
}
.qna-title button:nth-child(1) {
  width: calc(100% - 16rem);
}
.qna-title .qna-del-btn {
  width: 16rem;
}
.qna-title .qna-del-btn p {
  width: 100% !important;
}
.qna-btn span {
  padding: 0 3rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
}
.qna-btn.completed span {
  background-color: #2c5cc0;
}
.qna-btn.not-completed span {
  background-color: #172f63;
}
.qna-btn.view span {
  background-color: #dd870d;
}
.qna-btn.not-view span {
  background-color: #744c15;
}
.qna-del-btn p span {
  padding: 0 3rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background-color: #b9342d;
}
.qna-line2 {
  width: 100%;
  overflow-x: auto;
}

.qna-line2 .s__accordion01-wrap {
  padding-bottom: 1rem;
}
.qna-line2 .s__accordion01-contents div {
  padding: 5rem 9rem;
  background-color: #212126;
}
.qna-line2 .s__accordion01-contents p {
  color: #cbcbcb;
  font-size: 1.8rem;
}
.qna {
  height: auto;
  padding-bottom: 4.5rem;
}
/* 배팅내역 */
.details-line2 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
}
.details-line2 button {
  font-size: 1.8rem;
  padding: 1.2rem 4.2rem;
  border-radius: 0.4rem;
  background-color: var(--bg);
}
.details-line2 button.on_active {
  background-color: var(--main);
}
.details-line4 + .details-line3 {
  margin-top: 4rem;
}
.details-line3 {
  margin-top: 0.8rem;
  overflow-x: auto;
}
.table01 {
  width: 100%;
  text-align: center;
  min-width: 100rem;
}
.table01 th {
  font-size: 1.7rem;
  background-color: #27272d;
  padding: 1.4rem 0;
}
.table01 td {
  font-size: 1.6rem;
  padding: 1.4rem 0;
  border: 0.1rem solid #27272d;
}
.table01 td div {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.table01 td strong {
  color: #c48e74;
  font-weight: 300;
  padding: 0 0.8rem;
}
.table01 td button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: #c48e74;
  font-weight: 300;
}
.details-line4 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 3rem 1rem 0 1rem;
  flex-wrap: wrap;
}
.details-line4 p {
  font-size: 1.8rem;
}
.details-line4 p strong {
  color: #c48e74;
  font-weight: 300;
}
.details-line4 p strong.yellow {
  color: #faa500;
}
.status03 {
  display: inline-block;
  padding: 0.6rem 1.6rem;
  border-radius: 0.4rem;
  background-color: #b9342d;
  font-size: 1.6rem;
  text-wrap: nowrap;
}
.status02 {
  display: inline-block;
  padding: 0.6rem 1.6rem;
  border-radius: 0.4rem;
  background-color: #dd870d;
  font-size: 1.6rem;
  text-wrap: nowrap;
}
.status01 {
  display: inline-block;
  padding: 0.6rem 1.6rem;
  border-radius: 0.4rem;
  background-color: #2c5cc0;
  font-size: 1.6rem;
  text-wrap: nowrap;
}
/* 미니게임 */
.mini-game {
  display: flex;
}
.mini-game-line1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  background-color: #191919;
}
.mini-game > div {
  width: 100%;
}
.mini-game-line1 button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  gap: 1.2rem;
  padding: 1.4rem;
  border-right: 0.1rem solid #3d312b;
}
.mini-game-line1 button.on_active {
  background-color: var(--main);
}
.mini-game-line1 button:last-child {
  border-right: none;
}
.mini-game-line2 {
  font-size: 1.8rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid var(--main);
  background-color: var(--bg);
}
.mini-game-line3 {
  display: flex;
  gap: 0.8rem;
}
.mini-game-left {
  background: url(/img/img_mini_game_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100rem;
  height: 86rem;
  overflow: hidden;

  position: relative;
}
.mini-game-div {
  transform: scale(1.24);
}
.mini-game-right {
  flex: 1;
  background-color: #202020;
}
.mini-game-right-line1 {
  display: flex;
  padding: 1rem;
  border-bottom: 0.1rem solid #3e342e;
}
.mini-game-right-line1 div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #181818;
  border: 0.1rem solid #000;
  flex: 1;
  height: 5rem;
}
.mini-game-right-line1 div p {
  font-size: 1.8rem;
}
.mini-game-right-line1 div:nth-child(1),
.mini-game-right-line1 div:nth-child(3) {
  width: 18rem;
}
.mini-game-right-line1 div:nth-child(1) p,
.mini-game-right-line1 div:nth-child(3) p {
  color: #bf9a88;
}

.mini-game-value-list {
  padding: 1rem;
  display: flex;
  gap: 2rem;
  height: 33.3%;
  border-bottom: 0.1rem solid #3e342e;
}
.mini-game-value-list:last-child {
  border-bottom: none;
}
.mini-game-value-list > * {
  flex: 1;
}
.mini-game-right-line2 {
  height: calc(100% - 7.2rem);
}
.mini-game-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #181818;
  border: 0.1rem solid #000;
  width: 20%;
  flex: none;
}
.mini-game-title p {
  font-size: 2.3rem;
  text-wrap: wrap;
  width: 100%;
  text-align: center;
}
.mini-game-value-list button {
  border: 0.2rem solid #8f6855;
  display: flex;
  flex-direction: column;
}
.mini-game-value-list button span {
  display: flex;
  background-color: #8f6855;
  font-size: 1.6rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mini-game-value-list button > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 4rem);
}
.mini-game-value-list button > div > div {
  width: 9rem;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mini-game-value-list:last-child button > div > div {
  width: 12rem;
  height: 12rem;
}
.mini-game-value-list button > div > div p {
  font-size: 2.5rem;
  font-weight: 300;
}
.mini-game-value-list button > div > div span {
  font-size: 1.5rem;
  background-color: initial;
  height: initial;
}
.mini-game-value01 div {
  background: url(/img/img_mini_game_blue.png) no-repeat 50% 50%;
  background-size: contain;
}
.mini-game-value02 div {
  background: url(/img/img_mini_game_red.png) no-repeat 50% 50%;
  background-size: contain;
}
.mini-game-value03 div {
  background: url(/img/img_mini_game_green.png) no-repeat 50% 50%;
  background-size: contain;
}
.mini-game-value04 div {
  border: 0.4rem solid #2c5cbf;
  border-radius: 100px;
}
.mini-game-value05 div {
  border: 0.4rem solid #b8342d;
  border-radius: 100px;
}
.odd-number {
  width: 4.5rem;
  height: 4.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background-color: #2c5cbf;
  border-radius: 100px;
}
.even-number {
  width: 4.5rem;
  height: 4.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  background-color: #b8342d;
  border-radius: 100px;
}
.table01.mini-game-table th {
  font-size: 1.9rem;
  background-color: #202020;
}
.table01.mini-game-table td {
  font-size: 1.8rem;
  border: 0.1rem solid #372d28;
  background-color: #181818;
  text-wrap: wrap;
}
.table01.mini-game-table .status01,
.table01.mini-game-table .status02,
.table01.mini-game-table .status03 {
  font-size: 1.8rem;
}

.mini-game-line4 > p {
  height: 6.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background-color: #202020;
  margin: 2rem 0 0.8rem 0;
}
.mini-game-line4 > div {
  overflow-x: auto;
}
/* 공지/규정 */
.notice,
.new-sub {
  height: auto;
  padding-bottom: 4.5rem;
}
.tab-line1 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}
.tab-btns button {
  padding: 7px 27px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  margin-right: 3px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  background-color: var(--bg);
}
.tab-btns button.on_active {
  background-color: var(--main);
}
.notice-line2 .line2-tilte > p:nth-child(1),
.notice-line2 .line2-tilte > p:nth-child(2) {
  width: 10rem;
  flex: none;
}
.notice-line2 .line2-tilte > p:nth-child(3) {
  flex: 1;
}
.tab-contents {
  display: none;
}
.tab-contents.on_active {
  display: block;
}
/* 아코디언 게시판 */
.-title {
  display: flex;
}
.board-title button {
  padding: 0;
}
.board-title button p {
  font-size: 1.6rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  border-right: 0.1rem solid #353637;
  min-width: 10rem;
}

.board-title button p:nth-child(1) {
  border-left: 0.1rem solid #353637;
}

.board-title button p span {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
.notice-line2 {
  width: 100%;
  overflow-x: auto;
}

.border-wrap {
  padding-bottom: 1rem;
}
.border-wrap .s__accordion01-contents div {
  padding: 5rem 9rem;
  background-color: #212126;
}
.border-wrap .s__accordion01-contents p {
  color: #cbcbcb;
  font-size: 1.8rem;
}
.border-tilte p {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
}
.border-tilte {
  display: flex;
  align-items: center;
  background-color: #1e1e23;
  border: 0.1rem solid #533e35;
  justify-content: space-between;
}
.notice-title p:nth-child(1),
.notice-line2 .border-tilte p:nth-child(1) {
  width: 10rem;
}
.notice-title p:nth-child(2),
.notice-line2 .border-tilte p:nth-child(2) {
  width: 13rem;
}
.notice-title p:nth-child(3),
.notice-line2 .border-tilte p:nth-child(3) {
  flex: 1;
}
.border-wrap .s__accordion01-contents.notice-contents > div {
  padding: 2rem;
}
.is-active .s__accordion01-contents.notice-contents {
  max-height: 400rem;
}
/* 쿠폰 */

.table-coupon-orange13 .table-header > div:nth-child(1),
.table-coupon-orange13 .table-coupon-tr > div:nth-child(1) {
  width: 18rem;
}
.table-coupon-orange13 .table-header > div:nth-child(2),
.table-coupon-orange13 .table-coupon-tr > div:nth-child(2) {
}
.table-coupon-orange13 .table-header > div:nth-child(3),
.table-coupon-orange13 .table-coupon-tr > div:nth-child(3) {
  width: 10rem;
}
.table-coupon-orange13 .table-header > div:nth-child(4),
.table-coupon-orange13 .table-coupon-tr > div:nth-child(4) {
  width: 18rem;
}
@media (max-width: 2500px) {
  .mini-game-left {
    width: 60rem;
  }
  .mini-game-div {
    transform: scale(0.7);
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 8px;
  }
  .sports_right .title p {
    font-size: 1.6rem;
  }
  .mini-game-div {
    transform: scale(0.5);
  }
}
@media (max-width: 1600px) {
  .mini-game-line3 {
    flex-direction: column;
  }
  .mini-game-left {
    width: 100%;
  }
  .mini-game-div {
    transform: scale(1);
  }
}
@media (max-width: 1550px) {
  .main-center-top {
    flex-direction: column;
  }
  .main-center-top-right {
    width: auto;
  }
  .main-center-top-right li {
    width: calc(50% - 6px);
  }
  .main-center.sub-page {
    flex-direction: column;
  }
  .main-center.sub-page > * {
    width: 100%;
    height: auto;
  }
  .qna-btn span,
  .qna-del-btn p span {
    padding: 0 1rem;
  }
  .qna-title button:nth-child(1) {
    width: calc(100% - 8rem);
  }
  .qna-title .qna-del-btn,
  .line2-tilte p:nth-child(5) {
    width: 8rem;
  }
}
@media (max-width: 1380px) {
  .mini-game-div {
    transform: scale(0.8);
  }
}
@media (max-width: 1270px) {
  .mini-game-div {
    transform: scale(0.6);
  }
  .mini-game-left {
    height: 53rem;
  }
}
@media (max-width: 1140px) {
  .mini-game-div {
    transform: scale(0.5);
  }
  .mini-game-left {
    height: 53rem;
  }
}
@media (max-width: 1050px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 950px) {
  html {
    font-size: 10px;
  }
  .mobile-menu {
    display: block;
  }
  header {
    position: fixed;
  }
  header + .s__container {
    padding-top: 10rem;
  }
  .pc-menu {
    display: none;
  }
  .mobile-menu-left {
    display: flex;
    align-items: center;
    gap: 3.4rem;
  }
  .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .mobile-menu-right a {
    border-radius: 0.8rem;
    font-size: 1.7rem;
    height: 5rem;
    width: 13.8rem;
  }
  .mobile-menu .s__row {
    height: 10rem;
    padding: 0 3.2rem;
    border-bottom: 1px solid #2d241b;
  }
  .main-left {
    display: none;
  }
  header .main-left {
    display: block;
    height: calc(100vh - 6.4rem);
  }
  .main-contents {
    flex-direction: column;
    padding: 0;
  }
  .main-center-top-left {
    height: 54rem;
  }
  .main-center-top-left img {
    width: 27rem;
  }
  .main-center-top-left p:nth-child(2) {
    font-size: 5rem;
    font-weight: 400;
    margin-top: 4rem;
  }
  .main-center-top-left p:nth-child(3) {
    font-size: 5rem;
    font-weight: 400;
  }
  .main-center-top-left p:nth-child(4) {
    font-size: 2.4rem;
  }
  .main-center-top-left {
    background: url(/img/img_mobile_main_img.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .main-center-top {
    gap: 2rem;
  }
  .main-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.6rem;
    padding: 0 2rem;
  }
  .main-mobile-only {
    display: block !important;
  }

  /* 스포츠 메뉴 - 모바일에서만 표시 */
  .sports-menu.main-mobile-only {
    display: grid !important;
    grid-template-columns: repeat(11, 1fr) !important;
    align-items: center;
    background-color: #2d2f35;
    width: 100%;
    padding: 1.2rem 0;
    margin: 0;
    gap: 0;
  }

  .sports-menu.main-mobile-only a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2rem;
    transition: opacity 0.3s;
    text-align: center;
  }

  .sports-menu.main-mobile-only a:hover {
    opacity: 0.7;
  }

  .main-mobile a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    border: 0.1rem solid #8f6855;
    border-radius: 1rem;
    height: 14.4rem;
    gap: 0.3rem;
  }
  .main-mobile a p {
    margin-top: 0.7rem;
    font-size: 1.87rem;
  }
  .main-mobile a span {
    font-size: 1.1rem;
    color: #8f6855;
    padding-bottom: 1.6rem;
  }

  .main-mobile li:nth-child(8) img {
    margin-bottom: 1.2rem;
  }

  .main-center-top-right {
    padding: 2rem;
  }
  .main-center-top-right li {
    width: 100%;
    height: 16.4rem !important;
    flex-direction: row-reverse !important;
    align-items: flex-end;
    padding: 1rem !important;
  }
  .main-center-top-right li:nth-child(1) {
    background: url(/img/img_mobile_menu_sports.png) no-repeat 0% 50%;
    background-size: cover;
  }
  .main-center-top-right li:nth-child(2) {
    background: url(/img/img_mobile_menu_inplay.png) no-repeat 0% 50%;
    background-size: cover;
  }
  .main-center-top-right li:nth-child(3) {
    background: url(/img/img_mobile_menu_mini_game.png) no-repeat 0% 50%;
    background-size: cover;
  }
  .main-center-top-right li:nth-child(4) {
    background: url(/img/img_mobile_menu_vr_sports.png) no-repeat 0% 50%;
    background-size: cover;
  }
  .main-center-top-right li:nth-child(5) {
    background: url(/img/img_mobile_menu_casino.png) no-repeat 0% 50%;
    background-size: cover;
  }
  .main-center-top-right li a {
    font-size: 1.5rem;
    width: 22rem;
    height: 4rem;
    margin-left: 7%;
  }
  .main-center-top-right li div {
    align-items: flex-start;
    width: 40%;
    margin-bottom: 2rem !important;
  }
  .main-center-top-right li div span {
    text-align: left;
  }
  .main-center-top-right li div p {
    font-size: 2.9rem;
  }
  .main-center-bottom,
  .right-line1.login,
  .right-line2 {
    display: none;
  }
  .right-line3 a {
    margin-top: 0;
  }
  .main-right {
    width: 100%;
  }
  .right-line3 {
    display: none;
  }
  .main-center .right-line3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
    padding: 0 1.6rem;
  }
  .main-center .right-line3 img {
    width: 100%;
  }
  .sponsor-list {
    column-gap: 4rem;
    row-gap: 4rem;
  }
  .sponsor-list img {
    zoom: 0.7;
  }
  .footer {
    flex-direction: column;
    gap: 3rem;
  }
  .footer div {
    width: 80%;
  }
  .footer p + p {
    margin-top: 3rem;
  }
  .mobile-menu-left .menu-open img {
    height: 3rem;
  }
  .mobile-menu-left .s__logo img {
    height: 5rem;
  }
  .main-center {
    height: auto;
  }
  .main-right {
    display: none;
  }
  .sub-page.main-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;

    top: 10rem;
    background-color: rgba(0, 0, 0, 0.7);
    height: calc(100vh - 10rem);
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
  }
  .sub-page.main-right > div {
    width: 80%;
    height: 100%;
    padding: 1rem;
    background-color: #0e0e0e;
    position: absolute;
    transition: all 0.3s;
    right: -100%;
  }
  .sub-page.main-right .right-line2,
  .sub-page.main-right .right-line3 {
    display: block;
  }
  .sub-page.main-right .right-line3 img {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .sub-page.main-right .main-right-close img {
    width: 3rem;
  }
  .sub-page.main-right .main-right-close {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0 0 1rem;
  }
  .main-right.sub-page.is-open {
    opacity: 1;
    z-index: 100;
  }
  .main-right.sub-page.is-open > div {
    right: 0;
  }
  /* 스포츠 */
  .only-pc {
    display: none !important;
  }
  .main-center.sub-page {
    width: 100%;
  }
  .only-mobile {
    display: flex !important;
  }
  .mobile-user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem;
  }
  .mobile-user-info p {
    font-size: 1.5rem;
    color: #8b8b8b;
  }
  .mobile-user-info div:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .mobile-user-info div:nth-child(1) p {
    position: relative;
    padding-left: 1.6rem;
  }
  .mobile-user-info div:nth-child(1) p::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #a9816d;
    width: 0.4rem;
    transform: translateY(-50%);
    height: 0.4rem;
  }
  .mobile-user-info div:nth-child(1) p:nth-child(1) {
    color: #a9816d;
  }
  .mobile-user-info div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4rem;
  }
  .mobile-user-info div:nth-child(2) p:nth-child(2) {
    color: #a9816d;
    font-weight: 400;
  }
  .sports_line1 .line1-data li {
    height: 6.5rem;
  }
  .sports_line3 {
    flex-direction: column;
    padding: 0;
    border: 0;
  }
  .sports_line3 div {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 0.6rem;
  }
  .sports_line3 div:nth-child(2) {
    padding: 1.2rem;
    margin-top: 0.8rem;
    border: 1px solid var(--border);
    border-radius: 0.4rem;
  }
  .sports_line3 div:nth-child(1) button {
    flex: 1;
    width: auto;
    height: 5rem;
  }
  .sports_line3 div:nth-child(2) button.on_active {
    color: #fff;
    border-bottom: 1px solid var(--main);
  }

  .game-mobile-up {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.6rem;
  }
  .game-mobile-down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.6rem;
  }
  .sports-game-date .game-list li > p {
    color: #c48e74;
  }
  .sports-game-date .game-list li > button:nth-child(2):disabled:after,
  .sports-game-date .game-list li > button:nth-child(3):disabled:after,
  .sports-game-date .game-list li > button:nth-child(4):disabled:after {
    background: url(/img/icon_lock2.png) no-repeat 50% 50%;
    background-size: contain;
  }
  .floating-btn {
    position: fixed;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 12rem;
  }
  .floating-btn p {
    position: absolute;
    bottom: 0;
    right: -0.5rem;
    font-size: 2.3rem;
    background-color: var(--main);
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-weight: 400;
  }
  .qna {
    width: 100%;
  }
  /* qna */
  .qna-title button:nth-child(1) p:nth-child(1) span,
  .qna-title button:nth-child(1) p:nth-child(2) span {
    -webkit-line-clamp: 4;
  }
  .board-title button:nth-child(1) p:nth-child(1) span,
  .board-title button:nth-child(1) p:nth-child(2) span {
    -webkit-line-clamp: 4;
  }
  .qna-title button p {
    height: 14rem;
  }
  .qna-line2 .s__accordion01-contents div {
    padding: 4rem;
  }
  .board-line2 .s__accordion01-contents div {
    padding: 4rem;
  }
  /* 배팅내역 */
  .details {
    width: 100%;
  }
  /* 미니게임 */
  .mini-game-div {
    position: relative;
    transform: translate(0, 0);
  }
  .mini-game-left {
    height: auto;
  }
  .mini-game-line1 {
    display: flex;
    flex-wrap: wrap;
  }
  .mini-game-line1 button:nth-child(1),
  .mini-game-line1 button:nth-child(2),
  .mini-game-line1 button:nth-child(3) {
    width: 33.333%;
    border-bottom: 1px solid #3d312b;
  }
  .mini-game-line1 button:nth-child(3) {
    border-right: none;
  }
  .mini-game-line1 button:nth-child(4),
  .mini-game-line1 button:nth-child(5) {
    width: 50%;
  }
  .mini-game-value-list button > div {
    height: 20rem;
  }
  .mini-game-title {
    position: absolute;
    top: 0.8rem;
    width: calc(100% - 2rem);
    height: 5.6rem;
  }
  .mini-game-value-list {
    padding-top: 8rem;
    position: relative;
  }
  .mini-game-line4 {
    padding: 1rem;
  }
  .table01.mini-game-table {
    table-layout: fixed;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: auto;
  }
  .only-mobile-table {
    display: table-column !important;
  }
  /* 공지 */
  .notice-title p:nth-child(1),
  .notice-line2 .border-tilte p:nth-child(1) {
    width: 7rem;
    min-width: 7rem;
    padding: 0;
  }
  .notice-title p:nth-child(2),
  .notice-line2 .border-tilte p:nth-child(2) {
    width: 10rem;
  }
  .board-title button p {
    padding: 0 1rem;
  }
  /* 쿠폰 */
  .table-coupon-orange13 .table-header > div:nth-child(1),
  .table-coupon-orange13 .table-coupon-tr > div:nth-child(1) {
    width: 10rem;
  }
  .table-coupon-orange13 .table-header > div:nth-child(2),
  .table-coupon-orange13 .table-coupon-tr > div:nth-child(2) {
  }
  .table-coupon-orange13 .table-header > div:nth-child(3),
  .table-coupon-orange13 .table-coupon-tr > div:nth-child(3) {
    width: 10rem;
  }
  .table-coupon-orange13 .table-header > div:nth-child(4),
  .table-coupon-orange13 .table-coupon-tr > div:nth-child(4) {
    width: 10rem;
  }
}
@media (max-width: 800px) {
  /* 미니게임 */
}
@media (max-width: 630px) {
  html {
    font-size: 8px;
  }
  .main-mobile a img {
    height: 4.3rem;
    width: 5.4rem;
    object-fit: contain;
  }
  .main-mobile li:nth-child(8) img {
    margin-bottom: 0;
  }
  .qna-line1 {
    flex-direction: column;
    padding: 2rem;
  }
  .qna-line1 div {
    width: 100%;
    margin-top: 1rem;
  }
  .qna-line1 button {
    width: auto;
    flex: 1;
    height: 6rem;
  }
}
@media (max-width: 510px) {
  html {
    font-size: 8px;
  }
  .mobile-menu-right a {
    width: 8rem;
  }
  .main-center-top-right li div {
    width: 50%;
  }
  .main-center-top-right li a {
    margin-left: 2%;
    width: 13rem;
    height: 6rem;
  }
  .main-mobile {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .main-mobile li:last-child {
    grid-column: 1 / span 3;
  }

  .mobile-menu .s__row {
    padding: 0 2rem;
  }
  .mobile-menu-left {
    gap: 2rem;
  }
  /* 스포츠 */
  .sports_line1 .line1-data li {
    flex-direction: column;
    padding: 1.2rem;
    height: auto;
    gap: 0.8rem;
  }
  .sports_line1 .line1-data li div {
    flex-direction: column;
    gap: 0.8rem;
  }
  .sports_line1 .line1-data li div img {
    margin-right: 0;
  }
}
@media (max-width: 370px) {
  .s__logo {
    display: none;
  }
  .main-center-top-left > * {
    zoom: 0.8;
  }
}


/* 로그인 팝업 */

/* 모달 기본 스타일 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9); /* 배경색 더 어둡게 수정 */
  z-index: 9999;
  display: none; /* none에서 block으로 변경 */
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #131417; /* 모달 배경색 수정 */
  padding: 30px;
  border-radius: 10px;
  width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* 닫기 버튼 스타일 수정 */
.modal-close {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  border: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.modal-close:hover {
  transform: rotate(90deg);
  background: #f0f0f0;
}

/* 모바일 환경을 위한 반응형 닫기 버튼 */
@media (max-width: 480px) {
  .modal-close {
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}

/* 로고 영역 */
.logo-arr11 {
  text-align: center;
  margin-bottom: 25px;
}

.frm-logo {
  max-width: 200px;
  height: auto;
}

/* 폼 스타일 */
.inloforma {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.inloforma input {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}

/* 버튼 스타일 */
.btn_primary {
  position: relative;
  padding: 12px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}

/* 로그인 버튼 */
#login-btn {
  background-color: #8f6855; /* calculator-bottom-btns의 첫 번째 버튼 색상 */
}

/* 회원가입 버튼 */
#join-btn {
  background-color: #343436; /* calculator-bottom-btns의 두 번째 버튼 색상 */
}

.btn_primary:hover {
  filter: brightness(0.85); /* 기존 hover 효과 유지 */
}

/* 페이드인 애니메이션 */
.fadeIn {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* 반응형 스타일 */
@media (max-width: 480px) {
  .modal_content {
    width: 90%;
    padding: 20px;
  }
}




/* 회원가입 모달 스타일 */
.join-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    /* 중앙 정렬을 위한 flex 속성 추가 */
    display: flex;
     align-items: center;
    justify-content: center;
}

.join-modal .modal_content {
    /* absolute 포지셔닝 제거하고 flex로 중앙 정렬 */
    width: 460px;
    background: #1a1a1a;
    border-radius: 10px;
    padding: 20px;
    /* transform 제거 */
    margin: auto;
}


.join-modal .modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.join-modal .title_popup {
    text-align: center;
    padding: 10px 0 20px;
}

.join-modal .title_popup img {
    height: 35px;
}

.join-modal .title_popup em {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.join-modal .form-group {
    margin-bottom: 12px;
}

.join-modal .form-group label {
    display: block;
    color: #999;
    font-size: 13px;
    margin-bottom: 6px;
}

.join-modal .input,
.join-modal .select {
    width: 100%;
    height: 40px;
    background: #1c1c1c;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    color: #fff;
    padding: 0 12px;
    font-size: 13px;
}

.join-modal .input::placeholder {
    color: #666;
}

.join-modal .input-with-button {
    display: flex;
    gap: 6px;
}

.join-modal .input-with-button .input {
    flex: 1;
}

.join-modal .check-btn {
    min-width: 80px;
    height: 40px;
    background: #8f6855;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    padding: 0 12px;
}

.join-modal .form-row {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
}

.join-modal .form-row > * {
    flex: 1;
}

.join-modal .mt-10 {
    margin-top: 6px;
}

.join-modal .mb-10 {
    margin-bottom: 6px;
}

.join-modal .modal_footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #2a2a2a;
}

.join-modal .submit-btn {
    width: 100%;
    max-width: 280px;
    height: 42px;
    background: #8f6855;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.join-modal .login-link {
    display: block;
    margin-top: 15px;
    color: #999;
    font-size: 13px;
    text-decoration: none;
}

.join-modal .login-link a {
    color: #8f6855;
    margin-left: 8px;
}

/* 모바일 대응 */
@media (max-width: 480px) {
    .join-modal .modal_content {
        width: 90%;
        padding: 15px;
        margin: 20px;
    }
    
    .join-modal .form-row {
        flex-direction: column;
        gap: 12px;
    }
    
    .join-modal .check-btn {
        min-width: 70px;
        font-size: 12px;
    }
}

